@charset "utf-8";

@import url("select2.css");

.select2-container .select2-selection--single { height: 2.1875rem; }

.select2-container .select2-selection--single .select2-selection__rendered { padding: 0.375rem 0.75rem; overflow-y: auto; border-radius: 0.25rem; }

.select2-container { width: inherit !important; margin-bottom: 1rem; }

.select2-results { display: block; overflow: hidden auto; max-height: 15.625rem; }

.select2-results__options { margin: 0px !important; }

.select2-results__option { margin: 0px; user-select: none; padding: 0px 0.9375rem; }

.select2-container--open .select2-dropdown { left: 0px; box-shadow: -0.625rem 0.625rem 0.625rem -0.4375rem var(--borderLightGray), 0.625rem 0.625rem 0.625rem -0.4375rem var(--borderLightGray), 0 0.625rem 0.625rem -0.4375rem var(--borderLightGray); background-color: rgb(238, 238, 238); }

.select2-container--open .select2-dropdown--below { border-radius: 0.625rem; }

.select2-search--dropdown .select2-search__field { border-radius: 0.25rem; }

.select2-container--default .select2-selection--single { background-color: rgb(255, 255, 255); border: 0.0625rem solid rgb(129, 129, 129); border-radius: 0.25rem; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--inputTexColor); line-height: 1.5rem; font-family: var(--inputFontFamily); font-size: var(--inputFontSize); padding-right: 1.875rem; text-overflow: ellipsis; white-space: nowrap; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 1.625rem; position: absolute; right: 1.25rem; width: 1.25rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-top-color: ; border-top-style: ; border-right-color: ; border-right-style: ; border-bottom-color: ; border-bottom-style: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-width: 0px 0.15625rem 0.15625rem 0px; display: inline-block; padding: 0.15625rem; margin-left: 0.625rem; transform: rotate(45deg); }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-top-color: ; border-top-style: ; border-right-color: ; border-right-style: ; border-bottom-color: ; border-bottom-style: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-width: 0px 0.15625rem 0.15625rem 0px; display: inline-block; padding: 0.15625rem; margin-left: 0.625rem; transform: rotate(45deg); }

.select2-container--default .select2-results > .select2-results__options { max-height: fit-content; overflow-y: auto; border-bottom-left-radius: 0.625rem; border-bottom-right-radius: 0.625rem; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: rgb(25, 103, 210); color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 0.25rem; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 0px; height: 1.875rem; font: inherit !important; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }