.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96vh;
}
.loader-image {
  width: 96px;
  height: 96px;
}

.status-text {
  margin-top: 16px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}

.retry-button {
  visibility: hidden;
  margin-top: 12px;
  padding: 6px 16px;
  border: none;
  border-radius: 4px;
  background-color: #1976d2;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: Rubik;
}

#loading-message {
  font-family: Rubik;
  font-size: 17px;
}
