
title:hover {
  display: block;
  color: white;
  font-size: 20px;
}
@keyframes scroll {
  70% {
    background-size: 60%;
  }
  100% {
    background-position: 125% 0;
  }
}
#primary-info-photo-png {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.primary-info-nuorodos-zvaigzde {
  width: auto;
  height: 16px;
  margin-right: 10px;
}

.primary-info-nuorodos-microwrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: myFirstFont;
  font-size: 20px;
  margin-bottom: 6px;
  letter-spacing: 1px;
  font-weight: 1000;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(212, 212, 212);
}
.primary-info-saltiniai-trumpiniai {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.primary-info-saltiniai-toggle-button {
  width: 10px;
  height: 10px;
  pointer-events: none;
  margin-left: 6px;
}
.primary-text-saltiniai-tekstai {
  text-align: justify;
}
#close-primary-info:hover {
  transform: scale(1.1);
  transition-duration: 100ms;
}

.a-tag {
  color: white;
  cursor: none;
}
#whitestar-info-close-btn:hover {
  transform: scale(1.1);
  transition-duration: 100ms;
}
#picture-change {
  width: 30px;
  height: auto;
  z-index: 9;
}
#whitestars-info-picture {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgb(168, 168, 168);
  margin-bottom: 16px;
}
.whitestars-saltiniai-saltinistxt {
  text-align: justify;
}
#shevron-wrapper {
  position: absolute;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9;
  position: absolute;
  width: 70px;
  justify-content: space-between;
  pointer-events: all;
}

#shevron-up {
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: fill;
  background-position: center;
}
#shevron-down {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: fit;
  background-position: center;
}
#piesimas {
  position: absolute;
  z-index: 3;
  bottom: 5px;
  right: 5px;
  background: white;
  text-decoration: none;
}
#primary-info-text-saltiniai-text #whitestar-saltiniai-remove-wrapper {
  margin-bottom: 16px;
}
#globalsvg {
  width: 100%;
  height: 100%;
  transform: rotateX(0.0001deg);
}

.star {
  transition-duration: 100ms;
  z-index: 9;
}

#mouseline {
  pointer-events: none;
}
