.dropdown-menu{position:relative}.dropdown-trigger{cursor:pointer}.dropdown-trigger button svg{transition:transform .2s;transform:rotate(0)}.dropdown-trigger.active svg{transform:rotate(180deg)}.dropdown-trigger .dots svg{stroke:#ccc}.dropdown-trigger .button-full{justify-content:space-between!important;width:100%!important}.dropdown-trigger .input-placeholder{color:var(--color-text-secondary);font-family:Manrope,sans-serif}.dropdown-content{text-align:start;border:1px solid var(--color-border);background:var(--color-surface-deep);z-index:1;border-radius:10px;flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:5px;width:100%;min-width:200px;max-height:200px;padding:7px;display:flex;position:absolute;overflow:hidden auto}.dropdown-item{cursor:pointer;border-radius:7px;flex:none;justify-content:space-between;align-items:center;width:100%;height:38px;min-height:38px;max-height:42px;padding:0 10px;display:flex}.dropdown-item:hover,.dropdown-item.active{background:var(--color-surface-80)}.dropdown-item.column{flex-flow:column;justify-content:space-between;align-items:flex-start;height:fit-content;min-height:38px;max-height:62px;padding:5px 10px}.dropdown-label{flex-flow:column;gap:8px;width:100%;padding:7px 10px;display:flex}.dropdown-separator{background:var(--color-border);border-radius:10px;flex-shrink:0;width:100%;height:1px}@media (max-width:768px){.dropdown-item{height:100%}}
