.custom-dropdown{position:relative;width:200px;font-family:Roboto Regular}.custom-dropdown .dropdown-toggle{border:1px solid #333;border-radius:24px;width:100%;padding:12px 16px;color:hsla(0,0%,100%,.5);font-size:14px;background:hsla(0,0%,100%,.08) url(/_next/static/media/bx-chevron-down.1a78996f.svg) no-repeat 90% 50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left;cursor:pointer}.custom-dropdown.open .dropdown-toggle{background:hsla(0,0%,100%,.08) url(/icons/bx-chevron-up.svg) no-repeat 90% 50%}.custom-dropdown .dropdown-options{position:absolute;z-index:10;top:100%;left:50%;margin:2px 0 0;border:1px solid #333;border-radius:12px;width:calc(100% - 24px);padding:0;transform:translateX(-50%);background:#1c1c1c;list-style:none}.custom-dropdown .dropdown-options .dropdown-option{margin:4px;border-radius:8px;padding:8px 16px;color:hsla(0,0%,100%,.85);font-size:14px;cursor:pointer}.custom-dropdown .dropdown-options .dropdown-option:hover{background:hsla(0,0%,100%,.08)}.custom-dropdown .dropdown-options .dropdown-option.selected{color:#fff;background:var(--theme-accent,#ee4e87)}