.custom-checkbox{align-items:center;gap:8px;display:flex}.custom-checkbox-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.custom-checkbox-input{display:none}.custom-checkbox-box{border:1px solid var(--grey-dark);background-color:var(--grey-light);cursor:pointer;border-radius:3px;justify-content:center;align-items:center;width:18px;height:18px;margin:0 10px 0 0;transition:all .2s;display:flex}.custom-checkbox-box:after{content:"";opacity:0;background-image:url(../media/check-mark.ab51a582.svg);background-size:cover;width:12px;height:8px;top:3px;left:6px}.custom-checkbox-label{color:#333;-webkit-user-select:none;user-select:none;align-items:center;font-size:16px;display:flex}.custom-checkbox-input:checked+.custom-checkbox-label .custom-checkbox-box{background-color:var(--green-pale);border-color:var(--blue-dark)}.custom-checkbox-input:checked+.custom-checkbox-label .custom-checkbox-box:after{opacity:1}
