
img.lobby-image.lobby-image.lobby-image--skeleton._left-icon_xxjsk_49 {
    max-height: 1rem;
    margin-left: .2rem;
}
.scrolling-text-container {  
  overflow: hidden;
  position: relative;
}
span.scrolling-text-item {
    font-size: .85rem !important;
    color: #eee!important;
    text-align: center!important;
    margin-top: 0.15rem!important;
}
.scrolling-text-content {
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 8s linear infinite;
  padding-left: 100%;
}

span.swiper-pagination-bullet{
    background-color: #fff;
    position: relative;
    opacity: .5;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    position: relative;
    opacity: 1;
    width: 20px;
    border-radius: 8px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 250px;
    width: 100%;
    height: .75rem;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: center;
    bottom: 17px;
}
.scrolling-text-item {
  display: inline-block;
  margin-right: 50px;
  font-size: 1rem;
  color: #fff;    
  bottom: 1px;
  position: relative;
}

@keyframes scrollText {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}  
 
@media (max-width: 768px) {
  .scrolling-text-item {
    margin-right: 30px;
    font-size: 0.75rem;
  }
}

.marquee_wrapper {
    display: inline-flex;
    width: 100%;
}
img.lobby-image.lobby-image.lobby-image--skeleton._left-icon_xxjsk_49 {
    max-height: .75rem;
}

.marquee_volume_img {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.marquee {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
} 
.z-\[-1\].fixed.bg_lobby.h-\[4rem\].w-full.left-0.top-\[3\.75rem\] {
    height: 4.5rem;
}
span.fa-arrow-rotate-right {
    font-size: 10px !important;
    padding-inline: .2rem;
}

.rotate-360 {
  animation: rotate360 1s linear;
  transform-origin: center;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}