@charset "UTF-8";
._AddButton_h7y7i_2 {
  background: var(--darkGray);
  color: #fff;
  border: none;
  border-radius: 4px;
  transition: background 0.3s;
}
._AddButton_h7y7i_2:hover:not(:disabled) {
  background: var(--darker);
}
._AddButton_h7y7i_2:disabled {
  opacity: 0.4;
}

._SearchWrapper_h7y7i_16 {
  position: relative;
  flex-grow: 1;
}
._SearchWrapper_h7y7i_16:focus-within input {
  border-color: var(--main);
  outline: none;
}
._SearchWrapper_h7y7i_16:focus-within svg {
  fill: var(--main);
}
._SearchWrapper_h7y7i_16 svg {
  position: absolute;
  right: var(--spacing-sm);
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  fill: var(--border);
}

._warningBanner_h7y7i_36 {
  background-color: #ffd400;
  border: 1px solid rgb(255, 191, 0);
  color: var(--darkGray);
  padding: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
._warningBanner_h7y7i_36._error_h7y7i_47 {
  background-color: #f24119;
  border: 1px solid rgb(255, 0, 0);
  color: #fff;
}
._warningBanner_h7y7i_36 p {
  margin: 0;
}
._warningBanner_h7y7i_36 a {
  color: var(--darker);
}
._warningBanner_h7y7i_36 button {
  margin-left: auto;
}
._warningBanner_h7y7i_36 ._link_h7y7i_61 {
  font-weight: 500;
  font-size: 14px;
  color: var(--darkGray);
  text-decoration: underline;
}
._warningBanner_h7y7i_36 ._warningCheckboxWrapper_h7y7i_67 {
  margin-left: auto;
  margin-top: var(--spacing-sm);
  gap: var(--spacing-sm);
  font-weight: 400;
}
._warningBanner_h7y7i_36 ._warningCheckbox_h7y7i_67 {
  border-color: var(--darkGray);
  height: 16px;
  width: 16px;
}
._warningBanner_h7y7i_36 ._warningCheckbox_h7y7i_67 svg {
  height: 16px;
  width: 16px;
}

._banner_h7y7i_83 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 23;
  padding: var(--spacing-md) var(--spacing-lg);
  display: flex;
  justify-content: flex-end;
  gap: var(--spacing-md);
  z-index: 10001;
}

._markdownWrapper_h7y7i_99 {
  text-align: left;
  border-radius: 3px;
  padding-bottom: 1px;
  position: relative;
  color: var(--mainText);
  box-shadow: 0 0 0 1px #d0d7de, 0 0 0 #d0d7de, 0 1px 1px #d0d7de;
  font-family: var(--mainFont) !important;
  display: flex;
  flex-direction: column;
}
._markdownWrapper_h7y7i_99 ._markdownContent_h7y7i_110 {
  padding: 10px;
  white-space: pre-wrap;
}
._markdownWrapper_h7y7i_99 ._markdownToolbar_h7y7i_114 {
  border-bottom: 1px solid #d0d7de;
  padding: 3px;
  display: flex;
  justify-content: end;
  align-items: center;
  border-radius: 3px 3px 0 0;
  -webkit-user-select: none;
  user-select: none;
  flex-wrap: wrap;
}
._markdownWrapper_h7y7i_99 ._markdownToolbar_h7y7i_114 button {
  border: none;
  height: 20px;
  line-height: 14px;
  background: none;
  padding: 4px;
  margin: 0 1px;
  border-radius: 2px;
  text-transform: none;
  font-weight: normal;
  overflow: visible;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  color: #24292f;
}
._markdownWrapper_h7y7i_99 ._markdownToolbar_h7y7i_114 button:hover {
  background-color: rgba(175, 184, 193, 0.2);
  color: #0969da;
}

._markdownViewer_h7y7i_147 {
  text-align: left;
  color: var(--main);
  font-family: var(--mainFont);
  line-height: 1.6;
}
._markdownViewer_h7y7i_147 h1,
._markdownViewer_h7y7i_147 h2,
._markdownViewer_h7y7i_147 h3,
._markdownViewer_h7y7i_147 h4,
._markdownViewer_h7y7i_147 h5,
._markdownViewer_h7y7i_147 h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--mainText);
}
._markdownViewer_h7y7i_147 h1 {
  font-size: 2rem;
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.3rem;
}
._markdownViewer_h7y7i_147 h2 {
  font-size: 1.5rem;
}
._markdownViewer_h7y7i_147 h3 {
  font-size: 1.25rem;
}
._markdownViewer_h7y7i_147 p {
  margin-bottom: 1rem;
}
._markdownViewer_h7y7i_147 a {
  color: var(--darker);
  text-decoration: underline;
}
._markdownViewer_h7y7i_147 a:hover {
  color: var(--darkerHover);
}
._markdownViewer_h7y7i_147 ul,
._markdownViewer_h7y7i_147 ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
._markdownViewer_h7y7i_147 ul li,
._markdownViewer_h7y7i_147 ol li {
  margin-bottom: 0.25rem;
}
._markdownViewer_h7y7i_147 code {
  background-color: var(--bg);
  border: 1px solid var(--border);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9em;
}
._markdownViewer_h7y7i_147 pre {
  background-color: var(--bg);
  border: 1px solid var(--border);
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
._markdownViewer_h7y7i_147 pre code {
  background-color: transparent;
  border: none;
  padding: 0;
  color: inherit;
}
._markdownViewer_h7y7i_147 blockquote {
  border-left: 4px solid var(--border);
  padding-left: 1rem;
  color: var(--darkGray);
  margin: 1rem 0;
  font-style: italic;
}

._AbsoluteProgress_h7y7i_224 {
  position: absolute;
}
._AbsoluteProgress_h7y7i_224._centered_h7y7i_227 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1003;
}
._AbsoluteProgress_h7y7i_224._spacingTop_h7y7i_234 {
  top: 100px;
}

._LoadingOverlayProgress_h7y7i_238 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

._uploadButton_h7y7i_246 {
  width: 100%;
  border: 2px solid var(--darker);
  background: var(--darker);
  font-family: var(--mainFont);
  color: #fff;
  border-radius: 4px;
  padding: var(--spacing-md) 0;
  transition: all 0.3s;
  font-weight: 600;
}
._uploadButton_h7y7i_246:hover {
  background: var(--darkerHover);
}

._uploadIconButton_h7y7i_261 {
  width: 100%;
  padding-top: 30%;
  border: 1px solid var(--border);
  background: none;
  font-family: var(--mainFont);
  border-radius: 4px;
  transition: all 0.3s;
  font-weight: 600;
  position: relative;
}
._uploadIconButton_h7y7i_261._square_h7y7i_272 {
  padding-top: 100%;
}
._uploadIconButton_h7y7i_261 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
._uploadIconButton_h7y7i_261 svg,
._uploadIconButton_h7y7i_261 svg path:not([fill=none]) {
  fill: var(--main) !important;
}
._uploadIconButton_h7y7i_261:hover {
  background: var(--border);
}

._uploadPreview_h7y7i_289 {
  position: relative;
  text-align: center;
}
._uploadPreview_h7y7i_289._textOnly_h7y7i_293 {
  text-align: left;
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
}
._uploadPreview_h7y7i_289._textOnly_h7y7i_293 button {
  position: relative;
  top: 0;
  margin: 0;
  right: 0;
}
._uploadPreview_h7y7i_289 ._uploadProgress_h7y7i_305 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
._uploadPreview_h7y7i_289 button {
  position: absolute;
  top: 5px;
  right: 5px;
}
._uploadPreview_h7y7i_289 img {
  max-width: 100%;
}

._BaseNavLink_h7y7i_321 {
  text-decoration: none;
  color: var(--darker);
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
._BaseNavLink_h7y7i_321:hover {
  border-color: var(--darker);
}

._Count_h7y7i_331 {
  background: var(--main);
  font-size: 12px;
  display: inline-block;
  padding: var(--spacing-sm) var(--spacing-md);
  color: var(--bg);
  font-weight: 700;
  border-radius: 3px;
}
._Count_h7y7i_331._small_h7y7i_340 {
  padding: var(--spacing-xs) var(--spacing-xs);
  align-items: center;
  line-height: 1;
  font-size: 11px;
  min-width: 17px;
}
._Count_h7y7i_331._medium_h7y7i_347 {
  padding: var(--spacing-xs) 6px;
}
._Count_h7y7i_331._critical_h7y7i_350 {
  background: #f00;
}

._IconAddLink_h7y7i_354 {
  background: var(--darkGray);
  color: #fff;
  border: none;
  border-radius: 4px;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
._IconAddLink_h7y7i_354:hover {
  background: var(--darker);
}

._IconLink_h7y7i_370 {
  margin: 0;
  margin-left: 8px;
  border: 1px solid transparent;
  background: none;
  padding: 4px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--main);
  border-radius: 3px;
  transition: border 0.3s;
}
._IconLink_h7y7i_370:disabled {
  opacity: 0.5;
}
._IconLink_h7y7i_370:hover:not(:disabled) {
  border: 1px solid var(--main);
}
._IconLink_h7y7i_370._withBorder_h7y7i_390 {
  border: 1px solid var(--main);
}
._IconLink_h7y7i_370._noMargin_h7y7i_393 {
  margin-left: 0;
}
._IconLink_h7y7i_370._small_h7y7i_340 svg {
  width: 16px;
}
._IconLink_h7y7i_370._large_h7y7i_399 svg {
  width: 26px;
}
._IconLink_h7y7i_370._light_h7y7i_402 {
  color: #fff;
}
._IconLink_h7y7i_370._light_h7y7i_402 svg {
  fill: #fff;
}
._IconLink_h7y7i_370._light_h7y7i_402:hover:not(:disabled) {
  border: 1px solid #fff;
}
._IconLink_h7y7i_370._withBackground_h7y7i_411 {
  background: var(--main);
  border: 1px solid var(--main);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
._IconLink_h7y7i_370._withBackground_h7y7i_411._light_h7y7i_402 {
  background: #fff;
  border: 1px solid #fff;
}
._IconLink_h7y7i_370._withBackground_h7y7i_411._light_h7y7i_402 svg {
  fill: var(--main);
}
._IconLink_h7y7i_370._withBackground_h7y7i_411._light_h7y7i_402._withBorder_h7y7i_390 {
  border: 1px solid var(--main);
}
._IconLink_h7y7i_370._withBackground_h7y7i_411._light_h7y7i_402:hover:not(:disabled) {
  background: var(--main);
}
._IconLink_h7y7i_370._withBackground_h7y7i_411._light_h7y7i_402:hover:not(:disabled) svg {
  fill: #fff;
}
._IconLink_h7y7i_370._withBackground_h7y7i_411 svg {
  fill: #fff;
}
._IconLink_h7y7i_370._withBackground_h7y7i_411:hover:not(:disabled) {
  background: #fff;
}
._IconLink_h7y7i_370._withBackground_h7y7i_411:hover:not(:disabled) svg {
  fill: var(--main);
}
._IconLink_h7y7i_370 svg {
  fill: var(--main);
  height: auto;
  width: 20px;
}

._TabButtonsWrapper_h7y7i_447 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-md);
  padding: var(--spacing-lg) 0;
}
._TabButtonsWrapper_h7y7i_447._noPaddingBottom_h7y7i_454 {
  padding-bottom: 0;
}
._TabButtonsWrapper_h7y7i_447._noPadding_h7y7i_454 {
  padding: 0;
}
._TabButtonsWrapper_h7y7i_447._marginTop_h7y7i_460 {
  margin-top: var(--spacing-lg);
}
._TabButtonsWrapper_h7y7i_447._marginBottom_h7y7i_463 {
  margin-bottom: var(--spacing-lg);
}
._TabButtonsWrapper_h7y7i_447._small_h7y7i_340 {
  padding: 0 0 var(--spacing-md);
}
._TabButtonsWrapper_h7y7i_447._small_h7y7i_340._noPaddingBottom_h7y7i_454 {
  padding-bottom: 0;
}
._TabButtonsWrapper_h7y7i_447._small_h7y7i_340 ._TabButton_h7y7i_447 {
  padding: var(--spacing-sm) var(--spacing-md);
}
._TabButtonsWrapper_h7y7i_447._tiny_h7y7i_475 {
  padding: 0 0 var(--spacing-md);
}
._TabButtonsWrapper_h7y7i_447._tiny_h7y7i_475._noPaddingBottom_h7y7i_454 {
  padding-bottom: 0;
}
._TabButtonsWrapper_h7y7i_447._tiny_h7y7i_475 ._TabButton_h7y7i_447 {
  font-size: 12px;
  padding: var(--spacing-sm) var(--spacing-md);
}
._TabButtonsWrapper_h7y7i_447 ._TabButtonDelete_h7y7i_485 {
  border: none;
  background: none;
  padding: 0;
  margin-right: -4px;
  margin-left: 4px;
  display: flex;
}
._TabButtonsWrapper_h7y7i_447 ._TabButton_h7y7i_447 {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: var(--spacing-md) var(--spacing-lg);
  transition: all 0.3s;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  text-decoration: none;
  color: var(--mainText);
}
._TabButtonsWrapper_h7y7i_447 ._TabButton_h7y7i_447 svg {
  height: 15px;
  width: 15px;
}
._TabButtonsWrapper_h7y7i_447 button._active_h7y7i_510,
._TabButtonsWrapper_h7y7i_447 a._active_h7y7i_510 {
  background: var(--darkerHover) !important;
  border: 1px solid var(--darkerHover) !important;
  color: #fff;
}
._TabButtonsWrapper_h7y7i_447 button._active_h7y7i_510 ._TabButtonDelete_h7y7i_485,
._TabButtonsWrapper_h7y7i_447 a._active_h7y7i_510 ._TabButtonDelete_h7y7i_485 {
  color: #fff;
}
._TabButtonsWrapper_h7y7i_447 button._TabButton_h7y7i_447:hover,
._TabButtonsWrapper_h7y7i_447 a._TabButton_h7y7i_447:hover {
  background: var(--darkerHover);
  border: 1px solid var(--darkerHover);
  color: #fff;
}
._TabButtonsWrapper_h7y7i_447 button._TabButton_h7y7i_447:hover ._TabButtonDelete_h7y7i_485,
._TabButtonsWrapper_h7y7i_447 a._TabButton_h7y7i_447:hover ._TabButtonDelete_h7y7i_485 {
  color: #fff;
}

._betaBadge_h7y7i_531 {
  position: absolute;
  top: 0;
  right: var(--spacing-sm);
  white-space: nowrap;
  z-index: 9;
}
._betaBadge_h7y7i_531._small_h7y7i_340 {
  padding: 0 var(--spacing-xs);
  font-size: 8px;
}
._betaBadge_h7y7i_531._tilted_h7y7i_542 {
  transform: rotate(25deg);
  right: -5px;
  top: -1px;
}
._betaBadge_h7y7i_531._wider_h7y7i_547 {
  right: 14px;
}

button._InlineWrapper_h7y7i_551 {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  border: none;
}

._InlineWrapper_h7y7i_551 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
@media (max-width: 600px) {
  ._InlineWrapper_h7y7i_551._wrapMobile_h7y7i_565 {
    flex-wrap: wrap;
  }
}
._InlineWrapper_h7y7i_551._fullWidth_h7y7i_569 {
  width: 100%;
}
._InlineWrapper_h7y7i_551._wrap_h7y7i_565 {
  flex-wrap: wrap;
}
._InlineWrapper_h7y7i_551._noShrink_h7y7i_575 {
  flex-shrink: 0;
}
._InlineWrapper_h7y7i_551._spacingTop_h7y7i_234 {
  margin-top: var(--spacing-md);
}
._InlineWrapper_h7y7i_551._spacingTopLarge_h7y7i_581 {
  margin-top: var(--spacing-lg);
}
._InlineWrapper_h7y7i_551._spacingBottomLarge_h7y7i_584 {
  margin-bottom: var(--spacing-lg);
}
._InlineWrapper_h7y7i_551._spacingBottom_h7y7i_584 {
  margin-bottom: var(--spacing-md);
}
._InlineWrapper_h7y7i_551._spaceBetween_h7y7i_590 {
  justify-content: space-between;
}
._InlineWrapper_h7y7i_551._centered_h7y7i_227 {
  justify-content: center;
}
._InlineWrapper_h7y7i_551._end_h7y7i_596 {
  justify-content: flex-end;
}
._InlineWrapper_h7y7i_551._bottom_h7y7i_599 {
  align-items: flex-end;
}
._InlineWrapper_h7y7i_551._top_h7y7i_602 {
  align-items: start;
}
._InlineWrapper_h7y7i_551._grow_h7y7i_605 {
  flex-grow: 1;
}
._InlineWrapper_h7y7i_551._tight_h7y7i_608 {
  gap: var(--spacing-xs);
}
._InlineWrapper_h7y7i_551._littleTight_h7y7i_611 {
  gap: var(--spacing-sm);
}
._InlineWrapper_h7y7i_551._relative_h7y7i_614 {
  position: relative;
}
@media (max-width: 960px) {
  ._InlineWrapper_h7y7i_551._mobileTight_h7y7i_618 {
    gap: var(--spacing-xs);
  }
}
._InlineWrapper_h7y7i_551._noGap_h7y7i_622 {
  gap: 0;
}
@media (max-width: 600px) {
  ._InlineWrapper_h7y7i_551._noGapMobile_h7y7i_626 {
    gap: 0;
  }
}

._timePickerWrapper_h7y7i_631 {
  position: relative;
}

._timePicker_h7y7i_631 {
  width: 100%;
  padding: calc(var(--spacing-md) - 2px) var(--spacing-md) !important;
  font-size: 14px;
  color: var(--main);
  border-radius: 3px;
  border: 2px solid var(--border) !important;
  background-color: #fff;
  transition: border 0.3s;
  position: relative;
}
._timePicker_h7y7i_631._small_h7y7i_340 {
  padding: calc(var(--spacing-sm) - 2px) var(--spacing-sm) !important;
}
._timePicker_h7y7i_631._large_h7y7i_399 {
  padding: calc(var(--spacing-lg) - 2px) var(--spacing-lg) !important;
}
._timePicker_h7y7i_631:focus-within {
  border: 2px solid var(--main);
}
._timePicker_h7y7i_631::-moz-placeholder {
  color: #999;
  opacity: 1;
}
._timePicker_h7y7i_631:-ms-input-placeholder {
  color: #999;
}
._timePicker_h7y7i_631::-webkit-input-placeholder {
  color: #999;
}
._timePicker_h7y7i_631 .MuiInputBase-root {
  padding: 0 !important;
}
._timePicker_h7y7i_631 input {
  padding: 0;
  line-height: 1.2;
  font-size: 14px;
  color: var(--main);
}
._timePicker_h7y7i_631 fieldset {
  display: none;
}

._phoneInput_h7y7i_678 {
  width: 100%;
  position: relative;
}
._phoneInput_h7y7i_678:focus-within input,
._phoneInput_h7y7i_678:focus-within button {
  border-color: var(--main) !important;
}
._phoneInput_h7y7i_678::-moz-placeholder {
  color: #999;
  opacity: 1;
}
._phoneInput_h7y7i_678:-ms-input-placeholder {
  color: #999;
}
._phoneInput_h7y7i_678::-webkit-input-placeholder {
  color: #999;
}
._phoneInput_h7y7i_678 .MuiInputBase-root {
  padding: 0 !important;
}
._phoneInput_h7y7i_678 button {
  border: 2px solid var(--border) !important;
  border-right: none !important;
  transition: border 0.3s;
  height: 36px;
}
._phoneInput_h7y7i_678 input {
  padding: 0;
  line-height: 1.2;
  font-size: 14px;
  color: var(--main);
  border: 2px solid var(--border) !important;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  padding: calc(var(--spacing-md) - 2px) var(--spacing-md) !important;
  transition: border 0.3s;
  height: auto !important;
  box-sizing: content-box;
}
._phoneInput_h7y7i_678._small_h7y7i_340 input {
  padding: calc(var(--spacing-sm) - 2px) var(--spacing-sm) !important;
}
._phoneInput_h7y7i_678._small_h7y7i_340 button {
  height: 36px;
}
._phoneInput_h7y7i_678._large_h7y7i_399 input {
  padding: calc(var(--spacing-lg) - 2px) var(--spacing-lg) !important;
}
._phoneInput_h7y7i_678._large_h7y7i_399 button {
  height: 47px;
}

._IconButton_h7y7i_732 {
  margin: 0;
  margin-left: var(--spacing-sm);
  border: 1px solid transparent;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--darker);
  border-radius: 3px;
  transition: all 0.3s;
}
._IconButton_h7y7i_732:disabled {
  opacity: 0.5;
}
._IconButton_h7y7i_732:hover:not(:disabled), ._IconButton_h7y7i_732._active_h7y7i_510 {
  border: 1px solid var(--darker);
}
._IconButton_h7y7i_732._withBorder_h7y7i_390 {
  border: 1px solid var(--darker);
}
._IconButton_h7y7i_732._withBorder_h7y7i_390:hover, ._IconButton_h7y7i_732._withBorder_h7y7i_390._active_h7y7i_510 {
  background: var(--bg);
}
._IconButton_h7y7i_732._noMargin_h7y7i_393 {
  margin: 0;
}
._IconButton_h7y7i_732._noBorder_h7y7i_762 {
  border: none;
}
._IconButton_h7y7i_732._noBorder_h7y7i_762:hover, ._IconButton_h7y7i_732._noBorder_h7y7i_762._active_h7y7i_510 {
  border: none;
}
._IconButton_h7y7i_732._small_h7y7i_340 {
  width: 16px;
  height: 16px;
}
._IconButton_h7y7i_732._small_h7y7i_340 svg {
  width: 100%;
  height: auto;
}
._IconButton_h7y7i_732._small_h7y7i_340 ._circulapProgress_h7y7i_776 svg {
  width: auto;
}
._IconButton_h7y7i_732._large_h7y7i_399 {
  width: 26px;
  height: 26px;
}
._IconButton_h7y7i_732._large_h7y7i_399 svg {
  width: 100%;
  height: auto;
}
._IconButton_h7y7i_732._large_h7y7i_399 ._circulapProgress_h7y7i_776 svg {
  width: auto;
}
._IconButton_h7y7i_732._xLarge_h7y7i_790 {
  width: 36px;
  height: 36px;
}
._IconButton_h7y7i_732._xLarge_h7y7i_790 svg {
  width: 100%;
  height: auto;
}
._IconButton_h7y7i_732._xLarge_h7y7i_790 ._circulapProgress_h7y7i_776 svg {
  width: auto;
}
._IconButton_h7y7i_732._light_h7y7i_402 {
  color: #fff;
}
._IconButton_h7y7i_732._light_h7y7i_402 svg,
._IconButton_h7y7i_732._light_h7y7i_402 svg path:not([fill=none]) {
  fill: #fff !important;
}
._IconButton_h7y7i_732._light_h7y7i_402:hover:not(:disabled), ._IconButton_h7y7i_732._light_h7y7i_402._active_h7y7i_510 {
  border: 1px solid #fff;
}
._IconButton_h7y7i_732._withBackground_h7y7i_411 {
  background: var(--darker);
  border: 1px solid var(--darker);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402 {
  background: #fff;
  border: 1px solid #fff;
}
._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402 svg,
._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402 svg path:not([fill=none]) {
  fill: var(--darkGray) !important;
}
._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402._withBorder_h7y7i_390 {
  border: 1px solid var(--darker);
}
._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402:hover:not(:disabled), ._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402._active_h7y7i_510 {
  background: var(--darker);
}
._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402:hover:not(:disabled) svg,
._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402:hover:not(:disabled) svg path:not([fill=none]), ._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402._active_h7y7i_510 svg,
._IconButton_h7y7i_732._withBackground_h7y7i_411._light_h7y7i_402._active_h7y7i_510 svg path:not([fill=none]) {
  fill: #fff !important;
}
._IconButton_h7y7i_732._withBackground_h7y7i_411 svg,
._IconButton_h7y7i_732._withBackground_h7y7i_411 svg path:not([fill=none]) {
  fill: #fff !important;
}
._IconButton_h7y7i_732._withBackground_h7y7i_411:hover:not(:disabled), ._IconButton_h7y7i_732._withBackground_h7y7i_411._active_h7y7i_510 {
  background: #fff;
}
._IconButton_h7y7i_732._withBackground_h7y7i_411:hover:not(:disabled) svg,
._IconButton_h7y7i_732._withBackground_h7y7i_411:hover:not(:disabled) svg path:not([fill=none]), ._IconButton_h7y7i_732._withBackground_h7y7i_411._active_h7y7i_510 svg,
._IconButton_h7y7i_732._withBackground_h7y7i_411._active_h7y7i_510 svg path:not([fill=none]) {
  fill: var(--darkGray) !important;
}
._IconButton_h7y7i_732 svg,
._IconButton_h7y7i_732 svg path:not([fill=none]) {
  fill: var(--darkGray) !important;
  height: auto;
  width: 20px;
  transition: all 0.3s;
}

._IconAddButton_h7y7i_855 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

._SectionHeaderWithActions_h7y7i_863 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

._AccountActionsWrapper_h7y7i_870 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  justify-content: flex-end;
}
._AccountActionsWrapper_h7y7i_870._marginTop_h7y7i_460 {
  margin-top: var(--spacing-xl);
}

._Fields_h7y7i_880 {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--spacing-md);
  overflow: auto;
  margin: 0 calc(var(--spacing-xl) * -1);
  padding: 0 var(--spacing-xl);
}

._ProgressWrapper_h7y7i_889 {
  display: flex;
  column-gap: var(--spacing-lg);
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacing-lg);
}

._Progress_h7y7i_889 {
  margin: var(--spacing-lg) 0 var(--spacing-md);
}

._Duration_h7y7i_902 {
  font-weight: 500;
  margin: var(--spacing-lg) 0 var(--spacing-md);
}

._ProgressBar_h7y7i_907 {
  width: 100%;
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  position: relative;
}
._ProgressBar_h7y7i_907 ._inner_h7y7i_914 {
  background: #339900;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 2px;
}

._IconsWrapper_h7y7i_923 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._IconsWrapper_h7y7i_923 .icon-item {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: var(--spacing-sm);
  font-size: 14px;
  color: var(--mainText);
}
._IconsWrapper_h7y7i_923 svg {
  width: 16px;
}

._ActionsWrapper_h7y7i_943 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  justify-content: end;
}
._ActionsWrapper_h7y7i_943._marginTop_h7y7i_460 {
  margin-top: var(--spacing-lg);
}
._ActionsWrapper_h7y7i_943._spaceBetween_h7y7i_590 {
  justify-content: space-between;
}
._ActionsWrapper_h7y7i_943 button {
  margin: 0;
}

._Overlay_h7y7i_959 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--main);
  opacity: 0.2;
  z-index: 1002;
}
._Overlay_h7y7i_959._white_h7y7i_969 {
  background: #fff;
  opacity: 0.5;
}
._Overlay_h7y7i_959._absolute_h7y7i_973 {
  position: absolute;
}
@media (max-width: 960px) {
  ._Overlay_h7y7i_959:not(._showMobile_h7y7i_977) {
    display: none;
  }
}

._Divider_h7y7i_982 {
  background: var(--border);
  width: 60px;
  height: 2px;
  border-radius: 3px;
  opacity: 0.4;
  display: block;
}
._Divider_h7y7i_982:not(._horizontal_h7y7i_990) {
  margin: -4px auto;
}
._Divider_h7y7i_982:not(._horizontal_h7y7i_990)._wide_h7y7i_547 {
  width: 60%;
}
._Divider_h7y7i_982:not(._horizontal_h7y7i_990)._spacing_h7y7i_234 {
  margin: calc(var(--spacing-lg) + 6px) auto var(--spacing-lg);
}
._Divider_h7y7i_982._dark_h7y7i_999 {
  background: var(--infoHover);
}
._Divider_h7y7i_982._thin_h7y7i_1002 {
  height: 1px;
}
._Divider_h7y7i_982._thin_h7y7i_1002._horizontal_h7y7i_990 {
  width: 1px;
}
._Divider_h7y7i_982._horizontal_h7y7i_990 {
  height: 20px;
  width: 2px;
}

._DialogWrapper_h7y7i_1013 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: var(--spacing-xl) 0;
  box-shadow: 0 0 10px rgba(37, 37, 37, 0.4);
  z-index: 11;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 10000;
}
._DialogWrapper_h7y7i_1013._fullHeight_h7y7i_1030 {
  max-height: 95%;
}
._DialogWrapper_h7y7i_1013 ._DialogContent_h7y7i_1033,
._DialogWrapper_h7y7i_1013 ._DialogFooter_h7y7i_1034,
._DialogWrapper_h7y7i_1013 ._DialogHeader_h7y7i_1035,
._DialogWrapper_h7y7i_1013 ._DialogActions_h7y7i_1036 {
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
}
@media (max-width: 960px) {
  ._DialogWrapper_h7y7i_1013 {
    width: auto !important;
    height: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    border-radius: 0;
    max-height: 100%;
    padding: var(--spacing-md) 0;
  }
  ._DialogWrapper_h7y7i_1013._fullHeight_h7y7i_1030 {
    max-height: 100%;
  }
  ._DialogWrapper_h7y7i_1013 ._DialogContent_h7y7i_1033,
  ._DialogWrapper_h7y7i_1013 ._DialogFooter_h7y7i_1034,
  ._DialogWrapper_h7y7i_1013 ._DialogHeader_h7y7i_1035,
  ._DialogWrapper_h7y7i_1013 ._DialogActions_h7y7i_1036 {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
}

._event_h7y7i_1065._DialogWrapper_h7y7i_1013 {
  background: #f1f2f3;
}
@media (max-width: 960px) {
  ._event_h7y7i_1065._DialogWrapper_h7y7i_1013 {
    padding: 0;
  }
  ._event_h7y7i_1065._DialogWrapper_h7y7i_1013 ._DialogContent_h7y7i_1033,
  ._event_h7y7i_1065._DialogWrapper_h7y7i_1013 ._DialogFooter_h7y7i_1034,
  ._event_h7y7i_1065._DialogWrapper_h7y7i_1013 ._DialogHeader_h7y7i_1035,
  ._event_h7y7i_1065._DialogWrapper_h7y7i_1013 ._DialogActions_h7y7i_1036 {
    padding-left: 0;
    padding-right: 0;
  }
}

._CloseBtn_h7y7i_1081 {
  border: none;
  background: #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  margin: 0;
  transition: background 0.3s;
  position: absolute;
  right: var(--spacing-xl);
  top: var(--spacing-xl);
  z-index: 1;
}
._CloseBtn_h7y7i_1081._relative_h7y7i_614 {
  position: static;
}
._CloseBtn_h7y7i_1081:hover {
  background: #e1e2e3;
}
._CloseBtn_h7y7i_1081._closer_h7y7i_1106 {
  right: var(--spacing-lg);
  top: calc(var(--spacing-lg) + 7px);
}

._DialogContent_h7y7i_1033 {
  overflow: auto;
  font-size: 14px;
  line-height: 20px;
  color: var(--main);
  flex-grow: 1;
}
._DialogContent_h7y7i_1033._grow_h7y7i_605 {
  flex-grow: 1;
}

._DialogFooter_h7y7i_1034 {
  margin-top: var(--spacing-md);
  margin-bottom: -20px;
}
._DialogFooter_h7y7i_1034 ._Note_h7y7i_1126 {
  text-align: right;
}

._DialogHeader_h7y7i_1035 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 var(--spacing-md);
  gap: var(--spacing-lg);
}
._DialogHeader_h7y7i_1035 h1 {
  font-size: 20px;
  color: var(--main);
  margin: 0;
}
._DialogHeader_h7y7i_1035 button {
  border: none;
  background: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  transition: background 0.3s;
}
._DialogHeader_h7y7i_1035 button:hover {
  background: var(--mainHover);
}
._DialogHeader_h7y7i_1035 button svg,
._DialogHeader_h7y7i_1035 button svg path:not([fill=none]) {
  fill: #fff;
}

._DialogActions_h7y7i_1036 {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: var(--spacing-md);
  padding-top: var(--spacing-lg);
  margin-top: auto;
}

._CloseButton_h7y7i_1173 {
  position: absolute;
  top: 5px;
  right: 5px;
}

._FieldWrapper_h7y7i_1179 {
  margin: var(--spacing-lg) 0;
  position: relative;
}
._FieldWrapper_h7y7i_1179._noMarginTop_h7y7i_1183 {
  margin-top: 0;
}
._FieldWrapper_h7y7i_1179._smallMarginTop_h7y7i_1186 {
  margin-top: var(--spacing-sm);
}
._FieldWrapper_h7y7i_1179._smallMarginBottom_h7y7i_1189 {
  margin-bottom: var(--spacing-sm);
}
._FieldWrapper_h7y7i_1179._mediumMarginTop_h7y7i_1192 {
  margin-top: var(--spacing-md);
}
._FieldWrapper_h7y7i_1179._mediumMarginBottom_h7y7i_1195 {
  margin-bottom: var(--spacing-md);
}
._FieldWrapper_h7y7i_1179._noMarginBottom_h7y7i_1198 {
  margin-bottom: 0;
}
._FieldWrapper_h7y7i_1179._halfWidth_h7y7i_1201 {
  width: calc((100% - var(--spacing-md)) / 2);
}
._FieldWrapper_h7y7i_1179._fullWidth_h7y7i_569 {
  width: 100%;
}
._FieldWrapper_h7y7i_1179._autoWidth_h7y7i_1207 {
  flex-grow: 1;
}
._FieldWrapper_h7y7i_1179._quarterWidth_h7y7i_1210 {
  width: calc((100% - var(--spacing-md) * 3) / 4);
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_h7y7i_1179._thirdWidth_h7y7i_1215 {
  width: calc((100% - var(--spacing-md) * 2) / 3);
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_h7y7i_1179._eigthWidth_h7y7i_1220 {
  width: 12%;
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_h7y7i_1179._sixthWidth_h7y7i_1225 {
  width: calc((100% - var(--spacing-md) * 5) / 6);
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 960px) {
  ._FieldWrapper_h7y7i_1179 {
    width: 100%;
    margin: var(--spacing-md) 0;
  }
}
@media (max-width: 600px) {
  ._FieldWrapper_h7y7i_1179._fullWidthMobile_h7y7i_1237 {
    width: 100%;
    margin: var(--spacing-md) 0;
  }
}

._Prefix_h7y7i_1243 {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 14px;
  color: var(--main);
}

._Suffix_h7y7i_1253 {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 14px;
  color: var(--main);
}

._InputWrapper_h7y7i_1263 {
  position: relative;
}

._Note_h7y7i_1126 {
  margin: 0 0 var(--spacing-sm);
  font-size: 14px;
  color: var(--infoHover);
  text-align: left;
  transition: color 0.3s;
}
._Note_h7y7i_1126 a {
  color: var(--darker);
  transition: color 0.3s;
  text-decoration: none;
}
._Note_h7y7i_1126 a:hover {
  color: var(--darkerHover);
}
._Note_h7y7i_1126._smallMarginBottom_h7y7i_1189 {
  margin-bottom: var(--spacing-sm);
}
._Note_h7y7i_1126._mediumMarginBottom_h7y7i_1195 {
  margin-bottom: var(--spacing-md);
}
._Note_h7y7i_1126._marginBottom_h7y7i_463 {
  margin-bottom: var(--spacing-lg);
}
._Note_h7y7i_1126._smallMarginTop_h7y7i_1186 {
  margin-top: var(--spacing-sm);
}
._Note_h7y7i_1126._mediumMarginTop_h7y7i_1192 {
  margin-top: var(--spacing-md);
}
._Note_h7y7i_1126._marginTop_h7y7i_460 {
  margin-top: var(--spacing-lg);
}
._Note_h7y7i_1126._noMargin_h7y7i_393 {
  margin: 0;
}
._Note_h7y7i_1126._centered_h7y7i_227 {
  text-align: center;
}
._Note_h7y7i_1126._right_h7y7i_1306 {
  text-align: right;
}
._Note_h7y7i_1126._warning_h7y7i_36 {
  color: orange;
}

._isOverlayedLabel_h7y7i_1313 {
  position: relative;
}

._labelWrap_h7y7i_1317 {
  display: block;
  position: relative;
}
._labelWrap_h7y7i_1317._hasPresence_h7y7i_1321 {
  border-radius: 4px;
  box-shadow: 0 0 0 2px var(--presence-color, #4ecdc4);
  animation: _pulse_h7y7i_1 2s ease-in-out infinite;
  padding: 4px;
  margin: -4px;
}

@keyframes _pulse_h7y7i_1 {
  0%, 100% {
    box-shadow: 0 0 0 2px var(--presence-color, #4ecdc4);
  }
  50% {
    box-shadow: 0 0 0 4px var(--presence-color, #4ecdc4);
  }
}
._SpanLabel_h7y7i_1337 {
  margin-bottom: var(--spacing-sm);
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}
._SpanLabel_h7y7i_1337._isOverlayed_h7y7i_1313 {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  z-index: 1;
  transform: translate(0, -100%);
  font-size: 12px;
  padding: 0 2px;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 16px);
}
._SpanLabel_h7y7i_1337._isOverlayed_h7y7i_1313._isOverlayedLabelSelect_h7y7i_1357 {
  top: 8px;
}
._SpanLabel_h7y7i_1337._isInline_h7y7i_1360 {
  margin-left: 4px;
  cursor: pointer;
}
._SpanLabel_h7y7i_1337._ellipsis_h7y7i_1364 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._SpanLabel_h7y7i_1337._small_h7y7i_340 {
  font-size: 12px !important;
}
._SpanLabel_h7y7i_1337._topMargin_h7y7i_1373 {
  margin-top: var(--spacing-md);
}

._StyledInput_h7y7i_1377 {
  width: 100%;
  padding: var(--spacing-md);
  font-size: 14px;
  color: var(--main);
  border-radius: 3px;
  border: 2px solid var(--border);
  transition: border 0.3s;
  position: relative;
}
._StyledInput_h7y7i_1377:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._StyledInput_h7y7i_1377._small_h7y7i_340 {
  padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-md);
}
._StyledInput_h7y7i_1377._large_h7y7i_399 {
  padding: var(--spacing-lg);
}
._StyledInput_h7y7i_1377:focus {
  outline: none;
  border: 2px solid var(--main);
}
._StyledInput_h7y7i_1377::-moz-placeholder {
  color: #999;
  opacity: 1;
}
._StyledInput_h7y7i_1377:-ms-input-placeholder {
  color: #999;
}
._StyledInput_h7y7i_1377::-webkit-input-placeholder {
  color: #999;
}

._StyledTextarea_h7y7i_1412 {
  width: 100%;
  padding: var(--spacing-sm) 36px var(--spacing-sm) var(--spacing-md);
  font-size: 14px;
  resize: none;
  color: var(--main);
  border-radius: 3px;
  min-height: 78px;
  border: 2px solid var(--border);
  transition: border 0.3s;
}
._StyledTextarea_h7y7i_1412._small_h7y7i_340 {
  border: 1px solid var(--border);
}
._StyledTextarea_h7y7i_1412:focus {
  outline: none;
  border: 2px solid var(--main);
}
._StyledTextarea_h7y7i_1412:focus._small_h7y7i_340 {
  border: 1px solid var(--main);
}

._CancelButton_h7y7i_1434 {
  background: none;
  border: 2px solid var(--main);
  color: var(--main);
  font-weight: 600;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 6px 12px;
  margin-left: auto;
  margin-top: 10px;
  border-radius: 2px;
  transition: background 0.3s, color 0.3s, opacity 0.3s;
  width: auto;
  text-transform: uppercase;
}
._CancelButton_h7y7i_1434._large_h7y7i_399 {
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
  width: 100%;
}
._CancelButton_h7y7i_1434:disabled {
  opacity: 0.3;
}
._CancelButton_h7y7i_1434:hover:not(:disabled) {
  background: var(--main);
  color: #fff;
}

._TextBtn_h7y7i_1464 {
  border: none;
  padding: 0;
  background: none;
  color: var(--darker);
  margin: var(--spacing-sm) 0 0;
  display: block;
}
._TextBtn_h7y7i_1464._underlined_h7y7i_1472 {
  text-decoration: underline;
}
._TextBtn_h7y7i_1464._isAlignedRight_h7y7i_1475 {
  margin-left: auto;
}
._TextBtn_h7y7i_1464._noMargin_h7y7i_393 {
  margin-top: 0;
}
._TextBtn_h7y7i_1464._darkText_h7y7i_1481 {
  color: var(--mainText);
}

._promptInput_h7y7i_1485 {
  margin-top: var(--spacing-md);
}

._DeleteButton_h7y7i_1489 {
  background: red;
  border: 2px solid red;
  color: white;
  font-weight: 600;
  display: flex;
  font-size: 12px;
  text-align: center;
  padding: 6px 12px;
  margin-top: 10px;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s, opacity 0.3s;
  width: auto;
  text-transform: uppercase;
}
._DeleteButton_h7y7i_1489._noMargin_h7y7i_393 {
  margin: 0;
}
._DeleteButton_h7y7i_1489._large_h7y7i_399 {
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
  width: 100%;
}
._DeleteButton_h7y7i_1489._xLarge_h7y7i_790 {
  font-size: 22px !important;
  padding: 20px 30px !important;
}
._DeleteButton_h7y7i_1489._xLarge_h7y7i_790 :not(._circulapProgress_h7y7i_776) svg {
  width: 48px !important;
  height: 48px !important;
}
._DeleteButton_h7y7i_1489._small_h7y7i_340 {
  font-size: 12px !important;
  padding: 4px 6px !important;
}
._DeleteButton_h7y7i_1489._small_h7y7i_340 :not(._circulapProgress_h7y7i_776) svg {
  width: 14px !important;
  height: 14px !important;
}
._DeleteButton_h7y7i_1489._tiny_h7y7i_475 {
  font-size: 12px !important;
  padding: 2px 6px !important;
}
._DeleteButton_h7y7i_1489._tiny_h7y7i_475 :not(._circulapProgress_h7y7i_776) svg {
  width: 10px !important;
  height: 10px !important;
}
._DeleteButton_h7y7i_1489._medium_h7y7i_347 {
  padding: 6px 11px !important;
}
._DeleteButton_h7y7i_1489._medium_h7y7i_347 :not(._circulapProgress_h7y7i_776) svg {
  width: 14px !important;
  height: 14px !important;
}
._DeleteButton_h7y7i_1489:disabled {
  opacity: 0.3;
}
._DeleteButton_h7y7i_1489:hover:not(:disabled) {
  background: white;
  color: red;
}

.scrolled ._Badge_h7y7i_1552._large_h7y7i_399 {
  font-size: 10px;
  width: 16px;
  height: 16px;
}

._Badge_h7y7i_1552 {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  padding: 0 var(--spacing-sm);
  color: #fff;
  background: var(--darker);
  border-radius: 3px;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
._Badge_h7y7i_1552._error_h7y7i_47 {
  background: red;
}
._Badge_h7y7i_1552._rejected_h7y7i_1574 {
  background: red;
}
._Badge_h7y7i_1552._draft_h7y7i_1577 {
  background: orange;
}
._Badge_h7y7i_1552._pending_h7y7i_1580 {
  background: orange;
}
._Badge_h7y7i_1552._approved_h7y7i_1583 {
  background: green;
}
._Badge_h7y7i_1552._large_h7y7i_399 {
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 2px;
}
._Badge_h7y7i_1552._round_h7y7i_1596 {
  border-radius: 50%;
}
._Badge_h7y7i_1552._inline_h7y7i_1599 {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  padding: 2px var(--spacing-sm) 1px;
}
._Badge_h7y7i_1552._dark_h7y7i_999 {
  background: var(--main);
}

._Error_h7y7i_1610,
._Warning_h7y7i_1611 {
  color: red;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 10px 0 0;
}
._Error_h7y7i_1610._noMargin_h7y7i_393,
._Warning_h7y7i_1611._noMargin_h7y7i_393 {
  margin: 0;
}
._Error_h7y7i_1610._tightMargin_h7y7i_1622,
._Warning_h7y7i_1611._tightMargin_h7y7i_1622 {
  margin-top: var(--spacing-sm);
}
._Error_h7y7i_1610._right_h7y7i_1306,
._Warning_h7y7i_1611._right_h7y7i_1306 {
  text-align: right;
}

._Warning_h7y7i_1611 {
  color: rgb(233, 144, 0);
}

._Success_h7y7i_1635 {
  color: green;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 10px 0 0;
}
._Success_h7y7i_1635._noMargin_h7y7i_393 {
  margin: 0;
}
._Success_h7y7i_1635._tightMargin_h7y7i_1622 {
  margin-top: var(--spacing-sm);
}

._TournamentNavBtn_h7y7i_1649 {
  border: none;
  cursor: pointer;
  margin: 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
}
._TournamentNavBtn_h7y7i_1649._fullWidth_h7y7i_569 {
  width: 100%;
}
._TournamentNavBtn_h7y7i_1649._noWrap_h7y7i_1667 {
  white-space: nowrap;
}
._TournamentNavBtn_h7y7i_1649._noLineHeight_h7y7i_1670 {
  line-height: 0 !important;
}
._TournamentNavBtn_h7y7i_1649._marginTop_h7y7i_460 {
  margin-top: var(--spacing-md);
}
._TournamentNavBtn_h7y7i_1649._xLarge_h7y7i_790 {
  font-size: 22px !important;
  padding: 20px 30px !important;
}
._TournamentNavBtn_h7y7i_1649._xLarge_h7y7i_790 :not(._circulapProgress_h7y7i_776) svg {
  width: 48px !important;
  height: 48px !important;
}
._TournamentNavBtn_h7y7i_1649._small_h7y7i_340 {
  font-size: 12px !important;
  padding: 4px 6px !important;
}
._TournamentNavBtn_h7y7i_1649._small_h7y7i_340 :not(._circulapProgress_h7y7i_776) svg {
  width: 14px !important;
  height: 14px !important;
}
._TournamentNavBtn_h7y7i_1649._tiny_h7y7i_475 {
  font-size: 12px !important;
  padding: 2px 6px !important;
}
._TournamentNavBtn_h7y7i_1649._tiny_h7y7i_475 :not(._circulapProgress_h7y7i_776) svg {
  width: 10px !important;
  height: 10px !important;
}
._TournamentNavBtn_h7y7i_1649._medium_h7y7i_347 {
  padding: 6px 11px !important;
}
._TournamentNavBtn_h7y7i_1649._medium_h7y7i_347 :not(._circulapProgress_h7y7i_776) svg {
  width: 14px !important;
  height: 14px !important;
}
._TournamentNavBtn_h7y7i_1649._isAlignedRight_h7y7i_1475 {
  margin-left: auto;
}
._TournamentNavBtn_h7y7i_1649:not(._noDisabledState_h7y7i_1710):disabled {
  opacity: 0.5;
  cursor: default;
}

._SecondaryBtn_h7y7i_1715 {
  background: #fff;
  border: 1px solid var(--darker);
  font-family: var(--mainFont);
  color: var(--darkGray);
}
._SecondaryBtn_h7y7i_1715:not(:disabled):hover {
  background: #f1f2f3;
}
._SecondaryBtn_h7y7i_1715._noMarginTop_h7y7i_1183 {
  margin-top: 0;
}

._MainBtn_h7y7i_1728 {
  border: 1px solid var(--darker);
  background: var(--darker);
  font-family: var(--mainFont);
  color: #fff;
}
._MainBtn_h7y7i_1728._dark_h7y7i_999 {
  border: 1px solid var(--mainText);
  background: var(--mainText);
}
._MainBtn_h7y7i_1728._dark_h7y7i_999:not(:disabled):hover {
  color: var(--mainText);
}
._MainBtn_h7y7i_1728._important_h7y7i_1741 {
  border: 1px solid var(--darker);
  background: var(--darker);
}
._MainBtn_h7y7i_1728._important_h7y7i_1741:not(:disabled):hover {
  border: 1px solid var(--darkerHover);
  background: var(--darkerHover);
  color: #fff;
}
._MainBtn_h7y7i_1728:not(:disabled):hover {
  background: #fff;
  color: var(--darker);
}
._MainBtn_h7y7i_1728:not(:disabled):focus {
  outline: 1px solid blue;
}

._TitleLabel_h7y7i_1758 {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
._TitleLabel_h7y7i_1758 svg {
  fill: var(--main);
  width: 20px;
}

._NextSectionBtn_h7y7i_1768 {
  border: 1px solid var(--darker);
  background: var(--darker);
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
._NextSectionBtn_h7y7i_1768:not(:disabled):hover {
  background: #fff;
  color: var(--darker);
  filter: none !important;
}
._NextSectionBtn_h7y7i_1768._primary_h7y7i_1779 {
  border: 1px solid var(--main);
  background: var(--main);
}
._NextSectionBtn_h7y7i_1768._primary_h7y7i_1779:not(:disabled):hover {
  color: var(--main);
}

._MainBtnNavLink_h7y7i_1787 {
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s, color 0.3s;
  display: inline-block;
  text-decoration: none;
  margin: 10px 0;
  border: 1px solid var(--main);
  background: var(--main);
  font-family: var(--mainFont);
  color: #fff;
  margin: 0 var(--spacing-md);
}
._MainBtnNavLink_h7y7i_1787._small_h7y7i_340 {
  padding: 4px 6px;
  font-size: 12px;
}
._MainBtnNavLink_h7y7i_1787._medium_h7y7i_347 {
  padding: 6px 11px;
}
._MainBtnNavLink_h7y7i_1787:disabled {
  opacity: 0.5;
  cursor: default;
}
._MainBtnNavLink_h7y7i_1787:not(:disabled):hover {
  background: #fff;
  color: var(--main);
}

._ErrorCount_h7y7i_1818 {
  background: #f00;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-sm) var(--spacing-md);
  color: var(--bg);
  font-weight: 700;
  border-radius: 3px;
}
._ErrorCount_h7y7i_1818._small_h7y7i_340 {
  font-size: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
}

._EmptyState_h7y7i_1836 {
  text-align: center;
  margin-top: 70px;
}
._EmptyState_h7y7i_1836 a {
  color: var(--darker);
  transition: color 0.3s;
  text-decoration: none;
}
._EmptyState_h7y7i_1836 a:hover {
  color: var(--darkerHover);
}
._EmptyState_h7y7i_1836 svg:not([color]) {
  fill: var(--darkGray);
}
._EmptyState_h7y7i_1836._noMargin_h7y7i_393 {
  margin-top: 0;
}
._EmptyState_h7y7i_1836._leftAligned_h7y7i_1854 {
  text-align: left;
}
._EmptyState_h7y7i_1836._smallMargin_h7y7i_1186 {
  margin-top: 30px;
}
._EmptyState_h7y7i_1836 h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--main);
}
._EmptyState_h7y7i_1836._padding_h7y7i_1865 {
  padding: var(--spacing-xl);
}
._EmptyState_h7y7i_1836:not(._noBtnStyles_h7y7i_1868) button {
  border: none;
  display: inline-block;
  width: 160px;
  padding: 8px 12px;
  margin: 0 auto;
  background: var(--main);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  transition: background 0.4s;
}
._EmptyState_h7y7i_1836:not(._noBtnStyles_h7y7i_1868) button:hover {
  background: var(--darker);
}

._CheckBoxLabel_h7y7i_1885 {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  cursor: pointer;
}
._CheckBoxLabel_h7y7i_1885._disabled_h7y7i_1892 {
  cursor: default;
  opacity: 0.4;
}
._CheckBoxLabel_h7y7i_1885 input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
._CheckBoxLabel_h7y7i_1885 ._labelWrapper_h7y7i_1901 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  width: 100%;
  height: auto;
}
._CheckBoxLabel_h7y7i_1885 + ._Note_h7y7i_1126 {
  margin: var(--spacing-sm) 0;
}

._CheckboxVisual_h7y7i_1912 {
  display: block;
  border: 1px solid var(--darker);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
._CheckboxVisual_h7y7i_1912 svg {
  color: #fff;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._RadioVisual_h7y7i_1930 {
  display: block;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  position: relative;
  border: none;
  flex-shrink: 0;
}
._RadioVisual_h7y7i_1930 svg {
  color: var(--darker);
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._FakeInput_h7y7i_1948 {
  width: 100%;
  padding: var(--spacing-md);
  font-size: 14px;
  color: var(--main);
  background: #fff;
  border-radius: 3px;
  border: 2px solid var(--border);
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
._FakeInput_h7y7i_1948._large_h7y7i_399 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}
._FakeInput_h7y7i_1948._large_h7y7i_399 button {
  right: 0;
}
._FakeInput_h7y7i_1948._disabled_h7y7i_1892 {
  opacity: 0.5;
}
._FakeInput_h7y7i_1948._withSpacingRight_h7y7i_1971 {
  padding-right: 30px;
}
._FakeInput_h7y7i_1948 button {
  border: none;
  background: none;
  padding: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  padding: var(--spacing-md);
}

._AddressInputProgressWrapper_h7y7i_1989 {
  padding: var(--spacing-md) 0;
}

._AddressInputWrapper_h7y7i_1993 {
  margin: 0 auto;
  position: relative;
}
._AddressInputWrapper_h7y7i_1993 ._FakeInput_h7y7i_1948._minimal_h7y7i_1997 {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  padding: 0 var(--spacing-xs) var(--spacing-xs) !important;
  min-width: 250px;
}
._AddressInputWrapper_h7y7i_1993 input._minimal_h7y7i_1997 {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  padding: 0 var(--spacing-xs) var(--spacing-xs) !important;
  min-width: 250px;
}

._SuggestionWrapper_h7y7i_2014 {
  background: white;
  position: absolute;
  width: 100%;
  padding: 0;
  border-radius: 0px 0px 4px 4px;
  overflow-y: auto;
  border: 2px solid var(--main);
  border-top: none;
  margin-top: -1px;
  box-shadow: 0px 1px 5px rgba(37, 37, 37, 0.1);
  z-index: 10;
}
._SuggestionWrapper_h7y7i_2014._minimal_h7y7i_1997 {
  background: var(--darkGray);
  width: auto;
  border-radius: 4px;
  border-top: 2px solid var(--main);
  margin-top: 2px;
}
._SuggestionWrapper_h7y7i_2014._minimal_h7y7i_1997 ._Suggestion_h7y7i_2014 {
  white-space: nowrap;
}
._SuggestionWrapper_h7y7i_2014._minimal_h7y7i_1997 ._Suggestion_h7y7i_2014:hover {
  background: var(--main);
}

._Suggestion_h7y7i_2014 {
  cursor: pointer;
  border: none;
  border-bottom: 1px solid var(--main);
  width: 100%;
  padding: 10px 20px;
  background: none;
  text-align: left;
  margin: 0;
  transition: all 0.3s;
}
._Suggestion_h7y7i_2014:hover {
  background: #f1f2f3;
}

._Center_h7y7i_2056 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

._StyledChip_h7y7i_2064 {
  color: var(--mainText);
  padding: var(--spacing-sm);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
._StyledChip_h7y7i_2064._bold_h7y7i_2077 {
  font-weight: 600;
}
._StyledChip_h7y7i_2064._inline_h7y7i_1599 {
  display: inline-flex;
}
._StyledChip_h7y7i_2064._noWrap_h7y7i_1667 {
  white-space: nowrap;
}
._StyledChip_h7y7i_2064._small_h7y7i_340 {
  padding: var(--spacing-xs) var(--spacing-sm);
}
._StyledChip_h7y7i_2064._spacingLeft_h7y7i_2089 {
  margin-left: var(--spacing-sm);
}
._StyledChip_h7y7i_2064._isRainbow_h7y7i_2092:before {
  content: "";
  opacity: 0.5;
  border-radius: 3px;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.scrolled ._LogoWrapper_h7y7i_2105 {
  height: 30px;
  width: 30px;
}

._LogoWrapper_h7y7i_2105 {
  display: flex;
  opacity: 1;
  margin: 0 !important;
  height: 40px;
  width: 40px;
  transition: all 0.3s;
  animation: _logo_h7y7i_1 2s ease-in-out 1;
}
@keyframes _logo_h7y7i_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _logoHover_h7y7i_1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

._SelectLabelButton_h7y7i_2139 {
  background: #fff;
  border-radius: 3px;
  border: 2px solid var(--border);
  padding: var(--spacing-md) 40px var(--spacing-md) var(--spacing-md);
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  transition: border 0.3s;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  column-gap: var(--spacing-sm);
  row-gap: var(--spacing-sm);
  align-items: center;
  flex-wrap: wrap;
  text-overflow: ellipsis;
  color: var(--main);
}
._SelectLabelButton_h7y7i_2139._isPlaceholder_h7y7i_2159 {
  color: #999;
}
._SelectLabelButton_h7y7i_2139._small_h7y7i_340 {
  padding: var(--spacing-sm) 36px var(--spacing-sm) var(--spacing-md);
}
._SelectLabelButton_h7y7i_2139._large_h7y7i_399 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}
._SelectLabelButton_h7y7i_2139.disabled, ._SelectLabelButton_h7y7i_2139:disabled {
  opacity: 0.3;
  cursor: default;
}
._SelectLabelButton_h7y7i_2139:not(.disabled).active, ._SelectLabelButton_h7y7i_2139:not(.disabled):focus {
  border: 2px solid var(--main);
}
._SelectLabelButton_h7y7i_2139:not(.disabled).active:not(._showAbove_h7y7i_2175), ._SelectLabelButton_h7y7i_2139:not(.disabled):focus:not(._showAbove_h7y7i_2175) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
._SelectLabelButton_h7y7i_2139:not(.disabled).active._showAbove_h7y7i_2175, ._SelectLabelButton_h7y7i_2139:not(.disabled):focus._showAbove_h7y7i_2175 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

._MultiSelectLabelButton_h7y7i_2184._hasChips_h7y7i_2184 {
  padding: 6px 40px 6px var(--spacing-md);
}
._MultiSelectLabelButton_h7y7i_2184._hasChips_h7y7i_2184._small_h7y7i_340 {
  padding: 2px 36px 2px var(--spacing-md);
}
._MultiSelectLabelButton_h7y7i_2184._hasChips_h7y7i_2184._large_h7y7i_399 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}

._SelectStyledSearchInput_h7y7i_2194 {
  background: #fff;
  border-radius: 3px;
  border: 2px solid var(--border);
  padding: var(--spacing-md) 40px var(--spacing-md) var(--spacing-md);
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  transition: border 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--main);
}
._SelectStyledSearchInput_h7y7i_2194:not(._disabled_h7y7i_1892).active {
  border: 2px solid var(--main);
}
._SelectStyledSearchInput_h7y7i_2194:not(._disabled_h7y7i_1892).active:not(._showAbove_h7y7i_2175) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
._SelectStyledSearchInput_h7y7i_2194:not(._disabled_h7y7i_1892).active._showAbove_h7y7i_2175 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
._SelectStyledSearchInput_h7y7i_2194._small_h7y7i_340 {
  padding: var(--spacing-sm) 36px var(--spacing-sm) var(--spacing-md);
}
._SelectStyledSearchInput_h7y7i_2194._large_h7y7i_399 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}

._SelectListWrapper_h7y7i_2227 {
  padding: 0;
  list-style: none;
  position: absolute;
  background: #fff;
  border: 2px solid var(--main);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  z-index: 99999999;
  overflow: auto;
}
._SelectListWrapper_h7y7i_2227._showAbove_h7y7i_2175 {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
._SelectListWrapper_h7y7i_2227 li:last-child > button,
._SelectListWrapper_h7y7i_2227 li:last-child > ._GroupLabel_h7y7i_2245 {
  border-bottom: none;
}
._SelectListWrapper_h7y7i_2227 button {
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  padding: 8px;
  transition: background 0.3s, color 0.3s;
  display: flex;
  align-items: center;
  column-gap: var(--spacing-md);
  border-bottom: 1px solid var(--main);
}
._SelectListWrapper_h7y7i_2227 button:hover:not(:disabled):not(.selected):not(.active), ._SelectListWrapper_h7y7i_2227 button.highlighted {
  background: #f1f2f3;
}
._SelectListWrapper_h7y7i_2227 button.has-extra {
  display: flex;
  flex-wrap: wrap;
}
._SelectListWrapper_h7y7i_2227 button.has-extra ul {
  list-style: none;
  padding-left: var(--spacing-lg);
}
._SelectListWrapper_h7y7i_2227 button:disabled ._SelectCheckboxVisual_h7y7i_2271 {
  opacity: 0.3;
}
._SelectListWrapper_h7y7i_2227 button.selected {
  background: var(--main);
  color: #fff;
}

._SelectChip_h7y7i_2279 {
  padding: var(--spacing-xs) var(--spacing-sm);
  background: var(--darkGray);
  border-radius: 3px;
  color: var(--bg);
}

._SelectCheckboxVisual_h7y7i_2271 {
  display: block;
  border: 1px solid var(--main);
  border-radius: 4px;
  width: 15px;
  height: 15px;
  position: relative;
  transition: all 0.3s;
}
._SelectCheckboxVisual_h7y7i_2271._hasBackground_h7y7i_2295 {
  background: #115dfc;
  border-color: transparent;
}
._SelectCheckboxVisual_h7y7i_2271 svg {
  color: #fff;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._SelectWrapper_h7y7i_2308 {
  position: relative;
  width: 50%;
}
._SelectWrapper_h7y7i_2308._small_h7y7i_340 {
  width: auto;
}
._SelectWrapper_h7y7i_2308._fullWidth_h7y7i_569 {
  width: 100%;
}

._Icon_h7y7i_354 {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
}
._Icon_h7y7i_354 svg,
._Icon_h7y7i_354 svg path:not([fill=none]) {
  fill: var(--main) !important;
}

._GroupLabel_h7y7i_2245 {
  display: block;
  text-align: left;
  background: var(--border);
  color: var(--main);
  padding: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid var(--main);
}

._SelectEmptyState_h7y7i_2344 {
  font-size: 14px;
  padding: 8px;
}

._NoBGTextarea_h7y7i_2349 {
  resize: none;
  border: none;
  border-bottom: 2px solid var(--border);
  width: 100%;
  background: none;
  font-size: 16px;
  max-width: 600px;
  transition: border 0.3s;
  padding: 0 0 6px;
}
._NoBGTextarea_h7y7i_2349:focus {
  border: none;
  outline: none;
  border-bottom: 2px solid var(--main);
}

._PromptWrapper_h7y7i_2366 {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 500px;
  max-height: 300px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: var(--spacing-lg);
  box-shadow: 0 0 10px rgba(37, 37, 37, 0.4);
  z-index: 11;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 80%;
  z-index: 9999999;
}

._RequiredWrapper_h7y7i_2385 {
  color: #f00;
  margin-left: var(--spacing-sm);
}

._StyledTooltip_h7y7i_2390 {
  position: fixed !important;
  pointer-events: none !important;
  z-index: 11111 !important;
}
@media print {
  ._StyledTooltip_h7y7i_2390 {
    display: none;
  }
}
._StyledTooltip_h7y7i_2390 {
  /* &:after {
    ${({ maxWidth }) =>
      maxWidth
        ? `
        width: ${maxWidth}px;
        white-space: normal;
        `
        : ''}
  } */
}

._buttonGroup_h7y7i_2412 {
  display: flex;
  align-items: center;
  padding: var(--spacing-lg) 0;
}
._buttonGroup_h7y7i_2412._noPadding_h7y7i_454 {
  padding: 0;
}
._buttonGroup_h7y7i_2412._noPaddingTop_h7y7i_2420 {
  padding-top: 0;
}
._buttonGroup_h7y7i_2412 button {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: var(--spacing-md) var(--spacing-lg);
  transition: all 0.3s;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
._buttonGroup_h7y7i_2412 button.active {
  background: var(--darkerHover) !important;
  border: 1px solid var(--darkerHover) !important;
  color: #fff;
}
._buttonGroup_h7y7i_2412 button:hover {
  background: var(--darkerHover);
  border: 1px solid var(--darkerHover);
  color: #fff;
}
._buttonGroup_h7y7i_2412 button:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-right: calc(var(--spacing-lg) - 2px);
}
._buttonGroup_h7y7i_2412 button:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: calc(var(--spacing-lg) - 2px);
}
._buttonGroup_h7y7i_2412._medium_h7y7i_347 button {
  padding: calc(var(--spacing-md) - 4px) calc(var(--spacing-lg) - 4px);
}
._buttonGroup_h7y7i_2412._medium_h7y7i_347 button:first-of-type {
  padding-right: calc(var(--spacing-lg) - 6px);
}
._buttonGroup_h7y7i_2412._medium_h7y7i_347 button:last-of-type {
  padding-left: calc(var(--spacing-lg) - 6px);
}
._buttonGroup_h7y7i_2412._small_h7y7i_340 button {
  padding: var(--spacing-sm) var(--spacing-md);
}
._buttonGroup_h7y7i_2412._small_h7y7i_340 button:first-of-type {
  padding-right: calc(var(--spacing-md) - 2px);
}
._buttonGroup_h7y7i_2412._small_h7y7i_340 button:last-of-type {
  padding-left: calc(var(--spacing-md) - 2px);
}

@keyframes _skeletonLoading_h7y7i_1 {
  0% {
    background-color: #eee;
  }
  50% {
    background-color: #ddd;
  }
  100% {
    background-color: #eee;
  }
}
._Skeleton_h7y7i_2483 {
  display: block;
  background-color: #eee;
  width: 100%;
  border-radius: 4px;
  animation: _skeletonLoading_h7y7i_1 1.5s infinite ease-in-out;
  min-height: 1em;
}

/* Spinner */
._spinner_h7y7i_2493 {
  animation: _spinner-rotate_h7y7i_1 2s linear infinite;
}

._spinnerPath_h7y7i_2497 {
  stroke-dasharray: 1, 150;
  stroke-dashoffset: 0;
  animation: _spinner-dash_h7y7i_1 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes _spinner-rotate_h7y7i_1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _spinner-dash_h7y7i_1 {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/* Switch */
._switchWrapper_h7y7i_2524 {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: var(--spacing-sm);
}
._switchWrapper_h7y7i_2524 ._switchLabel_h7y7i_2530 {
  font-size: 14px;
  font-weight: 500;
}
._switchWrapper_h7y7i_2524._small_h7y7i_340 ._switchContainer_h7y7i_2534 {
  width: 32px;
  height: 18px;
}
._switchWrapper_h7y7i_2524._small_h7y7i_340 ._switchSlider_h7y7i_2538:before {
  width: 14px;
  height: 14px;
  bottom: 2px;
  left: 2px;
}
._switchWrapper_h7y7i_2524._small_h7y7i_340 input:checked + ._switchSlider_h7y7i_2538:before {
  transform: translateX(14px);
}
._switchWrapper_h7y7i_2524._medium_h7y7i_347 ._switchContainer_h7y7i_2534 {
  width: 44px;
  height: 24px;
}
._switchWrapper_h7y7i_2524._medium_h7y7i_347 ._switchSlider_h7y7i_2538:before {
  width: 18px;
  height: 18px;
  bottom: 3px;
  left: 3px;
}
._switchWrapper_h7y7i_2524._medium_h7y7i_347 input:checked + ._switchSlider_h7y7i_2538:before {
  transform: translateX(20px);
}
._switchWrapper_h7y7i_2524._large_h7y7i_399 ._switchContainer_h7y7i_2534 {
  width: 56px;
  height: 32px;
}
._switchWrapper_h7y7i_2524._large_h7y7i_399 ._switchSlider_h7y7i_2538:before {
  width: 24px;
  height: 24px;
  bottom: 4px;
  left: 4px;
}
._switchWrapper_h7y7i_2524._large_h7y7i_399 input:checked + ._switchSlider_h7y7i_2538:before {
  transform: translateX(24px);
}

._switchContainer_h7y7i_2534 {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

._switchInput_h7y7i_2581 {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

._switchSlider_h7y7i_2538 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
._switchSlider_h7y7i_2538:before {
  position: absolute;
  content: "";
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

._switchInput_h7y7i_2581:checked + ._switchSlider_h7y7i_2538 {
  background-color: var(--darker);
}

._switchInput_h7y7i_2581:disabled + ._switchSlider_h7y7i_2538 {
  opacity: 0.5;
  cursor: not-allowed;
}

._switchInput_h7y7i_2581:focus-visible + ._switchSlider_h7y7i_2538 {
  box-shadow: 0 0 1px 2px var(--darker);
}

/* Skeleton Custom Component */
._skeleton_h7y7i_2621 {
  background-color: rgba(0, 0, 0, 0.11);
  display: block;
}
._skeleton_h7y7i_2621._variant-text_h7y7i_2625 {
  height: auto;
  border-radius: 4px;
  transform: scale(1, 0.6);
  transform-origin: 0 60%;
  margin-top: 0;
  margin-bottom: 0;
}
._skeleton_h7y7i_2621._variant-text_h7y7i_2625::empty::before {
  content: " ";
}
._skeleton_h7y7i_2621._variant-circular_h7y7i_2636 {
  border-radius: 50%;
}
._skeleton_h7y7i_2621._variant-rectangular_h7y7i_2639 {
  border-radius: 0;
}
._skeleton_h7y7i_2621._variant-rounded_h7y7i_2642 {
  border-radius: 4px;
}
._skeleton_h7y7i_2621._animatePulse_h7y7i_2645 {
  animation: _skeleton-pulse_h7y7i_1 1.5s ease-in-out 0.5s infinite;
}
._skeleton_h7y7i_2621._animateWave_h7y7i_2648 {
  position: relative;
  overflow: hidden;
}
._skeleton_h7y7i_2621._animateWave_h7y7i_2648::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: _skeleton-wave_h7y7i_1 1.6s linear 0.5s infinite;
  transform: translateX(-100%);
}

@keyframes _skeleton-pulse_h7y7i_1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _skeleton-wave_h7y7i_1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Slider */
._sliderInput_h7y7i_2684 {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: var(--border);
  outline: none;
  border-radius: 3px;
  transition: opacity 0.2s;
}
._sliderInput_h7y7i_2684::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--darker);
  cursor: pointer;
}
._sliderInput_h7y7i_2684::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--darker);
  cursor: pointer;
}

/* Drawer */
._drawerWrapper_h7y7i_2711 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--headerZIndex);
}
._drawerWrapper_h7y7i_2711._hideBackdrop_h7y7i_2719 {
  pointer-events: none;
}

._drawerBackdrop_h7y7i_2723 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
._drawerBackdrop_h7y7i_2723._visible_h7y7i_2734 {
  opacity: 1;
}

._hideBackdrop_h7y7i_2719 ._drawerBackdrop_h7y7i_2723 {
  display: none;
}

._drawerContent_h7y7i_2742 {
  position: absolute;
  background: white;
  pointer-events: auto;
  min-width: 300px;
  height: 100%;
  padding: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
._drawerContent_h7y7i_2742 h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--mainText);
}
._drawerContent_h7y7i_2742._anchor-right_h7y7i_2761 {
  right: 0;
  top: 0;
  transform: translateX(100%);
}
._drawerContent_h7y7i_2742._anchor-right_h7y7i_2761._visible_h7y7i_2734 {
  transform: translateX(0);
}
._drawerContent_h7y7i_2742._anchor-left_h7y7i_2769 {
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
._drawerContent_h7y7i_2742._anchor-left_h7y7i_2769._visible_h7y7i_2734 {
  transform: translateX(0);
}
._drawerContent_h7y7i_2742._anchor-bottom_h7y7i_2777 {
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  max-height: 80vh;
  transform: translateY(100%);
}
._drawerContent_h7y7i_2742._anchor-bottom_h7y7i_2777._visible_h7y7i_2734 {
  transform: translateY(0);
}
._drawerContent_h7y7i_2742._anchor-top_h7y7i_2789 {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  max-height: 80vh;
  transform: translateY(-100%);
}
._drawerContent_h7y7i_2742._anchor-top_h7y7i_2789._visible_h7y7i_2734 {
  transform: translateY(0);
}

._drawerCloseBtn_h7y7i_2802 {
  position: absolute;
  top: var(--spacing-sm);
  right: var(--spacing-sm);
  background: none;
  border: none;
  color: var(--secondaryText);
  cursor: pointer;
  z-index: 2;
}
._drawerCloseBtn_h7y7i_2802:hover {
  color: var(--darker);
}

/* Toast */
._toastWrapper_h7y7i_2817 {
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
._toastWrapper_h7y7i_2817._position-top-center_h7y7i_2825 {
  top: var(--spacing-lg);
  left: 50%;
  transform: translateX(-50%);
}
._toastWrapper_h7y7i_2817._position-bottom-center_h7y7i_2830 {
  bottom: var(--spacing-lg);
  left: 50%;
  transform: translateX(-50%);
}
._toastWrapper_h7y7i_2817._position-bottom-left_h7y7i_2835 {
  bottom: var(--spacing-lg);
  left: var(--spacing-lg);
}

._toastAlert_h7y7i_2840 {
  pointer-events: auto;
  background-color: #333;
  color: #fff;
  padding: var(--spacing-md) var(--spacing-lg);
  border-radius: 4px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  min-width: 288px;
  max-width: 500px;
}
._toastAlert_h7y7i_2840._type-error_h7y7i_2853 {
  background-color: rgb(253, 237, 237);
  color: rgb(95, 33, 32);
}
._toastAlert_h7y7i_2840._type-warning_h7y7i_2857 {
  background-color: rgb(255, 244, 229);
  color: rgb(102, 60, 0);
}
._toastAlert_h7y7i_2840._type-info_h7y7i_2861 {
  background-color: rgb(229, 246, 253);
  color: rgb(1, 67, 97);
}
._toastAlert_h7y7i_2840._type-success_h7y7i_2865 {
  background-color: rgb(237, 247, 237);
  color: #2e7d32;
}

._timePickerList_h7y7i_2870 {
  background: #fff;
  border-radius: var(--radius-md) !important;
  box-shadow: var(--box-shadow-lg) !important;
  padding: var(--spacing-md) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  min-width: 230px !important;
  width: max-content !important;
}

._timePickerHeader_h7y7i_2882 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  padding-bottom: 24px !important;
  font-size: 28px !important;
  font-weight: bold !important;
}

._timePickerHeaderButton_h7y7i_2892 {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  padding: 0 4px !important;
  border-radius: 4px !important;
  outline: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
}
._timePickerHeaderButton_h7y7i_2892.active {
  color: var(--darker) !important;
}
._timePickerHeaderButton_h7y7i_2892.inactive {
  color: var(--secondaryText) !important;
}

._timePickerMeridiemGroup_h7y7i_2911 {
  display: flex !important;
  flex-direction: column !important;
  font-size: 14px !important;
  margin-left: 12px !important;
  justify-content: center !important;
  gap: 4px !important;
  background: var(--gray-50) !important;
  padding: 4px !important;
  border-radius: 8px !important;
  border: 1px solid var(--border) !important;
}

._timePickerMeridiemButton_h7y7i_2924 {
  border: none !important;
  cursor: pointer !important;
  font-weight: bold !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  outline: none !important;
  min-width: 0 !important;
  box-shadow: none !important;
}
._timePickerMeridiemButton_h7y7i_2924.active {
  color: #fff !important;
  background: var(--darker) !important;
}
._timePickerMeridiemButton_h7y7i_2924.inactive {
  color: var(--secondaryText) !important;
  background: none !important;
}

._timePickerClock_h7y7i_2943 {
  position: relative !important;
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
  background: var(--bg) !important;
  margin-bottom: 16px !important;
}

._timePickerClockCenter_h7y7i_2952 {
  position: absolute !important;
  top: 86px !important;
  left: 86px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: var(--darker) !important;
  z-index: 3 !important;
}

._timePickerClockHand_h7y7i_2963 {
  position: absolute !important;
  top: 90px !important;
  left: 90px !important;
  height: 2px !important;
  width: 70px !important;
  background: var(--darker) !important;
  transform-origin: 0% 50% !important;
  z-index: 1 !important;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

._timePickerClockHandDot_h7y7i_2978 {
  position: absolute !important;
  right: -16px !important;
  top: -15px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: var(--darker) !important;
  z-index: -1 !important;
  border: none !important;
  padding: 0 !important;
}

._timePickerClockNumber_h7y7i_2991 {
  position: absolute !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  cursor: pointer !important;
  z-index: 2 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
._timePickerClockNumber_h7y7i_2991.active {
  background: var(--darker) !important;
  color: #fff !important;
  font-weight: bold !important;
}
._timePickerClockNumber_h7y7i_2991.inactive {
  background: transparent !important;
  color: var(--mainText) !important;
  font-weight: normal !important;
}