.lw-checkbox{display:flex;cursor:pointer;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content}.lw-checkbox__input-wrapper{position:relative;display:flex;height:20px;width:20px;flex-shrink:0;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__custom-checkbox{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;flex-shrink:0;color:var(--color-white-100);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.lw-checkbox__icon--check,.lw-checkbox__icon--minus{opacity:1}.lw-checkbox__content{flex:1 1 0%}.lw-checkbox__label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:var(--font-size-body-1);line-height:var(--line-height-body-1);font-weight:500;line-height:120%;color:var(--color-blue-gray-900-84);letter-spacing:0px}.lw-checkbox:not(.lw-checkbox--disabled):not(.lw-checkbox--checked):not(.lw-checkbox--indeterminate) .lw-checkbox__input:hover+.lw-checkbox__custom-checkbox{background-color:var(--color-black-4)}.lw-checkbox:not(.lw-checkbox--disabled):not(.lw-checkbox--checked):not(.lw-checkbox--indeterminate) .lw-checkbox__input:active+.lw-checkbox__custom-checkbox{background-color:var(--color-black-12)}.lw-checkbox:not(.lw-checkbox--disabled) .lw-checkbox__input:focus-visible+.lw-checkbox__custom-checkbox{outline-color:var(--color-blue-300)!important;outline-offset:2px;outline-width:2px;outline-style:solid!important;text-decoration:none}.lw-checkbox:not(.lw-checkbox--disabled):not(.lw-checkbox--checked):not(.lw-checkbox--indeterminate) .lw-checkbox__input:focus-visible+.lw-checkbox__custom-checkbox{background-color:var(--color-black-12)}.lw-checkbox:not(.lw-checkbox--disabled) .lw-checkbox__input-wrapper:active~.lw-checkbox__content .lw-checkbox__label,.lw-checkbox:not(.lw-checkbox--disabled):active .lw-checkbox__label--underline,.lw-checkbox:not(.lw-checkbox--disabled) .lw-checkbox__label--underline:active{text-decoration:underline}.lw-checkbox:not(.lw-checkbox--disabled) .lw-checkbox__input-wrapper:active~.lw-checkbox__content .lw-checkbox__label,.lw-checkbox:not(.lw-checkbox--disabled):active .lw-checkbox__label--underline,.lw-checkbox:not(.lw-checkbox--disabled) .lw-checkbox__label--underline:active{text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.lw-checkbox--disabled .lw-checkbox__custom-checkbox{cursor:not-allowed;border-color:var(--color-blue-gray-900-12)}.lw-checkbox--disabled.lw-checkbox--checked .lw-checkbox__custom-checkbox,.lw-checkbox--disabled.lw-checkbox--indeterminate .lw-checkbox__custom-checkbox{border-color:var(--color-blue-gray-900-4);background-color:var(--color-blue-gray-900-28)}.lw-checkbox--disabled .lw-checkbox__label{cursor:not-allowed;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--error .lw-checkbox__custom-checkbox{border-color:var(--color-deep-orange-600)}.lw-checkbox--error .lw-checkbox__label{color:var(--color-deep-orange-600)}.lw-checkbox--error.lw-checkbox--checked .lw-checkbox__custom-checkbox,.lw-checkbox--error.lw-checkbox--indeterminate .lw-checkbox__custom-checkbox{border-color:var(--color-deep-orange-600);background-color:var(--color-deep-orange-600)}.lw-checkbox--checked .lw-checkbox__custom-checkbox,.lw-checkbox--indeterminate .lw-checkbox__custom-checkbox{border-color:var(--e346c254);background-color:var(--e346c254)}
