.custom-select-container{position:relative}.custom-select-container.is-disabled{opacity:.333}.custom-select-container select{left:0;position:absolute;top:0;visibility:hidden}.custom-select-opener{background-color:transparent;border-bottom:.0625rem solid #eee;border-top:.0625rem solid #eee;color:#fff;cursor:pointer;display:block;padding:.5rem;width:100%}.custom-select-opener:focus{outline:none}.custom-select-panel{background-color:#000;border-bottom:.0625rem solid #eee;max-height:0;overflow:hidden;position:absolute;top:100%;transition:max-height .5s ease-out,overflow-y .1s .5s;width:100%;z-index:1}.custom-select-panel::-webkit-scrollbar{width:8px;width:.5rem}.custom-select-panel::-webkit-scrollbar-track{background:#000}.custom-select-panel::-webkit-scrollbar-thumb{background:#eee}.custom-select-panel::-webkit-scrollbar-thumb:hover{background:#b4b4b4}.custom-select-container.is-open .custom-select-panel{max-height:192px;max-height:12rem;overflow-y:auto}.custom-select-option{float:left;padding:.25rem .5rem;text-align:center;width:25%}.custom-select-option:first-child{display:none}.custom-select-option:nth-child(2){width:100%}.custom-select-option.has-focus{background-color:#fff;color:#000}.custom-select-option.is-selected{font-weight:700}.custom-select-optgroup>.custom-select-option{padding-left:2em}.custom-select-optgroup:before{color:#888;content:attr(data-label);display:block;padding:.5em}
/*# sourceMappingURL=custom-select.min.css.map */