.tab-pane.help {
  line-height: 1;
}
.tab-pane.help > .title {
  font-size: 1.35rem;
  font-weight: 500;
  color: #ffbd02;
}
.tab-pane.help > .description {
  font-size: 0.875rem;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.tab-pane.help > .sub-content-section {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section {
    flex-direction: column;
  }
}
.tab-pane.help > .sub-content-section > .sub {
  background: rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 10px;
  width: 30vh;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section > .sub {
    width: 100%;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.03);
  }
}
.tab-pane.help > .sub-content-section > .sub > .sub-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.75rem;
}
.tab-pane.help > .sub-content-section > .sub > .sub-desc {
  font-size: 0.875rem;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0.5rem;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item {
  display: flex;
  align-items: center;
  flex-direction: start;
  gap: 0.675rem;
  padding: 0.75rem 0.75rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item > i {
  font-size: 1.25rem;
  color: #707070;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item > span {
  font-size: 0.95rem;
  color: #707070 !important;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item.active {
  border: 1px solid #C6A481;
  background: rgba(198, 163, 129, 0.6156862745);
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item.active > i {
  color: #000;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item.active > span {
  color: #000 !important;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item:hover {
  border: 1px solid #C6A481;
  background: rgba(198, 163, 129, 0.6156862745);
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item:hover > i {
  color: #000;
}
.tab-pane.help > .sub-content-section > .sub > .sub-nav > .sub-nav-item:hover > span {
  color: #000 !important;
}
.tab-pane.help > .sub-content-section > .main {
  background: rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  flex: 1;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section > .main {
    width: 100%;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.03);
  }
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header {
  padding: 0 0 1rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header > .title {
  margin-bottom: 0.75rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header > .title > i {
  font-size: 1.25rem;
  color: #000;
  margin-right: 0.5rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header > .title > span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000 !important;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .header > .desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: #707070;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .overview {
  padding: 1rem 0;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .overview > h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .overview > p {
  font-size: 0.9rem;
  font-weight: 300;
  color: #000;
  line-height: 1.3;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  padding: 0.5rem 0 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3294117647);
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .resource {
  flex: 1;
  max-width: 45%;
}
@media (max-width: 767px) {
  .tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .resource {
    max-width: 100%;
  }
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .resource > .card-row-title {
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  padding: 0.75rem 0 0.75rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3803921569);
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info {
  flex: 1;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-title {
  font-size: 1rem;
  font-weight: 600;
  color: #707070;
  padding: 0.75rem 0 0.75rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3803921569);
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step > .step-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step > .step-card > .step-number {
  border: 1px solid #C6A481;
  border-radius: 15px;
  min-width: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
  font-size: 0.675rem;
  font-weight: 600;
  color: #C6A481;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step > .step-card > .step-desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .card-content > .card-row > .info > .card-row-step > .step-card > .step-desc > b {
  color: #C6A481;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .important-note > h6 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .important-note > ul > li {
  margin-bottom: 0.5rem;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .important-note > ul > li:last-child {
  margin-bottom: 0;
}
.tab-pane.help > .sub-content-section > .main > .supporttab > .content > .important-note > ul > li > p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5294117647);
}

/* Home page winner board */
.winner-ranking {
  display: flex;
  border-radius: 10px;
  transition: transform 0.3s ease;
  background: var(--PRIMARY-COLOR);
  padding: 1rem 1.25rem;
  height: 100%;
  line-height: 1.2;
}
.winner-ranking .winner-ranking-div2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
.winner-ranking .winner-ranking-div2 strong {
  font-size: 16px;
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 400;
}
.winner-ranking .winner-ranking-div2 span {
  font-size: 1.25rem;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  color: #f66;
  font-weight: 700;
}
.winner-ranking .winner-ranking-div2 b {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}
.winner-ranking .winner-ranking-div2 em {
  font-size: 12px;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.winner-ranking .winner-ranking-div2 > .winner-rank-play-button {
  margin-top: auto;
  background: var(--SECONDARY-COLOR);
  color: #fff;
  border-radius: 5px;
  padding: 5px 18px;
  font-size: 0.875rem;
  cursor: pointer;
  place-self: flex-start;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  width: auto;
  position: relative;
  bottom: unset;
}
.winner-ranking .winner-ranking-div2 > .winner-rank-play-button:hover {
  background: var(--SUCCESS-COLOR);
}
.winner-ranking .home-game-side-image {
  width: 7.5vw;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  .winner-ranking .home-game-side-image {
    width: 110px;
  }
}

.card-winner-board {
  display: flex;
  width: 230px;
  background: var(--PRIMARY-COLOR);
  border-radius: 10px;
  color: #000;
  padding: 0.5rem 1rem;
  height: 105px;
}
.card-winner-board > .card-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card-winner-board > .card-content img.game-image {
  width: 90px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-winner-board > .card-content div.game-image {
  width: 100px;
  height: 100px;
  background: var(--PRIMARY-COLOR);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-winner-board .text-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.card-winner-board .text-content .name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--FONT-COLOR);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100px;
}
.card-winner-board .text-content .username {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--FONT-COLOR);
}
.card-winner-board .text-content .payout {
  font-size: 0.8rem;
  font-weight: 600;
  color: #f66;
}

.scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
}

.scroll-track {
  display: inline-flex;
  gap: 1rem;
  animation: scroll-left 30s linear infinite;
}

.scroll-wrapper:hover .scroll-track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.no-hover-effect:hover .home-game-type-div1 {
  filter: none !important;
  transform: none !important;
}

@media (max-width: 768px) {
  .mobile-view-padding {
    margin-bottom: 10px;
  }
}
.wallet-nav-box .rowx-1 {
  align-items: center;
}

.point-value-box {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  gap: 0.25rem;
}
.point-value-box span {
  font-size: 10px;
  font-weight: 400;
  color: rgba(42, 45, 52, 0.7215686275);
}
.point-value-box b {
  font-size: 10px;
  font-weight: 600;
  color: rgba(42, 45, 52, 0.7215686275);
}

.game__result_list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  scroll-behavior: smooth;
}
.game__result_list > .game__result_item {
  --s1: rgb(245, 197, 0);
  --s2: #F5C500;
  --s3: rgb(70, 70, 70);
  --s4: #fff;
  --s5: #000;
  width: 350px;
  max-width: 350px;
  min-width: 350px;
  border: 3px solid var(--s1);
  border-radius: 20px;
  padding-bottom: 1rem;
  scroll-margin-top: 140px;
}
.game__result_list > .game__result_item.sM {
  --s1: rgb(245, 197, 0);
  --s2: #F5C500;
  --s3: rgb(70, 70, 70);
  --s4: #fff;
  --s5: #000;
}
.game__result_list > .game__result_item.sPMP {
  --s1: rgb(43, 92, 214);
  --s2: #EC2024;
  --s3: rgb(43, 92, 214);
  --s4: #fff;
  --s5: #fff;
}
.game__result_list > .game__result_item.sST {
  --s1: #EC2024;
  --s2: rgb(70, 70, 70);
  --s3: #EC2024;
  --s4: #fff;
  --s5: #fff;
}
.game__result_list > .game__result_item.sSG {
  --s1: #0093D8;
  --s2: #1C377B;
  --s3: #0093D8;
  --s4: #fff;
  --s5: #fff;
}
.game__result_list > .game__result_item.sSTC {
  --s1: #F5C500;
  --s2: #007A37;
  --s3: #F5C500;
  --s4: #007A37;
  --s5: #fff;
}
.game__result_list > .game__result_item.sEE {
  --s1: #FA0404;
  --s2: #1D68A2;
  --s3: #FA0404;
  --s4: #fff;
  --s5: #fff;
}
.game__result_list > .game__result_item.sCS {
  --s1: #10A226;
  --s2: #EC2024;
  --s3: #10A226;
  --s4: #fff;
  --s5: #fff;
}
.game__result_list > .game__result_item.s8LUCKY {
  --s1: #1A81BB;
  --s2: #1C377B;
  --s3: #1A81BB;
  --s4: #fff;
  --s5: #fff;
}
.game__result_list > .game__result_item.s9Winbox {
  --s1: #6128AE;
  --s2: #B44EF2;
  --s3: #6128AE;
  --s4: #fff;
  --s5: #fff;
}
.game__result_list > .game__result_item.sPerdanaLottery {
  --s1: #1D68A2;
  --s2: #EC2024;
  --s3: #1D68A2;
  --s4: #fff;
  --s5: #fff;
}
@media (max-width: 767px) {
  .game__result_list > .game__result_item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    scroll-margin-top: 145px;
  }
}
.game__result_list > .game__result_item > .header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  height: 170px;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 3px solid var(--s1);
  margin: -3px;
  gap: 0.5rem;
}
.game__result_list > .game__result_item > .header > .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: rgb(219, 219, 219);
}
.game__result_list > .game__result_item > .header > .cover > img {
  width: 67px;
  height: 67px;
  min-height: 67px;
}
.game__result_list > .game__result_item > .info_summary {
  width: 324px;
  height: 72.8px;
  background-color: #ECECEC;
  box-shadow: rgba(168, 174, 187, 0.25) 0px 3.12px 4.16px 0px;
  border-radius: 8.32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -25px;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .info_summary {
    width: 270px;
  }
}
.game__result_list > .game__result_item > .info_summary > .rowx {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 50%;
}
.game__result_list > .game__result_item > .info_summary > .rowx:first-child {
  border-right: 1px solid rgb(183, 182, 182);
}
.game__result_list > .game__result_item > .info_summary > .rowx > figure {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--s1);
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .info_summary > .rowx > figure {
    font-size: 0.75rem;
  }
}
.game__result_list > .game__result_item > .info_summary > .rowx > span {
  font-size: 0.9rem;
  font-weight: 300;
  color: #000;
  font-weight: 600;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .info_summary > .rowx > span {
    font-size: 0.8rem;
  }
}
.game__result_list > .game__result_item > .info_summary > .rowx > .refresh {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.game__result_list > .game__result_item > .info_summary > .rowx img {
  width: 50px;
  height: auto;
}
.game__result_list > .game__result_item > .first_prize {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: auto;
  margin-top: 0.5rem;
  width: 324px;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .first_prize {
    width: 270px;
  }
}
.game__result_list > .game__result_item > .first_prize > .rowx {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.game__result_list > .game__result_item > .first_prize > .rowx > .plabel {
  background: var(--s2);
  min-height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--s5);
}
.game__result_list > .game__result_item > .first_prize > .rowx > .plabel > b {
  font-weight: 900;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .first_prize > .rowx > .plabel {
    font-size: 0.875rem;
  }
}
.game__result_list > .game__result_item > .first_prize > .rowx > .pvalue {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  text-align: center;
  position: relative;
  background: #ECECEC;
  border-radius: 4.16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(232, 232, 232);
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .first_prize > .rowx > .pvalue {
    font-size: 20px;
  }
}
.game__result_list > .game__result_item > .other_prize {
  width: 324px;
  margin: auto;
  margin-top: 0.5rem;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .other_prize {
    width: 270px;
  }
}
.game__result_list > .game__result_item > .other_prize > .title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--s4);
  background: var(--s3);
  padding: 0.25rem;
  height: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .other_prize > .title {
    font-size: 0.813rem;
  }
}
.game__result_list > .game__result_item > .other_prize > .prizes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
}
.game__result_list > .game__result_item > .other_prize > .prizes > .num {
  background: #ECECEC;
  border: 0.5px solid rgb(213, 213, 213);
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game__result_list > .game__result_item > .other_prize > .prizes > .num.br-left {
  border-bottom-left-radius: 8px;
}
.game__result_list > .game__result_item > .other_prize > .prizes > .num.br-right {
  border-bottom-right-radius: 8px;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .other_prize > .prizes > .num {
    font-size: 18px;
  }
}
.game__result_list > .game__result_item > .prize_amount_table {
  width: 324px;
  margin: auto;
  margin-top: 0.5rem;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .prize_amount_table {
    width: 270px;
  }
}
.game__result_list > .game__result_item > .prize_amount_table > .rowx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.game__result_list > .game__result_item > .prize_amount_table > .rowx > .colx {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  width: 50%;
}
.game__result_list > .game__result_item > .prize_amount_table > .rowx > .colx:first-child {
  border-right: 1px solid rgb(232, 232, 232);
}
.game__result_list > .game__result_item > .prize_amount_table > .rowx > .colx > .title {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  background: #ECECEC;
  padding: 0.25rem;
  height: 30px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .prize_amount_table > .rowx > .colx > .title {
    font-size: 0.813rem;
  }
}
.game__result_list > .game__result_item > .prize_amount_table > .rowx > .colx > .value {
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  height: 30px;
  background: #ECECEC;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game__result_list > .game__result_item > .prize_amount_table > .rowx > .colx > .value.br-left {
  border-bottom-left-radius: 8px;
}
.game__result_list > .game__result_item > .prize_amount_table > .rowx > .colx > .value.br-right {
  border-bottom-right-radius: 8px;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .prize_amount_table > .rowx > .colx > .value {
    font-size: 17px;
  }
}
.game__result_list > .game__result_item > .jp_pool_1 {
  min-height: 60px;
  background: var(--s2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--s5);
  width: 324px;
  margin: auto;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .jp_pool_1 {
    width: 270px;
  }
}
.game__result_list > .game__result_item > .jp_pool_1 > .jp_pool_1_title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--s5);
  text-align: center;
}
.game__result_list > .game__result_item > .jp_pool_1 > .jp_pool_1_amount {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--s5);
  text-align: center;
}
.game__result_list > .game__result_item > .jp_pool_2 {
  width: 324px;
  margin: auto;
  margin-top: 0.5rem;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .jp_pool_2 {
    width: 270px;
  }
}
.game__result_list > .game__result_item > .jp_pool_2 > .title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--s4);
  background: var(--s3);
  padding: 0.25rem;
  height: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .jp_pool_2 > .title {
    font-size: 0.875rem;
  }
}
.game__result_list > .game__result_item > .jp_pool_2 > .pool_rowx {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.game__result_list > .game__result_item > .jp_pool_2 > .pool_rowx > .pool_1 {
  color: var(--s4);
  background: var(--s3);
  padding: 0.25rem;
  text-align: center;
  border-radius: 5px;
}
.game__result_list > .game__result_item > .jp_pool_2 > .pool_rowx > .pool_1 > .pool_1_title {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.25rem;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .jp_pool_2 > .pool_rowx > .pool_1 > .pool_1_title {
    font-size: 0.875rem;
  }
}
.game__result_list > .game__result_item > .jp_pool_2 > .pool_rowx > .pool_1 > .pool_1_amount {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.25rem;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .jp_pool_2 > .pool_rowx > .pool_1 > .pool_1_amount {
    font-size: 1rem;
  }
}
.game__result_list > .game__result_item > .jp_pool_2 > .pool_rowx > .pool_2 {
  color: #000;
  background: #ECECEC;
  padding: 0.25rem;
  text-align: center;
  border-radius: 5px;
}
.game__result_list > .game__result_item > .jp_pool_2 > .pool_rowx > .pool_2 > .pool_2_title {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.25rem;
}
@media (max-width: 768px) {
  .game__result_list > .game__result_item > .jp_pool_2 > .pool_rowx > .pool_2 > .pool_2_title {
    font-size: 0.875rem;
  }
}

.dreambook__option {
  background: var(--CARD-CONTENT-BOX-BG-COLOR);
  border-radius: 8px;
  padding: 1rem;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 650px;
}
@media (max-width: 768px) {
  .dreambook__option {
    width: 100%;
    background: transparent;
    min-height: 80vh;
  }
}
.dreambook__option > h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.dreambook__option .search__luck {
  max-width: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.dreambook__option .search__luck > .form-groups input {
  background-color: #fff !important;
  font-size: 0.875rem !important;
  color: #000 !important;
  font-weight: 400;
  padding: 5px 25px;
  border: none;
  outline: none !important;
  font-size: 14px;
}
.dreambook__option .search__luck > .form-groups input::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5843137255);
}
.dreambook__option .search__luck > .form-groups input::placeholder {
  color: rgba(112, 112, 112, 0.5843137255);
}
@media (max-width: 768px) {
  .dreambook__option .search__luck {
    flex-direction: row;
  }
  .dreambook__option .search__luck > .form-groups {
    flex: 1;
  }
  .dreambook__option .search__luck > .form-groups input {
    background-color: var(--INPUT-PRIMARY-BGCOLOR) !important;
  }
}
.dreambook__option .btn__submit {
  background: var(--SECONDARY-COLOR);
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 0.9rem;
  cursor: pointer;
  place-self: center;
  border: none;
  transition: all 0.3s ease;
}
.dreambook__option .btn__submit:hover {
  background: var(--SUCCESS-COLOR);
}
.dreambook__option .btn__submit.back {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #000;
  padding: 0;
}
.dreambook__option .dreambook__option_btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  max-width: calc(700px + 2rem);
  margin: auto;
  padding: 2.5rem 0;
}
.dreambook__option .dreambook__option_btn > a {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .dreambook__option .dreambook__option_btn > a {
    max-width: 170px;
  }
}
.dreambook__option .dreambook__option_btn > a > .dcon {
  position: relative;
  padding-bottom: 75px;
}
.dreambook__option .dreambook__option_btn > a > .dcon > .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}
.dreambook__option .dreambook__option_btn > a > .dcon > .icon {
  width: 100%;
  height: auto;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.dreambook__option .dreambook__option_btn > a > .dcon > .con_option {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  background: var(--SECONDARY-COLOR);
  min-height: 210px;
  padding: 0 10px 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
  border-radius: 35px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .dreambook__option .dreambook__option_btn > a > .dcon > .con_option {
    padding: 0 10px 5px;
    gap: 0.25rem;
  }
}
.dreambook__option .dreambook__option_btn > a > .dcon > .con_option > .title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .dreambook__option .dreambook__option_btn > a > .dcon > .con_option > .title {
    font-size: 0.8rem;
    opacity: 1;
    line-height: 1;
  }
}
.dreambook__option .dreambook__option_btn > a > .dcon > .con_option > .desc {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .dreambook__option .dreambook__option_btn > a > .dcon > .con_option > .desc {
    font-size: 0.8rem;
    opacity: 1;
    line-height: 1;
  }
}
.dreambook__option .dreambook__option_btn > a > .dcon > .circle {
  position: absolute;
  bottom: -70px;
  left: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dreambook__option .dreambook__option_btn > a > .dcon > .circle > .inner {
  min-width: 50px;
  min-height: 45px;
  background: var(--SECONDARY-COLOR);
  border-radius: 50%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.dreambook__option .dreambook__option_btn > a > .dcon > .circle > .inner > i {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: -1.25px;
  margin-left: 2px;
}
.dreambook__option .dreambook__option_btn > a > .dcon > .circle > .inner > span {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease;
  color: #000;
  display: none;
  transform: translateY(-10px);
}
.dreambook__option .dreambook__option_btn > a > .dcon:hover > .icon {
  opacity: 1;
}
.dreambook__option .dreambook__option_btn > a > .dcon:hover > .con_option {
  min-height: 350px;
}
@media screen and (max-width: 768px) {
  .dreambook__option .dreambook__option_btn > a > .dcon:hover > .con_option {
    min-height: 230px;
  }
}
.dreambook__option .dreambook__option_btn > a > .dcon:hover > .con_option > .title {
  opacity: 1;
  transform: translateY(0);
}
.dreambook__option .dreambook__option_btn > a > .dcon:hover > .con_option > .desc {
  opacity: 1;
  transform: translateY(0);
}
.dreambook__option .dreambook__option_btn > a > .dcon:hover > .circle > .inner {
  border-radius: 30px;
  padding: 0.5rem 1rem;
}
.dreambook__option .dreambook__option_btn > a > .dcon:hover > .circle > .inner > span {
  opacity: 1;
  display: block;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .dreambook__option .dreambook__option_btn {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 5.5rem;
  }
}

.dreambook__book_list {
  background: var(--CARD-CONTENT-BOX-BG-COLOR);
  border-radius: 8px;
  padding: 1rem;
  margin: auto;
  min-height: 50vh;
}
.dreambook__book_list > h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.dreambook__book_list .search__luck {
  max-width: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.dreambook__book_list .search__luck > .form-groups input {
  background-color: #fff !important;
  font-size: 0.875rem !important;
  color: #000 !important;
  font-weight: 400;
  padding: 5px 25px;
  border: none;
  outline: none !important;
  font-size: 14px;
}
.dreambook__book_list .search__luck > .form-groups input::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5843137255);
}
.dreambook__book_list .search__luck > .form-groups input::placeholder {
  color: rgba(112, 112, 112, 0.5843137255);
}
@media (max-width: 768px) {
  .dreambook__book_list .search__luck > .form-groups input {
    background-color: var(--INPUT-PRIMARY-BGCOLOR) !important;
  }
}
@media (max-width: 768px) {
  .dreambook__book_list .search__luck > .form-groups {
    flex: 1;
  }
}
.dreambook__book_list .btn__submit {
  background: var(--SECONDARY-COLOR);
  color: #fff;
  border-radius: 15px;
  padding: 6px 20px;
  font-size: 0.813rem;
  cursor: pointer;
  place-self: center;
  border: none;
  transition: all 0.3s ease;
}
.dreambook__book_list .btn__submit:hover {
  background: var(--SUCCESS-COLOR);
}
.dreambook__book_list .btn__submit.back {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  padding: 0;
}
.dreambook__book_list .grid__dreambook {
  display: grid;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(0, 150px));
}
.dreambook__book_list .grid__dreambook > .grid__dreambook_item {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .dreambook__book_list .grid__dreambook > .grid__dreambook_item {
    background: var(--PRIMARY-COLOR);
  }
}
.dreambook__book_list .grid__dreambook > .grid__dreambook_item > .num {
  border: 1px solid var(--SECONDARY-COLOR);
  border-radius: 10px;
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--SECONDARY-COLOR);
  text-align: center;
}
.dreambook__book_list .grid__dreambook > .grid__dreambook_item > img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-top: 1rem;
}
.dreambook__book_list .grid__dreambook > .grid__dreambook_item > .key {
  background: var(--SECONDARY-COLOR);
  border-radius: 15px;
  color: #000;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  padding: 0.25rem 1rem;
  border-radius: 10px;
  margin-top: 1.5rem;
}
.dreambook__book_list .grid__dreambook > .grid__dreambook_item > .desc {
  color: #000;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.dreambook__book_list .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 160px;
  margin: 0;
  padding: 0;
}
.dreambook__book_list .pagination > select {
  width: 100%;
  max-width: 100%;
}
.dreambook__book_list .pagination .dropdown-menu {
  scrollbar-width: none;
}
.dreambook__book_list .pagination .dropdown-menu::-webkit-scrollbar {
  display: none;
}
.dreambook__book_list .pagination .dropdown-toggle {
  scrollbar-width: none;
}
.dreambook__book_list .pagination .dropdown-toggle::-webkit-scrollbar {
  display: none;
}
.dreambook__book_list .pagination .bootstrap-select * {
  scrollbar-width: none;
}
.dreambook__book_list .pagination .bootstrap-select *::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .dreambook__book_list .pagination {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .dreambook__book_list {
    width: 100%;
    background: transparent;
    padding: 1rem 0;
  }
  .dreambook__book_list .search__luck {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dreambook__book_list .grid__dreambook {
    grid-template-columns: repeat(auto-fit, minmax(0, calc(50% - 0.5rem)));
    gap: 1rem;
  }
  .dreambook__book_list .grid__dreambook > .grid__dreambook_item {
    width: 100%;
  }
}

.loading_con {
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding: 10vh 0;
  border-radius: 8px;
}
.loading_con > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.loading_con > .inner > i {
  font-size: 13px;
  color: #707070;
}
.loading_con > .inner > .loading-txt {
  font-size: 13px;
  font-weight: 600;
  color: #707070;
}

.loading_con2 {
  display: flex;
  justify-content: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  border-radius: 8px;
}
.loading_con2 > .inner > i {
  font-size: 4rem;
  color: var(--SECONDARY-COLOR);
}

.slot-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: -1.15rem;
  border: 3px solid var(--SECONDARY-COLOR);
  padding: 3rem 1rem 3rem;
  max-width: 500px;
  border-radius: 10px;
}

.slot {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 3px solid #bfbfbf;
  border-radius: 10px;
  background: #ECECEC;
  position: relative;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.slot-strip {
  position: absolute;
  top: 0;
  width: 100%;
  animation: spin 1s ease-out forwards;
}

.slot-number {
  height: 74px;
  line-height: 70px;
  font-size: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes spin {
  from {
    top: -600px;
  }
  to {
    top: 0;
  }
}
.filter__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .filter__container {
    margin-top: 0.75rem;
    flex-wrap: wrap-reverse;
    gap: 0.35rem;
  }
}
.filter__container .form-control {
  background: rgba(91, 91, 91, 0.3490196078);
  font-size: 1rem !important;
  color: #000;
}
.filter__container input {
  color: #000;
  font-weight: 500;
}
.filter__container input:focus {
  color: #000;
}
.filter__container > .dir {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(91, 91, 91, 0.3490196078);
  border-radius: 30px;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .filter__container > .dir {
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
  }
}
.filter__container > .dir > .btn-direct {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .filter__container > .dir > .btn-direct {
    width: 31px;
    height: 31px;
  }
}
.filter__container > .dir > .btn-direct > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.filter__container .date {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .filter__container .date {
    width: 100%;
    justify-content: space-between;
  }
}
.filter__container .date .search__date input {
  font-size: 1.125rem;
}
.filter__container .date > .btn__submit {
  background: var(--SECONDARY-COLOR);
  color: #fff;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter__container .date > .btn__submit:hover {
  background: var(--SUCCESS-COLOR);
}
.filter__container .date > .btn__submit > i {
  font-size: 1.5rem;
  color: #fff;
}

.spin_4d {
  background: var(--CARD-CONTENT-BOX-BG-COLOR);
  border-radius: 8px;
  padding: 1rem;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  min-height: 30vh;
}
@media (max-width: 768px) {
  .spin_4d {
    width: 100%;
    background: var(--PRIMARY-COLOR);
  }
}
.spin_4d > h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.spin_4d .spin_4d_num {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  display: inline-flex;
  background: var(--SECONDARY-COLOR);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}
.spin_4d .btn__submit {
  background: var(--SECONDARY-COLOR);
  color: #fff;
  border-radius: 15px;
  font-size: 1.125rem;
  cursor: pointer;
  place-self: center;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: auto;
  margin-top: -4.5rem;
}
.spin_4d .btn__submit:hover {
  background: var(--SUCCESS-COLOR);
}

@media (max-width: 768px) {
  .home-content.r4d {
    padding-top: 50px;
  }
}
html, body, * {
  scroll-behavior: smooth !important;
}

@media (max-width: 768px) {
  .home-content.r4d .filters--bar {
    border: 1px solid rgba(147, 147, 147, 0.3607843137);
    border-radius: 5px;
  }
  .home-content.r4d .filters--bar .dropdown-toggle {
    border-radius: 5px;
  }
}
