#ui-datepicker-div {
    z-index: 9999 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: unset;
}

.header-brand-img.auth {
    width: 10% !important;
}

.header-logo-custom {
    width: 25% !important;
}

.carousel-item {
    text-align: left;
}

.material-switch>label::before {
    background: black;
}
.material-switch>label::after {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.material-switch>input[type=submit] {
    display: none;
}

@media (max-width: 992px) {
    .header-brand-img.auth {
        width: 15% !important;
    }
    .header-logo-custom {
        width: 15% !important;
    }
}
@media (max-width: 990px) {
    .header-logo-custom {
        width: 10% !important;
    }
}
@media (max-width: 900px) {
    .header-logo-custom {
        width: 13% !important;
    }
}
@media (max-width: 768px) {
    .header-brand-img.auth {
        width: 20% !important;
    }
    .header-logo-custom {
        width: 15% !important;
    }
}
@media (max-width: 576px) {
    .header-brand-img.auth {
        width: 30% !important;
    }
    .header-logo-custom {
        width: 20% !important;
    }
}