/*
   ==========================================================================
   GLOBAL CUSTOM STYLES (V2 - DYNAMIC SEARCH)
   ==========================================================================
*/

#preloader { display: none !important; }
.animated { animation: none !important; -webkit-animation: none !important; }
[class*="wow"] { visibility: visible !important; animation: none !important; opacity: 1 !important; }
body { background: #f5f5f5 !important; }

/* Kotak Pencarian Panjang & Responsif */
.search-area {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #fff !important;
    width: 100% !important; /* Buat lebar penuh */
    max-width: 600px !important; /* Tapi batasi maksimalnya */
}
.search-area .form-control {
    border: none !important;
    box-shadow: none !important;
    padding-right: 80px !important; /* Ruang untuk X dan Ikon */
    font-size: 14px !important;
}
.search-area #clearSearch {
    position: absolute !important;
    right: 45px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    cursor: pointer !important;
    color: #ff5e5e !important;
    font-size: 22px !important;
    font-weight: bold !important;
    display: none;
    line-height: 1 !important;
    padding: 5px !important;
}
.search-area .input-group-text {
    background: none !important;
    border: none !important;
    padding-right: 15px !important;
}

/* Table & Typography */
#table-wrapper { position: relative !important; min-height: 500px !important; background: #f5f5f5 !important; }
.loading-overlay {
    position: absolute !important; top:0; left:0; width:100%; height:100%;
    background: rgba(245, 245, 245, 0.6) !important;
    display:none; justify-content:center; align-items:center; z-index:10;
}
.student-tab h4, .student-tab h6, .student-tab div, .student-tab td, .student-tab span {
    font-weight: 400 !important;
}
