.loading-screen {
    width: 100vw;
    height: 100vh;
    background-image: url('./img/background.svg');
    background-color: #FF5722;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ctaDiv {
  width: 100vw;
  height: 100vh;
  background-image: url('./img/background.svg');
  background-color: #FF5722;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
.allow-access{
  width: 270px;
  background-color: rgba(242, 242, 242, 0.80);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 1px solid #3C3C435C;
  padding: 16px;
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  height: auto;
  box-sizing: border-box;
  line-height: 22px; /* 129.412% */
  letter-spacing: -0.408px;
}

.allow-access-button{
  width: 270px;
  background-color: rgba(242, 242, 242, 0.80);;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px;
  color: #007AFF;
  font-weight: 600;
  font-size: 17px;
  height: auto;
  line-height: 22px; /* 129.412% */
  letter-spacing: -0.408px;
}
.gazette-animation {
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
}

.logo-advin {
  position: absolute;
  top: 65px;
}

.happy-new-year{
  position: absolute;
  bottom: 78px;
}

/* Центрування контейнера */
#loading-circle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

#loading-text {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 150px; /* Співпадає з розміром SVG для центрованого тексту */
  width: 150px; /* Збігається з розміром SVG */
  height: 150px; /* Збігається з розміром SVG */
}
/* SVG-прогрес */
#loading-circle {
  transform: rotate(-90deg);
}

/* Анімація прогресу */
#progress-circle {
  transition: stroke-dashoffset 0.3s ease;
}