body {
  font-family: "Noto Sans Georgian", sans-serif;
}

[x-cloak] {
  display: none !important;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #171717;
}

::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 4px;
}

.dark-map {
  filter: grayscale(100%) invert(92%) hue-rotate(180deg) contrast(85%);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

/* Christmas Snow Effect */
.snow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.snowflake {
  position: absolute;
  top: -10px;
  color: white;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  animation: snowfall linear infinite;
  opacity: 0.8;
}

@keyframes snowfall {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0.8;
  }
  100% {
    transform: translateY(100vh) translateX(50px) rotate(360deg);
    opacity: 0.2;
  }
}

/* Different snowflake sizes and speeds */
.snowflake:nth-child(1) {
  left: 10%;
  font-size: 0.8em;
  animation-duration: 8s;
  animation-delay: 0s;
}

.snowflake:nth-child(2) {
  left: 20%;
  font-size: 1.2em;
  animation-duration: 10s;
  animation-delay: 1s;
}

.snowflake:nth-child(3) {
  left: 30%;
  font-size: 0.6em;
  animation-duration: 12s;
  animation-delay: 0.5s;
}

.snowflake:nth-child(4) {
  left: 40%;
  font-size: 1em;
  animation-duration: 9s;
  animation-delay: 1.5s;
}

.snowflake:nth-child(5) {
  left: 50%;
  font-size: 1.4em;
  animation-duration: 11s;
  animation-delay: 0.2s;
}

.snowflake:nth-child(6) {
  left: 60%;
  font-size: 0.7em;
  animation-duration: 13s;
  animation-delay: 2s;
}

.snowflake:nth-child(7) {
  left: 70%;
  font-size: 1.1em;
  animation-duration: 8.5s;
  animation-delay: 0.8s;
}

.snowflake:nth-child(8) {
  left: 80%;
  font-size: 0.9em;
  animation-duration: 10.5s;
  animation-delay: 1.2s;
}

.snowflake:nth-child(9) {
  left: 90%;
  font-size: 1.3em;
  animation-duration: 9.5s;
  animation-delay: 0.3s;
}

.snowflake:nth-child(10) {
  left: 15%;
  font-size: 0.8em;
  animation-duration: 12.5s;
  animation-delay: 0.8s;
}

.snowflake:nth-child(11) {
  left: 25%;
  font-size: 1.2em;
  animation-duration: 8.8s;
  animation-delay: 0.6s;
}

.snowflake:nth-child(12) {
  left: 35%;
  font-size: 0.6em;
  animation-duration: 11.2s;
  animation-delay: 1.4s;
}

.snowflake:nth-child(13) {
  left: 45%;
  font-size: 1em;
  animation-duration: 9.8s;
  animation-delay: 0.4s;
}

.snowflake:nth-child(14) {
  left: 55%;
  font-size: 1.4em;
  animation-duration: 10.8s;
  animation-delay: 1.6s;
}

.snowflake:nth-child(15) {
  left: 65%;
  font-size: 0.7em;
  animation-duration: 12.2s;
  animation-delay: 0.9s;
}

.snowflake:nth-child(16) {
  left: 75%;
  font-size: 1.1em;
  animation-duration: 8.2s;
  animation-delay: 1.1s;
}

.snowflake:nth-child(17) {
  left: 85%;
  font-size: 0.9em;
  animation-duration: 11.5s;
  animation-delay: 0.7s;
}

.snowflake:nth-child(18) {
  left: 95%;
  font-size: 1.3em;
  animation-duration: 9.2s;
  animation-delay: 1.3s;
}

.snowflake:nth-child(19) {
  left: 5%;
  font-size: 0.8em;
  animation-duration: 10.2s;
  animation-delay: 0.1s;
}

.snowflake:nth-child(20) {
  left: 95%;
  font-size: 1.2em;
  animation-duration: 12.8s;
  animation-delay: 1.7s;
}
