.root__0DpH8 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  max-width: 100%;
}

.field__R0D8f {
  display: flex;
}

.item__EzhwB {
  display: inline-flex;
  align-items: center;
  column-gap: var(--gap, 8px);
  justify-content: var(--alignment, flex-start);
}

.control__7-RJh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.control__7-RJh:hover, .control__7-RJh:focus-within {
  outline: none;
}
.control__7-RJh[data-disabled] {
  cursor: default;
  pointer-events: none;
}

.control__7-RJh:focus-visible .indicator__dzBy2,
.control__7-RJh:has(:focus-visible) .indicator__dzBy2,
.indicator__dzBy2.checkbox__indicator--focus {
  outline: 2px solid #116dff;
  outline-offset: 2px;
}

.indicator__dzBy2 {
  box-sizing: content-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--checkboxSize, 16px);
  height: var(--checkboxSize, 16px);
  border-style: solid;
  border-color: var(--indicator-border);
  border-width: var(--borderWidth, 1px);
  background-color: var(--indicator-bg);
  transition: background-color 0.2s linear, border-color 0.2s linear;
  --indicator-bg: var(--uncheckedBackgroundColor, #fff);
  --indicator-border: var(
    --uncheckedBorderColor,
    color-mix(in srgb, #000 60%, transparent)
  );
}

.control__7-RJh:not([data-checked]):not([data-indeterminate]):hover .indicator__dzBy2,
.control__7-RJh:not([data-checked]):not([data-indeterminate]):focus-within .indicator__dzBy2,
.control__7-RJh:not([data-checked]):not([data-indeterminate]) .indicator__dzBy2.checkbox__indicator--hover {
  --indicator-border: var(--uncheckedBorderColor, #000);
}

.control__7-RJh[data-checked]:hover .indicator__dzBy2,
.control__7-RJh[data-checked]:focus-within .indicator__dzBy2,
.control__7-RJh[data-checked] .indicator__dzBy2.checkbox__indicator--hover,
.control__7-RJh[data-indeterminate]:hover .indicator__dzBy2,
.control__7-RJh[data-indeterminate]:focus-within .indicator__dzBy2,
.control__7-RJh[data-indeterminate] .indicator__dzBy2.checkbox__indicator--hover {
  --indicator-border: var(--checkedBorderColor, #000);
}

.control__7-RJh[data-checked] .indicator__dzBy2,
.control__7-RJh[data-indeterminate] .indicator__dzBy2,
.indicator__dzBy2.checkbox__indicator--indeterminate {
  --indicator-bg: var(--checkedBackgroundColor, #116dff);
  --indicator-border: var(
    --checkedBorderColor,
    var(--checkedBackgroundColor, #116dff)
  );
}

.control__7-RJh[data-disabled] .indicator__dzBy2,
.indicator__dzBy2.checkbox__indicator--disabled {
  opacity: 0.55;
}

.control__7-RJh:not([data-checked]):not([data-indeterminate])[data-invalid] .indicator__dzBy2,
.control__7-RJh:not([data-checked]):not([data-indeterminate]) .indicator__dzBy2.checkbox__indicator--invalid {
  --indicator-border: var(--uncheckedBorderColor, #e62214);
}

.control__7-RJh[data-checked][data-invalid] .indicator__dzBy2,
.control__7-RJh[data-indeterminate][data-invalid] .indicator__dzBy2,
.control__7-RJh[data-checked] .indicator__dzBy2.checkbox__indicator--invalid,
.control__7-RJh[data-indeterminate] .indicator__dzBy2.checkbox__indicator--invalid {
  --indicator-border: var(--checkedBorderColor, #e62214);
}

.checkmark__SY2jU {
  width: 70%;
  height: 70%;
}
.checkmark__SY2jU path {
  fill: transparent;
  transition: fill 0.2s linear;
}

.control__7-RJh[data-checked] .checkmark__SY2jU path {
  fill: var(--checkmarkColor, #fff);
}

/* Indeterminate: hide the tick and draw a centered dash instead. */
.control__7-RJh[data-indeterminate] .checkmark__SY2jU,
.indicator__dzBy2.checkbox__indicator--indeterminate .checkmark__SY2jU {
  display: none;
}

.control__7-RJh[data-indeterminate] .indicator__dzBy2::after,
.indicator__dzBy2.checkbox__indicator--indeterminate::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 2px;
  border-radius: 1px;
  background: var(--checkmarkColor, #fff);
}

.label__Y3ciV {
  cursor: pointer;
  margin-bottom: 0;
}

.tooltipButton__EXd4N {
  flex: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  opacity: 0.65;
}
.tooltipButton__EXd4N:hover, .tooltipButton__EXd4N:focus-visible {
  opacity: 1;
}
.tooltipButton__EXd4N:focus-visible {
  outline: none;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #116dff;
}
.tooltipButton__EXd4N svg {
  width: 16px;
  height: 16px;
}

.tooltip__Eudyd {
  max-width: 220px;
  padding: 6px 10px;
  font: var(--wst-paragraph-2-font, normal normal normal 12px/1.4em madefor-text, sans-serif);
  color: var(--wst-primary-background-color, #fff);
  background: var(--wst-paragraph-2-color, #2b2b2b);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}.checkbox {
  --gap: 8px;
}

.checkbox__indicator {
  border-radius: 2px;
}
.requiredIndicator__j5mIH {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-inline-start: 0.2em;
  vertical-align: super;
  color: inherit;
}
.fallbackDirection__HeRgn:not([dir]) {
  direction: var(--wix-opt-in-direction);
}
.presetWrapper__J1yzj {
  display: contents;
}