.custom-select,.custom-select-container{position:relative;width:100%}.custom-select{cursor:pointer;z-index:1;transition:.2s;outline:none;font-size:16px;font-weight:400;line-height:24px;padding:13px 48px 13px 16px;color:#09150f}.custom-select,.custom-select-options{border:1px solid #ccc;border-radius:24px}.custom-select-options{position:absolute;top:115%;left:0;right:0;z-index:99;max-height:200px;overflow-y:auto;background-color:#fff;transition:all .3s ease}.custom-select-container-icon{position:absolute;top:50%;transform:translateY(-50%)}.focused-arrow{transform:rotate(90deg);top:40%}.focused-arrow path{stroke:#26a375}.custom-select-option{padding:16px 24px;cursor:pointer;transition:background-color .2s ease}.custom-select-option:hover{background-color:#f0f0f0}.open{border:1px solid #26a375}.empty{color:#999}