table.dataTable {
    background-color: rgba(24, 32, 41, 0.1) !important
}

table.dataTable tbody td,
table.dataTable tbody tr {
    background-color: rgba(24, 32, 41, 0.1) !important
}

table.dataTable thead th,
table.dataTable tfoot th {
    background-color: rgba(24, 32, 41, 0.1) !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.3em 1em;
    margin-left: 2px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: #007bff;
    color: white;
    transition: background 0.3s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0056b3;
    border: 1px solid #0056b3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0056b3;
    border: 1px solid #0056b3;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.3s;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: #007bff;
}

.dataTables_info {
    color: white !important;
}

.dt-layout-row:first-child {
    display: flex;
    justify-content: space-between;
}

.dt-layout-cell {
    flex: 1;
}

.dt-length select {
    background-color: rgba(24, 32, 41, 1) !important;
    color: white !important;
    border: 0px;
}

.dt-search input {
    background-color: rgba(24, 32, 41, 1) !important;
    color: white !important;
    border-style: solid;
    border-color: var(--albion-theme-primary) !important;
    border-radius: 5px;
    padding: 5px;
    margin-left: 2px;
}

.dt-length select option {
    color: white !important;
    background-color: rgba(24, 32, 41, 1) !important;
}

.dt-paging-button {
    height: 50px;
    width: 50px;
    padding: 10px;
    margin: 2px;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%) !important;
    background-image: -webkit-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%) !important;
    background-image: -ms-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%) !important;
    background-color: #171d24 !important;
    border: 1px solid var(--tg-border-4) !important;
    color: white !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-bold);
}

.page-link {
    background-image: -moz-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%) !important;
    background-image: -webkit-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%) !important;
    background-image: -ms-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%) !important;
    background-color: #171d24;
    border: 0px;
    color: white !important;
}

.current {
    background-image: none !important;
    border-color: var(--albion-theme-primary) !important;
    background-color: var(--albion-theme-primary) !important;
    color: black !important;

}

.active-sidebar {
    background-color: var(--albion-theme-primary) !important;
}

.sidebar {
    border: 0px !important;
}

.sidebar:hover {
    background-color: var(--albion-theme-primary) !important;
    
}

.discord-item:hover {
    background-color: #171d24 !important;
    
}