.custom-bg-1{
    background-color: #FBF7ED;
}

.custom-bg-2{
    background-color: #F3E7C7;
}

.default-padding{
    padding: 0px!important;
}

.select2-hidden-accessible.parsley-error ~ ul ~ .select2-container--default .select2-selection--single {
     border-color: #ff5c77 !important;
}

/* .select2-hidden-accessible.parsley-success ~ ul ~ .select2-container--default .select2-selection--single {
     border-color: #31ce77 !important;
} */

.rounded-5{
    border-radius: 0.5em;
}

.custom-bg_gray {
    background-color: #F8F8F8;
}

.input-search>input:focus {
    box-shadow: none;
    outline: none;
    border: 0;
}

.custom-dropdown {
    transform: translateY(-20px) !important;
}

.card_image {
    width: 100%;
    min-height: 120px;
    max-height: 280px;
    object-fit: cover;
    object-position: center;
}

.card-detail-image {
    width: 100%;
    min-height: 200px;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

.payment-icon {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.qr_image {
    min-width: 140px;
    min-height: 140px;
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators button {
    width: 8px !important;
    height: py-2 px-58px !important;
    border-radius: 50%;
    border: 0 !important;
    background-color: #E3E3E3 !important;
}

.carousel-indicators button.active {
    width: 24px !important;
    border-radius: 25px;
    background-color: var(--warning-color) !important;
}

.carousel-item img {
    min-height: 160px;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.info-list.active {
    color: #004AAD;
    border-bottom: 1px solid #004AAD;
}

.info-list-container {
    background-color: #004AAD;
}

.info-list-indicator {
    height: 8px;
    background-color: #E3E3E3;
}

.info-list-indicator.active {
    background-color: #D7B349;
}

.student_profile {
    height: 80px !important;
    width: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile_preview:hover {
    border: 1px solid var(--primary-color);
}

hr:not([size]) {
    height: 0px !important;
}

.form-check-input:checked{
   background-color: var(--warning-color) !important;
   border: 0;
}

.form-check-input:focus, .label::after, label.form-check-label:focus, .form-check-input::after, .form-check-input:not(:disabled):not(.disabled):active:focus {
   color: black;
   outline: 0;
   border: 0;
   box-shadow: 0 0 0 0.1rem var(--warning-color) !important;
}

input[type="radio"] {
    display: block;
    width: 20px;
    height: 20px;
}

a[data-bs-toggle="tab"].active {
    color: #fff !important;
    border-color: #fff !important;
}

.tabs-menu1 ul li.cus-tab-item {
    margin: 0 !important;
    border: 0 !important;
    text-wrap: nowrap;
}

.tabs-menu1 ul li.cus-tab-item>a.active {
    background: transparent !important;
    color: var(--primary-bg-color) !important;
    border-bottom: 1px solid var(--primary-bg-color) !important;
}

.tabs-menu1 ul.cus-panel {
    flex-wrap: nowrap !important;
    overflow-x: auto;
}

.modal-dialog.cus__modal {
    max-width: 100%;
}

.modal-content.cus__modal-content {
    border-radius: 20px;
}



@media (min-width: 768px) {
    .modal-dialog.cus__modal {
        max-width: 60%;
    }
}

/* For Large Screens */
@media (min-width: 992px) {
    .carousel-item img {
        border-radius: 0px;
    }

    .shadow-lg-none {
        box-shadow: none !important;
    }

    .cus-border-lg {
        border: 1px solid #E3E3E3 !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .modal-dialog.cus__modal {
        max-width: 50%;
    }
}


@media (min-width: 1200px) {
    .modal-dialog.cus__modal {
        max-width: 40%;
    }
}

/* @media (min-width: 1400px) { ... } */
