.switch-container{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex;justify-content:flex-start}.switch-text{display:flex;flex-direction:column;row-gap:5px}.switch-description,.switch-label,.switch-text{cursor:pointer;font-weight:200}.switch-description{color:#999;font-size:14px}.switch{align-items:center;border-radius:30px;display:flex;height:18px;justify-content:center;min-width:34px;width:34px}.switch input{display:none;height:0;opacity:0;width:0}.slider{align-items:center;background-color:#ccc;border-radius:34px;cursor:pointer;flex:1;height:100%;padding:0 3px;width:100%}.slider,.slider:before{display:flex;transition:all .2s}.slider:before{background:#fff;border-radius:16px;content:"";height:14px;width:14px}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translate(100%)}
