fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"×";font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-radius:5px 5px 0 0;border-top:1px solid #e8e8e8;bottom:100%}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{background:inherit;color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.form-field-select[data-v-80c2a145]{position:relative}.form-field-select[data-v-80c2a145] .multiselect{font-size:1em;min-height:0}.form-field-select[data-v-80c2a145] .multiselect.multiselect--active .multiselect__tags{border-radius:.5em .5em 0 0}.form-field-select[data-v-80c2a145] .multiselect.multiselect--active .multiselect__placeholder{display:block}.form-field-select[data-v-80c2a145] .multiselect.multiselect--disabled{background:transparent;opacity:.7}.form-field-select[data-v-80c2a145] .multiselect .multiselect__tags{align-items:center;background:transparent;border:none;border-radius:.5em;cursor:pointer;display:flex;font-size:1em;min-height:unset;overflow:hidden;padding:.875em 2.5em .875em .8125em}.form-field-select[data-v-80c2a145] .multiselect .multiselect__input,.form-field-select[data-v-80c2a145] .multiselect .multiselect__placeholder,.form-field-select[data-v-80c2a145] .multiselect .multiselect__single{color:#7000ff;font-size:1.125em;font-weight:400;line-height:1.3333333333;margin:0;padding:0;width:100%}.form-field-select[data-v-80c2a145] .multiselect .multiselect__placeholder,.form-field-select[data-v-80c2a145] .multiselect .multiselect__single{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-field-select[data-v-80c2a145] .multiselect .multiselect__input,.form-field-select[data-v-80c2a145] .multiselect .multiselect__single{background:none;border-radius:0;min-height:0}.form-field-select[data-v-80c2a145] .multiselect .multiselect__content-wrapper{background:#fff;overscroll-behavior:none;transition:none!important}.form-field-select[data-v-80c2a145] .multiselect .multiselect__content{display:block!important}.form-field-select[data-v-80c2a145] .multiselect .multiselect__option{align-items:center;color:#7000ff;display:flex;gap:1.25em;justify-content:space-between;min-height:auto;padding:.8125em 1em;white-space:normal;width:100%}.form-field-select[data-v-80c2a145] .multiselect .multiselect__option--highlight{background:none;color:#ffbd00}.form-field-select[data-v-80c2a145] .multiselect .multiselect__option--highlight:after{content:none}.form-field-select[data-v-80c2a145] .multiselect .multiselect__option--selected{background:none;color:#ffbd00}.form-field-select__font--label[data-v-80c2a145],.form-field-select__font--option[data-v-80c2a145]{font-size:1.125em;font-weight:400;line-height:1.3333333333;word-break:break-word}.form-field-select__font--placeholder[data-v-80c2a145]{display:block;font-size:1em}.form-field-select__font--error[data-v-80c2a145]{font-size:.75em;line-height:1.0833333333}.form-field-select__icon--arrow[data-v-80c2a145]{flex-shrink:0;height:1.5em;width:1.5em}.form-field-select__label[data-v-80c2a145]{margin-bottom:.4375em}.form-field-select__label--align--left[data-v-80c2a145]{padding-left:.8125em}.form-field-select__label--align--center[data-v-80c2a145]{text-align:center}.form-field-select__flag[data-v-80c2a145]{flex-shrink:0}.form-field-select__arrow[data-v-80c2a145]{align-items:center;color:#7000ff;display:flex;height:100%;justify-content:center;position:absolute;right:1em;top:0;width:1.5em;z-index:1}.form-field-select__arrow .form-field-select__icon--arrow[data-v-80c2a145]{transition:all .15s}.form-field-select__arrow--reversed .form-field-select__icon--arrow[data-v-80c2a145]{transform:rotate(180deg)}.form-field-select__placeholder[data-v-80c2a145]{background-color:#fff;color:#8a8a8a;left:.625em;padding:0 1px;pointer-events:none;position:absolute;top:1.375em;transform:translateY(-50%);transition:top .2s,color .2s;z-index:51}.form-field-select__placeholder--shifted[data-v-80c2a145]{text-transform:uppercase;top:0}.form-field-select__placeholder--shifted .form-field-select__font--placeholder[data-v-80c2a145]{font-size:.5em}.form-field-select__placeholder--active[data-v-80c2a145]{color:#6c00f6}.form-field-select__error[data-v-80c2a145]{color:#ff2e00;display:block;margin-left:.8125em;margin-top:.25em}.form-field-select--theme--purple[data-v-80c2a145] .multiselect.multiselect--active .multiselect__tags{border-bottom-color:transparent}.form-field-select--theme--purple[data-v-80c2a145] .multiselect .multiselect__tags,.form-field-select--theme--purple[data-v-80c2a145] .multiselect .multiselect__content-wrapper{border:1px solid #7000ff}.form-field-select--theme--underline-gray[data-v-80c2a145] .multiselect .multiselect__tags,.form-field-select--theme--underline[data-v-80c2a145] .multiselect .multiselect__tags{border-bottom:1px solid #dadada;border-radius:0;padding:.3125em 2.25em .3125em .75em}.form-field-select--theme--underline-gray[data-v-80c2a145] .multiselect .multiselect__content-wrapper,.form-field-select--theme--underline[data-v-80c2a145] .multiselect .multiselect__content-wrapper{border:1px solid #dadada}.form-field-select--theme--underline .form-field-select__field--invalid[data-v-80c2a145] .multiselect__tags,.form-field-select--theme--underline-gray .form-field-select__field--invalid[data-v-80c2a145] .multiselect__tags{border-color:#ff2e00}.form-field-select--theme--underline .form-field-select__arrow[data-v-80c2a145],.form-field-select--theme--underline-gray .form-field-select__arrow[data-v-80c2a145]{right:.75em}.form-field-select--theme--underline .form-field-select__error[data-v-80c2a145],.form-field-select--theme--underline-gray .form-field-select__error[data-v-80c2a145]{margin-left:.75em}.form-field-select--theme--underline-gray[data-v-80c2a145] .multiselect .multiselect__placeholder{color:#8a8a8a}.form-field-select--theme--underline-red[data-v-80c2a145] .multiselect .multiselect__tags{border-bottom:1px solid #ff2e00;border-radius:0;padding:.3125em 2.25em .3125em .75em}.form-field-select--theme--underline-red[data-v-80c2a145] .multiselect .multiselect__content-wrapper{border:1px solid #dadada}.form-field-select--theme--gray[data-v-80c2a145] .multiselect.multiselect--active .multiselect__tags{border-bottom-color:transparent}.form-field-select--theme--gray[data-v-80c2a145] .multiselect .multiselect__tags,.form-field-select--theme--gray[data-v-80c2a145] .multiselect .multiselect__content-wrapper{border:1px solid #dadada}.form-field-select--theme--gray[data-v-80c2a145] .multiselect .multiselect__placeholder{color:#8a8a8a}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect.multiselect--active .multiselect__tags{border-bottom-color:transparent}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__tags{background-color:#fff;border:1px solid #dadada;border-radius:.4117647059em;font-size:1.0625em;height:2.3529411765em;padding:.2941176471em;text-align:center;width:2.6470588235em}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__input{font-size:1.0625em;text-align:center}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__content-wrapper{-ms-overflow-style:none;border:1px solid #dadada;scrollbar-width:none}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__content-wrapper::-webkit-scrollbar{display:none}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__single{color:#000}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__placeholder{color:#dadada}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__option{align-items:center;color:#7000ff;display:flex;font-size:1.0625em;gap:1.25em;justify-content:center;padding:.3125em 0}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__option--highlight{background:none;color:#ffbd00}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__option--highlight:after{content:none}.form-field-select--theme--outlined[data-v-80c2a145] .multiselect .multiselect__option--selected{background:none;color:#ffbd00}.form-field-select--theme--outlined .form-field-select__arrow[data-v-80c2a145]{display:none}.form-field-select--theme--outlined-2[data-v-80c2a145] .multiselect.multiselect--active .multiselect__tags{border-color:#6c00f6 #6c00f6 transparent}.form-field-select--theme--outlined-2[data-v-80c2a145] .multiselect .multiselect__tags{background-color:#fff;border:1px solid #dadada;border-radius:.375em;font-size:1em;min-height:2.6875em;padding:.4375em 1.75em .4375em .6875em;transition:border-color .2s}.form-field-select--theme--outlined-2[data-v-80c2a145] .multiselect .multiselect__input{font-size:1em}.form-field-select--theme--outlined-2[data-v-80c2a145] .multiselect .multiselect__input::-moz-placeholder{opacity:0}.form-field-select--theme--outlined-2[data-v-80c2a145] .multiselect .multiselect__input::placeholder{opacity:0}.form-field-select--theme--outlined-2[data-v-80c2a145] .multiselect .multiselect__content-wrapper{border:1px solid #6c00f6}.form-field-select--theme--outlined-2[data-v-80c2a145] .multiselect .multiselect__single{color:#000}.form-field-select--theme--outlined-2[data-v-80c2a145] .multiselect .multiselect__placeholder{opacity:0}.form-field-select--theme--outlined-2 .form-field-select__icon--arrow[data-v-80c2a145]{height:.625em;width:.625em}.form-field-select--theme--outlined-2 .form-field-select__field--invalid[data-v-80c2a145] .multiselect__tags{border-color:#ff2e00}.form-field-select--theme--outlined-2 .form-field-select__arrow[data-v-80c2a145]{right:.625em}.form-field-select--preserve-left[data-v-80c2a145]{pointer-events:none}.form-field-select--preserve-left[data-v-80c2a145] .multiselect .multiselect__tags{border-bottom-color:transparent;padding-right:1.5em;pointer-events:auto;width:5em}.form-field-select--preserve-left[data-v-80c2a145] .multiselect .multiselect__content-wrapper{pointer-events:auto}.form-field-select--preserve-left .form-field-select__arrow[data-v-80c2a145]{left:3.125em;right:auto}.form-field-select--dropdown-size--md[data-v-80c2a145] .multiselect .multiselect__content-wrapper{max-height:18.125em!important}.form-field-select--dropdown-size--sm[data-v-80c2a145] .multiselect .multiselect__content-wrapper{max-height:9.375em!important}.form-field-select--dropdown-size--xsm[data-v-80c2a145] .multiselect .multiselect__content-wrapper{max-height:6.875em!important}.form-field-select--direction--bottom[data-v-80c2a145] .multiselect .multiselect__content-wrapper{border-radius:0 0 .5em .5em;border-top:none!important}
