.init-loading-screen {
  display: block !important;
}

.init-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 99999999;
}

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f3f4f6;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 99999999;
}

.wipe-overlay {
  position: absolute;
  inset: 0;
  background-color: #2f2991;
  z-index: 10;
}

.page-transition-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.loading-svg {
  width: 150px;
  height: 150px;
}

.content {
  text-align: center;
  z-index: 5;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.test-link {
  background-color: #8b5cf6;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  display: inline-block;
}

.test-link:hover {
  background-color: #7c3aed;
}
