.__switch{position:relative;display:inline-block;height:36px;width:76px;padding:8px 0;box-sizing:border-box}.__switch__bar{width:100%;height:100%;background-color:#8a98a2;border-radius:9px}.__switch__bar--on{background-color:#0082ff}.__switch__bar--off{background-color:#8a98a2}.__switch__btn{position:absolute;top:0;border-radius:100%;background-color:#fff;height:36px;width:36px;border:1px solid #979797;transition:left .3s}.__switch__btn--left{left:0}.__switch__btn--right{left:40px}@keyframes check{100%{transform:translateX(40px)}}@keyframes uncheck{100%{transform:translateX(0)}}