.heng99-slot {
  background: #0a1631;
  border-radius: 24px;
  padding: 40px 0;
  position: relative;
  border: 1px solid rgba(41, 69, 132, 1);
}

.heng99-slot-select-game__title {
  width: 400px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: linear-gradient(#0a1631, #0a1631) padding-box,
    linear-gradient(to right, #7e3ae9, #23ffff) border-box;
  border-radius: 10px;
  border: 1px solid transparent;
  top: -10px;
}

ul.heng99-slot-provider-list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  justify-content: center;
}

li.heng99-slot-provider-item {
  width: calc(33% - 20px);
}

a.heng99-slot-provider-item__link {
  border: 2px solid transparent;
  border-radius: 19px;
  display: block;
  transition: all 0.2s;
  overflow: hidden;
}

a.heng99-slot-provider-item__link.is-active,
a.heng99-slot-provider-item__link:hover {
  border: 2px solid #00d1ff;
  box-shadow: rgba(0, 209, 255, 0.5) 0px 5px 15px;
}

#content img.heng99-slot-provider-item__link-img,
img.heng99-slot-provider-item__link-img {
  margin: 0;
}

.heng99-slot-game-wrapper {
  position: relative;
}

.heng99-slot-game-group {
  opacity: 0;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.15s linear;
}

.heng99-slot-game-group.is-active {
  display: block;
}

.heng99-slot-game-group.is-active.is-fade {
  opacity: 1;
}

.heng99-slot-game__title {
  font-family: sans-serif;
  margin: 30px auto;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  max-width: 500px;
  position: relative;
  text-transform: uppercase;
}

.heng99-slot-game__title:before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  position: absolute;
  background: linear-gradient(#3576c2, #00142c) padding-box,
    linear-gradient(to right, #3576c2, #00142c) border-box;
  border: 1px solid transparent;
}

.heng99-slot-game__title:after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #000;
  right: 0;
  top: 50%;
  position: absolute;
  background: linear-gradient(#3576c2, #00142c) padding-box,
    linear-gradient(to left, #3576c2, #00142c) border-box;
  border: 1px solid transparent;
}

ul.heng99-slot-game-list {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

ul.heng99-slot-game-list.is-col-6 > li.heng99-slot-game-item {
  width: calc(16.66666667% - 20px);
}

ul.heng99-slot-game-list.is-col-5 > li.heng99-slot-game-item {
  width: calc(20% - 20px);
}

ul.heng99-slot-game-list.is-col-4 > li.heng99-slot-game-item {
  width: calc(25% - 20px);
}

li.heng99-slot-game-item {
  background: linear-gradient(180deg, #4d4f95 0%, #2b2d66 100%);
  border-radius: 8px;
  color: #fff;
  border: none;
  position: relative;
  overflow: hidden;
}

li.heng99-slot-game-item.is-hot {
  border: 2px solid #32cd32;
  background: linear-gradient(256.37deg, #b950ea 20.91%, #7563f3 84.72%),
    #1b1b3f !important;
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  -ms-animation: blink 1s linear infinite;
  -o-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

.heng99-slot-game-item__ribbon {
  position: absolute;
  display: block;
  background-color: #e12e56;
  box-shadow: 0 5px 10px #0000001a;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  left: -50px;
  top: 10px;
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 0.55rem;
}

.heng99-slot-game-item-content {
  padding: 10px;
}

.heng99-slot-game-item-content__display-new {
  display: inline-block;
  background: linear-gradient(261.71deg, #feee82 6.1%, #d27830 97.63%);
  border-radius: 50px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  padding: 0.5px 7px;
}

.heng99-slot-game-item-content__display {
  min-height: 60px;
}

.heng99-slot-game-item-content-progress-wrapper {
  background-color: #0f2453;
  border-radius: 10px;
  height: 10px;
}

.heng99-slot-game-item-content__progress-bar {
  border-radius: 10px;
  height: 10px;
}

.heng99-slot-game-item-content__progress-bar.progress-success {
  background-color: #32cd32;
}
.heng99-slot-game-item-content__progress-bar.progress-warning {
  background-color: #ffc107;
}
.heng99-slot-game-item-content__progress-bar.progress-danger {
  background-color: #dc3545;
}

.heng99-slot-game-item-content-rate {
  margin-top: 10px;
  text-align: center;
}

.heng99-slot-game-item-content-rate__value.is-hot {
  color: #32cd32;
}
