.dataTables_length {
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 5px 10px !important;
    border-radius: 0px;
    border: 0.2px solid;
}

.dataTables_wrapper select {
    padding: 5px 10px !important;
    border-radius: 0px;
    border: 0.2px solid;
    outline-style: none;
}

[type=search] {
    outline-style: none;
}

table.dataTable {
    width: 100% !important;
    box-shadow: #bbbbbb 0px 0px 5px 0px;
    border-collapse: collapse;
}

table.dataTable tbody td {
    padding: 5px 10px;
    border: 0.1px solid lightgrey;
}

table.dataTable thead th {
    color: white;
    border: 0.1px solid white !important;
    background-color: var(--first-color);
}

tbody tr:hover {
    /* background-color: #f2f2f2 !important; */
    color: #000;
}

.dataTables_wrapper {
    overflow-x: scroll;
}

.dataTables_paginate {
    margin: 10px 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--first-color) !important;
    color: white;
    border-radius: 50px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: white !important;
}

.dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_wrapper input,
.dataTables_wrapper select {
    height: 35px;
}

th {
    font-size: 14px;
    text-align: center !important;
}

td {
    font-size: 14px;
    text-align: center !important;
}

thead {
    border: 1px !important;
}

table.dataTable thead .sorting {
    background-size: 14px;
}

table.dataTable thead .sorting_asc {
    background-size: 14px;
}

table.dataTable thead .sorting_desc {
    background-size: 14px;
}