.login-limit-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}

.login-limit-modal.active {
  display: flex;
}

.login-limit-modal-content {
  position: relative;
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
}

.login-limit-modal-content #close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
