:root,
[data-bs-theme=light] {
    --bs-component-active-color: #ffffff;
    --bs-component-active-bg: #1B84FF;
    --bs-component-hover-color: #1B84FF;
    --bs-component-hover-bg: #F9F9F9;
    --bs-component-checked-color: #ffffff;
    --bs-component-checked-bg: #1B84FF;
}

body {
    font-size: 0.875rem !important;
}

table {
    border-collapse: separate; /* Ensures border-radius works properly */
    border-spacing: 0;
    --bs-table-striped-bg: rgba(249,249,249, 0.75) !important;
    --bs-table-hover-bg: #F9F9F9 !important;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.table:not(.table-bordered) td, .table:not(.table-bordered) th, .table:not(.table-bordered) tr {
    border-color: inherit;
    border-width: inherit;
    border-style: inherit;
    text-transform: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    height: inherit;
    min-height: inherit;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

    thead tr:first-child th:first-child {
        border-top-left-radius: 0.5rem !important;
        border-right-width: 0;
    }

    thead tr:first-child th:last-child {
        border-top-right-radius: 0.5rem !important;
        border-left-width: 0;
    }

    tbody tr:last-child {
        border-top-width: 0;
    }

        tbody tr:last-child td:first-child {
            border-bottom-left-radius: 0.5rem !important;
            border-right-width: 0;
        }

        tbody tr:last-child td:last-child {
            border-bottom-right-radius: 0.5rem !important;
            border-left-width: 0;
        }

tfoot {
    border: 0;
}

.table th, .table td {
    --bs-table-bg: white !important;
    padding-left: 1rem;
    padding-right: 1rem;
    color: var(--bs-heading-color);
    text-transform: none !important;
}

.table th {
    white-space: nowrap;
}

.table .min-100 {
    min-width: 100px;
}

.table .filename-column {
    max-width: 260px;
    min-width: 180px;
    overflow-wrap: anywhere;
}

.table .description-column {
    max-width: 300px;
    min-width: 180px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.table .date-column {
    min-width: 150px;
    max-width: 150px;
}

.table .action-column {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    white-space: nowrap !important;
}

.table .check-column {
    width: 1%;
}

.table .column-name-column {
    max-width: 0;
    min-width: 150px;
    overflow-wrap: anywhere;
}

.table .datatype-column {
    width: 200px;
}

.table th .fa-sort-up {
    padding-left: 5px;
    font-size: 1rem;
    position: relative;
    top: 6px; /* Adjust as needed */
}

.table th .fa-sort-down {
    padding-left: 5px;
    font-size: 1rem;
    position: relative;
    top: 0px; /* Adjust as needed */
}

.table:not(.table-bordered).table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: var(--bs-border-color);
}

.g-7, .gy-7 {
    --bs-gutter-y: 1.75rem;
}

.table:not(.table-bordered) > :not(:first-child) {
    border-color: transparent;
    border-width: 0;
    border-style: none
}

.table:not(.table-bordered) > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit
}

.table:not(.table-bordered) td, .table:not(.table-bordered) th, .table:not(.table-bordered) tr {
    border-color: inherit;
    border-width: inherit;
    border-style: inherit;
    text-transform: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    height: inherit;
    min-height: inherit
}

    .table:not(.table-bordered) td:first-child, .table:not(.table-bordered) th:first-child, .table:not(.table-bordered) tr:first-child {
        padding-left: 0
    }

    .table:not(.table-bordered) td:last-child, .table:not(.table-bordered) th:last-child, .table:not(.table-bordered) tr:last-child {
        padding-right: 0
    }

.table:not(.table-bordered) tbody tr:last-child, .table:not(.table-bordered) tfoot tr:last-child {
    border-bottom: 0 !important
}

    .table:not(.table-bordered) tbody tr:last-child td, .table:not(.table-bordered) tbody tr:last-child th, .table:not(.table-bordered) tfoot tr:last-child td, .table:not(.table-bordered) tfoot tr:last-child th {
        border-bottom: 0 !important
    }

.table:not(.table-bordered) tfoot td, .table:not(.table-bordered) tfoot th {
    border-top: inherit
}

.table:not(.table-bordered).table-rounded {
    border-radius: .475rem;
    border-spacing: 0;
    border-collapse: separate
}

.table:not(.table-bordered).table-rows-rounded td:first-child, .table:not(.table-bordered).table-rows-rounded th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.table:not(.table-bordered).table-rows-rounded td:last-child, .table:not(.table-bordered).table-rows-rounded th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.table:not(.table-bordered).table-flush td, .table:not(.table-bordered).table-flush th, .table:not(.table-bordered).table-flush tr {
    padding: inherit
}

.table:not(.table-bordered).table-row-bordered tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--bs-border-color)
}

.table:not(.table-bordered).table-row-bordered tfoot td, .table:not(.table-bordered).table-row-bordered tfoot th {
    border-top-width: 1px !important
}

.table:not(.table-bordered).table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: var(--bs-border-color)
}

.table:not(.table-bordered).table-row-dashed tfoot td, .table:not(.table-bordered).table-row-dashed tfoot th {
    border-top-width: 1px !important
}

.table:not(.table-bordered).table-row-gray-100 tr {
    border-bottom-color: var(--bs-gray-100)
}

.table:not(.table-bordered).table-row-gray-200 tr {
    border-bottom-color: var(--bs-gray-200)
}

.table:not(.table-bordered).table-row-gray-300 tr {
    border-bottom-color: var(--bs-gray-300)
}

.table:not(.table-bordered).table-row-gray-400 tr {
    border-bottom-color: var(--bs-gray-400)
}

.table:not(.table-bordered).table-row-gray-500 tr {
    border-bottom-color: var(--bs-gray-500)
}

.table:not(.table-bordered).table-row-gray-600 tr {
    border-bottom-color: var(--bs-gray-600)
}

.table:not(.table-bordered).table-row-gray-700 tr {
    border-bottom-color: var(--bs-gray-700)
}

.table:not(.table-bordered).table-row-gray-800 tr {
    border-bottom-color: var(--bs-gray-800)
}

.table:not(.table-bordered).table-row-gray-900 tr {
    border-bottom-color: var(--bs-gray-900)
}

.table-layout-fixed {
    table-layout: fixed
}

.table-sort:after {
    opacity: 0
}

.table-sort, .table-sort-asc, .table-sort-desc {
    vertical-align: middle
}

    .table-sort-asc:after, .table-sort-desc:after, .table-sort:after {
        position: relative;
        display: inline-block;
        width: .75rem;
        height: .75rem;
        content: " ";
        bottom: auto;
        right: auto;
        left: auto;
        margin-left: .5rem
    }

    .table-sort-asc:after {
        opacity: 1;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--bs-text-muted);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e")
    }

    .table-sort-desc:after {
        opacity: 1;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--bs-text-muted);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e")
    }

.table-loading-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: .92rem;
    box-shadow: var(--bs-table-loading-message-box-shadow);
    background-color: var(--bs-body-bg);
    color: var(--bs-gray-700);
    font-weight: 600;
    margin: 0 !important;
    width: auto;
    padding: .85rem 2rem !important;
    transform: translateX(-50%) translateY(-50%)
}

.table-loading {
    position: relative
}

    .table-loading .table-loading-message {
        display: block
    }

.table.g-0 th, .table.g-0 td {
    padding: 0rem;
}

    .table.g-0 th.dtr-control, .table.g-0 td.dtr-control {
        padding-left: 0rem !important;
    }

.table.gy-0 th, .table.gy-0 td {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.table.gx-0 th, .table.gx-0 td {
    padding-left: 0rem;
    padding-right: 0rem;
}

    .table.gx-0 th.dtr-control, .table.gx-0 td.dtr-control {
        padding-left: 0rem !important;
    }

.table.gs-0 th:first-child, .table.gs-0 td:first-child {
    padding-left: 0rem;
}

.table.gs-0 th:last-child, .table.gs-0 td:last-child {
    padding-right: 0rem;
}

.table.gs-0 th.dtr-control:first-child, .table.gs-0 td.dtr-control:first-child {
    padding-left: 0rem !important;
}

.table.g-1 th, .table.g-1 td {
    padding: 0.25rem;
}

    .table.g-1 th.dtr-control, .table.g-1 td.dtr-control {
        padding-left: 0.25rem !important;
    }

.table.gy-1 th, .table.gy-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.table.gx-1 th, .table.gx-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

    .table.gx-1 th.dtr-control, .table.gx-1 td.dtr-control {
        padding-left: 0.25rem !important;
    }

.table.gs-1 th:first-child, .table.gs-1 td:first-child {
    padding-left: 0.25rem;
}

.table.gs-1 th:last-child, .table.gs-1 td:last-child {
    padding-right: 0.25rem;
}

.table.gs-1 th.dtr-control:first-child, .table.gs-1 td.dtr-control:first-child {
    padding-left: 0.25rem !important;
}

.table.g-2 th, .table.g-2 td {
    padding: 0.5rem;
}

    .table.g-2 th.dtr-control, .table.g-2 td.dtr-control {
        padding-left: 0.5rem !important;
    }

.table.gy-2 th, .table.gy-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.table.gx-2 th, .table.gx-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

    .table.gx-2 th.dtr-control, .table.gx-2 td.dtr-control {
        padding-left: 0.5rem !important;
    }

.table.gs-2 th:first-child, .table.gs-2 td:first-child {
    padding-left: 0.5rem;
}

.table.gs-2 th:last-child, .table.gs-2 td:last-child {
    padding-right: 0.5rem;
}

.table.gs-2 th.dtr-control:first-child, .table.gs-2 td.dtr-control:first-child {
    padding-left: 0.5rem !important;
}

.table.g-3 th, .table.g-3 td {
    padding: 0.75rem;
}

    .table.g-3 th.dtr-control, .table.g-3 td.dtr-control {
        padding-left: 0.75rem !important;
    }

.table.gy-3 th, .table.gy-3 td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.table.gx-3 th, .table.gx-3 td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

    .table.gx-3 th.dtr-control, .table.gx-3 td.dtr-control {
        padding-left: 0.75rem !important;
    }

.table.gs-3 th:first-child, .table.gs-3 td:first-child {
    padding-left: 0.75rem;
}

.table.gs-3 th:last-child, .table.gs-3 td:last-child {
    padding-right: 0.75rem;
}

.table.gs-3 th.dtr-control:first-child, .table.gs-3 td.dtr-control:first-child {
    padding-left: 0.75rem !important;
}

.table.g-4 th, .table.g-4 td {
    padding: 1rem;
}

    .table.g-4 th.dtr-control, .table.g-4 td.dtr-control {
        padding-left: 1rem !important;
    }

.table.gy-4 th, .table.gy-4 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table.gx-4 th, .table.gx-4 td {
    padding-left: 1rem;
    padding-right: 1rem;
}

    .table.gx-4 th.dtr-control, .table.gx-4 td.dtr-control {
        padding-left: 1rem !important;
    }

.table.gs-4 th:first-child, .table.gs-4 td:first-child {
    padding-left: 1rem;
}

.table.gs-4 th:last-child, .table.gs-4 td:last-child {
    padding-right: 1rem;
}

.table.gs-4 th.dtr-control:first-child, .table.gs-4 td.dtr-control:first-child {
    padding-left: 1rem !important;
}

.table.g-5 th, .table.g-5 td {
    padding: 1.25rem;
}

    .table.g-5 th.dtr-control, .table.g-5 td.dtr-control {
        padding-left: 1.25rem !important;
    }

.table.gy-5 th, .table.gy-5 td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.table.gx-5 th, .table.gx-5 td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

    .table.gx-5 th.dtr-control, .table.gx-5 td.dtr-control {
        padding-left: 1.25rem !important;
    }

.table.gs-5 th:first-child, .table.gs-5 td:first-child {
    padding-left: 1.25rem;
}

.table.gs-5 th:last-child, .table.gs-5 td:last-child {
    padding-right: 1.25rem;
}

.table.gs-5 th.dtr-control:first-child, .table.gs-5 td.dtr-control:first-child {
    padding-left: 1.25rem !important;
}

.table.g-6 th, .table.g-6 td {
    padding: 1.5rem;
}

    .table.g-6 th.dtr-control, .table.g-6 td.dtr-control {
        padding-left: 1.5rem !important;
    }

.table.gy-6 th, .table.gy-6 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.table.gx-6 th, .table.gx-6 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .table.gx-6 th.dtr-control, .table.gx-6 td.dtr-control {
        padding-left: 1.5rem !important;
    }

.table.gs-6 th:first-child, .table.gs-6 td:first-child {
    padding-left: 1.5rem;
}

.table.gs-6 th:last-child, .table.gs-6 td:last-child {
    padding-right: 1.5rem;
}

.table.gs-6 th.dtr-control:first-child, .table.gs-6 td.dtr-control:first-child {
    padding-left: 1.5rem !important;
}

.table.g-7 th, .table.g-7 td {
    padding: 1.75rem;
}

    .table.g-7 th.dtr-control, .table.g-7 td.dtr-control {
        padding-left: 1.75rem !important;
    }

.table.gy-7 th, .table.gy-7 td {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.table.gx-7 th, .table.gx-7 td {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

    .table.gx-7 th.dtr-control, .table.gx-7 td.dtr-control {
        padding-left: 1.75rem !important;
    }

.table.gs-7 th:first-child, .table.gs-7 td:first-child {
    padding-left: 1.75rem;
}

.table.gs-7 th:last-child, .table.gs-7 td:last-child {
    padding-right: 1.75rem;
}

.table.gs-7 th.dtr-control:first-child, .table.gs-7 td.dtr-control:first-child {
    padding-left: 1.75rem !important;
}

.table.g-8 th, .table.g-8 td {
    padding: 2rem;
}

    .table.g-8 th.dtr-control, .table.g-8 td.dtr-control {
        padding-left: 2rem !important;
    }

.table.gy-8 th, .table.gy-8 td {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.table.gx-8 th, .table.gx-8 td {
    padding-left: 2rem;
    padding-right: 2rem;
}

    .table.gx-8 th.dtr-control, .table.gx-8 td.dtr-control {
        padding-left: 2rem !important;
    }

.table.gs-8 th:first-child, .table.gs-8 td:first-child {
    padding-left: 2rem;
}

.table.gs-8 th:last-child, .table.gs-8 td:last-child {
    padding-right: 2rem;
}

.table.gs-8 th.dtr-control:first-child, .table.gs-8 td.dtr-control:first-child {
    padding-left: 2rem !important;
}

.table.g-9 th, .table.g-9 td {
    padding: 2.25rem;
}

    .table.g-9 th.dtr-control, .table.g-9 td.dtr-control {
        padding-left: 2.25rem !important;
    }

.table.gy-9 th, .table.gy-9 td {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.table.gx-9 th, .table.gx-9 td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

    .table.gx-9 th.dtr-control, .table.gx-9 td.dtr-control {
        padding-left: 2.25rem !important;
    }

.table.gs-9 th:first-child, .table.gs-9 td:first-child {
    padding-left: 2.25rem;
}

.table.gs-9 th:last-child, .table.gs-9 td:last-child {
    padding-right: 2.25rem;
}

.table.gs-9 th.dtr-control:first-child, .table.gs-9 td.dtr-control:first-child {
    padding-left: 2.25rem !important;
}

.table.g-10 th, .table.g-10 td {
    padding: 2.5rem;
}

    .table.g-10 th.dtr-control, .table.g-10 td.dtr-control {
        padding-left: 2.5rem !important;
    }

.table.gy-10 th, .table.gy-10 td {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.table.gx-10 th, .table.gx-10 td {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

    .table.gx-10 th.dtr-control, .table.gx-10 td.dtr-control {
        padding-left: 2.5rem !important;
    }

.table.gs-10 th:first-child, .table.gs-10 td:first-child {
    padding-left: 2.5rem;
}

.table.gs-10 th:last-child, .table.gs-10 td:last-child {
    padding-right: 2.5rem;
}

.table.gs-10 th.dtr-control:first-child, .table.gs-10 td.dtr-control:first-child {
    padding-left: 2.5rem !important;
}

@media (min-width: 576px) {
    .table.g-sm-0 th, .table.g-sm-0 td {
        padding: 0rem;
    }

        .table.g-sm-0 th.dtr-control, .table.g-sm-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-sm-0 th, .table.gy-sm-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-sm-0 th, .table.gx-sm-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-sm-0 th.dtr-control, .table.gx-sm-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-sm-0 th:first-child, .table.gs-sm-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-sm-0 th:last-child, .table.gs-sm-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-sm-0 th.dtr-control:first-child, .table.gs-sm-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-sm-1 th, .table.g-sm-1 td {
        padding: 0.25rem;
    }

        .table.g-sm-1 th.dtr-control, .table.g-sm-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-sm-1 th, .table.gy-sm-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-sm-1 th, .table.gx-sm-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-sm-1 th.dtr-control, .table.gx-sm-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-sm-1 th:first-child, .table.gs-sm-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-sm-1 th:last-child, .table.gs-sm-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-sm-1 th.dtr-control:first-child, .table.gs-sm-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-sm-2 th, .table.g-sm-2 td {
        padding: 0.5rem;
    }

        .table.g-sm-2 th.dtr-control, .table.g-sm-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-sm-2 th, .table.gy-sm-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-sm-2 th, .table.gx-sm-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-sm-2 th.dtr-control, .table.gx-sm-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-sm-2 th:first-child, .table.gs-sm-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-sm-2 th:last-child, .table.gs-sm-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-sm-2 th.dtr-control:first-child, .table.gs-sm-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-sm-3 th, .table.g-sm-3 td {
        padding: 0.75rem;
    }

        .table.g-sm-3 th.dtr-control, .table.g-sm-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-sm-3 th, .table.gy-sm-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-sm-3 th, .table.gx-sm-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-sm-3 th.dtr-control, .table.gx-sm-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-sm-3 th:first-child, .table.gs-sm-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-sm-3 th:last-child, .table.gs-sm-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-sm-3 th.dtr-control:first-child, .table.gs-sm-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-sm-4 th, .table.g-sm-4 td {
        padding: 1rem;
    }

        .table.g-sm-4 th.dtr-control, .table.g-sm-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-sm-4 th, .table.gy-sm-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-sm-4 th, .table.gx-sm-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-sm-4 th.dtr-control, .table.gx-sm-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-sm-4 th:first-child, .table.gs-sm-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-sm-4 th:last-child, .table.gs-sm-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-sm-4 th.dtr-control:first-child, .table.gs-sm-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-sm-5 th, .table.g-sm-5 td {
        padding: 1.25rem;
    }

        .table.g-sm-5 th.dtr-control, .table.g-sm-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-sm-5 th, .table.gy-sm-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-sm-5 th, .table.gx-sm-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-sm-5 th.dtr-control, .table.gx-sm-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-sm-5 th:first-child, .table.gs-sm-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-sm-5 th:last-child, .table.gs-sm-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-sm-5 th.dtr-control:first-child, .table.gs-sm-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-sm-6 th, .table.g-sm-6 td {
        padding: 1.5rem;
    }

        .table.g-sm-6 th.dtr-control, .table.g-sm-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-sm-6 th, .table.gy-sm-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-sm-6 th, .table.gx-sm-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-sm-6 th.dtr-control, .table.gx-sm-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-sm-6 th:first-child, .table.gs-sm-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-sm-6 th:last-child, .table.gs-sm-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-sm-6 th.dtr-control:first-child, .table.gs-sm-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-sm-7 th, .table.g-sm-7 td {
        padding: 1.75rem;
    }

        .table.g-sm-7 th.dtr-control, .table.g-sm-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-sm-7 th, .table.gy-sm-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-sm-7 th, .table.gx-sm-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-sm-7 th.dtr-control, .table.gx-sm-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-sm-7 th:first-child, .table.gs-sm-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-sm-7 th:last-child, .table.gs-sm-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-sm-7 th.dtr-control:first-child, .table.gs-sm-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-sm-8 th, .table.g-sm-8 td {
        padding: 2rem;
    }

        .table.g-sm-8 th.dtr-control, .table.g-sm-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-sm-8 th, .table.gy-sm-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-sm-8 th, .table.gx-sm-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-sm-8 th.dtr-control, .table.gx-sm-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-sm-8 th:first-child, .table.gs-sm-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-sm-8 th:last-child, .table.gs-sm-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-sm-8 th.dtr-control:first-child, .table.gs-sm-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-sm-9 th, .table.g-sm-9 td {
        padding: 2.25rem;
    }

        .table.g-sm-9 th.dtr-control, .table.g-sm-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-sm-9 th, .table.gy-sm-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-sm-9 th, .table.gx-sm-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-sm-9 th.dtr-control, .table.gx-sm-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-sm-9 th:first-child, .table.gs-sm-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-sm-9 th:last-child, .table.gs-sm-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-sm-9 th.dtr-control:first-child, .table.gs-sm-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-sm-10 th, .table.g-sm-10 td {
        padding: 2.5rem;
    }

        .table.g-sm-10 th.dtr-control, .table.g-sm-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-sm-10 th, .table.gy-sm-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-sm-10 th, .table.gx-sm-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-sm-10 th.dtr-control, .table.gx-sm-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-sm-10 th:first-child, .table.gs-sm-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-sm-10 th:last-child, .table.gs-sm-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-sm-10 th.dtr-control:first-child, .table.gs-sm-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 768px) {
    .table.g-md-0 th, .table.g-md-0 td {
        padding: 0rem;
    }

        .table.g-md-0 th.dtr-control, .table.g-md-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-md-0 th, .table.gy-md-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-md-0 th, .table.gx-md-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-md-0 th.dtr-control, .table.gx-md-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-md-0 th:first-child, .table.gs-md-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-md-0 th:last-child, .table.gs-md-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-md-0 th.dtr-control:first-child, .table.gs-md-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-md-1 th, .table.g-md-1 td {
        padding: 0.25rem;
    }

        .table.g-md-1 th.dtr-control, .table.g-md-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-md-1 th, .table.gy-md-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-md-1 th, .table.gx-md-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-md-1 th.dtr-control, .table.gx-md-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-md-1 th:first-child, .table.gs-md-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-md-1 th:last-child, .table.gs-md-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-md-1 th.dtr-control:first-child, .table.gs-md-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-md-2 th, .table.g-md-2 td {
        padding: 0.5rem;
    }

        .table.g-md-2 th.dtr-control, .table.g-md-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-md-2 th, .table.gy-md-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-md-2 th, .table.gx-md-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-md-2 th.dtr-control, .table.gx-md-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-md-2 th:first-child, .table.gs-md-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-md-2 th:last-child, .table.gs-md-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-md-2 th.dtr-control:first-child, .table.gs-md-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-md-3 th, .table.g-md-3 td {
        padding: 0.75rem;
    }

        .table.g-md-3 th.dtr-control, .table.g-md-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-md-3 th, .table.gy-md-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-md-3 th, .table.gx-md-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-md-3 th.dtr-control, .table.gx-md-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-md-3 th:first-child, .table.gs-md-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-md-3 th:last-child, .table.gs-md-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-md-3 th.dtr-control:first-child, .table.gs-md-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-md-4 th, .table.g-md-4 td {
        padding: 1rem;
    }

        .table.g-md-4 th.dtr-control, .table.g-md-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-md-4 th, .table.gy-md-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-md-4 th, .table.gx-md-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-md-4 th.dtr-control, .table.gx-md-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-md-4 th:first-child, .table.gs-md-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-md-4 th:last-child, .table.gs-md-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-md-4 th.dtr-control:first-child, .table.gs-md-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-md-5 th, .table.g-md-5 td {
        padding: 1.25rem;
    }

        .table.g-md-5 th.dtr-control, .table.g-md-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-md-5 th, .table.gy-md-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-md-5 th, .table.gx-md-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-md-5 th.dtr-control, .table.gx-md-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-md-5 th:first-child, .table.gs-md-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-md-5 th:last-child, .table.gs-md-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-md-5 th.dtr-control:first-child, .table.gs-md-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-md-6 th, .table.g-md-6 td {
        padding: 1.5rem;
    }

        .table.g-md-6 th.dtr-control, .table.g-md-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-md-6 th, .table.gy-md-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-md-6 th, .table.gx-md-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-md-6 th.dtr-control, .table.gx-md-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-md-6 th:first-child, .table.gs-md-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-md-6 th:last-child, .table.gs-md-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-md-6 th.dtr-control:first-child, .table.gs-md-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-md-7 th, .table.g-md-7 td {
        padding: 1.75rem;
    }

        .table.g-md-7 th.dtr-control, .table.g-md-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-md-7 th, .table.gy-md-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-md-7 th, .table.gx-md-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-md-7 th.dtr-control, .table.gx-md-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-md-7 th:first-child, .table.gs-md-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-md-7 th:last-child, .table.gs-md-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-md-7 th.dtr-control:first-child, .table.gs-md-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-md-8 th, .table.g-md-8 td {
        padding: 2rem;
    }

        .table.g-md-8 th.dtr-control, .table.g-md-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-md-8 th, .table.gy-md-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-md-8 th, .table.gx-md-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-md-8 th.dtr-control, .table.gx-md-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-md-8 th:first-child, .table.gs-md-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-md-8 th:last-child, .table.gs-md-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-md-8 th.dtr-control:first-child, .table.gs-md-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-md-9 th, .table.g-md-9 td {
        padding: 2.25rem;
    }

        .table.g-md-9 th.dtr-control, .table.g-md-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-md-9 th, .table.gy-md-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-md-9 th, .table.gx-md-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-md-9 th.dtr-control, .table.gx-md-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-md-9 th:first-child, .table.gs-md-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-md-9 th:last-child, .table.gs-md-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-md-9 th.dtr-control:first-child, .table.gs-md-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-md-10 th, .table.g-md-10 td {
        padding: 2.5rem;
    }

        .table.g-md-10 th.dtr-control, .table.g-md-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-md-10 th, .table.gy-md-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-md-10 th, .table.gx-md-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-md-10 th.dtr-control, .table.gx-md-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-md-10 th:first-child, .table.gs-md-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-md-10 th:last-child, .table.gs-md-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-md-10 th.dtr-control:first-child, .table.gs-md-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 992px) {
    .table.g-lg-0 th, .table.g-lg-0 td {
        padding: 0rem;
    }

        .table.g-lg-0 th.dtr-control, .table.g-lg-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-lg-0 th, .table.gy-lg-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-lg-0 th, .table.gx-lg-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-lg-0 th.dtr-control, .table.gx-lg-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-lg-0 th:first-child, .table.gs-lg-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-lg-0 th:last-child, .table.gs-lg-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-lg-0 th.dtr-control:first-child, .table.gs-lg-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-lg-1 th, .table.g-lg-1 td {
        padding: 0.25rem;
    }

        .table.g-lg-1 th.dtr-control, .table.g-lg-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-lg-1 th, .table.gy-lg-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-lg-1 th, .table.gx-lg-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-lg-1 th.dtr-control, .table.gx-lg-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-lg-1 th:first-child, .table.gs-lg-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-lg-1 th:last-child, .table.gs-lg-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-lg-1 th.dtr-control:first-child, .table.gs-lg-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-lg-2 th, .table.g-lg-2 td {
        padding: 0.5rem;
    }

        .table.g-lg-2 th.dtr-control, .table.g-lg-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-lg-2 th, .table.gy-lg-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-lg-2 th, .table.gx-lg-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-lg-2 th.dtr-control, .table.gx-lg-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-lg-2 th:first-child, .table.gs-lg-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-lg-2 th:last-child, .table.gs-lg-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-lg-2 th.dtr-control:first-child, .table.gs-lg-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-lg-3 th, .table.g-lg-3 td {
        padding: 0.75rem;
    }

        .table.g-lg-3 th.dtr-control, .table.g-lg-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-lg-3 th, .table.gy-lg-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-lg-3 th, .table.gx-lg-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-lg-3 th.dtr-control, .table.gx-lg-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-lg-3 th:first-child, .table.gs-lg-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-lg-3 th:last-child, .table.gs-lg-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-lg-3 th.dtr-control:first-child, .table.gs-lg-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-lg-4 th, .table.g-lg-4 td {
        padding: 1rem;
    }

        .table.g-lg-4 th.dtr-control, .table.g-lg-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-lg-4 th, .table.gy-lg-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-lg-4 th, .table.gx-lg-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-lg-4 th.dtr-control, .table.gx-lg-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-lg-4 th:first-child, .table.gs-lg-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-lg-4 th:last-child, .table.gs-lg-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-lg-4 th.dtr-control:first-child, .table.gs-lg-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-lg-5 th, .table.g-lg-5 td {
        padding: 1.25rem;
    }

        .table.g-lg-5 th.dtr-control, .table.g-lg-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-lg-5 th, .table.gy-lg-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-lg-5 th, .table.gx-lg-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-lg-5 th.dtr-control, .table.gx-lg-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-lg-5 th:first-child, .table.gs-lg-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-lg-5 th:last-child, .table.gs-lg-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-lg-5 th.dtr-control:first-child, .table.gs-lg-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-lg-6 th, .table.g-lg-6 td {
        padding: 1.5rem;
    }

        .table.g-lg-6 th.dtr-control, .table.g-lg-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-lg-6 th, .table.gy-lg-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-lg-6 th, .table.gx-lg-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-lg-6 th.dtr-control, .table.gx-lg-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-lg-6 th:first-child, .table.gs-lg-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-lg-6 th:last-child, .table.gs-lg-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-lg-6 th.dtr-control:first-child, .table.gs-lg-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-lg-7 th, .table.g-lg-7 td {
        padding: 1.75rem;
    }

        .table.g-lg-7 th.dtr-control, .table.g-lg-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-lg-7 th, .table.gy-lg-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-lg-7 th, .table.gx-lg-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-lg-7 th.dtr-control, .table.gx-lg-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-lg-7 th:first-child, .table.gs-lg-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-lg-7 th:last-child, .table.gs-lg-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-lg-7 th.dtr-control:first-child, .table.gs-lg-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-lg-8 th, .table.g-lg-8 td {
        padding: 2rem;
    }

        .table.g-lg-8 th.dtr-control, .table.g-lg-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-lg-8 th, .table.gy-lg-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-lg-8 th, .table.gx-lg-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-lg-8 th.dtr-control, .table.gx-lg-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-lg-8 th:first-child, .table.gs-lg-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-lg-8 th:last-child, .table.gs-lg-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-lg-8 th.dtr-control:first-child, .table.gs-lg-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-lg-9 th, .table.g-lg-9 td {
        padding: 2.25rem;
    }

        .table.g-lg-9 th.dtr-control, .table.g-lg-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-lg-9 th, .table.gy-lg-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-lg-9 th, .table.gx-lg-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-lg-9 th.dtr-control, .table.gx-lg-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-lg-9 th:first-child, .table.gs-lg-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-lg-9 th:last-child, .table.gs-lg-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-lg-9 th.dtr-control:first-child, .table.gs-lg-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-lg-10 th, .table.g-lg-10 td {
        padding: 2.5rem;
    }

        .table.g-lg-10 th.dtr-control, .table.g-lg-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-lg-10 th, .table.gy-lg-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-lg-10 th, .table.gx-lg-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-lg-10 th.dtr-control, .table.gx-lg-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-lg-10 th:first-child, .table.gs-lg-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-lg-10 th:last-child, .table.gs-lg-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-lg-10 th.dtr-control:first-child, .table.gs-lg-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 1200px) {
    .table.g-xl-0 th, .table.g-xl-0 td {
        padding: 0rem;
    }

        .table.g-xl-0 th.dtr-control, .table.g-xl-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-xl-0 th, .table.gy-xl-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-xl-0 th, .table.gx-xl-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-xl-0 th.dtr-control, .table.gx-xl-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-xl-0 th:first-child, .table.gs-xl-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-xl-0 th:last-child, .table.gs-xl-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-xl-0 th.dtr-control:first-child, .table.gs-xl-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-xl-1 th, .table.g-xl-1 td {
        padding: 0.25rem;
    }

        .table.g-xl-1 th.dtr-control, .table.g-xl-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-xl-1 th, .table.gy-xl-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-xl-1 th, .table.gx-xl-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-xl-1 th.dtr-control, .table.gx-xl-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-xl-1 th:first-child, .table.gs-xl-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-xl-1 th:last-child, .table.gs-xl-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-xl-1 th.dtr-control:first-child, .table.gs-xl-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-xl-2 th, .table.g-xl-2 td {
        padding: 0.5rem;
    }

        .table.g-xl-2 th.dtr-control, .table.g-xl-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-xl-2 th, .table.gy-xl-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-xl-2 th, .table.gx-xl-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-xl-2 th.dtr-control, .table.gx-xl-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-xl-2 th:first-child, .table.gs-xl-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-xl-2 th:last-child, .table.gs-xl-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-xl-2 th.dtr-control:first-child, .table.gs-xl-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-xl-3 th, .table.g-xl-3 td {
        padding: 0.75rem;
    }

        .table.g-xl-3 th.dtr-control, .table.g-xl-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-xl-3 th, .table.gy-xl-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-xl-3 th, .table.gx-xl-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-xl-3 th.dtr-control, .table.gx-xl-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-xl-3 th:first-child, .table.gs-xl-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-xl-3 th:last-child, .table.gs-xl-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-xl-3 th.dtr-control:first-child, .table.gs-xl-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-xl-4 th, .table.g-xl-4 td {
        padding: 1rem;
    }

        .table.g-xl-4 th.dtr-control, .table.g-xl-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-xl-4 th, .table.gy-xl-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-xl-4 th, .table.gx-xl-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-xl-4 th.dtr-control, .table.gx-xl-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-xl-4 th:first-child, .table.gs-xl-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-xl-4 th:last-child, .table.gs-xl-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-xl-4 th.dtr-control:first-child, .table.gs-xl-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-xl-5 th, .table.g-xl-5 td {
        padding: 1.25rem;
    }

        .table.g-xl-5 th.dtr-control, .table.g-xl-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-xl-5 th, .table.gy-xl-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-xl-5 th, .table.gx-xl-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-xl-5 th.dtr-control, .table.gx-xl-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-xl-5 th:first-child, .table.gs-xl-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-xl-5 th:last-child, .table.gs-xl-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-xl-5 th.dtr-control:first-child, .table.gs-xl-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-xl-6 th, .table.g-xl-6 td {
        padding: 1.5rem;
    }

        .table.g-xl-6 th.dtr-control, .table.g-xl-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-xl-6 th, .table.gy-xl-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-xl-6 th, .table.gx-xl-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-xl-6 th.dtr-control, .table.gx-xl-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-xl-6 th:first-child, .table.gs-xl-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-xl-6 th:last-child, .table.gs-xl-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-xl-6 th.dtr-control:first-child, .table.gs-xl-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-xl-7 th, .table.g-xl-7 td {
        padding: 1.75rem;
    }

        .table.g-xl-7 th.dtr-control, .table.g-xl-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-xl-7 th, .table.gy-xl-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-xl-7 th, .table.gx-xl-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-xl-7 th.dtr-control, .table.gx-xl-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-xl-7 th:first-child, .table.gs-xl-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-xl-7 th:last-child, .table.gs-xl-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-xl-7 th.dtr-control:first-child, .table.gs-xl-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-xl-8 th, .table.g-xl-8 td {
        padding: 2rem;
    }

        .table.g-xl-8 th.dtr-control, .table.g-xl-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-xl-8 th, .table.gy-xl-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-xl-8 th, .table.gx-xl-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-xl-8 th.dtr-control, .table.gx-xl-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-xl-8 th:first-child, .table.gs-xl-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-xl-8 th:last-child, .table.gs-xl-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-xl-8 th.dtr-control:first-child, .table.gs-xl-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-xl-9 th, .table.g-xl-9 td {
        padding: 2.25rem;
    }

        .table.g-xl-9 th.dtr-control, .table.g-xl-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-xl-9 th, .table.gy-xl-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-xl-9 th, .table.gx-xl-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-xl-9 th.dtr-control, .table.gx-xl-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-xl-9 th:first-child, .table.gs-xl-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-xl-9 th:last-child, .table.gs-xl-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-xl-9 th.dtr-control:first-child, .table.gs-xl-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-xl-10 th, .table.g-xl-10 td {
        padding: 2.5rem;
    }

        .table.g-xl-10 th.dtr-control, .table.g-xl-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-xl-10 th, .table.gy-xl-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-xl-10 th, .table.gx-xl-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-xl-10 th.dtr-control, .table.gx-xl-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-xl-10 th:first-child, .table.gs-xl-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-xl-10 th:last-child, .table.gs-xl-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-xl-10 th.dtr-control:first-child, .table.gs-xl-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 1400px) {
    .table.g-xxl-0 th, .table.g-xxl-0 td {
        padding: 0rem;
    }

        .table.g-xxl-0 th.dtr-control, .table.g-xxl-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-xxl-0 th, .table.gy-xxl-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-xxl-0 th, .table.gx-xxl-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-xxl-0 th.dtr-control, .table.gx-xxl-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-xxl-0 th:first-child, .table.gs-xxl-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-xxl-0 th:last-child, .table.gs-xxl-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-xxl-0 th.dtr-control:first-child, .table.gs-xxl-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-xxl-1 th, .table.g-xxl-1 td {
        padding: 0.25rem;
    }

        .table.g-xxl-1 th.dtr-control, .table.g-xxl-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-xxl-1 th, .table.gy-xxl-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-xxl-1 th, .table.gx-xxl-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-xxl-1 th.dtr-control, .table.gx-xxl-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-xxl-1 th:first-child, .table.gs-xxl-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-xxl-1 th:last-child, .table.gs-xxl-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-xxl-1 th.dtr-control:first-child, .table.gs-xxl-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-xxl-2 th, .table.g-xxl-2 td {
        padding: 0.5rem;
    }

        .table.g-xxl-2 th.dtr-control, .table.g-xxl-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-xxl-2 th, .table.gy-xxl-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-xxl-2 th, .table.gx-xxl-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-xxl-2 th.dtr-control, .table.gx-xxl-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-xxl-2 th:first-child, .table.gs-xxl-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-xxl-2 th:last-child, .table.gs-xxl-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-xxl-2 th.dtr-control:first-child, .table.gs-xxl-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-xxl-3 th, .table.g-xxl-3 td {
        padding: 0.75rem;
    }

        .table.g-xxl-3 th.dtr-control, .table.g-xxl-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-xxl-3 th, .table.gy-xxl-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-xxl-3 th, .table.gx-xxl-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-xxl-3 th.dtr-control, .table.gx-xxl-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-xxl-3 th:first-child, .table.gs-xxl-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-xxl-3 th:last-child, .table.gs-xxl-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-xxl-3 th.dtr-control:first-child, .table.gs-xxl-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-xxl-4 th, .table.g-xxl-4 td {
        padding: 1rem;
    }

        .table.g-xxl-4 th.dtr-control, .table.g-xxl-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-xxl-4 th, .table.gy-xxl-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-xxl-4 th, .table.gx-xxl-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-xxl-4 th.dtr-control, .table.gx-xxl-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-xxl-4 th:first-child, .table.gs-xxl-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-xxl-4 th:last-child, .table.gs-xxl-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-xxl-4 th.dtr-control:first-child, .table.gs-xxl-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-xxl-5 th, .table.g-xxl-5 td {
        padding: 1.25rem;
    }

        .table.g-xxl-5 th.dtr-control, .table.g-xxl-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-xxl-5 th, .table.gy-xxl-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-xxl-5 th, .table.gx-xxl-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-xxl-5 th.dtr-control, .table.gx-xxl-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-xxl-5 th:first-child, .table.gs-xxl-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-xxl-5 th:last-child, .table.gs-xxl-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-xxl-5 th.dtr-control:first-child, .table.gs-xxl-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-xxl-6 th, .table.g-xxl-6 td {
        padding: 1.5rem;
    }

        .table.g-xxl-6 th.dtr-control, .table.g-xxl-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-xxl-6 th, .table.gy-xxl-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-xxl-6 th, .table.gx-xxl-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-xxl-6 th.dtr-control, .table.gx-xxl-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-xxl-6 th:first-child, .table.gs-xxl-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-xxl-6 th:last-child, .table.gs-xxl-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-xxl-6 th.dtr-control:first-child, .table.gs-xxl-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-xxl-7 th, .table.g-xxl-7 td {
        padding: 1.75rem;
    }

        .table.g-xxl-7 th.dtr-control, .table.g-xxl-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-xxl-7 th, .table.gy-xxl-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-xxl-7 th, .table.gx-xxl-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-xxl-7 th.dtr-control, .table.gx-xxl-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-xxl-7 th:first-child, .table.gs-xxl-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-xxl-7 th:last-child, .table.gs-xxl-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-xxl-7 th.dtr-control:first-child, .table.gs-xxl-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-xxl-8 th, .table.g-xxl-8 td {
        padding: 2rem;
    }

        .table.g-xxl-8 th.dtr-control, .table.g-xxl-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-xxl-8 th, .table.gy-xxl-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-xxl-8 th, .table.gx-xxl-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-xxl-8 th.dtr-control, .table.gx-xxl-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-xxl-8 th:first-child, .table.gs-xxl-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-xxl-8 th:last-child, .table.gs-xxl-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-xxl-8 th.dtr-control:first-child, .table.gs-xxl-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-xxl-9 th, .table.g-xxl-9 td {
        padding: 2.25rem;
    }

        .table.g-xxl-9 th.dtr-control, .table.g-xxl-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-xxl-9 th, .table.gy-xxl-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-xxl-9 th, .table.gx-xxl-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-xxl-9 th.dtr-control, .table.gx-xxl-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-xxl-9 th:first-child, .table.gs-xxl-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-xxl-9 th:last-child, .table.gs-xxl-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-xxl-9 th.dtr-control:first-child, .table.gs-xxl-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-xxl-10 th, .table.g-xxl-10 td {
        padding: 2.5rem;
    }

        .table.g-xxl-10 th.dtr-control, .table.g-xxl-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-xxl-10 th, .table.gy-xxl-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-xxl-10 th, .table.gx-xxl-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-xxl-10 th.dtr-control, .table.gx-xxl-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-xxl-10 th:first-child, .table.gs-xxl-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-xxl-10 th:last-child, .table.gs-xxl-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-xxl-10 th.dtr-control:first-child, .table.gs-xxl-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1.075rem;
    --bs-pagination-color: var(--bs-gray-700);
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: 0;
    --bs-pagination-border-color: transparent;
    --bs-pagination-border-radius: 0.475rem;
    --bs-pagination-hover-color: var(--bs-component-hover-color);
    /* --bs-pagination-hover-bg:var(--bs-component-hover-bg); */
    /* --bs-pagination-hover-border-color:transparent; */
    --bs-pagination-focus-color: var(--bs-component-hover-color);
    --bs-pagination-focus-bg: var(--bs-component-hover-bg);
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: var(--bs-component-active-color);
    --bs-pagination-active-bg: var(--bs-component-active-bg);
    --bs-pagination-active-border-color: transparent;
    --bs-pagination-disabled-color: var(--bs-gray-400);
    --bs-pagination-disabled-bg: transparent;
    --bs-pagination-disabled-border-color: transparent;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-item.active .page-link {
    color: #FFFFFF !important;
    background-color: var(--bs-component-active-bg);
    border-color: var(--bs-component-active-bg) !important;
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled > .page-link, .page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(0 * -1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.075rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.95rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

    .pagination.pagination-circle .page-link {
        border-radius: 50%
    }

    .pagination .page-link {
        border: 1px solid var(--bs-border-color)
    }

    .pagination .page-item.active .page-link, .pagination .page-item:hover:not(.disabled) .page-link {
        border-color: var(--bs-primary-light)
    }

.page-item {
    margin-right: .5rem
}

    .page-item:last-child {
        margin-right: 0
    }

    .page-item .page-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: .475rem;
        height: 2.3rem;
        min-width: 2.3rem;
        font-weight: 500;
        font-size: 1.075rem
    }

        .page-item .page-link i {
            font-size: .85rem
        }

        .page-item .page-link .next, .page-item .page-link .previous {
            display: block;
            height: .875rem;
            width: .875rem
        }

        .page-item .page-link .first {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-gray-700);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e")
        }

        .page-item .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-gray-700);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e")
        }

        .page-item .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-gray-700);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
        }

        .page-item .page-link .last {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-gray-700);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
        }

    .page-item:focus .page-link {
        color: var(--bs-pagination-focus-color)
    }

        .page-item:focus .page-link .svg-icon, .page-item:focus .page-link i {
            color: var(--bs-pagination-focus-color)
        }

        .page-item:focus .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-pagination-focus-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e")
        }

        .page-item:focus .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-pagination-focus-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-focus-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
        }

    .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link {
        color: var(--bs-pagination-hover-color)
    }

        .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link.page-text {
            background-color: transparent
        }

        .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .svg-icon, .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link i {
            color: var(--bs-pagination-hover-color)
        }

        .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-pagination-hover-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e")
        }

        .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-pagination-hover-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-hover-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
        }

    .page-item.active .page-link {
        color: var(--bs-pagination-active-color)
    }

        .page-item.active .page-link.page-text {
            background-color: transparent
        }

        .page-item.active .page-link .svg-icon, .page-item.active .page-link i {
            color: var(--bs-pagination-active-color)
        }

        .page-item.active .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-pagination-active-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e")
        }

        .page-item.active .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-pagination-active-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-active-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
        }

    .page-item.disabled .page-link {
        color: var(--bs-pagination-disabled-color)
    }

        .page-item.disabled .page-link .svg-icon, .page-item.disabled .page-link i {
            color: var(--bs-pagination-disabled-color)
        }

        .page-item.disabled .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-pagination-disabled-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e")
        }

        .page-item.disabled .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-pagination-disabled-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-pagination-disabled-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
        }


@media (max-width: 991.98px) {
    .page-item {
        margin-right: 0.25rem;
    }

        .page-item:last-child {
            margin-right: 0;
        }
}

.card.card-custom {
    border: 1px solid #F1F1F4;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.25rem;
}

.card-custom .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background-color: transparent;
    padding: 1rem 1.5rem;
}

    .card-custom .card-header .card-title {
        font-weight: 500;
        color: var(--bs-gray-600);
        margin: 0;
    }

.card-listing .card-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.card-custom .card-body {
    padding: 1.5rem;
}

.card-header .card-toolbar {
    margin: 0;
}

.card-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.5rem;
}

    .card-toolbar .btn-group .btn {
        padding: 0.75rem !important;
    }

.card-custom .b-tree-view-node {
    margin-left: 0;
}

.card-filter {
    border: 1px solid #F1F1F4 !important;
}

    .card-filter .card-header {
        border-bottom: 1px solid #F1F1F4;
        padding: 0.75rem 1.25rem !important;
    }

    .card-filter .card-footer {
        border-top: 1px solid #F1F1F4;
    }

.tyn-chat-form-input {
    resize: none;
}

/* Base container for LLM output */
.llm-content {
    color: #222;
    padding: 1.5rem 1.5rem 0.75rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow-wrap: break-word;
}

    /* Headings */
    .llm-content h1,
    .llm-content h2,
    .llm-content h3 {
        font-weight: 600;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        line-height: 1.25;
    }

    .llm-content h1 {
        font-size: 1.75rem;
    }

    .llm-content h2 {
        font-size: 1.5rem;
    }

    .llm-content h3 {
        font-size: 1.25rem;
    }

    /* Paragraphs */
    .llm-content p {
        margin-bottom: 1rem;
    }

    /* Lists */
    .llm-content ul,
    .llm-content ol {
        margin-left: 1.5rem;
        margin-bottom: 1rem;
        padding-left: 2rem;
        list-style: decimal;
    }

    .llm-content li {
        margin-bottom: 0.3rem;
    }

    /* Tables */
    .llm-content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1.5rem;
        border: 1px solid #ddd;
    }

    .llm-content th,
    .llm-content td {
        padding: 0.75rem;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .llm-content th {
        background-color: #f9f9f9;
        font-weight: 600;
    }

    /* Code blocks */
    .llm-content pre {
        background-color: #1e1e1e;
        color: #dcdcdc;
        padding: 1rem;
        border-radius: 0.5rem;
        overflow-x: auto;
        margin-bottom: 1.5rem;
    }

    .llm-content code {
        background-color: #1e1e1e;
        padding: 0.2rem 0.4rem;
        border-radius: 4px;
        font-family: Consolas, Monaco, 'Courier New', monospace;
        font-size: 0.95em;
    }

    /* Blockquotes */
    .llm-content blockquote {
        border-left: 4px solid #ccc;
        padding-left: 1rem;
        margin: 1rem 0;
        color: #555;
        background-color: #f8f8f8;
    }

    /* Links */
    .llm-content a {
        color: #0077cc;
        text-decoration: underline;
    }

        .llm-content a:hover {
            text-decoration: none;
        }

/* Responsive tables */
@media screen and (max-width: 768px) {
    .llm-content table {
        display: block;
        overflow-x: auto;
    }
}

.typing-indicator {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    height: 2rem;
    padding: 0.5rem;
}

.typing-dot {
    width: 8px;
    height: 8px;
    background-color: #6c757d;
    border-radius: 50%;
    animation: jump 1s infinite ease-in-out;
}

    .typing-dot:nth-child(2) {
        animation-delay: 0.2s;
    }

    .typing-dot:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes jump {
    0%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-6px);
    }
}

.btn-fs {
    font-size: 0.875rem;
}

.btn-green {
    background-color: #00C853;
    color: white;
    border: none;
    padding: 0.75rem 0.75rem;
    border-radius: 0.5rem;
}

.btn-blue {
    background-color: #2962FF;
    color: white;
    border: none;
    padding: 0.75rem 0.75rem;
    border-radius: 0.5rem;
}

.btn-red {
    background-color: #D50000;
    color: white;
    border: none;
    padding: 0.75rem 0.75rem;
    border-radius: 0.5rem;
}

/* Darker green */
.btn-green:hover {
    background-color: #009624;
    color: white;
}

/* Darker blue */
.btn-blue:hover {
    background-color: #1E4DB7;
    color: white;
}

/* Darker red */
.btn-red:hover {
    background-color: #B71C1C;
    color: white;
}

.icon-square-size {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
    padding: 0.5rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.menu-icon {
    width: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drag-drop-area {
    border-width: 1px;
    border-style: dashed;
    border-radius: 0.5rem;
    border-color: #2962FF;
    background-color: #E9F3FF;
    cursor: pointer;
    padding: 0.25rem;
    position: relative;
}

    .drag-drop-area input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.custom-accordion-button {
    color: var(--bs-heading-color);
    font-weight: 500;
}

    .custom-accordion-button:hover {
        background-color: var( --bs-body-bg);
    }

    .custom-accordion-button:not(.collapsed) {
        background-color: var( --bs-body-bg);
        color: var(--bs-heading-color);
    }

.btn-primary-100 {
    color: var(--bs-heading-color);
    background-color: var(--bs-primary-100);
}

.custom-nav-tabs .custom-tab {
    padding: 0 !important;
}

.custom-tab > .nav-link {
    font-size: 0.875rem !important;
    padding: 0.5rem 1.5rem;
}

    .custom-tab > .nav-link.active {
        font-weight: 600;
        background-color: var(--bs-body-bg) !important;
    }

.custom-form-label {
    font-size: 1rem !important;
    font-weight: 500;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.kb-card {
    background: #fff;
    border: 1px solid var(--bs-gray-100);
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    cursor: pointer;
}

.kb-card-header {
    background: #fff;
    padding-bottom: 1rem;
}

    .kb-card-header h5 {
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--bs-heading-color);
    }

    .kb-card-header .folder-icon {
        color: var(--bs-primary);
    }

.icon-border {
    height: 20px;
    width: 20px;
    border: 1px solid var(--bs-gray-50);
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-border i {
        font-size: 20px;
    }

.custom-modal .modal-content {
    border-radius: 16px;
    padding: 1.5rem;
}

.custom-modal .modal-header {
    border-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.custom-modal .modal-title {
    font-size: 1rem;
    font-weight: 500;
}

.custom-modal .form-control-sm {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}

.custom-modal .modal-footer {
    border-top: 0;
    padding: 0 0.75rem;
}

.form-row {
    display: flex;
    margin-bottom: 1.5rem;
}

.side-form-label {
    width: 120px;
    margin-right: 3rem;
}

.side-form-control {
    width: 100%;
    flex: 1 1 auto;
}

.side-select {
    flex: 1 1 auto;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
}

.input-group .input-group-text {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.tyn-hero.sticky-top {
    top: 73px !important;
}

.b-tree-view .b-tree-view-node .b-tree-view-node-title {
    margin-bottom: 0.5rem;
}

/*select 2 control*/

.select2-selection.select2-selection--single.form-select.is-invalid {
    display: flex;
}

.select2-selection.select2-selection--single.form-select.is-valid {
    display: flex;
}

.form-select-sm.is-invalid + .select2 .select2-selection {
    border-color: #f1416c !important;
}

.form-select-sm.mandatory + .select2 .select2-selection {
    border-left: solid 2px #f4516c !important;
}

select[data-control="select2"] {
    display: none !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection {
    border: 1px solid #cbd5e1 !important;
    min-height: 40px !important;
    color: #64748b !important;
}

    .select2-container--default .select2-selection .select2-selection__rendered {
        padding-left: 8px;
        padding-right: 20px;
        padding-top: 5px;
        color: #64748b !important;
    }

.select2-selection__arrow {
    top: 5px !important;
}

.select2-selection__clear {
    padding-top: 7px !important;
    color: #64748b !important;
}

.select2:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.select2-search__field {
    outline: none;
    box-shadow: none;
    border-color: inherit;
    color: #64748b !important;
    border-radius: 0.425rem;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 28px !important;
    padding: 0.6rem 0.3rem !important;
}

.mandatory {
    border-left: solid 2px #f4516c !important;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #cbd5e1;
}

.b-tree-view-node-title .cursor-pointer {
    padding: 0rem !important;
}

.tyn-appbar-link-title {
    padding-top: .675rem;
    padding-bottom: .675rem;
    padding-left: .1rem;
    padding-right: .1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--nav-icon-color);
    border-radius: var(--nav-icon-shape);
    transition: all 0.3s ease;
}

    .tyn-appbar-link-title.active h5,
    .tyn-appbar-link-title:hover h5 {
        color: var(--bs-component-hover-color);
    }

.logo-img-rounded {
    border-radius: 50%;
}

/* Add this at the end of the file to set a background image for the login page */
.login-bg {
    min-height: 100vh;
    background: url('/assets/images/background/login.png') no-repeat center center fixed;
    background-size: cover;
}

.login-subtitle-wrapper {
    display: flex;
    justify-content: flex-start;
    /* Match the card's horizontal padding for alignment */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (max-width: 575.98px) {
    .login-subtitle-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.login-subtitle {
    text-align: left;
    width: 100%;
    color: #fff;
    font-weight: 500;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}

.meta-sep {
    width: 1px;
    height: 1.25rem; /* slightly taller for nicer balance */
    background: #e6ebf1; /* light stroke */
    margin: 0 .75rem 0 0; /* spacing around the bar */
    display: inline-block;
    border-radius: 1px;
    vertical-align: middle; /* align with text baseline */
}

.meta-value {
    color: #94a3b8; /* light text */
    font-weight: 600;
    letter-spacing: .02em;
    white-space: nowrap; /* keep value on one line */
}

.custom-bg-printed {
    background-color: rgba(30, 136, 229, 0.15) !important;
    color: #3654FF !important;
}

.custom-bg-handwritten {
    background-color: rgba(251, 140, 0, 0.15) !important;
    color: #FF8D36 !important;
}
