    img {
    /* height: auto; */
    max-width: 100%;
}
p {
    margin-bottom: 0em;
}
  * {
   font-family: 'db_heaventreguler', sans-serif;
}
@font-face {
  font-family: "db_heaventreguler";
  src: url("../font/DB_Heavent_Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #ffffff;
    font-weight: 300;
}

.slotPage {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px 20px;
}
/* line 5, ../sass/slotPage.scss */
.slotPage .title-Page {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
/* line 11, ../sass/slotPage.scss */
.slotPage .title-Page .btn-back {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: fit-content;
  cursor: pointer;
}
/* line 19, ../sass/slotPage.scss */
.slotPage .title-Page .btn-back::before {
  content: "";
  width: 50px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/NEWufaHeck/icon/circleArrowBack.png);
  z-index: 2;
}
/* line 29, ../sass/slotPage.scss */
.slotPage .title-Page .btn-back p {
  padding: 1px 40px 0 30px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  position: relative;
  margin-left: -10px;
  height: 30px;
  display: grid;
  place-content: center;
  min-width: fit-content;
  width: fit-content;
  white-space: nowrap;
  z-index: 1;
}
/* line 43, ../sass/slotPage.scss */
.slotPage .title-Page .btn-back p::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
  z-index: -1;
}
/* line 53, ../sass/slotPage.scss */
.slotPage .title-Page .btn-back p::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, white 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: -2;
}
/* line 65, ../sass/slotPage.scss */
.slotPage .title-Page .DD-slotGame {
  position: relative;
  color: #fff;
  font-size: 26px;
  text-align: center;
}
/* line 70, ../sass/slotPage.scss */
.slotPage .title-Page .DD-slotGame .btn-DDSlot {
  background: unset;
  outline: unset;
  background-color: rgba(26, 0, 35, 0.5);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
  width: 180px;
  font-size: 22px;
}
/* line 80, ../sass/slotPage.scss */
.slotPage .title-Page .DD-slotGame .group-slotGame {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #000;
  z-index: 2;
}
/* line 90, ../sass/slotPage.scss */
.slotPage .title-Page .DD-slotGame .group-slotGame .slotGame-item {
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
}
/* line 96, ../sass/slotPage.scss */
.slotPage .title-Page .DD-slotGame .group-slotGame .slotGame-item:last-child {
  border-bottom: unset;
}
/* line 101, ../sass/slotPage.scss */
.slotPage .title-Page .DD-slotGame .group-slotGame.active {
  display: block;
}
/* line 106, ../sass/slotPage.scss */
.slotPage .groupRoom-Slot {
  padding: 25px;
  padding-top: 0;
  margin-top: 10px;
  background-color: rgba(26, 0, 35, 0.5);
  border: 1px solid #fff;
  border-radius: 10px;
}
/* line 113, ../sass/slotPage.scss */
.slotPage .groupRoom-Slot .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
/* line 119, ../sass/slotPage.scss */
.slotPage .slotName {
  background-image: url(../img/NEWufaHeck/frame/title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 250px;
  height: 55px;
  margin: 0 auto;
  display: grid;
  place-content: center;
  margin-bottom: 15px;
}
/* line 129, ../sass/slotPage.scss */
.slotPage .slotName p {
  color: #fff;
  font-size: 30px;
}
/* line 134, ../sass/slotPage.scss */
.slotPage .RoomSlot-item {
  position: relative;
  text-decoration: none;
  background-image: url(../img/NEWufaHeck/frame/slotGame.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 20px;
  cursor: pointer;
}
/* line 142, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .picNwinrate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
}
/* line 147, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .slotWinrate {
  color: #fff;
  background-image: url(../img/NEWufaHeck/frame/circleWinrate.png);
  background-position: center;
  background-size: 100% 100%;
  display: grid;
  place-content: center;
  text-align: center;
  width: 110px;
  height: 110px;
}
/* line 157, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .slotWinrate p {
  line-height: 1;
  font-size: 20px;
}
/* line 161, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .slotWinrate h3 {
  line-height: 0.75;
  font-size: 35px;
}
/* line 164, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .slotWinrate h3::after {
  content: "%";
}
/* line 169, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .gameName {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
/* line 174, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .pg-bar {
  background-image: url(../img/NEWufaHeck/frame/pc-Bar.png);
  background-position: center;
  background-size: 100% 100%;
  height: 40px;
  width: 100%;
  padding: 1px;
}
/* line 182, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .pg-bar_inner {
  height: 100%;
  background-color: #525252;
  transform-origin: left;
  position: relative;
  overflow: hidden;
}
/* line 188, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .pg-bar_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  animation: lightAnimate 1s infinite;
  opacity: 0.6;
}
@keyframes lightAnimate {
  100% {
    left: 100%;
  }
}
/* line 205, ../sass/slotPage.scss */
.slotPage .RoomSlot-item .bar_innerAnimte {
  animation: bar_inner 0.3s infinite alternate;
}
@keyframes bar_inner {
  25% {
    transform: scaleX(0.99);
  }
  50% {
    transform: scaleX(1);
  }
  75% {
    transform: scaleX(0.997);
  }
  100% {
    transform: scaleX(0.993);
  }
}
/* line 224, ../sass/slotPage.scss */
.slotPage .tagBonus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 25px;
  background-image: url(../img/NEWufaHeck/icon/bonus.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 237, ../sass/slotPage.scss */
.slotPage .blue-item .slotWinrate p,
.slotPage .blue-item .slotWinrate h3 {
  text-shadow: 0px 0px 10px #56ffe2;
}
/* line 241, ../sass/slotPage.scss */
.slotPage .blue-item .pg-bar_inner {
  background-color: #525252;
     background: linear-gradient(90deg, #31ff00 0%, #92ffb9 100%);
}
/* line 247, ../sass/slotPage.scss */
.slotPage .yel-item .slotWinrate p,
.slotPage .yel-item .slotWinrate h3 {
  text-shadow: 0px 0px 10px #ffe668;
}
/* line 251, ../sass/slotPage.scss */
.slotPage .yel-item .pg-bar_inner {
  background-color: #525252;
  background: linear-gradient(90deg, #ffe668 0%, #ffe66e 100%);
}
/* line 257, ../sass/slotPage.scss */
.slotPage .purple-item .slotWinrate p,
.slotPage .purple-item .slotWinrate h3 {
  text-shadow: 0px 0px 10px #872cff;
}
/* line 261, ../sass/slotPage.scss */
.slotPage .purple-item .pg-bar_inner {
  background-color: #525252;
    background: linear-gradient(90deg, #ff3535 0%, #ff7979 100%);
}

@media only screen and (max-width: 1260px) {
  /* line 268, ../sass/slotPage.scss */
  .slotPage .groupRoom-Slot .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  /* line 273, ../sass/slotPage.scss */
  .slotPage .groupRoom-Slot .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  /* line 278, ../sass/slotPage.scss */
  .slotPage .groupRoom-Slot {
    padding: 5px;
  }

  /* line 281, ../sass/slotPage.scss */
  .slotPage .RoomSlot-item {
    padding: 15px;
  }

  /* line 284, ../sass/slotPage.scss */
  .slotPage .groupRoom-Slot .inner {
    grid-gap: 5px;
  }

  /* line 287, ../sass/slotPage.scss */
  .slotPage .RoomSlot-item .slotWinrate {
    width: 70px;
    height: 70px;
  }

  /* line 291, ../sass/slotPage.scss */
  .slotPage .RoomSlot-item .slotWinrate p {
    font-size: 14px;
  }

  /* line 294, ../sass/slotPage.scss */
  .slotPage .RoomSlot-item .slotWinrate h3 {
    font-size: 20px;
  }

  /* line 297, ../sass/slotPage.scss */
  .slotPage .RoomSlot-item .gameName {
    font-size: 18px;
  }

  /* line 300, ../sass/slotPage.scss */
  .slotPage .RoomSlot-item .pg-bar {
    height: 25px;
  }

  /* line 303, ../sass/slotPage.scss */
  .slotPage .tagBonus::before {
    width: 60px;
    height: 20px;
  }

  /* line 307, ../sass/slotPage.scss */
  .slotPage {
    padding: 20px 10px 20px;
  }

  /* line 310, ../sass/slotPage.scss */
  .slotPage .title-Page .DD-slotGame .btn-DDSlot {
    width: 160px;
  }
  @media only screen and (max-width: 660px) {
  /* line 492, ../sass/slot-innerPage2.scss */
  .slotCircle-2 .slotPage .slot-innerPage {
    padding: 5px;
  }
  /* line 495, ../sass/slot-innerPage2.scss */
  .slotCircle-2 .slotPage .innerPage_wrapper {
    padding: 0px;
    padding-top: 45px;
  }