<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.dataTable &gt; thead &gt; tr &gt; th,
table.dataTable &gt; thead &gt; tr &gt; td,
table.dataTable &gt; tbody &gt; tr &gt; td {
    border: none !important;
}

table.dataTable &gt; thead &gt; tr &gt; th,
table.dataTable &gt; tbody &gt; tr &gt; td
{
    background-color: #fbfbfb;
}

table.dataTable {
    border-spacing: 0 15px;
    border-collapse: separate;
}


table.dataTable &gt; thead &gt; tr &gt; th {
    padding-block: 8px;
}

table.dataTable &gt; tbody &gt; tr &gt; td{
    padding-block: 12px;
}

table.dataTable &gt; tbody &gt; tr &gt; td:first-child,
table.dataTable &gt; thead &gt; tr &gt; th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 24px;
}

table.dataTable &gt; tbody &gt; tr &gt; td:last-child,
table.dataTable &gt; thead &gt; tr &gt; th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 24px;
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

.dt-search {
    display: none;
}

select option:hover,
select option:checked {
/*    background-color: yellow;*/
}

.dt-paging nav {
    border: 1px solid #F3F4F6 !important;
    border-radius: 9999px;
    padding-block: 4px;
    display: flex;
    align-items: center;
}

div.dt-container .dt-paging .dt-paging-button,
div.dt-container .dt-paging .dt-paging-button.disabled {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: larger;
    margin: 0 !important;
    padding: 0 !important;
    color: #C4975F !important;
}

div.dt-container .dt-paging .dt-paging-button.current {
    color: #3C5B58 !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    cursor: pointer !important;
    color: #C4975F !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: unset !important;
    border-radius: 999px !important;
    padding-left: 13px !important;
    color: #0C7946 !important;
    background-color: rgba(12, 121, 70, 0.1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #0C7946 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: unset !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-left: calc(0.75rem - 5px);
    padding-right: 0.75rem;
    padding-top: calc(0.5rem - 5px);
    padding-bottom: 0.5rem;
    border-radius: 0.5rem;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: rgb(250 251 252 / var(--tw-bg-opacity));
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    /*    border-width: 5px;*/
    border-color: rgb(154, 170, 168) !important;
}

div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
    color: #ABAEB3;
}

div.dt-layout-cell.dt-layout-end &gt; div &gt; label {
    margin-inline-end: 10px;
}

div.dt-container div.dt-layout-row:has(div.dt-paging) {
    justify-content: center;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    margin-left: unset;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    margin-right: unset;
/*    margin-inline-end: auto*/
}

/* For Webkit Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 12px; /* Scrollbar width */
    height: 12px; /* Scrollbar height (for horizontal scrollbar) */
}

::-webkit-scrollbar-thumb {
    background: #3C5B58B2; /* Scrollbar thumb color */
    border-radius: 6px; /* Rounded edges */
}

    ::-webkit-scrollbar-thumb:hover {
        background: #3C5B58B2; /* Thumb color on hover */
    }

::-webkit-scrollbar-track {
    background: #F5F5F5; /* Track color */
    border-radius: 6px; /* Rounded edges */
}

/* For Firefox */
html {
    scrollbar-color: #3C5B58B2 #F5F5F5; /* Thumb color, Track color */
    scrollbar-width: thin; /* Options: auto, thin, none */
}</pre></body></html>