.row-custome {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 0px 15px;
}

.filter-options label {
    font-weight: 500;
    font-size: 14px;
    color: black;
    margin-right: 5px;
}

.filter-options div {
    margin-bottom: 15px;
}

.filter-footer {
    display: flex;
    grid-gap: 0px 10px;
}

.filter-footer .button-primary.reset {
    color: #2271b1;
    border: 1px solid #2271b1;
    padding: 0 10px;
}

.filter-footer .button-primary.reset:hover {
    border: 1px solid #2271b1;
    padding: 0 10px;
    background-color: #e6e6e6;
}

.result-table th,
.result-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
}

.result-data {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.result-table {
    width: 100%;
    text-align: left;
}

.result-table th {
    font-weight: 500;
    font-size: 14px;
    color: black;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

.result-table tfoot th {
    border-bottom: none;
}

.custome-nextpage-div, .custome-download-div {
    text-align: right;
    margin-bottom: 15px;
}

.custome-download-div .btn-1 {
    font-size: 13px;
    padding: 0 10px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #2271b1;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    background-color: #2271b1;
    transition: 0.4s;
    margin-right: 5px;
}

.custome-download-div .btn-1:hover {
    background: #135e96;
    border-color: #135e96;
}

.custome-nextpage-div .btn-2, .custome-download-div .btn-2 {
    font-size: 13px;
    padding: 0 10px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #2271b1;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    background-color: #2271b1;
    transition: 0.4s;
}

.custome-download-div .btn-2:hover {
    background: #135e96;
    border-color: #135e96;
}
.custome-nextpage-div span.disable a, .custome-download-div span.disable a{
    pointer-events: none;
}
.custome-nextpage-div span.disable, .custome-download-div span.disable{
    cursor: not-allowed;
}

.custome-nextpage-div {
    margin-top: 20px;
}

@media (max-width: 575.98px) {
    .filter-options div {
        width: 100%;
    }
}