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

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

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

._banner_13ey0_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_13ey0_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_13ey0_97 ._markdownContent_13ey0_108 {
  padding: 10px;
  white-space: pre-wrap;
}
._markdownWrapper_13ey0_97 ._markdownToolbar_13ey0_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_13ey0_97 ._markdownToolbar_13ey0_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_13ey0_97 ._markdownToolbar_13ey0_112 button:hover {
  background-color: rgba(175, 184, 193, 0.2);
  color: #0969da;
}

._AbsoluteProgress_13ey0_145 {
  position: absolute;
}
._AbsoluteProgress_13ey0_145._centered_13ey0_148 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1003;
}
._AbsoluteProgress_13ey0_145._spacingTop_13ey0_155 {
  top: 100px;
}

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

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

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

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

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

._Count_13ey0_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_13ey0_252._small_13ey0_261 {
  padding: var(--spacing-xs) var(--spacing-xs);
  align-items: center;
  line-height: 1;
  font-size: 11px;
  min-width: 17px;
}
._Count_13ey0_252._medium_13ey0_268 {
  padding: var(--spacing-xs) 6px;
}
._Count_13ey0_252._critical_13ey0_271 {
  background: #f00;
}

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

._IconLink_13ey0_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_13ey0_291:disabled {
  opacity: 0.5;
}
._IconLink_13ey0_291:hover:not(:disabled) {
  border: 1px solid var(--main);
}
._IconLink_13ey0_291._withBorder_13ey0_311 {
  border: 1px solid var(--main);
}
._IconLink_13ey0_291._noMargin_13ey0_314 {
  margin-left: 0;
}
._IconLink_13ey0_291._small_13ey0_261 svg {
  width: 16px;
}
._IconLink_13ey0_291._large_13ey0_320 svg {
  width: 26px;
}
._IconLink_13ey0_291._light_13ey0_323 {
  color: #fff;
}
._IconLink_13ey0_291._light_13ey0_323 svg {
  fill: #fff;
}
._IconLink_13ey0_291._light_13ey0_323:hover:not(:disabled) {
  border: 1px solid #fff;
}
._IconLink_13ey0_291._withBackground_13ey0_332 {
  background: var(--main);
  border: 1px solid var(--main);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
._IconLink_13ey0_291._withBackground_13ey0_332._light_13ey0_323 {
  background: #fff;
  border: 1px solid #fff;
}
._IconLink_13ey0_291._withBackground_13ey0_332._light_13ey0_323 svg {
  fill: var(--main);
}
._IconLink_13ey0_291._withBackground_13ey0_332._light_13ey0_323._withBorder_13ey0_311 {
  border: 1px solid var(--main);
}
._IconLink_13ey0_291._withBackground_13ey0_332._light_13ey0_323:hover:not(:disabled) {
  background: var(--main);
}
._IconLink_13ey0_291._withBackground_13ey0_332._light_13ey0_323:hover:not(:disabled) svg {
  fill: #fff;
}
._IconLink_13ey0_291._withBackground_13ey0_332 svg {
  fill: #fff;
}
._IconLink_13ey0_291._withBackground_13ey0_332:hover:not(:disabled) {
  background: #fff;
}
._IconLink_13ey0_291._withBackground_13ey0_332:hover:not(:disabled) svg {
  fill: var(--main);
}
._IconLink_13ey0_291 svg {
  fill: var(--main);
  height: auto;
  width: 20px;
}

._TabButtonsWrapper_13ey0_368 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-md);
  padding: var(--spacing-lg) 0;
}
._TabButtonsWrapper_13ey0_368._noPaddingBottom_13ey0_375 {
  padding-bottom: 0;
}
._TabButtonsWrapper_13ey0_368._noPadding_13ey0_375 {
  padding: 0;
}
._TabButtonsWrapper_13ey0_368._marginTop_13ey0_381 {
  margin-top: var(--spacing-lg);
}
._TabButtonsWrapper_13ey0_368._marginBottom_13ey0_384 {
  margin-bottom: var(--spacing-lg);
}
._TabButtonsWrapper_13ey0_368._small_13ey0_261 {
  padding: 0 0 var(--spacing-md);
}
._TabButtonsWrapper_13ey0_368._small_13ey0_261._noPaddingBottom_13ey0_375 {
  padding-bottom: 0;
}
._TabButtonsWrapper_13ey0_368._small_13ey0_261 ._TabButton_13ey0_368 {
  padding: var(--spacing-sm) var(--spacing-md);
}
._TabButtonsWrapper_13ey0_368._tiny_13ey0_396 {
  padding: 0 0 var(--spacing-md);
}
._TabButtonsWrapper_13ey0_368._tiny_13ey0_396._noPaddingBottom_13ey0_375 {
  padding-bottom: 0;
}
._TabButtonsWrapper_13ey0_368._tiny_13ey0_396 ._TabButton_13ey0_368 {
  font-size: 12px;
  padding: var(--spacing-sm) var(--spacing-md);
}
._TabButtonsWrapper_13ey0_368 ._TabButtonDelete_13ey0_406 {
  border: none;
  background: none;
  padding: 0;
  margin-right: -4px;
  margin-left: 4px;
  display: flex;
}
._TabButtonsWrapper_13ey0_368 ._TabButton_13ey0_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_13ey0_368 ._TabButton_13ey0_368 svg {
  height: 15px;
  width: 15px;
}
._TabButtonsWrapper_13ey0_368 button._active_13ey0_426 {
  background: var(--darkerHover) !important;
  border: 1px solid var(--darkerHover) !important;
  color: #fff;
}
._TabButtonsWrapper_13ey0_368 button._active_13ey0_426 ._TabButtonDelete_13ey0_406 {
  color: #fff;
}
._TabButtonsWrapper_13ey0_368 button._TabButton_13ey0_368:hover {
  background: var(--darkerHover);
  border: 1px solid var(--darkerHover);
  color: #fff;
}
._TabButtonsWrapper_13ey0_368 button._TabButton_13ey0_368:hover ._TabButtonDelete_13ey0_406 {
  color: #fff;
}

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

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

._InlineWrapper_13ey0_463 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
@media (max-width: 600px) {
  ._InlineWrapper_13ey0_463._wrapMobile_13ey0_477 {
    flex-wrap: wrap;
  }
}
._InlineWrapper_13ey0_463._fullWidth_13ey0_481 {
  width: 100%;
}
._InlineWrapper_13ey0_463._wrap_13ey0_477 {
  flex-wrap: wrap;
}
._InlineWrapper_13ey0_463._noShrink_13ey0_487 {
  flex-shrink: 0;
}
._InlineWrapper_13ey0_463._spacingTop_13ey0_155 {
  margin-top: var(--spacing-md);
}
._InlineWrapper_13ey0_463._spacingTopLarge_13ey0_493 {
  margin-top: var(--spacing-lg);
}
._InlineWrapper_13ey0_463._spacingBottomLarge_13ey0_496 {
  margin-bottom: var(--spacing-lg);
}
._InlineWrapper_13ey0_463._spacingBottom_13ey0_496 {
  margin-bottom: var(--spacing-md);
}
._InlineWrapper_13ey0_463._spaceBetween_13ey0_502 {
  justify-content: space-between;
}
._InlineWrapper_13ey0_463._centered_13ey0_148 {
  justify-content: center;
}
._InlineWrapper_13ey0_463._end_13ey0_508 {
  justify-content: flex-end;
}
._InlineWrapper_13ey0_463._bottom_13ey0_511 {
  align-items: flex-end;
}
._InlineWrapper_13ey0_463._top_13ey0_514 {
  align-items: start;
}
._InlineWrapper_13ey0_463._grow_13ey0_517 {
  flex-grow: 1;
}
._InlineWrapper_13ey0_463._tight_13ey0_520 {
  gap: var(--spacing-xs);
}
._InlineWrapper_13ey0_463._littleTight_13ey0_523 {
  gap: var(--spacing-sm);
}
._InlineWrapper_13ey0_463._relative_13ey0_526 {
  position: relative;
}
@media (max-width: 960px) {
  ._InlineWrapper_13ey0_463._mobileTight_13ey0_530 {
    gap: var(--spacing-xs);
  }
}
._InlineWrapper_13ey0_463._noGap_13ey0_534 {
  gap: 0;
}
@media (max-width: 600px) {
  ._InlineWrapper_13ey0_463._noGapMobile_13ey0_538 {
    gap: 0;
  }
}

._timePickerWrapper_13ey0_543 {
  position: relative;
}

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

._phoneInput_13ey0_590 {
  width: 100%;
  position: relative;
}
._phoneInput_13ey0_590:focus-within input,
._phoneInput_13ey0_590:focus-within button {
  border-color: var(--main) !important;
}
._phoneInput_13ey0_590::-moz-placeholder {
  color: #999;
  opacity: 1;
}
._phoneInput_13ey0_590:-ms-input-placeholder {
  color: #999;
}
._phoneInput_13ey0_590::-webkit-input-placeholder {
  color: #999;
}
._phoneInput_13ey0_590 .MuiInputBase-root {
  padding: 0 !important;
}
._phoneInput_13ey0_590 button {
  border: 2px solid var(--border) !important;
  border-right: none !important;
  transition: border 0.3s;
  height: 36px;
}
._phoneInput_13ey0_590 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_13ey0_590._small_13ey0_261 input {
  padding: calc(var(--spacing-sm) - 2px) var(--spacing-sm) !important;
}
._phoneInput_13ey0_590._small_13ey0_261 button {
  height: 36px;
}
._phoneInput_13ey0_590._large_13ey0_320 input {
  padding: calc(var(--spacing-lg) - 2px) var(--spacing-lg) !important;
}
._phoneInput_13ey0_590._large_13ey0_320 button {
  height: 47px;
}

._IconButton_13ey0_644 {
  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_13ey0_644:disabled {
  opacity: 0.5;
}
._IconButton_13ey0_644:hover:not(:disabled) {
  border: 1px solid var(--darker);
}
._IconButton_13ey0_644._withBorder_13ey0_311 {
  border: 1px solid var(--darker);
}
._IconButton_13ey0_644._withBorder_13ey0_311:hover {
  background: var(--bg);
}
._IconButton_13ey0_644._noMargin_13ey0_314 {
  margin-left: 0;
}
._IconButton_13ey0_644._small_13ey0_261 {
  width: 16px;
  height: 16px;
}
._IconButton_13ey0_644._small_13ey0_261 svg {
  width: 100%;
  height: auto;
}
._IconButton_13ey0_644._small_13ey0_261 ._circulapProgress_13ey0_682 svg {
  width: auto;
}
._IconButton_13ey0_644._large_13ey0_320 {
  width: 26px;
  height: 26px;
}
._IconButton_13ey0_644._large_13ey0_320 svg {
  width: 100%;
  height: auto;
}
._IconButton_13ey0_644._large_13ey0_320 ._circulapProgress_13ey0_682 svg {
  width: auto;
}
._IconButton_13ey0_644._xLarge_13ey0_696 {
  width: 36px;
  height: 36px;
}
._IconButton_13ey0_644._xLarge_13ey0_696 svg {
  width: 100%;
  height: auto;
}
._IconButton_13ey0_644._xLarge_13ey0_696 ._circulapProgress_13ey0_682 svg {
  width: auto;
}
._IconButton_13ey0_644._light_13ey0_323 {
  color: #fff;
}
._IconButton_13ey0_644._light_13ey0_323 svg,
._IconButton_13ey0_644._light_13ey0_323 svg path {
  fill: #fff !important;
}
._IconButton_13ey0_644._light_13ey0_323:hover:not(:disabled) {
  border: 1px solid #fff;
}
._IconButton_13ey0_644._withBackground_13ey0_332 {
  background: var(--darker);
  border: 1px solid var(--darker);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
._IconButton_13ey0_644._withBackground_13ey0_332._light_13ey0_323 {
  background: #fff;
  border: 1px solid #fff;
}
._IconButton_13ey0_644._withBackground_13ey0_332._light_13ey0_323 svg,
._IconButton_13ey0_644._withBackground_13ey0_332._light_13ey0_323 svg path {
  fill: var(--darkGray) !important;
}
._IconButton_13ey0_644._withBackground_13ey0_332._light_13ey0_323._withBorder_13ey0_311 {
  border: 1px solid var(--darker);
}
._IconButton_13ey0_644._withBackground_13ey0_332._light_13ey0_323:hover:not(:disabled) {
  background: var(--darker);
}
._IconButton_13ey0_644._withBackground_13ey0_332._light_13ey0_323:hover:not(:disabled) svg,
._IconButton_13ey0_644._withBackground_13ey0_332._light_13ey0_323:hover:not(:disabled) svg path {
  fill: #fff !important;
}
._IconButton_13ey0_644._withBackground_13ey0_332 svg,
._IconButton_13ey0_644._withBackground_13ey0_332 svg path {
  fill: #fff !important;
}
._IconButton_13ey0_644._withBackground_13ey0_332:hover:not(:disabled) {
  background: #fff;
}
._IconButton_13ey0_644._withBackground_13ey0_332:hover:not(:disabled) svg,
._IconButton_13ey0_644._withBackground_13ey0_332:hover:not(:disabled) svg path {
  fill: var(--darkGray) !important;
}
._IconButton_13ey0_644 svg,
._IconButton_13ey0_644 svg path {
  fill: var(--darkGray) !important;
  height: auto;
  width: 20px;
  transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

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

._Divider_13ey0_886 {
  background: var(--border);
  width: 60px;
  height: 2px;
  border-radius: 3px;
  opacity: 0.4;
  display: block;
}
._Divider_13ey0_886:not(._horizontal_13ey0_894) {
  margin: -4px auto;
}
._Divider_13ey0_886:not(._horizontal_13ey0_894)._wide_13ey0_459 {
  width: 60%;
}
._Divider_13ey0_886:not(._horizontal_13ey0_894)._spacing_13ey0_155 {
  margin: calc(var(--spacing-lg) + 6px) auto var(--spacing-lg);
}
._Divider_13ey0_886._dark_13ey0_903 {
  background: var(--infoHover);
}
._Divider_13ey0_886._thin_13ey0_906 {
  height: 1px;
}
._Divider_13ey0_886._thin_13ey0_906._horizontal_13ey0_894 {
  width: 1px;
}
._Divider_13ey0_886._horizontal_13ey0_894 {
  height: 20px;
  width: 2px;
}

._DialogWrapper_13ey0_917 {
  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_13ey0_917._fullHeight_13ey0_934 {
  max-height: 95%;
}
._DialogWrapper_13ey0_917 ._DialogContent_13ey0_937,
._DialogWrapper_13ey0_917 ._DialogFooter_13ey0_938,
._DialogWrapper_13ey0_917 ._DialogHeader_13ey0_939,
._DialogWrapper_13ey0_917 ._DialogActions_13ey0_940 {
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
}
@media (max-width: 960px) {
  ._DialogWrapper_13ey0_917 {
    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_13ey0_917._fullHeight_13ey0_934 {
    max-height: 100%;
  }
  ._DialogWrapper_13ey0_917 ._DialogContent_13ey0_937,
  ._DialogWrapper_13ey0_917 ._DialogFooter_13ey0_938,
  ._DialogWrapper_13ey0_917 ._DialogHeader_13ey0_939,
  ._DialogWrapper_13ey0_917 ._DialogActions_13ey0_940 {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
}

._event_13ey0_969._DialogWrapper_13ey0_917 {
  background: #f1f2f3;
}
@media (max-width: 960px) {
  ._event_13ey0_969._DialogWrapper_13ey0_917 {
    padding: 0;
  }
  ._event_13ey0_969._DialogWrapper_13ey0_917 ._DialogContent_13ey0_937,
  ._event_13ey0_969._DialogWrapper_13ey0_917 ._DialogFooter_13ey0_938,
  ._event_13ey0_969._DialogWrapper_13ey0_917 ._DialogHeader_13ey0_939,
  ._event_13ey0_969._DialogWrapper_13ey0_917 ._DialogActions_13ey0_940 {
    padding-left: 0;
    padding-right: 0;
  }
}

._CloseBtn_13ey0_985 {
  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_13ey0_985._relative_13ey0_526 {
  position: static;
}
._CloseBtn_13ey0_985:hover {
  background: #e1e2e3;
}
._CloseBtn_13ey0_985._closer_13ey0_1010 {
  right: var(--spacing-lg);
  top: calc(var(--spacing-lg) + 7px);
}

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

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

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

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

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

._FieldWrapper_13ey0_1079 {
  margin: 20px 0;
  position: relative;
}
._FieldWrapper_13ey0_1079._noMarginTop_13ey0_1083 {
  margin-top: 0;
}
._FieldWrapper_13ey0_1079._smallMarginTop_13ey0_1086 {
  margin-top: var(--spacing-sm);
}
._FieldWrapper_13ey0_1079._smallMarginBottom_13ey0_1089 {
  margin-bottom: var(--spacing-sm);
}
._FieldWrapper_13ey0_1079._noMarginBottom_13ey0_1092 {
  margin-bottom: 0;
}
._FieldWrapper_13ey0_1079._halfWidth_13ey0_1095 {
  width: calc((100% - var(--spacing-md)) / 2);
}
._FieldWrapper_13ey0_1079._fullWidth_13ey0_481 {
  width: 100%;
}
._FieldWrapper_13ey0_1079._autoWidth_13ey0_1101 {
  flex-grow: 1;
}
._FieldWrapper_13ey0_1079._quarterWidth_13ey0_1104 {
  width: calc((100% - var(--spacing-md) * 3) / 4);
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_13ey0_1079._thirdWidth_13ey0_1109 {
  width: calc((100% - var(--spacing-md) * 2) / 3);
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_13ey0_1079._eigthWidth_13ey0_1114 {
  width: 12%;
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_13ey0_1079._sixthWidth_13ey0_1119 {
  width: calc((100% - var(--spacing-md) * 5) / 6);
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 960px) {
  ._FieldWrapper_13ey0_1079 {
    width: 100%;
    margin: 10px 0 10px;
  }
}
@media (max-width: 600px) {
  ._FieldWrapper_13ey0_1079._mobileFullWidth_13ey0_1131 {
    width: 100%;
    margin: 10px 0 10px;
  }
}

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

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

._InputWrapper_13ey0_1157 {
  position: relative;
}

._Note_13ey0_1026 {
  margin: 0 0 var(--spacing-sm);
  font-size: 14px;
  color: var(--infoHover);
  text-align: left;
  transition: color 0.3s;
}
._Note_13ey0_1026 a {
  color: var(--darker);
  transition: color 0.3s;
  text-decoration: none;
}
._Note_13ey0_1026 a:hover {
  color: var(--darkerHover);
}
._Note_13ey0_1026._smallMarginBottom_13ey0_1089 {
  margin-bottom: var(--spacing-sm);
}
._Note_13ey0_1026._mediumMarginBottom_13ey0_1179 {
  margin-bottom: var(--spacing-md);
}
._Note_13ey0_1026._marginBottom_13ey0_384 {
  margin-bottom: var(--spacing-lg);
}
._Note_13ey0_1026._smallMarginTop_13ey0_1086 {
  margin-top: var(--spacing-sm);
}
._Note_13ey0_1026._mediumMarginTop_13ey0_1188 {
  margin-top: var(--spacing-md);
}
._Note_13ey0_1026._marginTop_13ey0_381 {
  margin-top: var(--spacing-lg);
}
._Note_13ey0_1026._noMargin_13ey0_314 {
  margin: 0;
}
._Note_13ey0_1026._centered_13ey0_148 {
  text-align: center;
}
._Note_13ey0_1026._right_13ey0_1200 {
  text-align: right;
}
._Note_13ey0_1026._warning_13ey0_35 {
  color: orange;
}

._isOverlayedLabel_13ey0_1207 {
  position: relative;
}

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

@keyframes _pulse_13ey0_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_13ey0_1231 {
  margin-bottom: var(--spacing-sm);
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}
._SpanLabel_13ey0_1231._isOverlayed_13ey0_1207 {
  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_13ey0_1231._isOverlayed_13ey0_1207._isOverlayedLabelSelect_13ey0_1251 {
  top: 8px;
}
._SpanLabel_13ey0_1231._isInline_13ey0_1254 {
  margin-left: 4px;
  cursor: pointer;
}
._SpanLabel_13ey0_1231._ellipsis_13ey0_1258 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._SpanLabel_13ey0_1231._small_13ey0_261 {
  font-size: 12px !important;
}
._SpanLabel_13ey0_1231._topMargin_13ey0_1267 {
  margin-top: var(--spacing-md);
}

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

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

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

._TextBtn_13ey0_1358 {
  border: none;
  padding: 0;
  background: none;
  color: var(--darker);
  margin: var(--spacing-sm) 0 0;
  display: block;
}
._TextBtn_13ey0_1358._underlined_13ey0_1366 {
  text-decoration: underline;
}
._TextBtn_13ey0_1358._isAlignedRight_13ey0_1369 {
  margin-left: auto;
}
._TextBtn_13ey0_1358._noMargin_13ey0_314 {
  margin-top: 0;
}
._TextBtn_13ey0_1358._darkText_13ey0_1375 {
  color: var(--mainText);
}

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

._DeleteButton_13ey0_1383 {
  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_13ey0_1383._noMargin_13ey0_314 {
  margin: 0;
}
._DeleteButton_13ey0_1383._large_13ey0_320 {
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
  width: 100%;
}
._DeleteButton_13ey0_1383:disabled {
  opacity: 0.3;
}
._DeleteButton_13ey0_1383:hover:not(:disabled) {
  background: white;
  color: red;
}

.scrolled ._Badge_13ey0_1415._large_13ey0_320 {
  font-size: 10px;
  width: 16px;
  height: 16px;
}

._Badge_13ey0_1415 {
  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_13ey0_1415._error_13ey0_46 {
  background: red;
}
._Badge_13ey0_1415._large_13ey0_320 {
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 2px;
}
._Badge_13ey0_1415._round_13ey0_1447 {
  border-radius: 50%;
}
._Badge_13ey0_1415._inline_13ey0_1450 {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  padding: 2px var(--spacing-sm) 1px;
}
._Badge_13ey0_1415._dark_13ey0_903 {
  background: var(--main);
}

._Error_13ey0_1461,
._Warning_13ey0_1462 {
  color: red;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 10px 0 0;
}
._Error_13ey0_1461._noMargin_13ey0_314,
._Warning_13ey0_1462._noMargin_13ey0_314 {
  margin: 0;
}
._Error_13ey0_1461._tightMargin_13ey0_1473,
._Warning_13ey0_1462._tightMargin_13ey0_1473 {
  margin-top: var(--spacing-sm);
}
._Error_13ey0_1461._right_13ey0_1200,
._Warning_13ey0_1462._right_13ey0_1200 {
  text-align: right;
}

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

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

._TournamentNavBtn_13ey0_1500 {
  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_13ey0_1500._fullWidth_13ey0_481 {
  width: 100%;
}
._TournamentNavBtn_13ey0_1500._noLineHeight_13ey0_1518 {
  line-height: 0 !important;
}
._TournamentNavBtn_13ey0_1500._marginTop_13ey0_381 {
  margin-top: var(--spacing-md);
}
._TournamentNavBtn_13ey0_1500._xLarge_13ey0_696 {
  font-size: 22px !important;
  padding: 20px 30px !important;
}
._TournamentNavBtn_13ey0_1500._xLarge_13ey0_696 :not(._circulapProgress_13ey0_682) svg {
  width: 48px !important;
  height: 48px !important;
}
._TournamentNavBtn_13ey0_1500._small_13ey0_261 {
  font-size: 12px !important;
  padding: 4px 6px !important;
}
._TournamentNavBtn_13ey0_1500._small_13ey0_261 :not(._circulapProgress_13ey0_682) svg {
  width: 14px !important;
  height: 14px !important;
}
._TournamentNavBtn_13ey0_1500._tiny_13ey0_396 {
  font-size: 12px !important;
  padding: 2px 6px !important;
}
._TournamentNavBtn_13ey0_1500._tiny_13ey0_396 :not(._circulapProgress_13ey0_682) svg {
  width: 10px !important;
  height: 10px !important;
}
._TournamentNavBtn_13ey0_1500._medium_13ey0_268 {
  padding: 6px 11px !important;
}
._TournamentNavBtn_13ey0_1500._medium_13ey0_268 :not(._circulapProgress_13ey0_682) svg {
  width: 14px !important;
  height: 14px !important;
}
._TournamentNavBtn_13ey0_1500._isAlignedRight_13ey0_1369 {
  margin-left: auto;
}
._TournamentNavBtn_13ey0_1500:not(._noDisabledState_13ey0_1558):disabled {
  opacity: 0.5;
  cursor: default;
}

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

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

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

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

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

._ErrorCount_13ey0_1666 {
  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_13ey0_1666._small_13ey0_261 {
  font-size: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
}

._EmptyState_13ey0_1684 {
  text-align: center;
  margin-top: 70px;
}
._EmptyState_13ey0_1684 a {
  color: var(--darker);
  transition: color 0.3s;
  text-decoration: none;
}
._EmptyState_13ey0_1684 a:hover {
  color: var(--darkerHover);
}
._EmptyState_13ey0_1684 svg {
  fill: var(--darkGray);
}
._EmptyState_13ey0_1684._noMargin_13ey0_314 {
  margin-top: 0;
}
._EmptyState_13ey0_1684._leftAligned_13ey0_1702 {
  text-align: left;
}
._EmptyState_13ey0_1684._smallMargin_13ey0_1086 {
  margin-top: 30px;
}
._EmptyState_13ey0_1684 h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--main);
}
._EmptyState_13ey0_1684._padding_13ey0_1713 {
  padding: var(--spacing-xl);
}
._EmptyState_13ey0_1684:not(._noBtnStyles_13ey0_1716) 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_13ey0_1684:not(._noBtnStyles_13ey0_1716) button:hover {
  background: var(--darker);
}

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

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

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

._FakeInput_13ey0_1795 {
  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_13ey0_1795._large_13ey0_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}
._FakeInput_13ey0_1795._large_13ey0_320 button {
  right: 0;
}
._FakeInput_13ey0_1795._disabled_13ey0_1740 {
  opacity: 0.5;
}
._FakeInput_13ey0_1795._withSpacingRight_13ey0_1817 {
  padding-right: 30px;
}
._FakeInput_13ey0_1795 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_13ey0_1835 {
  padding: var(--spacing-md) 0;
}

._AddressInputWrapper_13ey0_1839 {
  margin: 0 auto;
  position: relative;
}
._AddressInputWrapper_13ey0_1839 ._FakeInput_13ey0_1795._minimal_13ey0_1843 {
  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_13ey0_1839 input._minimal_13ey0_1843 {
  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_13ey0_1860 {
  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_13ey0_1860._minimal_13ey0_1843 {
  background: var(--darkGray);
  width: auto;
  border-radius: 4px;
  border-top: 2px solid var(--main);
  margin-top: 2px;
}
._SuggestionWrapper_13ey0_1860._minimal_13ey0_1843 ._Suggestion_13ey0_1860 {
  white-space: nowrap;
}
._SuggestionWrapper_13ey0_1860._minimal_13ey0_1843 ._Suggestion_13ey0_1860:hover {
  background: var(--main);
}

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

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

._StyledChip_13ey0_1910 {
  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_13ey0_1910._bold_13ey0_1920 {
  font-weight: 600;
}
._StyledChip_13ey0_1910._small_13ey0_261 {
  padding: var(--spacing-xs) var(--spacing-sm);
}
._StyledChip_13ey0_1910._spacingLeft_13ey0_1926 {
  margin-left: var(--spacing-sm);
}
._StyledChip_13ey0_1910._isRainbow_13ey0_1929: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_13ey0_1942 {
  height: 30px;
  width: 30px;
}

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

._SelectLabelButton_13ey0_1976 {
  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_13ey0_1976._isPlaceholder_13ey0_1996 {
  color: #999;
}
._SelectLabelButton_13ey0_1976._small_13ey0_261 {
  padding: var(--spacing-sm) 36px var(--spacing-sm) var(--spacing-md);
}
._SelectLabelButton_13ey0_1976._large_13ey0_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}
._SelectLabelButton_13ey0_1976.disabled, ._SelectLabelButton_13ey0_1976:disabled {
  opacity: 0.3;
  cursor: default;
}
._SelectLabelButton_13ey0_1976:not(.disabled).active, ._SelectLabelButton_13ey0_1976:not(.disabled):focus {
  border: 2px solid var(--main);
}
._SelectLabelButton_13ey0_1976:not(.disabled).active:not(._showAbove_13ey0_2012), ._SelectLabelButton_13ey0_1976:not(.disabled):focus:not(._showAbove_13ey0_2012) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
._SelectLabelButton_13ey0_1976:not(.disabled).active._showAbove_13ey0_2012, ._SelectLabelButton_13ey0_1976:not(.disabled):focus._showAbove_13ey0_2012 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

._MultiSelectLabelButton_13ey0_2021._hasChips_13ey0_2021 {
  padding: 6px 40px 6px var(--spacing-md);
}
._MultiSelectLabelButton_13ey0_2021._hasChips_13ey0_2021._small_13ey0_261 {
  padding: 2px 36px 2px var(--spacing-md);
}
._MultiSelectLabelButton_13ey0_2021._hasChips_13ey0_2021._large_13ey0_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}

._SelectStyledSearchInput_13ey0_2031 {
  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_13ey0_2031:not(._disabled_13ey0_1740).active {
  border: 2px solid var(--main);
}
._SelectStyledSearchInput_13ey0_2031:not(._disabled_13ey0_1740).active:not(._showAbove_13ey0_2012) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
._SelectStyledSearchInput_13ey0_2031:not(._disabled_13ey0_1740).active._showAbove_13ey0_2012 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
._SelectStyledSearchInput_13ey0_2031._small_13ey0_261 {
  padding: var(--spacing-sm) 36px var(--spacing-sm) var(--spacing-md);
}
._SelectStyledSearchInput_13ey0_2031._large_13ey0_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}

._SelectListWrapper_13ey0_2064 {
  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_13ey0_2064._showAbove_13ey0_2012 {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
._SelectListWrapper_13ey0_2064 li:last-child > button,
._SelectListWrapper_13ey0_2064 li:last-child > ._GroupLabel_13ey0_2082 {
  border-bottom: none;
}
._SelectListWrapper_13ey0_2064 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_13ey0_2064 button:hover:not(:disabled):not(.selected), ._SelectListWrapper_13ey0_2064 button.highlighted {
  background: #f1f2f3;
}
._SelectListWrapper_13ey0_2064 button.has-extra {
  display: flex;
  flex-wrap: wrap;
}
._SelectListWrapper_13ey0_2064 button.has-extra ul {
  list-style: none;
  padding-left: var(--spacing-lg);
}
._SelectListWrapper_13ey0_2064 button:disabled ._SelectCheckboxVisual_13ey0_2108 {
  opacity: 0.3;
}
._SelectListWrapper_13ey0_2064 button.selected {
  background: var(--main);
  color: #fff;
}

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

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

._SelectWrapper_13ey0_2145 {
  position: relative;
  width: 50%;
}
._SelectWrapper_13ey0_2145._small_13ey0_261 {
  width: auto;
}
._SelectWrapper_13ey0_2145._fullWidth_13ey0_481 {
  width: 100%;
}

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

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

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

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

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

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

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