
.swal2-container {
  color: white !important;
  z-index: 100000 !important;
}
.banner-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: white;
}

.banner-scroll {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-horizontal 90s linear infinite;
}

@media (max-width: 768px) {
  .banner-scroll {
    animation-duration: 120s;
  }
  .value-row {
    font-size: 14px;
  }
  .label-row {
    font-size: 16px;
  }
  .sign-class-red,
  .sign-class {
    font-size: 18px;
  }
  .swal2-container {
  width: 350px !important;
  height: 700px !important;
}
}


@keyframes scroll-horizontal {
  from { transform: translateX(0%); }
  to { transform: translateX(-100%); }
}

.value-row  {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    color: #115817;
}
.label-row {
    font-size: 20px;
    color: #115817;
    margin-top: 4px;
    font-weight: bold;
}
.value-row,
.label-row {
  margin: 0;
}

.sign-class-red {
  color: #d80000;     
}

.sign-class {
  color: #115817;     
}

.sign-class-red,
.sign-class {
  font-weight: bold;
  font-size: 22px;
}