.screen-hidden {
  display: none !important;
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.secondary-button {
  min-width: 180px;
  padding: 0 22px;
  color: #e8fbff;
  font-weight: 750;
  cursor: pointer;
}

.secondary-button:hover {
  border-color: rgba(91, 220, 255, 0.72);
  background: rgba(9, 104, 220, 0.3);
}
