.switch-lang-btn{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.switch-lang-btn.switch-lang-btn--rtl{flex-direction:row-reverse}.switch-lang-btn.switch-lang-btn--default{background:var(--color-adam-light-grey);border-radius:10px;align-items:center;width:94px;height:36px;padding:2px;display:flex}.switch-lang-btn.switch-lang-btn--default .switch-lang-btn__option{border-radius:8px}.switch-lang-btn.switch-lang-btn--gradient{background:linear-gradient(90deg,#c0d6f2 0%,#baf8ee 100%);border-radius:12px;width:98px;height:50px;padding:4px}.switch-lang-btn.switch-lang-btn--gradient .switch-lang-btn__option{border-radius:8px}.switch-lang-btn .switch-lang-btn__option{cursor:pointer;width:50%;height:100%;color:var(--General-Color-Parmanent-Black,#1b1b1b);opacity:.6;justify-content:center;align-items:center;padding:8px;font-size:14px;font-weight:500;line-height:normal;transition:all .2s;display:flex}.switch-lang-btn .switch-lang-btn__option:hover:not(:disabled){opacity:1}.switch-lang-btn .switch-lang-btn__option.switch-lang-btn__option--active{opacity:1;background:#fff;padding:4px 8px}.switch-lang-btn .switch-lang-btn__option.switch-lang-btn__option--pending{opacity:.5;pointer-events:none}.switch-lang-btn-fallback{background:var(--color-adam-light-grey);border-radius:9999px;width:94px;height:40px}
