.dataTable-wrapper.no-footer .dataTable-container {
    border-bottom: none;
}

.dataTable-dropdown label {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.dataTable-dropdown label select.dataTable-selector {
    width: 75px;
    margin-right: 10px;
}

.page-dropdown label {
    font-size: 13px;
    color: #888;
    font-weight: 200;
}

.dataTable-selector, .dataTable-input {
    padding: 0.275rem 0.7rem;
}

.dataTables_info {
    font-size: 13px;
    font-weight: 200;
    color: #888;
}

.table td, .table th {
    border-top: none;
    border-bottom: 1px solid #f1f1f1;
    white-space: nowrap;
    padding: 0.7rem 0.75rem;
}

/* data table responsive */
@media (max-width: 1440px) {
    .page-dropdown {
        width: 20%;
    }

    .table-btn {
        width: 60%;
    }

    .tb-search {
        width: 20%;
    }
}

@media(max-width:1399px) {
    .tb-search input {
        width: 100% !important;
    }
}

@media (max-width: 1260px) {
    .page-dropdown {
        padding: 0;
    }


    .tb-search input {
        width: 100% !important;
    }

    .table-btn a {
        padding: 10px;
    }
}

@media (max-width: 1199px) {
    .page-dropdown label {
        font-size: 0;
    }
}

@media (max-width: 1024px) {
    .page-dropdown label {
        font-size: 14px;
    }
}

@media (max-width: 860px) {
    .page-dropdown {
        width: 20%;
    }

    .table-btn {
        width: 80%;
        display: flex;
        justify-content: flex-end;
    }

    .tb-search {
        width: 100%;
        float: right !important;
        margin-top: 15px;
    }

}


@media (max-width: 767px) {
    div.table-btn .dt-buttons {
        float: none;
        width: 100%;
        text-align: right;
        margin-bottom: 0.5em;
    }

    [dir='rtl'].div.table-btn {
        text-align: left;
    }

    .tb-search .dataTables_filter {
        float: right;
    }

    .page-dropdown {
        width: 10%;
    }

    .table-btn {
        width: 90%;
    }

    [dir='rtl'] .table-btn {
        width: 88%;
    }

    .page-dropdown label {
        font-size: 0;
    }

}

@media (max-width: 460px) {
    .page-dropdown {
        width: 100%;
    }

    .table-btn {
        width: 100%;
        padding: 0;
    }

    div.table-btn .dt-buttons {
        text-align: left;
    }

    .tb-search .dataTables_filter {
        float: left;
        padding: 0;
    }

}

@media (max-width: 575px) {
    .page-dropdown {
        width: 50%;
        order: 1;
    }

    .tb-search {
        width: 50%;
        order: 2;
        margin-top: 0;
    }

    .table-btn {
        width: 100% !important;
        order: 3;
        float: left !important;
        margin-top: 10px;
        padding-left: 0;
    }

    .table-btn a {
        padding: 9px;
    }

    .table-footer {
        width: 100% !important;
    }

    .footer-result {
        width: 50% !important;
    }

    .footer-pagination {
        width: 50% !important;
    }

    .dash-card-responsive {
        margin-bottom: 15px;
    }

    .exit-btn {
        font-size: 0;
        padding: 7px;
        margin-right: 5px !important;
    }

    .exit-btn i {
        font-size: 14px;
    }
}

@media (max-width: 448px) {
    .table-btn a {
        width: 40%;
        margin-bottom: 10px;
    }

    .footer-result {
        width: 100% !important;
    }

    .footer-pagination {
        width: 50% !important;
        margin: auto;
    }
}
