.d-none{
    display: none !important;
}
.cst-btn-primary {
    background-color: #FAA21B !important;
    color: #fff !important;
    border-color: #FAA21B !important;
    height: 48px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
}
.forgot-password-link {
    color: #6B7280;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}
.form-check-inline{
    display: inline-flex !important;
    margin-right: 1rem;
}
.kt-radio:indeterminate {
    background-color: transparent !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
form .error:not(li):not(input) {
    color: #ff4c51;
    font-size: 85%;
    margin-block-start: 0.20rem;
}
.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kt-checkbox {
    border-color: oklch(0.69 0 0) !important;
}
.kt-checkbox:checked {
    border-color: var(--primary) !important;
}
.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.5) !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    padding: 0.0em 1em 0 !important;
}
@media (min-width: 1024px){
    #kt-card-custom {
       margin-top: 30px;
    }
    .alert-container{
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 15px;
    }
}
@media (min-width: 320px) and (max-width: 1023px) {
    .alert-container{
        margin-top: 0px;
        margin-left: 24px;
        margin-right: 25px;
        margin-bottom: 20px;
    }
}
.dt-filter-container{
    border: 1px solid;
    border-color:oklch(94% 0.004 286.32);
    border-radius: 8px
}
.dt-general-filter-container{
    border: 1px solid;
    border-color:oklch(94% 0.004 286.32);
    border-radius: 8px
}
.textbox-container-search {
    display: flex;
    justify-content: center;
    align-items: center;
}
table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
    padding: 4px 10px;
}
.required-field{
    color: red;
    font-weight: bolder;
}
@media (width >= 64rem) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
.flatpickr-wrapper{
    width: 100%;
}
.flatpickr-months{
    border: 1px solid #9797977a;
    background: #9797977a;
    color: #333333;
    font-weight: bold;
}
.flatpickr-weekdays{
    border: 1px solid #dddddd7d;
    background: #dddddd7d;
    color: #333333;
}
.flatpickr-current-month {
    padding: 2.48px 0 0 0 !important;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
    border-color: #f64747 !important;
    border: 1px solid !important;
    border-radius: 50% !important;
}
.avatar img{
    width: 35px;
    height: 35px;
}
.kt-drawer-custom{
    width:650px !important; max-width:90vw !important;
}
.kt-drawer-backdrop {
    position: relative !important;
}
.kt-drawer-header{
    padding: 1rem !important;
}
@media (max-width: 768px) {
    .kt-card-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .kt-card-group > .flex.items-center.gap-2,
    .kt-card-group > .flex.items-center.gap-3 {
        width: 100%;
        justify-content: flex-start;
    }
    .kt-card-group {
        flex-wrap: wrap;
    }
    .kt-card-group {
        display: block;
    }
    .kt-card-group .kt-switch {
        margin-top: 8px;
    }
}

.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 36px !important;
}

.select2-container .select2-selection--multiple {
    height: 40px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 25px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 36px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
   height: 36px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 9px !important;
}

.kt-card-content-custom{
    border: 1px solid black;padding: 10px;border-radius: 5px;
}
.kt-badge-lg{
    font-size: 22px;
    padding: 15px;
}
.card-inst-info-box{
    border-color: var(--mono) !important;
    border-width: 3px;
}
.card-host-info-box{
    border-color: var(--color-green-500) !important;
    border-width: 3px;
}
.card-company-info-box{
    border-color: var(--primary) !important;
    border-width: 3px;
}
.card-info-bottom-border{
   border-bottom: 2px dashed !important;
   border-color: var(--primary) !important;
}
.header-college-title{
    font-weight: bold;
    font-size: 18px;
}
table.dataTable th.dt-type-numeric div.dt-column-header{
    flex-direction: row !important;
}
/*.kt-switch-lg{
    width: 45px !important;
    height: 24px !important;;
}
.kt-switch-lg:before {
    width: calc(0.35rem * 3.5) !important;
    height: calc(0.35rem * 3.5) !important;
}
:is(.kt-switch-lg:checked,.kt-switch-lg[aria-checked='true']):before {
    --tw-translate-x: calc(var(0.35) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
}*/