.toggleswitch{cursor:pointer;min-height:22px;min-width:40px}.toggleswitch input{height:0;opacity:0;width:0}.toggleswitch input:checked+.body:before{flex-grow:1}.toggleswitch .body{align-self:stretch;border-radius:100px;flex:1;padding:4px;transition:background-color .3s}.toggleswitch .body:before{content:"";flex-grow:0;transition:flex-grow .3s}.toggleswitch .body:after{aspect-ratio:1/1;background-color:#fff;border-radius:100%;box-sizing:content-box;content:"";height:100%}@keyframes bounce-in{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.anim-heartbeat-in{animation-duration:1s;animation-name:bounce-in}.anim-heartbeat-in.slow{animation-duration:5s}@keyframes trippy{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.trippy{animation:trippy 15s ease infinite;background:linear-gradient(-45deg,#fff6ce,#ddeb21,#f4ff90,#ffee69);background-size:400% 400%}.anim-pause-buzz-once{animation:buzz 1s linear;animation-delay:1s;backface-visibility:hidden;perspective:1000px}
