.switch__selected,.switch__unselected{font-size:.875rem;line-height:1.25rem}/*!rtl:begin:ignore*/html[dir=rtl] .switch__unselected{/*!rtl:ignore */left:15px}html[dir=rtl] input:checked+.slider:before{/*!rtl:ignore */left:0}/*!rtl:end:ignore*/.switch{position:relative;display:inline-block;min-width:80px;height:36px}.switch input{opacity:0;width:0;height:0;position:absolute}.slider{position:relative;top:0;right:0;bottom:0;left:0;cursor:pointer;background-color:#fff;transition:.4s;border:1px solid #d1d5db;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:100%}.slider:before{content:"";position:absolute;top:5px;height:24px;width:24px;margin:0 5px;background-color:#d1d5db;transition:.4s}.switch__selected{padding-left:15px;padding-right:15px;color:#fff;visibility:hidden}.switch__unselected{position:relative;right:15px;color:#141a27;visibility:visible}input:checked+.slider .switch__selected{visibility:visible}input:checked+.slider .switch__unselected{visibility:hidden}input:checked+.slider{background-color:#003cd2;border-color:#003cd2}input:checked+.slider:before{right:0}.slider.round{border-radius:18px}.slider.round:before{border-radius:50%}