.table_style.dataTable thead th {
    text-align: center;
    font-size: 1.2vw;
    font-weight: 500;
    color: white;
    letter-spacing: .1em;
    height: 2.25vw;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    padding: .5vw 4.125vw;
}

.table_style.dataTable thead th:first-child {
    border-radius: 3vw 0 0 3vw;
}

.table_style.dataTable thead th:nth-last-child(-n+2) {
    border-radius: 0vw 3vw 3vw 0vw;
}

.table_style.dataTable thead th:not(:first-child) .th_decoration {
    content: '';
    position: absolute;
    height: 100%;
    border-radius: 2.25vw 0 0 2.25vw;
    left: -1.4vw;
    top: 0;
    aspect-ratio: 1 / 1;
}

.table_style.dataTable tbody td {
    padding: 1vw 3vw .375vw 3vw;
    font-size: 1.2vw;
    color: #4d4d4d;
    letter-spacing: 0.07em;
    font-weight: 500;
}

.table_style.dataTable.display>tbody>tr>td {
    border-color: #000000;
}

#page_table_info {
    color: #808080;
    font-size: .9vw;
    font-weight: 300;
    letter-spacing: .03em;
    margin-top: 2.755vw;
    padding-top: 0;
}

#page_table_paginate {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.paginate_button {
    font-weight: 500;
    font-size: 1.1vw;
    line-height: 1;
}

.paginate_button:hover {
    font-weight: 700;
}

.paginate_button.current,
.paginate_button.current:hover {
    font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-weight: 400;
    color: rgb(0,0,0,.3) !important;
    cursor: default;
}

#page_table_previous.paginate_button,
#page_table_next.paginate_button {
    font-weight: 500;
    /* font-size: .75vw; */
}

#page_table_previous.paginate_button:hover,
#page_table_next.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 1.718vw 0 1.718vw;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #0064a0 !important;
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: unset;
    text-align: center;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

#page_table_filter {
    display: none;
}

#page_table_length {
    display: none;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    content: none;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    content: none;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    padding-right: 4.125vw;
}

table.dataTable.stripe>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.odd>* {
    box-shadow: none;
}

table.dataTable.stripe>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.even>* {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}

table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: none;
}

table.dataTable.display>tbody>tr.even>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgb(0, 0, 0);
}

#page_table_previous.paginate_button:hover,
#page_table_next.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid transparent;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    border-bottom: 0px;
}

@media(min-width: 1536px) {
    .table_style.dataTable thead th {
        font-size: 1.175vw;
        letter-spacing: .1em;
        height: 2.25vw;
        padding: .5vw 4.125vw;
    }

    .table_style.dataTable tbody td {
        padding: 1vw 3vw .375vw 3vw;
        font-size: 1.1vw;
        letter-spacing: 0.07em;
        font-weight: 500;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0 1.25vw 0 1.25vw;
    }

    .paginate_button {
        font-size: .85vw;
    }
}

@media (orientation: portrait) {
    .table_style.dataTable thead th {
        font-size: 1.8vw;
        padding: .5vw 2.1vw;
    }

    .table_style.dataTable tbody td {
        padding: .7vw 2.8875vw .2625vw 2.1vw;
        font-size: 1.8vw;
    }

    table.dataTable thead>tr>th.sorting,
    table.dataTable thead>tr>th.sorting_asc,
    table.dataTable thead>tr>th.sorting_desc,
    table.dataTable thead>tr>th.sorting_asc_disabled,
    table.dataTable thead>tr>th.sorting_desc_disabled,
    table.dataTable thead>tr>td.sorting,
    table.dataTable thead>tr>td.sorting_asc,
    table.dataTable thead>tr>td.sorting_desc,
    table.dataTable thead>tr>td.sorting_asc_disabled,
    table.dataTable thead>tr>td.sorting_desc_disabled {
        padding-right: 2.8875vw;
    }

    .paginate_button {
        font-size: 1.53vw;
    }

    #page_table_paginate {
        bottom: -5vw;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0 2.25vw 0 2.25vw;
    }

    #page_table_info {
        font-size: 1.62vw;
    }
}