div.premium-select{width:100%;min-width:0;height:auto;min-height:0;color:inherit;box-shadow:none;font-family:var(--font-primary);appearance:none;background:0 0;border:0;border-radius:0;margin:0;padding:0;position:relative}.premium-select-trigger{width:100%;min-height:46px;color:var(--white);font:inherit;text-align:left;cursor:pointer;background:#090a09;border:1.5px solid #ffffff38;border-radius:14px;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:inset 0 1px #ffffff0f}.premium-select-trigger:hover:not(:disabled){background:#111311;border-color:#bdee64b3}.premium-select-trigger:focus-visible,.premium-select.is-open .premium-select-trigger{border-color:var(--ospo-green);background:#090a09;box-shadow:0 0 0 4px #bdee641f,inset 0 1px #ffffff0f}.premium-select-trigger:disabled{opacity:.55;cursor:not-allowed}.premium-select-trigger>svg{color:var(--ospo-green);flex:none;transition:transform .2s}.premium-select.is-open .premium-select-trigger>svg{transform:rotate(180deg)}.premium-select-value{text-align:left;flex:auto;justify-content:flex-start;align-items:center;gap:10px;width:100%;min-width:0;display:flex;overflow:hidden}.premium-select-value>span:last-child{white-space:nowrap;text-overflow:ellipsis;text-align:left;width:100%;display:block;overflow:hidden}.premium-select-value .is-placeholder{color:#ffffff73}.premium-select-popover{z-index:2147483000;background:#090a09;border:1px solid #ffffff24;border-radius:17px;padding:9px;animation:.18s premiumSelectIn;position:fixed;overflow:hidden;box-shadow:0 26px 80px #0000009e,inset 0 1px #ffffff0f}@keyframes premiumSelectIn{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.premium-select-search{color:#ffffff7a;background:#ffffff0e;border:1px solid #ffffff1c;border-radius:12px;align-items:center;gap:9px;height:42px;padding:0 12px;display:flex}.premium-select-search:focus-within{border-color:#bdee6494;box-shadow:0 0 0 3px #bdee6417}.premium-select-search input{width:100%;height:100%;font:inherit;outline:none;font-size:13px;box-shadow:none!important;color:var(--white)!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important}.premium-select-list{max-height:calc(var(--premium-select-available-height,320px) - 18px);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#bdee646b transparent;flex-direction:column;gap:6px;margin-top:7px;display:flex;overflow-y:auto}.premium-select-popover.has-search .premium-select-list,.premium-select-popover.has-action .premium-select-list{max-height:calc(var(--premium-select-available-height,320px) - 76px)}.premium-select-popover.has-search.has-action .premium-select-list{max-height:calc(var(--premium-select-available-height,320px) - 134px)}.premium-select-option{width:100%;min-height:48px;color:var(--white);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:10px;padding:8px 10px;transition:background .16s,color .16s;display:flex}.premium-select-option:hover,.premium-select-option.is-active{background:#ffffff13}.premium-select-option[aria-selected=true]{background:#ffffff1a}.premium-select-option:disabled{opacity:.42;cursor:not-allowed}.premium-select-option-icon{flex:none;font-size:19px;line-height:1}.premium-select-option-copy{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:3px;min-width:0;display:flex}.premium-select-popover .premium-select-option-copy strong{text-align:left;width:100%;color:inherit;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.premium-select-option-copy small{text-align:left;color:#ffffff75;width:100%;font-size:11px}.premium-select-check{color:var(--ospo-green);flex:none}.premium-select-empty{color:#ffffff7a;text-align:center;margin:0;padding:16px 10px;font-size:12px}.premium-select-action{width:100%;min-height:50px;color:var(--ospo-green);font:inherit;text-align:left;cursor:pointer;background:#ffffff14;border:1px solid #bdee643d;border-radius:11px;align-items:center;gap:10px;margin-top:7px;padding:8px 10px;transition:background .16s,border-color .16s,color .16s;display:flex}.premium-select-action:hover,.premium-select-action:focus-visible{border-color:var(--ospo-green);color:var(--black);background:#fff;outline:none}.premium-select-action>span{flex-direction:column;gap:2px;min-width:0;display:flex}.premium-select-action strong{font-size:13px}.premium-select-action small{color:inherit;opacity:.7;font-size:11px}@media (width<=700px){.premium-select-popover{min-width:100%}}.premium-select-search input:is(:focus,:focus-visible){outline-offset:0!important;box-shadow:none!important;border:0!important;outline:none!important}
