.custom-checkbox-container{align-items:center;cursor:pointer;display:inline-flex;margin-bottom:8px;position:relative;user-select:none}.custom-checkbox-input{height:0;opacity:0;position:absolute;width:0}.custom-checkbox-input:focus+.custom-checkbox-box{box-shadow:0 0 0 2px rgba(0,0,0,.2)}.custom-checkbox-input:checked+.custom-checkbox-box{background-color:#000;border-color:#000}.custom-checkbox-input:checked+.custom-checkbox-box:after{opacity:1;transform:rotate(45deg) scale(1)}.custom-checkbox-input:disabled+.custom-checkbox-box{cursor:not-allowed;opacity:.5}.custom-checkbox-box{background-color:#fff;border:1px solid #c4c4c4;border-radius:4px;flex-shrink:0;height:18px;margin:0 10px 0 0;position:relative;transition:all .2s ease;width:18px}.custom-checkbox-box:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:6px;opacity:0;position:absolute;top:2px;transform:rotate(45deg) scale(0);transition:all .2s ease;width:5px}.custom-checkbox-label{font-size:14px;line-height:1.4}.custom-checkbox-input:checked~.custom-checkbox-label{font-weight:500}@media (max-width:768px){.custom-checkbox-box{height:16px;width:16px}.custom-checkbox-box:after{height:8px;left:5px;top:2px;width:4px}.custom-checkbox-label{font-size:13px}}
/*# sourceMappingURL=customCheckbox.min.css.map */