.native-select-hidden{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important;opacity:0!important;pointer-events:none!important}
.custom-select{position:relative;display:block;min-width:0;font-family:inherit}.custom-select__button{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:9px;padding:0;border:0;outline:0;color:inherit;background:transparent;font:inherit;font-size:inherit;font-weight:inherit;text-align:left;cursor:pointer}.custom-select__value{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__chevron{width:8px;height:8px;flex:0 0 8px;margin-right:2px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .22s}.custom-select.open .custom-select__chevron{transform:rotate(225deg) translate(-1px,-1px)}
.custom-select__menu{position:absolute;z-index:4000;top:calc(100% + 12px);right:0;width:max-content;min-width:230px;max-width:min(300px,calc(100vw - 24px));max-height:340px;display:grid;gap:3px;margin:0;padding:8px;overflow:auto;border:1px solid rgba(23,35,31,.12);border-radius:16px;color:#17231f;background:rgba(255,250,240,.98);box-shadow:0 24px 70px rgba(8,28,21,.24);backdrop-filter:blur(20px);opacity:0;visibility:hidden;transform:translateY(-7px) scale(.98);transform-origin:top right;transition:opacity .18s,transform .18s,visibility .18s}.custom-select.open .custom-select__menu{opacity:1;visibility:visible;transform:none}.custom-select__option{width:100%;display:grid;grid-template-columns:28px 1fr 18px;gap:9px;align-items:center;padding:10px 11px;border:0;border-radius:10px;color:#43504a;background:transparent;font-size:12px;line-height:1.25;text-align:left;cursor:pointer;transition:color .15s,background .15s}.custom-select__option:hover,.custom-select__option.focused{color:#15372f;background:#ebe7dc}.custom-select__option.selected{color:#fff;background:#15372f}.custom-select__code{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;color:#235b4d;background:#e1ead2;font-size:8px;font-weight:800}.custom-select__option.selected .custom-select__code{color:#15372f;background:#d7ec95}.custom-select__label{font-weight:700}.custom-select__check{width:7px;height:12px;justify-self:center;border-right:2px solid #d7ec95;border-bottom:2px solid #d7ec95;opacity:0;transform:rotate(45deg) translate(-2px,-2px)}.custom-select__option.selected .custom-select__check{opacity:1}.custom-select__menu::-webkit-scrollbar{width:7px}.custom-select__menu::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:99px;background:#b8b7ae;background-clip:padding-box}
@media(max-width:600px){.custom-select__menu{position:fixed;top:78px;left:12px!important;right:12px!important;width:auto;min-width:0;max-width:none;max-height:min(62vh,430px);transform-origin:top center}.custom-select__option{padding:11px 13px}}
@media(prefers-reduced-motion:reduce){.custom-select__menu,.custom-select__chevron{transition:none}}
.custom-select__menu{border-color:var(--line,rgba(23,35,31,.12));color:var(--ink,#17231f);background:var(--surface-glass,rgba(255,250,240,.98));box-shadow:var(--shadow,0 24px 70px rgba(8,28,21,.24))}.custom-select__option{color:var(--muted,#43504a)}.custom-select__option:hover,.custom-select__option.focused{color:var(--green,#15372f);background:var(--surface-tint,#ebe7dc)}.custom-select__option.selected{color:var(--on-primary,#fff);background:var(--green,#15372f)}.custom-select__code{color:var(--green2,#235b4d);background:var(--primary-soft,#e1ead2)}.custom-select__option.selected .custom-select__code{color:var(--on-highlight,#15372f);background:var(--lime,#d7ec95)}.custom-select__check{border-color:var(--lime,#d7ec95)}
