.d-none{
    display: none !important;
}
#content-area{
    min-height: 90vh;
}
.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-title{
    font-weight: 645;
    font-size:26px;
    color: #fff;
}
.header-college-title{
    font-weight: 645;
    font-size:26px;
    color: #fff;
}
#display-time{
    color: #fff;
    padding: 2px;border-radius: 5px;
} 
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;
}*/
.header-custom{
    background-color: #374151;
}
#sidebar_header{
     background-color: #374151;
}
#sidebar_menu_wrapper{
     background-color: #E5E7EB;
}
.kt-menu-item-active\:border-b-mono.kt-menu-item.active {
    background-color: #1CAEFC;
    color: #fff;
    font-weight: 500;
    padding:0px 16px;
    border-radius: 8px;
    border-bottom-color:#1CAEFC !important;
}
.kt-menu-item-active\:border-b-mono.kt-menu-item.inactive {
    background-color: transparent;
    color: #475569;
    font-weight: 400;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.kt-menu-item-active\:border-b-mono.kt-menu-item.inactive:hover {
    background-color: #E5E7EB;
    color: #1E293B;
}
.gate-filter {
    position: relative;
    display: inline-block;
}
 
/* Pill button */
.gate-pill {
    background: #F8FAFC;
    border: 1px solid #CBD5E1;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1E293B;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: 0.2s ease;
}
 
.gate-pill:hover {
    background: #E2E8F0;
}
 
/* Chevron icon */
.chevron {
    transition: transform 0.2s ease;
}
 
/* Dropdown panel */
.gate-dropdown {
    position: absolute;
    top: 44px;
    right: 0;
    width: 210px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 8px 0;
    display: none;
    z-index: 100;
}
 
/* Dropdown items */
.dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #1E293B;
    cursor: pointer;
    transition: 0.15s ease;
}
 
.dropdown-item:hover {
    background: #F1F5F9;
}
 
/* Divider */
.dropdown-divider {
    height: 1px;
    background: #E5E7EB;
    margin: 6px 0;
}
 
/* Clear filter item */
.dropdown-item.clear {
    color: #EF4444;
}
.records-count-badge{
    display: inline-flex;
    align-items: center;
    background: #FE7F11;      
    color: #fff;            
    font-size: 12px;            
    font-weight: 500;           
    padding: 4px 10px;         
    border-radius: 6px;         
    border: 1px solid #E2E8F0; 
}

/* Search container */
.general-search {
    position: relative;
    width: 100%;                
    display: flex;
    align-items: center;
}
 
/* Search icon */
.general-search .search-icon {
    position: absolute;
    left: 12px;
    font-size: 16px;
    color: #94A3B8;              
    pointer-events: none;
}
 
/* Input field */
.general-search input {
    width: 100%;
    height: 40px;
    padding: 0 14px 0 38px;      
    background: #F8FAFC;          
    border: 1px solid #E2E8F0;    
    border-radius: 8px;         
    font-size: 14px;
    color: #1E293B;             
    outline: none;
    transition: 0.2s ease;
}
 
/* Placeholder styling */
.general-search input::placeholder {
    color: #94A3B8;              
    text-align: center;
}
 
/* Hover state */
.general-search input:hover {
    background: #F1F5F9;
}
 
/* Focus state */
.general-search input:focus {
    border-color: #2563EB;        /* Vistora blue */
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.btnViewDocument:hover{
    cursor: pointer; 
}
.visit-count-num:hover{
     cursor: pointer; 
}
@media (min-width: 769px) and (max-width: 930px) {
    .header-title{
        font-weight: 500;
        font-size:20px;
        color: #fff;
    }
    .header-college-title{
        font-weight: 500;
        font-size:16px;
        color: #fff;
    }
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}