.switch{position:relative;display:inline-block;width:84px;height:38px}.switch input{display:none}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:30px;width:42px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#2338ff}input:focus+.slider{box-shadow:0 0 1px #2338ff}input:checked+.slider:before{transform:translate(34px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:34px}.checkbox-switch-verbal{transition:opacity .4s ease-in-out}.no-select{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
