.modal-content {
    max-height: 95vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
}

.modal-content-wrapper {
    height: 100vh;
    overflow-y: auto;
}

.addQuizModal .modal-content {
    max-width: 1000px;
}

.form-select.bgi_none {
    background-image: none;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #000080 !important;
}

.save_course_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #000080;
    color: #fff;
    height: 40px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    z-index: 1055;
}

.file_upload_div {
    position: relative;
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    min-height: 180px;
}

.file_upload_input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload_preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

#uploadPlaceholder {
    position: relative;
    z-index: 2;
}

.h_25 {
    height: 25px;
    font-size: 14px;
    padding: 0px 15px;
}

.thin_scrollbar {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
}

.this_course_includs_ul > li {
    display: flex;
    gap: 10px;
    align-items: start;
}

.h_55 {
    height: 55px;
}

.w_inherit {
    width: inherit !important;
}

.btn_grey_border {
    background-color: #f8f9fa;
    border: 1px solid #a3a9ae;
    color: rgba(89, 89, 89, 1);
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 10px;
}

.aside-bottom .aside-menu-li .icon,
.aside-bottom .aside-menu-li .accordion-heading {
    flex-shrink: 0;
}

.page-loader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loader.d-none {
    display: none;
}

.loader-inner {
    text-align: center;
}
.h_inherit{
    height: inherit !important;
}
.min-h-200{
    min-height: 200px;
}
.form_row label{display: block;}
.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags{display: block !important;}
 div.iti{display: block !important;}