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

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

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

._banner_1kf99_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_1kf99_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_1kf99_97 ._markdownContent_1kf99_108 {
  padding: 10px;
  white-space: pre-wrap;
}
._markdownWrapper_1kf99_97 ._markdownToolbar_1kf99_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_1kf99_97 ._markdownToolbar_1kf99_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_1kf99_97 ._markdownToolbar_1kf99_112 button:hover {
  background-color: rgba(175, 184, 193, 0.2);
  color: #0969da;
}

._AbsoluteProgress_1kf99_145 {
  position: absolute;
}
._AbsoluteProgress_1kf99_145._centered_1kf99_148 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1003;
}
._AbsoluteProgress_1kf99_145._spacingTop_1kf99_155 {
  top: 100px;
}

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

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

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

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

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

._Count_1kf99_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_1kf99_252._small_1kf99_261 {
  padding: var(--spacing-xs) var(--spacing-xs);
  align-items: center;
  line-height: 1;
  font-size: 11px;
  min-width: 17px;
}
._Count_1kf99_252._medium_1kf99_268 {
  padding: var(--spacing-xs) 6px;
}
._Count_1kf99_252._critical_1kf99_271 {
  background: #f00;
}

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

._IconLink_1kf99_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_1kf99_291:disabled {
  opacity: 0.5;
}
._IconLink_1kf99_291:hover:not(:disabled) {
  border: 1px solid var(--main);
}
._IconLink_1kf99_291._withBorder_1kf99_311 {
  border: 1px solid var(--main);
}
._IconLink_1kf99_291._noMargin_1kf99_314 {
  margin-left: 0;
}
._IconLink_1kf99_291._small_1kf99_261 svg {
  width: 16px;
}
._IconLink_1kf99_291._large_1kf99_320 svg {
  width: 26px;
}
._IconLink_1kf99_291._light_1kf99_323 {
  color: #fff;
}
._IconLink_1kf99_291._light_1kf99_323 svg {
  fill: #fff;
}
._IconLink_1kf99_291._light_1kf99_323:hover:not(:disabled) {
  border: 1px solid #fff;
}
._IconLink_1kf99_291._withBackground_1kf99_332 {
  background: var(--main);
  border: 1px solid var(--main);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
._IconLink_1kf99_291._withBackground_1kf99_332._light_1kf99_323 {
  background: #fff;
  border: 1px solid #fff;
}
._IconLink_1kf99_291._withBackground_1kf99_332._light_1kf99_323 svg {
  fill: var(--main);
}
._IconLink_1kf99_291._withBackground_1kf99_332._light_1kf99_323._withBorder_1kf99_311 {
  border: 1px solid var(--main);
}
._IconLink_1kf99_291._withBackground_1kf99_332._light_1kf99_323:hover:not(:disabled) {
  background: var(--main);
}
._IconLink_1kf99_291._withBackground_1kf99_332._light_1kf99_323:hover:not(:disabled) svg {
  fill: #fff;
}
._IconLink_1kf99_291._withBackground_1kf99_332 svg {
  fill: #fff;
}
._IconLink_1kf99_291._withBackground_1kf99_332:hover:not(:disabled) {
  background: #fff;
}
._IconLink_1kf99_291._withBackground_1kf99_332:hover:not(:disabled) svg {
  fill: var(--main);
}
._IconLink_1kf99_291 svg {
  fill: var(--main);
  height: auto;
  width: 20px;
}

._TabButtonsWrapper_1kf99_368 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-md);
  padding: var(--spacing-lg) 0;
}
._TabButtonsWrapper_1kf99_368._noPaddingBottom_1kf99_375 {
  padding-bottom: 0;
}
._TabButtonsWrapper_1kf99_368._noPadding_1kf99_375 {
  padding: 0;
}
._TabButtonsWrapper_1kf99_368._marginTop_1kf99_381 {
  margin-top: var(--spacing-lg);
}
._TabButtonsWrapper_1kf99_368._marginBottom_1kf99_384 {
  margin-bottom: var(--spacing-lg);
}
._TabButtonsWrapper_1kf99_368._small_1kf99_261 {
  padding: 0 0 var(--spacing-md);
}
._TabButtonsWrapper_1kf99_368._small_1kf99_261._noPaddingBottom_1kf99_375 {
  padding-bottom: 0;
}
._TabButtonsWrapper_1kf99_368._small_1kf99_261 ._TabButton_1kf99_368 {
  padding: var(--spacing-sm) var(--spacing-md);
}
._TabButtonsWrapper_1kf99_368._tiny_1kf99_396 {
  padding: 0 0 var(--spacing-md);
}
._TabButtonsWrapper_1kf99_368._tiny_1kf99_396._noPaddingBottom_1kf99_375 {
  padding-bottom: 0;
}
._TabButtonsWrapper_1kf99_368._tiny_1kf99_396 ._TabButton_1kf99_368 {
  font-size: 12px;
  padding: var(--spacing-sm) var(--spacing-md);
}
._TabButtonsWrapper_1kf99_368 ._TabButtonDelete_1kf99_406 {
  border: none;
  background: none;
  padding: 0;
  margin-right: -4px;
  margin-left: 4px;
  display: flex;
}
._TabButtonsWrapper_1kf99_368 ._TabButton_1kf99_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_1kf99_368 ._TabButton_1kf99_368 svg {
  height: 15px;
  width: 15px;
}
._TabButtonsWrapper_1kf99_368 button._active_1kf99_426 {
  background: var(--darkerHover) !important;
  border: 1px solid var(--darkerHover) !important;
  color: #fff;
}
._TabButtonsWrapper_1kf99_368 button._active_1kf99_426 ._TabButtonDelete_1kf99_406 {
  color: #fff;
}
._TabButtonsWrapper_1kf99_368 button._TabButton_1kf99_368:hover {
  background: var(--darkerHover);
  border: 1px solid var(--darkerHover);
  color: #fff;
}
._TabButtonsWrapper_1kf99_368 button._TabButton_1kf99_368:hover ._TabButtonDelete_1kf99_406 {
  color: #fff;
}

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

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

._InlineWrapper_1kf99_463 {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
@media (max-width: 600px) {
  ._InlineWrapper_1kf99_463._wrapMobile_1kf99_477 {
    flex-wrap: wrap;
  }
}
._InlineWrapper_1kf99_463._fullWidth_1kf99_481 {
  width: 100%;
}
._InlineWrapper_1kf99_463._wrap_1kf99_477 {
  flex-wrap: wrap;
}
._InlineWrapper_1kf99_463._noShrink_1kf99_487 {
  flex-shrink: 0;
}
._InlineWrapper_1kf99_463._spacingTop_1kf99_155 {
  margin-top: var(--spacing-md);
}
._InlineWrapper_1kf99_463._spacingTopLarge_1kf99_493 {
  margin-top: var(--spacing-lg);
}
._InlineWrapper_1kf99_463._spacingBottomLarge_1kf99_496 {
  margin-bottom: var(--spacing-lg);
}
._InlineWrapper_1kf99_463._spacingBottom_1kf99_496 {
  margin-bottom: var(--spacing-md);
}
._InlineWrapper_1kf99_463._spaceBetween_1kf99_502 {
  justify-content: space-between;
}
._InlineWrapper_1kf99_463._centered_1kf99_148 {
  justify-content: center;
}
._InlineWrapper_1kf99_463._end_1kf99_508 {
  justify-content: flex-end;
}
._InlineWrapper_1kf99_463._bottom_1kf99_511 {
  align-items: flex-end;
}
._InlineWrapper_1kf99_463._top_1kf99_514 {
  align-items: start;
}
._InlineWrapper_1kf99_463._grow_1kf99_517 {
  flex-grow: 1;
}
._InlineWrapper_1kf99_463._tight_1kf99_520 {
  gap: var(--spacing-xs);
}
._InlineWrapper_1kf99_463._littleTight_1kf99_523 {
  gap: var(--spacing-sm);
}
._InlineWrapper_1kf99_463._relative_1kf99_526 {
  position: relative;
}
@media (max-width: 960px) {
  ._InlineWrapper_1kf99_463._mobileTight_1kf99_530 {
    gap: var(--spacing-xs);
  }
}
._InlineWrapper_1kf99_463._noGap_1kf99_534 {
  gap: 0;
}
@media (max-width: 600px) {
  ._InlineWrapper_1kf99_463._noGapMobile_1kf99_538 {
    gap: 0;
  }
}

._timePickerWrapper_1kf99_543 {
  position: relative;
}

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

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

._IconButton_1kf99_644 {
  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_1kf99_644:disabled {
  opacity: 0.5;
}
._IconButton_1kf99_644:hover:not(:disabled) {
  border: 1px solid var(--darker);
}
._IconButton_1kf99_644._withBorder_1kf99_311 {
  border: 1px solid var(--darker);
}
._IconButton_1kf99_644._withBorder_1kf99_311:hover {
  background: var(--bg);
}
._IconButton_1kf99_644._noMargin_1kf99_314 {
  margin-left: 0;
}
._IconButton_1kf99_644._small_1kf99_261 svg {
  width: 16px;
}
._IconButton_1kf99_644._large_1kf99_320 svg {
  width: 26px;
}
._IconButton_1kf99_644._xLarge_1kf99_679 svg {
  width: 36px;
}
._IconButton_1kf99_644._light_1kf99_323 {
  color: #fff;
}
._IconButton_1kf99_644._light_1kf99_323 svg,
._IconButton_1kf99_644._light_1kf99_323 svg path {
  fill: #fff !important;
}
._IconButton_1kf99_644._light_1kf99_323:hover:not(:disabled) {
  border: 1px solid #fff;
}
._IconButton_1kf99_644._withBackground_1kf99_332 {
  background: var(--darker);
  border: 1px solid var(--darker);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
._IconButton_1kf99_644._withBackground_1kf99_332._light_1kf99_323 {
  background: #fff;
  border: 1px solid #fff;
}
._IconButton_1kf99_644._withBackground_1kf99_332._light_1kf99_323 svg,
._IconButton_1kf99_644._withBackground_1kf99_332._light_1kf99_323 svg path {
  fill: var(--darkGray) !important;
}
._IconButton_1kf99_644._withBackground_1kf99_332._light_1kf99_323._withBorder_1kf99_311 {
  border: 1px solid var(--darker);
}
._IconButton_1kf99_644._withBackground_1kf99_332._light_1kf99_323:hover:not(:disabled) {
  background: var(--darker);
}
._IconButton_1kf99_644._withBackground_1kf99_332._light_1kf99_323:hover:not(:disabled) svg,
._IconButton_1kf99_644._withBackground_1kf99_332._light_1kf99_323:hover:not(:disabled) svg path {
  fill: #fff !important;
}
._IconButton_1kf99_644._withBackground_1kf99_332 svg,
._IconButton_1kf99_644._withBackground_1kf99_332 svg path {
  fill: #fff !important;
}
._IconButton_1kf99_644._withBackground_1kf99_332:hover:not(:disabled) {
  background: #fff;
}
._IconButton_1kf99_644._withBackground_1kf99_332:hover:not(:disabled) svg,
._IconButton_1kf99_644._withBackground_1kf99_332:hover:not(:disabled) svg path {
  fill: var(--darkGray) !important;
}
._IconButton_1kf99_644 svg,
._IconButton_1kf99_644 svg path {
  fill: var(--darkGray) !important;
  height: auto;
  width: 20px;
  transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

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

._Divider_1kf99_861 {
  background: var(--border);
  width: 60px;
  height: 2px;
  border-radius: 3px;
  opacity: 0.4;
  display: block;
}
._Divider_1kf99_861:not(._horizontal_1kf99_869) {
  margin: -4px auto;
}
._Divider_1kf99_861:not(._horizontal_1kf99_869)._wide_1kf99_459 {
  width: 60%;
}
._Divider_1kf99_861:not(._horizontal_1kf99_869)._spacing_1kf99_155 {
  margin: calc(var(--spacing-lg) + 6px) auto var(--spacing-lg);
}
._Divider_1kf99_861._dark_1kf99_878 {
  background: var(--infoHover);
}
._Divider_1kf99_861._thin_1kf99_881 {
  height: 1px;
}
._Divider_1kf99_861._thin_1kf99_881._horizontal_1kf99_869 {
  width: 1px;
}
._Divider_1kf99_861._horizontal_1kf99_869 {
  height: 20px;
  width: 2px;
}

._DialogWrapper_1kf99_892 {
  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_1kf99_892._fullHeight_1kf99_909 {
  max-height: 95%;
}
._DialogWrapper_1kf99_892 ._DialogContent_1kf99_912,
._DialogWrapper_1kf99_892 ._DialogFooter_1kf99_913,
._DialogWrapper_1kf99_892 ._DialogHeader_1kf99_914,
._DialogWrapper_1kf99_892 ._DialogActions_1kf99_915 {
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
}
@media (max-width: 960px) {
  ._DialogWrapper_1kf99_892 {
    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_1kf99_892._fullHeight_1kf99_909 {
    max-height: 100%;
  }
  ._DialogWrapper_1kf99_892 ._DialogContent_1kf99_912,
  ._DialogWrapper_1kf99_892 ._DialogFooter_1kf99_913,
  ._DialogWrapper_1kf99_892 ._DialogHeader_1kf99_914,
  ._DialogWrapper_1kf99_892 ._DialogActions_1kf99_915 {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
}

._event_1kf99_944._DialogWrapper_1kf99_892 {
  background: #f1f2f3;
}
@media (max-width: 960px) {
  ._event_1kf99_944._DialogWrapper_1kf99_892 {
    padding: 0;
  }
  ._event_1kf99_944._DialogWrapper_1kf99_892 ._DialogContent_1kf99_912,
  ._event_1kf99_944._DialogWrapper_1kf99_892 ._DialogFooter_1kf99_913,
  ._event_1kf99_944._DialogWrapper_1kf99_892 ._DialogHeader_1kf99_914,
  ._event_1kf99_944._DialogWrapper_1kf99_892 ._DialogActions_1kf99_915 {
    padding-left: 0;
    padding-right: 0;
  }
}

._CloseBtn_1kf99_960 {
  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_1kf99_960._relative_1kf99_526 {
  position: static;
}
._CloseBtn_1kf99_960:hover {
  background: #e1e2e3;
}
._CloseBtn_1kf99_960._closer_1kf99_985 {
  right: var(--spacing-lg);
  top: calc(var(--spacing-lg) + 7px);
}

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

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

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

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

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

._FieldWrapper_1kf99_1054 {
  margin: 20px 0;
  position: relative;
}
._FieldWrapper_1kf99_1054._noMarginTop_1kf99_1058 {
  margin-top: 0;
}
._FieldWrapper_1kf99_1054._smallMarginTop_1kf99_1061 {
  margin-top: var(--spacing-sm);
}
._FieldWrapper_1kf99_1054._smallMarginBottom_1kf99_1064 {
  margin-bottom: var(--spacing-sm);
}
._FieldWrapper_1kf99_1054._noMarginBottom_1kf99_1067 {
  margin-bottom: 0;
}
._FieldWrapper_1kf99_1054._halfWidth_1kf99_1070 {
  width: calc((100% - var(--spacing-md)) / 2);
}
._FieldWrapper_1kf99_1054._fullWidth_1kf99_481 {
  width: 100%;
}
._FieldWrapper_1kf99_1054._autoWidth_1kf99_1076 {
  flex-grow: 1;
}
._FieldWrapper_1kf99_1054._quarterWidth_1kf99_1079 {
  width: calc((100% - var(--spacing-md) * 3) / 4);
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_1kf99_1054._thirdWidth_1kf99_1084 {
  width: calc((100% - var(--spacing-md) * 2) / 3);
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_1kf99_1054._eigthWidth_1kf99_1089 {
  width: 12%;
  flex-shrink: 0;
  flex-grow: 0;
}
._FieldWrapper_1kf99_1054._sixthWidth_1kf99_1094 {
  width: calc((100% - var(--spacing-md) * 5) / 6);
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 960px) {
  ._FieldWrapper_1kf99_1054 {
    width: 100%;
    margin: 10px 0 10px;
  }
}
@media (max-width: 600px) {
  ._FieldWrapper_1kf99_1054._mobileFullWidth_1kf99_1106 {
    width: 100%;
    margin: 10px 0 10px;
  }
}

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

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

._InputWrapper_1kf99_1132 {
  position: relative;
}

._Note_1kf99_1001 {
  margin: 0 0 var(--spacing-sm);
  font-size: 14px;
  color: var(--infoHover);
  text-align: left;
  transition: color 0.3s;
}
._Note_1kf99_1001 a {
  color: var(--darker);
  transition: color 0.3s;
  text-decoration: none;
}
._Note_1kf99_1001 a:hover {
  color: var(--darkerHover);
}
._Note_1kf99_1001._smallMarginBottom_1kf99_1064 {
  margin-bottom: var(--spacing-sm);
}
._Note_1kf99_1001._mediumMarginBottom_1kf99_1154 {
  margin-bottom: var(--spacing-md);
}
._Note_1kf99_1001._marginBottom_1kf99_384 {
  margin-bottom: var(--spacing-lg);
}
._Note_1kf99_1001._smallMarginTop_1kf99_1061 {
  margin-top: var(--spacing-sm);
}
._Note_1kf99_1001._mediumMarginTop_1kf99_1163 {
  margin-top: var(--spacing-md);
}
._Note_1kf99_1001._marginTop_1kf99_381 {
  margin-top: var(--spacing-lg);
}
._Note_1kf99_1001._noMargin_1kf99_314 {
  margin: 0;
}
._Note_1kf99_1001._centered_1kf99_148 {
  text-align: center;
}
._Note_1kf99_1001._right_1kf99_1175 {
  text-align: right;
}
._Note_1kf99_1001._warning_1kf99_35 {
  color: orange;
}

._isOverlayedLabel_1kf99_1182 {
  position: relative;
}

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

@keyframes _pulse_1kf99_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_1kf99_1206 {
  margin-bottom: var(--spacing-sm);
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}
._SpanLabel_1kf99_1206._isOverlayed_1kf99_1182 {
  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_1kf99_1206._isOverlayed_1kf99_1182._isOverlayedLabelSelect_1kf99_1226 {
  top: 8px;
}
._SpanLabel_1kf99_1206._isInline_1kf99_1229 {
  margin-left: 4px;
  cursor: pointer;
}
._SpanLabel_1kf99_1206._ellipsis_1kf99_1233 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._SpanLabel_1kf99_1206._small_1kf99_261 {
  font-size: 12px !important;
}
._SpanLabel_1kf99_1206._topMargin_1kf99_1242 {
  margin-top: var(--spacing-md);
}

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

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

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

._TextBtn_1kf99_1333 {
  border: none;
  padding: 0;
  background: none;
  color: var(--darker);
  margin: var(--spacing-sm) 0 0;
  display: block;
}
._TextBtn_1kf99_1333._underlined_1kf99_1341 {
  text-decoration: underline;
}
._TextBtn_1kf99_1333._isAlignedRight_1kf99_1344 {
  margin-left: auto;
}
._TextBtn_1kf99_1333._noMargin_1kf99_314 {
  margin-top: 0;
}
._TextBtn_1kf99_1333._darkText_1kf99_1350 {
  color: var(--mainText);
}

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

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

._Badge_1kf99_1390 {
  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_1kf99_1390._error_1kf99_46 {
  background: red;
}
._Badge_1kf99_1390._inline_1kf99_1405 {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  padding: 2px var(--spacing-sm) 1px;
}
._Badge_1kf99_1390._dark_1kf99_878 {
  background: var(--main);
}

._Error_1kf99_1416,
._Warning_1kf99_1417 {
  color: red;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 10px 0 0;
}
._Error_1kf99_1416._noMargin_1kf99_314,
._Warning_1kf99_1417._noMargin_1kf99_314 {
  margin: 0;
}
._Error_1kf99_1416._tightMargin_1kf99_1428,
._Warning_1kf99_1417._tightMargin_1kf99_1428 {
  margin-top: var(--spacing-sm);
}
._Error_1kf99_1416._right_1kf99_1175,
._Warning_1kf99_1417._right_1kf99_1175 {
  text-align: right;
}

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

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

._TournamentNavBtn_1kf99_1455 {
  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_1kf99_1455._fullWidth_1kf99_481 {
  width: 100%;
}
._TournamentNavBtn_1kf99_1455._noLineHeight_1kf99_1473 {
  line-height: 0 !important;
}
._TournamentNavBtn_1kf99_1455._marginTop_1kf99_381 {
  margin-top: var(--spacing-md);
}
._TournamentNavBtn_1kf99_1455._xLarge_1kf99_679 {
  font-size: 22px !important;
  padding: 20px 30px !important;
}
._TournamentNavBtn_1kf99_1455._xLarge_1kf99_679 :not(._circulapProgress_1kf99_1483) svg {
  width: 48px !important;
  height: 48px !important;
}
._TournamentNavBtn_1kf99_1455._small_1kf99_261 {
  font-size: 12px !important;
  padding: 4px 6px !important;
}
._TournamentNavBtn_1kf99_1455._small_1kf99_261 :not(._circulapProgress_1kf99_1483) svg {
  width: 14px !important;
  height: 14px !important;
}
._TournamentNavBtn_1kf99_1455._tiny_1kf99_396 {
  font-size: 12px !important;
  padding: 2px 6px !important;
}
._TournamentNavBtn_1kf99_1455._tiny_1kf99_396 :not(._circulapProgress_1kf99_1483) svg {
  width: 10px !important;
  height: 10px !important;
}
._TournamentNavBtn_1kf99_1455._medium_1kf99_268 {
  padding: 6px 11px !important;
}
._TournamentNavBtn_1kf99_1455._medium_1kf99_268 :not(._circulapProgress_1kf99_1483) svg {
  width: 14px !important;
  height: 14px !important;
}
._TournamentNavBtn_1kf99_1455._isAlignedRight_1kf99_1344 {
  margin-left: auto;
}
._TournamentNavBtn_1kf99_1455:not(._noDisabledState_1kf99_1513):disabled {
  opacity: 0.5;
  cursor: default;
}

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

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

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

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

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

._ErrorCount_1kf99_1621 {
  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_1kf99_1621._small_1kf99_261 {
  font-size: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
}

._EmptyState_1kf99_1639 {
  text-align: center;
  margin-top: 70px;
}
._EmptyState_1kf99_1639 a {
  color: var(--darker);
  transition: color 0.3s;
  text-decoration: none;
}
._EmptyState_1kf99_1639 a:hover {
  color: var(--darkerHover);
}
._EmptyState_1kf99_1639 svg {
  fill: var(--darkGray);
}
._EmptyState_1kf99_1639._noMargin_1kf99_314 {
  margin-top: 0;
}
._EmptyState_1kf99_1639._leftAligned_1kf99_1657 {
  text-align: left;
}
._EmptyState_1kf99_1639._smallMargin_1kf99_1061 {
  margin-top: 30px;
}
._EmptyState_1kf99_1639 h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--main);
}
._EmptyState_1kf99_1639._padding_1kf99_1668 {
  padding: var(--spacing-xl);
}
._EmptyState_1kf99_1639:not(._noBtnStyles_1kf99_1671) 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_1kf99_1639:not(._noBtnStyles_1kf99_1671) button:hover {
  background: var(--darker);
}

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

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

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

._FakeInput_1kf99_1749 {
  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_1kf99_1749._large_1kf99_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}
._FakeInput_1kf99_1749._large_1kf99_320 button {
  right: 0;
}
._FakeInput_1kf99_1749._disabled_1kf99_1695 {
  opacity: 0.5;
}
._FakeInput_1kf99_1749._withSpacingRight_1kf99_1771 {
  padding-right: 30px;
}
._FakeInput_1kf99_1749 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_1kf99_1789 {
  padding: var(--spacing-md) 0;
}

._AddressInputWrapper_1kf99_1793 {
  margin: 0 auto;
  position: relative;
}
._AddressInputWrapper_1kf99_1793 ._FakeInput_1kf99_1749._minimal_1kf99_1797 {
  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_1kf99_1793 input._minimal_1kf99_1797 {
  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_1kf99_1814 {
  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_1kf99_1814._minimal_1kf99_1797 {
  background: var(--darkGray);
  width: auto;
  border-radius: 4px;
  border-top: 2px solid var(--main);
  margin-top: 2px;
}
._SuggestionWrapper_1kf99_1814._minimal_1kf99_1797 ._Suggestion_1kf99_1814 {
  white-space: nowrap;
}
._SuggestionWrapper_1kf99_1814._minimal_1kf99_1797 ._Suggestion_1kf99_1814:hover {
  background: var(--main);
}

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

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

._StyledChip_1kf99_1864 {
  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_1kf99_1864._bold_1kf99_1874 {
  font-weight: 600;
}
._StyledChip_1kf99_1864._small_1kf99_261 {
  padding: var(--spacing-xs) var(--spacing-sm);
}
._StyledChip_1kf99_1864._spacingLeft_1kf99_1880 {
  margin-left: var(--spacing-sm);
}
._StyledChip_1kf99_1864._isRainbow_1kf99_1883: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_1kf99_1896 {
  height: 30px;
  width: 30px;
}

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

._SelectLabelButton_1kf99_1930 {
  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_1kf99_1930._isPlaceholder_1kf99_1950 {
  color: #999;
}
._SelectLabelButton_1kf99_1930._small_1kf99_261 {
  padding: var(--spacing-sm) 36px var(--spacing-sm) var(--spacing-md);
}
._SelectLabelButton_1kf99_1930._large_1kf99_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}
._SelectLabelButton_1kf99_1930.disabled, ._SelectLabelButton_1kf99_1930:disabled {
  opacity: 0.3;
  cursor: default;
}
._SelectLabelButton_1kf99_1930:not(.disabled).active, ._SelectLabelButton_1kf99_1930:not(.disabled):focus {
  border: 2px solid var(--main);
}
._SelectLabelButton_1kf99_1930:not(.disabled).active:not(._showAbove_1kf99_1966), ._SelectLabelButton_1kf99_1930:not(.disabled):focus:not(._showAbove_1kf99_1966) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
._SelectLabelButton_1kf99_1930:not(.disabled).active._showAbove_1kf99_1966, ._SelectLabelButton_1kf99_1930:not(.disabled):focus._showAbove_1kf99_1966 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

._MultiSelectLabelButton_1kf99_1975._hasChips_1kf99_1975 {
  padding: 6px 40px 6px var(--spacing-md);
}
._MultiSelectLabelButton_1kf99_1975._hasChips_1kf99_1975._small_1kf99_261 {
  padding: 2px 36px 2px var(--spacing-md);
}
._MultiSelectLabelButton_1kf99_1975._hasChips_1kf99_1975._large_1kf99_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}

._SelectStyledSearchInput_1kf99_1985 {
  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_1kf99_1985:not(._disabled_1kf99_1695).active {
  border: 2px solid var(--main);
}
._SelectStyledSearchInput_1kf99_1985:not(._disabled_1kf99_1695).active:not(._showAbove_1kf99_1966) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
._SelectStyledSearchInput_1kf99_1985:not(._disabled_1kf99_1695).active._showAbove_1kf99_1966 {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
._SelectStyledSearchInput_1kf99_1985._small_1kf99_261 {
  padding: var(--spacing-sm) 36px var(--spacing-sm) var(--spacing-md);
}
._SelectStyledSearchInput_1kf99_1985._large_1kf99_320 {
  padding: var(--spacing-lg) 36px var(--spacing-lg) var(--spacing-lg);
}

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

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

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

._SelectWrapper_1kf99_2099 {
  position: relative;
  width: 50%;
}
._SelectWrapper_1kf99_2099._small_1kf99_261 {
  width: auto;
}
._SelectWrapper_1kf99_2099._fullWidth_1kf99_481 {
  width: 100%;
}

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

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

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

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

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

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

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