/* ==========================================================
   GLOBAL VERTICAL SCROLL UNLOCK
   ========================================================== */
html,
body {
    height: auto !important;
    min-height: 100% !important;
    overflow-y: auto !important;
}

.hk-wrapper,
.hk-pg-wrapper,
.hk-pg-body,
.contactapp-wrap,
.contactapp-content,
.contactapp-detail-wrap,
.contact-body,
.nicescroll-bar {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

/* ==========================================================
   DATATABLES CONTROLS (ENTRIES & SEARCH)
   Targeting ONLY DataTables wrapper classes (.dataTables_wrapper, .dataTables_length, .dataTables_filter)
   ========================================================== */

.dataTables_wrapper {
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
    position: relative !important;
}

.dataTables_wrapper .dataTables_length {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

.dataTables_wrapper .dataTables_length label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #212529 !important;
    white-space: nowrap !important;
}

.dataTables_wrapper .dataTables_length select {
    display: inline-block !important;
    width: auto !important;
    padding: 6px 30px 6px 12px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
}

.dataTables_wrapper .dataTables_filter {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

.dataTables_wrapper .dataTables_filter label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #212529 !important;
    white-space: nowrap !important;
}

.dataTables_wrapper .dataTables_filter input {
    display: inline-block !important;
    width: 200px !important;
    max-width: 100% !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    margin-left: 0 !important;
}

/* Screens >= 576px: Entries on Left, Search on Right */
@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_length {
        float: left !important;
        text-align: left !important;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right !important;
        text-align: right !important;
        justify-content: flex-end !important;
    }
}

/* Mobile Screens <= 575.98px: Stacked in column (Entries on top, Search below) */
@media (max-width: 575.98px) {
    .dataTables_wrapper .dataTables_length {
        float: none !important;
        width: 100% !important;
        justify-content: flex-start !important;
        margin-bottom: 10px !important;
    }

    .dataTables_wrapper .dataTables_length label {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none !important;
        width: 100% !important;
        justify-content: flex-start !important;
        margin-bottom: 12px !important;
    }

    .dataTables_wrapper .dataTables_filter label {
        width: 100% !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100% !important;
    }

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none !important;
        text-align: center !important;
        width: 100% !important;
    }
}

@media  (max-width: 1250px ) and (max-width: 1200px ){
    
}

@media  (max-width: 1199px){
    
}

@media (max-width: 1024px){

}

@media (max-width: 991px){

}

@media (max-width: 834px){

}

@media (max-width: 812px){

}

@media (max-width: 768px){

}

@media (max-width: 640px){

}

@media (max-width: 576px){

}

@media (max-width: 480px){

}

@media (max-width: 414px){

}

@media (max-width: 375px){

}

@media (max-width: 360px){

}

@media (max-width: 320px){

}