@charset "UTF-8";
@font-face {
  font-family: "Averta";
  src: url("../fonts/AvertaStd-Regular.ttf") format("truetype");
  font-weight: 400;
  /* normal */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/AvertaStd-Semibold.ttf") format("truetype");
  font-weight: 600;
  /* semibold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/AvertaStd-Bold.ttf") format("truetype");
  font-weight: 700;
  /* bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FWC2026";
  src: url("../fonts/FWC2026-NormalRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FWC2026";
  src: url("../fonts/FWC2026-UltraCondensedBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvertaStd-Black";
  src: url("../fonts/AvertaStd-Black.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FWC2026";
  src: url("../fonts/FWC2026-NormalRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FWC2026Ultra";
  src: url("../fonts/FWC2026-UltraCondensedBold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ----- PREFIXED DROPDOWN CORE ----- */
.match-dropdown {
  position: relative;
  display: inline-block;
  font-family: inherit;
  user-select: none;
}

/* TRIGGER BUTTON */
.match-dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: #ffffff;
  border-radius: 1rem;
  padding: 0.75rem 1.2rem;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(4px);
}

.match-dropdown-trigger:hover {
  border-color: #cbd5e1;
  background-color: #fefefe;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.match-dropdown-trigger:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  border-color: #3b82f6;
}

.trigger-text-group {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  pointer-events: none;
}

.match-dropdown-container {
  height: 44px;
  width: 248px;
  border: 1px solid #bac9d3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 21px;
  border-radius: 100px;
}

.sort-label {
  font-size: 18px;
  font-weight: 600;
  color: #0f161f;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.selected-value {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding: 0.15rem 0.5rem;
  border-radius: 2rem;
  line-height: 1.4;
  transition: 0.15s;
}

.match-dropdown-arrow {
  font-size: 16px;
  color: #8b99a3;
  transition: transform 0.25s ease;
  margin-left: auto;
  line-height: 1;
  pointer-events: none;
}

/* DROPDOWN MENU */
.match-dropdown-menu {
  position: absolute;
  top: calc(100% - 0.65rem);
  right: 6%;
  width: 247px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow:
    0 20px 35px -10px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.02);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

/* open state */
.match-dropdown.open .match-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.match-dropdown.open .match-dropdown-arrow {
  transform: rotate(180deg);
}

/* each option item */
.match-dropdown-option {
  padding: 0.7rem 1.2rem;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
  transition: all 0.12s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.match-dropdown-option:hover {
  background-color: #eaeaea;
  color: #000000;
}

.match-dropdown-option.selected {
  background-color: #eaeaea;
  color: #000000;
  font-weight: 400;
  position: relative;
}
.match-dropdown-option.selected:first-child {
  border-radius: 8px 8px 0 0;
}
.match-dropdown-option.selected:last-child {
  border-radius: 0 0 8px 8px;
}

/* .match-dropdown-option.selected::after {
  content: "✓";
  font-size: 0.85rem;
  font-weight: 600;
  color: #2563eb;
  margin-left: auto;
} */

.match-dropdown-option:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: -2px;
  background-color: #eff6ff;
}

.match-dropdown-option:not(:last-child) {
  border-bottom: 1px solid #f1f5f9;
}

@media screen and (max-width: 767.98px) {
  .section-title a {
    font-size: 12px;
  }
  .section-leaderboard .section-title h3 {
    font-size: 14px;
  }
  .general-items .section-app-banner {
    padding: 0;
    margin: 0 0 44px;
  }
  .general-items .section-app-banner img.app-banner-bg {
    border-radius: 0;
  }
  .general-items .section-app-banner .app-banner-container {
    left: 26.96px;
    top: 17.27px;
    transform: unset;
  }
  .general-items
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-logo
    img {
    height: 35px;
    width: 35px;
  }
  .general-items
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    div {
    margin-bottom: 8px;
  }
  .general-items
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .text {
    font-size: 12px;
    line-height: 1.2;
  }
  .general-items
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .paragraph {
    font-size: 8px;
    line-height: 1.2;
  }
  .general-items
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .qr-code-container {
    display: flex;
    gap: 10px;
  }
  .general-items
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .qr-code-container
    .qr-code {
    height: 71.95px;
    width: 61.41px;
  }
  .section-groupmatch {
    margin: 0;
  }
  .section-leaderboard .section-title {
    margin: 0;
  }
  footer .footer-container:nth-of-type(2) .footer-right .title-regular {
    text-align: center;
  }
  footer .container hr {
    border: 1.1px solid #e8e8e8;
  }
  footer .container hr:last-of-type {
    display: none;
  }
  .section-filter .row-sort {
    margin: 17.5px 0 22px;
  }
  .match-dropdown-trigger {
    justify-content: flex-end;
    padding: 0;
  }
  .trigger-text-group {
    gap: 17px;
  }
  .sort-label {
    color: #61757e;
    font-size: 16px;
  }
  .match-dropdown-container {
    width: 219px;
  }
  .selected-value {
    font-size: 16px;
  }
  .match-dropdown-menu {
    top: calc(100% + 0.2rem);
    right: 0;
    width: 219px;
  }
  .section-leaderboard
    .leaderboard-user-ranking.my-rank
    .board-list
    .board-rank-value,
  .section-leaderboard .leaderboard-list .board-list.trophy .board-rank-value {
    font-size: 18px;
  }

  .section-leaderboard .leaderboard-list .board-list.trophy .board-rank-value {
    color: #ffffff;
  }
}
@keyframes jumpUpDown {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
html[lang="id-id"] .section-app-banner .app-banner-container {
  right: 8%;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  html[lang="id-id"] .section-app-banner .app-banner-container {
    right: 4%;
  }
}

button:focus {
  outline: none;
  box-shadow: none;
}

/* html[lang="th-th"] h1,
html[lang="th-th"] h2,
html[lang="th-th"] h3,
html[lang="th-th"] h4,
html[lang="th-th"] h5,
html[lang="th-th"] h6,
html[lang="th-th"] p,
html[lang="th-th"] div,
html[lang="th-th"] span,
html[lang="th-th"] label,
html[lang="th-th"] a,
html[lang="th-th"] button {
  font-family: "th-regular";
} */

@media screen and (max-width: 767.98px) {
  html[lang="th-th"]
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-logo
    img {
    width: 4rem;
  }
  html[lang="th-th"]
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    p {
    font-size: 1rem;
  }
  html[lang="th-th"]
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .qr-code
    img {
    width: 8rem;
  }
}
@media screen and (max-width: 538.98px) {
  /* html[lang="th-th"] .section-app-banner .app-banner-container {
    right: 15%;
    left: initial;
  } */
  html[lang="th-th"]
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-logo
    img {
    width: 2rem;
  }
  html[lang="th-th"]
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    p {
    font-size: 0.7rem;
  }
  html[lang="th-th"]
    .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .qr-code
    img {
    width: 5rem;
  }
}
/* html[lang="vi-vn"] h1,
html[lang="vi-vn"] h2,
html[lang="vi-vn"] h3,
html[lang="vi-vn"] h4,
html[lang="vi-vn"] h5,
html[lang="vi-vn"] h6,
html[lang="vi-vn"] p,
html[lang="vi-vn"] div,
html[lang="vi-vn"] span,
html[lang="vi-vn"] label,
html[lang="vi-vn"] a,
html[lang="vi-vn"] button {
  font-family: "nunito";
} */

html[lang="id-id"] .predict-info button.result-btn {
  font-size: 0.65rem;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
li {
  font-family: "Averta";
}

body.no-scroll {
  overflow-y: hidden;
}

.primary-btn,
.secondary-btn {
  height: 2rem;
  border-radius: 0.6rem;
  font-size: 1rem;
  width: 100%;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: auto;
  padding: 0.4rem 0.7rem;
  background: linear-gradient(277.14deg, #004fe3 14.9%, #0084ff 94.48%);
  transition: transform 0.1s ease-in-out;
}
.primary-btn.disabled,
.disabled.secondary-btn {
  opacity: 0.6;
  cursor: not-allowed;
}
.primary-btn:hover,
.secondary-btn:hover {
  transform: scale(1.02);
  text-decoration: none;
}
.primary-btn:focus,
.secondary-btn:focus {
  outline: none;
  box-shadow: none;
}
.primary-btn.predict.disabled,
.predict.disabled.secondary-btn {
  background: #b7b7b7;
}
.primary-btn.fade,
.fade.secondary-btn {
  opacity: 0.6;
}

.secondary-btn {
  background: #b7b7b7;
  transition: transform 0.1s ease-in-out;
}
.secondary-btn:hover {
  transform: scale(1.1);
}
.secondary-btn.predict.disabled {
  background: #b7b7b7;
}

section {
  margin-bottom: 3rem;
}
section.section-our-games {
  margin-bottom: 4rem;
}
section.section-our-games .gamesbg {
  background-color: white;
}
section.section-our-games .games-info h3 {
  font-weight: bold;
}
section.section-leaderboard {
  margin-bottom: 0;
}

.alert.alert-msg {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.alert.alert-msg img {
  margin-top: 0.1rem;
}
.alert.alert-msg h4 {
  margin-bottom: 0;
  align-items: center;
  color: #ff0000;
  font-weight: 600;
  font-size: 1rem;
}

.alert-error {
  color: #ff0018;
  line-height: 1.2;
  margin-top: 0.2rem;
  font-size: 1rem;
  margin: 0.7rem 0;
  font-weight: 600;
}
.alert-error.middle {
  text-align: center;
}

.show-more-btn {
  color: #7f7f7f;
  text-align: center;
  cursor: pointer;
  display: none;
  margin-bottom: 2rem;
}
.show-more-btn.active {
  display: block;
}

.showmoreless-btn {
  color: #ff8a00;
  text-decoration: underline;
  font-size: 12px;
  margin: 0 0 0 5px;
  cursor: pointer;
}

.section-title {
  margin: 50px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-title h3 {
  font-size: 24px;
  color: #143cdb;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "AvertaStd-Black";
}
.section-title a {
  color: #7f7f7f;
  font-size: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .alert.alert-msg h4 {
    font-size: 0.8rem;
  }

  .alert-error {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  section {
    margin-bottom: 1.5rem;
  }
  section.section-leaderboard {
    margin-bottom: 1.75rem;
  }
  .alert.alert-msg h4 {
    font-size: 0.8rem;
  }

  .alert-error {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 538.98px) {
  .primary-btn,
  .secondary-btn {
    font-size: 0.8rem;
  }
}
.row-sort {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.navBar {
  background-color: #dce2f9;
}
.navBar .timePart.logged-in .navLogin {
  display: flex;
  gap: 1rem;
  text-align: left;
  align-items: center;
}
.navBar .timePart.logged-in .navLogin .user-img img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  padding: 0;
}
.navBar .timePart.logged-in .navLogin .user-details {
  min-width: 5rem;
}
.navBar .timePart.logged-in .navLogin .user-details .user-name {
  color: #8697a2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: unset;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.5;
  max-width: 15rem;
}
.navBar .timePart.logged-in .navLogin .user-details .user-ticket {
  color: black;
}
.navBar .timePart .navLogin a {
  color: black;
  font-weight: 400;
}
.navBar .timePart .navCred .lang-dropdown {
  background-color: #fff;
  border-radius: 23px;
  padding: 5px;
  cursor: pointer;
  user-select: none;
}
.navBar .timePart .navCred .lang-dropdown img {
  width: 1.5rem;
}

.navInfo {
  display: flex;
  justify-content: space-between;
}
.navInfo img {
  width: 12rem;
}
.navInfo .nav-logo-mb {
  display: none;
}

.country-menu {
  display: none;
  position: absolute;
  top: 95%;
  right: 1%;
  box-shadow: 0px 2px 6px 1px #0000001a;
  border-radius: 8px;
  background: #ffffff;
  width: 268px;
  z-index: 99;
}
.country-menu.is-open {
  display: block;
}
.country-menu .country-menu-title-wrapper {
  border-bottom: 0.5px solid #8697a2;
  display: flex;
  align-items: center;
  gap: 1.5px;
  padding: 18px 18px 14px;
}
.country-menu .country-menu-title-wrapper img {
  height: 20px;
  width: 20px;
  margin: 5px;
}
.country-menu .country-menu-title-wrapper .title {
  font-size: 14px;
}
.country-menu .country-item {
  font-size: 14px;
  display: flex;
  gap: 8px;
  padding: 11.5px 16px 9px 16px;
}
.country-menu .country-item:nth-child(2) {
  margin-top: 8px;
}
.country-menu .country-item:last-child {
  margin-bottom: 14px;
}
.country-menu .country-item .country-flag img {
  height: 20px;
  width: 20px;
}
.country-menu .country-item .country-dec .country-name {
  color: #607380;
  font-weight: 700;
}
.country-menu .country-item .country-dec a.country-lang {
  color: #8697a2;
  cursor: pointer;
}
.country-menu .country-item .country-dec a.country-lang:hover, .country-menu .country-item .country-dec a.country-lang.active {
  text-decoration: underline;
  color: #0071E3;
}
.country-menu .country-item .country-dec .country-lang-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.country-menu .country-item .country-dec .country-lang-container .separator {
  color: #8697a2;
}

.rotate-180 {
  transform: rotate(180deg);
}

.input-hide {
  display: none !important;
}

.menu.active {
  left: 0;
  overflow-y: auto;
}
.menu.active::-webkit-scrollbar {
  width: 10px;
}
.menu.active::-webkit-scrollbar-track {
  background-color: transparent;
}
.menu.active::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 10px;
  background-clip: content-box;
  z-index: 20;
}
.menu.active::-webkit-scrollbar-thumb:hover {
  background-color: #b2bec3;
  overflow: overlay;
}

.menu-overlay.active {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .navBar .timePart.logged-in .navLogin .user-details .user-name {
    max-width: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .navInfo .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navInfo .logo-container img {
    width: 8rem;
  }
  .navInfo .nav-logo-dk {
    display: none;
  }
  .navInfo .nav-logo-mb {
    display: block;
    width: 8rem;
  }
  .navInfo .navCred .chevRon {
    display: none;
  }
  .navInfo .country-menu {
    display: none !important;
  }

  .navBar {
    padding: 1rem;
  }
  .navBar .navbar-mobile-grid {
    padding: 0.5rem 1rem;
  }
  .navBar .bk8menu img.logo {
    width: 8rem;
  }
  .navBar .navInfo.dkOnly {
    display: none;
  }
  .navBar .navBtnGrid {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .navBar .navBtnGrid .navLogin {
    margin-left: 0;
    padding: 0;
  }
  .navBar .navBtnGrid .navLogin p {
    margin: 0;
  }
  .navBar .navBtnGrid .navLogin a {
    color: #1a1a1a;
    font-size: 0.82rem;
    font-weight: 400;
    white-space: nowrap;
  }
  .navBar .navBtnGrid .navReg {
    padding: 0;
  }
  .navBar .navBtnGrid .navReg p {
    margin: 0;
  }
  .navBar .navBtnGrid .navReg a.join-now {
    display: inline-block;
    background: linear-gradient(277.14deg, #004fe3 14.9%, #0084ff 94.48%);
    color: white;
    border-radius: 0.5rem;
    padding: 0.3rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
  }
  .navBar .navBtnGrid .navCred {
    margin: 0;
    width: initial;
  }
  .navBar .navBtnGrid .navCred .lang-dropdown {
    background-color: initial;
    padding: 0;
  }
  .navBar .navBtnGrid .navCred .lang-dropdown img {
    width: 2rem;
  }
  .navBar .navgrid {
    padding: 0;
  }
  .navBar .menu .navCred {
    margin-top: 1rem;
  }
  .navBar .menu .navCred .lang-dropdown.mobile {
    background-color: #fff;
    border-radius: 1rem;
    padding: 5px;
    width: 4rem;
  }
  .navBar .menu .navCred .lang-dropdown.mobile .flagLink {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
  }
  .navBar .menu .navCred .lang-dropdown.mobile .flagLink img {
    width: 1.8rem;
    height: auto;
    border-radius: 2px;
  }
  .navBar .menu .navCred .lang-dropdown.mobile .flagLink #langFlag {
    flex: 1;
    font-size: 0.9rem;
    color: #1a1a1a;
  }
  .navBar .menu .navCred .lang-dropdown.mobile .flagLink i.chevRon {
    font-size: 0.75rem;
    color: #8697a2;
  }

  .navbar-mobile-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-mobile-grid .navbar-mobile-grid-left {
    display: flex;
  }
  .navbar-mobile-grid .slidemenu-info .logo {
    width: 8.5rem;
  }
  .navBtnGrid .login-detail-container {
    gap: 10px;
  }
  .navBtnGrid .login-detail-container .login-detail {
    gap: 10px;
  }
  .navBtnGrid .login-detail-container .login-detail .login-username-icon {
    height: 27px;
    width: 27px;
  }
  .navBtnGrid .login-detail-container .login-detail .user-info .login-username {
    font-size: 9px;
  }
  .navBtnGrid .login-detail-container .login-detail .user-info .login-ticket {
    font-size: 13px;
  }
  .navBtnGrid .login-detail-container .logout-popup {
    width: 83px;
    height: 32px;
  }
  .navBtnGrid .login-detail-container .logout-popup .Click-here-logout {
    color: #000000;
    font-size: 13px;
  }
  .navCred {
    width: 4rem;
  }
  .navCred .nav-link.dropdown-toggle {
    margin: 0;
    padding: 0;
  }

  .menu.active {
    width: 50%;
  }
  .menu ul {
    font-size: 0.8rem;
  }

  .country-menu {
    position: initial;
    width: auto;
    min-width: initial;
    margin: 0.8rem;
    padding: 1rem 0.8rem;
  }
  .country-menu .country-item {
    gap: 0.8rem;
  }
  .country-menu .country-item .country-flag img {
    width: 22px;
  }
  .country-menu .country-item .country-dec {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 538.98px) {
  .menu-btn {
    padding: 0 0.5rem 0 0;
  }
  .menu-btn .btn-line {
    width: 20px;
  }

  .navbar-mobile-grid .slidemenu-info .logo {
    width: 6.5rem;
  }

  .navLogin {
    margin: 0;
    margin-left: 0.5rem;
  }

  .menu.active {
    width: 60%;
  }

  .navBar .timePart.logged-in .navLogin {
    gap: 0.5rem;
  }
  .navBar .timePart.logged-in .navLogin .user-img img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    padding: 0;
  }
  .navBar .timePart.logged-in .navLogin .user-details .user-name {
    color: #8697a2;
    font-size: 0.9rem;
    max-width: 4.5rem;
  }
  .navBar .timePart.logged-in .navLogin .user-details .user-ticket {
    color: black;
    font-size: 0.8rem;
  }
  .navBar .navInfo .logo-container img {
    width: 6rem;
  }
  .navBar .navBtnGrid .navCred .lang-dropdown img {
    width: 1.5rem;
  }
}
#nav-lang .modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#nav-lang .modal-content {
  border: none;
  background-color: unset;
  display: flex;
  align-items: center;
}
#nav-lang .nav-lang-list {
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 1px #0000001a;
  color: black;
  font-size: 14px;
  width: 21rem;
  z-index: 10;
}
#nav-lang .nav-lang-list .nav-item-list {
  display: flex;
  gap: 1rem;
  padding: 1rem 2rem 0;
}
#nav-lang .nav-lang-list .nav-item-list:nth-child(2) {
  padding: 1.5rem 2rem 0;
}
#nav-lang .nav-lang-list .nav-item-list:last-child {
  padding: 1rem 2rem 1.5rem;
}
#nav-lang .nav-lang-list .nav-item-list img {
  width: 20px;
  height: 20px;
  margin-top: 0.1rem;
}
#nav-lang .nav-lang-list .nav-item-list p {
  color: #000000;
  margin-bottom: 0;
}
#nav-lang .nav-lang-list .nav-item-list .nav-item-region .region {
  color: #607380;
  font-weight: 700;
}
#nav-lang .nav-lang-list .nav-item-list .nav-item-region ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.4rem;
  column-gap: 0.5rem;
  margin-bottom: 0;
}
#nav-lang .nav-lang-list .nav-item-list .nav-item-region ul li {
  white-space: nowrap;
  position: relative;
  color: #8697a2;
  cursor: pointer;
}
#nav-lang
  .nav-lang-list
  .nav-item-list
  .nav-item-region
  ul:last-child
  li:nth-child(4)::after {
  content: " ";
}
#nav-lang
  .nav-lang-list
  .nav-item-list
  .nav-item-region
  ul
  li:not(:last-child)::after {
  content: " | ";
  margin-left: 0.5rem;
  color: #8697a2;
}
#nav-lang .nav-lang-list .nav-item-list .nav-item-region ul li a {
  color: unset;
}
#nav-lang .nav-lang-list .nav-item-list .nav-item-region ul li.active, 
#nav-lang .nav-lang-list .nav-item-list .nav-item-region ul li a:hover, 
#nav-lang .nav-lang-list .nav-item-list .nav-item-region ul li a.active {
  color: #0071e3;
  text-decoration: underline;
}
#nav-lang .nav-lang-list hr {
  border: 0.5px solid #eaecee;
  margin-bottom: 0;
}
#nav-lang .nav-lang-list .modal-close {
  position: absolute;
  right: -3%;
  top: -2%;
  z-index: 10;
  font-size: 2rem;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  filter: drop-shadow(0 0 0.03rem #6c6c6c);
}

.tab-selection {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.tab-selection .tab-login,
.tab-selection .tab-register {
  flex: 1;
}
.tab-selection .tab-login a,
.tab-selection .tab-register a {
  width: 100%;
}
.tab-selection .tab-login a.primary-btn,
.tab-selection .tab-login a.secondary-btn,
.tab-selection .tab-register a.primary-btn,
.tab-selection .tab-register a.secondary-btn {
  background: #7f7f7f;
}
.tab-selection .tab-login a.primary-btn.active,
.tab-selection .tab-login a.active.secondary-btn,
.tab-selection .tab-register a.primary-btn.active,
.tab-selection .tab-register a.active.secondary-btn {
  background: #ff8a00;
}

.tab-content-container .label-text {
  color: #8697a2;
}
.tab-content-container .label-text.aff-pointer {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  display: flex;
}
.tab-content-container .label-text img {
  width: 0.8rem;
}
.tab-content-container .field {
  margin-bottom: 1rem;
}
.tab-content-container .field input,
.tab-content-container .field select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dbede4;
  border-radius: 8px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.tab-content-container .field input:focus-visible,
.tab-content-container .field select:focus-visible {
  outline: 1px solid #ced4da;
}
.tab-content-container .required {
  color: red;
}
.tab-content-container .help-container {
  color: #8697a2;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}
.tab-content-container .help-container .login-disclaimer {
  display: flex;
  gap: 5px;
}
.tab-content-container .help-container .login-disclaimer .text-link {
  color: #0071e3;
  cursor: pointer;
}
.tab-content-container .tab-content {
  display: none;
}
.tab-content-container .tab-content.active {
  display: block;
}
.tab-content-container .no-container {
  display: flex;
  gap: 0.5rem;
  position: relative;
}
.tab-content-container .no-container .no-dropdown {
  display: flex;
  background: #fff;
  border: 1px solid #dbede4;
  border-radius: 8px;
  position: relative;
}
.tab-content-container .no-container .no-dropdown.open .no-dropdown-content {
  display: block;
}
.tab-content-container .no-container .no-dropdown.open .phone-arrow {
  transform: rotate(180deg);
}
.tab-content-container .no-container .no-dropdown .no-dropdown-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.375rem 0.6rem;
  cursor: pointer;
  white-space: nowrap;
}
.tab-content-container
  .no-container
  .no-dropdown
  .no-dropdown-header
  img:not(.phone-arrow) {
  width: 1.3rem;
  height: auto;
}
.tab-content-container .no-container .no-dropdown .no-dropdown-header span {
  font-size: 0.9rem;
  color: #495057;
}
.tab-content-container
  .no-container
  .no-dropdown
  .no-dropdown-header
  .flag-wrapper {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.tab-content-container
  .no-container
  .no-dropdown
  .no-dropdown-header
  .flag-wrapper
  img {
  width: 1.3rem;
  height: auto;
}
.tab-content-container
  .no-container
  .no-dropdown
  .no-dropdown-header
  .flag-wrapper
  span {
  font-size: 0.9rem;
  color: #495057;
}
.tab-content-container
  .no-container
  .no-dropdown
  .no-dropdown-header
  .phone-arrow {
  width: 0.65rem;
  height: auto;
  transition: transform 0.2s ease;
}
.tab-content-container .no-container .no-dropdown .no-dropdown-content {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 100;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  min-width: 5.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.tab-content-container
  .no-container
  .no-dropdown
  .no-dropdown-content
  .no-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}
.tab-content-container
  .no-container
  .no-dropdown
  .no-dropdown-content
  .no-dropdown-item
  img {
  width: 1.2rem;
  height: auto;
}
.tab-content-container
  .no-container
  .no-dropdown
  .no-dropdown-content
  .no-dropdown-item
  .no-dropdown-name {
  font-size: 0.85rem;
  color: #495057;
  white-space: nowrap;
}
.tab-content-container
  .no-container
  .no-dropdown
  .no-dropdown-content
  .no-dropdown-item:hover {
  background-color: #f5f6fa;
}
.tab-content-container .no-container .no-digit {
  flex: 1;
  min-width: 0;
}
.tab-content-container .input-container {
  display: flex;
  gap: 0.5rem;
  position: relative;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.tab-content-container .input-wrapper {
  position: relative;
  display: inline-block;
}
.tab-content-container .input-wrapper .country-icon {
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
}
.tab-content-container .input-wrapper .input {
  padding-left: 2.6rem;
  border: none;
  height: 3rem;
}
.tab-content-container .input-select {
  width: 100%;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  border: none;
  height: 3rem;
  position: relative;
  border: 1px solid #ced4da;
}
.tab-content-container .input-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  /* Adjust as needed */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  /* Adjust arrow size */
  border-color: #333 transparent transparent transparent;
  /* Adjust arrow color */
}

@media screen and (max-width: 767.98px) {
  .tab-content-container .help-container {
    width: 100%;
  }
}
.bg-banner img {
  width: 100%;
  height: auto;
}
.bg-banner .arrow-down {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .bg-banner {
    position: relative;
  }
  .bg-banner img {
    margin-top: 0 !important;
  }
  .bg-banner .arrow-down {
    display: block;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    animation: jumpUpDown 0.6s infinite alternate;
    width: 2.5rem;
  }
}
.odds-main-grid.result {
  display: flex;
  justify-content: space-between;
}
.odds-main-grid .odds-info-selection {
  background-color: #e3e3e3;
  border-radius: 5px;
  padding: 10px 1rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.odds-main-grid .odds-info-selection.active {
  background-color: #ff8a00;
  color: white;
}
.odds-main-grid .odds-info-selection .odds-info h4 {
  font-weight: bold;
}
.odds-main-grid.summary {
  display: flex;
  justify-content: space-between;
}

.custom-dropdown {
  position: relative;
  width: 100%;
}
.custom-dropdown .selected-value {
  background-color: #e3e3e3;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.custom-dropdown .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.custom-dropdown .options .option {
  padding: 5px 10px;
  cursor: pointer;
}
.custom-dropdown .options .option:hover {
  background-color: #f9f9f9;
}
.custom-dropdown .right-value {
  float: right;
}
.custom-dropdown .selected {
  font-weight: bold;
}

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  .odds-info h4 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .odds-main-grid .handicap h4 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 538.98px) {
  .handicap h4 {
    font-size: 0.75rem;
  }

  .custom-dropdown .selected-value {
    font-size: 0.75rem;
  }
}
.card-header.main {
  background-color: #304ffe;
}

.card-header.main::-webkit-scrollbar {
  display: none;
}
.card-header.sub-header .nav-item:first-child {
  padding-left: 0;
}

.card-header-tabs {
  display: flex;
  justify-content: flex-start;
}
.card-header-tabs .nav-item {
  white-space: nowrap;
  flex: 0 1 auto;
  width: 200px;
}
.card-header-tabs .nav-item:first-child {
  padding-left: 3rem;
}
.card-header-tabs .nav-item:last-child {
  padding-right: 3rem;
}
.card-header-tabs .nav-item a.nav-link {
  width: 100%;
  padding: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
}
.card-header-tabs .nav-item a.nav-link.active {
  color: #ff8a00;
}
.card-header-tabs .nav-item a.nav-link:hover {
  color: #aab7ff;
  transform: scale(1.1);
}
.card-header-tabs[data-tab="knockout"],
.card-header-tabs[data-tab="result"] {
  gap: 2rem;
}
.card-header-tabs[data-tab="knockout"] .nav-item:last-child,
.card-header-tabs[data-tab="result"] .nav-item:last-child {
  margin-left: -1.8rem;
}

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  .card-header-tabs.subNav .nav-link {
    width: 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .card-header.main,
  .card-header.sub-header {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .card-header.main::-webkit-scrollbar,
  .card-header.sub-header::-webkit-scrollbar {
    height: 5px;
  }
  .card-header.main::-webkit-scrollbar-track,
  .card-header.sub-header::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .card-header.main::-webkit-scrollbar-thumb,
  .card-header.sub-header::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 10px;
    background-clip: content-box;
    z-index: 20;
  }
  .card-header.main::-webkit-scrollbar-thumb:hover,
  .card-header.sub-header::-webkit-scrollbar-thumb:hover {
    background-color: #b2bec3;
    overflow: overlay;
  }
  .card-header.sub-header {
    margin-bottom: 1rem;
  }
  .card-header .card-header-tabs {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767.98px) {
  .card-header.main,
  .card-header.sub-header {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .card-header.main::-webkit-scrollbar,
  .card-header.sub-header::-webkit-scrollbar {
    display: none;
  }
  .card-header.main::-webkit-scrollbar-track,
  .card-header.sub-header::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .card-header.main::-webkit-scrollbar-thumb,
  .card-header.sub-header::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 10px;
    background-clip: content-box;
    z-index: 20;
  }
  .card-header.main::-webkit-scrollbar-thumb:hover,
  .card-header.sub-header::-webkit-scrollbar-thumb:hover {
    background-color: #b2bec3;
    overflow: overlay;
  }
  .card-header.sub-header {
    margin-bottom: 1rem;
  }

  .card-header-tabs {
    gap: 0;
    padding: 0;
    flex-wrap: nowrap;
  }
  .card-header-tabs .nav-item:first-child {
    padding: 0;
  }
  .card-header-tabs .nav-item a.nav-link {
    width: 100%;
    padding: 1rem 0.3rem;
    font-weight: 700;
  }
  .card-header-tabs .nav-item a.nav-link:hover,
  .card-header-tabs .nav-item a.nav-link.active {
    color: #ff8a00;
    border-bottom: 3px solid #ff8a00;
    transform: unset;
  }
  .card-header-tabs.subNav .nav-link {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .owl-carousel {
    padding: 0 1rem;
  }
}
.matchday-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  cursor: pointer;
}
.matchday-overlay.active {
  display: block;
}
.matchday-overlay .matchday-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26rem;
  max-width: 92vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: auto;
  background-color: white;
}
.matchday-overlay .matchday-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #304ffe;
  padding: 0.85rem 1rem;
  position: relative;
  flex-shrink: 0;
}
.matchday-overlay .matchday-header .font {
  margin: 0;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 20px 0 0;
}
.matchday-overlay .matchday-header img.cross {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  filter: brightness(0) invert(1);
  cursor: pointer;
}
.matchday-overlay .matchday-body {
  background-color: #f5f6fa;
  overflow-y: auto;
  flex: 1;
  padding: 1rem;
  cursor: auto;
}
.matchday-overlay .matchday-body::-webkit-scrollbar {
  width: 10px;
}
.matchday-overlay .matchday-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.matchday-overlay .matchday-body::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 10px;
  background-clip: content-box;
  z-index: 20;
}
.matchday-overlay .matchday-body::-webkit-scrollbar-thumb:hover {
  background-color: #b2bec3;
  overflow: overlay;
}
.matchday-overlay .matchday-modal {
  display: none;
}
.matchday-overlay .matchday-modal.active {
  display: block;
}
.matchday-overlay .matchday-country-info {
  background: white;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.matchday-overlay .matchday-country-info .matchday-country-details {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .matchday-list:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .matchday-list:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-width: 0;
  gap: 1.1rem;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-cell {
  gap: 0.35rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-cell:nth-child(1) {
  margin-left: 2rem;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-cell:nth-child(2) {
  margin-top: 1rem;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-cell:nth-child(3) {
  margin-right: 2rem;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-cell
  .country-flag
  img {
  width: 5rem;
  height: 100%;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-cell
  .score-value {
  font-size: 1.5rem;
  font-weight: 600;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-cell
  .team-role {
  font-size: 0.75rem;
  color: #8697a2;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  font-size: 0.85rem;
  text-align: center;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-item
  img {
  width: 4rem;
  height: 2.75rem;
  object-fit: cover;
  border-radius: 3px;
}
.matchday-overlay
  .matchday-country-info
  .matchday-country-details
  .country-item
  span {
  font-size: 0.85rem;
}
.matchday-overlay .matchday-country-info .matchday-event-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
.matchday-overlay .matchday-country-info .matchday-event-details .match-meta {
  font-size: 0.75rem;
  color: #8697a2;
  text-align: center;
  white-space: nowrap;
}
.matchday-overlay
  .matchday-country-info
  .matchday-event-details
  .match-meta
  .date,
.matchday-overlay
  .matchday-country-info
  .matchday-event-details
  .match-meta
  .day-today {
  display: inline;
}
.matchday-overlay .matchday-country-info .matchday-event-details .time {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a1a;
}
.matchday-overlay
  .matchday-country-info
  .matchday-event-details
  .matchday-score {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}
.matchday-overlay .matchday-odds-country {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 0.5rem;
  padding: 0.55rem 0.75rem;
  margin-bottom: 1rem;
}
.matchday-overlay .matchday-odds-country .odds-label {
  font-weight: 700;
  font-size: 0.85rem;
  color: #1a1a1a;
}
.matchday-overlay .matchday-odds-country .odds-dropdown {
  position: relative;
  width: auto;
  min-width: 8rem;
}
.matchday-overlay .matchday-odds-country .odds-dropdown .selected-value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  border-radius: 0.4rem;
  padding: 0.3rem 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  background-color: initial;
}
.matchday-overlay .matchday-odds-country .odds-dropdown .selected-value i {
  font-size: 0.7rem;
  transition: transform 0.2s;
}
.matchday-overlay .matchday-odds-country .odds-dropdown .selected-value.open i {
  transform: rotate(180deg);
}
.matchday-overlay .matchday-odds-country .odds-dropdown .options {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 100%;
  width: max-content;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 0.4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 50;
  overflow: hidden;
}
.matchday-overlay .matchday-odds-country .odds-dropdown .options .option {
  padding: 0.45rem 0.75rem;
  font-size: 0.82rem;
  cursor: pointer;
  color: #1a1a1a;
  white-space: nowrap;
}
.matchday-overlay .matchday-odds-country .odds-dropdown .options .option:hover {
  background: #eef0ff;
  color: #304ffe;
}
.matchday-overlay
  .matchday-odds-country
  .odds-dropdown
  .options
  .option.active {
  background: #eef0ff;
  color: #304ffe;
  font-weight: 600;
}
.matchday-overlay .handicap {
  margin-bottom: 1.5rem;
}
.matchday-overlay .handicap .section-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.matchday-overlay .handicap .odds-info.main-odds {
  display: flex;
  gap: 0.5rem;
}
.matchday-overlay .odds-main-grid {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.matchday-overlay .odds-main-grid.handicap,
.matchday-overlay .odds-main-grid.overunder {
  grid-template-columns: 1fr 1fr;
}
.matchday-overlay .odds-main-grid.onextwo {
  grid-template-columns: 1fr 1fr 1fr;
}
.matchday-overlay .odds-main-grid.summary,
.matchday-overlay .odds-main-grid.result {
  display: flex;
  justify-content: space-between;
}
.matchday-overlay .odds-info-selection {
  background: white;
  border: 1.5px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 0.5rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.matchday-overlay .odds-info-selection .odds-info h4 {
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
}
.matchday-overlay .odds-info-selection .odds-value {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1a1a;
}
.matchday-overlay .odds-info-selection.active {
  background: #304ffe;
  opacity: 0.8;
}
.matchday-overlay .odds-info-selection.active .odds-info h4,
.matchday-overlay .odds-info-selection.active .odds-value {
  color: white;
}
.matchday-overlay .odds-info-selection:hover:not(.active) {
  border-color: #b0b0b0;
}
.matchday-overlay .odds-main-grid.onextwo .odds-info-selection {
  text-align: center;
  gap: 0.1rem;
}
.matchday-overlay .coin-meter .qty-container {
  display: flex;
  align-items: center;
  background: white;
  border: 1.5px solid #e0e0e0;
  border-radius: 2rem;
  padding: 0.3rem 0.4rem;
  gap: 0.4rem;
  justify-content: space-between;
}
.matchday-overlay .coin-meter .qty-container .qty-value {
  display: flex;
}
.matchday-overlay .coin-meter .qty-container .qty-value input.input-qty {
  flex: 1;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  width: 2.5rem;
  min-width: 0;
}
.matchday-overlay .coin-meter .qty-container .qty-value input.input-qty:focus {
  outline: none;
}
.matchday-overlay .coin-meter .qty-container p {
  font-size: 0.75rem;
  color: #8697a2;
  margin: 0;
  white-space: nowrap;
}
.matchday-overlay .coin-meter .qty-container.resultbar {
  border-radius: 0.4rem;
  border: 1px solid #00ba5d;
  background: #d5ffea;
  justify-content: center;
}
.matchday-overlay .coin-meter .qty-container.resultbar.loss {
  border: 1px solid #ff0000;
  background-color: #ffecec;
}
.matchday-overlay .coin-meter .qty-container.resultbar.loss p {
  color: #e53935;
}
.matchday-overlay .coin-meter .qty-container.resultbar p {
  font-size: 0.95rem;
  font-weight: 700;
  color: #00ba5d;
}
.matchday-overlay .qty-btn-minus,
.matchday-overlay .qty-btn-plus {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  flex-shrink: 0;
}
.matchday-overlay .qty-btn-minus:focus,
.matchday-overlay .qty-btn-plus:focus {
  outline: none;
  box-shadow: none;
}
.matchday-overlay .qty-btn-minus:disabled,
.matchday-overlay .qty-btn-plus:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.matchday-overlay .qty-btn-minus {
  background: #e0e0e0;
  color: #555;
}
.matchday-overlay .qty-btn-plus {
  background: #304ffe;
  color: white;
}
.matchday-overlay .custom-dropdown.correctscore {
  position: relative;
  margin-bottom: 0.6rem;
}
.matchday-overlay .custom-dropdown.correctscore .selected-value {
  background: white;
  border: 1.5px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 0.55rem 2rem 0.55rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 16 16'%3E%3Cpath fill='%238697A2' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
.matchday-overlay .custom-dropdown.correctscore .options {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 0.5rem 0.5rem;
  z-index: 10;
  max-height: 10rem;
  overflow-y: auto;
}
.matchday-overlay .custom-dropdown.correctscore .options::-webkit-scrollbar {
  width: 10px;
}
.matchday-overlay
  .custom-dropdown.correctscore
  .options::-webkit-scrollbar-track {
  background-color: transparent;
}
.matchday-overlay
  .custom-dropdown.correctscore
  .options::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 10px;
  background-clip: content-box;
  z-index: 20;
}
.matchday-overlay
  .custom-dropdown.correctscore
  .options::-webkit-scrollbar-thumb:hover {
  background-color: #b2bec3;
  overflow: overlay;
}
.matchday-overlay .custom-dropdown.correctscore .options .option {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.75rem;
  font-size: 0.85rem;
  cursor: pointer;
}
.matchday-overlay .custom-dropdown.correctscore .options .option:hover {
  background-color: #f5f6fa;
}
.matchday-overlay .matchday-stake-row {
  border-top: 1px solid #e0e0e0;
  padding-top: 0.75rem;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
.matchday-overlay .matchday-stake-row .odds-main-grid.summary {
  align-items: center;
}
.matchday-overlay .matchday-stake-row .odds-main-grid.summary h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}
.matchday-overlay
  .matchday-stake-row
  .odds-main-grid.summary
  h4.remaining-coin {
  font-weight: 700;
  font-size: 1rem;
}
.matchday-overlay
  .matchday-stake-row
  .odds-main-grid.summary
  .odds-info-grid
  .odds-info {
  display: flex;
  gap: 0.5rem;
}
.matchday-overlay .matchday-form-details .summary-grid {
  background-color: white;
  padding: 0.5rem 1rem;
}
.matchday-overlay
  .matchday-form-details
  .summary-grid
  .summary-page
  .odds-info.hundred {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.matchday-overlay
  .matchday-form-details
  .summary-grid
  .summary-page
  .odds-info.hundred
  h4 {
  font-weight: 600;
}
.matchday-overlay .matchday-form-details .summary-grid .summary-page .sum-odds {
  text-align: initial;
  background-color: initial;
  border-radius: initial;
  padding: initial;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.matchday-overlay
  .matchday-form-details
  .summary-grid
  .summary-page
  .sum-odds.loss
  h4 {
  color: #ff0000;
}
.matchday-overlay
  .matchday-form-details
  .summary-grid
  .summary-page
  .sum-odds
  h4 {
  color: #0eba15;
  font-weight: 800;
}
.matchday-overlay .matchday-form-details .summary-grid:nth-child(3) {
  border: 1px solid #b9c6cb;
  border-radius: 0.5rem;
}
.matchday-overlay .matchday-form-details .handicap.under h4 span {
  font-weight: 600;
}
.matchday-overlay
  .matchday-form-details
  .handicap.under
  .odds-info-grid
  .odds-info {
  display: flex;
  gap: 0.5rem;
}
.matchday-overlay
  .matchday-form-details
  .handicap.under
  .odds-info-grid
  .odds-info
  h4 {
  font-weight: bold;
  font-size: 1.1rem;
}
.matchday-overlay .prediction-wrap .prediction-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 103px 0 0;
  gap: 23px;
  min-height: 50vh;
}
.matchday-overlay .prediction-wrap .prediction-submit img {
  height: 93.78px;
  width: 93.78px;
}
.matchday-overlay .prediction-wrap .prediction-submit p {
  color: #3c3c3c;
  font-size: 20px;
  margin: 0;
}
.matchday-overlay .prediction-wrap .prediction-submit p:first-of-type {
  font-weight: 600;
}
.matchday-overlay .prediction-wrap .prediction-submit .primary-btn,
.matchday-overlay .prediction-wrap .prediction-submit .secondary-btn {
  margin-top: 0.5rem;
}
.matchday-overlay .prediction-wrap a:hover {
  color: #ffffff;
}
.matchday-overlay .odd-wrapper .odds-main-grid.result .correct-score h4 {
  font-size: 0.85rem;
  font-weight: 600;
}
.matchday-overlay .odd-wrapper .odds-main-grid.result .correct-scores h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
.matchday-overlay .odd-wrapper hr {
  border-color: #e0e0e0;
  margin: 0.75rem 0;
}
.matchday-overlay p.oddpowered {
  font-size: 0.75rem;
  color: #8697a2;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
.matchday-overlay p.oddpowered img {
  width: 2.5rem;
  vertical-align: middle;
  margin-left: 0.3rem;
}
.matchday-overlay .primary-btn + .primary-btn,
.matchday-overlay .secondary-btn + .primary-btn,
.matchday-overlay .primary-btn + .secondary-btn,
.matchday-overlay .secondary-btn + .secondary-btn,
.matchday-overlay .primary-btn + .secondary-btn,
.matchday-overlay .secondary-btn + .secondary-btn {
  margin-top: 0.5rem;
}

@media screen and (max-width: 767.98px) {
  .matchday-overlay .matchday-container {
    width: 95vw;
    max-height: 92vh;
  }
  .matchday-overlay
    .matchday-country-info
    .matchday-country-details
    .country-cell
    .country-item
    img,
  .matchday-overlay
    .matchday-country-info
    .matchday-country-details
    .country-item
    img {
    width: 3rem;
    height: 2rem;
  }

  .matchday-overlay .prediction-wrap .prediction-submit {
    padding: 4rem 1rem 6rem;
    gap: 1rem;
    min-height: 43vh;
    justify-content: center;
  }
  .matchday-overlay .prediction-wrap .prediction-submit p {
    font-size: 14px;
  }
  .matchday-overlay .prediction-wrap .prediction-submit img {
    height: auto;
    width: 25%;
  }
}
@media screen and (min-width: 608px) and (max-width: 767.98px) {
  .matchday-overlay .matchday-container {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .matchday-overlay .matchday-container {
    width: 50%;
  }
}
@media screen and (min-width: 1422px) and (max-width: 1599.98px) {
  .matchday-overlay .matchday-container {
    width: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .matchday-overlay .matchday-container {
    width: 27%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .predict-info button {
    font-size: 0.6rem;
  }

  .match-icon-grid {
    grid-template-columns: 55% 5% 40%;
  }
  .match-icon-grid .vbar {
    width: 1px;
  }
  .match-icon-grid .fulltime-info h3 {
    font-size: 1rem;
  }

  .predict-info button.result-btn {
    font-size: 0.5rem;
  }

  .fulltime-info h3 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767.98px) {
  .match-icon-grid {
    grid-template-columns: 65% 5% 30%;
  }
  .match-icon-grid .vbar {
    width: 1.5px;
  }
  .match-icon-grid .match-icon-info.country-info img {
    width: 1.75rem;
  }
  .match-icon-grid .match-icon-info p.date {
    margin-bottom: 0.2rem;
  }
  .match-icon-grid .dateinfo h4 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
  }
  .match-icon-grid .predict-info button {
    font-size: 0.7rem;
  }
  .match-icon-grid .dateinfo {
    padding: 0;
  }

  .section-matchday .match-info {
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 538.98px) {
  .match-icon-grid {
    grid-template-columns: 60% 5% 35%;
  }
  .match-icon-grid .predict-info button {
    font-size: 0.6rem;
    white-space: nowrap;
  }

  .with-bg h4 span {
    font-size: 0.9rem;
  }

  .matchday-overlay
    .matchday-country-info
    .matchday-country-details
    .country-cell:nth-child(1) {
    margin-left: 10%;
  }
  .matchday-overlay
    .matchday-country-info
    .matchday-country-details
    .country-cell:nth-child(3) {
    margin-right: 10%;
  }
}
@media screen and (min-width: 1422px) and (max-width: 1599.98px) {
  .matchday-overlay .matchday-container {
    width: 32%;
    max-width: 32%;
  }
}
@media screen and (min-width: 1600px) {
  .matchday-overlay .matchday-container {
    width: 27%;
    max-width: 27%;
  }
}
.section-groupmatch .groupmatch-container {
  margin-bottom: 22.1px;
}
.section-groupmatch .groupmatch-container .groupmatch-title {
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.section-groupmatch .groupmatch-container .groupmatch-list {
  display: grid;
  grid-template-columns: 6rem auto 7.5rem;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.7rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(126.59deg, #ffffff -3.28%, #e7ecff 126.63%);
  border: 0.75px solid #e8e8e8;
  border-radius: 1rem;
}
.section-groupmatch .groupmatch-container .groupmatch-list:hover {
  background: linear-gradient(122deg, #f4f7ff -3.28%, #c8d4ff 126.63%);
}
.section-groupmatch .groupmatch-container .groupmatch-list.not-available {
  background: linear-gradient(126.59deg, #ffffff -3.28%, #dadada 126.63%);
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-description {
  white-space: nowrap;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country
  .flag-container {
  flex-shrink: 0;
  width: 3rem;
  height: 2rem;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country
  .flag-container
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country
  .country-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country
  .country-code {
  text-transform: uppercase;
  font-weight: bold;
  display: none;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country.left {
  justify-content: flex-end;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .time {
  color: #21231e;
  font-size: 30px;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country.left
  .country-name {
  order: 1;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country.left
  .flag-container {
  order: 2;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country.right {
  justify-content: flex-start;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country.right
  .flag-container {
  order: 1;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .country.right
  .country-name {
  order: 2;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-country
  .score {
  flex-shrink: 0;
  text-align: center;
  padding: 0.25rem 1rem;
  min-width: 80px;
  font-size: 16px;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-action {
  white-space: nowrap;
}
.section-groupmatch
  .groupmatch-container
  .groupmatch-list
  .groupmatch-list-action
  button {
  width: 120px;
  height: 32px;
}
.section-groupmatch .groupmatch-container.result .groupmatch-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-match-wrapper {
  display: grid;
  grid-template-columns: 70% 30%;
  width: 100%;
  align-items: center;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-match-wrapper
  .groupmatch-list-country {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border-right: 2px solid #ddd;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-match-wrapper
  .groupmatch-list-country
  .groupmatch-list-country-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-match-wrapper
  .groupmatch-list-country
  .groupmatch-list-country-details
  .score {
  font-weight: 600;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-match-wrapper
  .groupmatch-list-country-date {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 1rem;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-action
  .prediction-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-action
  .prediction-status
  img {
  width: 1.2rem;
  height: 1.2rem;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-action
  .prediction-status
  .text {
  color: #61757e;
  font-size: 14px;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-action
  .view-result {
  display: flex;
  cursor: pointer;
  color: #304ffe;
  transition: transform 0.1s ease-in-out;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-action
  .view-result:after {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  margin-left: 0.25rem;
  color: #304ffe;
  font-weight: 600;
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-action
  .view-result:hover {
  transform: scale(1.05);
}
.section-groupmatch
  .groupmatch-container.result
  .groupmatch-wrapper
  .groupmatch-list
  .groupmatch-list-action
  .view-result
  .text {
  font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #tab-2 .section-groupmatch .groupmatch-container.result .groupmatch-wrapper {
    display: flex;
    flex-direction: column;
  }
  #tab-2 .section-groupmatch .groupmatch-container.result .groupmatch-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: unset;
    gap: 1rem;
  }
  #tab-2
    .section-groupmatch
    .groupmatch-container.result
    .groupmatch-list
    .groupmatch-list-description {
    order: unset;
  }
  #tab-2
    .section-groupmatch
    .groupmatch-container.result
    .groupmatch-list
    .groupmatch-list-country {
    order: unset;
  }
  #tab-2
    .section-groupmatch
    .groupmatch-container.result
    .groupmatch-list
    .groupmatch-list-action {
    order: unset;
  }
  #tab-2
    .section-groupmatch
    .groupmatch-container.result
    .groupmatch-list
    .groupmatch-list-match-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    width: 100%;
    align-items: center;
  }

  .section-groupmatch .groupmatch-container .groupmatch-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 1rem;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-description {
    order: 2;
    font-size: 0.8rem;
    color: #8697a2;
    white-space: nowrap;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country {
    order: 1;
    width: 100%;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country
    .score {
    font-size: 1.1rem;
    min-width: 60px;
    padding: 0.25rem 0.5rem;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country
    .country-name {
    font-size: 0.85rem;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-action {
    order: 3;
    white-space: nowrap;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-action
    .primary-btn,
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-action
    .secondary-btn {
    width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  #tab-2 .section-groupmatch .groupmatch-container.result .groupmatch-wrapper {
    display: flex;
    flex-direction: column;
  }
  #tab-2 .section-groupmatch .groupmatch-container.result .groupmatch-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: unset;
    gap: 1rem;
  }
  #tab-2
    .section-groupmatch
    .groupmatch-container.result
    .groupmatch-list
    .groupmatch-list-description {
    order: unset;
  }
  #tab-2
    .section-groupmatch
    .groupmatch-container.result
    .groupmatch-list
    .groupmatch-list-country {
    order: unset;
  }
  #tab-2
    .section-groupmatch
    .groupmatch-container.result
    .groupmatch-list
    .groupmatch-list-action {
    order: unset;
  }
  #tab-2
    .section-groupmatch
    .groupmatch-container.result
    .groupmatch-list
    .groupmatch-list-match-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    width: 100%;
    align-items: center;
  }

  .section-groupmatch .groupmatch-container .groupmatch-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 1rem;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-description {
    order: 2;
    font-size: 0.8rem;
    color: #8697a2;
    white-space: nowrap;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country {
    order: 1;
    width: 100%;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country
    .time {
    font-size: 24.76px;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country
    .score {
    font-size: 1.1rem;
    min-width: 60px;
    padding: 0.25rem 0.5rem;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country
    .country-name {
    font-size: 0.85rem;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-action {
    order: 3;
    white-space: nowrap;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-action
    button {
    border-radius: 4.73px;
    width: 99.06px !important;
    height: 26.42px;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-action
    .primary-btn,
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-action
    .secondary-btn {
    width: auto;
  }
}
@media screen and (max-width: 538.98px) {
  #tab-2
    .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country
    .country
    .country-name {
    display: block;
  }
  #tab-2
    .section-groupmatch
    .groupmatch-container.result
    .groupmatch-list
    .groupmatch-list-match-wrapper {
    grid-template-columns: 65% 35%;
  }

  .section-groupmatch .groupmatch-container {
    padding: 0 1rem;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country
    .country
    .country-code {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country
    .country
    .country-name {
    display: none;
  }
  .section-groupmatch
    .groupmatch-container
    .groupmatch-list
    .groupmatch-list-country
    .country.right
    .flag-container {
    order: 0;
  }
}
.dateinfo p {
  margin-bottom: 0;
  font-weight: bold;
}

.result-btn {
  font-size: 0.75rem;
}
.result-btn.check {
  font-size: 1rem;
}

.match-icon-grid.match-result {
  position: relative;
  display: grid;
}
.match-icon-grid.match-result .match-county::after {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 20%;
  right: 35%;
  width: 2px;
  background-color: #d9d9d9;
}
.match-icon-grid.match-result .match-country-item {
  display: flex;
  margin-bottom: 1.3rem;
  align-items: center;
}
.match-icon-grid.match-result .match-country-item img {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
}
.match-icon-grid.match-result .match-country-item h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
.match-icon-grid.match-result .match-score h4 {
  width: 5rem;
  height: 2rem;
  margin-bottom: 1.4rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 2rem;
  margin-left: 4rem;
}

.section-result-detail .check-info.result-check-info h3 {
  padding: 10px;
}

@media screen and (max-width: 767.98px) {
  .section-result-detail .match-grid.result-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0.8rem;
  }
  .section-result-detail .match-grid.result-grid .match-country-item {
    gap: 0.5rem;
  }
  .section-result-detail .match-grid.result-grid .match-country-item img {
    width: 1.7rem;
    height: 1.7rem;
    margin: 0;
  }
  .section-result-detail .match-grid.result-grid .match-country-item h4 {
    font-size: 0.8rem;
  }
  .section-result-detail .match-grid.result-grid .match-score h4 {
    font-size: 0.8rem;
    height: 1.7rem;
    padding-left: 0;
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0;
  }

  .match-icon-grid.match-result .match-county::after {
    top: 9%;
    bottom: 25%;
    width: 1px;
  }
}
@media screen and (max-width: 538.98px) {
  .section-result-detail .match-grid.result-grid .match-country-item img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .section-result-detail .match-grid.result-grid .match-score h4 {
    width: auto;
    padding-left: 1.25rem;
  }

  .match-icon-grid.match-result {
    grid-template-columns: 75% 25%;
  }

  .match-icon-grid.match-result .match-county::after {
    right: 25%;
  }
}
.leaderboard-user-ranking h5 {
  background-color: #101749;
  color: white;
  padding: 10px 0px 10px 0;
  text-align: center;
  font-size: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
}
.leaderboard-list .board-list {
  display: grid;
  grid-template-columns: 7rem 1fr 13rem 13rem;
  background-color: #fcfcfc;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-wrap: nowrap;
  padding: 10px 0;
  border: 1px solid #b9c6cb;
  text-align: center;
  padding: 1rem 3rem;
  gap: 1rem;
  align-items: center;
  margin-bottom: 6px;
  
  .board-rank-value {
    font-weight: 700;
    font-size: 30px;
    color: #7F7F7F;
    font-family: FWC2026;
  }
}
.leaderboard-list .board-list.top-1 {
  background: linear-gradient(90deg, #eca200 0.48%, #ff6f00 96.63%);
  border: 0;
}
.leaderboard-list .board-list.top-2 {
  background: linear-gradient(90deg, #004be2 0%, #75abf1 100%);
  border: 0;
}
.leaderboard-list .board-list.top-3 {
  background: linear-gradient(90deg, #00ba5d 0%, #aacf54 96.5%);
  border: 0;
}
.leaderboard-list .board-list.top-4 {
  background: linear-gradient(90deg, #d321ff 3.5%, #d683ff 100%);
  border: 0;
}
.leaderboard-list .board-list.top-5 {
  background: linear-gradient(90deg, #ff418d 0%, #ff88d5 96.5%);
  border: 0;
}
.leaderboard-list .board-list.trophy .board-user-profile .username {
  color: white;
}
.leaderboard-list .board-list.trophy .board-coins .coin-amount,
.leaderboard-list .board-list.trophy .board-coins .coins {
  color: white;
}
.leaderboard-list .board-list.trophy .board-reward {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1px;
  color: white;
}
.leaderboard-list .board-list.trophy .board-reward:after {
  content: "";
  display: block;
  width: 2rem;
  height: 3rem;
  background-image: url(../images/components/trophy.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  transform: scale(1.5);
}
.leaderboard-user-ranking.my-rank .board-list .board-user-profile,
.leaderboard-list .board-list .board-user-profile {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.leaderboard-user-ranking.my-rank .board-list .board-user-profile img,
.leaderboard-list .board-list .board-user-profile img {
  width: 2.5rem;
  flex-shrink: 0;
  padding: 0;
}
.leaderboard-user-ranking.my-rank .board-list .board-user-profile .username,
.leaderboard-list .board-list .board-user-profile .username {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  width: 150px;
}
.leaderboard-user-ranking.my-rank .board-list .board-coins,
.leaderboard-list .board-list .board-coins {
  display: grid;
  grid-template-columns: 70% 30%;
  text-align: end;
  gap: 0;
  align-items: center;
}
.leaderboard-user-ranking.my-rank .board-list .board-coins .coin-amount,
.leaderboard-list .board-list .board-coins .coin-amount {
  font-family: "FWC2026";
  font-weight: 900;
  font-size: 24px;
  color: #7f7f7f;
}
.leaderboard-user-ranking.my-rank .board-list .board-coins .coins,
.leaderboard-list .board-list .board-coins .coins {
  color: #7f7f7f;
  font-weight: 600;
}
.leaderboard-user-ranking.my-rank .board-list .board-reward,
.leaderboard-list .board-list .board-reward {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3rem;
  font-family: "FWC2026";
  font-weight: 900;
  font-size: 24px;
  color: #7f7f7f;
}
.leaderboard-user-ranking.my-rank .board-list .board-rank-value,
.leaderboard-list .board-list.trophy .board-rank-value {
  font-family: "FWC2026Ultra";
  white-space: nowrap;
}
.leaderboard-user-ranking.my-rank .board-list .board-rank-value {
  color: #7f7f7f;
  font-weight: 900;
  font-size: 30px;
}
.leaderboard-list .board-list.trophy .board-rank-value {
  color: #fcfcfc;
  font-weight: 700;
  font-size: 36px;
}
.leaderboard-user-ranking.my-rank .board-list {
  display: grid;
  grid-template-columns: 7rem 1fr 13rem 13rem;
  align-items: center;
  gap: 1rem;
  background: #fcfcfc;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #b9c6cb;
  margin: 0 0 0.7rem;
  padding: 1rem 3rem;
  text-align: center;
}
.section-leaderboard .extensions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-leaderboard .extensions .dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: black;
  margin-bottom: 0.5rem;
}
.section-leaderboard .price-info p.username {
  overflow: hidden;
  text-overflow: ellipsis;
  height: initial;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.5;
  width: auto;
  text-align: left;
  padding-left: 1rem;
}
.section-leaderboard .price-info.coin-text .coins {
  display: grid;
  grid-template-columns: 70% 30%;
  text-align: end;
  padding-right: 1.5rem;
  gap: 0;
}
.section-leaderboard .note-to-IT .extension {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .price-grid {
    grid-template-columns: 20% 35% 30% 15%;
    padding: 0;
  }

  .price-load {
    margin-bottom: 0.2rem;
  }

  .price-info img {
    width: 35px;
  }
  .price-info img.top-3 {
    width: 40px;
  }

  .section-leaderboard .price-info p {
    font-size: 1rem;
  }
  .section-leaderboard .price-info p.username {
    font-size: 1.2rem;
  }
  .section-leaderboard .price-info p.top-3 {
    font-size: 1.2rem;
  }
  .rank-grid {
    grid-template-columns: 4rem 1fr 7rem 7rem;
    padding: 0 1rem;
  }
  .rank-grid h5:last-child {
    padding: 10px;
  }

  .leaderboard-list .board-list {
    padding: 1rem;
    grid-template-columns: 4rem 1fr 7rem 7rem;
  }
  .leaderboard-list .board-list.trophy .board-reward:after {
    content: "";
    display: none;
  }
  .leaderboard-list .board-list .board-reward {
    padding-right: 0;
  }
  .leaderboard-list .board-list .board-coins .coins {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  .price-grid {
    grid-template-columns: 23% 35% 22% 20%;
  }

  .predict-info button.result-btn {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  html[lang="km-kh"]  .section-leaderboard .rank-grid h5 {
    font-size: 12px;
  }  
  html[lang="id-id"]  .leaderboard-list .board-list .board-reward {
    font-size: 12px;
  }  
  html[lang="vi-vn"]  .leaderboard-list .board-list .board-reward {
    font-size: 18px;
  }  
  html[lang="th-th"]  .leaderboard-list .board-list .board-reward {
    font-size: 20px;
  }  
.leaderboard-list .board-list .board-coins .coin-amount {
  font-size: 18px;
}
  .section-leaderboard {
    padding: 0 1rem;
  }
  .section-leaderboard .profile-text p {
    font-size: 1rem;
  }
  .section-leaderboard .price-grid {
    display: grid;
    grid-template-columns: 20% 50% 30%;
  }
  .section-leaderboard .price-grid p {
    color: black;
  }
  .section-leaderboard .price-grid.barimage {
    background-image: url(../images/top-1-mobile.png);
    background-repeat: no-repeat;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    background-size: cover;
  }
  .section-leaderboard .price-grid.barimage-two {
    background-image: url(../images/top-2-mobile.png);
    background-repeat: no-repeat;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    background-size: cover;
  }
  .section-leaderboard .price-grid.barimage-three {
    background-image: url(../images/top-3-mobile.png);
    background-repeat: no-repeat;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    background-size: cover;
  }
  .section-leaderboard .price-grid .price-info.coin-text .coins {
    grid-template-columns: 65% 35%;
    margin-right: 0;
    padding-right: 1rem;
    gap: 0.5rem;
    font-size: 14px;
  }
  .section-leaderboard .price-grid .userbind .price-info {
    margin-right: 0.5rem;
  }
  .section-leaderboard .price-grid .userbind .price-info img {
    width: 1.7rem;
    margin-left: 0.5rem;
  }
  .section-leaderboard .price-grid .userbind .price-info img.top-3 {
    width: 2rem;
    margin-left: 0.35rem;
  }
  .section-leaderboard .price-info p.username {
    padding-left: 0.25rem;
  }
  .leaderboard-list .board-list.trophy .board-reward:after {
    display: none;
  }
  .leaderboard-user-ranking.my-rank .board-list,
  .leaderboard-list .board-list {
    grid-template-columns: 12% 1fr 18% 18%;
    padding: 8px 20px;
    gap: 0.65rem;
    margin: 0 0 3px;
  }
  .leaderboard-user-ranking.my-rank .board-list .board-user-profile img,
  .leaderboard-list .board-list .board-user-profile img {
    border: 1.39px solid #ffffff;
    border-radius: 50%;
    height: 28.5px;
    width: 28.5px;
  }
  .leaderboard-user-ranking.my-rank .board-list .board-coins,
  .leaderboard-list .board-list .board-coins {
    padding-right: 0;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    width: 55px;
  }
  .leaderboard-list .board-list .board-coins .coins {
    display: none;
  }
  .leaderboard-user-ranking.my-rank .board-list .board-reward,
  .leaderboard-list .board-list .board-reward {
    display: flex;
    padding-right: 0;
    font-size: 20px;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    width: 55px;
    justify-content: flex-start;
  }
  .leaderboard-user-ranking.my-rank .board-list .board-reward,
  .leaderboard-list .board-list .board-reward {
    padding: 0;
  }
  .leaderboard-list .board-list .board-reward::after {
    display: none;
  }

  .leaderboard-list .board-list .board-rank-value {
    font-weight: 900;
    font-size: 14px;
  }

  .section-leaderboard .rank-grid {
    grid-template-columns: 12% 1fr 18% 18%;
    padding: 0 1rem;
    gap: 0.65rem;
  }
  .section-leaderboard .rank-grid h5 {
    padding: 10px 0 0;
    margin: 0 0 3px;
  }
}
@media screen and (max-width: 538.98px) {
  .section-leaderboard .price-grid {
    grid-template-columns: 18% 47% 35%;
  }
  .section-leaderboard .price-grid .price-info.coin-text .coins {
    font-size: 0.8rem;
    gap: 0;
  }
  .section-leaderboard .price-grid .price-info.coin-text span {
    font-size: 0.75rem;
  }
  .section-leaderboard .price-grid .price-info img {
    margin-right: 0;
  }
  .section-leaderboard .price-grid .price-info img.top-3 {
    margin-right: 0;
  }
  .section-leaderboard .price-info p.username {
    font-size: 0.8rem;
  }
  .leaderboard-list .board-list.trophy .board-reward:after {
    display: none;
  }
  .leaderboard-user-ranking.my-rank .board-list .board-coins .coins,
  .leaderboard-list .board-list .board-coins .coins {
    display: none;
  }
  .leaderboard-list .board-list .board-reward::after {
    display: none;
  }
}
.section-tnc ol {
  padding-left: 1rem;
}
.general-items {
  background: linear-gradient(180deg, rgba(237, 245, 255, 0) 0%, #edf6ff 100%);
}

@media screen and (max-width: 538.98px) {
  .section-tnc ol {
    padding-left: 1rem;
  }
  .section-tnc .tnc-info h4 {
    padding-left: 0;
  }
}
.section-leaderboard-reward {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .section-leaderboard-reward {
    display: block;
  }
  .section-leaderboard-reward.hidden {
    display: none;
  }
  .section-leaderboard-reward .result-title {
    margin: 10px 0 7px;
    padding: 0;
  }
  .section-leaderboard-reward .result-title h3 {
    color: #143cdb;
    font-family: "AvertaStd-Black";
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
  }
  .section-leaderboard-reward .leader-wrap {
    position: relative;
  }
  .section-leaderboard-reward .leader-wrap img.reward-bg {
    width: 100%;
    border-radius: 0.75rem;
  }
  .section-leaderboard-reward .leader-rewards-grid {
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0;
  }
  .section-leaderboard-reward .leader-rewards-info {
    color: white;
    font-family: "FWC2026";
  }
  .section-leaderboard-reward .leader-rewards-info.second-col {
    display: flex;
    gap: 0.4rem;
    text-align: end;
    font-family: "FWC2026";
  }
  .section-leaderboard-reward .leader-rewards-info.second-col .leader-no {
    color: #b9c6cb;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.65;
    text-align: end;
  }
  .section-leaderboard-reward .leader-rewards-info.second-col .leader-no div {
    text-align: end;
    font-family: "FWC2026";
  }
  .section-leaderboard-reward .leader-rewards-info.second-col .leader-price {
    color: #fcfcfc;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.65;
  }
  .section-leaderboard-reward
    .leader-rewards-info.second-col
    .leader-price
    div {
    font-family: "FWC2026";
  }
  .section-leaderboard-reward .leader-rewards-info ol {
    padding-left: 1.2rem;
    margin: 0;
    list-style: decimal;
  }
  .section-leaderboard-reward .leader-rewards-info ol li {
    color: #fcfcfc;
    font-family: "FWC2026";
    font-size: 12px;
    font-weight: 900;
    line-height: 1.65;
  }
  .section-leaderboard-reward .leader-rewards-info ol li::marker {
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
  }
  .section-leaderboard-reward .vbar {
    width: 1.5px;
    align-self: stretch;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .section-tnc ol {
    padding-left: 2rem;
  }
  .section-tnc .tnc-info h4 {
    padding-left: 1rem;
  }
  .section-tnc .tnc-info .margin {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 538.98px) {
  .section-leaderboard-reward .leader-rewards-grid {
    left: 0;
    gap: 0.4rem;
    padding: 1rem 0;
  }
}
.section-app-banner {
  position: relative;
}
.section-app-banner img.app-banner-bg {
  width: 100%;
  height: auto;
  border-radius: 0.7rem;
}
.section-app-banner .app-banner-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  color: white;
}
.section-app-banner .app-banner-container .app-banner-wrap {
  display: flex;
  gap: 1.5rem;
}
.section-app-banner
  .app-banner-container
  .app-banner-wrap
  .app-banner-logo
  img {
  height: 70px;
  width: 70px;
}
.section-app-banner
  .app-banner-container
  .app-banner-wrap
  .app-banner-details
  p {
  margin: 0;
}
.section-app-banner
  .app-banner-container
  .app-banner-wrap
  .app-banner-details
  div {
  margin-bottom: 13px;
}
.section-app-banner
  .app-banner-container
  .app-banner-wrap
  .app-banner-details
  .text {
  font-size: 1.2rem;
  line-height: 1.3;
}
html[lang="id-id"]
  .section-app-banner
  .app-banner-container
  .app-banner-wrap
  .app-banner-details
  .paragraph {
  font-size: 0.8rem;
}
html[lang="vi-vn"]
  .section-app-banner
  .app-banner-container
  .app-banner-wrap
  .app-banner-details
  .paragraph {
  font-size: 0.6rem;
}
.section-app-banner
  .app-banner-container
  .app-banner-wrap
  .app-banner-details
  .paragraph {
  font-size: 0.9rem;
  line-height: 1.5;
}
.section-app-banner
  .app-banner-container
  .app-banner-wrap
  .app-banner-details
  .qr-code-container {
  display: flex;
  gap: 20px;
}
.section-app-banner
  .app-banner-container
  .app-banner-wrap
  .app-banner-details
  .qr-code-container
  .qr-code {
  height: 140px;
  width: 120px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-app-banner .app-banner-container {
    left: 25%;
    transform: translate(-50%, -50%);
  }
  .section-app-banner .app-banner-container .app-banner-wrap {
    flex-direction: column;
    gap: 0.5rem;
  }
  .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-logo
    img {
    width: 5rem;
  }
  .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .text {
    font-size: 1.2rem;
  }
  .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .paragraph {
    font-size: 0.8rem;
  }
  .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .qr-code
    img {
    width: 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-app-banner .app-banner-container .app-banner-wrap {
    flex-direction: column;
    gap: 0.4rem;
  }
  .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .qr-code
    img {
    width: clamp(6rem, 14.58vw, 7rem);
  }
}
@media screen and (max-width: 538.98px) {
  .section-app-banner .app-banner-container .app-banner-wrap {
    flex-direction: column;
    gap: 0.3rem;
  }
  .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-logo
    img {
    width: clamp(1.8rem, 6.5vw, 2.2rem);
  }
  .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .text {
    font-size: clamp(0.65rem, 2.22vw, 0.8rem);
    line-height: 1.2;
  }
  .section-app-banner
    .app-banner-container
    .app-banner-wrap
    .app-banner-details
    .paragraph {
    font-size: clamp(0.45rem, 1.5vw, 0.56rem);
    line-height: 1.2;
  }
}
.section-trophy {
  margin-bottom: 0;
}
.section-trophy img {
  width: 100%;
  height: 100%;
}

.betimg-mb {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .betimg-mb {
    display: block;
    width: 100%;
  }

  .betimg-dk {
    display: none;
  }

  .bet-para p {
    font-size: 0.8rem;
  }
  .bet-para h4 {
    font-size: 1.5rem;
  }
}
.htp-steps-section {
  padding: 1.5rem 0 0;
}

.htp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 0;
  padding: 0 15px;
}

.htp-step-card {
  background: linear-gradient(180deg, #0011b6 0%, #000fa1 100%);
  border-radius: 8px;
  border: 1px solid #5376ff;
  padding: 1.1rem 1.25rem;
  color: #fff;
}
.htp-step-card .htp-step-num {
  color: #ff8a00;
  font-weight: 800;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
.htp-step-card .htp-step-body h4 {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.htp-step-card .htp-step-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.htp-step-card .htp-step-body ul li {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.htp-step-card .htp-step-body ul li::before {
  content: "• ";
}

@media screen and (max-width: 767.98px) {
  .htp-steps-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.htb-section {
  background: #143bd9;
  padding: 1.5rem 0 1rem;
}

.htb-main-title {
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.htb-card {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #224efb;
}
.htb-card .htb-desc-panel {
  color: #fff;
  padding: 1.25rem 1.5rem;
  flex: 0 0 42%;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
}
.htb-card .htb-desc-panel .htb-bet-title {
  background: linear-gradient(90deg, #eca200 0.48%, #ff6f00 96.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
  text-align: left;
}
.htb-card .htb-desc-panel p {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  line-height: 1.55;
  color: #fff;
}
.htb-card .htb-desc-panel .htb-highlight {
  color: #ffd700;
  font-size: 0.7rem;
  text-align: left;
  margin-top: auto;
  padding-top: 0.5rem;
}
.htb-card .htb-desc-panel .htb-intro {
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
  text-align: left;
}
.htb-card .htb-desc-panel .htb-desc-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
}
.htb-card .htb-desc-panel .htb-desc-content.correct-score {
  flex-direction: row;
}
.htb-card .htb-desc-panel .htb-desc-content.correct-score .htb-illus {
  display: block;
}
.htb-card .htb-desc-panel .htb-desc-content.correct-score .htb-illus img {
  width: 100%;
}
.htb-card .htb-desc-panel .htb-desc-content.correct-score .htb-text-area {
  flex: 1;
  max-width: 55%;
}
.htb-card .htb-desc-panel .htb-desc-content .htb-illus-cs {
  position: absolute;
  right: 0;
  top: 1.2rem;
}
html[lang="id-id"] .htb-card .htb-desc-panel .htb-desc-content .htb-illus-cs {
  top: 2.35rem;
}
.htb-card .htb-desc-panel .htb-desc-content .htb-illus-cs img {
  height: 8rem;
  width: auto;
}
.htb-card .htb-desc-panel .htb-desc-content .htb-text-area {
  flex: 1;
}
.htb-card .htb-desc-panel .htb-desc-content .htb-illus {
  display: flex;
  justify-content: center;
}
.htb-card .htb-desc-panel .htb-desc-content .htb-illus img {
  width: 60%;
  height: auto;
  display: block;
}
.htb-card .htb-desc-panel .htb-badges-list {
  margin: 1rem 0;
}
.htb-card .htb-desc-panel .htb-badge-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
  font-size: 0.72rem;
  color: #fff;
}
.htb-card .htb-desc-panel .htb-badge-row span {
  font-weight: bold;
  font-size: 0.9rem;
}
.htb-card .htb-desc-panel .htb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.7rem;
  color: #fff;
  flex-shrink: 0;
}
.htb-card .htb-desc-panel .htb-badge.htb-badge-1 {
  background: #22c55e;
}
.htb-card .htb-desc-panel .htb-badge.htb-badge-x {
  background: #f59e0b;
}
.htb-card .htb-desc-panel .htb-badge.htb-badge-2 {
  background: #ef4444;
}
.htb-card .htb-example-panel {
  background: #224efb;
  color: #fff;
  padding: 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.htb-card .htb-example-panel.handicap,
.htb-card .htb-example-panel.onex2 {
  position: relative;
}
html[lang="id-id"] .htb-card .htb-example-panel.handicap p {
  top: 17%;
}
.htb-card .htb-example-panel.handicap p,
.htb-card .htb-example-panel.onex2 p {
  position: absolute;
  top: 20%;
  font-size: 0.75rem;
  text-align: left;
  z-index: 1;
  width: 80%;
  left: 10%;
  line-height: 1.5;
  margin: 0;
}
.htb-card .htb-example-panel.handicap p span,
.htb-card .htb-example-panel.onex2 p span {
  color: #ffcb00;
  font-size: 0.85rem;
  font-weight: bold;
}
.htb-card .htb-example-panel.over-under {
  position: relative;
}
.htb-card .htb-example-panel.over-under p {
  position: absolute;
  top: 17%;
  font-size: 0.75rem;
  text-align: left;
  z-index: 1;
  width: 80%;
  left: 10%;
  line-height: 1.5;
  margin-bottom: 0;
}
.htb-card .htb-example-panel.correct-score {
  position: relative;
}
.htb-card .htb-example-panel.correct-score p {
  position: absolute;
  top: 16%;
  font-size: 0.75rem;
  text-align: left;
  z-index: 1;
  width: 80%;
  left: 10%;
  line-height: 1.5;
  margin: 0;
}
.htb-card .htb-example-panel .htb-example-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.htb-card .htb-example-panel .htb-example-badge {
  background: #22c55e;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.18rem 0.55rem;
  border-radius: 3px;
  letter-spacing: 0.06em;
}
.htb-card .htb-example-panel .htb-example-subtitle {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.85;
}
.htb-card .htb-example-panel .htb-example-img {
  width: 100%;
  height: auto;
  display: block;
}
.htb-card.htb-card-half {
  flex-direction: column;
  margin-bottom: 0;
}
.htb-card.htb-card-half .htb-desc-panel {
  flex: none;
  min-height: 11rem;
}
.htb-card.htb-card-half .htb-example-panel {
  flex: 1;
}
.htb-card.htb-card-cs {
  overflow: visible;
}
.htb-card.htb-card-cs .htb-desc-panel {
  position: relative;
  overflow: visible;
}

html[lang="id-id"] .htb-card.htb-card-half .htb-desc-panel {
  min-height: 13.5275rem;
}

.htb-row-half {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.htb-row-half .htb-card-half {
  flex: 1;
}
.htb-row-half .htb-example-panel {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

@media screen and (min-width: 992px) {
  @supports (grid-template-rows: subgrid) {
    .htb-row-half {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: auto auto;
    }
    .htb-row-half .htb-card-half {
      display: grid;
      grid-row: span 2;
      grid-template-rows: subgrid;
    }
    .htb-card.htb-card-half .htb-desc-panel,
    html[lang="id-id"] .htb-card.htb-card-half .htb-desc-panel {
      min-height: 0;
    }
  }
}
.htb-disclaimer {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.5rem;
  text-align: left;
  margin: 1rem 0;
}

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  html[lang="id-id"] .htb-card .htb-example-panel.handicap p {
    top: 20%;
  }
  .htb-card .htb-example-panel.handicap p {
    top: 22%;
    font-size: 0.6rem;
  }
  html[lang="en-my"] .htb-card .htb-example-panel.onex2 p {
    top: 18%;
  }
  .htb-card .htb-example-panel.onex2 p {
    top: 20%;
    font-size: 0.6rem;
  }
  .htb-card .htb-example-panel.over-under p {
    top: 18%;
    font-size: 0.6rem;
  }
  .htb-card .htb-example-panel.correct-score p {
    top: 15%;
    font-size: 0.6rem;
  }
  .htb-card .htb-desc-panel.handicap .htb-desc-content {
    position: relative;
  }
  .htb-card .htb-desc-panel.handicap .htb-desc-content .htb-illus {
    position: absolute;
    top: 72%;
  }
}
@media screen and (max-width: 991.98px) {
  .htb-card {
    flex-direction: column;
  }
  .htb-card .htb-desc-panel {
    flex: none;
    padding-bottom: 0;
  }
  .htb-card .htb-desc-panel p {
    font-size: 1rem;
  }
  .htb-card .htb-desc-panel .htb-highlight,
  .htb-card .htb-desc-panel .htb-intro {
    font-size: 1rem;
  }
  .htb-card .htb-desc-panel .htb-badge-row span {
    font-size: 1rem;
  }
  .htb-card .htb-desc-panel .htb-desc-content .htb-illus {
    display: none;
  }
  .htb-card .htb-example-panel.handicap p,
  .htb-card .htb-example-panel.onex2 p,
  .htb-card .htb-example-panel.over-under p,
  .htb-card .htb-example-panel.correct-score p {
    font-size: 0.9rem;
  }
  .htb-card .htb-example-panel.over-under p {
    top: 22%;
  }
  .htb-card .htb-example-panel.correct-score p {
    top: 17%;
  }

  .htb-row-half {
    flex-direction: column;
  }
  .htb-row-half .htb-card-half {
    margin-bottom: 0.75rem;
  }
  .htb-row-half .htb-card-half:last-child {
    margin-bottom: 0;
  }

  .htb-disclaimer {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .htb-card .htb-desc-panel p {
    font-size: 0.9rem;
  }
  .htb-card .htb-desc-panel .htb-highlight {
    font-size: 0.9rem;
  }
  .htb-card .htb-desc-panel .htb-intro {
    font-size: 0.9rem;
  }
  .htb-card .htb-example-panel.handicap p,
  .htb-card .htb-example-panel.onex2 p,
  .htb-card .htb-example-panel.over-under p,
  .htb-card .htb-example-panel.correct-score p {
    font-size: 65%;
  }
  .htb-card .htb-example-panel.over-under p {
    top: 22%;
  }
  .htb-card .htb-example-panel.correct-score p {
    top: 17%;
  }
  .htb-card .htb-example-panel.onex2 p {
    top: 18%;
  }

  .htb-row-half {
    flex-direction: column;
  }
  .htb-row-half .htb-card-half {
    margin-bottom: 0.75rem;
  }
  .htb-row-half .htb-card-half:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 538.98px) {
  .htb-card .htb-desc-panel {
    padding: 1rem;
  }
  .htb-card .htb-desc-panel p {
    font-size: 0.8rem;
  }
  .htb-card .htb-desc-panel .htb-highlight {
    font-size: 0.8rem;
  }
  .htb-card .htb-desc-panel .htb-intro {
    font-size: 0.8rem;
  }
  .htb-card .htb-example-panel {
    padding: 1rem;
  }
  .htb-card .htb-example-panel.handicap p,
  .htb-card .htb-example-panel.onex2 p,
  .htb-card .htb-example-panel.over-under p,
  .htb-card .htb-example-panel.correct-score p {
    font-size: clamp(0.45rem, 2vw, 0.65em);
  }
  .htb-card .htb-example-panel.handicap {
    padding-top: 0;
  }
  .htb-card .htb-example-panel.handicap p {
    top: clamp(14%, 3.2vw, 14%);
  }
  .htb-card .htb-example-panel.over-under {
    padding-top: 0;
  }
  .htb-card .htb-example-panel.over-under p {
    top: clamp(17%, 3.2vw, 17%);
  }
  .htb-card .htb-example-panel.correct-score {
    padding-top: 0;
  }
  .htb-card .htb-example-panel.correct-score p {
    top: clamp(17%, 3.2vw, 17%);
  }
  .htb-card .htb-example-panel.onex2 p {
    top: clamp(21%, 4vw, 21%);
  }
  .htb-card .htb-example-panel.onex2 p span {
    font-size: clamp(0.45rem, 2vw, 0.65em);
  }

  .htb-row-half {
    flex-direction: column;
  }
  .htb-row-half .htb-card-half {
    margin-bottom: 0.75rem;
  }
  .htb-row-half .htb-card-half:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 538.98px) {
  .tab-pane {
    padding: 0;
  }
}
/* @media screen and (max-width: 767.98px) {
  .tab-pane.tabcontent:nth-child(5) {
    margin-bottom: 2rem;
  }
} */
footer {
  background-color: #304fff;
  /* background-image: url(../images/footer/footer-bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0 1rem 0;
  background-position: right 20% center;
}
footer hr {
  border: 1px solid #5776ff;
  margin: 2.5rem 0;
}
footer p {
  margin-bottom: 2rem;
}
footer p.title-regular {
  color: white;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
footer p.copyright {
  text-align: left;
  margin-bottom: 1rem;
  color: #ffffff;
  padding-left: 0;
  margin-top: 2rem;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-self: center;
  gap: 3rem;
}
footer .footer-container:nth-of-type(1) {
  justify-content: space-between;
}
footer .footer-container:nth-of-type(1) .footer-left {
  flex: 50%;
}
footer .footer-container:nth-of-type(1) .footer-right {
  flex: 50%;
}
footer .footer-container:nth-of-type(1) .footer-right .item-list {
  display: flex;
  justify-content: space-between;
}
footer .footer-container:nth-of-type(1) .item-wrapper {
  justify-content: space-between;
}
footer
  .footer-container:nth-of-type(1)
  .item-wrapper
  .item-list:nth-of-type(4) {
  display: none;
}
footer .footer-container:nth-of-type(2) {
  justify-content: flex-start;
  gap: 1rem;
}
footer .footer-container:nth-of-type(2) .footer-left,
footer .footer-container:nth-of-type(2) .footer-right {
  flex: initial;
}
footer .footer-container:nth-of-type(2) .footer-left img {
  width: 14rem;
}
footer .footer-container:nth-of-type(2) .footer-right .award {
  display: flex;
  gap: 1rem;
  margin: 0 0 2.5rem;
}
footer .footer-container:nth-of-type(2) .footer-right .award img {
  max-width: 100%;
  height: auto;
  display: block;
  min-width: 0;
}
footer .footer-container:nth-of-type(3) {
  font-size: 0.8rem;
}
footer .footer-container:nth-of-type(3) .footer-left {
  flex: initial;
}
footer .footer-container:nth-of-type(3) .footer-left .title-regular {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
footer .footer-container:nth-of-type(3) .footer-left .title-regular img {
  width: 1rem;
  height: 1rem;
}
footer .footer-container:nth-of-type(3) .footer-left .item-wrapper {
  display: flex;
  gap: 1rem;
}
footer .footer-container:nth-of-type(3) .footer-left .item-wrapper .list-item {
  color: #8697a2;
  font-size: 0.6rem;
}
footer
  .footer-container:nth-of-type(3)
  .footer-left
  .item-wrapper
  .list-item
  .img {
  width: 20px;
  height: 20px;
  background-color: black;
}
footer .footer-container:nth-of-type(3) .footer-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
footer .footer-container:nth-of-type(3) .footer-right .item-list {
  display: flex;
  gap: 1rem;
}
footer .footer-container.info-mobile {
  display: none;
}
footer .footer-container .footer-left {
  flex: 60%;
}
footer .footer-container .footer-left .item-wrapper {
  display: flex;
}
footer .footer-container .footer-right {
  flex: 40%;
}
footer .footer-container .footer-right .nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-container .footer-right .nav li {
  padding: 0 0.5rem;
}
footer .footer-container .footer-right .nav li:not(:last-child) {
  border-right: 2px solid #ccc;
}
footer .footer-container .footer-right .nav li:hover {
  color: #007bff;
  cursor: pointer;
}
footer .footer-container .lang-container {
  display: flex;
  align-items: center;
  background: white;
  color: #8697a2;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  gap: 1rem;
  width: 10.2rem;
  cursor: pointer;
}
footer .footer-container .lang-container img {
  width: 1.2rem;
}
footer .footer-container .lang-container p {
  margin-bottom: 0;
  padding-right: 1rem;
}

@media screen and (min-width: 992px) and (max-width: 1279.98px) {
  footer .footer-container {
    gap: 1rem;
  }
  footer .footer-container:nth-of-type(1) {
    gap: 0;
  }
  footer .footer-container:nth-of-type(1) .footer-left {
    flex: unset;
  }
  footer .footer-container:nth-of-type(1) .footer-left .item-wrapper {
    gap: 1rem;
  }
  footer .footer-container:nth-of-type(1) .footer-right {
    flex: unset;
  }
  footer .footer-container:nth-of-type(2) {
    justify-content: unset;
    gap: 1rem;
  }
  footer .footer-container:nth-of-type(2) .footer-left img {
    width: 15rem;
  }
  footer .footer-container:nth-of-type(2) .footer-right .award img {
    width: 9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  footer p.title-regular {
    margin-bottom: 1rem;
  }
  footer .footer-container {
    flex-direction: column;
  }
  footer .footer-container:nth-of-type(1) .footer-left .item-wrapper {
    justify-content: flex-start;
    gap: 2rem;
  }
  footer
    .footer-container:nth-of-type(1)
    .footer-left
    .item-wrapper
    .item-list:nth-of-type(3) {
    margin-left: auto;
  }
  footer .footer-container:nth-of-type(2) .footer-left img {
    width: 20rem;
  }
  footer .footer-container:nth-of-type(3) {
    flex-direction: row;
    align-items: flex-start;
  }
  footer .footer-container:nth-of-type(3) .footer-left {
    flex: initial;
  }
  footer .footer-container:nth-of-type(3) .footer-right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    row-gap: 2rem;
  }
  footer .footer-container:nth-of-type(3) .footer-right .item-list {
    display: flex;
    gap: 1rem;
  }
  footer .footer-container:nth-of-type(3) .footer-right .item-list img {
    filter: grayscale(100%);
  }
  footer
    .footer-container:nth-of-type(3)
    .footer-right
    .list-item:nth-of-type(1) {
    order: 1;
  }
  footer
    .footer-container:nth-of-type(3)
    .footer-right
    .list-item:nth-of-type(2) {
    order: 4;
  }
  footer
    .footer-container:nth-of-type(3)
    .footer-right
    .list-item:nth-of-type(3) {
    order: 3;
  }
  footer
    .footer-container:nth-of-type(3)
    .footer-right
    .list-item:nth-of-type(4) {
    order: 2;
  }
}
@media screen and (max-width: 767.98px) {
  footer .footer-container {
    flex-direction: column;
  }
  footer .footer-container:nth-of-type(2) .footer-left picture {
    width: 100%;
  }
  footer .footer-container:nth-of-type(2) .footer-left picture img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  footer
    .footer-container:nth-of-type(2)
    .footer-right
    .award
    img[alt="ecr-award"] {
    display: none;
  }
  footer .footer-container:nth-of-type(2) .footer-right .award picture {
    width: 100%;
  }
  footer .footer-container:nth-of-type(2) .footer-right .award picture img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  footer .footer-container:nth-of-type(3) {
    display: none;
  }
  footer .footer-container.info {
    display: none;
  }
  footer .footer-container.info-mobile {
    display: block;
  }
  footer .footer-container.info-mobile #footer-accordion {
    margin-bottom: 1rem;
  }
  footer .footer-container.info-mobile #footer-accordion .card {
    background-color: #304fff;
    border: none;
  }
  footer .footer-container.info-mobile #footer-accordion .card-header {
    padding: 0.75rem 0;
    background-color: #304fff;
    border-bottom: none;
  }
  footer .footer-container.info-mobile #footer-accordion .btn-link {
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 0.375rem 1.25rem;
  }
  footer .footer-container.info-mobile #footer-accordion .btn-link i {
    color: white;
  }
  footer .footer-container.info-mobile #footer-accordion .btn-link:focus {
    box-shadow: none;
  }
  footer .footer-container.info-mobile #footer-accordion .card-body .item-list {
    padding-left: 1.25rem;
  }
  footer .footer-container.info-mobile #footer-accordion .item-list {
    display: flex;
    gap: 1rem;
  }
  footer .footer-container.info-mobile #footer-accordion .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer-container.info-mobile #footer-accordion .btn i {
    color: white;
    transition: transform 0.3s ease;
  }
  footer .footer-container.info-mobile #footer-accordion .btn.collapsed i {
    transform: rotate(0deg);
  }
  footer
    .footer-container.info-mobile
    #footer-accordion
    .btn:not(.collapsed)
    i {
    transform: rotate(180deg);
  }
  footer .footer-container.info-mobile .gaming-license {
    padding: 1rem 1.25rem;
    text-align: center;
  }
  footer .footer-container.info-mobile .gaming-license .list-item {
    color: #697882;
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 538.98px) {
  footer .footer-container:nth-of-type(1) .footer-right {
    display: none;
  }
  footer .footer-container .footer-left .item-wrapper {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  footer .footer-container .footer-left .item-wrapper .item-list {
    flex: 0 0 auto;
  }
  footer
    .footer-container
    .footer-left
    .item-wrapper
    .item-list:nth-of-type(2) {
    flex-wrap: wrap;
    text-align: center;
  }
  footer
    .footer-container
    .footer-left
    .item-wrapper
    .item-list:nth-of-type(3) {
    grid-column: 1 / -1;
  }
  footer
    .footer-container
    .footer-left
    .item-wrapper
    .item-list:nth-of-type(3)
    .sponsor-item {
    display: flex;
    gap: 1rem;
  }
  footer
    .footer-container
    .footer-left
    .item-wrapper
    .item-list:nth-of-type(3)
    .sponsor-item
    img {
    width: 100%;
    height: 4.3rem;
    display: block;
    object-fit: contain;
    min-width: 0;
    max-width: 100%;
  }
  footer
    .footer-container
    .footer-left
    .item-wrapper
    .item-list:nth-of-type(4) {
    display: block;
  }
  footer
    .footer-container
    .footer-left
    .item-wrapper
    .item-list:nth-of-type(4)
    .sponsor-list
    img {
    width: auto;
    height: 4.3rem;
  }
}
.error-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.error-overlay.active {
  display: flex;
}
.error-overlay .error-container {
  position: relative;
  background: white;
  border-radius: 1.25rem;
  padding: 2.5rem 2rem 2rem;
  width: 22rem;
  max-width: 90vw;
  text-align: center;
}
.error-overlay .error-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 1.5px solid #d0d0d0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #555;
  cursor: pointer;
}
.error-overlay .error-close:focus {
  outline: none;
  box-shadow: none;
}
.error-overlay .error-icon-wrap {
  margin: 0 auto 1.25rem;
}
.error-overlay .error-icon-wrap img {
  width: 5.5rem;
  height: 5.5rem;
}
.error-overlay .error-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.error-overlay .error-desc {
  font-size: 0.95rem;
  color: #8697a2;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.error-overlay .error-okay-btn {
  border-radius: 0.6rem;
}

.auth-overlay,
.auth-register-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  cursor: pointer;
}
.auth-overlay.active,
.auth-register-overlay.active {
  display: block;
}
.auth-overlay .auth-container,
.auth-register-overlay .auth-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28rem;
  border-radius: 0.75rem;
  background-color: white;
  cursor: auto;
}
.auth-overlay .auth-header,
.auth-register-overlay .auth-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f44da;
  color: white;
  padding: 1rem;
  border-radius: 0.75rem 0.75rem 0 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.auth-overlay .auth-header .auth-title,
.auth-register-overlay .auth-header .auth-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
}
.auth-overlay .auth-header .auth-close,
.auth-register-overlay .auth-header .auth-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.auth-overlay .auth-body,
.auth-register-overlay .auth-body {
  padding: 1.5rem;
  background-color: #f3f5f6;
  border-radius: 0 0 0.75rem 0.75rem;
  overflow-y: auto;
  max-width: 90vw;
  max-height: 90vh;
}
.auth-overlay .auth-body::-webkit-scrollbar,
.auth-register-overlay .auth-body::-webkit-scrollbar {
  width: 10px;
}
.auth-overlay .auth-body::-webkit-scrollbar-track,
.auth-register-overlay .auth-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.auth-overlay .auth-body::-webkit-scrollbar-thumb,
.auth-register-overlay .auth-body::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 10px;
  background-clip: content-box;
  z-index: 20;
}
.auth-overlay .auth-body::-webkit-scrollbar-thumb:hover,
.auth-register-overlay .auth-body::-webkit-scrollbar-thumb:hover {
  background-color: #b2bec3;
  overflow: overlay;
}
.auth-overlay .auth-body .tab-content-container,
.auth-register-overlay .auth-body .tab-content-container {
  border-radius: 0.75rem;
  padding: 1.25rem;
}
.auth-overlay .auth-social,
.auth-register-overlay .auth-social {
  text-align: center;
  margin-bottom: 1rem;
}
.auth-overlay .auth-social .auth-social-label,
.auth-register-overlay .auth-social .auth-social-label {
  color: #8697a2;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
.auth-overlay .auth-social .auth-social-icons,
.auth-register-overlay .auth-social .auth-social-icons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.auth-overlay .auth-social .auth-social-icon,
.auth-register-overlay .auth-social .auth-social-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.2rem;
  background-color: #ffffff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #555;
  text-decoration: none;
  transition: transform 0.15s ease;
}
.auth-overlay .auth-social .auth-social-icon:hover,
.auth-register-overlay .auth-social .auth-social-icon:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.auth-overlay .auth-or-divider,
.auth-register-overlay .auth-or-divider {
  display: flex;
  align-items: center;
  color: #8697a2;
  margin: 1rem 0;
  font-size: 0.85rem;
}
.auth-overlay .auth-or-divider::before,
.auth-overlay .auth-or-divider::after,
.auth-register-overlay .auth-or-divider::before,
.auth-register-overlay .auth-or-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}
.auth-overlay .auth-or-divider span,
.auth-register-overlay .auth-or-divider span {
  padding: 0 0.75rem;
}
.auth-overlay .auth-password-field,
.auth-register-overlay .auth-password-field {
  position: relative;
}
.auth-overlay .auth-password-field input,
.auth-register-overlay .auth-password-field input {
  padding-right: 2.5rem !important;
}
.auth-overlay .auth-password-field .toggle-password,
.auth-register-overlay .auth-password-field .toggle-password {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #8697a2;
  padding: 0;
  font-size: 1rem;
}
.auth-overlay .auth-password-field .toggle-password:focus,
.auth-register-overlay .auth-password-field .toggle-password:focus {
  outline: none;
  box-shadow: none;
}
.auth-overlay .auth-select,
.auth-register-overlay .auth-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%238697A2' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}
.auth-overlay .auth-aff-group,
.auth-register-overlay .auth-aff-group {
  border-top: 1px solid #eee;
  padding-top: 0.75rem;
}
.auth-overlay .auth-aff-group .aff-pointer,
.auth-register-overlay .auth-aff-group .aff-pointer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.auth-overlay .auth-aff-group .aff-pointer .aff-chevron,
.auth-register-overlay .auth-aff-group .aff-pointer .aff-chevron {
  transition: transform 0.2s ease;
  color: #8697a2;
}
.auth-overlay .auth-aff-group .aff-pointer .aff-chevron.open,
.auth-register-overlay .auth-aff-group .aff-pointer .aff-chevron.open {
  transform: rotate(180deg);
}
.auth-overlay .auth-disclaimer,
.auth-register-overlay .auth-disclaimer {
  font-size: 0.75rem;
  color: #8697a2;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.auth-overlay .auth-disclaimer a,
.auth-register-overlay .auth-disclaimer a {
  color: #304ffe;
  font-weight: 500;
}
.auth-overlay .auth-disclaimer a:hover,
.auth-register-overlay .auth-disclaimer a:hover {
  text-decoration: none;
}
.auth-overlay .auth-switch-link,
.auth-register-overlay .auth-switch-link {
  font-size: 0.85rem;
  color: #8697a2;
  text-align: center;
  margin-bottom: 0;
}
.auth-overlay .auth-switch-link .auth-switch-to-login,
.auth-register-overlay .auth-switch-link .auth-switch-to-login {
  color: #304ffe;
  font-weight: 600;
}
.auth-overlay .auth-switch-link .auth-switch-to-login:hover,
.auth-register-overlay .auth-switch-link .auth-switch-to-login:hover {
  text-decoration: none;
}

@media screen and (max-width: 538.98px) {
  .auth-overlay .auth-container,
  .auth-register-overlay .auth-container {
    width: 95vw;
  }
  .auth-overlay .auth-body,
  .auth-register-overlay .auth-body {
    max-width: 100vw;
  }
}

/* START - After Login Navbar */
.login-detail-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.login-detail-container .login-detail {
  display: flex;
  align-items: center;
  gap: 13px;
}

.login-detail-container .login-detail .login-username-icon {
  height: 41px;
  width: 41px;
}

.login-detail-container .login-detail .login-username-icon img {
  height: 100%;
  width: 100%;
}

.login-detail-container .login-detail .user-info .login-username {
  color: #8697a2;
  font-size: 14px;
  line-height: normal;
}

.login-detail-container .login-detail .user-info .login-ticket {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  white-space: nowrap;
}

.logout-popup {
  height: 36px;
  width: 92px;
  border-radius: 8px;
  background: #b7b7b7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.logout-popup .Click-here-logout {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}
/* End - After Login Navbar */

/* START - Standard-popup-modal Frame (follow moneysite style) */
.standard-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000b8;
  z-index: 9999;
  overflow-y: auto;
}

.standard-popup-overlay.active {
  display: block;
}

.standard-popup-container {
  background: #f3f5f6;
  border-radius: 8px;
  color: #000;
  font-size: 16px;
  margin: 100px auto;
  min-height: 396px;
  max-width: 698px;
  min-width: 698px;
}

.standard-popup-header {
  position: relative;
  width: 100%;
}

.standard-popup-header .close-btn {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -20px;
}

.standard-popup-header .close-btn .cross-img {
  background: #fff;
  border-radius: 50%;
  fill: #6e6e6e;
  filter: drop-shadow(0 0 0.03rem #6c6c6c);
  padding: 8px;
  vertical-align: middle;
  width: 33px;
}

.whatsapp-otp-popup-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 55px 30px 20px;
  font-size: 16px;
}

.whatsapp-otp-popup-body input:focus {
  outline: none;
  box-shadow: none;
}

.whatsapp-otp-input {
  width: 50px;
}

@media screen and (max-width: 768px) {
  .standard-popup-container {
    min-height: auto;
    max-width: 90%;
    min-width: 90%;
  }

  .standard-popup-header .close-btn {
    right: -15px;
    top: -18px;
  }

  .whatsapp-otp-popup-body {
    font-size: 14px;
  }

  .whatsapp-otp-input {
    width: 35px;
  }
}
/* END - Standard-popup-modal Frame (follow moneysite style) */
