.lxcheckbox{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-wrap:nowrap}.lxcheckbox-toggle{cursor:pointer;display:flex}.lxcheckbox-toggle-disabled{cursor:not-allowed}.lxcheckbox-custom{cursor:pointer}.lxcheckbox-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:12px;border:1.5px solid rgba(0,0,0,.2);border-radius:50%}.lxcheckbox-icon i{color:#fff}.lxcheckbox-icon-custom{margin-right:0}.lxcheckbox-icon[data-type=square]{border-radius:2px}.lxcheckbox-icon[data-type=ring].lxcheckbox-icon-checked{background-color:transparent;border:1.5px solid #191919}.lxcheckbox-icon[data-type=ring].lxcheckbox-icon-checked:after{content:"";display:block;width:10px;height:10px;background-color:#191919;border-radius:10px}.lxcheckbox-icon[data-type=ring].lxcheckbox-icon-checked.lxcheckbox-icon-unmodify{border:1.5px solid rgba(0,0,0,.2)}.lxcheckbox-icon[data-type=ring].lxcheckbox-icon-checked.lxcheckbox-icon-unmodify:after{content:"";display:block;width:10px;height:10px;background-color:rgba(0,0,0,.2);border-radius:10px}.lxcheckbox-icon-checked{background-color:#191919}.lxcheckbox-icon-unmodify{background-color:rgba(0,0,0,.2);border:none}.lxcheckbox-icon-disabled{background-color:rgba(0,0,0,.04)}.lxcheckbox-layout-block{display:grid;gap:24px}.lxcheckbox-layout-inline{display:flex;flex-wrap:wrap;gap:24px}.lxcheckbox-layout-inline .lxcheckbox{white-space:nowrap}@media (max-width:768px){.lxcheckbox-layout-block .lxckeckbox-wrapper+.lxckeckbox-wrapper{margin-top:32px}}