
th {
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 7px 10px;
}

.dataTables_length select {
    height: 32px !important;
}
.dataTables_wrapper > .row {
    margin: 20px 0;
}

table.dataTable th,
table.dataTable td {
    text-align: center !important;
}

table.dataTable td {
    white-space: nowrap;
    font-size: 14px !important;
}

input.form-control:focus {
    background-color: transparent !important;
    color: white !important;
}

/* Override DataTables Pagination */
.dataTables_wrapper .dataTables_paginate {
    margin: -8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_paginate {
      margin: -4px;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    width: 45px;
    height: 45px;
    background: var(--color-blackest);
    border-radius: 6px;
    text-align: center;
    color: var(--color-body);
    transition: 0.4s;
    font-size: 16px !important;
    font-weight: 500;
    box-shadow: var(--shadow-1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* Remove underline */
}

@media only screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button a {
      width: 45px;
      height: 45px;
    }
}
@media (max-width: 575.98px) {
    .dataTables_wrapper .dataTables_paginate .paginate_button a {
      width: 40px;
      height: 40px;
    }

}

.dataTables_wrapper .dataTables_paginate .paginate_button.active a,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    background: var(--color-primary);
    color: var(--color-white);
}
/* END PART OF DATATABLE */

input[type="date"] {
    background: transparent;
    color: var(--color-text);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
}

select {
    background: transparent !important;
    padding: 0px 10px !important;
}

option {
    background: #070710;
    color: #fff;
}

