.hc-switch,.hc-switch__label{height:20px;font-size:var(--hc-font-size-base)}.hc-switch,.hc-switch__label,.hc-switch__label *{font-size:var(--hc-font-size-base)}:root{--hc-font-size-base:14px;--hc-tree-node-height:32px}.hc-switch{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:20px;vertical-align:middle}.hc-switch.is-disabled .hc-switch__core,.hc-switch.is-disabled .hc-switch__label{cursor:not-allowed}.hc-switch__core,.hc-switch__label{display:inline-block;cursor:pointer;vertical-align:middle}.hc-switch__label{-webkit-transition:.2s;transition:.2s;color:#222;font-weight:400}.hc-switch__label.is-active{color:#507AFE}.hc-switch__label--left{margin-right:10px}.hc-switch__label--right{margin-left:10px}.hc-switch__label *{line-height:1;display:inline-block}.hc-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.hc-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid #CCC;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#CCC;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s}.hc-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#FFF}.hc-switch.is-checked .hc-switch__core{border-color:#507AFE;background-color:#507AFE}.hc-switch.is-checked .hc-switch__core::after{left:100%;margin-left:-17px}.hc-switch--wide .hc-switch__label.hc-switch__label--left span{left:10px}.hc-switch--wide .hc-switch__label.hc-switch__label--right span{right:10px}.hc-switch .label-fade-enter,.hc-switch .label-fade-leave-active{opacity:0}.hc-switch.is-disabled{opacity:.4}.hc-switch.hc-switch--small .hc-switch__core{width:28px;height:16px}.hc-switch.hc-switch--small .hc-switch__core:after{width:12px;height:12px}.hc-switch.hc-switch--small.is-checked .hc-switch__core::after{left:100%;margin-left:-13px}