.base-select{min-width:133px;min-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px;font-size:12px}.base-select__label{font-family:Fira Sans,Arial,serif;font-size:12px;font-weight:400;line-height:16px;color:#8f99a6;font-size:1em}.base-select__selection-block{position:relative}.base-select__selection-block,.base-select__toggler{width:inherit;height:inherit;min-width:inherit;min-height:inherit}.base-select__toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;padding:5px 10px;border:1px solid #ccd0d9;border-radius:4px}.base-select__toggler:focus,.base-select__toggler:hover{border-color:#8f99a6}.base-select__toggler--open{border-bottom-color:transparent;border-radius:4px 4px 0 0}.base-select__toggler--border-none{border:none}.base-select__toggler--error{border-color:#f56e6e}.base-select__toggler:disabled,.base-select__toggler:disabled:focus,.base-select__toggler:disabled:hover{color:#8f99a6;border:1px solid #ccd0d9}.base-select__toggler-icon{stroke:#8f99a6;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:auto;-ms-flex-negative:0;flex-shrink:0;width:10px;height:6px}.base-select__options{width:inherit;min-width:inherit;min-height:inherit;position:absolute;top:100%;z-index:3;background:#fff;border:1px solid #071e89;border-radius:4px;-webkit-box-shadow:0 8px 30px rgba(0,0,0,.1);box-shadow:0 8px 30px rgba(0,0,0,.1);overflow:hidden;-webkit-transform:translateY(-1px);transform:translateY(-1px);max-height:16em;overflow-y:auto}.base-select__options::-webkit-scrollbar{width:6px;border-radius:3px}.base-select__options::-webkit-scrollbar-track{background-color:#f4f6fa}.base-select__options::-webkit-scrollbar-thumb{background-color:#9da6b1;border-radius:3px}.base-select__options::-webkit-scrollbar-thumb:hover{background-color:#b4bbc3}.base-select__options--left{right:0}.base-select__options--right{left:0}.base-select__options--open{border-radius:0 0 4px 4px}.base-select__close-overlay{width:100vw;height:100vh;position:absolute;z-index:1}.base-select__caption{display:grid;grid-template-columns:15px 1fr;grid-template-rows:auto;grid-template-areas:"icon require-alert" "icon caption-text";-webkit-column-gap:3px;-moz-column-gap:3px;column-gap:3px}.base-select__caption-icon{grid-area:icon;align-self:center}.base-select__caption-require-alert{grid-area:require-alert;align-self:center;display:inline}.base-select__caption-require-alert,.base-select__caption-text{font-family:Fira Sans,Arial,serif;font-size:10px;font-weight:400;line-height:10px;color:#8f99a6}.base-select__caption-text{grid-area:caption-text;line-height:13px}.base-select__toggler-text{margin-right:5px}.base-select__toggler-text-title{font-size:12px;color:#8f99a6}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .15s;transition:opacity .15s}.fade-enter,.fade-leave-to{opacity:0}@media screen and (min-width:1640px){.base-select{min-height:44px;font-size:16px}}