.custom-select-container{position:relative;box-sizing:border-box}.custom-select-container *{box-sizing:border-box}.custom-select-container.is-disabled{opacity:.333}.custom-select-opener{display:block;cursor:pointer;width:100%}.custom-select-container select{visibility:hidden;position:absolute;top:0;left:0}.custom-select-panel{max-height:0;transition:max-height .5s ease-out,overflow-y .1s .5s;overflow:hidden;background-color:#e9e9e9;position:absolute;top:100%;z-index:1;width:100%}.custom-select-container.is-open .custom-select-panel{max-height:10.7em;overflow-y:auto}.custom-select-option{padding:.5em}.custom-select-option.has-focus{background-color:LightBlue}.custom-select-option.is-selected::before{content:"✔";padding-right:.5em}.custom-select-optgroup>.custom-select-option{padding-left:2em}.custom-select-optgroup::before{content:attr(data-label);display:block;padding:.5em;color:#888}.custom-select-container{padding-top:0}.custom-select-panel{font-size:14px;top:calc(100% + 22px);background-color:#fff;box-shadow:0 5px 20px rgb(8 41 55 / 34%);border-radius:0 0 8px 8px}.custom-select-option{padding:10px;cursor:pointer;transition:all .2s ease-in}.custom-select-option.is-selected{font-weight:600}.custom-select-option.is-selected::before{content:none}.custom-select-option.has-focus{background-color:#ebe5f9}