.label {
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 1%;
    position: relative;
}
.getdpt {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.getdpt select {
    background-color: #ddd;
    color: #333;
    padding: 6px 6px;
    border: none;
    font-size: 14px;
    -webkit-appearance: button;
    appearance: button;
    outline: none;
    border-radius: 30px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.getdpt::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}
.getdpt:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}
.getdpt select option {
    padding: 30px;
}
.dataTables_length {
    margin-top: -1%;
    margin-left: 2%;
}
.dataTables_length select {
    background-color: #f4f6f7;
    border: none;
    padding: 2px 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
}
.dataTables_filter {
    float: right;
    margin-right: 2%;
    margin-top: -3%;
}
.dataTables_filter input {
    border-radius: 30px;
    padding: 3px 10px;
}
#paginatedTable_paginate {
    position: relative !important;
    right: 0 !important;
    text-align: right;
    margin-top: -2.5% !important;
    padding-bottom: 2% !important;
}
.dataTables_info {
    font-size: 14px !important;
    padding-left: 2% !important;
    color: #222 !important;
    font-weight: 500;
    margin-top: 2% !important;
}
.dataTables_paginate a {
    display: inline !important;
    padding-right: 2% !important;
    font-size: 14px !important;
    color: #222 !important;
    font-weight: 500;
    cursor: pointer !important;
}
.dataTables_paginate span {
    margin-right: 2% !important;
}
.dataTables_paginate span a {
    margin-right: 2% !important;
    margin-left: 2% !important;
}
table {
    width: 100%;
}
tr:nth-child(odd) {
    background-color: #f4f6f7;
}
th {
    background-color: #fff;
    color: #333;
    font-size: 14px;
}
thead {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
}
th,
td {
    text-align: left;
    padding: 0.5em 1em;
    font-size: 14px;
}
td::before {
    display: none;
}
@media screen and (max-width: 680px) {
    table {
        border: 0;
        display: block;
        box-shadow: none;
    }
    thead {
        position: absolute;
        opacity: 0;
    }
    tbody {
        display: block;
        width: 100%;
        min-width: 19em;
        max-width: 25em;
    }
    tr {
        border-top: 2px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
        display: grid;
        grid-template-columns: max-content auto;
        margin-bottom: 1em;
    }
    td {
        display: contents;
    }
    td::before {
        display: inline-block;
        font-weight: 700;
        padding: 0.5em;
        border-bottom: 1px solid #ddd;
    }
    td span {
        padding: 0.5em;
        /*border-bottom: 1px solid #ddd;*/
    }
    td:last-child {
        border-bottom: 0;
    }
}
.hidden {
    display: none !important;
}
.pagination button {
    font-size: 14.5px;
    margin: 0 0.25em;
    padding: 0.26em 0.8em;
    background-color: #bbb;
    color: #333;
    border: 0;
    border-radius: 20px;
    transition: background-color 0.4s, color 0.4s;
}
.pagination button:hover {
    background-color: #f5f5f5;
    color: #000;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    flex-wrap: wrap;
    width: 100%;
}
.page-numbers {
    margin: 1em 1em 0;
}
.page-number {
    padding: 0.5em;
    opacity: 0.5;
    cursor: pointer;
}
.active {
    opacity: 1;
}
@media screen and (min-width: 540px) {
    .backward {
        order: 1;
    }
    .page-numbers {
        order: 2;
        margin-top: 0;
    }
    .forward {
        order: 3;
    }
}
#paginatedTable tbody .class:nth-child(1) {
    background-color: #fff !important;
}
