/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#preloader[style*="display: none"] {
    display: none !important;
}

#status {
    text-align: center;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}
