.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.btn.exp_btn {
    display: inline-block !important;
    background: var(--admin-primary-light) !important;
    border: 1px solid var(--admin-primary-light) !important;
    color: var(--admin-dark) !important;
    align-content: center;
    justify-content: center;
    max-height: 35px;
    padding: 5px;
}

a.btn.exp1_btn {
    display: inline-block;
    padding: 3px;
    font-size: 13px;
    line-height: 1;
}

tr{
    vertical-align: top;
}

td a.btn.exp_btn {
    display: inline-block;
    padding: 3px;
    background: #0573e6;
    border: 1px solid #0573e6;
    font-size: 13px;
    line-height: 1;
    color: #fff;
}

td a.btn.exp_btn:hover {
    background: #fff;
    color: #0573e6;
    border: 1px solid #0573e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
    color: #fff !important;
    background: var(--admin-dark) !important;
    border: 1px solid var(--admin-dark) !important;
}

.dataTables_wrapper .dataTables_paginate{
    min-height: 40px;
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: unset !important;
    width: 1.5em;
    height: 1.5em;
}

.dataTables_filter label {
    color: transparent;
}

table.dataTable thead th {
    margin: 10px 0px !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px !important;
    font-weight: unset !important;
    border: unset !important;
}
.min_date,.max_date,
.dataTables_wrapper .dataTables_filter input{
    border: 1px solid var(--admin-primary-light);
    border-radius: 3px;
    padding: 8px;
    background-color: var(--admin-primary-light);
    margin-left: 3px;
    outline: unset !important;
    color: var(--admin-dark);
    height: 35px !important;
}
.min_date::placeholder,.max_date::placeholder,
.dataTables_wrapper .dataTables_filter input::placeholder {
    color: var(--admin-dark);
}

.dataTables_wrapper label {
    min-height: 50px !important;
}

table.dataTable.no-footer{
    padding-bottom: 10px;
    border-bottom: 1px solid var(--admin-dark) !important;
}



.min_date{
    width: 200px;
}

.max_date{
    width: 200px;
}



.dt-button.buttons-columnVisibility{
    color: #fff;
    background: var(--admin-danger-gradient) !important;
    border: none !important;
    outline: none !important;
    height: 30px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.dt-button.buttons-columnVisibility.active{
    background: var(--admin-primary-gradient) !important;
}