@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
}
html,
body {
  font-family: Prompt, Roboto !important;
  padding: 0;
  margin: 0;
  background-image: url("/img/bg.jpg") !important;
  background-size: cover !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  box-sizing: border-box !important;
}
.card-promotion {
  background: #27aae2 !important;
  border: 2px solid #ffffff !important;
  box-sizing: border-box !important;
  border-radius: 10px !important;
}
.btn-primary {
  background: linear-gradient(
    180deg,
    #ffdf46 0%,
    #ffdc42 23.96%,
    #feeb52 49.48%,
    #fbc316 71.87%,
    #f69b09 100%
  ) !important;
  border-radius: 36.5px !important;
  color: #000000 !important;
}
.btn-secondary {
  background: linear-gradient(
    180deg,
    #b3d236 0%,
    #d4ff27 50.52%,
    #b3d236 100%
  ) !important;
  border-radius: 36.5px !important;
  color: #000000 !important;
}
html,
body {
  width: 100% !important;
  overflow-x: hidden !important;
}
body {
  padding: 0px;
  margin: 0px;
  /* background: linear-gradient(90deg, #bbe5fb 0%, #6dbae6 94.5%) !important; */
  color: white !important;
}
.navbar-bottom {
  background: #ffffff !important;
  box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.5) !important;
  border-radius: 15px 15px 00px 00px !important;
}
.navbar {
  background: #27aae2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 15px 15px;
  z-index: 9999;
}
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  font-size: 12px !important;
}
.flex-footer-1 {
  align-self: center;
  grid-template-columns: auto auto auto;
  position: inherit;
  margin: 160px 0 0;
}
.data-footer-1 {
  margin: 1em;
  justify-content: center;
  width: 200px;
}
.data-footer-2 {
  margin: 1em;
  justify-content: center;
  width: 800px;
}
.data-footer-3 {
  margin: 1em;
  justify-content: center;
  width: 300px;
}
.footer {
  border: 0 !important;
  background: linear-gradient(360deg, #1182bc 0%, #0eaad5 100%) !important;
}
.footer-2 {
  border: 0 !important;
  background: #065985 !important;
}
.marquee {
  margin-top: 84px !important;
  background: #f9f9f9 !important;
  color: #000000 !important;
  padding: 8px !important;
  z-index: 999 !important;
}
@media only screen and (max-width: 1025px) {
  /* .footer,
  .footer-2 {
    display: none !important;
  } */
  .text-font {
    font-size: 10px;
  }
  .box-show {
    margin: auto 0.8em !important;
    justify-content: center !important;
    list-style-type: none !important;
    font-size: 12px !important;
  }
  .box-show-text {
    margin-top: 7px;
  }
  .box-show img {
    width: 30px;
  }
  .img-main {
    width: 70px !important;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1024px) {
  .box-show {
    margin: auto 5em !important;
    justify-content: center !important;
    list-style-type: none !important;
    font-size: 12px !important;
  }

  .showdata {
    margin-top: -50px;
  }
}
.img-big {
  width: 60px;
}
.bg-game {
  background-image: url("/img/index/BGGAME.jpg") !important;
  width: 100% !important;
  height: auto !important;
}
.bg-bangame {
  background-image: url("/img/index/BGLISTBAN.jpg") !important;
  width: 100% !important;

  height: auto !important;
}
.text-small {
  font-size: 12px;
}
#bars {
  cursor: pointer;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 0px 8px 0px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
.visual-aid {
  /* Styles for visual aid. */
  font-size: 16px;
  height: 2em;
  background: #cccccc;
  width: 100%;

  position: relative;
}

.marquee {
  overflow: hidden;
}
.marquee > * {
  white-space: nowrap;
  position: absolute;
  animation: marquee 15s linear 0s infinite !important;
}

@keyframes marquee {
  0% {
    left: 100%;
    transform: translateX(0%);
  }
  100% {
    left: 0%;
    transform: translateX(-100%);
  }
}
