.cashyLoaderContainer {
  font-family: Mikado, sans-serif;
  background-color: #cee7e8;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.topImage {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.welcomeContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 40svw;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 660px) {
  .welcomeContainer {
    max-width: 30svh;
  }
}

@media screen and (max-height: 660px) and (orientation: landscape) {
  .welcomeContainer {
    max-width: 40svw;
  }
}

.welcomeImage {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.loadingText {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.loaderContainer {
  display: flex;
  height: 100svh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
