/*
Theme Name: Medibook
Theme URI: https://medibook.uk
Author: Medibook
Author URI: https://medibook.uk
Description: A custom theme for Medibook
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medibook
*/

@keyframes loadProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

.loader-exit {
    opacity: 0 !important;
    transform: scale(0.95) !important;
}

.loader-content-exit {
    transform: translateY(-20px) !important;
    opacity: 0 !important;
} 