.select{font-size:14px;font-weight:500}.select,.select__input{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center}.select__input{background-color:#fafafa;border:1px solid #a1a1a1;border-radius:6px;box-sizing:border-box;cursor:pointer;gap:8px;height:100%;height:44px;justify-content:space-between;padding:14px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.select__input:hover{background-color:#6491e91a}.select__input-content{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:center}.select__input-content,.select__title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__title{display:inline-block}.select__options{background-color:#fafafa;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:14px;font-weight:500;line-height:140%;overflow:auto;position:absolute;scrollbar-color:#164194 transparent;scrollbar-width:thin;z-index:50}@-moz-document url-prefix(){.select__options{scrollbar-width:auto}}.select__options::-webkit-scrollbar{width:6px}.select__options::-webkit-scrollbar-track{background:transparent}.select__options::-webkit-scrollbar-thumb{background-color:#164194;border-radius:3px}.select__options{max-height:var(--select-options-height-mobile);opacity:0;transition:opacity .2s ease,visibility .2s ease;transition:box-shadow .2s ease;visibility:hidden;width:var(--select-options-width-mobile)}.select__options--positioned{opacity:1;visibility:visible}.select__options--up{box-shadow:0 -8px 20px #0000002e,0 2px 6px #00000014}.select__options--down{box-shadow:0 8px 20px #0000002e,0 -2px 6px #00000014}.select__option{align-items:center;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;min-height:44px;padding-inline:14px}.select__option--selected,.select__option:hover:not(.select__option--disabled){background-color:#6491e91a}.select--disabled,.select__option--disabled{color:#a1a1a1;pointer-events:none}.select--disabled .select__input{background-color:#a1a1a11a;border-color:#e1e1e1}.select--disabled .select__dropdown{opacity:30%}.select--empty{color:#a1a1a1}.select--empty .select__input{border-color:#e1e1e1}.select--opened .select__input{background-color:#6491e91a;border:1px solid #164194}.select--status-success{color:#017d0e}.select--status-success .select__input{border-color:#017d0e}.select--empty.select--status-success{opacity:.5}.select--status-error{color:#be1e2d}.select--status-error .select__input{border-color:#be1e2d}.select--empty.select--status-error{opacity:.5}.select--status-warning{color:#de6b00}.select--status-warning .select__input{border-color:#de6b00}.select--empty.select--status-warning{opacity:.5}@media screen and (min-width:420px){.select__options{max-height:var(--select-options-height-mobile-lg);width:var(--select-options-width-mobile-lg)}}@media screen and (min-width:768px){.select__options{max-height:var(--select-options-height-tablet);width:var(--select-options-width-tablet)}}@media screen and (min-width:1024px){.select__options{max-height:var(--select-options-height-desktop);width:var(--select-options-width-desktop)}}.select-options-fade-enter-active,.select-options-fade-leave-active{transition:opacity .2s ease,transform .2s ease}.select-options-fade-enter-from,.select-options-fade-leave-to{opacity:0}.select-options-fade-enter-to,.select-options-fade-leave-from{opacity:1;transform:translateY(0)}.select__options--down.select-options-fade-enter-from,.select__options--down.select-options-fade-leave-to{transform:translateY(-5px)}.select__options--up.select-options-fade-enter-from,.select__options--up.select-options-fade-leave-to{transform:translateY(5px)}.select__options{will-change:opacity,transform}.arrow-rotate-enter-active,.arrow-rotate-leave-active{transition:all .15s ease}.arrow-rotate-enter-from{opacity:0;transform:rotate(-90deg) scale(.8)}.arrow-rotate-enter-to,.arrow-rotate-leave-from{opacity:1;transform:rotate(0) scale(1)}.arrow-rotate-leave-to{opacity:0;transform:rotate(90deg) scale(.8)}
