.timePicker__j78My {
  --labelFont: var(
    --wst-paragraph-2-font,
    normal normal normal 14px/1.4em madefor-text,
    helveticaneuew01-45ligh,
    helveticaneuew02-45ligh,
    helveticaneuew10-45ligh,
    sans-serif
  );
  --label-text-color: var(--wst-paragraph-2-color, #2b2b2b);

  --borderColor: var(--wst-system-line-1-color, #dfe5eb);

  --label-spacing: 6px;

  --segment-focus-background-color: var(--wst-links-and-actions-color, #116dff);
  --segment-focus-text-color: var(--wst-primary-background-color, #ffffff);

  --accent-color: var(--segment-focus-background-color);

  --tooltip-font: var(
    --wst-paragraph-2-font,
    normal normal normal 12px/1.4em madefor-text,
    helveticaneuew01-45ligh,
    helveticaneuew02-45ligh,
    helveticaneuew10-45ligh,
    sans-serif
  );
  --tooltip-text-color: var(--wst-primary-background-color, #ffffff);
  --tooltip-background-color: var(--wst-paragraph-2-color, #2b2b2b);
}
.root__dzkbY {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  min-width: 120px;
  max-width: 100%;
  font: var(--font, normal normal normal 16px/1.5em madefor-text, helveticaneuew01-45ligh, helveticaneuew02-45ligh, helveticaneuew10-45ligh, sans-serif);
  color: var(--color, #2b2b2b);
  text-align: start;
}
.timePicker__j78My {
  display: flex;
  flex-direction: column;
  row-gap: var(--label-spacing, 6px);
}
.labelRow__qoC8g {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0;
  min-width: 0;
}
.label__THO5j {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font: var(--labelFont);
  color: var(--label-text-color);
  overflow-wrap: break-word;
  word-break: break-word;
}
.tooltipButton__ISWIR {
  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: var(--label-text-color);
  cursor: pointer;
  opacity: 0.65;
}
.tooltipButton__ISWIR[data-hovered], .tooltipButton__ISWIR[data-focus-visible] {
  opacity: 1;
}
.tooltipButton__ISWIR[data-focus-visible] {
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--accent-color);
}
.tooltipButton__ISWIR svg {
  width: 16px;
  height: 16px;
}
.tooltip__FTZhM {
  max-width: 220px;
  padding: 6px 10px;
  font: var(--tooltip-font);
  color: var(--tooltip-text-color);
  background: var(--tooltip-background-color);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.group__6HZy7 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
  font: inherit;
  color: inherit;
  background: var(--wst-primary-background-color, #ffffff);
  box-shadow: none;
  border-top: 1px solid var(--borderColor);
  border-bottom: 1px solid var(--borderColor);
  border-inline-start: 1px solid var(--borderColor);
  border-inline-end: 1px solid var(--borderColor);
  border-start-start-radius: 6px;
  border-start-end-radius: 6px;
  border-end-start-radius: 6px;
  border-end-end-radius: 6px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.group__6HZy7:focus-within, .group__6HZy7.timePicker__group--focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--accent-color);
}
.group__6HZy7:hover:not(:focus-within), .group__6HZy7.timePicker__group--hover {
  border-color: color-mix(in srgb, var(--accent-color) 45%, transparent);
}
.group__6HZy7[data-disabled], .group__6HZy7.timePicker__group--disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.field__mnQwh {
  display: inline-flex;
  flex: 1;
  min-width: 0;
  gap: 1px;
  font: inherit;
  color: inherit;
  white-space: nowrap;
}
.description__ePprf {
  font-size: 12px;
  opacity: 0.7;
}
.errorMessage__zxbOJ {
  margin-top: 4px;
  font-size: 12px;
  color: var(--errorColor, var(--wst-error-color, #e21c21));
}
.segment__OtazP {
  padding: 0 2px;
  border-radius: 3px;
  font-variant-numeric: tabular-nums;
  text-align: center;
  outline: none;
}
.segment__OtazP[data-type=literal] {
  padding: 0;
  opacity: 0.5;
}
.segment__OtazP[data-placeholder] {
  color: color-mix(in srgb, currentColor 45%, transparent);
}
.segment__OtazP[data-focused] {
  background: var(--segment-focus-background-color, #116dff);
  color: var(--segment-focus-text-color, #ffffff);
}
.clearButton__Bto7s {
  flex: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background 0.15s ease;
}
.clearButton__Bto7s:hover {
  background: color-mix(in srgb, currentColor 12%, transparent);
}
.clearIcon__x11eI {
  width: 18px;
  height: 18px;
}
.fallbackDirection__HeRgn:not([dir]) {
  direction: var(--wix-opt-in-direction);
}
.presetWrapper__J1yzj {
  display: contents;
}
.requiredIndicator__j5mIH {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-inline-start: 0.2em;
  vertical-align: super;
  color: inherit;
}