.custom-dropdown.text-center .base-dropdown span{margin:0 auto}.custom-dropdown.round-sm .base-dropdown{border-radius:10px}.custom-dropdown .base-dropdown{border-radius:10px;cursor:pointer}.custom-dropdown .dropdown-primary{background:var(--input-bg);border:0 solid}.custom-dropdown .dropdown-primary span:first-child{color:var(--dropdown-placeholder)}.custom-dropdown .dropdown-secondary{background:var(--card-primary);border:0 solid}.custom-dropdown .dropdown-secondary span:first-child{color:var(--dropdown-placeholder)}.custom-dropdown .dropdown-tertiary{background:var(--card-tertiary);border:0 solid}.custom-dropdown .dropdown-tertiary span:first-child{color:var(--dropdown-placeholder)}.custom-dropdown:has(button[data-seleted]) .base-dropdown span:first-child{color:var(--text-primary)!important}.custom-dropdown ul{background:var(--dropdown-option-bg);border-radius:10px;box-shadow:0 2px 2px #0006;display:flex;flex-direction:column;gap:.5rem}.custom-dropdown ul li{background:transparent;cursor:pointer}.custom-dropdown ul li span{color:var(--dropdown-text)}.custom-dropdown ul li[aria-selected=true] span{color:var(--dropdown-option-text-active)}.custom-dropdown ul li:hover{background:var(--dropdown-option-select-hover)}.custom-dropdown ul::-webkit-scrollbar{width:4px}.custom-dropdown ul::-webkit-scrollbar-track{background:#f1f1f1}.custom-dropdown ul::-webkit-scrollbar-thumb{background:#888;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.custom-dropdown ul::-webkit-scrollbar-thumb:hover{background:#555}
