.custom-switcher{display:flex;flex-wrap:nowrap;gap:24px}.custom-switcher__item{position:relative}.custom-switcher__form{display:flex;flex-wrap:nowrap;gap:14px;align-items:center}.custom-switcher .custom-select-wrapper{position:relative;display:inline-block}.custom-switcher .custom-select-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:0 0;border:1px solid transparent;border-color:RGB(var(--color-foreground-rgb) /.2);padding:8px 30px 8px 12px;border-radius:4px;font-size:14px;cursor:pointer;color:currentColor;min-width:120px;transition:all .2s ease-in-out}.custom-switcher .custom-select-input:hover{background-color:RGB(var(--color-primary-hover-rgb) /var(--opacity-10))}.custom-switcher .custom-select-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:10px;pointer-events:none}