/* class dashlite */

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
}

.col-form-label-lg {
    padding-top: calc(0.6875rem + 1px);
    padding-bottom: calc(0.6875rem + 1px);
    font-size: 0.9375rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.75rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #6c757d
}

.form-control,
.dual-listbox .dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter input {
    display: block;
    width: 100%;
    padding: .4375rem 1rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 3rem;
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

    .form-control,
    .dual-listbox .dual-listbox__search,
    div.dataTables_wrapper div.dataTables_filter input {
        transition: none
    }
}

.form-control[type=file],
.dual-listbox [type=file].dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter input[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]),
.dual-listbox [type=file].dual-listbox__search:not(:disabled):not([readonly]),
div.dataTables_wrapper div.dataTables_filter input[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus,
.dual-listbox .dual-listbox__search:focus,
div.dataTables_wrapper div.dataTables_filter input:focus {
    color: #3c4d62;
    background-color: #fff;
    border-color: #854fff;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(133, 79, 255, .1)
}

.form-control::-webkit-date-and-time-value,
.dual-listbox .dual-listbox__search::-webkit-date-and-time-value,
div.dataTables_wrapper div.dataTables_filter input::-webkit-date-and-time-value {
    height: 1.25rem
}

.form-control::placeholder,
.dual-listbox .dual-listbox__search::placeholder,
div.dataTables_wrapper div.dataTables_filter input::placeholder {
    color: #b6c6e3;
    opacity: 1
}

.form-control:disabled,
.dual-listbox .dual-listbox__search:disabled,
div.dataTables_wrapper div.dataTables_filter input:disabled,
.form-control[readonly],
.dual-listbox [readonly].dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter input[readonly] {
    background-color: #f5f6fa;
    opacity: 1
}

.form-control::file-selector-button,
.dual-listbox .dual-listbox__search::file-selector-button,
div.dataTables_wrapper div.dataTables_filter input::file-selector-button {
    padding: .4375rem 1rem;
    margin: -0.4375rem -1rem;
    margin-inline-end: 1rem;
    color: #3c4d62;
    background-color: #ebeef2;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {

    .form-control::file-selector-button,
    .dual-listbox .dual-listbox__search::file-selector-button,
    div.dataTables_wrapper div.dataTables_filter input::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.dual-listbox .dual-listbox__search:hover:not(:disabled):not([readonly])::file-selector-button,
div.dataTables_wrapper div.dataTables_filter input:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button,
.dual-listbox .dual-listbox__search::-webkit-file-upload-button,
div.dataTables_wrapper div.dataTables_filter input::-webkit-file-upload-button {
    padding: .4375rem 1rem;
    margin: -0.4375rem -1rem;
    margin-inline-end: 1rem;
    color: #3c4d62;
    background-color: #ebeef2;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {

    .form-control::-webkit-file-upload-button,
    .dual-listbox .dual-listbox__search::-webkit-file-upload-button,
    div.dataTables_wrapper div.dataTables_filter input::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.dual-listbox .dual-listbox__search:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
div.dataTables_wrapper div.dataTables_filter input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .4375rem 0;
    margin-bottom: 0;
    line-height: 1.25rem;
    color: #364a63;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.75rem + 2px);
    padding: .25rem 1rem;
    font-size: 0.75rem;
    border-radius: 3px
}

.form-control-sm::file-selector-button {
    padding: .25rem 1rem;
    margin: -0.25rem -1rem;
    margin-inline-end: 1rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem 1rem;
    margin: -0.25rem -1rem;
    margin-inline-end: 1rem
}

.form-control-lg {
    min-height: calc(2.625rem + 2px);
    padding: .6875rem 1rem;
    font-size: 0.9375rem;
    border-radius: 5px
}

.form-control-lg::file-selector-button {
    padding: .6875rem 1rem;
    margin: -0.6875rem -1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .6875rem 1rem;
    margin: -0.6875rem -1rem;
    margin-inline-end: 1rem
}

textarea.form-control,
.dual-listbox textarea.dual-listbox__search {
    min-height: calc(2.125rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.75rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(2.625rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .4375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.25rem;
    border-radius: 4px
}

.form-control-color::-webkit-color-swatch {
    height: 1.25rem;
    border-radius: 4px
}

.form-select {
    display: block;
    width: 100%;
    padding: .4375rem 3rem .4375rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #854fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(85, 155, 251, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #3c4d62
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 1rem;
    font-size: 0.75rem;
    border-radius: 3px
}

.form-select-lg {
    padding-top: .6875rem;
    padding-bottom: .6875rem;
    padding-left: 1rem;
    font-size: 0.9375rem;
    border-radius: 5px
}

.form-check {
    display: block;
    min-height: 1.44375rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #854fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(85, 155, 251, .25)
}

.form-check-input:checked {
    background-color: #854fff;
    border-color: #559bfb
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #559bfb;
    border-color: #559bfb;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23854fff'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.dual-listbox .btn-check[disabled]+.dual-listbox__button,
.btn-check:disabled+.btn,
.dual-listbox .btn-check:disabled+.dual-listbox__button {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 3px rgba(133, 79, 255, .1)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f6fa, 0 0 0 3px rgba(133, 79, 255, .1)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #559bfb;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #cce1fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dbdfea;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #559bfb;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #cce1fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dbdfea;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.dual-listbox .form-floating>.dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter .form-floating>input,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1rem;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,
.dual-listbox .form-floating>.dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter .form-floating>input {
    padding: 1rem 1rem
}

.form-floating>.form-control::placeholder,
.dual-listbox .form-floating>.dual-listbox__search::placeholder,
div.dataTables_wrapper div.dataTables_filter .form-floating>input::placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:focus,
.dual-listbox .form-floating>.dual-listbox__search:focus,
div.dataTables_wrapper div.dataTables_filter .form-floating>input:focus,
.form-floating>.form-control:not(:placeholder-shown),
.dual-listbox .form-floating>.dual-listbox__search:not(:placeholder-shown),
div.dataTables_wrapper div.dataTables_filter .form-floating>input:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,
.dual-listbox .form-floating>.dual-listbox__search:-webkit-autofill,
div.dataTables_wrapper div.dataTables_filter .form-floating>input:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.dual-listbox .form-floating>.dual-listbox__search:focus~label,
div.dataTables_wrapper div.dataTables_filter .form-floating>input:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.dual-listbox .form-floating>.dual-listbox__search:not(:placeholder-shown)~label,
div.dataTables_wrapper div.dataTables_filter .form-floating>input:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label,
.dual-listbox .form-floating>.dual-listbox__search:-webkit-autofill~label,
div.dataTables_wrapper div.dataTables_filter .form-floating>input:-webkit-autofill~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.dual-listbox .input-group>.dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter .input-group>input,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.dual-listbox .input-group>.dual-listbox__search:focus,
div.dataTables_wrapper div.dataTables_filter .input-group>input:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn,
.input-group .dual-listbox .dual-listbox__button,
.dual-listbox .input-group .dual-listbox__button {
    position: relative;
    z-index: 2
}

.input-group .btn:focus,
.input-group .dual-listbox .dual-listbox__button:focus,
.dual-listbox .input-group .dual-listbox__button:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .4375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    text-align: center;
    white-space: nowrap;
    background-color: #ebeef2;
    border: 1px solid #dbdfea;
    border-radius: 4px
}

.input-group-lg>.form-control,
.dual-listbox .input-group-lg>.dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter .input-group-lg>input,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn,
.dual-listbox .input-group-lg>.dual-listbox__button {
    padding: .6875rem 1rem;
    font-size: 0.9375rem;
    border-radius: 5px
}

.input-group-sm>.form-control,
.dual-listbox .input-group-sm>.dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter .input-group-sm>input,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn,
.dual-listbox .input-group-sm>.dual-listbox__button {
    padding: .25rem 1rem;
    font-size: 0.75rem;
    border-radius: 3px
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 4rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #1ee0ac
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .75rem;
    margin-top: .1rem;
    font-size: 0.8125rem;
    color: #fff;
    background-color: rgba(30, 224, 172, .9);
    border-radius: 3px
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.was-validated .dual-listbox .dual-listbox__search:valid,
.dual-listbox .was-validated .dual-listbox__search:valid,
.was-validated div.dataTables_wrapper div.dataTables_filter input:valid,
div.dataTables_wrapper div.dataTables_filter .was-validated input:valid,
.form-control.is-valid,
.dual-listbox .is-valid.dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter input.is-valid {
    border-color: #1ee0ac;
    padding-right: 2.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231ee0ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .53125rem center;
    background-size: 1.0625rem 1.0625rem
}

.was-validated .form-control:valid:focus,
.was-validated .dual-listbox .dual-listbox__search:valid:focus,
.dual-listbox .was-validated .dual-listbox__search:valid:focus,
.was-validated div.dataTables_wrapper div.dataTables_filter input:valid:focus,
div.dataTables_wrapper div.dataTables_filter .was-validated input:valid:focus,
.form-control.is-valid:focus,
.dual-listbox .is-valid.dual-listbox__search:focus,
div.dataTables_wrapper div.dataTables_filter input.is-valid:focus {
    border-color: #1ee0ac;
    box-shadow: 0 0 0 .2rem rgba(30, 224, 172, .25)
}

.was-validated textarea.form-control:valid,
.was-validated .dual-listbox textarea.dual-listbox__search:valid,
.dual-listbox .was-validated textarea.dual-listbox__search:valid,
textarea.form-control.is-valid,
.dual-listbox textarea.is-valid.dual-listbox__search {
    padding-right: 2.125rem;
    background-position: top .53125rem right .53125rem
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #1ee0ac
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 5.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231ee0ac' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, 1.0625rem 1.0625rem
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #1ee0ac;
    box-shadow: 0 0 0 .2rem rgba(30, 224, 172, .25)
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #1ee0ac
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #1ee0ac
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .2rem rgba(30, 224, 172, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #1ee0ac
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid,
.was-validated .input-group .dual-listbox .dual-listbox__search:valid,
.dual-listbox .was-validated .input-group .dual-listbox__search:valid,
.was-validated .input-group div.dataTables_wrapper div.dataTables_filter input:valid,
div.dataTables_wrapper div.dataTables_filter .was-validated .input-group input:valid,
.input-group .form-control.is-valid,
.input-group .dual-listbox .is-valid.dual-listbox__search,
.dual-listbox .input-group .is-valid.dual-listbox__search,
.input-group div.dataTables_wrapper div.dataTables_filter input.is-valid,
div.dataTables_wrapper div.dataTables_filter .input-group input.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1
}

.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .dual-listbox .dual-listbox__search:valid:focus,
.dual-listbox .was-validated .input-group .dual-listbox__search:valid:focus,
.was-validated .input-group div.dataTables_wrapper div.dataTables_filter input:valid:focus,
div.dataTables_wrapper div.dataTables_filter .was-validated .input-group input:valid:focus,
.input-group .form-control.is-valid:focus,
.input-group .dual-listbox .is-valid.dual-listbox__search:focus,
.dual-listbox .input-group .is-valid.dual-listbox__search:focus,
.input-group div.dataTables_wrapper div.dataTables_filter input.is-valid:focus,
div.dataTables_wrapper div.dataTables_filter .input-group input.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3
}


.btn,
.dual-listbox .dual-listbox__button {
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25rem;
    color: #526484;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 13px 1.125rem;
    font-size: 13px;
    border-radius: 4px;
    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) {

    .btn,
    .dual-listbox .dual-listbox__button {
        transition: none
    }
}

.btn:hover,
.dual-listbox .dual-listbox__button:hover {
    color: #526484
}

.btn-check:focus+.btn,
.dual-listbox .btn-check:focus+.dual-listbox__button,
.btn:focus,
.dual-listbox .dual-listbox__button:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(133, 79, 255, .1)
}

.btn:disabled,
.dual-listbox .dual-listbox__button:disabled,
.btn.disabled,
.dual-listbox .disabled.dual-listbox__button,
fieldset:disabled .btn,
fieldset:disabled .dual-listbox .dual-listbox__button,
.dual-listbox fieldset:disabled .dual-listbox__button {
    pointer-events: none;
    opacity: .5
}

.btn-primary {
    color: #fff;
    background-color: #854fff;
    border-color: #854fff
}

.btn-primary:hover {
    color: #fff;
    background-color: #7143d9;
    border-color: #6a3fcc
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #7143d9;
    border-color: #6a3fcc;
    box-shadow: 0 0 0 .2rem rgba(151, 105, 255, .5)
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6a3fcc;
    border-color: #643bbf
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(151, 105, 255, .5)
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #854fff;
    border-color: #854fff
}

.btn-secondary {
    color: #fff;
    background-color: #364a63;
    border-color: #364a63
}

.btn-secondary:hover {
    color: #fff;
    background-color: #2e3f54;
    border-color: #2b3b4f
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #2e3f54;
    border-color: #2b3b4f;
    box-shadow: 0 0 0 .2rem rgba(84, 101, 122, .5)
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2b3b4f;
    border-color: #29384a
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(84, 101, 122, .5)
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #fff;
    background-color: #364a63;
    border-color: #364a63
}

.btn-success {
    color: #fff;
    background-color: #1ee0ac;
    border-color: #1ee0ac
}

.btn-success:hover {
    color: #fff;
    background-color: #1abe92;
    border-color: #18b38a
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #1abe92;
    border-color: #18b38a;
    box-shadow: 0 0 0 .2rem rgba(64, 229, 184, .5)
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #18b38a;
    border-color: #17a881
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 229, 184, .5)
}

.btn-success:disabled,
.btn-success.disabled {
    color: #fff;
    background-color: #1ee0ac;
    border-color: #1ee0ac
}

.btn-info {
    color: #fff;
    background-color: #09c2de;
    border-color: #09c2de
}

.btn-info:hover {
    color: #fff;
    background-color: #08a5bd;
    border-color: #079bb2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #08a5bd;
    border-color: #079bb2;
    box-shadow: 0 0 0 .2rem rgba(46, 203, 227, .5)
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #079bb2;
    border-color: #0792a7
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(46, 203, 227, .5)
}

.btn-info:disabled,
.btn-info.disabled {
    color: #fff;
    background-color: #09c2de;
    border-color: #09c2de
}

.btn-warning {
    color: #fff;
    background-color: #f4bd0e;
    border-color: #f4bd0e
}

.btn-warning:hover {
    color: #fff;
    background-color: #cfa10c;
    border-color: #c3970b
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #fff;
    background-color: #cfa10c;
    border-color: #c3970b;
    box-shadow: 0 0 0 .2rem rgba(246, 199, 50, .5)
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c3970b;
    border-color: #b78e0b
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 199, 50, .5)
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #fff;
    background-color: #f4bd0e;
    border-color: #f4bd0e
}

.btn-danger {
    color: #fff;
    background-color: #e85347;
    border-color: #e85347
}

.btn-danger:hover {
    color: #fff;
    background-color: #c5473c;
    border-color: #ba4239
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #c5473c;
    border-color: #ba4239;
    box-shadow: 0 0 0 .2rem rgba(235, 109, 99, .5)
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ba4239;
    border-color: #ae3e35
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(235, 109, 99, .5)
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #fff;
    background-color: #e85347;
    border-color: #e85347
}

.btn-light,
.dual-listbox .dual-listbox__button {
    color: #000;
    background-color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-light:hover,
.dual-listbox .dual-listbox__button:hover {
    color: #000;
    background-color: #e9ecf4;
    border-color: #e8ebf3
}

.btn-check:focus+.btn-light,
.dual-listbox .btn-check:focus+.dual-listbox__button,
.btn-light:focus,
.dual-listbox .dual-listbox__button:focus {
    color: #000;
    background-color: #e9ecf4;
    border-color: #e8ebf3;
    box-shadow: 0 0 0 .2rem rgba(195, 198, 206, .5)
}

.btn-check:checked+.btn-light,
.dual-listbox .btn-check:checked+.dual-listbox__button,
.btn-check:active+.btn-light,
.dual-listbox .btn-check:active+.dual-listbox__button,
.btn-light:active,
.dual-listbox .dual-listbox__button:active,
.btn-light.active,
.dual-listbox .active.dual-listbox__button,
.show>.btn-light.dropdown-toggle,
.dual-listbox .show>.dropdown-toggle.dual-listbox__button {
    color: #000;
    background-color: #eaedf5;
    border-color: #e8ebf3
}

.btn-check:checked+.btn-light:focus,
.dual-listbox .btn-check:checked+.dual-listbox__button:focus,
.btn-check:active+.btn-light:focus,
.dual-listbox .btn-check:active+.dual-listbox__button:focus,
.btn-light:active:focus,
.dual-listbox .dual-listbox__button:active:focus,
.btn-light.active:focus,
.dual-listbox .active.dual-listbox__button:focus,
.show>.btn-light.dropdown-toggle:focus,
.dual-listbox .show>.dropdown-toggle.dual-listbox__button:focus {
    box-shadow: 0 0 0 .2rem rgba(195, 198, 206, .5)
}

.btn-light:disabled,
.dual-listbox .dual-listbox__button:disabled,
.btn-light.disabled,
.dual-listbox .disabled.dual-listbox__button {
    color: #000;
    background-color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-dark {
    color: #fff;
    background-color: #1f2b3a;
    border-color: #1f2b3a
}

.btn-dark:hover {
    color: #fff;
    background-color: #1a2531;
    border-color: #19222e
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1a2531;
    border-color: #19222e;
    box-shadow: 0 0 0 .2rem rgba(65, 75, 88, .5)
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #19222e;
    border-color: #17202c
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 75, 88, .5)
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #1f2b3a;
    border-color: #1f2b3a
}

.btn-gray {
    color: #fff;
    background-color: #8091a7;
    border-color: #8091a7
}

.btn-gray:hover {
    color: #fff;
    background-color: #6d7b8e;
    border-color: #667486
}

.btn-check:focus+.btn-gray,
.btn-gray:focus {
    color: #fff;
    background-color: #6d7b8e;
    border-color: #667486;
    box-shadow: 0 0 0 .2rem rgba(147, 162, 180, .5)
}

.btn-check:checked+.btn-gray,
.btn-check:active+.btn-gray,
.btn-gray:active,
.btn-gray.active,
.show>.btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #667486;
    border-color: #606d7d
}

.btn-check:checked+.btn-gray:focus,
.btn-check:active+.btn-gray:focus,
.btn-gray:active:focus,
.btn-gray.active:focus,
.show>.btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 162, 180, .5)
}

.btn-gray:disabled,
.btn-gray.disabled {
    color: #fff;
    background-color: #8091a7;
    border-color: #8091a7
}

.btn-lighter {
    color: #000;
    background-color: #f5f6fa;
    border-color: #f5f6fa
}

.btn-lighter:hover {
    color: #000;
    background-color: #f7f7fb;
    border-color: #f6f7fb
}

.btn-check:focus+.btn-lighter,
.btn-lighter:focus {
    color: #000;
    background-color: #f7f7fb;
    border-color: #854fff;
    box-shadow: 0 0 0 .2rem rgba(208, 209, 213, .5)
}

.btn-check:checked+.btn-lighter,
.btn-check:active+.btn-lighter,
.btn-lighter:active,
.btn-lighter.active,
.show>.btn-lighter.dropdown-toggle {
    color: #000;
    background-color: #f7f8fb;
    border-color: #f6f7fb
}

.btn-check:checked+.btn-lighter:focus,
.btn-check:active+.btn-lighter:focus,
.btn-lighter:active:focus,
.btn-lighter.active:focus,
.show>.btn-lighter.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(208, 209, 213, .5)
}

.btn-lighter:disabled,
.btn-lighter.disabled {
    color: #000;
    background-color: #f5f6fa;
    border-color: #f5f6fa
}

.btn-outline-primary {
    color: #854fff;
    border-color: #854fff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #854fff;
    border-color: #854fff
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(133, 79, 255, .5)
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #854fff;
    border-color: #854fff
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .2rem rgba(133, 79, 255, .5)
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #854fff;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-secondary {
    color: #364a63;
    border-color: #364a63
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #364a63;
    border-color: #364a63
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(54, 74, 99, .5)
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #364a63;
    border-color: #364a63
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .2rem rgba(54, 74, 99, .5)
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #364a63;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-success {
    color: #1ee0ac;
    border-color: #1ee0ac
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #1ee0ac;
    border-color: #1ee0ac
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(30, 224, 172, .5)
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #1ee0ac;
    border-color: #1ee0ac
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .2rem rgba(30, 224, 172, .5)
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #1ee0ac;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-info {
    color: #09c2de;
    border-color: #09c2de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #09c2de;
    border-color: #09c2de
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(9, 194, 222, .5)
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #fff;
    background-color: #09c2de;
    border-color: #09c2de
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .2rem rgba(9, 194, 222, .5)
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #09c2de;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-warning {
    color: #f4bd0e;
    border-color: #f4bd0e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f4bd0e;
    border-color: #f4bd0e
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 189, 14, .5)
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #fff;
    background-color: #f4bd0e;
    border-color: #f4bd0e
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 189, 14, .5)
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #f4bd0e;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-danger {
    color: #e85347;
    border-color: #e85347
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e85347;
    border-color: #e85347
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 83, 71, .5)
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #e85347;
    border-color: #e85347
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 83, 71, .5)
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #e85347;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-light,
.dt-buttons .btn-secondary {
    color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-outline-light:hover,
.dt-buttons .btn-secondary:hover {
    color: #000;
    background-color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-check:focus+.btn-outline-light,
.dt-buttons .btn-check:focus+.btn-secondary,
.btn-outline-light:focus,
.dt-buttons .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 233, 242, .5)
}

.btn-check:checked+.btn-outline-light,
.dt-buttons .btn-check:checked+.btn-secondary,
.btn-check:active+.btn-outline-light,
.dt-buttons .btn-check:active+.btn-secondary,
.btn-outline-light:active,
.dt-buttons .btn-secondary:active,
.btn-outline-light.active,
.dt-buttons .active.btn-secondary,
.btn-outline-light.dropdown-toggle.show,
.dt-buttons .dropdown-toggle.show.btn-secondary {
    color: #000;
    background-color: #e5e9f2;
    border-color: #e5e9f2
}

.btn-check:checked+.btn-outline-light:focus,
.dt-buttons .btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-outline-light:focus,
.dt-buttons .btn-check:active+.btn-secondary:focus,
.btn-outline-light:active:focus,
.dt-buttons .btn-secondary:active:focus,
.btn-outline-light.active:focus,
.dt-buttons .active.btn-secondary:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.dt-buttons .dropdown-toggle.show.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 233, 242, .5)
}

.btn-outline-light:disabled,
.dt-buttons .btn-secondary:disabled,
.btn-outline-light.disabled,
.dt-buttons .disabled.btn-secondary {
    color: #e5e9f2;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-dark {
    color: #1f2b3a;
    border-color: #1f2b3a
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #1f2b3a;
    border-color: #1f2b3a
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(31, 43, 58, .5)
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #1f2b3a;
    border-color: #1f2b3a
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .2rem rgba(31, 43, 58, .5)
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #1f2b3a;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-gray {
    color: #8091a7;
    border-color: #8091a7
}

.btn-outline-gray:hover {
    color: #fff;
    background-color: #8091a7;
    border-color: #8091a7
}

.btn-check:focus+.btn-outline-gray,
.btn-outline-gray:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 145, 167, .5)
}

.btn-check:checked+.btn-outline-gray,
.btn-check:active+.btn-outline-gray,
.btn-outline-gray:active,
.btn-outline-gray.active,
.btn-outline-gray.dropdown-toggle.show {
    color: #fff;
    background-color: #8091a7;
    border-color: #8091a7
}

.btn-check:checked+.btn-outline-gray:focus,
.btn-check:active+.btn-outline-gray:focus,
.btn-outline-gray:active:focus,
.btn-outline-gray.active:focus,
.btn-outline-gray.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 145, 167, .5)
}

.btn-outline-gray:disabled,
.btn-outline-gray.disabled {
    color: #8091a7;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-lighter {
    color: #f5f6fa;
    border-color: #f5f6fa
}

.btn-outline-lighter:hover {
    color: #000;
    background-color: #f5f6fa;
    border-color: #f5f6fa
}

.btn-check:focus+.btn-outline-lighter,
.btn-outline-lighter:focus {
    box-shadow: 0 0 0 .2rem rgba(245, 246, 250, .5)
}

.btn-check:checked+.btn-outline-lighter,
.btn-check:active+.btn-outline-lighter,
.btn-outline-lighter:active,
.btn-outline-lighter.active,
.btn-outline-lighter.dropdown-toggle.show {
    color: #000;
    background-color: #f5f6fa;
    border-color: #f5f6fa
}

.btn-check:checked+.btn-outline-lighter:focus,
.btn-check:active+.btn-outline-lighter:focus,
.btn-outline-lighter:active:focus,
.btn-outline-lighter.active:focus,
.btn-outline-lighter.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .2rem rgba(245, 246, 250, .5)
}

.btn-outline-lighter:disabled,
.btn-outline-lighter.disabled {
    color: #f5f6fa;
    background-color: rgba(0, 0, 0, 0)
}

.btn-link {
    font-weight: 400;
    color: #9d72ff;
    text-decoration: none
}

.btn-link:hover {
    color: #7a3fff;
    text-decoration: none
}

.btn-link:focus {
    text-decoration: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #f5f6fa
}

.btn-lg,
.btn-group-lg>.btn,
.dual-listbox .btn-group-lg>.dual-listbox__button {
    padding: .6875rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 5px
}

.btn-sm,
.btn-group-sm>.btn,
.dual-listbox .btn-group-sm>.dual-listbox__button {
    padding: .25rem .75rem;
    font-size: 0.75rem;
    border-radius: 3px
}


/** Select2 */
.select2 {
    width: 100% !important;
    display: inline-block;
}

.select2-container {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    height: 40px !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    font-weight: 500 !important;
    line-height: 2 !important;
    color: #212529 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 2 !important;
    font-size: 13px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 20px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 14px !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: calc(2.125rem + 2px);
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container.select2-lg .select2-selection--multiple {
    min-height: calc(2.625rem + 2px);
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #dbdfea;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    position: absolute;
    left: -100000px;
    z-index: 1051;
    padding: 6px;
}

.select2-dropdown--below {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
}

.select2-dropdown--above {
    margin-top: 1px;
    border-radius: 4px 4px 0 0;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 4px 4px;
}

.select2-results__option {
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option:not(:last-child) {
    margin-bottom: 0.125rem;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-lg .select2-results__option {
    padding: 0.5rem 0.75rem;
}

.select2-container--open .select2-dropdown {
    left: 0;
    border-color: #b4bdd3;
}

.select2-search--dropdown {
    display: block;
    padding: 0;
}

.select2-search--dropdown .select2-search__field {
    padding: 0.375rem 0.75rem;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 6px;
    color: #526484;
}

.select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: #854fff;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-lg .select2-search--dropdown .select2-search__field {
    padding: 0.5rem 0.75rem;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    height: calc(2.125rem + 2px);
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    box-shadow: none;
    transition: all 0.3s;
}

.select2-sm .select2-container--default .select2-selection--single {
    font-size: 12px;
}

.select2-lg .select2-container--default .select2-selection--single {
    font-size: 15px;
}

.select2-xl .select2-container--default .select2-selection--single {
    font-size: 15px;
}

.select2-container--default .select2-selection--single:focus {
    box-shadow: 0 0 0 3px rgba(133, 79, 255, 0.1);
    border-color: #854fff;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #526484;
    line-height: 1.25rem;
    padding: 0.4375rem calc(2.125rem + 2px) 0.4375rem 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8094ae;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.125rem + 2px);
    position: absolute;
    top: 0;
    right: 0;
    width: calc(2.125rem + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-family: "Nioicon";
    content: "\e9c5";
    line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-sm .select2-selection--single {
    height: calc(1.75rem + 2px);
    font-size: 12px;
}

.select2-container--default.select2-sm .select2-selection--single .select2-selection__rendered {
    line-height: 1.25rem;
    padding: 0.25rem calc(1.75rem + 2px) 0.25rem 1rem;
}

.select2-container--default.select2-sm .select2-selection--single .select2-selection__arrow {
    height: calc(1.75rem + 2px);
    width: calc(1.75rem + 2px);
}

.select2-container--default.select2-lg .select2-selection--single {
    height: calc(2.625rem + 2px);
    font-size: 15px;
}

.select2-container--default.select2-lg .select2-selection--single .select2-selection__rendered {
    line-height: 1.25rem;
    padding: 0.6875rem calc(2.625rem + 2px) 0.6875rem 1rem;
}

.select2-container--default.select2-lg .select2-selection--single .select2-selection__arrow {
    height: calc(2.625rem + 2px);
    width: calc(2.625rem + 2px);
}

.select2-container--default.select2-xl .select2-selection--single {
    height: calc(3.25rem + 2px);
    font-size: 15px;
}

.select2-container--default.select2-xl .select2-selection--single .select2-selection__rendered {
    line-height: 2rem;
    padding: 0.625rem calc(3.25rem + 2px) 0.625rem 1.25rem;
}

.select2-container--default.select2-xl .select2-selection--single .select2-selection__arrow {
    height: calc(3.25rem + 2px);
    width: calc(3.25rem + 2px);
}

.select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
    border-radius: 4px 4px 0 0;
}

.select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
    border-radius: 0 0 4px 4px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    border-color: #dbdfea;
    background-color: rgba(219, 223, 234, 0.3);
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #b4bdd3 !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: "\e9da";
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-search--inline input::placeholder {
    color: #8094ae;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding-left: 0.8125rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0.125rem 0.1875rem;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    float: right;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e5e9f2;
    border-radius: 3px;
    cursor: default;
    line-height: 1.5rem;
    margin: 0.1875rem 0.1875rem;
    padding: 0 0.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #526484;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 0.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #526484;
}

.select2-container--default.select2-lg .select2-selection--multiple {
    font-size: 15px;
}

.select2-container--default.select2-lg .select2-selection--multiple .select2-selection__choice {
    border-radius: 4px;
    padding: 0.25rem 0.75rem;
}

.select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
    border-radius: 4px 4px 0 0;
}

.select2-container--default.select2-container--above.select2-container--open .select2-selection--multiple {
    border-radius: 0 0 4px 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #854fff;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    border-color: #dbdfea;
    background-color: rgba(219, 223, 234, 0.3);
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #b4bdd3;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdfea;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 210px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: rgba(128, 148, 174, 0.7);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e5e9f2;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e5e9f2;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}