fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:35px;position:absolute;right:1px;top:1px;width:48px}.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:inherit;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:10px;min-height:20px;padding:0;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:0;padding-top:2px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:8px;display:block;font-size:14px;min-height:42px;padding:10px 14px 0}.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:40px;padding:4px 9px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px;z-index:1}.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:#667085;display:inline-block;font-weight:500;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)}.singleSearch .multiselect__option--selected{background:#f3f3f3;color:#35495e}.multiselect__option--selected:after{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)}}.singleSearch .multiselect__tags{display:flex;flex-wrap:nowrap}.singleSearch .multiselect__single{background:#fff;color:#fff;display:-webkit-box;font-size:inherit!important;line-height:inherit!important;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin-right:40px;text-overflow:ellipsis}.singleSearch .multiselect__tags{color:#667085;padding:8px 14px 0}.singleSearch .multiselect__tags:before{align-items:center;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%23667085' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.667' d='m16.5 16.5-3.625-3.625m1.958-4.708a6.667 6.667 0 1 1-13.333 0 6.667 6.667 0 0 1 13.333 0'/%3E%3C/svg%3E");display:flex;margin-right:8px;margin-top:-4px}.singleSearch.notIcon .multiselect__tags:before{content:"";margin:0}.singleSearch .multiselect__tag{background:#101828;border:1px solid #667085;border-radius:4px;color:#667085;display:inline-block;font-size:inherit;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 20px 4px 4px;position:relative;text-overflow:ellipsis;white-space:nowrap}.singleSearch .multiselect__tag-icon:after{color:#667085;font-size:inherit}.singleSearch .multiselect__input{background:#fff;color:#667085;padding-top:0}.singleSearch .multiselect__content-wrapper{border-color:#d0d5dd;max-height:10rem!important;scrollbar-color:#eaecf0 transparent}.singleSearch .multiselect__tags{background:#fff;border:1px solid #d0d5dd;border-radius:8px!important;box-shadow:0 1px 2px #1018280d}.singleSearch.error .multiselect__tags{border:1px solid #f04438}.singleSearch.error .multiselect__placeholder{color:#f04438}.singleSearch .multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.singleSearch .multiselect__option--group{background:#ededed;color:#35495e}.singleSearch .multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.singleSearch .multiselect__option--group.multiselect__option--highlight:after{background:#fff}.singleSearch .multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.singleSearch .multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.singleSearch .multiselect__option--group-selected.multiselect__option--highlight:after{background:#fff;color:#fff;content:attr(data-deselect)}.singleSearch .multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:0;padding:0;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.singleSearch .multiselect__option .hidden{height:0;padding:0}.singleSearch .multiselect__option:after{font-size:inherit;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.singleSearch .multiselect__option--highlight{background:#fff;color:#1d2939;outline:none}.singleSearch .multiselect__option--highlight:after{background:#1d2939;color:#1d2939;content:attr(data-select)}.singleSearch .multiselect__option--selected{background:#f9fafb;color:#1d2939;font-weight:500}.singleSearch .multiselect__option--selected:after{color:silver;content:""}.singleSearch .multiselect__option--selected.multiselect__option--highlight{background:#f9fafb;color:#1d2939}.singleSearch .multiselect__option--selected.multiselect__option--highlight:after{background:#1d2939;color:#fff;content:attr(data-deselect)}.singleSearch .multiselect__single{color:#1d2939;width:-moz-fit-content;width:fit-content}.singleSearch .multiselect__input:hover,.singleSearch .multiselect__single:hover{border-color:#fff}.singleSearch .multiselect__select:before{border:0 solid transparent;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23667085' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.667' d='m5 7.5 5 5 5-5'/%3E%3C/svg%3E");margin-top:4px;position:relative;right:0;top:22%}
