.custom-select{align-items:center;background-color:#fff;border:1px solid #c2ccdb;border-radius:10px;cursor:pointer;display:flex;font-size:1rem;font-weight:450;min-height:54px;outline:none;position:relative;transition:0s;user-select:none}.custom-select:after{background-color:#7d92b2;content:"";height:10px;-webkit-mask:url(/client-app-assets/build/images/select-arrow.e91ed888.svg) center/100% auto no-repeat;mask:url(/client-app-assets/build/images/select-arrow.e91ed888.svg) center/100% auto no-repeat;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:.3s;width:10px;z-index:1}.custom-select:focus{border-color:#13325d}.custom-select__options{background:#fff;border:1px solid #13325d;border-radius:10px;display:none;left:-1px;position:absolute;right:-1px;top:calc(100% + 5px);z-index:10}.custom-select__options:before{background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));opacity:0;top:0}.custom-select__options:after,.custom-select__options:before{border-radius:10px;content:"";height:43px;left:0;pointer-events:none;position:absolute;transition:opacity .2s;width:calc(100% - 10px);z-index:1}.custom-select__options:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 58.85%);bottom:0;opacity:1}.custom-select__options.gradient-top-visible:before{opacity:1}.custom-select__options.gradient-bottom-hidden:after{opacity:0}.custom-select__options-inner{max-height:182px;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:10px}.custom-select__options-inner::-webkit-scrollbar{background-color:transparent;width:11px}.custom-select__options-inner::-webkit-scrollbar-button{background-color:transparent;height:6px;width:0}.custom-select__options-inner::-webkit-scrollbar-track,.custom-select__options-inner::-webkit-scrollbar-track-piece{background-color:transparent}.custom-select__options-inner::-webkit-scrollbar-thumb{border:4px solid transparent;border-radius:11px;-webkit-box-shadow:inset 0 0 6px #7d92b2;height:70px;width:1px}.custom-select__options-inner::-webkit-scrollbar-corner{background-color:transparent}.custom-select__option{align-items:center;cursor:pointer;display:flex;line-height:150%;min-height:43px;padding:10px 10px 10px 15px}.custom-select__option.selected{background:#e8f1f7;position:relative}.custom-select__option:last-child{position:relative;z-index:3}.custom-select__option:hover{background:#f6f9fc}.custom-select__label{align-items:center;color:#7d92b2;display:flex;font-size:1rem;font-style:normal;font-weight:400;left:0;line-height:150%;margin:0;padding:0 25px 0 15px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:.2s;z-index:5}.custom-select__selected{color:#13325d;font-size:1rem;font-weight:450;line-height:1.5;opacity:0;overflow:hidden;padding:1.375rem 30px 7px 15px;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%;z-index:2}.custom-select__selected_placeholder{color:#dce2eb;transition:.2s}.custom-select__selected_placeholder:after,.custom-select__selected_placeholder:before{content:"-"}.custom-select.open .custom-select__label,.custom-select.selected .custom-select__label{font-size:.625rem;font-weight:600;transform:translateY(-20px) translateX(1px);transition:.2s}.custom-select.selected .custom-select__selected{opacity:1}.custom-select.open{border-color:#13325d}.custom-select.open:after{background-color:#13325d;transform:translateY(-50%) rotate(180deg)}.custom-select.open .custom-select__options{display:block}.custom-select.open .custom-select__selected_placeholder{opacity:1}.custom-select[data-multiple] .custom-select__selected{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select[data-multiple] .custom-select__option{padding-right:40px;position:relative}.custom-select[data-multiple] .custom-select__option:before{border:1.5px solid #c2ccdb;border-radius:50%;content:"";height:18px;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:18px}.custom-select[data-multiple] .custom-select__option .cp-icon{display:none}.custom-select[data-multiple] .custom-select__option.selected{background:transparent}.custom-select[data-multiple] .custom-select__option.selected:hover{background:#e8f1f7}.custom-select[data-multiple] .custom-select__option.selected .cp-icon{align-items:center;background-color:#13325d;background-position:50%;background-repeat:no-repeat;background-size:10px;border-radius:50%;color:#fff;display:flex;font-size:.6rem;height:18px;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:18px}.custom-select[data-multiple] .custom-select__option.disabled{color:#c2ccdb;cursor:default}.custom-select[data-multiple] .custom-select__option.disabled:hover{background:transparent}.custom-select[data-multiple] .custom-select__option.disabled:before{border-color:transparent}.custom-select[data-multiple] .custom-select__option-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}select.error+.custom-select{border-color:#f33}