.switcher{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:10px;justify-content:flex-start;margin:0 0 15px;position:relative;width:100%}.switcher__label{color:var(--secondaryColor-800);cursor:default;display:flex;font-size:16px;width:100%}.switcher__items{align-items:center;flex-wrap:nowrap;justify-content:space-between;width:100%}.switcher__item,.switcher__items{display:flex;overflow:hidden;transition:color .2s ease,border-color .2s ease,padding .2s ease,outline 0s linear}.switcher__item{border:2px solid var(--secondaryColor-300);cursor:pointer;width:50%}.switcher__item:first-child{border-bottom-left-radius:8px;border-right:1px solid var(--secondaryColor-300);border-top-left-radius:8px}.switcher__item:last-child{border-bottom-right-radius:8px;border-left:1px solid var(--secondaryColor-300);border-top-right-radius:8px}.switcher__item:hover{border-color:var(--secondaryColor-400)}.switcher__text{align-items:center;background-color:var(--secondaryColor);display:flex;justify-content:center;padding:16px;text-align:center;text-overflow:ellipsis;transition:color .2s ease,border-color .2s ease,padding .2s ease,outline 0s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:100%}.switcher__input,.switcher__text{overflow:hidden;pointer-events:none}.switcher__input{bottom:0;height:1px;left:8px;opacity:0;position:absolute;width:1px;z-index:-1}.switcher__input:checked+.switcher__text{background-color:#ecf6fd;font-weight:500}.switcher__input[disabled]{pointer-events:none}.switcher__input:focus+.switcher__text{outline:4px solid var(--primaryColor-50)}
