/* ================== Style for datatable ============== */
.table.dataTable td {
    padding: 5px 8px !important;
    vertical-align: middle;
}

.dataTables_scroll .dataTables_scrollHead {
    padding-bottom: 0px;
}

    .dataTables_scroll .dataTables_scrollHead .dataTable {
        margin-bottom: 0px;
    }

.dataTables_scroll .dataTables_scrollBody {
    padding-top: 0px;
}

.dataTables_info {
    padding-top: unset !important;
}

.ez-dropdown-ml a:hover {
    cursor: pointer;
}

.dataTables_scrollBody, .offcanvas-body {
    scrollbar-width: none;
}

    .dataTables_scrollBody::-webkit-scrollbar, offcanvas-body::-webkit-scrollbar {
        display: none;
    }

.dataTables_scrollHead {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 0px;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
    box-sizing: content-box;
    padding-right: 0;
}

.dataTables_scrollHeadInner table {
    width: 100% !important;
    margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
        background: white !important;
    }

    #ezloader {
        position: absolute;
        width: 100%;
        background: #00000020;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        overflow: hidden;
    }

#ezloader img {
    position: absolute;
    top: 50%;
    left: 48%;
}

/* ================== Style for dateRangePicker ============== */
.daterangepicker .calendar-table {
    display: none;
}

/* ================== Style for modal ============== */
.modal-header {
    padding: 1rem 1.5rem !important;
}

.modal-header {
    padding-bottom: 0 !important;
}

.modal-body {
    padding: 1rem 1.5rem !important;
}

.modal-footer {
    padding: 1rem 1.5rem !important;
    border-top: none !important;
}

.modal-footer {
    padding-top: 0 !important;
}

/* ================== Style for form ============== */
.form-label {
    margin-bottom: 3px !important;
    font-size: .75rem !important;
}

/* ================== Style for label error ============== */

label[class='error'] {
    color: red;
    font-size: .675rem;
    font-weight: 400;
}

.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/*body, html {
    font-family: 'Roboto', sans-serif !important;
}*/
/* ================== Print ============== */
@media print {
    button {
        display: none;
    }

    body {
        zoom: 75%;
    }
}