.lw-checkbox{position:relative;display:flex;height:20px;width:20px;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center}.lw-checkbox__input{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;cursor:pointer;opacity:0}.lw-checkbox__input:disabled{cursor:not-allowed}.lw-checkbox__box{display:flex;height:20px;width:20px;align-items:center;justify-content:center;border-radius:4px;border-width:2px;border-color:var(--color-blue-gray-900-40);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s;aspect-ratio:1/1}.lw-checkbox__icon{height:16px;width:16px;color:var(--color-white-100)}.lw-checkbox:not(.lw-checkbox--disabled):not(.lw-checkbox--checked) .lw-checkbox__input:hover+.lw-checkbox__box{background-color:var(--color-black-4)}.lw-checkbox:not(.lw-checkbox--disabled):not(.lw-checkbox--checked) .lw-checkbox__input:active+.lw-checkbox__box{background-color:var(--color-black-12)}.lw-checkbox:not(.lw-checkbox--disabled):not(.lw-checkbox--checked) .lw-checkbox__input:focus-visible+.lw-checkbox__box{background-color:var(--color-black-12)}.lw-checkbox:not(.lw-checkbox--disabled) .lw-checkbox__input:focus-visible+.lw-checkbox__box.lw-checkbox__box{outline-color:var(--color-blue-300);outline-offset:2px;outline-width:2px;outline-style:solid}.lw-checkbox--disabled{cursor:not-allowed}.lw-checkbox--disabled .lw-checkbox__box{border-color:var(--color-blue-gray-900-12)}.lw-checkbox--disabled.lw-checkbox--checked .lw-checkbox__box{border-color:var(--color-blue-gray-900-4);background-color:var(--color-blue-gray-900-28)}.lw-checkbox--disabled .lw-checkbox__input{cursor:not-allowed}.lw-checkbox--disabled .lw-checkbox__icon{opacity:.6}.lw-checkbox--checked .lw-checkbox__box{border-color:var(--0731a3b6);background-color:var(--0731a3b6)}
