/* Bihar Online Service - White Screen Global Bypass */

/* Force Body to be Visible even if code says "Loading" */
html.loading body, 
html.loading, 
body {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Hide the Loader permanently */
#page-loader, 
.page-loader, 
.loading::before, 
.loading::after {
    display: none !important;
    visibility: hidden !important;
}
