.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-content {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 8px;
}

.hidden {
  display: none !important;
}
