@charset "UTF-8";.badge{align-items:center;background-color:rgba(90,140,0,.1);border-radius:.125rem;display:flex;justify-content:space-between}.custom-select{border:1px solid #e6e6e6;border-radius:.5rem;cursor:pointer;line-height:1;z-index:100}.custom-select__wrapper{position:relative}.custom-select__wrapper:after{color:#c8c8c8;content:"\f107";font-family:FontAwesomeRegular;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.custom-select__value{align-items:center;display:flex;font-size:.875rem;justify-content:space-between;min-height:44px;padding:8px 20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-select__value:-moz-placeholder,.custom-select__value::-moz-placeholder{color:#8c8c8c}.custom-select__value .-placeholder,.custom-select__value::placeholder,.custom-select__value:placeholder-shown{color:#8c8c8c}.custom-select__value-wrapper{width:100%}.custom-select__clear{color:#8c8c8c;padding-right:24px}.custom-select.-is-filtered .custom-select__value:-moz-placeholder,.custom-select.-is-filtered .custom-select__value::-moz-placeholder{color:#000}.custom-select.-is-filtered .custom-select__value::placeholder,.custom-select.-is-filtered .custom-select__value:placeholder-shown{color:#000}.custom-select__options-wrapper{background-color:#fff;border:1px solid #e6e6e6;border-radius:.5rem;box-shadow:0 0 20px rgba(0,0,0,.1);display:none;flex-direction:column;left:0;max-height:240px;min-width:100%;overflow:hidden auto;padding:10px;position:absolute;row-gap:10px;top:calc(100% + 5px);width:-moz-max-content;width:max-content}.custom-select__options-wrapper::-webkit-scrollbar{width:5px}.custom-select__options-wrapper::-webkit-scrollbar-track{background:#e6e6e6;border-radius:5px}.custom-select__options-wrapper::-webkit-scrollbar-thumb{background:#000;border-radius:5px}.custom-select__searchbox{align-items:center;background-color:#f5f5f5;border-radius:.375rem;color:#8c8c8c;-moz-column-gap:10px;column-gap:10px;display:flex;font-size:.9375rem;padding:10px}.custom-select__searchbox input{color:#000;cursor:auto;width:100%}.custom-select__searchbox input:-moz-placeholder{color:#8c8c8c}.custom-select__searchbox input:placeholder-shown{color:#8c8c8c}.custom-select__searchbox:before{content:"\f002";font-family:FontAwesomeRegular}.custom-select__option{cursor:pointer;padding:10px 16px;transition:all .3s ease}.custom-select__option:hover{background-color:#f5f5f5}.custom-select__option.-selected{background-color:rgba(90,140,0,.1);border-radius:.125rem}.custom-select__option.-selected,.custom-select__option.-selected button{align-items:center;display:flex;justify-content:space-between}.custom-select__option.-selected:after{color:#5a8c00;content:"✓"}.custom-select__empty{align-items:center;display:flex;flex:1;flex-direction:column;gap:8px;justify-content:center;margin-top:-12px;min-height:100%;padding:20px;text-align:center}.custom-select__empty>.icon{font-size:2.25rem}.custom-select__empty>span{color:#8c8c8c}.custom-select__tags{border-top:1px solid #e6e6e6;display:flex;flex-wrap:wrap;gap:10px;padding:20px}.custom-select__tag{align-items:center;background-color:#f5f5f5;border-radius:.375rem;display:inline-flex;font-size:.9375rem;gap:10px;padding:6px 10px}.custom-select__tag .-remove{color:#8c8c8c}.custom-select.-open{border-color:#5a8c00;z-index:101}.custom-select.-open .custom-select__options-wrapper{display:flex}.custom-select.-open .custom-select__wrapper:after{content:"\f106"}.custom-select.-panel .custom-select__value-wrapper,.custom-select.-panel .custom-select__wrapper:after{display:none}.custom-select.-panel .custom-select__options-wrapper{box-shadow:none;display:flex;min-height:240px;position:static;width:auto}.custom-select.-disabled{opacity:.3}