.checkbox{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;gap:8px}.checkbox>input[type=checkbox]{display:none}.checkbox>.checkbox_label{width:100%;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}.checkbox>.checkbox_label.disabled{cursor:not-allowed}.checkbox>.checkbox_label>.custom_checkbox{display:flex;flex-direction:row;justify-content:center;align-items:center;width:16px;height:16px;border:2px solid #d6d7f5;border-radius:4px}.checkbox>.checkbox_label.xs>.custom_checkbox{width:12px;height:12px}.checkbox>.checkbox_label.sm>.custom_checkbox{width:14px;height:14px}.checkbox>.checkbox_label.lg>.custom_checkbox{width:18px;height:18px}.checkbox>.checkbox_label.xl>.custom_checkbox{width:20px;height:20px}.checkbox>.checkbox_label.checked>.custom_checkbox{background-color:#6264d5;border-color:#6264d5}.checkbox>.checkbox_label.disabled>.custom_checkbox{background-color:#e5e5e5;border:none}.checkbox>.checkbox_label.xs>.custom_text{font-size:9px;font-weight:400;color:#262626}.checkbox>.checkbox_label.sm>.custom_text{font-size:11px;font-weight:400;color:#262626}.checkbox>.checkbox_label.md>.custom_text{font-size:13px;font-weight:400;color:#262626}.checkbox>.checkbox_label.lg>.custom_text{font-size:15px;font-weight:400;color:#262626}.checkbox>.checkbox_label.xl>.custom_text{font-size:17px;font-weight:400;color:#262626}.checkbox.readonly>.checkbox_label{cursor:default}.checkbox.header_check .custom_checkbox{border-color:#6264d5}.checkbox.black>label .custom_checkbox{border-color:#525252}.checkbox.black>label.checked>.custom_checkbox{background-color:#525252;border-color:#525252}