.switch{align-items:center;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;position:relative;width:320px}.switch .toggle-text{font-size:25px}.switch .toggle-text .status{font-weight:600}.switch .toggle-text .active{color:#ffb0cc}.switch .toggle-text .absent{color:#a88ece}.switch input{height:0;position:absolute;right:0;width:0}.switch input+span{background:#fff;border-radius:20px;bottom:0;height:35px;position:relative;right:0;top:0;width:80px}.switch input+span img,.switch input+span:before{background:#a88ece;border-radius:50%;content:"";display:inline-block;height:30px;left:2px;position:absolute;top:50%;transform:translateY(-50%);transition:all .5s;width:30px}.switch input+span img{padding:3px}.switch input:checked+span{background:#fff}.switch input:checked+span img,.switch input:checked+span:before{background:#ffb0cc;left:50px}@media screen and (max-width:425px){.switch{align-items:center;flex-direction:column-reverse;row-gap:10px;width:260px}.switch input{left:3%;top:5%}}