._dash-loading {
    margin: auto;
    color: transparent;
    width: 100vw;
    height: 100vh;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.Select-control {
    border: none;
    border-radius: 4px;
    height: 32px;
    outline: none;
    box-shadow: none;
    background: transparent;
    display: inline-flex;
    width: auto;
    color: #1849A9;
}

.Select-control:hover {
    background: #EFF8FF;
    border: none;
    box-shadow: none;
}

.Select-multi-value-wrapper {
    min-width: 150px;
}

.Select-value-label span {
    color: #1849A9;
    font-size: 14px;
}

.Select-arrow-zone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.Select-arrow,
.Select-arrow:hover {
    border-color: #1849A9 transparent transparent;
}

.Select-arrow-zone:hover>.Select-arrow, .is-open .Select-arrow {
    border-color: #1849A9 transparent transparent;
}

.is-table-wrapper table {
    border: 1px solid #D0D5DD;
    font-family: inherit;
}

.is-table-wrapper th {
    font-size: 12px;
    color: #475467;
    font-family: Arial, sans-serif;
    font-weight: 600 !important;
    background: #F9FAFB !important;
    text-transform: capitalize;
}

.is-table-wrapper .focused {
    background-color: white !important;
    border-top: 1px solid #D0D5DD !important;
    border-bottom: 1px solid #D0D5DD !important;
}

.is-table-wrapper td {
    font-size: 12px;
    color: #475467;
    font-family: Arial, sans-serif;
}

.is-table-wrapper .previous-next-container {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    padding: 0;
    margin-top: 16px;
}

.is-table-wrapper .page-number {
    display: none !important;
}

.is-table-wrapper .first-page,
.is-table-wrapper .last-page {
    display: none !important;
}

.is-table-wrapper .previous-page svg,
.is-table-wrapper .next-page svg {
    display: none;
}

.is-table-wrapper .previous-page:after {
    content: 'Previous';
}

.is-table-wrapper .next-page:after {
    content: 'Next';
}

.is-table-wrapper .next-page,
.is-table-wrapper .previous-page {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 10px !important;
    border: 1px solid #D0D5DD !important;
    border-radius: 4px;
    font-weight: 600;
    color: #344054;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    margin: 0 !important;
}

.is-table-wrapper .next-page:hover,
.is-table-wrapper .previous-page:hover {
    background-color: #F5F7FA;
    color: #344054 !important;
}

.is-table-wrapper .dash-spreadsheet-container {
    overflow: auto;
    border-radius: 4px;
}

.is-table-wrapper .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th:hover [class^='column-header--']:not(.disabled),
.is-table-wrapper .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th:hover [class^='dash-filter--']:not(.disabled) {
    color: #344054;
}

.is-table-wrapper .dash-header > div {
    display: inline-flex;
    gap: 4px;
    flex-direction: row-reverse;
}

.is-table-wrapper .dash-spreadsheet-menu {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    padding: 0 0 10px;
}

.is-table-wrapper .show-hide {
    display: inline-flex;
    background-color: white;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(16, 25, 40, 0.05);
    color: #344054;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 12px;
}

.is-table-wrapper .dash-spreadsheet-menu .dash-spreadsheet-menu-item .show-hide-menu {
    display: flex;
    flex-direction: column;
    right: 0;
    background: #fff;
    border-radius: 4px;
    top: calc(100% + 5px);
    left: initial;
    overflow: hidden;
    overflow-y: auto;
}

.is-table-wrapper .dash-spreadsheet-menu .dash-spreadsheet-menu-item .show-hide-menu .show-hide-menu-item {
    padding: 6px 10px;
    display: flex;
    gap: 8px;
    color: #344054;
}

.mantine-Select-dropdown,
.mantine-MultiSelect-dropdown {
    max-width: none !important;
    width: initial !important;
    left: initial !important;
}

.export {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #D1D5DB;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.export:hover {
     background-color: #F3F4F6;
}
