/*! DataTables Bootstrap 5 integration
 * © SpryMedia Ltd - datatables.net/license
 */
:root {
    --dt_background-selected: 13, 110, 253;
    --dt_color-selected: 255, 255, 255;
    --dt_link_color-selected: 228, 228, 228;
    --dt-row_background: transparent;
    --dt-row_background-selected: var(--dt_background-selected);
    --dt-row-text_color-selected: var(--dt_color-selected);
    --dt-row-link_color-selected: var(--dt_link_color-selected);
    --dt-row_background-stripe: 0, 0, 0;
    --dt-row_background-hover: 0, 0, 0;
    --dt-column-ordering_background: 0, 0, 0;
    --dt-header-cell_align-items: center;
    --dt-header-cell_vertical-align: middle;
    --dt-html_background: white;
}

    :root.dark {
        --dt-html_background: rgb(33, 37, 41);
    }

table.dataTable tbody td.dt-control {
    text-align: center;
    cursor: pointer;
}

    table.dataTable tbody td.dt-control:before {
        display: inline-block;
        box-sizing: border-box;
        content: "";
        border-top: 5px solid transparent;
        border-left: 10px solid rgba(0, 0, 0, 0.5);
        border-bottom: 5px solid transparent;
        border-right: 0px solid transparent;
    }

table.dataTable tbody tr.dt-hasChild td.dt-control:before {
    border-top: 10px solid rgba(0, 0, 0, 0.5);
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent;
}

:root.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
    border-left-color: rgba(255, 255, 255, 0.5);
}

:root.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
    border-top-color: rgba(255, 255, 255, 0.5);
    border-left-color: transparent;
}

div.dt-scroll {
    width: 100%;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
    height: 0;
}

    div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
    div.dt-scroll-body tfoot tr th,
    div.dt-scroll-body tfoot tr td {
        height: 0 !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-top-width: 0px !important;
        border-bottom-width: 0px !important;
    }

        div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
        div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
        div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
            height: 0 !important;
            overflow: hidden !important;
        }

/*! DataTables Bootstrap 5 integration
 * © SpryMedia Ltd - datatables.net/license
 */
:root {
    --dt-order-arrow_color: rgb(51, 51, 51);
    --dt-order-arrow_color-current: rgb(51, 51, 51);
    --dt-order-arrow-height: 7px;
    --dt-order-arrow_opacity: 0.125;
    --dt-order-arrow_opacity-current: 0.65;
    --dt-order-arrow-width: 8px;
    --dt-order-arrow-gap: 1px;
    --dt-order-header_outline-hover: 2px solid rgba(0, 0, 0, 0.05);
}

    :root.dark, :root[data-bs-theme=dark], :root[data-theme=dark] {
        --dt-order-arrow_color: rgb(229, 233, 238);
        --dt-order-arrow_color-current: rgb(229, 233, 238);
        --dt-order-header_outline-hover: 2px solid rgba(255, 255, 255, 0.05);
    }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc .dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc .dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order:before {
    bottom: calc(50% + var(--dt-order-arrow-gap));
    border-bottom: var(--dt-order-arrow-height) solid var(--dt-order-arrow_color);
    border-left: calc(var(--dt-order-arrow-width) / 2) solid transparent;
    border-right: calc(var(--dt-order-arrow-width) / 2) solid transparent;
}

table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc .dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order:after {
    top: calc(50% + 1px);
    border-top: var(--dt-order-arrow-height) solid var(--dt-order-arrow_color);
    border-left: calc(var(--dt-order-arrow-width) / 2) solid transparent;
    border-right: calc(var(--dt-order-arrow-width) / 2) solid transparent;
}

table.dataTable thead > tr > th.dt-orderable-asc .dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc .dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc .dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order {
    position: relative;
    width: var(--dt-order-arrow-width);
    align-self: stretch;
}

    table.dataTable thead > tr > th.dt-orderable-asc .dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc .dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc .dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order:after,
    table.dataTable thead > tr > td.dt-orderable-asc .dt-column-order:before,
    table.dataTable thead > tr > td.dt-orderable-asc .dt-column-order:after,
    table.dataTable thead > tr > td.dt-orderable-desc .dt-column-order:before,
    table.dataTable thead > tr > td.dt-orderable-desc .dt-column-order:after,
    table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order:before,
    table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order:after,
    table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order:before,
    table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order:after {
        position: absolute;
        display: block;
        content: " ";
        height: 0;
        width: 0;
        left: 0;
        color: var(--dt-order-arrow_color);
        opacity: var(--dt-order-arrow_opacity);
    }

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
    cursor: pointer;
}

    table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
    table.dataTable thead > tr > td.dt-orderable-asc:hover,
    table.dataTable thead > tr > td.dt-orderable-desc:hover {
        outline: var(--dt-order-header_outline-hover);
        outline-offset: -2px;
    }

table.dataTable thead > tr > th.dt-ordering-asc .dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc .dt-column-order:before {
    border-bottom-color: var(--dt-order-arrow_color-current);
    opacity: var(--dt-order-arrow_opacity-current);
}

table.dataTable thead > tr > th.dt-ordering-desc .dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc .dt-column-order:after {
    border-top-color: var(--dt-order-arrow_color-current);
    opacity: var(--dt-order-arrow_opacity-current);
}

table.dataTable thead > tr > th.dt-orderable-none:not(.dt-ordering-asc, .dt-ordering-desc) .dt-column-order:empty, table.dataTable thead > tr > th.sorting_desc_disabled .dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled .dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-none:not(.dt-ordering-asc, .dt-ordering-desc) .dt-column-order:empty,
table.dataTable thead > tr > td.sorting_desc_disabled .dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled .dt-column-order:before {
    display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead > tr > th div.dt-column-header,
table.dataTable thead > tr > th div.dt-column-footer,
table.dataTable thead > tr > td div.dt-column-header,
table.dataTable thead > tr > td div.dt-column-footer,
table.dataTable tfoot > tr > th div.dt-column-header,
table.dataTable tfoot > tr > th div.dt-column-footer,
table.dataTable tfoot > tr > td div.dt-column-header,
table.dataTable tfoot > tr > td div.dt-column-footer {
    display: flex;
    justify-content: space-between;
    align-items: var(--dt-header-cell_align-items);
    gap: 4px;
}

    table.dataTable thead > tr > th div.dt-column-header .dt-column-title,
    table.dataTable thead > tr > th div.dt-column-footer .dt-column-title,
    table.dataTable thead > tr > td div.dt-column-header .dt-column-title,
    table.dataTable thead > tr > td div.dt-column-footer .dt-column-title,
    table.dataTable tfoot > tr > th div.dt-column-header .dt-column-title,
    table.dataTable tfoot > tr > th div.dt-column-footer .dt-column-title,
    table.dataTable tfoot > tr > td div.dt-column-header .dt-column-title,
    table.dataTable tfoot > tr > td div.dt-column-footer .dt-column-title {
        flex-grow: 1;
    }

        table.dataTable thead > tr > th div.dt-column-header .dt-column-title:empty,
        table.dataTable thead > tr > th div.dt-column-footer .dt-column-title:empty,
        table.dataTable thead > tr > td div.dt-column-header .dt-column-title:empty,
        table.dataTable thead > tr > td div.dt-column-footer .dt-column-title:empty,
        table.dataTable tfoot > tr > th div.dt-column-header .dt-column-title:empty,
        table.dataTable tfoot > tr > th div.dt-column-footer .dt-column-title:empty,
        table.dataTable tfoot > tr > td div.dt-column-header .dt-column-title:empty,
        table.dataTable tfoot > tr > td div.dt-column-footer .dt-column-title:empty {
            display: none;
        }

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
    overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: var(--dt-order-header_outline-hover);
}

/*! DataTables Bootstrap 5 integration
 * © SpryMedia Ltd - datatables.net/license
 */
:root {
    --dt-processing-circle_background: var(--dt_background-selected);
}

div.dt-processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -22px;
    text-align: center;
    padding: 2px;
    z-index: 10;
}

    div.dt-processing > div:last-child {
        position: relative;
        width: 80px;
        height: 15px;
        margin: 1em auto;
    }

        div.dt-processing > div:last-child > div {
            position: absolute;
            top: 0;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: rgb(var(--dt-processing-circle_background));
            animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }

            div.dt-processing > div:last-child > div:nth-child(1) {
                left: 8px;
                animation: datatables-loader-1 0.6s infinite;
            }

            div.dt-processing > div:last-child > div:nth-child(2) {
                left: 8px;
                animation: datatables-loader-2 0.6s infinite;
            }

            div.dt-processing > div:last-child > div:nth-child(3) {
                left: 32px;
                animation: datatables-loader-2 0.6s infinite;
            }

            div.dt-processing > div:last-child > div:nth-child(4) {
                left: 56px;
                animation: datatables-loader-3 0.6s infinite;
            }

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
    box-sizing: border-box;
}

    table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
    table.dataTable td.dt-type-numeric,
    table.dataTable td.dt-type-date {
        text-align: right;
    }

        table.dataTable th.dt-type-numeric div.dt-column-header,
        table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header,
        table.dataTable th.dt-type-date div.dt-column-footer,
        table.dataTable td.dt-type-numeric div.dt-column-header,
        table.dataTable td.dt-type-numeric div.dt-column-footer,
        table.dataTable td.dt-type-date div.dt-column-header,
        table.dataTable td.dt-type-date div.dt-column-footer {
            flex-direction: row-reverse;
        }

    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left;
    }

        table.dataTable th.dt-left div.dt-column-header,
        table.dataTable th.dt-left div.dt-column-footer,
        table.dataTable td.dt-left div.dt-column-header,
        table.dataTable td.dt-left div.dt-column-footer {
            flex-direction: row;
        }

    table.dataTable th.dt-center,
    table.dataTable td.dt-center {
        text-align: center;
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right;
    }

        table.dataTable th.dt-right div.dt-column-header,
        table.dataTable th.dt-right div.dt-column-footer,
        table.dataTable td.dt-right div.dt-column-header,
        table.dataTable td.dt-right div.dt-column-footer {
            flex-direction: row-reverse;
        }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify;
    }

        table.dataTable th.dt-justify div.dt-column-header,
        table.dataTable th.dt-justify div.dt-column-footer,
        table.dataTable td.dt-justify div.dt-column-header,
        table.dataTable td.dt-justify div.dt-column-footer {
            flex-direction: row;
        }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap;
    }

    table.dataTable th.dt-empty,
    table.dataTable td.dt-empty {
        text-align: center;
        vertical-align: top;
    }

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: left;
    vertical-align: var(--dt-header-cell_vertical-align);
}

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left,
    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left;
    }

        table.dataTable thead th.dt-head-left div.dt-column-header,
        table.dataTable thead th.dt-head-left div.dt-column-footer,
        table.dataTable thead td.dt-head-left div.dt-column-header,
        table.dataTable thead td.dt-head-left div.dt-column-footer,
        table.dataTable tfoot th.dt-head-left div.dt-column-header,
        table.dataTable tfoot th.dt-head-left div.dt-column-footer,
        table.dataTable tfoot td.dt-head-left div.dt-column-header,
        table.dataTable tfoot td.dt-head-left div.dt-column-footer {
            flex-direction: row;
        }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center,
    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center;
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right,
    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right;
    }

        table.dataTable thead th.dt-head-right div.dt-column-header,
        table.dataTable thead th.dt-head-right div.dt-column-footer,
        table.dataTable thead td.dt-head-right div.dt-column-header,
        table.dataTable thead td.dt-head-right div.dt-column-footer,
        table.dataTable tfoot th.dt-head-right div.dt-column-header,
        table.dataTable tfoot th.dt-head-right div.dt-column-footer,
        table.dataTable tfoot td.dt-head-right div.dt-column-header,
        table.dataTable tfoot td.dt-head-right div.dt-column-footer {
            flex-direction: row-reverse;
        }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify,
    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify;
    }

        table.dataTable thead th.dt-head-justify div.dt-column-header,
        table.dataTable thead th.dt-head-justify div.dt-column-footer,
        table.dataTable thead td.dt-head-justify div.dt-column-header,
        table.dataTable thead td.dt-head-justify div.dt-column-footer,
        table.dataTable tfoot th.dt-head-justify div.dt-column-header,
        table.dataTable tfoot th.dt-head-justify div.dt-column-footer,
        table.dataTable tfoot td.dt-head-justify div.dt-column-header,
        table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
            flex-direction: row;
        }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap,
    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap;
    }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

:root {
    --dt_background-selected: 13, 110, 253;
}

    :root[data-bs-theme=dark] {
        --dt-row_background-hover: 255, 255, 255;
        --dt-row_background-stripe: 255, 255, 255;
        --dt-column-ordering_background: 255, 255, 255;
    }

table.table.dataTable {
    clear: both;
    margin-bottom: 0;
    max-width: none;
    border-spacing: 0;
}

    table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
        box-shadow: none;
    }

    table.table.dataTable > :not(caption) > * > * {
        background-color: var(--bs-table-bg);
    }

    table.table.dataTable > tbody > tr {
        background-color: var(--dt-row_background);
    }

        table.table.dataTable > tbody > tr.selected > * {
            box-shadow: inset 0 0 0 9999px rgb(var(--dt-row_background-selected));
            color: rgb(var(--dt-row-text_color-selected));
        }

        table.table.dataTable > tbody > tr.selected a {
            color: rgb(var(--dt-row-link_color-selected));
        }

    table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row_background-stripe), 0.05);
    }

    table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row_background-selected), 0.95);
    }

    table.table.dataTable.table-hover > tbody > tr:hover > * {
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row_background-hover), 0.075);
    }

    table.table.dataTable.table-hover > tbody > tr.selected:hover > * {
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row_background-selected), 0.975);
    }

div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 1em;
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 1em;
}

div.dt-container div.dt-layout-full {
    width: 100%;
}

    div.dt-container div.dt-layout-full > *:only-child {
        margin-left: auto;
        margin-right: auto;
    }

div.dt-container div.dt-layout-table > div {
    display: block !important;
}

@media screen and (max-width: 767px) {
    div.dt-container div.dt-layout-start > *:not(:last-child) {
        margin-right: 0;
    }

    div.dt-container div.dt-layout-end > *:not(:first-child) {
        margin-left: 0;
    }
}

div.dt-container {
    position: relative;
}

    div.dt-container div.dt-length label {
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
    }

    div.dt-container div.dt-length select {
        width: auto;
        display: inline-block;
        margin-right: 0.5em;
    }

    div.dt-container div.dt-search {
        text-align: right;
    }

        div.dt-container div.dt-search label {
            font-weight: normal;
            white-space: nowrap;
            text-align: left;
        }

        div.dt-container div.dt-search input {
            margin-left: 0.5em;
            display: inline-block;
            width: auto;
        }

    div.dt-container div.dt-paging {
        margin: 0;
    }

        div.dt-container div.dt-paging ul.pagination {
            margin: 2px 0;
            flex-wrap: wrap;
        }

    div.dt-container div.dt-row {
        position: relative;
    }

div.dt-scroll-head table.dataTable {
    margin-bottom: 0 !important;
}

div.dt-scroll-body {
    border-bottom-color: var(--bs-border-color);
    border-bottom-width: var(--bs-border-width);
    border-bottom-style: solid;
}

    div.dt-scroll-body > table {
        border-top: none;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

        div.dt-scroll-body > table > tbody > tr:first-child {
            border-top-width: 0;
        }

        div.dt-scroll-body > table > thead > tr {
            border-width: 0 !important;
        }

        div.dt-scroll-body > table > tbody > tr:last-child > * {
            border-bottom: none;
        }

div.dt-scroll-foot > .dt-scroll-footInner {
    box-sizing: content-box;
}

    div.dt-scroll-foot > .dt-scroll-footInner > table {
        margin-top: 0 !important;
        border-top: none;
    }

        div.dt-scroll-foot > .dt-scroll-footInner > table > tfoot > tr:first-child {
            border-top-width: 0 !important;
        }

@media screen and (max-width: 767px) {
    div.dt-container div.dt-length,
    div.dt-container div.dt-search,
    div.dt-container div.dt-info,
    div.dt-container div.dt-paging {
        text-align: center;
    }

    div.dt-container .row {
        --bs-gutter-y: 0.5rem;
    }

    div.dt-container div.dt-paging ul.pagination {
        justify-content: center !important;
    }
}

table.dataTable.table-sm > thead > tr th.dt-orderable-asc, table.dataTable.table-sm > thead > tr th.dt-orderable-desc, table.dataTable.table-sm > thead > tr th.dt-ordering-asc, table.dataTable.table-sm > thead > tr th.dt-ordering-desc,
table.dataTable.table-sm > thead > tr td.dt-orderable-asc,
table.dataTable.table-sm > thead > tr td.dt-orderable-desc,
table.dataTable.table-sm > thead > tr td.dt-ordering-asc,
table.dataTable.table-sm > thead > tr td.dt-ordering-desc {
    padding-right: 0.25rem;
}

    table.dataTable.table-sm > thead > tr th.dt-orderable-asc .dt-column-order, table.dataTable.table-sm > thead > tr th.dt-orderable-desc .dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-asc .dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-desc .dt-column-order,
    table.dataTable.table-sm > thead > tr td.dt-orderable-asc .dt-column-order,
    table.dataTable.table-sm > thead > tr td.dt-orderable-desc .dt-column-order,
    table.dataTable.table-sm > thead > tr td.dt-ordering-asc .dt-column-order,
    table.dataTable.table-sm > thead > tr td.dt-ordering-desc .dt-column-order {
        right: 0.25rem;
    }

table.dataTable.table-sm > thead > tr th.dt-type-date .dt-column-order, table.dataTable.table-sm > thead > tr th.dt-type-numeric .dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-type-date .dt-column-order,
table.dataTable.table-sm > thead > tr td.dt-type-numeric .dt-column-order {
    left: 0.25rem;
}

div.dt-scroll-head table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dt-container > div.row {
    margin-left: 0;
    margin-right: 0;
}

    div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
        padding-left: 0;
    }

    div.table-responsive > div.dt-container > div.row > div[class^=col-]:last-child {
        padding-right: 0;
    }

:root {
	--dt-datetime_background: white;
	--dt-datetime_zindex: 2050;
	--dt-datetime_border: 1px solid #ccc;
	--dt-datetime_box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
	--dt-datetime_padding: 6px 20px;
	--dt-datetime_width: 275px;
	--dt-datetime_border-radius: 5px;
	--dt-datetime-inline_padding: 6px 0;
	--dt-datetime-inline_background: transparent;
	--dt-datetime-title_padding: 5px 0px 3px;
	--dt-datetime-buttons-link_padding: 0 0.5em 0.5em 0.5em;
	--dt-datetime-buttons-link_font-size: 0.9em;
	--dt-datetime-table-header_font-size: 0.8em;
	--dt-datetime-table-header_color: #777;
	--dt-datetime-table-header_padding: 0 0 4px 0;
	--dt-datetime-table-body_font-size: 0.9em;
	--dt-datetime-table-body_color: #444;
	--dt-datetime-table-body_padding: 0;
	--dt-datetime-table-selectable_background: #f5f5f5;
	--dt-datetime-table-selectable_disabled-color: #aaa;
	--dt-datetime-table-selectable_disabled-background: white;
	--dt-datetime-table-selectable_disabled-hover-color: #aaa;
	--dt-datetime-table-selectable_disabled-hover-background: white;
	--dt-datetime-table_hover-background: #ff8000;
	--dt-datetime-table_hover-color: white;
	--dt-datetime-table-now_background: #ddd;
	--dt-datetime-table-selected_background: #4E6CA3;
	--dt-datetime-table-selected_color: white;
	--dt-datetime-label_height: 30px;
	--dt-datetime-label_border: 1px solid transparent;
	--dt-datetime-label_padding: 5px 6px;
	--dt-datetime-label_hover-border: 1px solid #ddd;
	--dt-datetime-label_hover-background: #f5f5f5;
	--dt-datetime-icon_border: 1px solid transparent;
	--dt-datetime-icon-opacity: 0.3;
	--dt-datetime-icon_hover-border: 1px solid #ccc;
	--dt-datetime-icon_hover-background: #f0f0f0;
	--dt-datetime-icon_hover-opacity: 0.6;
	--dt-datetime-icon-triangle_border-color: black;
	--dt-datetime-error_color: #b11f1f;
}

	html.dark,
	:root[data-theme=dark],
	:root[data-bs-theme=dark] {
		--dt-datetime_background: rgb(33, 37, 41);
		--dt-datetime_border: 1px solid rgb(89, 91, 94);
		--dt-datetime_box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
		--dt-datetime-table-header_color: #ccc;
		--dt-datetime-table-body_color: #eee;
		--dt-datetime-table-selectable_background: rgb(55, 60, 65);
		--dt-datetime-table-selectable_disabled-color: #aaa;
		--dt-datetime-table-selectable_disabled-background: rgb(23, 27, 31);
		--dt-datetime-table-selectable_disabled-hover-color: #aaa;
		--dt-datetime-table-selectable_disabled-hover-background: rgb(23, 27, 31);
		--dt-datetime-table_hover-background: #ff8000;
		--dt-datetime-table_hover-color: black;
		--dt-datetime-table-now_background: rgb(75, 80, 85);
		--dt-datetime-table-selected_background: #6ea8fe;
		--dt-datetime-table-selected_color: black;
		--dt-datetime-label_border: 1px solid transparent;
		--dt-datetime-label_hover-border: 1px solid transparent;
		--dt-datetime-label_hover-background: rgba(255, 255, 255, 0.1);
		--dt-datetime-icon_border: 1px solid transparent;
		--dt-datetime-icon_hover-border: 1px solid transparent;
		--dt-datetime-icon_hover-background: rgba(255, 255, 255, 0.1);
		--dt-datetime-icon-triangle_border-color: white;
		--dt-datetime-error_color: #b11f1f;
	}

div.dt-datetime {
	position: absolute;
	background-color: var(--dt-datetime_background);
	z-index: var(--dt-datetime_zindex);
	border: var(--dt-datetime_border);
	box-shadow: var(--dt-datetime_box-shadow);
	padding: var(--dt-datetime_padding);
	width: var(--dt-datetime_width);
	border-radius: var(--dt-datetime_border-radius);
}

	div.dt-datetime.inline {
		position: relative;
		box-shadow: none;
		border: none;
		z-index: inherit;
		padding: var(--dt-datetime-inline_padding);
		background-color: var(--dt-datetime-inline_background);
	}

	div.dt-datetime div.dt-datetime-title {
		text-align: center;
		padding: var(--dt-datetime-title_padding);
	}

	div.dt-datetime div.dt-datetime-buttons {
		text-align: center;
	}

		div.dt-datetime div.dt-datetime-buttons a {
			display: inline-block;
			padding: var(--dt-datetime-buttons-link_padding);
			margin: 0;
			font-size: var(--dt-datetime-buttons-link_font-size);
		}

			div.dt-datetime div.dt-datetime-buttons a:hover {
				text-decoration: underline;
			}

	div.dt-datetime table {
		border-spacing: 0;
		margin: 12px 0;
		width: 100%;
	}

		div.dt-datetime table.dt-datetime-table-nospace {
			margin-top: -12px;
		}

		div.dt-datetime table th {
			font-size: var(--dt-datetime-table-header_font-size);
			color: var(--dt-datetime-table-header_color);
			font-weight: normal;
			width: 14.285714286%;
			padding: var(--dt-datetime-table-header_padding);
			text-align: center;
		}

		div.dt-datetime table td {
			font-size: var(--dt-datetime-table-body_font-size);
			color: var(--dt-datetime-table-body_color);
			padding: var(--dt-datetime-table-body_padding);
		}

			div.dt-datetime table td.selectable {
				text-align: center;
				background: var(--dt-datetime-table-selectable_background);
			}

				div.dt-datetime table td.selectable.disabled {
					color: var(--dt-datetime-table-selectable_disabled-color);
					background: var(--dt-datetime-table-selectable_disabled-background);
				}

					div.dt-datetime table td.selectable.disabled button:hover {
						color: var(--dt-datetime-table-selectable_disabled-hover-color);
						background: var(--dt-datetime-table-selectable_disabled-hover-background);
					}

				div.dt-datetime table td.selectable.now {
					background-color: var(--dt-datetime-table-now_background);
				}

					div.dt-datetime table td.selectable.now button {
						font-weight: bold;
					}

				div.dt-datetime table td.selectable.selected button {
					background: var(--dt-datetime-table-selected_background);
					color: var(--dt-datetime-table-selected_color);
					border-radius: 2px;
				}

				div.dt-datetime table td.selectable button:hover {
					background: var(--dt-datetime-table_hover-background);
					color: var(--dt-datetime-table_hover-color);
					border-radius: 2px;
				}

			div.dt-datetime table td.dt-datetime-week {
				font-size: 0.7em;
			}

		div.dt-datetime table button {
			width: 100%;
			box-sizing: border-box;
			border: none;
			background: transparent;
			font-size: inherit;
			color: inherit;
			text-align: center;
			padding: 4px 0;
			cursor: pointer;
			margin: 0;
		}

			div.dt-datetime table button span {
				display: inline-block;
				min-width: 14px;
				text-align: right;
			}

		div.dt-datetime table.weekNumber th {
			width: 12.5%;
		}

	div.dt-datetime div.dt-datetime-calendar table {
		margin-top: 0;
	}

	div.dt-datetime div.dt-datetime-label {
		position: relative;
		display: inline-block;
		height: var(--dt-datetime-label_height);
		padding: var(--dt-datetime-label_padding);
		border: var(--dt-datetime-label_border);
		box-sizing: border-box;
		cursor: pointer;
	}

		div.dt-datetime div.dt-datetime-label:hover {
			border: var(--dt-datetime-label_hover-border);
			border-radius: 2px;
			background-color: var(--dt-datetime-label_hover-background);
		}

		div.dt-datetime div.dt-datetime-label select {
			position: absolute;
			top: 6px;
			left: 0;
			cursor: pointer;
			opacity: 0;
		}

	div.dt-datetime.horizontal {
		width: 550px;
	}

		div.dt-datetime.horizontal div.dt-datetime-date,
		div.dt-datetime.horizontal div.dt-datetime-time {
			width: 48%;
		}

		div.dt-datetime.horizontal div.dt-datetime-time {
			margin-left: 4%;
		}

	div.dt-datetime div.dt-datetime-date {
		position: relative;
		float: left;
		width: 100%;
	}

	div.dt-datetime div.dt-datetime-time {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
	}

		div.dt-datetime div.dt-datetime-time > span {
			vertical-align: middle;
		}

		div.dt-datetime div.dt-datetime-time th {
			text-align: left;
		}

		div.dt-datetime div.dt-datetime-time div.dt-datetime-timeblock {
			display: inline-block;
			vertical-align: middle;
		}

	div.dt-datetime div.dt-datetime-iconLeft,
	div.dt-datetime div.dt-datetime-iconRight {
		width: 30px;
		height: 30px;
		background-position: center;
		background-repeat: no-repeat;
		opacity: var(--dt-datetime-icon-opacity);
		overflow: hidden;
		box-sizing: border-box;
		border: var(--dt-datetime-icon_border);
	}

		div.dt-datetime div.dt-datetime-iconLeft:hover,
		div.dt-datetime div.dt-datetime-iconRight:hover {
			border: var(--dt-datetime-icon_hover-border);
			border-radius: 2px;
			background-color: var(--dt-datetime-icon_hover-background);
			opacity: var(--dt-datetime-icon_hover-opacity);
		}

		div.dt-datetime div.dt-datetime-iconLeft button,
		div.dt-datetime div.dt-datetime-iconRight button {
			border: none;
			background: transparent;
			text-indent: 30px;
			height: 100%;
			width: 100%;
			cursor: pointer;
		}

	div.dt-datetime div.dt-datetime-iconLeft {
		position: absolute;
		top: 5px;
		left: 5px;
	}

		div.dt-datetime div.dt-datetime-iconLeft button {
			position: relative;
			z-index: 1;
		}

		div.dt-datetime div.dt-datetime-iconLeft:after {
			position: absolute;
			top: 7px;
			left: 10px;
			display: block;
			content: "";
			border-top: 7px solid transparent;
			border-right: 7px solid var(--dt-datetime-icon-triangle_border-color);
			border-bottom: 7px solid transparent;
		}

	div.dt-datetime div.dt-datetime-iconRight {
		position: absolute;
		top: 5px;
		right: 5px;
	}

		div.dt-datetime div.dt-datetime-iconRight button {
			position: relative;
			z-index: 1;
		}

		div.dt-datetime div.dt-datetime-iconRight:after {
			position: absolute;
			top: 7px;
			left: 12px;
			display: block;
			content: "";
			border-top: 7px solid transparent;
			border-left: 7px solid var(--dt-datetime-icon-triangle_border-color);
			border-bottom: 7px solid transparent;
		}

div.dt-datetime-error {
	clear: both;
	padding: 0 1em;
	max-width: 240px;
	font-size: 11px;
	line-height: 1.25em;
	text-align: center;
	color: var(--dt-datetime-error_color);
}

html.dark input.dt-datetime,
html.dark select,
:root[data-theme=dark] input.dt-datetime,
:root[data-theme=dark] select,
:root[data-bs-theme=dark] input.dt-datetime,
:root[data-bs-theme=dark] select {
	color-scheme: dark;
}

html.dark.inline,
:root[data-theme=dark].inline,
:root[data-bs-theme=dark].inline {
	box-shadow: none;
	border: none;
}
