div.dt-container {
    color: white;
}

#reseller-price_wrapper .dt-layout-row:first-child ,
#history-dashboard_wrapper .dt-layout-row:first-child ,
#topup-pack_wrapper .dt-layout-row:first-child {
    display: none;
}
#topup-pack_wrapper {
    flex-grow: 1;
    & .dt-layout-row {
        margin: 0;
    }
}

div.dt-container .dt-input {
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    background: rgba(28, 30, 34, 1);
    backdrop-filter: blur(10px);
    color: white;
    text-align: center;
    padding-block: .5rem;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
}
div.dt-container .dt-layout-row:last-child .dt-layout-start {
    display: none;
}
div.dt-container .dt-layout-row .dt-layout-end {
    margin-inline: auto;
}

div.dt-container .dt-layout-row .dt-paging-button.current {
    background: var(--primary-gradient);
    border-radius: 5px;
    border: 1px solid var(--primary);
    padding-inline: .9em;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active,
div.dt-container .dt-layout-row .dt-paging-button {
    color: rgba(128, 128, 128, 1);
}
.dataTable {
    border-collapse: separate;
    border-radius: 1rem;
}
.dataTable > tbody > tr:nth-child(even) {
  background: rgba(20, 23, 33, 1);
}
.dataTable > tbody > tr > td {
    padding-block: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.dataTable > thead th ,
.dataTable > tbody > tr > td {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dataTable > thead th:first-child {
    border-top-left-radius: 1rem;
}
.dataTable > thead th:last-child {
    border-top-right-radius: 1rem;
}

.dataTable > tbody tr:last-child td:first-child {
    border-bottom-left-radius: 1rem;
} 
.dataTable > tbody tr:last-child td:last-child {
    border-bottom-right-radius: 1rem;
} 

#history-dashboard_wrapper.dt-container div.dt-layout-row,
#history-table_wrapper.dt-container div.dt-layout-row {
    overflow: auto;
}