/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}@media (min-width:992px){@keyframes a{0%{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}.fadeIn,.fadeInUp{opacity:0;animation:1.4s a forwards}@keyframes b{0%{opacity:0}to{opacity:1}}.fadeIn{animation:1.4s b forwards}}:root{--ss-primary-color:#5897fb;--ss-bg-color:#fff;--ss-font-color:#4d4d4d;--ss-font-placeholder-color:#8d8d8d;--disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-success-color:#00b755;--error-color:#dc3545;--ss-focus-color:#5897fb;--ss-main-height:30px;--select__content-height:300px;--ss-spacing-l:7px;--ss-spacing-m:5px;--ss-spacing-s:3px;--ss-animation-timing:0.2s;--ss-border-radius:4px}.select.disabled{background-color:var(--disabled-color)}.select.disabled .select__values .disabled{color:var(--ss-font-color)}.select.disabled,.select.disabled .select__values .select__value .select__value-delete{cursor:not-allowed}.select .ss-deselect{display:none;flex:0 1 auto;align-items:center;justify-content:center;width:fit-content;height:auto;margin:0 var(--ss-spacing-m)}.select .ss-deselect svg{width:8px;height:8px}.select .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.select__content{position:absolute;z-index:1;opacity:0;overflow:hidden}.select__content.ss-relative{position:relative;height:100%}.select__content.select_open-bottom,.select__content.select_open-top{opacity:1}.select__content.select_open-bottom{transform-origin:center top}.select__content.select_open-top{transform-origin:center bottom}.select__content .select__options .select__optgroup .select__optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l)}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-label-text{flex:1 1 auto;font-weight:700;color:var(--ss-font-color)}.select__content .select__options .select__optgroup .select__optgroup-label:has(.ss-arrow){cursor:pointer}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.select__content .select__options .select__optgroup .select__optgroup-label .select__optgroup-actions .ss-closable .select__arrow{flex:1 1 auto;width:10px;height:10px}