.custom-select{position:relative;width:100%;font-family:sans-serif;display:flex}.custom-select__trigger{cursor:pointer}.custom-select__dropdown{position:absolute;left:0;right:0;top:100%;border:1px solid #ccc;background:#fff;display:none;max-height:200px;overflow-y:auto;z-index:100}.custom-select.is-open .custom-select__dropdown{display:block}.custom-select__option{padding:8px 10px;cursor:pointer}.custom-select__option:hover{background:#f3f3f3}.custom-select__option.is-selected{background:#e0e0e0}.custom-select__option.is-disabled{opacity:0.5;pointer-events:none}.custom-select{position:relative}.custom-select__dropdown{position:absolute;top:100%;left:0;right:0}.custom-select.is-open-up .custom-select__dropdown{top:auto !important;bottom:100%}