* {
  padding: 0px;
  margin: 0px;
}

body {
  color: #000;
  background-color: #f1f1f1;
  font-size: 100%;
  font: inherit;
  line-height: 1.4;
  font-family: var(--font-family);

  background-color: #f1f1f1;
}

.textMuted {
  color: #6c757d;
  font-size: 13px;
}

.container {
  width: 98%;
  max-width: 960px;
  margin: auto;
}

.highlight1 {
  background-color: #fbc503 !important;
}

.main_heading {
  border: 1px solid #396;
  background-color: #3c9;
  line-height: 1.4;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.updatedTime {
  margin: 8px 1% 2px 1%;
  color: #339966;
  text-align: center;
}

.disclaimer {
  padding: 8px 12px;
  margin: 8px 0;
  background: #ff5252;
  color: white;
  font-size: 16px;
  text-align: center;
  font-family: Tahoma, Verdana, sans-serif;
}

.news {
  margin: 0px 0px 1em 0px;
  font-size: 13px;
  font-family: Tahoma, Verdana, sans-serif;
}

.games-name {
  width: 64%;
  text-align: left;
  padding: 4px 8px 4px 8px;
  vertical-align: middle;
  font:
    normal 600 1.2em Arial,
    sans-serif;
  height: 30px;
  padding-left: 16px;
  background-color: #f1f1f1;
  color: #ff5252;
}

.board-section {
  border-left: 8px solid #ff5252;
}

.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px !important;
}

.table td {
  border: 1px solid #ddd;
  padding: 8px;
}

.table tr:nth-child(odd) {
  background-color: #fff;
}

.table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.table th {
  border: 1px solid #ddd;
  padding: 7px 8px !important;
  font-size: 17px;
  background-color: #fbc503;
  color: #000;
  font-weight: 500;
}

.text-center,
.number {
  text-align: center;
}

.text-left {
  text-align: left;
}

.fs-3 {
  font-size: 25px;
  font-weight: bold;
}

.fs-5 {
  font-size: 20px;
}

.small {
  font-size: 13px;
  display: flex;
  gap: 10px;
}
.date {
  width: 45px;
  background-color: var(--primary-color);
  text-align: center;
  color: #ff0f3e !important;
}

.whatsapp_contact {
  color: #fff;
  cursor: pointer;
  width: 40px;
  background: #39b44c;
  position: fixed;
  bottom: 60px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  height: 40px;
  border: none;
  border-radius: 50%;
}
.whatsapp_contact:hover {
  background-color: #131d3a;
}

.refresh {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  border: #e7aa26 1px solid;
  background: #fbc503;
  color: Red;
  height: auto;
  padding: 8px;
  font-weight: bold;
}

footer {
  padding: 1em;
  background-color: #e5e5e5;
  color: #000;
  margin-top: 1em;
}
.pagelinks {
  display: flex;
  align-items: center;
  gap: 5px 1em;
  flex-wrap: wrap;
  margin-block: 1em;
}
.pagelinks a {
  color: #000;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid #c2c2c2;
}

.pagelinks a:hover {
  border: 1px solid var(--primary-color);
  background-color: #ffffff;
}

.social {
  margin-block: 10px;
  display: flex;
  align-items: center;
  gap: 1em;
}

.social_link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.twitter {
  background-color: #505050;
}

.facebook {
  background-color: #1877f2;
}

.youtube {
  background-color: #ff0000;
}

.instagram {
  background-color: #e1306c;
}

.whatsapp {
  background-color: #25d366;
}

.social_link:hover {
  transform: scale(1.1);
}

.iamflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyrights {
  border-top: 1px solid #c5c5c5;
  margin-top: 10px;
  padding-top: 10px;
}

.day {
  font-weight: bold;
  text-align: center;
  color: #ff0f3e;
}

.rc {
  text-decoration: none;
  color: #a51890;
  font-weight: bold;
}

.thmain {
  width: 70%;
}

.nav_flex {
  text-align: center;
  width: 90%;
  max-width: 520px;
  max-height: 88px;

  padding: 7px 1em;
  margin: auto;
}
.nav_flex img {
  width: 100%;
}
.heading {
  background-color: #202020;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
}

.content {
  padding: 1em;
}

.content table {
  border-collapse: collapse;
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.content table tr:nth-child(odd) {
  background-color: #fff;
}

.content table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.content table th {
  padding-top: 12px;
  padding-bottom: 12px;

  background-color: #222;
  color: white;
}

.blogcontainer {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 10px;
  place-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 1em;
  margin-block: 1em;
}

.blog_list,
.post_list {
  text-decoration: none;

  color: #000;
}
.blog_post div {
  font-size: 1.1em;
  font-weight: bold;
}

.blog_img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

.rounded {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 5px;
}

.blogsidebar {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  margin-block: 1em;
}

.content h2,
.content h3,
.content h4,
.content h5 {
  margin-top: 1em;
}

.content li {
  margin-bottom: 10px;
}

.content ul,
.content ol {
  list-style-position: inside;
  margin-block: 1em;
}
.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.yesflex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page_404 {
  max-width: 500px;
  margin: auto;
}

input[type="month"] {
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
}

input[type="month"]:focus {
  border-color: #007bff;
  outline: none;
}

input[type="month"]:hover {
  border-color: #0056b3;
}
.oldResult {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #dbebfa;
  padding: 10px;
}

.cmbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-block: 1em;
}

.cmbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 1%;

  background-color: rgb(23, 108, 238);
  border: 1px solid #003399;

  padding: 8px 10px;
  text-decoration: none;
  color: #fff;
  width: 30%;
}

.updated {
  padding: 1em;
  background-color: #dbebfa;
}

.box {
  max-width: 400px;
  margin: 50px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box.agent {
  background-color: rgba(249, 255, 222, 0.149);
}

.box h1 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.form-inline {
  display: flex;
  flex-direction: column;
}

.box input {
  padding: 10px;
  width: calc(100% - 20px);
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.box input:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
}

.box button {
  width: 100%;
  padding: 10px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.box button:hover {
  filter: brightness(1.2);
}

.box button:disabled {
  background-color: #5a5a5a;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 480px) {
  .box {
    margin: 10px;
    padding: 15px;
  }
}

.box_below {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  color: #494848;
  font-size: 14px;
}

.box_below a {
  text-decoration: none;
}

.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}

.success {
  color: green;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}

.loading_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  animation: rotateAnimation 0.6s linear infinite;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.success-animation {
  margin: 20px auto;
}

.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation:
    fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

.user_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 5px 10px;
  flex-wrap: wrap;
}

.user_links a {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.info_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-block: 1em;
}

.info_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin: 1.5em 10px;
  padding: 1em;
  background-color: #fff;
  border-radius: 5px;
  flex-wrap: wrap;
  position: relative;
}

.info_badge {
  padding: 5px;
  border-radius: 5px;
  background-color: #d8d7da;
  color: #000;
  position: absolute;
  min-width: 100px;
  text-align: center;
  top: -20px;
  left: 10px;
}

.info_box a {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #272727;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 100px;
  text-align: center;
}

.info_amount {
  font-size: 2em;
  font-weight: bold;
}

.is_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pagination_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin: 1em 0;
  flex-wrap: wrap;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
}

.pagination a,
.pagination button {
  display: inline-flex; /* Ensures consistent alignment */
  justify-content: center;
  align-items: center;
  padding: 8px 12px; /* Adjust as needed */
  font-size: 14px;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 36px; /* Set explicit height */
  width: auto; /* Adjust for consistent width behavior */
  box-sizing: border-box; /* Ensures padding doesn't affect size */
}

.pagination a:hover,
.pagination button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.pagination .current {
  background-color: var(--primary-color);
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.logined_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.6);

  padding: 5px 0px 5px 10px;
}

.logined_nav .amount {
  font-size: 20px;
  font-weight: 600;
}

.logined_nav .hi {
  border-bottom: 2px dashed rgba(133, 102, 225, 0.5);
}

@keyframes blink {
  50% {
    opacity: 0.5;
    color: red;
  }
}
.blink {
  animation: blink 0.5s step-start 4; /* 2 blinks */
}

.tab-container {
  display: flex;
  justify-content: center;

  gap: 10px;
}

.tab {
  flex: 1;
  text-align: center;

  border: 2px solid transparent;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.tab input {
  display: none;
}

.tab label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}

.tab-image {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

#upiTab,
#bankTab {
  border-color: rgb(204, 204, 204);
  color: #000;
  opacity: 0.5;
}

#upiTab.active,
#bankTab.active {
  border-color: #279b37;
  background-color: rgba(145, 254, 160, 0.193);
  font-weight: 700;

  opacity: 1;
}

.input-container {
  display: none;

  margin-top: 10px;
}

.input-container label {
  display: block;
}

.play_close img {
  width: 40px;
}

.td_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.game_card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin: 1em 10px;
  text-align: center;
}
.game_card {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.game_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.game_card.green {
  background-color: #28a745;
}
.game_card.blue {
  background-color: #007bff;
}
.game_card.purple {
  background-color: #6f42c1;
}
.game_card.orange {
  background-color: #fd7e14;
}
.game_card span {
  display: block;
  font-size: 24px;
  margin-top: 5px;
}

.referral_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px;
}

.referral_box input[type="url"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}

.referral_box button {
  padding: 8px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  min-width: 90px;
}

.referral_box button:hover,
.user_links a:hover,
.pc a:hover,
.refresh:hover,
.game_button:hover,
.info_box a:hover {
  filter: brightness(120%);
}

.play_numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;

  margin: 1em 1px;
}

.play_numbers .number {
  max-width: 65px;

  border-radius: 10px;
  display: flex;
  border: 1px solid #222222;
  flex-direction: column;
  overflow: hidden;
}

.play_numbers .number label {
  color: #fff;
  background-color: #35374d;
}
.play_numbers .number input {
  max-width: 65px;
  outline: none;
  border: none;
  height: 30px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  font-size: 23px;
  font-weight: bold;
}

.game_button {
  background-color: var(--primary-color);
  padding: 10px 5px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin: 5px 10px;
  cursor: pointer;
}

.game_button:disabled {
  background-color: #bdbcbc;
  pointer-events: none;
  cursor: default;
}

#total {
  font-weight: bold;
}

.play_box_below {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin: 0px 11px;
}

/* For most modern browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.agent_id {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: rgba(254, 233, 189, 0.376);
  color: #000;
  border-radius: 5px;
  min-width: 100px;
  padding: 5px;
}

@media (min-width: 770px) and (max-width: 920px) {
  .info_grid {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }
}

@media only screen and (max-width: 768px) {
    .main_heading{
        font-size:14px;
        padding: 5px;
    }
  .pagelinks {
    justify-content: center;
  }
  .social_links {
    flex-grow: 1;
  }
  .social {
    justify-content: center;
    width: 100%;
  }
  .user_links a {
    padding: 5px 8px;
    font-size: 13px;
    gap: 1px;
  }

  .agent_id {
    font-size: 15px;

    min-width: 50px;
    padding: 5px;
  }

  .pagelinks a {
    font-size: 14px;
    padding: 4px 8px;
  }

 
  .info_grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .logined_nav {
    justify-content: center;
  }
  .cmbtn a {
    width: 45%;
  }

  .thmain {
    width: 55%;
  }
  .blogcontainer {
    grid-template-columns: 100%;
  }
  .heading {
    font-size: 0.9em;
  }

  h1 {
    font-size: 1.2em;
  }

  .mainTable .small {
    gap: 2px;
  }

  .fs-5 {
    font-size: 17px;
  }

  .fs-3 {
    font-size: 21px;
  }

  .table th,
  .name,
  .date {
    font-weight: 500;
    font-size: 13px;
  }

  .date {
    width: 35px;
  }

  .game_name {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    white-space: normal !important;
    width: 50px;
  }
}

.submit_area {
  display: block;
  position: sticky;
  bottom: 0px;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: rgb(240, 236, 233);
  padding: 10px 0px;
}

.submit_area button {
  display: block;
  width: calc(100% - 20px);
}

.payment_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin: 10px;
}

.qr_image {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f7;
}

.payment_amount {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.payment_note {
  color: #9f9fa3;
}

.payment_note h3 {
  font-size: 14px;
}
.payment_note p {
  font-size: 12px;
}

.payment_conform_note {
  font-size: 13px;
  color: #f6714c;
}

.payment_btn {
  padding: 15px 20px;
  background-color: #009541 !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 260px;
}

.payment_box_conform {
  display: none;
  text-align: center;
  margin-block: 1em;
  background-color: aqua;
  padding: 10px;
  border-radius: 10px;
}

.payment_box_proccess {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1em auto;
  padding: 10px;
  width: 130px;
}

@keyframes rotateAnimation {
  0 {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading_icon {
  animation: rotateAnimation 0.5s linear infinite;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

/* Unique styles for the date-range-form class with light theme */
.date-range-form {
  margin: 10px;
  padding: 20px;
  background: #fff; /* Light background */
  border-radius: 10px;

  color: #333; /* Dark text for readability */
  font-family: Arial, sans-serif;
}

.date-range-form h3 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #555; /* Lighter label color */
  text-align: center;
}

/* Label styling */
.date-range-form label,
.date-range-form {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #555; /* Lighter label color */
}

/* Input field styling */
.date-range-form input[type="date"] {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc; /* Lighter border */
  border-radius: 5px;
  background: #f9f9f9; /* Lighter input background */
  color: #333;
  font-size: 16px;
  width: calc(100% - 20px);
}

.date-range-form select {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc; /* Lighter border */
  border-radius: 5px;
  background: #f9f9f9; /* Lighter input background */
  color: #333;
  font-size: 16px;
  width: 100%;
}

/* Button styling */
.date-range-form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
  background: #222; /* Light green background */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.date-range-form button:hover {
  background: #494949; /* Darker green on hover */
}

.pc a {
  background: #00aeff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 15px;
}

.reffer_main {
  margin: 0px 10px 2em 10px;
  padding: 0px;
  background-color: #fff;
  border-radius: 5px;
}

.referral_box {
  background-color: var(--light-color);
  border: var(--primary-color) 3px dashed;
  padding: 1em;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 10px;
  text-align: center;
}

.referral_id {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  list-style-type: none;
  padding: 0;
}

.pagination a,
.pagination button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px; /* Uniform height */
  margin: 0 1px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color);
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.pagination a:hover,
.pagination a:focus {
  background-color: var(--primary-color);
  border-color: #ffffff;
}

.pagination button {
  color: #ffffff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  cursor: default;
}

.pagination button:disabled {
  color: #999999;
  background-color: #f9f9f9;
  border-color: #dddddd;
  cursor: not-allowed;
  height: 40px; /* Match height */
}

/* Different styles for previous and next buttons */
.pagination a.prev,
.pagination a.next {
  background-color: #f0f0f0;
  color: #007bff;
  font-size: 16px;
  font-weight: bold;
  width: 50px; /* Slightly wider */
}

.pagination a.prev:hover,
.pagination a.next:hover {
  background-color: #007bff;
  color: #ffffff;
}

.pagination a svg,
.pagination button svg {
  vertical-align: middle;
}

 

.market_link {
  text-decoration: none;
}

.circle2 {
  width: 51px;
  height: 51px;
  background-color: #222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.circle {
  width: 49px;
  height: 49px;
  background-color: #222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Multicolor animated border */
.circle::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  border: 3px solid transparent;
  background: conic-gradient(red, yellow, green);
  -webkit-mask:
    linear-gradient(red, red) content-box,
    linear-gradient(red, red);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: rotate 2s linear infinite;
}
.circle:hover {
  background-color: #;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.text {
  color: white;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}

.nav_item_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 13px;
}

.blink_text {
  animation: blink-animation 0.4s steps(1, end) infinite;
}
@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.ch_isflex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating-svg {
  animation: rotate 0.8s linear infinite; /* Adjust duration as needed */
}

.small_alert {
  font-size: 10px;
  color: #5d5b5b;
  display: block;
}

.goog-te-banner-frame,
.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.alert_danger {
  padding: 12px 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #58151c;
  font-size: 0.95rem;
  line-height: 1.5;
  position: relative;
  margin-top: 1em;
}

/* Optional: add a subtle left border accent (common in modern designs) */
.alert_danger::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #dc3545;
  border-radius: 6px 0 0 6px;
}

.mainTable {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  font-family: Arial, sans-serif;
}

/* Top header */
.mainTable thead th {
  background: #3c3c3c;
  color: #fff;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 600;
  border: none;
}

.mainTable thead th.text-left {
  text-align: left;
}

.mainTable thead th.text-center {
  text-align: center;
}

/* Section titles: LIVE / NEXT / REST */
.mainTable .board-section td {
  background: #e9e9e9;
  color: #ff4d4d;
  font-weight: 700;
  padding: 8px 12px;
  border-left: 5px solid #ff4d4d;
  font-size: 14px;
  border-bottom: none;

  border-right: none;
}

/* Game rows */
.mainTable tbody tr {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.mainTable tbody tr td {
  padding: 5px 12px;
  vertical-align: middle;
}

/* Game name */
.mainTable .games-name,
.mainTable .fs-5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

/* Time + link row */
.mainTable .small {
  font-size: 12px;
  color: #444;
  margin-top: 2px;
  display: flex;
  gap: 1em;
  width: 100%;
}

.mainTable .small a.rc {
  color: #1a5cff;
  text-decoration: none;
  margin-left: 6px;
  font-weight: 500;
}

.mainTable .small a.rc:hover {
  text-decoration: underline;
}

/* Result numbers */
.mainTable .fs-3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

/* Center alignment for numbers */
.text-center {
  text-align: center;
}

/* Remove heavy borders */
.mainTable td,
.mainTable th {
  border: none;
}

.chart-form {
  background: #f4b400;
  padding: 14px 12px 18px;
  border: 1px solid #e0a800;
  text-align: center;
  font-family: Arial, sans-serif;
  margin-block: 1em;
}

.chart-form h2 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}

/* Desktop layout */
.chart-form select,
.chart-form button {
  height: 42px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  padding: 0 12px;
  margin: 6px;
  vertical-align: middle;
}

/* Dropdown */
.chart-form select {
  background: #e9e9e9;
  min-width: 220px;
  font-weight: 600;
}

/* Button */
#submit-btn {
  background: linear-gradient(#2f6fda, #2a63c7);
  color: #fff;
  border: 1px solid #1e4fa8;
  min-width: 200px;
  font-weight: 600;
  cursor: pointer;
}

#submit-btn:hover {
  background: linear-gradient(#2a63c7, #1f55b5);
}

.alert-link a{
    width: 98%;
    display:block;
    margin: 8px auto;
    border: 1px solid #003399;
    background-color: rgb(23, 108, 238);
    padding: 10px 4px;
    line-height: 20px;
    color: white;
    text-align: center;
    text-decoration: none;
    
}

/* 📱 Mobile responsive */
@media (max-width: 600px) {
  .chart-form {
    padding: 12px 10px 16px;
  }

  .chart-form h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .chart-form select,
  .chart-form button {
    width: 100%;
    min-width: unset;
    margin: 6px 0;
    height: 44px;
    font-size: 15px;
  }
}
