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

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

._warningBanner_1sy8e_35 {
  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_1sy8e_35._error_1sy8e_46 {
  background-color: #f24119;
  border: 1px solid rgb(255, 0, 0);
  color: #fff;
}
._warningBanner_1sy8e_35 p {
  margin: 0;
}
._warningBanner_1sy8e_35 a {
  color: var(--darker);
}
._warningBanner_1sy8e_35 button {
  margin-left: auto;
}
._warningBanner_1sy8e_35 ._link_1sy8e_60 {
  font-weight: 500;
  font-size: 14px;
  color: var(--darkGray);
  text-decoration: underline;
}
._warningBanner_1sy8e_35 ._warningCheckboxWrapper_1sy8e_66 {
  margin-left: auto;
  margin-top: var(--spacing-sm);
  gap: var(--spacing-sm);
  font-weight: 400;
}
._warningBanner_1sy8e_35 ._warningCheckbox_1sy8e_66 {
  border-color: var(--darkGray);
  height: 16px;
  width: 16px;
}
._warningBanner_1sy8e_35 ._warningCheckbox_1sy8e_66 svg {
  height: 16px;
  width: 16px;
}

._banner_1sy8e_82 {
  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: 12;
  padding: var(--spacing-md) var(--spacing-lg);
  display: flex;
  justify-content: flex-end;
  gap: var(--spacing-md);
}

._markdownWrapper_1sy8e_97 {
  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_1sy8e_97 ._markdownContent_1sy8e_108 {
  padding: 10px;
  white-space: pre-wrap;
}
._markdownWrapper_1sy8e_97 ._markdownToolbar_1sy8e_112 {
  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_1sy8e_97 ._markdownToolbar_1sy8e_112 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_1sy8e_97 ._markdownToolbar_1sy8e_112 button:hover {
  background-color: rgba(175, 184, 193, 0.2);
  color: #0969da;
}

._AbsoluteProgress_1sy8e_145 {
  position: absolute;
}
._AbsoluteProgress_1sy8e_145._centered_1sy8e_148 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1003;
}
._AbsoluteProgress_1sy8e_145._spacingTop_1sy8e_155 {
  top: 100px;
}

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

._uploadButton_1sy8e_167 {
  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_1sy8e_167:hover {
  background: var(--darkerHover);
}

._uploadIconButton_1sy8e_182 {
  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_1sy8e_182._square_1sy8e_193 {
  padding-top: 100%;
}
._uploadIconButton_1sy8e_182 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
._uploadIconButton_1sy8e_182 svg,
._uploadIconButton_1sy8e_182 svg path {
  fill: var(--main) !important;
}
._uploadIconButton_1sy8e_182:hover {
  background: var(--border);
}

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

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

._Count_1sy8e_252 {
  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_1sy8e_252._small_1sy8e_261 {
  padding: var(--spacing-xs) var(--spacing-xs);
  align-items: center;
  line-height: 1;
  font-size: 11px;
  min-width: 17px;
}
._Count_1sy8e_252._medium_1sy8e_268 {
  padding: var(--spacing-xs) 6px;
}
._Count_1sy8e_252._critical_1sy8e_271 {
  background: #f00;
}

._IconAddLink_1sy8e_275 {
  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_1sy8e_275:hover {
  background: var(--darker);
}

._IconLink_1sy8e_291 {
  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_1sy8e_291:disabled {
  opacity: 0.5;
}
._IconLink_1sy8e_291:hover:not(:disabled) {
  border: 1px solid var(--main);
}
._IconLink_1sy8e_291._withBorder_1sy8e_311 {
  border: 1px solid var(--main);
}
._IconLink_1sy8e_291._noMargin_1sy8e_314 {
  margin-left: 0;
}
._IconLink_1sy8e_291._small_1sy8e_261 svg {
  width: 16px;
}
._IconLink_1sy8e_291._large_1sy8e_320 svg {
  width: 26px;
}
._IconLink_1sy8e_291._light_1sy8e_323 {
  color: #fff;
}
._IconLink_1sy8e_291._light_1sy8e_323 svg {
  fill: #fff;
}
._IconLink_1sy8e_291._light_1sy8e_323:hover:not(:disabled) {
  border: 1px solid #fff;
}
._IconLink_1sy8e_291._withBackground_1sy8e_332 {
  background: var(--main);
  border: 1px solid var(--main);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
._IconLink_1sy8e_291._withBackground_1sy8e_332._light_1sy8e_323 {
  background: #fff;
  border: 1px solid #fff;
}
._IconLink_1sy8e_291._withBackground_1sy8e_332._light_1sy8e_323 svg {
  fill: var(--main);
}
._IconLink_1sy8e_291._withBackground_1sy8e_332._light_1sy8e_323._withBorder_1sy8e_311 {
  border: 1px solid var(--main);
}
._IconLink_1sy8e_291._withBackground_1sy8e_332._light_1sy8e_323:hover:not(:disabled) {
  background: var(--main);
}
._IconLink_1sy8e_291._withBackground_1sy8e_332._light_1sy8e_323:hover:not(:disabled) svg {
  fill: #fff;
}
._IconLink_1sy8e_291._withBackground_1sy8e_332 svg {
  fill: #fff;
}
._IconLink_1sy8e_291._withBackground_1sy8e_332:hover:not(:disabled) {
  background: #fff;
}
._IconLink_1sy8e_291._withBackground_1sy8e_332:hover:not(:disabled) svg {
  fill: var(--main);
}
._IconLink_1sy8e_291 svg {
  fill: var(--main);
  height: auto;
  width: 20px;
}

._TabButtonsWrapper_1sy8e_368 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-md);
  padding: var(--spacing-lg) 0;
}
._TabButtonsWrapper_1sy8e_368._noPaddingBottom_1sy8e_375 {
  padding-bottom: 0;
}
._TabButtonsWrapper_1sy8e_368._noPadding_1sy8e_375 {
  padding: 0;
}
._TabButtonsWrapper_1sy8e_368._marginTop_1sy8e_381 {
  margin-top: var(--spacing-lg);
}
._TabButtonsWrapper_1sy8e_368._marginBottom_1sy8e_384 {
  margin-bottom: var(--spacing-lg);
}
._TabButtonsWrapper_1sy8e_368._small_1sy8e_261 {
  padding: 0 0 var(--spacing-md);
}
._TabButtonsWrapper_1sy8e_368._small_1sy8e_261._noPaddingBottom_1sy8e_375 {
  padding-bottom: 0;
}
._TabButtonsWrapper_1sy8e_368._small_1sy8e_261 ._TabButton_1sy8e_368 {
  padding: var(--spacing-sm) var(--spacing-md);
}
._TabButtonsWrapper_1sy8e_368._tiny_1sy8e_396 {
  padding: 0 0 var(--spacing-md);
}
._TabButtonsWrapper_1sy8e_368._tiny_1sy8e_396._noPaddingBottom_1sy8e_375 {
  padding-bottom: 0;
}
._TabButtonsWrapper_1sy8e_368._tiny_1sy8e_396 ._TabButton_1sy8e_368 {
  font-size: 12px;
  padding: var(--spacing-sm) var(--spacing-md);
}
._TabButtonsWrapper_1sy8e_368 ._TabButtonDelete_1sy8e_406 {
  border: none;
  background: none;
  padding: 0;
  margin-right: -4px;
  margin-left: 4px;
  display: flex;
}
._TabButtonsWrapper_1sy8e_368 ._TabButton_1sy8e_368 {
  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;
}
._TabButtonsWrapper_1sy8e_368 ._TabButton_1sy8e_368 svg {
  height: 15px;
  width: 15px;
}
._TabButtonsWrapper_1sy8e_368 button._active_1sy8e_426 {
  background: var(--darkerHover) !important;
  border: 1px solid var(--darkerHover) !important;
  color: #fff;
}
._TabButtonsWrapper_1sy8e_368 button._active_1sy8e_426 ._TabButtonDelete_1sy8e_406 {
  color: #fff;
}
._TabButtonsWrapper_1sy8e_368 button._TabButton_1sy8e_368:hover {
  background: var(--darkerHover);
  border: 1px solid var(--darkerHover);
  color: #fff;
}
._TabButtonsWrapper_1sy8e_368 button._TabButton_1sy8e_368:hover ._TabButtonDelete_1sy8e_406 {
  color: #fff;
}

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

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

._InlineWrapper_1sy8e_463 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
@media (max-width: 600px) {
  ._InlineWrapper_1sy8e_463._wrapMobile_1sy8e_477 {
    flex-wrap: wrap;
  }
}
._InlineWrapper_1sy8e_463._fullWidth_1sy8e_481 {
  width: 100%;
}
._InlineWrapper_1sy8e_463._wrap_1sy8e_477 {
  flex-wrap: wrap;
}
._InlineWrapper_1sy8e_463._noShrink_1sy8e_487 {
  flex-shrink: 0;
}
._InlineWrapper_1sy8e_463._spacingTop_1sy8e_155 {
  margin-top: var(--spacing-md);
}
._InlineWrapper_1sy8e_463._spacingTopLarge_1sy8e_493 {
  margin-top: var(--spacing-lg);
}
._InlineWrapper_1sy8e_463._spacingBottomLarge_1sy8e_496 {
  margin-bottom: var(--spacing-lg);
}
._InlineWrapper_1sy8e_463._spacingBottom_1sy8e_496 {
  margin-bottom: var(--spacing-md);
}
._InlineWrapper_1sy8e_463._spaceBetween_1sy8e_502 {
  justify-content: space-between;
}
._InlineWrapper_1sy8e_463._centered_1sy8e_148 {
  justify-content: center;
}
._InlineWrapper_1sy8e_463._end_1sy8e_508 {
  justify-content: flex-end;
}
._InlineWrapper_1sy8e_463._bottom_1sy8e_511 {
  align-items: flex-end;
}
._InlineWrapper_1sy8e_463._top_1sy8e_514 {
  align-items: start;
}
._InlineWrapper_1sy8e_463._grow_1sy8e_517 {
  flex-grow: 1;
}
._InlineWrapper_1sy8e_463._tight_1sy8e_520 {
  gap: var(--spacing-xs);
}
._InlineWrapper_1sy8e_463._littleTight_1sy8e_523 {
  gap: var(--spacing-sm);
}
._InlineWrapper_1sy8e_463._relative_1sy8e_526 {
  position: relative;
}
@media (max-width: 960px) {
  ._InlineWrapper_1sy8e_463._mobileTight_1sy8e_530 {
    gap: var(--spacing-xs);
  }
}
._InlineWrapper_1sy8e_463._noGap_1sy8e_534 {
  gap: 0;
}
@media (max-width: 600px) {
  ._InlineWrapper_1sy8e_463._noGapMobile_1sy8e_538 {
    gap: 0;
  }
}

._timePickerWrapper_1sy8e_543 {
  position: relative;
}

._timePicker_1sy8e_543 {
  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_1sy8e_543._small_1sy8e_261 {
  padding: calc(var(--spacing-sm) - 2px) var(--spacing-sm) !important;
}
._timePicker_1sy8e_543._large_1sy8e_320 {
  padding: calc(var(--spacing-lg) - 2px) var(--spacing-lg) !important;
}
._timePicker_1sy8e_543:focus-within {
  border: 2px solid var(--main);
}
._timePicker_1sy8e_543::-moz-placeholder {
  color: #999;
  opacity: 1;
}
._timePicker_1sy8e_543:-ms-input-placeholder {
  color: #999;
}
._timePicker_1sy8e_543::-webkit-input-placeholder {
  color: #999;
}
._timePicker_1sy8e_543 .MuiInputBase-root {
  padding: 0 !important;
}
._timePicker_1sy8e_543 input {
  padding: 0;
  line-height: 1.2;
  font-size: 14px;
  color: var(--main);
}
._timePicker_1sy8e_543 fieldset {
  display: none;
}

._IconButton_1sy8e_590 {
  margin: 0;
  margin-left: var(--spacing-sm);
  border: 1px solid transparent;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--darker);
  border-radius: 3px;
  transition: all 0.3s;
}
._IconButton_1sy8e_590:disabled {
  opacity: 0.5;
}
._IconButton_1sy8e_590:hover:not(:disabled) {
  border: 1px solid var(--darker);
}
._IconButton_1sy8e_590._withBorder_1sy8e_311 {
  border: 1px solid var(--darker);
}
._IconButton_1sy8e_590._withBorder_1sy8e_311:hover {
  background: var(--bg);
}
._IconButton_1sy8e_590._noMargin_1sy8e_314 {
  margin-left: 0;
}
._IconButton_1sy8e_590._small_1sy8e_261 svg {
  width: 16px;
}
._IconButton_1sy8e_590._large_1sy8e_320 svg {
  width: 26px;
}
._IconButton_1sy8e_590._light_1sy8e_323 {
  color: #fff;
}
._IconButton_1sy8e_590._light_1sy8e_323 svg,
._IconButton_1sy8e_590._light_1sy8e_323 svg path {
  fill: #fff !important;
}
._IconButton_1sy8e_590._light_1sy8e_323:hover:not(:disabled) {
  border: 1px solid #fff;
}
._IconButton_1sy8e_590._withBackground_1sy8e_332 {
  background: var(--darker);
  border: 1px solid var(--darker);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
._IconButton_1sy8e_590._withBackground_1sy8e_332._light_1sy8e_323 {
  background: #fff;
  border: 1px solid #fff;
}
._IconButton_1sy8e_590._withBackground_1sy8e_332._light_1sy8e_323 svg,
._IconButton_1sy8e_590._withBackground_1sy8e_332._light_1sy8e_323 svg path {
  fill: var(--darkGray) !important;
}
._IconButton_1sy8e_590._withBackground_1sy8e_332._light_1sy8e_323._withBorder_1sy8e_311 {
  border: 1px solid var(--darker);
}
._IconButton_1sy8e_590._withBackground_1sy8e_332._light_1sy8e_323:hover:not(:disabled) {
  background: var(--darker);
}
._IconButton_1sy8e_590._withBackground_1sy8e_332._light_1sy8e_323:hover:not(:disabled) svg,
._IconButton_1sy8e_590._withBackground_1sy8e_332._light_1sy8e_323:hover:not(:disabled) svg path {
  fill: #fff !important;
}
._IconButton_1sy8e_590._withBackground_1sy8e_332 svg,
._IconButton_1sy8e_590._withBackground_1sy8e_332 svg path {
  fill: #fff !important;
}
._IconButton_1sy8e_590._withBackground_1sy8e_332:hover:not(:disabled) {
  background: #fff;
}
._IconButton_1sy8e_590._withBackground_1sy8e_332:hover:not(:disabled) svg,
._IconButton_1sy8e_590._withBackground_1sy8e_332:hover:not(:disabled) svg path {
  fill: var(--darkGray) !important;
}
._IconButton_1sy8e_590 svg,
._IconButton_1sy8e_590 svg path {
  fill: var(--darkGray) !important;
  height: auto;
  width: 20px;
  transition: all 0.3s;
}

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

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

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

._Fields_1sy8e_702 {
  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_1sy8e_711 {
  display: flex;
  column-gap: var(--spacing-lg);
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacing-lg);
}

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

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

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

._IconsWrapper_1sy8e_745 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._IconsWrapper_1sy8e_745 .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_1sy8e_745 svg {
  width: 16px;
}

._ActionsWrapper_1sy8e_765 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  justify-content: end;
}
._ActionsWrapper_1sy8e_765._spaceBetween_1sy8e_502 {
  justify-content: space-between;
}
._ActionsWrapper_1sy8e_765 button {
  margin: 0;
}

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

._Divider_1sy8e_801 {
  background: var(--border);
  width: 60px;
  height: 2px;
  border-radius: 3px;
  opacity: 0.4;
  display: block;
}
._Divider_1sy8e_801:not(._horizontal_1sy8e_809) {
  margin: -4px auto;
}
._Divider_1sy8e_801:not(._horizontal_1sy8e_809)._wide_1sy8e_459 {
  width: 60%;
}
._Divider_1sy8e_801:not(._horizontal_1sy8e_809)._spacing_1sy8e_155 {
  margin: calc(var(--spacing-lg) + 6px) auto var(--spacing-lg);
}
._Divider_1sy8e_801._dark_1sy8e_818 {
  background: var(--infoHover);
}
._Divider_1sy8e_801._thin_1sy8e_821 {
  height: 1px;
}
._Divider_1sy8e_801._thin_1sy8e_821._horizontal_1sy8e_809 {
  width: 1px;
}
._Divider_1sy8e_801._horizontal_1sy8e_809 {
  height: 20px;
  width: 2px;
}

._DialogWrapper_1sy8e_832 {
  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: 1003;
}
._DialogWrapper_1sy8e_832._fullHeight_1sy8e_849 {
  max-height: 95%;
}
._DialogWrapper_1sy8e_832 ._DialogContent_1sy8e_852,
._DialogWrapper_1sy8e_832 ._DialogFooter_1sy8e_853,
._DialogWrapper_1sy8e_832 ._DialogHeader_1sy8e_854,
._DialogWrapper_1sy8e_832 ._DialogActions_1sy8e_855 {
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
}
@media (max-width: 960px) {
  ._DialogWrapper_1sy8e_832 {
    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_1sy8e_832._fullHeight_1sy8e_849 {
    max-height: 100%;
  }
  ._DialogWrapper_1sy8e_832 ._DialogContent_1sy8e_852,
  ._DialogWrapper_1sy8e_832 ._DialogFooter_1sy8e_853,
  ._DialogWrapper_1sy8e_832 ._DialogHeader_1sy8e_854,
  ._DialogWrapper_1sy8e_832 ._DialogActions_1sy8e_855 {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
}

._event_1sy8e_884._DialogWrapper_1sy8e_832 {
  background: #f1f2f3;
}
@media (max-width: 960px) {
  ._event_1sy8e_884._DialogWrapper_1sy8e_832 {
    padding: 0;
  }
  ._event_1sy8e_884._DialogWrapper_1sy8e_832 ._DialogContent_1sy8e_852,
  ._event_1sy8e_884._DialogWrapper_1sy8e_832 ._DialogFooter_1sy8e_853,
  ._event_1sy8e_884._DialogWrapper_1sy8e_832 ._DialogHeader_1sy8e_854,
  ._event_1sy8e_884._DialogWrapper_1sy8e_832 ._DialogActions_1sy8e_855 {
    padding-left: 0;
    padding-right: 0;
  }
}

._CloseBtn_1sy8e_900 {
  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_1sy8e_900._relative_1sy8e_526 {
  position: static;
}
._CloseBtn_1sy8e_900:hover {
  background: #e1e2e3;
}
._CloseBtn_1sy8e_900._closer_1sy8e_925 {
  right: var(--spacing-lg);
  top: calc(var(--spacing-lg) + 7px);
}

._DialogContent_1sy8e_852 {
  overflow: auto;
  font-size: 14px;
  line-height: 20px;
  color: var(--main);
}

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

._DialogHeader_1sy8e_854 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 var(--spacing-md);
  gap: var(--spacing-lg);
}
._DialogHeader_1sy8e_854 h1 {
  font-size: 20px;
  color: var(--main);
  margin: 0;
}
._DialogHeader_1sy8e_854 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_1sy8e_854 button:hover {
  background: var(--mainHover);
}
._DialogHeader_1sy8e_854 button svg,
._DialogHeader_1sy8e_854 button svg path {
  fill: #fff;
}

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

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

._FieldWrapper_1sy8e_994 {
  margin: 20px 0;
  position: relative;
}
._FieldWrapper_1sy8e_994._noMarginTop_1sy8e_998 {
  margin-top: 0;
}
._FieldWrapper_1sy8e_994._smallMarginTop_1sy8e_1001 {
  margin-top: var(--spacing-sm);
}
._FieldWrapper_1sy8e_994._smallMarginBottom_1sy8e_1004 {
  margin-bottom: var(--spacing-sm);
}
._FieldWrapper_1sy8e_994._noMarginBottom_1sy8e_1007 {
  margin-bottom: 0;
}
._FieldWrapper_1sy8e_994._halfWidth_1sy8e_1010 {
  width: calc((100% - var(--spacing-md)) / 2);
}
._FieldWrapper_1sy8e_994._fullWidth_1sy8e_481 {
  width: 100%;
}
._FieldWrapper_1sy8e_994._autoWidth_1sy8e_1016 {
  flex-grow: 1;
}
._FieldWrapper_1sy8e_994._quarterWidth_1sy8e_1019 {
  width: calc((100% - var(--spacing-md) * 3) / 4);
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_1sy8e_994._thirdWidth_1sy8e_1024 {
  width: calc((100% - var(--spacing-md) * 2) / 3);
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_1sy8e_994._eigthWidth_1sy8e_1029 {
  width: 12%;
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_1sy8e_994._sixthWidth_1sy8e_1034 {
  width: calc((100% - var(--spacing-md) * 5) / 6);
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 960px) {
  ._FieldWrapper_1sy8e_994 {
    width: 100%;
    margin: 10px 0 10px;
  }
}
@media (max-width: 600px) {
  ._FieldWrapper_1sy8e_994._mobileFullWidth_1sy8e_1046 {
    width: 100%;
    margin: 10px 0 10px;
  }
}

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

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

._InputWrapper_1sy8e_1072 {
  position: relative;
}

._Note_1sy8e_941 {
  margin: 0 0 var(--spacing-sm);
  font-size: 14px;
  color: var(--infoHover);
  text-align: left;
  transition: color 0.3s;
}
._Note_1sy8e_941 a {
  color: var(--darker);
  transition: color 0.3s;
  text-decoration: none;
}
._Note_1sy8e_941 a:hover {
  color: var(--darkerHover);
}
._Note_1sy8e_941._smallMarginBottom_1sy8e_1004 {
  margin-bottom: var(--spacing-sm);
}
._Note_1sy8e_941._mediumMarginBottom_1sy8e_1094 {
  margin-bottom: var(--spacing-md);
}
._Note_1sy8e_941._marginBottom_1sy8e_384 {
  margin-bottom: var(--spacing-lg);
}
._Note_1sy8e_941._smallMarginTop_1sy8e_1001 {
  margin-top: var(--spacing-sm);
}
._Note_1sy8e_941._mediumMarginTop_1sy8e_1103 {
  margin-top: var(--spacing-md);
}
._Note_1sy8e_941._marginTop_1sy8e_381 {
  margin-top: var(--spacing-lg);
}
._Note_1sy8e_941._noMargin_1sy8e_314 {
  margin: 0;
}
._Note_1sy8e_941._centered_1sy8e_148 {
  text-align: center;
}
._Note_1sy8e_941._right_1sy8e_1115 {
  text-align: right;
}
._Note_1sy8e_941._warning_1sy8e_35 {
  color: orange;
}

._isOverlayedLabel_1sy8e_1122 {
  position: relative;
}

._labelWrap_1sy8e_1126 {
  display: block;
}

._SpanLabel_1sy8e_1130 {
  margin-bottom: var(--spacing-sm);
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}
._SpanLabel_1sy8e_1130._isOverlayed_1sy8e_1122 {
  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_1sy8e_1130._isOverlayed_1sy8e_1122._isOverlayedLabelSelect_1sy8e_1150 {
  top: 8px;
}
._SpanLabel_1sy8e_1130._isInline_1sy8e_1153 {
  margin-left: 4px;
  cursor: pointer;
}
._SpanLabel_1sy8e_1130._ellipsis_1sy8e_1157 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._SpanLabel_1sy8e_1130._small_1sy8e_261 {
  font-size: 12px !important;
}
._SpanLabel_1sy8e_1130._topMargin_1sy8e_1166 {
  margin-top: var(--spacing-md);
}

._StyledInput_1sy8e_1170 {
  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_1sy8e_1170:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._StyledInput_1sy8e_1170._small_1sy8e_261 {
  padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-md);
}
._StyledInput_1sy8e_1170._large_1sy8e_320 {
  padding: var(--spacing-lg);
}
._StyledInput_1sy8e_1170:focus {
  outline: none;
  border: 2px solid var(--main);
}
._StyledInput_1sy8e_1170::-moz-placeholder {
  color: #999;
  opacity: 1;
}
._StyledInput_1sy8e_1170:-ms-input-placeholder {
  color: #999;
}
._StyledInput_1sy8e_1170::-webkit-input-placeholder {
  color: #999;
}

._StyledTextarea_1sy8e_1205 {
  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_1sy8e_1205._small_1sy8e_261 {
  border: 1px solid var(--border);
}
._StyledTextarea_1sy8e_1205:focus {
  outline: none;
  border: 2px solid var(--main);
}
._StyledTextarea_1sy8e_1205:focus._small_1sy8e_261 {
  border: 1px solid var(--main);
}

._CancelButton_1sy8e_1227 {
  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_1sy8e_1227._large_1sy8e_320 {
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
  width: 100%;
}
._CancelButton_1sy8e_1227:disabled {
  opacity: 0.3;
}
._CancelButton_1sy8e_1227:hover:not(:disabled) {
  background: var(--main);
  color: #fff;
}

._TextBtn_1sy8e_1257 {
  border: none;
  padding: 0;
  background: none;
  color: var(--darker);
  margin: var(--spacing-sm) 0 0;
  display: block;
}
._TextBtn_1sy8e_1257._underlined_1sy8e_1265 {
  text-decoration: underline;
}
._TextBtn_1sy8e_1257._isAlignedRight_1sy8e_1268 {
  margin-left: auto;
}
._TextBtn_1sy8e_1257._noMargin_1sy8e_314 {
  margin-top: 0;
}
._TextBtn_1sy8e_1257._darkText_1sy8e_1274 {
  color: var(--mainText);
}

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

._DeleteButton_1sy8e_1282 {
  background: red;
  border: 2px solid red;
  color: white;
  font-weight: 600;
  display: block;
  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_1sy8e_1282._noMargin_1sy8e_314 {
  margin: 0;
}
._DeleteButton_1sy8e_1282._large_1sy8e_320 {
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
  width: 100%;
}
._DeleteButton_1sy8e_1282:disabled {
  opacity: 0.3;
}
._DeleteButton_1sy8e_1282:hover:not(:disabled) {
  background: white;
  color: red;
}

._Badge_1sy8e_1314 {
  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);
}
._Badge_1sy8e_1314._error_1sy8e_46 {
  background: red;
}
._Badge_1sy8e_1314._inline_1sy8e_1329 {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  padding: 2px var(--spacing-sm) 1px;
}
._Badge_1sy8e_1314._dark_1sy8e_818 {
  background: var(--main);
}

._Error_1sy8e_1340,
._Warning_1sy8e_1341 {
  color: red;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 10px 0 0;
}
._Error_1sy8e_1340._noMargin_1sy8e_314,
._Warning_1sy8e_1341._noMargin_1sy8e_314 {
  margin: 0;
}
._Error_1sy8e_1340._tightMargin_1sy8e_1352,
._Warning_1sy8e_1341._tightMargin_1sy8e_1352 {
  margin-top: var(--spacing-sm);
}
._Error_1sy8e_1340._right_1sy8e_1115,
._Warning_1sy8e_1341._right_1sy8e_1115 {
  text-align: right;
}

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

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

._TournamentNavBtn_1sy8e_1379 {
  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_1sy8e_1379._fullWidth_1sy8e_481 {
  width: 100%;
}
._TournamentNavBtn_1sy8e_1379._noLineHeight_1sy8e_1397 {
  line-height: 0 !important;
}
._TournamentNavBtn_1sy8e_1379._marginTop_1sy8e_381 {
  margin-top: var(--spacing-md);
}
._TournamentNavBtn_1sy8e_1379._xLarge_1sy8e_1403 {
  font-size: 22px !important;
  padding: 20px 30px !important;
}
._TournamentNavBtn_1sy8e_1379._xLarge_1sy8e_1403 :not(._circulapProgress_1sy8e_1407) svg {
  width: 48px !important;
  height: 48px !important;
}
._TournamentNavBtn_1sy8e_1379._small_1sy8e_261 {
  font-size: 12px !important;
  padding: 4px 6px !important;
}
._TournamentNavBtn_1sy8e_1379._small_1sy8e_261 :not(._circulapProgress_1sy8e_1407) svg {
  width: 14px !important;
  height: 14px !important;
}
._TournamentNavBtn_1sy8e_1379._tiny_1sy8e_396 {
  font-size: 12px !important;
  padding: 2px 6px !important;
}
._TournamentNavBtn_1sy8e_1379._tiny_1sy8e_396 :not(._circulapProgress_1sy8e_1407) svg {
  width: 10px !important;
  height: 10px !important;
}
._TournamentNavBtn_1sy8e_1379._medium_1sy8e_268 {
  padding: 6px 11px !important;
}
._TournamentNavBtn_1sy8e_1379._medium_1sy8e_268 :not(._circulapProgress_1sy8e_1407) svg {
  width: 14px !important;
  height: 14px !important;
}
._TournamentNavBtn_1sy8e_1379._isAlignedRight_1sy8e_1268 {
  margin-left: auto;
}
._TournamentNavBtn_1sy8e_1379:not(._noDisabledState_1sy8e_1437):disabled {
  opacity: 0.5;
  cursor: default;
}

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

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

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

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

._MainBtnNavLink_1sy8e_1514 {
  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_1sy8e_1514._small_1sy8e_261 {
  padding: 4px 6px;
  font-size: 12px;
}
._MainBtnNavLink_1sy8e_1514._medium_1sy8e_268 {
  padding: 6px 11px;
}
._MainBtnNavLink_1sy8e_1514:disabled {
  opacity: 0.5;
  cursor: default;
}
._MainBtnNavLink_1sy8e_1514:not(:disabled):hover {
  background: #fff;
  color: var(--main);
}

._ErrorCount_1sy8e_1545 {
  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_1sy8e_1545._small_1sy8e_261 {
  font-size: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
}

._EmptyState_1sy8e_1563 {
  text-align: center;
  margin-top: 70px;
}
._EmptyState_1sy8e_1563 a {
  color: var(--darker);
  transition: color 0.3s;
  text-decoration: none;
}
._EmptyState_1sy8e_1563 a:hover {
  color: var(--darkerHover);
}
._EmptyState_1sy8e_1563 svg {
  fill: var(--darkGray);
}
._EmptyState_1sy8e_1563._noMargin_1sy8e_314 {
  margin-top: 0;
}
._EmptyState_1sy8e_1563._leftAligned_1sy8e_1581 {
  text-align: left;
}
._EmptyState_1sy8e_1563._smallMargin_1sy8e_1001 {
  margin-top: 30px;
}
._EmptyState_1sy8e_1563 h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--main);
}
._EmptyState_1sy8e_1563._padding_1sy8e_1592 {
  padding: var(--spacing-xl);
}
._EmptyState_1sy8e_1563:not(._noBtnStyles_1sy8e_1595) 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_1sy8e_1563:not(._noBtnStyles_1sy8e_1595) button:hover {
  background: var(--darker);
}

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

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

._FakeInput_1sy8e_1656 {
  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;
}
._FakeInput_1sy8e_1656._large_1sy8e_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}
._FakeInput_1sy8e_1656._large_1sy8e_320 button {
  right: 0;
}
._FakeInput_1sy8e_1656._disabled_1sy8e_1619 {
  opacity: 0.5;
}
._FakeInput_1sy8e_1656._withSpacingRight_1sy8e_1678 {
  padding-right: 30px;
}
._FakeInput_1sy8e_1656 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_1sy8e_1696 {
  padding: var(--spacing-md) 0;
}

._AddressInputWrapper_1sy8e_1700 {
  margin: 0 auto;
  position: relative;
}
._AddressInputWrapper_1sy8e_1700 input._minimal_1sy8e_1704 {
  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_1sy8e_1713 {
  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_1sy8e_1713._minimal_1sy8e_1704 {
  background: var(--darkGray);
  width: auto;
  border-radius: 4px;
  border-top: 2px solid var(--main);
  margin-top: 2px;
}
._SuggestionWrapper_1sy8e_1713._minimal_1sy8e_1704 ._Suggestion_1sy8e_1713 {
  white-space: nowrap;
}
._SuggestionWrapper_1sy8e_1713._minimal_1sy8e_1704 ._Suggestion_1sy8e_1713:hover {
  background: var(--main);
}

._Suggestion_1sy8e_1713 {
  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_1sy8e_1713:hover {
  background: #f1f2f3;
}

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

._StyledChip_1sy8e_1763 {
  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;
}
._StyledChip_1sy8e_1763._small_1sy8e_261 {
  padding: var(--spacing-xs) var(--spacing-sm);
}
._StyledChip_1sy8e_1763._spacingLeft_1sy8e_1776 {
  margin-left: var(--spacing-sm);
}
._StyledChip_1sy8e_1763._isRainbow_1sy8e_1779: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 ._LogoSvg_1sy8e_1792 {
  height: 30px;
  width: 30px;
}

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

._SelectLabelButton_1sy8e_1826 {
  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_1sy8e_1826._isPlaceholder_1sy8e_1846 {
  color: #999;
}
._SelectLabelButton_1sy8e_1826._small_1sy8e_261 {
  padding: var(--spacing-sm) 36px var(--spacing-sm) var(--spacing-md);
}
._SelectLabelButton_1sy8e_1826._large_1sy8e_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}
._SelectLabelButton_1sy8e_1826.disabled, ._SelectLabelButton_1sy8e_1826:disabled {
  opacity: 0.3;
  cursor: default;
}
._SelectLabelButton_1sy8e_1826:not(.disabled).active, ._SelectLabelButton_1sy8e_1826:not(.disabled):focus {
  border: 2px solid var(--main);
}
._SelectLabelButton_1sy8e_1826:not(.disabled).active:not(._showAbove_1sy8e_1862), ._SelectLabelButton_1sy8e_1826:not(.disabled):focus:not(._showAbove_1sy8e_1862) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
._SelectLabelButton_1sy8e_1826:not(.disabled).active._showAbove_1sy8e_1862, ._SelectLabelButton_1sy8e_1826:not(.disabled):focus._showAbove_1sy8e_1862 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

._MultiSelectLabelButton_1sy8e_1871._hasChips_1sy8e_1871 {
  padding: 6px 40px 6px var(--spacing-md);
}
._MultiSelectLabelButton_1sy8e_1871._hasChips_1sy8e_1871._small_1sy8e_261 {
  padding: 2px 36px 2px var(--spacing-md);
}
._MultiSelectLabelButton_1sy8e_1871._hasChips_1sy8e_1871._large_1sy8e_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}

._SelectStyledSearchInput_1sy8e_1881 {
  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_1sy8e_1881:not(._disabled_1sy8e_1619).active {
  border: 2px solid var(--main);
}
._SelectStyledSearchInput_1sy8e_1881:not(._disabled_1sy8e_1619).active:not(._showAbove_1sy8e_1862) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
._SelectStyledSearchInput_1sy8e_1881:not(._disabled_1sy8e_1619).active._showAbove_1sy8e_1862 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
._SelectStyledSearchInput_1sy8e_1881._small_1sy8e_261 {
  padding: var(--spacing-sm) 36px var(--spacing-sm) var(--spacing-md);
}
._SelectStyledSearchInput_1sy8e_1881._large_1sy8e_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}

._SelectListWrapper_1sy8e_1914 {
  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_1sy8e_1914._showAbove_1sy8e_1862 {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
._SelectListWrapper_1sy8e_1914 li:last-child > button,
._SelectListWrapper_1sy8e_1914 li:last-child > ._GroupLabel_1sy8e_1932 {
  border-bottom: none;
}
._SelectListWrapper_1sy8e_1914 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_1sy8e_1914 button:hover:not(:disabled):not(.selected), ._SelectListWrapper_1sy8e_1914 button.highlighted {
  background: #f1f2f3;
}
._SelectListWrapper_1sy8e_1914 button:disabled ._SelectCheckboxVisual_1sy8e_1950 {
  opacity: 0.3;
}
._SelectListWrapper_1sy8e_1914 button.selected {
  background: var(--main);
  color: #fff;
}

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

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

._SelectWrapper_1sy8e_1987 {
  position: relative;
  width: 50%;
}
._SelectWrapper_1sy8e_1987._small_1sy8e_261 {
  width: auto;
}
._SelectWrapper_1sy8e_1987._fullWidth_1sy8e_481 {
  width: 100%;
}

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

._GroupLabel_1sy8e_1932 {
  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_1sy8e_2023 {
  font-size: 14px;
  padding: 8px;
}

._NoBGTextarea_1sy8e_2028 {
  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_1sy8e_2028:focus {
  border: none;
  outline: none;
  border-bottom: 2px solid var(--main);
}

._PromptWrapper_1sy8e_2045 {
  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_1sy8e_2064 {
  color: #f00;
  margin-left: var(--spacing-sm);
}

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

._buttonGroup_1sy8e_2091 {
  display: flex;
  align-items: center;
  padding: var(--spacing-lg) 0;
}
._buttonGroup_1sy8e_2091._noPadding_1sy8e_375 {
  padding: 0;
}
._buttonGroup_1sy8e_2091 button {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: var(--spacing-md) var(--spacing-lg);
  transition: all 0.3s;
  font-weight: 500;
}
._buttonGroup_1sy8e_2091 button.active {
  background: var(--darkerHover) !important;
  border: 1px solid var(--darkerHover) !important;
  color: #fff;
}
._buttonGroup_1sy8e_2091 button:hover {
  background: var(--darkerHover);
  border: 1px solid var(--darkerHover);
  color: #fff;
}
._buttonGroup_1sy8e_2091 button:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
._buttonGroup_1sy8e_2091 button:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
