
.select2-container--dark:not(.select2-container--below),
.select2-container--dark:not(.select2-container--above) {
    display: block;
    height: 40px;
    font-size: 14px;
}

.select2-container--dark .select2-selection--single,
.select2-container--dark .select2-selection--multiple {
    cursor: default;
}

.select2-container--dark .select2-selection {
    background-color: #2c313a;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    padding: 0 20px;
    outline: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-size: 14px;
}

.select2-container--dark[dir="rtl"] .select2-selection--single {
    padding-left: 1.5rem;
    padding-right: 0.75rem;
}

/**
 * Search Field
 */
.select2-container--dark .select2-search--dropdown .select2-search__field {
    background: #fff url('../../img/search.png') right 0.625rem center no-repeat;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    color: #000;
}

.select2-container--dark .select2-dropdown .select2-toggle-all {
    display: inline-block;
    margin: 0.375rem 0.625rem;
}

.select2-container--dark .select2-search__field {
    outline: 0;
}

.select2-container--dark .select2-search__field::placeholder {
    color: #999;
}

.select2-container--dark .select2-dropdown[dir="rtl"] .select2-search__field {
    background: #fff url('../../img/search.png') left 0.625rem top 0.625rem no-repeat;
}

.select2-container--dark .select2-dropdown[dir="rtl"] .select2-results__option.loading-results,
.select2-container--dark .select2-dropdown[dir="rtl"] .load-more {
    background: #fff url('../../img/loading.gif') left 0.625rem center no-repeat;
}

.select2-container--dark .select2-dropdown[dir="rtl"] .load-more {
    margin: 0.375rem 0.375rem 0.375rem 0;
}

/**
 * Selection Arrow
 */
/*.select2-container--dark .select2-selection--single .select2-selection__arrow {*/
/*    border-top-right-radius: 10px;*/
/*    border-bottom-right-radius: 10px;*/
/*    position: absolute;*/
/*    height: 48px;*/
/*    top: 1px;*/
/*    right: 1px;*/
/*    width: 1.7rem;*/
/*    border-left: 1px solid;*/
/*    background: #525760;*/
/*}*/

/*.select2-container--dark .select2-selection--single .select2-selection__arrow {*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    right: 1px;*/
/*}*/

.select2-container--dark[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0.25rem 0 0 0.25rem;
    left: 1px;
    right: auto;
}

/*.select2-container--dark .select2-selection--single .select2-selection__arrow b {*/
/*    border-color: #cecece transparent transparent transparent;*/
/*    border-style: solid;*/
/*    border-width: 0.375rem 0.25rem 0 0.25rem;*/
/*    height: 0;*/
/*    left: 50%;*/
/*    margin-left: -0.25rem;*/
/*    margin-top: -0.125rem;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 0;*/
/*}*/

/*.select2-container--dark.select2-container--open .select2-selection--single .select2-selection__arrow b {*/
/*    border-color: transparent transparent #888 transparent;*/
/*    border-width: 0 0.25rem 0.375rem 0.25rem;*/
/*}*/

.select2-container--dark .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    background: url(../../img/icons/arrow-select.svg) left center no-repeat;
    height: 100%;
    width: 15px;
    right: 10px;
    top: 1px;
}

.select2-container--dark.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

:not(.form-floating) > .input-sm.select2-container--dark .select2-selection--single .select2-selection__arrow,
:not(.form-floating) > .input-group-sm .select2-container--dark .select2-selection--single .select2-selection__arrow {
    width: 1.125rem;
}

:not(.form-floating) > .input-sm .select2-container--dark .select2-selection--single .select2-selection__arrow b,
:not(.form-floating) > .input-group-sm .select2-container--dark .select2-selection--single .select2-selection__arrow b {
    border-width: 0.2rem 0.1rem 0 0.1rem;
    margin-left: -0.1875rem;
}

:not(.form-floating) > .input-sm.select2-container--dark.select2-container--open .select2-selection--single .select2-selection__arrow b,
:not(.form-floating) > .input-group-sm .select2-container--dark.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 0.1rem 0.2rem 0.1rem;
}

:not(.form-floating) > .input-lg.select2-container--dark .select2-selection--single .select2-selection__arrow,
:not(.form-floating) > .input-group-lg .select2-container--dark .select2-selection--single .select2-selection__arrow {
    width: 1.4rem;
    right: 0.125rem;
}

:not(.form-floating) > .input-lg.select2-container--dark[dir="rtl"] .select2-selection--single .select2-selection__arrow,
:not(.form-floating) > .input-group-lg .select2-container--dark[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 0.125rem;
    right: auto;
}

:not(.form-floating) > .input-lg.select2-container--dark .select2-selection--single .select2-selection__arrow b,
:not(.form-floating) > .input-group-lg .select2-container--dark .select2-selection--single .select2-selection__arrow b {
    border-width: 0.375rem 0.3rem 0 0.3rem;
}

:not(.form-floating) > .input-lg.select2-container--dark.select2-container--open .select2-selection--single .select2-selection__arrow b,
:not(.form-floating) > .input-group-lg .select2-container--dark.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 0.3rem 0.375rem 0.3rem;
}

/**
 * Selection States
 */
.select2-container--dark li.select2-results__option {
    color: #cc9b0d;
    background-color: #262d37
}

.select2-container--dark .select2-results__option[aria-disabled=true] {
    color: #333;
    background: #fff;
    cursor: not-allowed;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

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

.select2-container--dark .select2-results__option.loading-results,
.select2-container--dark .load-more {
    font-style: italic;
    color: #a94442;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff url('../../img/loading.gif') right 0.625rem center no-repeat;
}

.select2-container--dark .load-more {
    margin: 0.375rem 0 0.375rem 0.375rem;
}

.select2-container--dark .select2-results__option[aria-selected] {
    background-color: #3a4049;
    color: #FFF;
    border-radius: 0;
}

.select2-container--dark .select2-results__option.select2-results__option--selected,
.select2-container--dark .select2-results__option[aria-selected=true] {
    color: #000;
    background-color: #d7d7d7;
}

.select2-container--dark .select2-results__option--highlighted[aria-selected] {
    background-color: #d7d7d7;
    color: #000;
}

.select2-container--dark .select2-results__option .select2-results__option {
    padding: 0.375rem 0.75rem;
}

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

.select2-container--dark .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -0.75rem;
    padding-left: 1.5rem;
}

.select2-container--dark .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1.5rem;
    padding-left: 2.25rem;
}

.select2-container--dark .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2.25rem;
    padding-left: 3rem;
}

.select2-container--dark .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3rem;
    padding-left: 3.75rem;
}

.select2-container--dark .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3.75rem;
    padding-left: 4.5rem;
}

.select2-container--dark .select2-results__group {
    display: block;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    white-space: nowrap;
}

.select2-container--dark.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
    box-shadow: none;
}

.select2-container--dark.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
    border-top-color: transparent;
}

.select2-container--dark.select2-container--disabled .select2-selection,
.select2-container--dark.select2-container--disabled .select2-search__field {
    cursor: not-allowed;
}

.select2-container--dark.select2-container--disabled .select2-selection,
.select2-container--dark.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef;
}

.select2-container--dark.select2-container--disabled .select2-selection__clear,
.select2-container--dark.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--dark:not(.select2-container--disabled) .select2-dropdown {
    border-color: #fff;
    overflow-x: hidden;
    background-color: #3a4049;
}

.select2-container--dark .select2-dropdown--above {
    margin-top: 1px;
    background-color: #3a4049;
}
.select2-container--dark .select2-dropdown--below {
    margin-top: -1px;
    background-color: #3a4049;
}

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

.select2-container--dark .select2-selection--single:not(.select2-container--above) {
    height: 40px;
    line-height: 1.7;
    padding: 0 2rem 0 20px;
}

.select2-container--dark .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding: 7px 0;
}

.select2-container--dark .select2-selection--single .select2-selection__placeholder {
    color: #67696d;
}

.select2-container--dark .select2-selection--multiple {
    min-height: 2.4rem;
}

.select2-container--dark[dir=rtl] .select2-selection--multiple {
    text-align: right;
}

.select2-container--dark .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.select2-container--dark .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 0.375rem;
}

.select2-container--dark .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    cursor: default;
    width: auto;
    display: inline-block;
    margin: 0.35rem 0 0 0.25rem;
    padding: 0.15rem 0.05rem 0.15rem 0.25rem;
    font-size: 1rem;
    line-height: 1.3rem;
}

.select2-container--dark .select2-selection--multiple .select2-search--inline {
    vertical-align: middle;
}

.select2-container--dark .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0;
    margin: 0.5rem;
    min-width: 5em;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}

.select2-container--dark[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    text-align: right;
}

.select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 0.25rem;
    padding: 0.05rem 0.25rem 0.15rem 0.05rem;
}

/**
 * Bootstrap validation states
 */
select.is-invalid + .select2-container--dark .select2-selection--single,
.has-error.select2-container--dark .select2-dropdown,
.has-error .select2-container--dark .select2-selection {
    border-color: #cc6666;
}

.has-error .select2-container--open .select2-selection,
.has-error .select2-container--dark.select2-container--focus .select2-selection {
    border-color: #cc6666;
}

select.is-valid + .select2-container--dark .select2-selection--single,
.has-success.select2-container--dark .select2-dropdown,
.has-success .select2-container--dark .select2-selection {
    border-color: #fff;
}

.has-success .select2-container--open .select2-selection,
.has-success .select2-container--dark.select2-container--focus .select2-selection {
    border-color: #fff;
}

/**
 * Bootstrap Input Groups
 */
.input-group > .select2-container--dark {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .select2-container--dark + .select2-container--dark,
.input-group > .form-control + .select2-container--dark,
.input-group > .select2-container--dark + .form-control,
.input-group > .select2-container--dark + .custom-select,
.input-group > .select2-container--dark + .custom-file,
.input-group > .custom-select + .select2-container--dark,
.input-group > .custom-file + .select2-container--dark {
    margin-left: -1px;
}

.input-group > .select2-container--dark:focus {
    z-index: 3;
}

.input-group > .select2-container--dark:not(:last-child),
.input-group > .select2-container--dark:not(:last-child) .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .select2-container--dark:not(:first-child),
.input-group > .select2-container--dark:not(:first-child) .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/**
 * Control Sizes
 */
:not(.form-floating) > .input-sm.select2-container--dark, :not(.form-floating) > .input-lg.select2-container--dark {
    border-radius: 0;
    font-size: 0.875rem;
    height: auto;
    line-height: 1;
    padding: 0;
}

:not(.form-floating) > .input-sm.select2-container--dark .select2-selection--single,
:not(.form-floating) > .input-group-sm .select2-container--dark .select2-selection--single {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

:not(.form-floating) > .input-sm.select2-container--dark .select2-selection--multiple,
:not(.form-floating) > .input-group-sm .select2-container--dark .select2-selection--multiple {
    min-height: calc(1.875rem - 1px);
}

:not(.form-floating) > .input-group-sm.s2-input-group .input-group-prepend .btn,
:not(.form-floating) > .input-group-sm.s2-input-group .input-group-append .btn,
:not(.form-floating) > .input-group-lg.s2-input-group .input-group-prepend .btn,
:not(.form-floating) > .input-group-lg.s2-input-group .input-group-append .btn {
    height: 100%;
}

:not(.form-floating) > .input-sm.select2-container--dark .select2-selection--multiple .select2-selection__choice,
:not(.form-floating) > .input-group-sm .select2-container--dark .select2-selection--multiple .select2-selection__choice {
    font-size: 0.8rem;
    margin: 0.2rem 0 0.2rem 0.2rem;
    padding: 0.05rem 0.05rem 0.05rem 0.2rem;
}

:not(.form-floating) > .input-sm.select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
:not(.form-floating) > .input-group-sm .select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin: 0 0.2rem 0.2rem 0;
    padding: 0.05rem 0.2rem 0.05rem 0.05rem;
}

:not(.form-floating) > .input-sm.select2-container--dark .select2-selection--multiple .select2-search--inline .select2-search__field,
:not(.form-floating) > .input-group-sm .select2-container--dark .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin: 0 0.5rem;
    padding: 0.25rem 0;
    font-size: 0.875rem;
    height: calc(1.875rem - 1px);
    line-height: 1.5;
}

:not(.form-floating) > .input-lg.select2-container--dark .select2-selection--single,
:not(.form-floating) > .input-group-lg .select2-container--dark .select2-selection--single {
    height: calc(2.875rem + 2px);
    padding: .5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

:not(.form-floating) > .input-lg.select2-container--dark .select2-selection--multiple,
:not(.form-floating) > .input-group-lg .select2-container--dark .select2-selection--multiple {
    min-height: calc(2.875rem + 2px);
}

:not(.form-floating) > .input-lg.select2-container--dark .select2-selection--multiple .select2-selection__choice,
:not(.form-floating) > .input-group-lg .select2-container--dark .select2-selection--multiple .select2-selection__choice {
    border-radius: 0.25rem;
    margin: 0.5rem 0 0 0.4rem;
    padding: 0.2rem 0.3rem;
}

:not(.form-floating) > .input-lg.select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
:not(.form-floating) > .input-group-lg .select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin: 0.5rem 0.4rem 0 0;
}

:not(.form-floating) > .input-lg.select2-container--dark .select2-selection--multiple .select2-search--inline .select2-search__field,
:not(.form-floating) > .input-group-lg .select2-container--dark .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0.1rem;
    height: 30px;
    font-size: 1.25rem;
}

/**
 * Selection Clear
 */
.select2-container--dark .select2-selection__clear {
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    padding: 2px;
}

.select2-container--dark .select2-selection__clear:hover {
    opacity: 0.7;
}

.select2-container--dark .select2-selection--single .select2-selection__clear,
.select2-container--dark .select2-selection--multiple .select2-selection__clear {
    float: right;
    font-size: 1.2rem;
    color: #fff;
}

.select2-container--dark .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.4rem;
    margin-right: 0.3rem;
}

:not(.form-floating) > .input-sm.select2-container--dark .select2-selection__clear,
:not(.form-floating) > .input-group-sm .select2-container--dark .select2-selection__clear {
    font-size: 1.1rem;
    line-height: 1rem;
}

:not(.form-floating) > .input-lg.select2-container--dark .select2-selection__clear,
:not(.form-floating) > .input-group-lg .select2-container--dark .select2-selection__clear {
    font-size: 1.5rem;
    margin-top: 0.55rem;
}

.select2-container--dark[dir="rtl"] .select2-selection--single .select2-selection__clear,
.select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
}

:not(.form-floating) > .input-sm.select2-container--dark .select2-selection--multiple .select2-selection__clear,
:not(.form-floating) > .input-group-sm .select2-container--dark .select2-selection--multiple .select2-selection__clear {
    margin-top: 0.3rem;
}

:not(.form-floating) > .input-sm.select2-container--dark .select2-selection--single .select2-selection__clear {
    margin-right: 0.6rem;
}

:not(.form-floating) > .input-lg.select2-container--dark .select2-selection--single .select2-selection__clear,
:not(.form-floating) > .input-group-lg .select2-container--dark .select2-selection--single .select2-selection__clear {
    margin-top: 0;
    margin-right: 0.75rem;
}

:not(.form-floating) > .input-sm.select2-container--dark[dir=rtl] .select2-selection--single .select2-selection__clear {
    margin-left: 0.6rem;
    margin-right: 0;
}

:not(.form-floating) > .input-lg.select2-container--dark[dir=rtl] .select2-selection--single .select2-selection__clear,
:not(.form-floating) > .input-group-lg .select2-container--dark[dir=rtl] .select2-selection--single .select2-selection__clear {
    margin-left: 0.75rem;
    margin-right: 0;
}

/**
 * Multi Selection Remove
 */
.select2-container--dark .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    padding: 0 0 0 0.2rem;
}

.select2-container--dark .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.7;
}

:not(.form-floating) > .input-sm.select2-container--dark .select2-selection--multiple .select2-selection__choice__remove,
:not(.form-floating) > .input-group-sm .select2-container--dark .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.05rem;
    line-height: 1.2rem;
}

:not(.form-floating) > .input-lg.select2-container--dark .select2-selection--multiple .select2-selection__choice__remove,
:not(.form-floating) > .input-group-lg .select2-container--dark .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.35rem;
}

.select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0.125rem;
    margin-right: auto;
}

.select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    float: left;
    padding: 0 0.2rem 0 0;
}

.select2-container--dark .select2-dropdown[dir="rtl"] .s2-togall-button {
    display: block;
    text-align: right;
}

.select2-container--dark .select2-dropdown:not([dir="rtl"]) .s2-select-label > *:first-child {
    margin-right: 0.25rem;
}

.select2-container--dark .select2-dropdown[dir="rtl"] .s2-select-label > *:first-child {
    margin-left: 0.25rem;
}

.select2-container--dark .select2-dropdown[dir="rtl"] .select2-results__option {
    text-align: right;
}

.select2-container--dark > .select2-dropdown {
    z-index: 1056;
}

/**
 * bootstrap 5 floating labels
 */
.form-floating > .select2-container--dark .select2-selection--single {
    padding: 1.45rem .75rem .55rem;
    height: calc(3.5rem + 2px);
}

.form-floating > .select2-container--dark .select2-selection--single .select2-selection__clear {
    margin: -0.45rem 0.45rem 0 0;
}

.form-floating > .select2-container--dark[dir=rtl] .select2-selection--single .select2-selection__clear {
    margin: -0.45rem 0 0 0.45rem;
}

.form-floating > .select2-container--dark .select2-selection--multiple .select2-selection__clear {
    margin: 0 -0.45rem 0 0;
}

.form-floating > .select2-container--dark[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    margin: 0 0 0 -0.45rem;
}

.form-floating > .select2-container--dark .select2-selection--multiple {
    padding: 1rem .75rem 0;
    height: auto;
    min-height: calc(3.5rem + 2px);
}

.form-floating > .select2-container--dark .select2-selection--multiple .select2-search__field {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.form-floating > .select2-container--dark .select2-selection--multiple .select2-selection__choice {
    padding: 0.05rem 0.05rem 0 0.25rem;
    line-height: 1.3;
    font-size: 0.8rem;
}

.form-floating > .select2-container--dark:not([dir="rtl"]) .select2-selection--multiple .select2-selection__choice {
    margin: 0.75rem 0.375rem -0.375rem 0;
}

.form-floating > .select2-container--dark[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin: 0.75rem 0 -0.375rem 0.375rem;
}

.form-floating > .select2-container--dark .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1rem;
    line-height: 0.75rem;
}

.form-floating > .select2-container--dark[dir="rtl"] ~ .form-label {
    right: 0;
    left: auto;
    padding-right: 0.5rem;
}

.kv-input-group-hide, .form-floating .kv-plugin-loading ~ .form-label {
    display: none;
}
.select2-container--dark .select2-selection--single .select2-selection__clear {
    font-size: 1.7rem;
}

@media (max-width: 1919px) {
    .select2-container--dark:not(.select2-container--above),
    .select2-container--dark .select2-selection--single:not(.select2-container--above) {
        height: 40px;
    }
    .select2-container--dark .select2-selection {
        border-radius: 10px;
    }
    .select2-container--dark .select2-selection--single .select2-selection__rendered {
        padding: 6px 0;
    }
    .select2-container--dark .select2-selection--single .select2-selection__arrow {
        height: 38px;
    }
    .select2-container--dark .select2-selection--single .select2-selection__clear {
        line-height: 1.15;
    }
}