.care-switch{position:relative;padding:2px;display:inline-block;width:41px;height:21px;vertical-align:middle}.care-switch,.care-switch:before{border-radius:999px;background-color:#e6e6e6;-webkit-transition:all .35s;transition:all .35s}.care-switch:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;-webkit-transform-origin:80% center;transform-origin:80% center;-webkit-transform:scale(1);transform:scale(1)}.care-switch.care-is-active{background-color:#4c91ff}.care-switch.care-is-active .care-switch__dot{left:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.care-switch.care-is-active:before{content:"";-webkit-transition:all .35s;transition:all .35s;-webkit-transform:scale(0);transform:scale(0)}.care-switch__dot{width:21px;padding-top:21px;border-radius:999px;background:#fff;position:relative;left:0;-webkit-transition:all .35s;transition:all .35s}