.select__panel{background:var(--secondary-hover);box-shadow:inset 0 1px 3px 0 color-white-3,inset 0 -1px 3px -2px neutral_inverse_white-alpha_4;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.select__panel svg{width:24px;height:24px}.select__arrow{width:16px;height:16px;transition:transform .2s linear;transform:rotate(180deg)}.select .ui-dropdown__body{padding:8px}.select__body-wrap{flex-direction:column;gap:4px;width:100%;display:flex}.select__option{cursor:pointer;border-radius:8px;padding:10px 14px;transition:background .2s}.select__option.selected{background-color:var(--secondary-hover);font-weight:600}.select__option:hover{background-color:var(--secondary-light)}.select.active .select__arrow{transform:rotate(0)}
