/* SINGLE SELECT */
.choices {
    width: 100%;
    background-color: #fff;
    border: 1px solid #E6E5E9;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #323940;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.choices .choices__inner {
    padding: 0 !important;
    border: none;
    border-radius: 0;
    background-color: inherit;
    height: auto;
    min-height: auto;
}
.choices .choices__inner .choices__list {
    padding: 0;
}
.choices .choices__list--dropdown {
    margin-top: 7px;
    left: 0;
    border-radius: 8px;
    padding: 16px 12px 0px;
}
.choices .choices__list--dropdown .choices__list[role="listbox"] {
    margin: 8px -12px 0;
}
.choices .choices__list--dropdown .choices__list[role="listbox"] .choices__item {
    padding: 8px 12px;
}

/* MULTI SELECT */
.choices .choices__list.choices__list--multiple + .choices__input {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    background-color: inherit;
}
.choices .choices__list--multiple .choices__item {
    background-color: #E6E5E9;
    border: 0;
    border-radius: 6px;
    color: #111B2B;
}
.choices .choices__list--multiple .choices__item .choices__button {
    opacity: 1;
    border-left: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIuNjY2NyA0LjI3MzI1TDExLjcyNjcgMy4zMzMyNUw4LjAwMDAxIDcuMDU5OTJMNC4yNzMzNCAzLjMzMzI1TDMuMzMzMzQgNC4yNzMyNUw3LjA2MDAxIDcuOTk5OTJMMy4zMzMzNCAxMS43MjY2TDQuMjczMzQgMTIuNjY2Nkw4LjAwMDAxIDguOTM5OTJMMTEuNzI2NyAxMi42NjY2TDEyLjY2NjcgMTEuNzI2Nkw4Ljk0MDAxIDcuOTk5OTJMMTIuNjY2NyA0LjI3MzI1WiIgZmlsbD0iIzExMUIyQiIvPgo8L3N2Zz4=');
    background-size: contain;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    margin-right: 0px;
}

.datepicker-header .datepicker-controls {
    width: 100%;
}

/* DATATABLE */
div.dt-container .dt-search,
div.dt-container .dt-length,
div.dt-container .dt-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #606A75;
    font-size: 14px;
}
div.dt-container .dt-search input,
div.dt-container select.dt-input,
div.dt-container .dt-search select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #E6E5E9;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #323940;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
div.dt-container .datatable thead tr th {
    border-top: 1px solid #E6E5E9;
    border-bottom: 1px solid #E6E5E9;
    padding: 14px 16px;
    text-align: left;
}
div.dt-container .dt-column-title {
    font-size: 12px;
    color: #606A75;
    font-weight: 500;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
div.dt-container .datatable tbody tr td {
    color: #323940;
    font-size: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #E6E5E9 !important;
    box-shadow: none !important;
    text-align: left;
}
div.dt-container .dt-paging {
    border: 1px solid #E6E5E9;
    border-radius: 4px;
}
div.dt-container .dt-paging .dt-paging-button {
    border-right: 1px solid #E6E5E9 !important;
    border-radius: 0 !important;
    margin: 0;
    font-size: 14px;
}
div.dt-container .dt-paging .ellipsis + .dt-paging-button {
    border-left: 1px solid #E6E5E9;
}
div.dt-container .dt-paging .dt-paging-button.current {
    background: #EFF4F8;
    border: 0;
    color: #4763E4 !important;
    font-weight: 500;
}
div.dt-container .dt-layout-table + .dt-layout-row {
    margin-top: 40px;
}
div.dt-container div.dt-layout-start>*:not(:last-child) {
    margin-right: 3em;
}
div.dt-container div.dt-processing {
    top: 130px;
    background-color: #fff;
}
.datatable-container label {
    white-space: nowrap
}
div.dt-container .dt-empty {
    padding: 30px 16px !important;
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: none;
    border: 1px solid #E6E5E9;
    border-radius: 6px;
}
.datepicker-dropdown .datepicker-picker .datepicker-main {
    font-size: 14px;
}

.modal .input-wrap select {
    background-color: #fff;
    border: 1px solid #E6E5E9;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #323940;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.item-edit,
.item-delete,
.item-pdf {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}
.item-edit,
.item-pdf {
    color: #0E1B6B;
    border-color: #0E1B6B;
}
.item-delete {
    color: #f00;
    border-color: #f00;
}

.chevron {
    display: inline-block;
    width: 7px;
    height: 7px;
    position: relative;
    vertical-align: middle;
}
.chevron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: currentColor;
    transform-origin: center;
    transform: rotate(135deg);
}

.btn.loading {
    position: relative;
    color: transparent;
    pointer-events: none;
    opacity: 0.8;
}
.btn.loading::after {
    content: "";
    position: absolute;
    right: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    width: 1em;
    height: 1em;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}