body {
  color: white;
}

.bg-dark-nav-laexo {
  background-color: #121212;
}

.bg-dark-laexo {
  background-color: #191919;
}

.bg-blue-laexo {

  background-color: #39ace7;
}

.w-full {
  width: 100%;
}

.h-1 {
  height: 0.25rem;
}


.uppercase {
  text-transform: uppercase;
}

.font-medium {
  font-weight: 500;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.items-center {
  align-items: center;
}

.custom-tooltip {
  --bs-tooltip-bg: #0784b5;
}

.sub-btn {
  display: inline-flex;
  justify-content: center;
  height: 2em;
  background-color: #0F4C75;
  border: #0F4C75;
  color: white;

}

.sub-btn:hover {
  background-color: #1671ad;
  border: #1671ad;
  color: white;

}

.follow-btn {

  display: inline-flex;
  justify-content: center;
  height: 2em;
  background-color: #ffffff;
  border: #ffffff;
}

.follow-btn:hover {
  background-color: #d2d2d2;
  border: #d2d2d2;
}

.hide
{
  display: none !important;
}


.livenow {
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#circle-live {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-animation: live 1.4s infinite ease-in-out;
  animation: live 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#circle-live {
  background-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 1);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@media (max-width: 996px) {
  .inliveTitle {
    visibility: hidden;
    position: absolute;
  }
}

@-webkit-keyframes live {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.6)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes live {

  0%,
  80%,
  100% {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }

  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
