@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: Roboto Condensed;
  font-weight: 500;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.customModal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  z-index: 1050;
}

.modalBox {
  position: relative;
  width: 700px;
  height: 275px;
  margin: auto;
  margin-top: 30vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* border-radius: 10px; */
  border: none;
}

.modalContent {
  display: flex;
  justify-content: center;
}

.modalContent > div {
  width: 27%;
  position: relative;
  margin: 0 7px;
}

.stepTitle {
  position: absolute;
  top: 5px;
  margin: auto 0;
  left: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
}

.stepContent {
  position: absolute;
  top: 75%;
  width: 100%;
  padding: 0px 15px;
  font-size: 12px;
  line-height: 14px;
}

.modalBody {
  padding-top: 25px;
}

.modalTitle {
  font-size: 20px;
  font-weight: 700;
  padding: 9px 0;
}

.closeModal {
  cursor: pointer;
}

.popupImg {
  width: 100%;
}

.historySection > div {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.blueBtn {
  background-image: url(../images/minigames/wc-2026/button.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 16px;
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin: 30px 0;
}

.blueBtn.inactive {
  filter: grayscale(100%);
}

.paginationList {
  padding-bottom: 10px;
  background-image: url(../images/minigames/wc-2026/history-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #000000;
  /* height: 580px; */
  flex-grow: 1;
}

.boardTitle {
  margin-bottom: 15px;
  padding: 7px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.boardSubTitle {
  margin-bottom: 15px;
  color: #040404;
  font-size: 25px;
  font-weight: 700;
}

.tableTitle div {
  width: 50%;
  padding: 10px 0;
  margin: 0 1px;
  color: #1e1e1e;
  background: rgba(217, 217, 217, 0.5);
  font-size: 18px;
  font-weight: 700;
}

#pagingBox {
  height: 420px;
}

.realbeatRow {
  display: flex;
}

.realbeatRow div {
  width: 50%;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #1e1e1e;
}

.page_link {
  display: none;
}

/*Pagination CSS*/
#page_navigation {
  margin: 10px 30px;
  border-top: 1px solid black;
}

#page_navigation a {
  padding-top: 6px;
  color: #000000;
  text-decoration: none;
}

.next_link {
  float: right;
  display: flex;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}

.previous_link {
  float: left;
  display: flex;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  display: none;
}

.previous_link span,
.next_link span {
  font-size: 32px;
  line-height: 100%;
  padding-left: 10px;
}

.active_page {
  background: #337ab7;
  color: white !important;
}

.shadowBg {
  background-image: url(../images/minigames/wc-2026/shadowLong.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 40px;
  /* height: 580px; */
  flex-grow: 1;
  text-align: left;
}

.gradientYellow {
  margin-bottom: 15px;
  color: #ffcc00;
  font-size: 25px;
  font-weight: 900;
}

.fifa-menu-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 1050px;
  margin: auto;
  color: #ffffff;
  text-align: center;
}

.fifa-menu-row > div {
  position: relative;
  width: calc(100% / 5);
  margin: 0 2px;
  padding: 16px 0px 16px;
  color: #515151;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.fifa-menu-row > div:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.fifa-menu-row > div:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.fifa-menu-row > div.active {
  color: #ffffff;
  background: #389bd3;
}

/* prediction tab */
.predict-countdown-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  margin: auto;
  padding-bottom: 14px;
  width: 350px;
  height: calc(350px / 600 * 140);
  background-image: url(../images/minigames/wc-2026/countdown.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 30px;
  font-weight: 900;
}

.predict-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  margin-bottom: 20px;
  padding-top: 60px;
  width: 700px;
  height: calc(700px / 829 * 295);
  color: #ffffff;
  background-image: url(../images/minigames/wc-2026/predict-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-shadow: 0px 5px rgba(0, 0, 0, 0.25);
}

.predict-banner-text {
  font-size: 25px;
  font-weight: 500;
}

.predict-banner-amt {
  font-size: 50px;
  font-weight: 900;
  line-height: 100%;
}

.predict-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin-bottom: 30px;
}

.predict-team-4row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  margin-right: 6px;
}

.predict-team-4row img {
  margin: 8px;
  width: 40px;
}

.predict-team-row {
  display: flex;
  align-items: center;
  margin-right: 5px;
  width: 100%;
  background: linear-gradient(90deg, #389bd3 0%, rgba(56, 155, 211, 0.5) 100%);
  border-right: 3px solid #ffffff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: left;
}

.predict-team-name {
  display: flex;
  align-items: center;
  padding-left: 15px;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  border-left: 3px solid #ffffff;
}

.predict-team-num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 100%;
  color: #040404;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.predict-team-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: #1e1e1e;
  background: linear-gradient(270deg, #389bd3 0%, #ffffff 100%);
  font-size: 25px;
  font-weight: 900;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  writing-mode: sideways-rl;
}

.predict-ticket-bg {
  margin: auto;
  padding: 12px 10px;
  width: 420px;
  height: calc(420px / 450 * 75);
  background-image: url("../images/minigames/wc-2026/predict-ticket.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 16px;
}

.predict-ticket-text {
  margin-bottom: 14px;
  color: #000000;
  font-weight: 500;
}

.predict-ticket-remain {
  color: #ffffff;
  font-weight: 900;
}

.predict-bg {
  padding: 20px 30px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  border: 5px solid #389bd3;
  border-radius: 1rem;
  text-align: left;
  flex-grow: 1;
}

.predict-title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 900;
}

.predict-history {
  height: 420px;
}

.predict-history ol {
  list-style: decimal;
  margin-left: 15px;
}

.predict-history li {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
}

.predict-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 900;
}

.predict-prev,
.predict-next {
  cursor: pointer;
}

.predict-current > span {
  color: #389bd3;
}

/* minigame tab */
.minigamesTnc {
  height: 470px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.minigamesTnc ol {
  list-style: decimal;
  margin-top: 10px;
  margin-left: 15px;
}

.minigamesTnc ol li {
  padding-bottom: 15px;
}

/* width */
.minigamesTnc::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.minigamesTnc::-webkit-scrollbar-track {
  background: #d9d9d9;
}

/* Handle */
.minigamesTnc::-webkit-scrollbar-thumb {
  background: #929292;
}

/* Handle on hover */
.minigamesTnc::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.taptoplayBg {
  background:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../images/minigames/wc-2026/bg_loading_bonus.jpg") center center
      no-repeat;
  height: 450px;
  background-size: 100%;
}

.ticketbg {
  background-image: url(../images/minigames/wc-2026/ticket.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 230px;
  color: #000000;
  font-size: 16px;
  display: flex;
  justify-content: start;
  padding: 10px;
  font-weight: 700;
  align-items: center;
}

.fifa-tab-container {
  padding-bottom: 60px;
  text-align: center;
}

.fifa-ov-bg {
  padding-top: 40px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.tapBtn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 39%;
  cursor: pointer;
}

.gbox {
  position: relative;
}

.gbox::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(45deg, #fff, #389bd3);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* realbet tab */
.fifa-realbet-tnc {
  margin-left: 20px;
  list-style: decimal;
  font-size: 16px;
  font-weight: 400;
}

.fifa-realbet-tnc li {
  margin-bottom: 10px;
}

/* tnc */
.fifa-tnc {
  color: #ffffff;
}

.fifa-tnc-gold-title {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.promoSection > div {
  width: 31%;
  position: relative;
}

.promoSection img {
  width: 100%;
}

.promotionCardText {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto 0;
  width: 100%;
  color: #000000;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 500;
}

.promotionCardTitle {
  width: 265px;
  height: 48px;
  padding-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
}

.claimNowBtn {
  margin-bottom: 5px;
  padding: 7px 25px;
  color: white;
  background-image: url(../images/minigames/wc-2026/button.png);
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.promotionBtn {
  font-size: 14px;
  cursor: pointer;
}

.promotion-modal-popup {
  display: none;
  position: fixed;
  z-index: 17;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}

.promotion-modal-border {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 890px;
}

.promotion-modal-box {
  width: 100%;
  padding: 40px 50px 20px;
  background: linear-gradient(
    360deg,
    rgba(16, 40, 65, 1) 0%,
    rgba(65, 155, 203, 1) 100%
  );
  border-radius: 10px;
}

.promotion-modal-content {
  color: #ffffff;
  font-weight: 900;
  text-align: left;
}

.promotion-modal-content > h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 34px;
  line-height: normal;
}

.promotion-modal-content > ul {
  list-style-type: disc;
  padding-inline-start: 2em;
}

.promotion-modal-content > ul li {
  margin-bottom: 6px;
}

.promotion-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-top: 50px;
  font-family: sans-serif;
  font-size: 30px;
  color: #419bcb;
  border-radius: 2rem;
  border: 4px solid #419bcb;
  cursor: pointer;
}

.promotion-modal-table {
  margin: 10px 20px 20px;
}

.promotion-modal-table th,
.promotion-modal-table td {
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-collapse: collapse;
}

/* livematch tab */
.livematch-menu-row {
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.livematch-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8%;
  color: #1e1e1e;
}

.livematch-menu-item {
  padding: 15px 0;
  width: 15%;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.livematch-menu-item.active {
  color: #ffffff;
  background-color: #389bd3;
}

.livematch-container {
  display: none;
  padding: 40px 20px;
  width: 100%;
  min-height: 500px;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
}

.livematch-container.active {
  display: block;
}

.livematch-oops {
  margin-right: 10px;
  height: 25px;
}

.livematch-staytune {
  margin-top: 20px;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 900;
}
