@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap");

body {
  margin: 0;
  font-family: "Teko", sans-serif;
  background-color: #181a1d;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

input[type="number"] {
  /* Hide the spinner buttons */
  -moz-appearance: textfield; /* For Firefox */
  -webkit-appearance: none; /* For Chrome, Safari, Edge */
  appearance: none;
}

/* Remove spinner button margin in Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

nav {
  min-height: 90px;
  /*padding: 0.4rem 1rem 0.8rem 1rem;*/
  padding: 0rem 0.5rem 0.8rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8rem;
  font-family: sans-serif !important;
  border-bottom: 2px solid #b7b7b7;
  background: linear-gradient(to right, #00303e, #032630);
}

.navTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.52rem 0;
  border-radius: 5px;
  padding: 0.5rem;
  background: #00000030;
  /* animation: ghumarAnima 5s linear infinite; */
}

@keyframes ghumarAnima {
  0% {
    background: linear-gradient(0deg, #243b55, #141e30);
  }
  1% {
    background: linear-gradient(3.6deg, #243b55, #141e30);
  }
  2% {
    background: linear-gradient(7.2deg, #243b55, #141e30);
  }
  3% {
    background: linear-gradient(10.8deg, #243b55, #141e30);
  }
  4% {
    background: linear-gradient(14.4deg, #243b55, #141e30);
  }
  5% {
    background: linear-gradient(18deg, #243b55, #141e30);
  }
  6% {
    background: linear-gradient(21.6deg, #243b55, #141e30);
  }
  7% {
    background: linear-gradient(25.2deg, #243b55, #141e30);
  }
  8% {
    background: linear-gradient(28.8deg, #243b55, #141e30);
  }
  9% {
    background: linear-gradient(32.4deg, #243b55, #141e30);
  }
  10% {
    background: linear-gradient(36deg, #243b55, #141e30);
  }
  11% {
    background: linear-gradient(39.6deg, #243b55, #141e30);
  }
  12% {
    background: linear-gradient(43.2deg, #243b55, #141e30);
  }
  13% {
    background: linear-gradient(46.8deg, #243b55, #141e30);
  }
  14% {
    background: linear-gradient(50.4deg, #243b55, #141e30);
  }
  15% {
    background: linear-gradient(54deg, #243b55, #141e30);
  }
  16% {
    background: linear-gradient(57.6deg, #243b55, #141e30);
  }
  17% {
    background: linear-gradient(61.2deg, #243b55, #141e30);
  }
  18% {
    background: linear-gradient(64.8deg, #243b55, #141e30);
  }
  19% {
    background: linear-gradient(68.4deg, #243b55, #141e30);
  }
  20% {
    background: linear-gradient(72deg, #243b55, #141e30);
  }
  21% {
    background: linear-gradient(75.6deg, #243b55, #141e30);
  }
  22% {
    background: linear-gradient(79.2deg, #243b55, #141e30);
  }
  23% {
    background: linear-gradient(82.8deg, #243b55, #141e30);
  }
  24% {
    background: linear-gradient(86.4deg, #243b55, #141e30);
  }
  25% {
    background: linear-gradient(90deg, #243b55, #141e30);
  }
  26% {
    background: linear-gradient(93.6deg, #243b55, #141e30);
  }
  27% {
    background: linear-gradient(97.2deg, #243b55, #141e30);
  }
  28% {
    background: linear-gradient(100.8deg, #243b55, #141e30);
  }
  29% {
    background: linear-gradient(104.4deg, #243b55, #141e30);
  }
  30% {
    background: linear-gradient(108deg, #243b55, #141e30);
  }
  31% {
    background: linear-gradient(111.6deg, #243b55, #141e30);
  }
  32% {
    background: linear-gradient(115.2deg, #243b55, #141e30);
  }
  33% {
    background: linear-gradient(118.8deg, #243b55, #141e30);
  }
  34% {
    background: linear-gradient(122.4deg, #243b55, #141e30);
  }
  35% {
    background: linear-gradient(126deg, #243b55, #141e30);
  }
  36% {
    background: linear-gradient(129.6deg, #243b55, #141e30);
  }
  37% {
    background: linear-gradient(133.2deg, #243b55, #141e30);
  }
  38% {
    background: linear-gradient(136.8deg, #243b55, #141e30);
  }
  39% {
    background: linear-gradient(140.4deg, #243b55, #141e30);
  }
  40% {
    background: linear-gradient(144deg, #243b55, #141e30);
  }
  41% {
    background: linear-gradient(147.6deg, #243b55, #141e30);
  }
  42% {
    background: linear-gradient(151.2deg, #243b55, #141e30);
  }
  43% {
    background: linear-gradient(154.8deg, #243b55, #141e30);
  }
  44% {
    background: linear-gradient(158.4deg, #243b55, #141e30);
  }
  45% {
    background: linear-gradient(162deg, #243b55, #141e30);
  }
  46% {
    background: linear-gradient(165.6deg, #243b55, #141e30);
  }
  47% {
    background: linear-gradient(169.2deg, #243b55, #141e30);
  }
  48% {
    background: linear-gradient(172.8deg, #243b55, #141e30);
  }
  49% {
    background: linear-gradient(176.4deg, #243b55, #141e30);
  }
  50% {
    background: linear-gradient(180deg, #243b55, #141e30);
  }
  51% {
    background: linear-gradient(183.6deg, #243b55, #141e30);
  }
  52% {
    background: linear-gradient(187.2deg, #243b55, #141e30);
  }
  53% {
    background: linear-gradient(190.8deg, #243b55, #141e30);
  }
  54% {
    background: linear-gradient(194.4deg, #243b55, #141e30);
  }
  55% {
    background: linear-gradient(198deg, #243b55, #141e30);
  }
  56% {
    background: linear-gradient(201.6deg, #243b55, #141e30);
  }
  57% {
    background: linear-gradient(205.2deg, #243b55, #141e30);
  }
  58% {
    background: linear-gradient(208.8deg, #243b55, #141e30);
  }
  59% {
    background: linear-gradient(212.4deg, #243b55, #141e30);
  }
  60% {
    background: linear-gradient(216deg, #243b55, #141e30);
  }
  61% {
    background: linear-gradient(219.6deg, #243b55, #141e30);
  }
  62% {
    background: linear-gradient(223.2deg, #243b55, #141e30);
  }
  63% {
    background: linear-gradient(226.8deg, #243b55, #141e30);
  }
  64% {
    background: linear-gradient(230.4deg, #243b55, #141e30);
  }
  65% {
    background: linear-gradient(234deg, #243b55, #141e30);
  }
  66% {
    background: linear-gradient(237.6deg, #243b55, #141e30);
  }
  67% {
    background: linear-gradient(241.2deg, #243b55, #141e30);
  }
  68% {
    background: linear-gradient(244.8deg, #243b55, #141e30);
  }
  69% {
    background: linear-gradient(248.4deg, #243b55, #141e30);
  }
  70% {
    background: linear-gradient(252deg, #243b55, #141e30);
  }
  71% {
    background: linear-gradient(255.6deg, #243b55, #141e30);
  }
  72% {
    background: linear-gradient(259.2deg, #243b55, #141e30);
  }
  73% {
    background: linear-gradient(262.8deg, #243b55, #141e30);
  }
  74% {
    background: linear-gradient(266.4deg, #243b55, #141e30);
  }
  75% {
    background: linear-gradient(270deg, #243b55, #141e30);
  }
  76% {
    background: linear-gradient(273.6deg, #243b55, #141e30);
  }
  77% {
    background: linear-gradient(277.2deg, #243b55, #141e30);
  }
  78% {
    background: linear-gradient(280.8deg, #243b55, #141e30);
  }
  79% {
    background: linear-gradient(284.4deg, #243b55, #141e30);
  }
  80% {
    background: linear-gradient(288deg, #243b55, #141e30);
  }
  81% {
    background: linear-gradient(291.6deg, #243b55, #141e30);
  }
  82% {
    background: linear-gradient(295.2deg, #243b55, #141e30);
  }
  83% {
    background: linear-gradient(298.8deg, #243b55, #141e30);
  }
  84% {
    background: linear-gradient(302.4deg, #243b55, #141e30);
  }
  85% {
    background: linear-gradient(306deg, #243b55, #141e30);
  }
  86% {
    background: linear-gradient(309.6deg, #243b55, #141e30);
  }
  87% {
    background: linear-gradient(313.2deg, #243b55, #141e30);
  }
  88% {
    background: linear-gradient(316.8deg, #243b55, #141e30);
  }
  89% {
    background: linear-gradient(320.4deg, #243b55, #141e30);
  }
  90% {
    background: linear-gradient(324deg, #243b55, #141e30);
  }
  91% {
    background: linear-gradient(327.6deg, #243b55, #141e30);
  }
  92% {
    background: linear-gradient(331.2deg, #243b55, #141e30);
  }
  93% {
    background: linear-gradient(334.8deg, #243b55, #141e30);
  }
  94% {
    background: linear-gradient(338.4deg, #243b55, #141e30);
  }
  95% {
    background: linear-gradient(342deg, #243b55, #141e30);
  }
  96% {
    background: linear-gradient(345.6deg, #243b55, #141e30);
  }
  97% {
    background: linear-gradient(349.2deg, #243b55, #141e30);
  }
  98% {
    background: linear-gradient(352.8deg, #243b55, #141e30);
  }
  99% {
    background: linear-gradient(356.4deg, #243b55, #141e30);
  }
  100% {
    background: linear-gradient(360deg, #243b55, #141e30);
  }
}

/* logo (shooter)  */
.navTop > img {
  height: 3rem;
  width: 3rem;
  margin-top: 0.4rem;
  filter: invert(100%) brightness(2);
}

/* Bonus modal  */

.bonus_container {
  border: 1px solid white;
  border-radius: 0.3rem;
}
.bonus_cards_container > div:nth-child(1) {
  gap: 5%;
}
.bonus_card {
  display: flex;
  width: 30%;
  margin-top: 5%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem;
  height: 150px;
  /* background-image: linear-gradient(45deg, gray, lightcyan); */
  background-image: url(images/cards_bg_3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid white;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  cursor: pointer;
}

.bonus_card > h1 {
  font-size: 1rem;
  text-align: center;
  color: #000000;
  font-weight: 900 !important;
}

.bonus_card > h2 {
  font-size: 1.4rem !important;
  text-align: center;
  color: black;
  font-weight: 900 !important;
}

.winning {
  background-image: url(images/winning.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid white;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  cursor: pointer;
  color: black;
}

.winning > h3 {
  text-shadow: 2px 2px 0px #000000, 0 0 1em rgb(224, 224, 224),
    0 0 0.2em rgb(0 0 0);
  font-weight: 800;
  font-size: 2rem !important;
  color: #fff900;
  text-transform: uppercase;
  font-family: "Rowdies";
}
.winning > h1 {
  font-weight: 700;
  font-family: "Poppins";
  color: brown;
}

.winning > h2 {
  font-weight: 800 !important;
  font-size: 3rem;
  margin: auto;
  margin-top: 1rem;
}

.winning > h2 span {
  font-weight: 600;
}

.low_balance {
  background-image: url(images/lowbalance.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid white;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  cursor: pointer;
  color: black;
}

.low_balance > h3 {
  font-weight: 800;
  font-size: 2rem !important;
  color: #c70000;
  font-family: "Poppins";
}

.low_balance > h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Poppins";
}

.locked {
  position: relative;
  z-index: 0;
}

.locked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0); /* Semi-transparent overlay */
  backdrop-filter: blur(5px); /* Blurs only the background */
  z-index: 1;
}

.locked::after {
  content: "";
  background: url("images/lock.png") no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Ensures the lock icon appears above */
}

.unlocked::after {
  content: "";
  background: url("images/unlock.png") no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Ensures the lock icon appears above */
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

.shaking {
  animation: shake 0.5s ease-in-out;
}

@keyframes rotate-shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.rotate-shaking {
  animation: rotate-shake 1s ease-in-out infinite;
  -webkit-animation: rotate-shake 1s ease-in-out infinite;
}

/* Main heading  */
.navTop > h1 {
  font-size: 1.2rem;
  color: aliceblue;
  /*font-weight: bold;*/
  text-transform: uppercase;
  margin: 0;
  margin: auto;

  /*font-size: 1.2rem;*/
  /*    color: aliceblue;*/
  /*    margin: 0;*/
  /*    text-transform: uppercase;*/
  /*    margin-left: auto;*/
  /*    flex-grow: 1;*/
  /*    text-align: center;*/
  /*    padding-top: 1rem;*/
  font-family: "Rowdies", serif;
  /*    font-weight: 400;*/
  /*    text-shadow: -1px 2px 5px #063e4e;*/
}

.navBottom {
  display: flex;
  align-items: end;
  gap: 10px;
}

/* full balance container  */

.balanceView {
  display: flex;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 50px;
  min-width: 7rem;
}

/* balance (coin and rs container) */
.coin {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0.5rem;
}

/* coin image  */
.coin > img {
  width: 1rem;
  margin: auto;
  margin-left: 0;
}

/* balance amount  */
.coin > p {
  color: #ffffff;
  font-size: 0.8rem;
  margin: 0;
  margin-left: 0.1rem;
  text-align: center;
}

/* coin plus btn  */
.balanceView > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 1.5rem;
  aspect-ratio: 1 / 1;
  border-radius: 50px;
  margin-left: auto;
}

/* plus icon  */
.balanceView i {
  color: black;
  font-size: 0.75rem;
}

/* question and profile btns  */
.navBottom > div:nth-child(2),
.navBottom > div:nth-child(4),
.navBottom > div:nth-child(3) {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* question btn  */
.navBottom > div:nth-child(2) {
  background-color: #ffffff;
  margin-left: auto;
  color: white;
}

/* profile btn */
.navBottom > div:nth-child(3) {
  background-color: rgb(255 255 255);
}

/* profile btn */
.navBottom > div:nth-child(4) {
  background-color: rgb(255 255 255);
}

.navBottom i {
  color: black !important;
}

.app-download-btn {
    background: #c37d10;
    color: #141e30;
    border-radius: 10px;
    padding: 1rem;
    width: 100% !important;
    display: block;
    margin-bottom: 2rem;
    margin-top: 1rem;
    border: 2px solid #ffa200;
}

main {
  padding: 1rem 0.8rem;
}

/* Jackpot advertisement section   */
.advertisement_section > div {
  display: flex;
  align-items: center;
  padding: 0.6rem 0.7rem;
  border-radius: 10px;
}

.advertisement_section {
  width: 100%;
}

/* Jackpot logo  */
.advertisement_section > div > img {
  height: 60px;
  width: 60px;
}

/* Jackpot heading  */
.advertisement_section > div > h3 {
  color: #f8fffa;
  font-size: 1.2rem;
  font-weight: 800;
  flex-grow: 1;
  text-align: center;
  margin: 0;
}

/* ---- Game table ---- */

.Table_container {
  margin: 1.5rem 0;
}

/* Match heading  */
.Table_head {
  font-size: 1.4rem;
  margin: 1.3rem 0 0.45rem 0;
  color: white;
  font-weight: 500;
}

.Table {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  border-bottom: 2px solid #343434;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* Match timing of table  */
.match_time {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #063e4e;
  color: white;
  height: 2.5rem;
  border-radius: 10px 10px 0 0;
  font-size: 1.3rem;
  font-weight: 800;
}

/* Having both 2nd and 3rd row of Table  */
.team_container {
  display: flex;
  gap: 0.1rem;
}

.team_container > div {
  color: white;
  flex-grow: 1;
  justify-content: center;
}

/* So that all are in one line  */
.team_container > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
}

/* left and right middle div of table having match name and timing  */
.teamA > div:nth-child(1),
.teamB > div:nth-child(1) {
  background-color: #063e4e;
}

/* last row of tables having numbers  */
.teamA > div:nth-child(2),
.teamB > div:nth-child(2) {
  background-color: #d9d9d9;
  color: black;
}

/* Giving border radius bottom left and right of table  */
.teamA > div:nth-child(2) {
  border-radius: 0 0 0 10px;
}
.teamB > div:nth-child(2) {
  border-radius: 0 0 10px 0;
}

/* PLAY NOW BTN  */
.play_btn {
  width: 160px;
  height: 20px;
  background-color: #ebebeb;
  padding: 1rem;
  text-align: center;
  border-radius: 50px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 2px solid #063e4e;
  box-shadow: 0 0 20px #006683;
}

.play_btn_container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
}

.play_btn_container .res_web {
  margin: auto;
  margin-left: 0;
  color: #37aaff;
  display: inline-block;
  border: 1px solid;
  padding: 0.5rem;
  border-radius: 12px;
  background: #2d354e29;
}

.play_btn > p,
.play_btn > i {
  color: #212529;
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
}

/* ------- game1 css ----------(of page :- after clicking playnow-------------  */

.game_heading {
  font-size: 1.3rem;
  margin: 0.5rem 0 1.4rem 0;
  color: white;
  font-weight: 500;
}

.game_types_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5%;
}

.game_card {
  background-color: #063e4e;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.8rem 0.1rem;
  gap: 0.7rem;
  flex-shrink: 0;
  margin-bottom: 5%;
  border-radius: 10px;
  width: 47.5%;
  text-align: center;
}

.game_card > img {
  width: 50%;
}

.game_card > h3 {
  margin: 0;
  color: white;
  font-weight: 400;
  font-size: 1.2rem;
}

.game_card:nth-child(3) {
  width: 100%;
}

.game_card:nth-child(3) > img {
  width: 25%;
}

/* ------- gutti css ----------(of page :- after clicking play gutti-------------  */

.date {
  color: aliceblue;
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

.timings {
  display: flex;
  align-items: center;
  gap: 2%;
  margin: 0.8rem 0;
}

.timings > div {
  border: 1px solid #e0ffff5c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  height: 60px;
  border-radius: 1rem;
  padding: 0.5rem 0.1rem;
  background-color: #404040;
  color: wheat;
}

.timings > div > p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.selected {
  border: 1px solid #05605b !important;
  background-color: #05605b !important;
  color: gold !important;
}

.modal-content {
  background: #262a52;
  color: white;
}

.modal-content table {
  color: white;
}

.amount-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.5rem 0;
  font-family: sans-serif;
  border-radius: 4px;
  overflow: hidden;
  gap: 0 2%;
  border-top: 0.1px solid #0c4656;
}

.amount-table > div {
  width: 49%;
  height: 40px;
  display: flex;
}

.amount-table > div > p,
.amount-table > div > input {
  margin: 0;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amount-table > div > p {
  width: 40px;
  height: 100%;
  background-color: #0c4656;
  color: #befffc;
  flex-shrink: 0;
  border-bottom: 1px solid #85858547 !important;
}

.amount-table > div > input {
  width: 80%;
  flex-grow: 1;
  height: 100%;
  background-color: #3d464e24;
  border-bottom: 1px solid #0c4454;
  text-align: center;
  color: white;
  border-right: 1px solid #0c4454;
}

.amount-table > div > input::placeholder {
  color: rgba(255, 255, 255, 0.644);
}

.gutti_container .total {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 2.5rem 0rem 0.5rem 0;
  padding: 0 0;
}

.gutti_container .total > p {
  font-size: 1.3rem;
  margin: 0;
  margin-left: auto;
  margin-right: 0.5rem;
  color: white;
  font-weight: 600;
}
.gutti_container .total > div {
  font-size: 1rem;
  width: 50%;
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c3c3c3;
  color: #181a1d;
  border-radius: 0.4rem;
  border: 1px solid #ffffff;
  margin-left: 1rem;
  font-weight: bold;
}

#gutti_submit {
  width: 100%;
  padding: 0.8rem;
  margin: 0rem 0;
  background: linear-gradient(45deg, #006e5a, #00b188);
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #000000bf;
  border-radius: 0.4rem;
}

.gutti_container .selected_numbers {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0%;
  gap: 0.5rem;
}

.gutti_container .selected_numbers > p {
  color: white;
  margin: 0;
  font-size: 1.2rem;
}

.gutti_container .num_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.gutti_container .num_container > div {
  aspect-ratio: 1/1;
  width: 10%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 600;
}

/* --------late page ----------------------------- */

.round_btns {
  display: flex;
  width: 100%;
  gap: 4%;
  margin: 1rem 0;
}

.round_btns > button {
  width: 48%;
  height: 35px;
  font-size: 0.8rem;
  border-radius: 9px;
  font-weight: 700;
  border: 1px solid #063e4e;
}

.round_btns > button:nth-child(1) {
  color: white;
  background-color: #063e4e;
}

.round_btns > button:nth-child(2) {
  background-color: white;
  color: #063e4e;
}

.round_btns > button:nth-child(3) {
  width: 30%;
  color: #063e4e;
}

.late_notice_container {
  padding: 1.5rem 0 0.5rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fdf4af;
  border-radius: 10px;
}

.late_notice_container > i {
  font-size: 6rem;
  margin-bottom: 1.5rem;
  font-weight: 100;
}

.late_notice_container > h5 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
}

.late_notice_container > h4 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: -0.4rem;
}

/* --------------- housing and ending-------------  */

.housing_ending_table_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 7%;
  padding: 0;
  justify-content: center;
  margin: 0;
}

.housing,
.ending {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.housing > div,
.ending > div {
  width: 100%;
  display: flex;
}

.housing > h2,
.ending > h2 {
  color: white;
  margin-top: 1.1rem;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  padding: 0.9rem 0;
  background: #00638b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #8888;
}

.housing > div > p,
.ending > div > p {
  width: 15%;
  color: white;
  background-color: #888888;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c4656;
  color: #befffc;
  flex-shrink: 0;
  border-bottom: 1px solid #85858547 !important;
}

.housing > div > input,
.ending > div > input {
  color: white;
  width: 85%;
  text-align: center;
  border-radius: 0 !important;
  background-color: #3d464e24;
  border-bottom: 1px solid #0c4454;
  text-align: center;
  color: white;
  border-right: 1px solid #0c4454;
}

.housing > div > input:focus,
.ending > div > input:focus {
  outline: none;
}

.housing > div > input::placeholder,
.ending > div > input::placeholder {
  color: #c6c4c4;
}

.housing_ending_container .total {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 2.5rem 0rem 0.5rem 0;
  padding: 0 0%;
}

.housing_ending_container .total > p {
  font-size: 1.3rem;
  margin: 0;
  margin-left: auto;
  margin-right: 0.5rem;
  color: white;
  font-weight: 600;
}
.housing_ending_container .total > div {
  font-size: 1rem;
  width: 50%;
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c3c3c3;
  color: #181a1d;
  border-radius: 0.4rem;
  border: 1px solid #ffffff;
  margin-left: 1rem;
  font-weight: bold;
}

#he_submit {
  width: 100%;
  padding: 0.8rem;
  margin: 0rem 0;
  background: linear-gradient(45deg, #006e5a, #00b188);
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid #000000bf;
  border-radius: 0.4rem;
}

#he_submit:hover {
  box-shadow: -1px 1px 20px 0px #00ff1440;
}

.housing_ending_container .selected_numbers {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0%;
  gap: 0.5rem;
}

.housing_ending_container .selected_numbers > p {
  color: white;
  margin: 0;
  font-size: 1.2rem;
}

.housing_ending_container .num_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.housing_ending_container .num_container > div {
  aspect-ratio: 1/1;
  width: 10%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* --------------- jackpot -----------------  */
.jackpotForm {
  padding: 1rem;
  border: 1px solid gray;
  border-radius: 1rem;
  background: #ffffff1f;
  margin-bottom: 1rem;
}

/* Footer */
footer {
  width: 100%;
}

.footer {
  background: #000000;
  text-align: center;
  padding: 0.6rem;
  margin-top: 1rem;
  font-family: "Poppins";
  color: white;
}

.footer a {
  color: rgb(20 139 173);
  text-decoration: none;
  font-weight: 600;
}

/* Rapid Teer */
.rapid-teer-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #063e4e;
  color: #ffc06d;
}

.rapid-teer .game_heading small {
  font-size: 0.8rem;
}

.rapid-teer-btn h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

.rapid-teer-btn img {
  width: 20%;
  margin-right: 2rem;
}
.rapid-teer .rapid-game {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.rapid-teer .rapid-game .teer-house {
  width: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rapid-teer .rapid-game .teer-house .house-number {
  color: #ffffff;
  background-color: #0646bd;
  border-radius: 1rem;
  padding: 0.45rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.rapid-teer .rapid-game .teer-house .house-number.selected {
  background: #ffd1a0;
  color: #6e1010;
}

.rapid-teer .rapid-game .teer-house .rapid-number {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 60%;
  padding: 0.35rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 0.8rem;
  aspect-ratio: 1/1;
  width: 100%;
  background: #404040;
  cursor: pointer;
}

.rapid-teer .rapid-game .teer-house .rapid-number.selected {
  background: #ffd1a0;
  color: #6e1010;
}

.rapid-teer #progressBar {
  width: 100%;
  margin: 10px auto;
  height: 22px;
  background-color: #616666;
  border-radius: 5px;
}
.rapid-teer #progressBar div {
  height: 100%;
  text-align: center;
  width: 0;
  background-color: #5abe45;
  box-sizing: border-box;
  border-radius: 5px;
}

.rapid-teer .alert {
  background: #4a4a4a !important;
}

.rapid-teer .alert p {
  margin: 0;
  color: white;
}

.rapid-teer .last-winning-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.rapid-teer .last-winning-numbers span {
  height: 30px;
  width: 30px;
  background: #37522c;
  border-radius: 5rem;
  /* center the text inside  */
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-bottom-bar {
  position: sticky;
  bottom: 0;
  left: 0;
  min-width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 15px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 1rem;
}

.game-bottom-bar .payment-buttons {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.game-bottom-bar .payment-buttons .btn {
  width: 23%;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.game-bottom-bar .payment-buttons .btn i {
  margin-left: 1rem;
}

/*------------MEDIA ---------------- phone resolution----  */
/* ------------------------------------------------------------ */

@media (max-width: 500px) {
  /* Main heading  */
  .navTop > h1 {
    font-size: 1.1rem;
  }
}

@media (max-width: 360px) {
  /* Main heading  */
  .bonus_card > h1 {
    font-size: 0.8rem;
    font-weight: 800 !important;
  }

  bonus_card > h2 {
    font-size: 0.8rem;
    font-weight: 800 !important;
  }
}
