/*
Theme Name: Doctor-BM
Template: twentytwenty
Text Domain: https://zudu.co.uk
Author:Esferasoft

*/ 

.drbm_loader {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 9999;
    right: 0;
    top: 0;
    background: #012044c7;
}
.drbm_loader img {
    max-width: 80px;
    filter: brightness(10.5);
}
html.loader-on {
    overflow: hidden;
}