.loadingContainer {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  overflow: hidden;
  /* background-color: #ffffff; */
  background-color: #000;
}

.playerWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lottiePlayer {
  width: 100%;
  max-width: 3000px;
  height: 100vh;
  opacity: 1;
}

/* Target the Player's internal container to ensure proper centering */
.lottiePlayer > div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

.lottiePlayer svg,
.lottiePlayer canvas {
  margin: auto;
  display: block;
}
