.tabulator {
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: inherit;
    text-align: left;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table {
    min-width: 100%
}

.tabulator[tabulator-layout=fitDataTable] {
    display: inline-block
}

.tabulator.tabulator-block-select {
    -webkit-user-select: none;
    user-select: none
}

.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing) {
    -webkit-user-select: none;
    user-select: none
}

.tabulator .tabulator-header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #303030;
    background-color: #fff;
    color: #303030;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    outline: none
}

.tabulator .tabulator-header.tabulator-header-hidden {
    display: none
}

.tabulator .tabulator-header .tabulator-header-contents {
    position: relative;
    overflow: hidden
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
    display: inline-block
}

.tabulator .tabulator-header .tabulator-col {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 1px solid #fff;
    background: #fff;
    text-align: left;
    vertical-align: bottom;
    overflow: hidden
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
    position: absolute;
    border: 1px solid #303030;
    background: #fff;
    pointer-events: none
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight {
    background-color: #d8d1c6;
    color: #303030
}

.tabulator .tabulator-header .tabulator-col.tabulator-range-selected {
    background-color: #3876ca;
    color: #fff
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    box-sizing: border-box;
    position: relative;
    padding: 20px
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
    padding: 0 8px
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover {
    cursor: pointer;
    opacity: .6
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
    position: relative
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap {
    white-space: normal;
    text-overflow: initial
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #999;
    padding: 1px;
    background: #fff
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor {
    width: calc(100% - 22px)
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #555
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
    position: relative;
    display: flex;
    border-top: 1px solid #fff;
    overflow: hidden;
    margin-right: -1px
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
    position: relative;
    box-sizing: border-box;
    margin-top: 2px;
    width: 100%;
    text-align: center
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
    height: auto !important
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
    margin-top: 3px
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
    width: 0;
    height: 0
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    padding-right: 25px
}

@media (hover: hover) and (pointer: fine) {
    .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
        cursor: pointer;
        background-color: #d8d1c6
    }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter {
    color: #555
}

@media (hover: hover) and (pointer: fine) {
    .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
        cursor: pointer;
        border-bottom: 6px solid #303030
    }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-top: none;
    border-bottom: 6px solid #555
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter {
    color: var(--main-color, #3883c4)
}

@media (hover: hover) and (pointer: fine) {
    .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
        cursor: pointer;
        border-bottom: 6px solid #303030
    }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-top: none;
    border-bottom: 6px solid var(--main-color, #3883c4)
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter {
    color: var(--main-color, #3883c4)
}

@media (hover: hover) and (pointer: fine) {
    .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover {
        cursor: pointer;
        border-top: 6px solid #303030
    }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: none;
    border-top: 6px solid var(--main-color, #3883c4);
    color: var(--main-color, #3883c4)
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
    transform: rotate(180deg)
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
    padding-right: 0;
    padding-top: 20px
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
    padding-right: 0;
    padding-bottom: 20px
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
    justify-content: center;
    left: 0;
    right: 0;
    top: 4px;
    bottom: auto
}

.tabulator .tabulator-header .tabulator-frozen {
    position: sticky;
    left: 0;
    z-index: 11
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
    border-right: 2px solid #D8D1C6
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
    border-left: 2px solid #D8D1C6
}

.tabulator .tabulator-header .tabulator-calcs-holder {
    box-sizing: border-box;
    display: inline-block;
    background: #fff !important;
    border-top: 1px solid #D8D1C6;
    border-bottom: 1px solid #fff
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
    background: #fff !important
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
    display: none
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder {
    display: inline-block
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
    display: none
}

.tabulator .tabulator-tableholder {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.tabulator .tabulator-tableholder:focus {
    outline: none
}

.tabulator .tabulator-tableholder .tabulator-placeholder {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    width: 100%
}

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual] {
    min-height: 100%
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
    display: inline-block;
    text-align: center;
    padding: 10px;
    color: #ccc;
    font-weight: 700;
    font-size: 20px;
    white-space: normal
}

.tabulator .tabulator-tableholder .tabulator-table {
    position: relative;
    display: inline-block;
    background-color: #f7f7f5;
    white-space: nowrap;
    overflow: visible;
    color: #303030
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
    font-weight: 700;
    background: #f2f2f2 !important
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
    border-bottom: 2px solid #D8D1C6
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
    border-top: 2px solid #D8D1C6
}

.tabulator .tabulator-tableholder .tabulator-range-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid var(--main-color, #3883c4)
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 6px;
    height: 6px;
    background-color: var(--main-color, #3883c4);
    border-radius: 999px
}

.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active {
    position: absolute;
    box-sizing: border-box;
    border: 2px solid var(--main-color, #3883c4)
}

.tabulator .tabulator-footer {
    border-top: 1px solid #fff;
    background-color: #fff;
    color: #303030;
    font-weight: 700;
    white-space: nowrap;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tabulator .tabulator-footer .tabulator-footer-contents {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px
}

.tabulator .tabulator-footer .tabulator-footer-contents:empty {
    display: none
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs {
    margin-top: -5px;
    overflow-x: auto
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab {
    display: inline-block;
    padding: 5px;
    border: #fff 1px solid;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: .9em
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover {
    cursor: pointer;
    opacity: .7
}

.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active {
    background: #fff
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    background: #fff !important;
    border-bottom: 1px solid #D8D1C6;
    border-top: 1px solid #D8D1C6;
    overflow: hidden
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
    display: inline-block;
    background: #fff !important
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
    display: none
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
    margin-bottom: -5px;
    border-bottom: none
}

.tabulator .tabulator-footer>*+.tabulator-page-counter {
    margin-left: 10px
}

.tabulator .tabulator-footer .tabulator-page-counter {
    font-weight: 400
}

.tabulator .tabulator-footer .tabulator-paginator {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: right;
    color: #303030;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit
}

.tabulator .tabulator-footer .tabulator-paginator>label {
    display: none
}

.tabulator .tabulator-footer .tabulator-page-size {
    display: inline-block;
    margin: 0 auto 0 0;
    padding: 2px 5px;
    border: 1px solid #D8D1C6;
    border-radius: 0
}

.tabulator .tabulator-footer .tabulator-pages {
    margin: 0 7px
}

.tabulator .tabulator-footer .tabulator-page {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    margin: 0 2px;
    padding: 2px 5px;
    border: 1px solid #D8D1C6;
    border-radius: 0;
    background-color: #fff;
    transition: all .3s
}

.tabulator .tabulator-footer .tabulator-page.active {
    color: var(--main-color, #3883c4);
    border-color: var(--main-color, #3883c4)
}

.tabulator .tabulator-footer .tabulator-page:disabled {
    opacity: .5
}

@media (hover: hover) and (pointer: fine) {
    .tabulator .tabulator-footer .tabulator-page:not(disabled):hover {
        cursor: pointer;
        background: var(--main-color, #3883c4);
        border-color: var(--main-color, #3883c4);
        color: #fff
    }
}

.tabulator .tabulator-col-resize-handle {
    position: relative;
    display: inline-block;
    width: 6px;
    margin-left: -3px;
    margin-right: -3px;
    z-index: 11;
    vertical-align: middle
}

@media (hover: hover) and (pointer: fine) {
    .tabulator .tabulator-col-resize-handle:hover {
        cursor: ew-resize
    }
}

.tabulator .tabulator-col-resize-handle:last-of-type {
    width: 3px;
    margin-right: 0
}

.tabulator .tabulator-col-resize-guide {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    margin-left: -.5px;
    background-color: #999;
    opacity: .5
}

.tabulator .tabulator-row-resize-guide {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -.5px;
    background-color: #999;
    opacity: .5
}

.tabulator .tabulator-alert {
    position: absolute;
    display: flex;
    align-items: center;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: #ffffff1a;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center
}

.tabulator .tabulator-alert .tabulator-alert-msg {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    min-width: 300px;
    border-radius: 0;
    background: #fff;
    font-weight: 700;
    font-size: 17px
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {
    border: 1px solid #D8D1C6;
    color: #303030
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {
    border: 1px solid #D00;
    color: #590000
}

.tabulator-row {
    position: relative;
    box-sizing: border-box;
    min-height: inherit40px;
    background-color: #f7f7f5
}

.tabulator-row.tabulator-row-even {
    background-color: #fff
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-row.tabulator-selectable:hover {
        background-color: #d8d1c6;
        cursor: pointer
    }
}

.tabulator-row.tabulator-selected {
    background-color: #9abcea
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-row.tabulator-selected:hover {
        background-color: #769bcc;
        cursor: pointer
    }
}

.tabulator-row.tabulator-row-moving {
    border: 1px solid #000;
    background: #fff
}

.tabulator-row.tabulator-moving {
    position: absolute;
    border-top: 1px solid #D8D1C6;
    border-bottom: 1px solid #D8D1C6;
    pointer-events: none;
    z-index: 15
}

.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header {
    background-color: #d8d1c6;
    color: #303030
}

.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,
.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header {
    background-color: #3876ca;
    color: #fff
}

.tabulator-row .tabulator-row-resize-handle {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px
}

.tabulator-row .tabulator-row-resize-handle.prev {
    top: 0;
    bottom: auto
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-row .tabulator-row-resize-handle:hover {
        cursor: ns-resize
    }
}

.tabulator-row .tabulator-responsive-collapse {
    box-sizing: border-box;
    padding: 5px;
    border-top: 1px solid #D8D1C6;
    border-bottom: 1px solid #D8D1C6
}

.tabulator-row .tabulator-responsive-collapse:empty {
    display: none
}

.tabulator-row .tabulator-responsive-collapse table {
    font-size: inherit
}

.tabulator-row .tabulator-responsive-collapse table tr td {
    position: relative
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
    padding-right: 10px
}

.tabulator-row .tabulator-cell {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #D8D1C6;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none
}

.tabulator-row .tabulator-cell.tabulator-row-header {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #D8D1C6;
    background: #fff
}

.tabulator-row .tabulator-cell.tabulator-frozen {
    display: inline-block;
    position: sticky;
    left: 0;
    background-color: inherit;
    z-index: 11
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
    border-right: 2px solid #D8D1C6
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
    border-left: 2px solid #D8D1C6
}

.tabulator-row .tabulator-cell.tabulator-editing {
    border: 1px solid #1D68CD;
    outline: none;
    padding: 0
}

.tabulator-row .tabulator-cell.tabulator-editing input,
.tabulator-row .tabulator-cell.tabulator-editing select {
    border: 1px;
    background: transparent;
    outline: none
}

.tabulator-row .tabulator-cell.tabulator-validation-fail {
    border: 1px solid #dd0000
}

.tabulator-row .tabulator-cell.tabulator-validation-fail input,
.tabulator-row .tabulator-cell.tabulator-validation-fail select {
    border: 1px;
    background: transparent;
    color: #d00
}

.tabulator-row .tabulator-cell.tabulator-row-handle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
    width: 80%
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
    width: 100%;
    height: 3px;
    margin-top: 2px;
    background: #666
}

.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header) {
    background-color: #9abcea
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {
    display: inline-block;
    width: 7px
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 7px;
    margin-top: -9px;
    margin-right: 5px;
    border-bottom-left-radius: 1px;
    border-left: 2px solid #D8D1C6;
    border-bottom: 2px solid #D8D1C6
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 11px;
    width: 11px;
    margin-right: 5px;
    border: 1px solid #303030;
    border-radius: 2px;
    background: #0000001a;
    overflow: hidden
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
        cursor: pointer;
        background: #0003
    }
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
    display: inline-block;
    position: relative;
    height: 7px;
    width: 1px;
    background: transparent
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
    position: absolute;
    content: "";
    left: -3px;
    top: 3px;
    height: 1px;
    width: 7px;
    background: #303030
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
    display: inline-block;
    position: relative;
    height: 7px;
    width: 1px;
    background: #303030
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
    position: absolute;
    content: "";
    left: -3px;
    top: 3px;
    height: 1px;
    width: 7px;
    background: #303030
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    height: 15px;
    width: 15px;
    border-radius: 20px;
    background: #666;
    color: #f7f7f5;
    font-weight: 700;
    font-size: 1.1em
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
        opacity: .7;
        cursor: pointer
    }
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
    display: initial
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
    display: none
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {
    stroke: #f7f7f5
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
    display: none
}

.tabulator-row .tabulator-cell .tabulator-traffic-light {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 14px
}

.tabulator-row.tabulator-group {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid #D8D1C6;
    border-top: 1px solid #999;
    padding: 5px 5px 5px 10px;
    background: #ccc;
    font-weight: 700;
    min-width: 100%
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-row.tabulator-group:hover {
        cursor: pointer;
        background-color: #0000001a
    }
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
    margin-right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--main-color, #3883c4);
    border-bottom: 0
}

.tabulator-row.tabulator-group.tabulator-group-level-1 {
    padding-left: 30px
}

.tabulator-row.tabulator-group.tabulator-group-level-2 {
    padding-left: 50px
}

.tabulator-row.tabulator-group.tabulator-group-level-3 {
    padding-left: 70px
}

.tabulator-row.tabulator-group.tabulator-group-level-4 {
    padding-left: 90px
}

.tabulator-row.tabulator-group.tabulator-group-level-5 {
    padding-left: 110px
}

.tabulator-row.tabulator-group .tabulator-group-toggle {
    display: inline-block
}

.tabulator-row.tabulator-group .tabulator-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 16px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 0;
    border-left: 6px solid var(--main-color, #3883c4);
    vertical-align: middle
}

.tabulator-row.tabulator-group span {
    margin-left: 10px;
    color: #d00
}

.tabulator-toggle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    background: #dcdcdc
}

.tabulator-toggle.tabulator-toggle-on {
    background: #1c6cc2
}

.tabulator-toggle .tabulator-toggle-switch {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff
}

.tabulator-popup-container {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    background: #f7f7f5;
    border: 1px solid #D8D1C6;
    box-shadow: 0 0 5px #0003;
    font-size: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000
}

.tabulator-popup {
    padding: 5px;
    border-radius: 3px
}

.tabulator-tooltip {
    max-width: min(500px, 100%);
    padding: 3px 5px;
    border-radius: 2px;
    box-shadow: none;
    font-size: 12px;
    pointer-events: none
}

.tabulator-menu .tabulator-menu-item {
    position: relative;
    box-sizing: border-box;
    padding: 5px 10px;
    -webkit-user-select: none;
    user-select: none
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
    opacity: .5
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
        cursor: pointer;
        background: #fff
    }
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
    padding-right: 25px
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after {
    display: inline-block;
    position: absolute;
    top: calc(5px + .4em);
    right: 10px;
    height: 7px;
    width: 7px;
    content: "";
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #d8d1c6;
    vertical-align: top;
    transform: rotate(45deg)
}

.tabulator-menu .tabulator-menu-separator {
    border-top: 1px solid #D8D1C6
}

.tabulator-edit-list {
    max-height: 200px;
    font-size: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.tabulator-edit-list .tabulator-edit-list-item {
    padding: 4px;
    color: #303030;
    outline: none
}

.tabulator-edit-list .tabulator-edit-list-item.active {
    color: #f7f7f5;
    background: #1d68cd
}

.tabulator-edit-list .tabulator-edit-list-item.active.focused {
    outline: 1px solid rgba(247, 247, 245, .5)
}

.tabulator-edit-list .tabulator-edit-list-item.focused {
    outline: 1px solid #1D68CD
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-edit-list .tabulator-edit-list-item:hover {
        cursor: pointer;
        color: #f7f7f5;
        background: #1d68cd
    }
}

.tabulator-edit-list .tabulator-edit-list-placeholder {
    padding: 4px;
    color: #303030;
    text-align: center
}

.tabulator-edit-list .tabulator-edit-list-group {
    border-bottom: 1px solid #D8D1C6;
    padding: 6px 4px 4px;
    color: #303030;
    font-weight: 700
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,
.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {
    padding-left: 12px
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,
.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {
    padding-left: 20px
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,
.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {
    padding-left: 28px
}

.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,
.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {
    padding-left: 36px
}

.tabulator.tabulator-ltr {
    direction: ltr
}

.tabulator.tabulator-rtl {
    text-align: initial;
    direction: rtl
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
    text-align: initial;
    border-left: 1px solid #fff;
    border-right: initial
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
    margin-right: initial;
    margin-left: -1px
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    padding-right: 0;
    padding-left: 25px
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
    left: 8px;
    right: initial
}

.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after {
    content: "";
    position: absolute;
    left: -3px;
    right: initial;
    bottom: -3px;
    width: 6px;
    height: 6px;
    background-color: var(--main-color, #3883c4);
    border-radius: 999px
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
    border-right: initial;
    border-left: 1px solid #D8D1C6
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
    margin-right: initial;
    margin-left: 5px;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: 1px;
    border-left: initial;
    border-right: 2px solid #D8D1C6
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
    margin-right: initial;
    margin-left: 5px
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
    border-left: 2px solid #D8D1C6
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
    border-right: 2px solid #D8D1C6
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {
    width: 3px;
    margin-left: 0;
    margin-right: -3px
}

.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {
    text-align: initial
}

.tabulator-print-fullscreen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000
}

body.tabulator-print-fullscreen-hide>*:not(.tabulator-print-fullscreen) {
    display: none !important
}

.tabulator-print-table {
    border-collapse: collapse
}

.tabulator-print-table .tabulator-data-tree-branch {
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 7px;
    margin-top: -9px;
    margin-right: 5px;
    border-bottom-left-radius: 1px;
    border-left: 2px solid #D8D1C6;
    border-bottom: 2px solid #D8D1C6
}

.tabulator-print-table .tabulator-print-table-group {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid #D8D1C6;
    border-top: 1px solid #999;
    padding: 5px 5px 5px 10px;
    background: #ccc;
    font-weight: 700;
    min-width: 100%
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-print-table .tabulator-print-table-group:hover {
        cursor: pointer;
        background-color: #0000001a
    }
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
    margin-right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--main-color, #3883c4);
    border-bottom: 0
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
    padding-left: 30px !important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
    padding-left: 50px !important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
    padding-left: 70px !important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
    padding-left: 90px !important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
    padding-left: 110px !important
}

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
    display: inline-block
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 16px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 0;
    border-left: 6px solid var(--main-color, #3883c4);
    vertical-align: middle
}

.tabulator-print-table .tabulator-print-table-group span {
    margin-left: 10px;
    color: #d00
}

.tabulator-print-table .tabulator-data-tree-control {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 11px;
    width: 11px;
    margin-right: 5px;
    border: 1px solid #303030;
    border-radius: 2px;
    background: #0000001a;
    overflow: hidden
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-print-table .tabulator-data-tree-control:hover {
        cursor: pointer;
        background: #0003
    }
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
    display: inline-block;
    position: relative;
    height: 7px;
    width: 1px;
    background: transparent
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
    position: absolute;
    content: "";
    left: -3px;
    top: 3px;
    height: 1px;
    width: 7px;
    background: #303030
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
    display: inline-block;
    position: relative;
    height: 7px;
    width: 1px;
    background: #303030
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
    position: absolute;
    content: "";
    left: -3px;
    top: 3px;
    height: 1px;
    width: 7px;
    background: #303030
}

.tabulator-table {
    width: 100%
}

.tabulator-table .tableCard {
    display: grid;
    padding: var(--dt-space-3) 0;
    border-top: 1px solid var(--dt-border-color);
    grid-gap: var(--dt-space-2) var(--dt-space-4);
    grid-template-columns: 1fr 1.5fr
}

.tabulator-table .tableCard * {
    white-space: normal !important
}

.tabulator-table .tableCard .tableCard-item {
    display: grid;
    padding: 0 var(--dt-space-1);
    grid-column: span 2;
    grid-template-columns: subgrid
}

.tabulator-table .tableCard .tableCard-item .tableCard-value {
    line-break: anywhere;
    text-align: right
}

.tabulator-table .tableCard .tableCard-item .tableCard-value *:not(.label, .btn) {
    display: unset !important
}

.tabulator-table .tableCard .tableCard-item .tableCard-title {
    font-weight: var(--dt-header-font-weight-mobile)
}

.tabulator-row .tabulator-cell {
    display: inline-flex;
    align-items: center;
    padding-top: var(--dt-cell-padding-y);
    padding-right: var(--dt-cell-padding-x);
    padding-bottom: var(--dt-cell-padding-y);
    padding-left: var(--dt-cell-padding-x);
    border-bottom: 1px solid var(--dt-border-color);
    font-weight: var(--dt-cell-font-weight)
}

.tabulator .tabulator-header {
    border-bottom: 2px solid var(--dt-header-border-color);
    color: var(--dt-header-color);
    font-weight: var(--dt-header-font-weight)
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    padding-top: var(--dt-cell-padding-y);
    padding-right: var(--dt-cell-padding-x);
    padding-bottom: var(--dt-cell-padding-y);
    padding-left: var(--dt-cell-padding-x)
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-arrow,
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-arrow,
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-arrow {
    border: none
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-arrow:before,
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-arrow:before,
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-arrow:before {
    content: var(--dt-select-icon);
    font-family: icomoon;
    font-size: var(--dt-select-icon-size);
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 50%;
    color: var(--dt-select-arrow-color);
    pointer-events: none;
    transform: translateY(-50%) rotate(0);
    transform-origin: center;
    transition: .3s
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-arrow:before {
    transform: translateY(-50%) rotate(180deg)
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-arrow:before,
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-arrow:before {
    color: var(--dt-main-color)
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    font-size: clamp(var(--dt-header-font-size-min), 2vw, var(--dt-header-font-size))
}

.tabulator-headers>.tabulator-col-resize-handle {
    border: 2px var(--dt-background-color) solid;
    background-color: var(--dt-background-color);
    transition: background-color .3s
}

.tabulator-headers>.tabulator-col-resize-handle:hover {
    background-color: var(--dt-main-color)
}

.puxDynamicTable .tabulator-header {
    display: none
}

.puxDynamicTable .tabulator-row {
    background-color: var(--dt-background-color);
    transition: background-color .3s
}

.puxDynamicTable .tabulator-row>div:not(.tableCard),
.puxDynamicTable .tabulator-row>span:not(.tableCard) {
    display: none
}

.puxDynamicTable .tabulator-row:hover {
    background-color: var(--dt-row-hover-background-color)
}

.puxDynamicTable .tabulator-row.clickableRow:hover {
    background-color: var(--dt-row-clickable-hover-background-color)
}

.puxDynamicTable .tabulator-row.tabulator-selectable:hover {
    background-color: var(--dt-row-selectable-hover-background-color)
}

.puxDynamicTable .tabulator-row:last-child .tableCard {
    border-bottom: 1px solid var(--dt-border-color)
}

.puxDynamicTable .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
    background-color: var(--dt-header-background-color-hover)
}

@media (min-width: 62rem) {
    .puxDynamicTable .tabulator-header {
        display: block
    }

    .puxDynamicTable .tabulator-row>div:not(.tableCard),
    .puxDynamicTable .tabulator-row>span:not(.tableCard) {
        display: inline-flex
    }

    .puxDynamicTable .tabulator-table .tableCard {
        display: none
    }
}

.dynamicTableWidget {
    font-size: clamp(var(--dt-font-size-min), 2vw, var(--dt-font-size))
}

.dynamicTableWidget[data-disable-pager=True] .tabulator-footer {
    display: none
}

.dynamicTableWidget[data-hide-sorters=True] .tabulator-sortable {
    pointer-events: none
}

.dynamicTableWidget[data-hide-sorters=True] .tabulator-sortable .tabulator-col-sorter {
    display: none !important
}

.dynamicTableWidget[data-clickable-rows=False] .tabulator-row {
    cursor: default
}

.dynamicTableWidget[data-hide-filters=False] .tabulator-col {
    height: unset !important
}

.dynamicTableWidget[data-hide-filters=False] .tabulator-header-filter {
    display: none
}

.tabulator-cell[tabulator-field=statusButtons],
.tabulator-cell[tabulator-field=tableActions] {
    gap: var(--dt-space-2)
}

.globalFilterItem {
    max-width: 44rem;
    flex: 1 1 100%;
    margin-bottom: var(--dt-space-2)
}

.globalFilterItem>label,
.globalFilterItem p {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: var(--dt-space-2);
    color: var(--dt-filter-input-text-color);
    font-weight: var(--dt-filter-input-label-font-weight);
    line-height: 1
}

.globalFilterItem--input {
    position: relative
}

.globalFilterItem--input:before {
    content: var(--dt-search-icon);
    font-family: icomoon;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: var(--dt-icon-right-position);
    bottom: calc(var(--dt-filter-input-height) / 2);
    left: var(--dt-icon-left-position);
    color: var(--dt-search-color);
    font-size: 2.4rem;
    transform: translateY(50%)
}

.globalFilterItem--input label {
    color: transparent
}

.globalFilterItem--input input {
    padding-right: var(--dt-input-padding-right);
    padding-left: var(--dt-input-padding-left)
}

.globalFilterItem--dateRange {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: var(--dt-space-2)
}

.globalFilterItem--dateRange label {
    display: block;
    text-align: start
}

.globalFilterItem--dateRange .dateInputWrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    width: calc(50% - var(--dt-space-2) / 2);
    align-items: center;
    border: none;
    border-radius: 4px;
    background: var(--dt-filter-input-background-color)
}

.globalFilterItem--dateRange .dateInputWrapper:before {
    position: absolute;
    left: var(--dt-space-2);
    overflow: hidden;
    width: calc(100% - var(--dt-space-4) - 4rem);
    padding: 0 var(--dt-space-2);
    background-color: var(--dt-filter-input-background-color);
    color: #6e7995;
    content: attr(data-date-placeholder);
    pointer-events: none;
    text-overflow: ellipsis;
    transition: .3s;
    white-space: nowrap
}

.globalFilterItem--dateRange .dateInputWrapper:after {
    content: var(--dt-date-input-icon);
    font-family: icomoon;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: var(--dt-space-2);
    background-color: var(--date-input-background-color);
    color: var(--dt-date-input-color);
    cursor: pointer;
    pointer-events: none
}

.globalFilterItem--dateRange .dateInputWrapper:has(input:focus):before {
    display: none
}

.globalFilterItem--dateRange .dateInputWrapper:has(input:focus):after {
    color: var(--dt-main-color)
}

.globalFilterItem--dateRange .dateInputWrapper:has(input.hasValue):before {
    display: none
}

.globalFilterItem--dateRange .dateInputWrapper input {
    width: 100%;
    min-height: 5.6rem;
    padding: var(--dt-space-2);
    border: none;
    border-radius: 4px;
    background: var(--dt-background-color);
    color: var(--dt-date-input-color);
    font-size: clamp(var(--dt-font-size-min), 2vw, var(--dt-font-size))
}

.globalFilterItem--dateRange .dateInputWrapper input:focus {
    outline: none
}

.globalFilterItem--select {
    position: relative;
    cursor: pointer
}

.globalFilterItem--select:before {
    content: var(--dt-select-icon);
    font-family: icomoon;
    font-size: var(--dt-select-icon-size);
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: var(--dt-space-2);
    bottom: calc(var(--dt-filter-input-height) / 2);
    color: var(--dt-select-arrow-color);
    pointer-events: none;
    transform: translateY(50%) rotate(0);
    transform-origin: center;
    transition: .3s
}

.globalFilterItem--select:hover:before {
    transform: translateY(50%) rotate(180deg)
}

.globalFilterItem--select label {
    text-align: start
}

.globalFilterItem--select select {
    display: flex;
    height: var(--dt-filter-input-height);
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: var(--dt-space-2) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--dt-filter-input-background-color);
    color: var(--dt-filter-input-text-color);
    cursor: pointer;
    font-weight: 400;
    gap: var(--dt-space-2);
    letter-spacing: .25px;
    line-height: 123.5%;
    font-size: clamp(var(--dt-font-size-min), 2vw, var(--dt-font-size))
}

.globalFilterItem--booleanSelect fieldset {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border: none;
    margin: 0;
    gap: .25rem
}

.globalFilterItem--booleanSelect fieldset label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--dt-filter-input-label-color);
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 123.5%
}

.globalFilterItem--booleanSelect fieldset input[type=checkbox] {
    display: flex;
    width: 1.8rem;
    height: 1.8rem;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border: 2px solid var(--dt-checkbox-border-color);
    border-radius: 4px;
    margin: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 4px solid transparent;
    transition: .3s
}

.globalFilterItem--booleanSelect fieldset input[type=checkbox]:before {
    content: var(--dt-checkbox-icon);
    font-family: icomoon;
    font-size: var(--dt-checkbox-icon-size);
    font-weight: 400;
    color: #fff;
    line-height: 1;
    transform: translateY(1px);
    visibility: hidden
}

.globalFilterItem--booleanSelect fieldset input[type=checkbox]:checked {
    border: 2px solid var(--dt-checkbox-border-color-checked);
    background-color: var(--dt-checkbox-background-color-checked)
}

.globalFilterItem--booleanSelect fieldset input[type=checkbox]:checked:before {
    visibility: visible
}

.globalFilterItem--booleanSelect fieldset input[type=checkbox]:not(:disabled):hover {
    outline: 4px solid var(--dt-checkbox-outline-color-hover)
}

.globalFilterItem--booleanSelect fieldset input[type=checkbox]:checked .globalFilterItem--booleanSelect fieldset input[type=checkbox]:hover {
    border: 2px solid var(--dt-checkbox-border-color-checked-hover);
    background-color: var(--dt-checkbox-background-color-checked-hover)
}

.globalFilterItem--booleanSelect fieldset input[type=checkbox]:checked .globalFilterItem--booleanSelect fieldset input[type=checkbox]:disabled {
    border: 2px solid var(--dt-checkbox-border-color-disabled);
    background-color: var(--dt-checkbox-background-color-disabled)
}

.globalFilterRow {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--dt-space-2)
}

.globalFilterRow .globalFilterItem--booleanSelect {
    display: flex;
    max-width: 32rem;
    flex-direction: column;
    align-items: flex-start
}

.globalFilterRow .globalFilterItem--booleanSelect fieldset {
    flex-wrap: wrap;
    gap: var(--dt-space-1)
}

.globalFilterDrawer {
    position: relative;
    flex: 1 0 auto;
    margin-top: calc(var(--dt-space-2) + 1em);
    text-align: end
}

.globalFilterDrawer .globalFilterDrawerContainer {
    display: block
}

.globalFilterDrawer .globalFilterItem--booleanSelect p {
    text-align: start
}

.globalFilterDrawer .globalFilterItem--booleanSelect fieldset {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.globalFilterDrawer .globalFilterItem--booleanSelect fieldset label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0
}

.globalFilterDrawerButton {
    min-height: var(--dt-filter-input-height);
    padding-right: var(--dt-space-2);
    padding-left: var(--dt-space-2)
}

.globalFilterDrawerButton:before {
    content: var(--dt-drawer-button-icon);
    font-family: icomoon;
    font-size: var(--dt-drawer-icon-font-size);
    font-weight: 400;
    line-height: 1;
    margin-right: var(--dt-space-1);
    color: var(--dt-drawer-icon-color);
    transition: .3s
}

.globalFilterDrawerButton:hover:before {
    color: var(--dt-drawer-icon-hover-color)
}

.drawerPopover {
    position: fixed;
    width: 100%;
    height: 100svh;
    padding: var(--dt-space-4);
    border: none;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

@media (min-width: 35.9375rem) {
    .drawerPopover {
        left: calc(100svw - 45rem);
        width: 45rem
    }
}

.drawerPopover .drawerPopover-backdrop {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--dt-backdrop-color);
    opacity: .5
}

@media (min-width: 35.9375rem) {
    .drawerPopover .drawerPopover-backdrop {
        width: calc(100svw - 45rem)
    }
}

.drawerPopover h2 {
    margin: 0
}

.drawerPopover .drawerPopover-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: var(--dt-space-3);
    border-bottom: 1px solid var(--dt-background-color);
    margin-bottom: var(--dt-space-3)
}

.drawerPopover .drawerPopover-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: var(--dt-space-4);
    border-top: 1px solid #EDEEF3;
    margin-top: var(--dt-space-4)
}

.multilaneText {
    width: 100%;
    font-size: clamp(var(--dt-font-size-min), 2vw, var(--dt-font-size))
}

.multilaneText .multilaneText-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tabulator-selectWrapper {
    margin-right: auto
}

.tabulator-selectWrapper,
.globalSorterItem--select {
    position: relative;
    cursor: pointer
}

.tabulator-selectWrapper:before,
.globalSorterItem--select:before {
    position: absolute;
    top: 50%;
    right: var(--dt-space-2);
    color: var(--dt-select-arrow-color);
    font-size: .6rem;
    pointer-events: none;
    transform: translateY(-50%) rotate(0);
    transform-origin: center;
    transition: .3s;
    content: var(--dt-select-icon);
    font-family: icomoon;
    font-size: var(--dt-select-icon-size);
    font-weight: 400;
    line-height: 1
}

.tabulator-selectWrapper:hover:before,
.globalSorterItem--select:hover:before {
    transform: translateY(-50%) rotate(180deg)
}

.tabulator-selectWrapper select,
.globalSorterItem--select select {
    display: flex;
    height: 52px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: var(--dt-space-2) var(--dt-space-5) var(--dt-space-2) var(--dt-space-2) !important;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: var(--dt-filter-input-text-color);
    cursor: pointer;
    font-weight: 400;
    gap: var(--dt-space-2);
    letter-spacing: .25px;
    line-height: 123.5%;
    font-size: clamp(var(--dt-font-size-min), 2vw, var(--dt-font-size))
}

.dynamicTableBar {
    display: grid;
    margin-bottom: var(--dt-space-3);
    gap: var(--dt-space-3) var(--dt-space-2);
    grid-template-areas: "globalFilterRow" "globalFilterDrawer" "globalExport" "globalCounter";
    grid-template-columns: auto
}

@media (min-width: 35.9375rem) {
    .dynamicTableBar {
        grid-template-areas: "globalFilterRow globalFilterDrawer" "globalExport globalCounter";
        grid-template-columns: auto 20rem;
        grid-template-rows: auto
    }
}

.dynamicTableBar .globalFilterRow {
    grid-area: globalFilterRow
}

.dynamicTableBar .globalFilterRow .globalFilterItem--select {
    max-width: 24rem
}

.dynamicTableBar:not(:has(.globalFilterDrawer)) .globalFilterRow {
    grid-column: 1/span 2
}

.dynamicTableBar:has(.globalSorter) {
    grid-template-areas: "globalFilterRow" "globalSorter" "globalFilterDrawer" "globalExport" "globalCounter"
}

@media (min-width: 35.9375rem) {
    .dynamicTableBar:has(.globalSorter) {
        grid-template-areas: "globalFilterRow globalSorter globalFilterDrawer" "globalExport globalExport globalCounter";
        grid-template-columns: auto 16rem 20rem
    }
}

.dynamicTableBar .globalSorter {
    grid-area: globalSorter
}

.dynamicTableBar .globalFilterDrawer {
    font-size: 1.4rem;
    grid-area: globalFilterDrawer
}

.dynamicTableBar .globalFilterDrawer .globalFilterDrawerButton {
    width: 100%
}

.dynamicTableBar .globalExport {
    grid-area: globalExport
}

.dynamicTableActions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.bulkActions {
    order: 1
}

@media (min-width: 62rem) {
    .bulkActions {
        order: 0
    }
}

.globalCounter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 0;
    margin: var(--dt-space-3) 0;
    font-style: normal;
    font-weight: 700;
    grid-area: globalCounter;
    letter-spacing: .25px;
    line-height: 123.5%;
    font-size: clamp(var(--dt-font-size-min), 2vw, var(--dt-font-size))
}

@media (min-width: 62rem) {
    .globalCounter {
        order: 1
    }
}

.bulkEllipsisMenu {
    position: relative;
    margin: var(--dt-space-3) 0;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    font-size: clamp(var(--dt-font-size-min), 2vw, var(--dt-font-size))
}

.bulkEllipsisMenu:focus {
    outline: none
}

.bulkEllipsisMenu:after {
    content: var(--dt-select-icon);
    font-family: icomoon;
    font-size: var(--dt-select-icon-size);
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: -1.5rem;
    margin-left: 1.5rem;
    color: var(--dt-select-arrow-color);
    transform: translateY(-50%) rotate(0);
    transition: .3s
}

.bulkEllipsisMenu:hover:after,
.bulkEllipsisMenu:focus-within:after {
    transform: translateY(-50%) rotate(180deg)
}

.dynamicTable-rowMenu-button {
    width: 40px;
    height: 35px;
    padding: 1rem;
    background-color: transparent;
    cursor: pointer;
    outline: 0
}

.dynamicTable-rowMenu-button:before {
    content: var(--dt-row-menu-icon);
    font-family: icomoon;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    background-color: var(--date-input-background-color);
    transition: .3s
}

.dynamicTable-rowMenu-button:hover:after {
    color: var(--dt-row-menu-icon-color-hover)
}

.dynamicTable-rowMenu-button:focus {
    outline: 0
}

@media (min-width: 62rem) {
    .dynamicTable-rowMenu-button {
        font-size: 0
    }
}

.dynamicTable-menu-popup {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--dt-border-color);
    border-radius: var(--dt-page-radius);
    background: var(--dt-row-menu-popup-background-color);
    background-color: var(--dt-page-background)
}

.dynamicTable-menu-popup .btn {
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background-color: transparent;
    color: var(--dt-row-menu-popup-color)
}

.dynamicTable-menu-popup .btn:hover {
    background-color: var(--dt-row-menu-popup-hover-background-color);
    color: var(--dt-row-menu-popup-hover-color)
}

.dynamicTable-menu-popup .btn:before {
    width: var(--dt-row-menu-icon-size);
    height: var(--dt-row-menu-icon-size);
    margin-right: 1rem
}

.dynamicTable-menu-popup .btn.detail:before {
    content: var(--dt-row-menu-icon-detail);
    font-family: icomoon;
    font-size: var(--dt-row-menu-icon-size);
    font-weight: 400;
    line-height: 1
}

.dynamicTable-menu-popup .btn.delete:before {
    content: var(--dt-row-menu-icon-delete);
    font-family: icomoon;
    font-size: var(--dt-row-menu-icon-size);
    font-weight: 400;
    line-height: 1
}

.dynamicTable-menu-popup .btn.edit:before {
    content: var(--dt-row-menu-icon-edit);
    font-family: icomoon;
    font-size: var(--dt-row-menu-icon-size);
    font-weight: 400;
    line-height: 1
}

.tabulator-selectable-rows .tabulator-cell:first-child,
.tabulator-selectable-rows .tabulator-col:first-child .tabulator-col-content {
    padding-right: 0;
    padding-left: 0
}

.tabulator-selectable-rows .tabulator-cell:first-child input,
.tabulator-selectable-rows .tabulator-col:first-child .tabulator-col-content input {
    display: inline-flex;
    flex-shrink: 0;
    margin: .5rem
}

.tabulator-paginator {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 3rem
}

.tabulator-paginator.loadMorePagination {
    justify-content: center
}

.tabulator .tabulator-footer .tabulator-paginator>label {
    display: inline;
    padding-bottom: 0;
    margin-right: var(--dt-space-1);
    color: var(--dt-page-size-label-color);
    font-weight: var(--dt-page-size-label-font-weight)
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-selectWrapper {
    max-width: 60px
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-selectWrapper label {
    display: none
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-selectWrapper .tabulator-page-size {
    max-width: 20rem;
    font-weight: var(--dt-page-font-weight)
}

.tabulator .tabulator-footer .tabulator-page {
    position: relative;
    border: 2px solid var(--dt-page-border-color);
    border-radius: var(--dt-page-radius);
    background-color: var(--dt-page-background);
    color: var(--dt-page-color);
    font-weight: var(--dt-page-font-weight)
}

.tabulator .tabulator-footer .tabulator-page:not(.active) {
    display: none
}

@media (min-width: 35.9375rem) {
    .tabulator .tabulator-footer .tabulator-page:not(.active) {
        display: inline-block
    }
}

.tabulator .tabulator-footer .tabulator-page:before,
.tabulator .tabulator-footer .tabulator-page:after {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.tabulator .tabulator-footer .tabulator-page[data-page=prev],
.tabulator .tabulator-footer .tabulator-page[data-page=next],
.tabulator .tabulator-footer .tabulator-page[data-page=first],
.tabulator .tabulator-footer .tabulator-page[data-page=last] {
    font-size: 0
}

.tabulator .tabulator-footer .tabulator-page[data-page=prev]:before,
.tabulator .tabulator-footer .tabulator-page[data-page=next]:before {
    left: 50%
}

.tabulator .tabulator-footer .tabulator-page[data-page=first]:before,
.tabulator .tabulator-footer .tabulator-page[data-page=last]:before {
    left: calc(50% - 3px)
}

.tabulator .tabulator-footer .tabulator-page[data-page=first]:after,
.tabulator .tabulator-footer .tabulator-page[data-page=last]:after {
    left: calc(50% + 3px)
}

.tabulator .tabulator-footer .tabulator-page[data-page=prev]:before,
.tabulator .tabulator-footer .tabulator-page[data-page=first]:before {
    content: var(--dt-page-icon-right);
    font-family: icomoon;
    font-size: var(--dt-page-icon-size);
    font-weight: 400;
    line-height: 1;
    margin-right: var(--dt-space-1)
}

.tabulator .tabulator-footer .tabulator-page[data-page=first]:after {
    content: var(--dt-page-icon-right);
    font-family: icomoon;
    font-size: var(--dt-page-icon-size);
    font-weight: 400;
    line-height: 1;
    margin-right: var(--dt-space-1)
}

.tabulator .tabulator-footer .tabulator-page[data-page=next]:before,
.tabulator .tabulator-footer .tabulator-page[data-page=last]:before {
    content: var(--dt-page-icon-left);
    font-family: icomoon;
    font-size: var(--dt-page-icon-size);
    font-weight: 400;
    line-height: 1;
    margin-right: var(--dt-space-1)
}

.tabulator .tabulator-footer .tabulator-page[data-page=last]:after {
    content: var(--dt-page-icon-left);
    font-family: icomoon;
    font-size: var(--dt-page-icon-size);
    font-weight: 400;
    line-height: 1;
    margin-right: var(--dt-space-1);
    color: var(--dt-page-icon-color)
}

.tabulator .tabulator-footer .tabulator-page:hover {
    border-color: var(--dt-page-border-color-hover) !important;
    background-color: var(--dt-page-background-hover) !important;
    color: var(--dt-page-color-hover) !important
}

.tabulator .tabulator-footer .tabulator-page.active {
    border-color: var(--dt-page-border-color-active) !important;
    background-color: var(--dt-page-background-active) !important;
    color: var(--dt-page-color-active) !important
}