.notLogin_accountsGrid__2RQGV {
  display: flex;
  flex-direction: column;
  gap: var(--gap-10);
  height: 100%;
  overflow-y: auto;
}

.notLogin_accountsGrid__2RQGV > div {
  padding: 16px 8px;
  height: auto;
  border-radius: var(--br15);
  cursor: pointer;
  transition: var(--transition3);
}
.notLogin_accountsGrid__2RQGV > div:hover {
  background: var(--color-gray30);
}
.notLogin_line__WY6kY {
  height: 1px;
  background: var(--color-gray60);
  margin: 12px 0;
}
.notLogin_blinkYellow__SnD7M {
  color: var(--color-light-yellow);
  animation: notLogin_blink__zWcH9 2s infinite;
}
.notLogin_blinkRed__E475Q {
  color: var(--color-light-red);
  animation: notLogin_blink__zWcH9 1s infinite;
}
.notLogin_connecttooltip__9TL8Y {
  display: flex;
  color: var(--text-h2);
  padding: 8px 12px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: var(--gap-10);
  transition: var(--transition3);
  outline: none;
}
@keyframes notLogin_blink__zWcH9 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* Tooltip Modal Styles */

.notLogin_step__pgdhH {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  animation: var(--top04);
}

.notLogin_stepImage__WFZk_ {
  -o-object-fit: contain;
     object-fit: contain;
  animation: var(--fadeIn4);
  height: 350px;
  border-radius: var(--br20);
}

.notLogin_stepIndicator__fvWzK {
  display: flex;
  gap: 8px;
}

.notLogin_activeStep__J7nZv,
.notLogin_inactiveStep__cSOM9 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.notLogin_activeStep__J7nZv {
  background: var(--color-dark-blue);
  color: white;
}

.notLogin_inactiveStep__cSOM9 {
  color: var(--text-h2);
}

.notLogin_inactiveStep__cSOM9:hover {
  background: var(--color-gray30);
}

.notLogin_navigationButtons__t_c9D {
  display: flex;
  gap: 12px;
}


/*# sourceMappingURL=5db8e43c4ac51d98.css.map*/