.multi-switch-container{display:inline-block;height:30px;margin-top:3px;padding:2px;background-color:#fff;border-radius:2px;width:200px;border-radius:30px;border:1px solid #ddd;position:relative}.multi-switch-content{font-weight:700;color:#000;text-align:center;position:inherit;z-index:10;transition:color .75s cubic-bezier(0,1,0,0);animation:switch-handle-color .5s}.multi-switch-content,.multi-switch-handle{float:left;width:50%;font-size:12px;line-height:30px;cursor:pointer;will-change:transform}.multi-switch-handle{position:absolute;height:30px;background-color:#36c;border-radius:30px;top:2px;transition:left .5s cubic-bezier(.17,.67,.83,.67);animation:switch-handle-move .5s}@keyframes multi-switch-handle-move{0%{left:2px}}@keyframes multi-switch-handle-color{0%{color:#fff}}