@charset "UTF-8";.switch-button{width:60px!important;display:block!important;align-items:center;justify-content:center}.switch-button p{text-align:center}.switch{position:relative;display:inline-block;width:50px!important;height:28px!important;margin-left:5px}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:28px}.switch .slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.switch-on .slider{background-color:#2196f3}.switch-on .slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}