.custom-dropdown{position:relative}.custom-dropdown .dropdown-toggle{position:relative;text-align:left;cursor:pointer;background:var(--v2-bg-special-btn,rgba(40,41,40,.5));border:none;border-radius:9999px;padding:8px 12px;height:auto;gap:4px;display:flex;align-items:center;justify-content:center;font:400 13px/1 var(--font-family);color:var(--text-secondary)}.custom-dropdown .dropdown-toggle svg{width:16px;height:16px}.custom-dropdown .dropdown-toggle:not(.loading):not(:disabled):hover{background:rgba(40,41,40,.7);color:var(--text-primary)}.custom-dropdown .dropdown-menu{min-width:100%;opacity:0;border:none;border-radius:24px;padding:8px;background:var(--v2-bg-panel,#191a19);box-shadow:0 3px 15px rgba(0,0,0,.15);color:var(--text-primary)}.custom-dropdown .dropdown-menu .dropdown-item{display:block;border-radius:9999px;padding:8px 16px;font:400 13px/1.4 var(--font-family);text-align:center;white-space:nowrap;color:var(--text-secondary)}.custom-dropdown .dropdown-menu .dropdown-item:hover{border-radius:9999px;background:var(--v2-bg-selector,#25252d);color:var(--text-primary)}.custom-dropdown.show .dropdown-menu{opacity:1;transform:translate3d(0,40px,0)!important;z-index:3}