﻿.ant-table table {
    width: 100%;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-collapse: separate;
    border-spacing: 0;
}

.customTable .ant-table .ant-table-container .ant-table-content .ant-table-tbody .ant-table-cell, .customTable .ant-table .ant-table-container .ant-table-content .ant-table-thead .ant-table-cell {
    font-size: 14px;
    padding-block: 10px;
    padding-inline-start: 20px;
    color: rgba(0, 0, 0, .8);
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 120px!important;
    left: 50%!important;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}
.ant-table-thead > tr > th {
    position: relative;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    text-align: left;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: background .3s ease;
}

.ant-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    position: relative;
    font-size: 14px;
    background: #fff;
    border-radius: 2px;
}

.customTable .ant-table .ant-table-container .ant-table-content .ant-table-thead .ant-table-cell {
    font-weight: 400;
    border: none;
    background: #f7f7f7;
    color: rgba(0, 0, 0, .4);
    white-space: nowrap;
}

.customTable .ant-table .ant-table-container .ant-table-content .ant-table-tbody .ant-table-cell, .customTable .ant-table .ant-table-container .ant-table-content .ant-table-thead .ant-table-cell {
    font-size: 14px;
    padding-block: 10px;
    padding-inline-start: 20px;
    color: rgba(0, 0, 0, .8);
}

.ant-empty-image svg {
    height: 100%;
    margin: auto;
}

.ant-empty-normal {
    margin: 32px 0;
    color: rgba(0, 0, 0, .25);
}

.ant-empty-img-simple-ellipse {
    fill: #f5f5f5;
}

.ant-empty {
    margin: 0 8px;
    font-size: 14px;
    line-height: 1.5715;
    text-align: center;
}

.ant-empty-img-simple-g {
    stroke: #d9d9d9;
}

.ant-table-tbody td {
    padding: 10px 0;
    padding-inline-start: 20px;
}

.active > .page-link, .page-link.active {
    background-color: #ffbe40 !important;
    color: #212529bf !important;
    border-color: #ffbe40c7 !important;
}

.pagination {
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgb(255 190 64 / 41%) !important;
}

.ant-table-wrapper {
    padding: 10px !important;
}

.filter-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: var(--text-medium);
    font-size: 0.9em;
    width: 245px;
}

.page-link {
    color: #ffbe40 !important;
}

    .page-link:focus {
        color: #ffbe40 !important;
    }

.dataTable {
    padding-top: 10px;
}

.icolour {
    color: #ffbe40 !important;
}

.filter-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    margin-bottom: 30px;
    align-items: center;
}


    .filter-group select {
        width: 100%;
        min-width: unset;
    }
    .filter-group label {
        white-space: nowrap;
        height: 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: rgba(0, 0, 0, .4);
    }

    .filter-group i {
        color: #ffbe40;
    }


.form-select:focus {
    border-color: #ffbe40;
    outline: 0;
    box-shadow: none;
}

.btns_main {
    margin-top: 25px;
}

@media(max-width: 767px) {
    .table-responsive {
        display: block !important;
        width: 100% !important;
    }

    .filter-group {
        width: 100% !important;
    }
    table.dataTable td, table.dataTable th {
        white-space: nowrap !important;
    }
}