.bp-switch{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-touch-callout:none;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:0;outline-offset:0;color:#606266;font-weight:400;font-size:.9rem;position:relative;cursor:pointer;display:inline-block;white-space:nowrap;user-select:none;margin:2px}.bp-switch .bp-switch__label{height:32px;display:inline-block;padding-left:5px;line-height:32px}.bp-switch .bp-switch__input{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;line-height:32px;height:32px;vertical-align:middle}.bp-switch .bp-switch__input .bp-switch__inner{margin:0;display:inline-block;position:relative;width:50px;height:32px;outline:none;border-radius:16px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;cursor:pointer;-webkit-transition:border .2s,-webkit-box-shadow .4s;transition:border .2s,-webkit-box-shadow .4s;transition:border .2s,box-shadow .4s;transition:border .2s,box-shadow .4s,-webkit-box-shadow .4s;vertical-align:middle;-webkit-box-shadow:inset 0 0 0 1.5px #ebebeb;box-shadow:inset 0 0 0 1.5px #ebebeb}.bp-switch .bp-switch__input .bp-switch__inner:after{content:"";position:absolute;top:2px;left:1px;border-radius:50%;-webkit-transition:all .3s;transition:all .3s;width:28px;height:28px;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);box-shadow:0 1px 2px rgba(0,0,0,.4)}.bp-switch .bp-switch__input .bp-switch__inner_checked{border-color:#07c160;background-color:#07c160;-webkit-box-shadow:#07c160 0 0 0 16px inset;box-shadow:inset 0 0 0 16px #07c160;-webkit-transition:background-color 1.2s,-webkit-box-shadow .1s;transition:background-color 1.2s,-webkit-box-shadow .1s;transition:box-shadow .1s,background-color 1.2s;transition:box-shadow .1s,background-color 1.2s,-webkit-box-shadow .1s}.bp-switch .bp-switch__input .bp-switch__inner_checked:after{left:100%;margin-left:-30px}.bp-switch .bp-switch__input .bp-switch__original{opacity:0;outline:none;position:absolute;margin:0;width:0;height:0;z-index:-1}.bp-switch.bp-switch__disabled{opacity:.5;cursor:not-allowed;-ms-touch-action:none;touch-action:none;pointer-events:none}