@charset "UTF-8";

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1050; /* Above modal and other elements */
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content {
    text-align: center;
}

.btn-action {
    min-width: 100px;
}

.datepicker {
    z-index: 9999 !important;
}