body {
  font-family: Montserrat, sans-serif;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url("/assets/bg4.jpeg");
  /* background: #111; */
  background-position: center;
  object-fit: fill;
}

.btn-secondary {
  font-size: 10px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #f1f1f1;
}

.carousel-item {
  max-height: 500px;
}

.carousel-item img {
  background-position: center;
  object-fit: contain;
}

.label-h3 {
  font-weight: bold;
  font-size: 20px;
  color: #f4e0bd;
}

.text-underline {
  text-decoration: underline;
}

.banner-evo {
  width: 100%;
}

.container {
  max-width: 1500px !important;
}

.icon-gutter {
  /* padding: 0 !important; */
  margin-top: 10px;
  padding: 0 !important;
}

.game-icon {
  max-width: 170px;
  max-height: 170px;
  border-radius: 10px;
  object-fit: cover;
}

.game-icon-sabong {
  width: 170px;
  height: 170px;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 720px) {
  .game-icon {
    max-width: 110px;
    max-height: 110px;
  }
  .game-icon-sabong {
    width: 110px;
    height: 110px;
  }
}

.gamContainer-slots {
  padding: 10px;
}

.game-name {
  margin-top: 5px;
  color: #f1f1f1;
  font-size: 12px;
}

.list-group-item {
  background: rgba(0, 0, 0, 0);
  padding: 0px 5px !important;
}

.list-group::-webkit-scrollbar {
  display: none;
}

.list-group {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.bg-theme {
  background-image: linear-gradient(-180deg, #0c1117 0%, #162c3f 100%);
}

.nav-menu {
  background: linear-gradient(
    -180deg,
    #2d465f 15%,
    #142531 47%,
    #0b1720 50%,
    #0c171f 100%
  );
  white-space: nowrap;
  margin-top: 0;
  border-bottom: 2px solid #64513c;
  /* padding-top: 10px; */
}

.img-slot-category {
  width: 50px;
}

.slot-item {
  border-right: 1px solid #111;
  border-left: 1px solid #111;
}

.slot-item p {
  font-weight: bold;
  font-size: 12px;
  color: #edd4ac;
}

.card-img-top {
  object-fit: cover !important;
  max-height: 200px;
  border-radius: 20px;
}

.card-sabong {
  border-radius: 20px;
}

.card-header {
  /* border-top: 1px solid #f1f1f1; */
  border-bottom: 1px solid #edd4ac;
}

.card-sabong-body {
  /* padding: 5px; */
}

@media (max-width: 720px) {
  .card-img-top {
    max-height: 100px;
  }

  .img-slot-category {
    max-width: 30px;
  }

  .slot-item {
    padding: 5px;
  }

  .slot-item p {
    /* display: none; */
    margin: 0 !important;
    padding: 0 !important;
    font-size: 6px;
  }

  .arena-title,
  .arena-date,
  .arena-fight,
  .arena-button {
    font-size: 10px;
  }
}

.navbar-brand{
  color: #edd4ac !important;
}

.text-gold {
  color: #edd4ac !important;
}

/* .card-sabong {
  height: 200px;
  border-radius: 10px;
} */

.arena-title,
.arena-date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-cashin{
  border-radius: 0 !important;
  border: 0 !important;
}
