* {
  padding: 0px;
  margin: 0px;
}

.mlist a {
  display: block;
  font-size: 22px;
  padding: 5px 7px 4px;
  border-bottom: 2px solid #00189f;
  color: #1a237e;
  text-shadow: 1px 1px #d9d9d9;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.mlist a:last-child {
  border-bottom: none;
}
body {
  color: #000;
  background-color: #ffcb99;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  font-family:
    BlinkMacSystemFont,
    -apple-system,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.container {
  width: 98%;

  margin: auto;
}
.game_list:last-child {
  border-bottom: none;
}

.news {
  margin: 5px 1em;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.jodi .table td,
.jodi .table th {
  border: 1px solid #000;

  text-align: center;

  font-weight: 600;
}
.jodi .table th {
  font-size: 1em;
  text-shadow: 1px 1px 2px #9a7400ab;
}

.jodi .table td {
  padding: 5px 0;
  font-weight: bold;
  font-size: 24px;
}

.red {
  color: red;
}

.button2 {
  background-color: #a0d5ff;
  color: #220c82;
  padding: 10px 30px;
  font-size: 14px;
  margin: 10px auto;
  border: 2px solid #0000005c;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 1px 1px #00bcd4;
  box-shadow:
    0 8px 10px 0 rgba(0, 0, 0, 0.2),
    0 6px 8px 0 rgba(0, 0, 0, 0.19);
  display: block;
  transition: all 0.3s;
  width: 120px;
  text-align: center;
}

.table th {
  padding: 1px;

  background-color: #fec107;
  color: #000;
}

.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: #673de5;
  color: #fff;
}

#goToTopBtn {
  color: #fff;
  cursor: pointer;
  width: 40px;
  background: #222;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  height: 40px;
  border: 2px solid #d8d5e2;
  border-radius: 50%;
}
#goToTopBtn:hover {
  background-color: #131d3a;
}

.refresh {
  color: #fff;
  cursor: pointer;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: linear-gradient(45deg, navy, #005780);
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 6px 11px 5px;
  transition: all 0.3s ease-in;
  z-index: 99;
}

.iamflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.day {
  font-weight: bold;
}

.rc {
  text-decoration: none;
  color: #a51890;
  font-weight: bold;
}

.thmain {
  width: 70%;
}
.navbar-brand {
  color: #000;
  text-align: center;
  margin-block: 0.5em;
  padding: 2px;
  display: block;
  font-size: 20px;
  outline: 4px #fff;
  outline-offset: -9px;
  border: 2px solid #ff182c;
  border-style: outset;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}
.heading {
  background-color: #ff00a2;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #fff;
}

.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: #673de5;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  width: 200px;
}

.updated {
  padding: 1em;
  background-color: #dbebfa;
}

.group-result {
  background-color: #ffcb99;
  border: 2px solid #ac2c19;
  border-radius: 10px;
  margin-block: 0.5em;
}
.game_list {
  text-align: center;

  padding: 1px 5px;
  border-bottom: 2px solid #ac2c19;
}

.game_list a {
  background-color: #512f90;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid #fff;
}

.game_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.game_name {
  font-size: 1.4em;
  font-weight: bold;
  color: #020843;
}

.game_number {
  font-size: 1.3em;
  font-weight: bold;
  color: #82153a;
}

.game_time {
  font-size: 0.9em;
  font-weight: bold;
  color: green;
}

.table-container {
  overflow-x: auto;
  margin: auto;
  max-width: 100%;
}

.live-result {
  display: flex;
  align-items: center;
  background-color: #000;
  max-width: fit-content;
  border-radius: 10px;
  justify-content: center;
  padding: 1px 10px;
  margin: auto;
}

.circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  margin-right: 3px;
  animation: blink 0.8s infinite; /* Blink animation */
}

.result-text {
  color: #fff;
  font-weight: bold;
}

/* Blinking animation */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.panel .table td {
  padding: 8px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.panel .table th {
  border: 1px solid black;
}

.panel .table td:nth-child(1) {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.panel .table td:nth-child(4),
.panel .table td:nth-child(7),
.panel .table td:nth-child(10),
.panel .table td:nth-child(13),
.panel .table td:nth-child(16),
.panel .table td:nth-child(19),
.panel .table td:nth-child(22),
.panel .table td:nth-child(25),
.panel .table td:nth-child(28) {
  font-size: 13px;
  border-left-width: 0;
  border-right: 1px solid black;
}

.panel .table td:nth-child(2),
.panel .table td:nth-child(5),
.panel .table td:nth-child(8),
.panel .table td:nth-child(11),
.panel .table td:nth-child(14),
.panel .table td:nth-child(17),
.panel .table td:nth-child(20),
.panel .table td:nth-child(23) {
  font-size: 13px;
  border-left: 1px solid black;
}

.panel .table td:nth-child(3),
.panel .table td:nth-child(6),
.panel .table td:nth-child(9),
.panel .table td:nth-child(12),
.panel .table td:nth-child(15),
.panel .table td:nth-child(18),
.panel .table td:nth-child(21),
.panel .table td:nth-child(24),
.panel .table td:nth-child(27) {
  font-size: 30px;
  font-weight: bold;
}
.is7030 {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 10px;
  margin-block: 1em;
}

.highlight {
  background-color: #ff0;
}

.main_box {
  display: flex;
  flex-wrap: wrap; /* allows responsive behavior */
  text-align: center;
  font-style: italic;
}

.left_box {
  width: 200px;
  border-right: 1px solid #82153a; /* divider */
  padding-right: 10px;
}

.right_box {
  flex: 1; /* takes remaining space */
  padding-left: 10px;
}

.ank-numbers {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.ank-scroll {
  display: flex;
  flex-direction: column;
  animation: scrollUp 10s linear infinite;
}

/* Animation */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.heading_box {
  font-size: 18px;
  color: #001699;
  text-shadow: 1px 1px 2px #fff;
  font-weight: bold;
}

.ank-scroll div {
  font-size: 14px;
  font-weight: bold;
  color: #150025;
  text-shadow: 1px 1px 2px #fff;
}

.golden {
  font-size: 22px;
  font-weight: bold;
  color: #150025;
  text-shadow: 1px 1px 2px #fff;
}

.main_table {
  width: 100%;
  margin: 10px 0;
  font-family: Arial, sans-serif;
}

/* Header */
.main_table h4 {
  background: #ffd400;
  border: 2px solid #000;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  padding: 8px;
  margin: 0 0 6px 0;
  letter-spacing: 1px;
}

.main_table h4.pink {
  background: #ff00a2;
  color: #fff;
  border-color: #78014d;
}

/* Responsive wrapper */
.table_responsive {
  width: 100%;
  overflow-x: auto;
}

/* Table */
.main_table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* helps on mobile scroll */
}

/* Header cells */
.main_table th {
  border: 1px solid red;
  background: #fff;
  text-align: center;
  padding: 1px;
  font-weight: bold;
  font-style: italic;
}

/* Body cells */
.main_table td {
  border: 1px solid red;
  text-align: center;
  padding: 1px 0;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
  font-style: italic;
}

.sun-data p {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  color: #000b65;
  text-shadow: 1px 1px 2px #fff;
  font-weight: bold;
  font-style: italic;
}
.sun-section {
  border: 2px solid #ac2c19;
  border-radius: 10px;

  margin-block: 1em;
}
.sun-section h4 {
  animation: changeBg 5s infinite;
  border-radius: 10px;
  color: #fff;
  line-height: 1.1;
  padding: 4px 10px 3px;
  text-shadow: 1px 1px 2px #000;
  font-size: 24px;
  display: block;
  font-weight: bold;
  unicode-bidi: isolate;
  padding: 5px;
  text-align: center;
}

@keyframes changeBg {
  0% {
    background-color: #ff019e;
  }

  25% {
    background-color: #ff001d;
  }

  50% {
    background-color: #009a07;
  }

  75% {
    background-color: #001fad;
  }

  100% {
    background-color: #ff019e;
  }
}

.d1635-wrap {
  padding: 2px;
  border-radius: 10px;
  border: 2px solid #ff001d;
}

.d1635-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.d1635-card {
  border: 2px solid #5a8a00;
  border-radius: 6px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.d1635-card-title {
  background: linear-gradient(#00d309, #004503);
  font-size: 22px;
  margin-bottom: 5px;
  padding: 7px 0 7px;
  border-radius: 10px;
  clip-path: polygon(
    0 0,
    97% 0,
    100% 48%,
    100% 80%,
    100% 100%,
    3% 100%,
    0 46%,
    0 20%
  );
  color: #fff;
  text-shadow: 1px 1px 2px red;
  text-align: center;
  font-weight: bold;
}

.d1635-card-title::before {
  content: "↪ ";
}

.d1635-card-body {
  padding: 8px 12px 14px;
  text-align: center;
}

.d1635-value {
  display: block;
  color: #000b65;
  text-shadow: 1px 1px 2px #fff;
  font-size: 20px;

  text-align: center;
  font-weight: bold;
}

.guess-box {
  border: 2px solid #ff019e;
  margin: 2px 0px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}

.guess-box p {
  margin: 0px;
  padding: 0px;
}

.guess-date {
  color: #000;
  text-shadow: 1px 1px 2px #fff;
  display: block;
  margin-bottom: 5px;
}

.marathi_table table {
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #000;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}

/* The header row "कल्याण" */
.marathi_table tr:first-child td {
  background-color: #ffff00; /* Bright yellow */
  color: #0000ff; /* Blue text */
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  padding: 3px;
  border-bottom: 3px solid #e91e63;
}

/* Cell borders and padding */
.marathi_table td {
  border: 1px solid #e91e63;
  padding: 0px;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

/* Styling the "Day" column (सोम, मंगल, etc.) */
.marathi_table td[rowspan="2"]:first-child {
  font-size: 20px;
}

/* Styling the Large Numbers (3, 5, 7, 8 etc.) */
.marathi_table td[rowspan="2"]:not(:first-child) {
  font-size: 32px;
  width: 10%; /* Adjust as needed */
}

/* Styling the small numbers stacked vertically */
.marathi_table td:not([rowspan]) {
  font-size: 14px;
  border-left: none; /* Merged look with the large number to its left */
}

.today_pass {
  border: 2px solid #df0000;
  border-radius: 10px;
  overflow: hidden;
  margin-block: 1em;
}
.today_pass_heading {
  background-color: #df0000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 1px 5px;
}

.today_pass_date {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 2px #fff;
  margin-bottom: 5px;
}

.today_pass_txt {
  background-color: rgba(255, 255, 255, 0.481);
  font-size: 14px;
  text-align: center;

  font-weight: bold;
  color: #000b65;
  text-shadow: 1px 1px 2px #fff;
  padding: 1px 5px;
  border-bottom: 1px solid #b2b2b2;
}

.today_pass_txt:last-child {
  border-bottom: none;
}

.textBox {
  border-width: 3px;
  border: 2px solid #0014e2;
  margin-bottom: 5px;
  border-style: outset;
  border-radius: 10px;
  border: 2px solid #ff182c;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
  text-align: center;
  font-style: italic;
}

.textBoxHeading {
  font-size: 18px;
  font-weight: bold;
  padding: 1px;
}

.textBoxContent {
  padding: 1px;
  font-size: 11px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 600px) {
  .d1635-card-title {
    font-size: 18px;
  }
  .d1635-value {
    font-size: 12px;
  }
}

/* Mobile (optional fine-tuning) */
@media (max-width: 576px) {
  .main_box {
    flex-wrap: nowrap; /* keep side by side */
  }

  .left_box {
    width: 50%; /* optional if you want equal on small screens */
  }

  .right_box {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .cmbtn a {
    width: 45%;
  }

  .thmain {
    width: 55%;
  }
  .blogcontainer {
    grid-template-columns: 100%;
  }
  .heading {
    font-size: 0.9em;
  }

  h1 {
    font-size: 1.2em;
    padding: 1em;
  }

  .jodi .table th {
    font-weight: 500;
    font-size: 13px;
  }

  .jodi .table td {
    font-weight: 700;
    font-size: 20px;
    padding: 2px;
  }

  .panel .table td,
  .panel .table th {
    font-weight: 500;
    font-size: 11px;
    padding: 1px;
  }

  .table-container {
    overflow-x: auto;
    margin: 1em auto;
    max-width: 100%;
  }

  .panel .table td:nth-child(1) {
    font-size: 9px;
  }

  .panel .table td:nth-child(4),
  .panel .table td:nth-child(7),
  .panel .table td:nth-child(10),
  .panel .table td:nth-child(13),
  .panel .table td:nth-child(16),
  .panel .table td:nth-child(19),
  .panel .table td:nth-child(22),
  .panel .table td:nth-child(25),
  .panel .table td:nth-child(28) {
    font-size: 10px;
    border-left-width: 0;
    border-right: 1px solid black;
  }

  .panel .table td:nth-child(2),
  .panel .table td:nth-child(5),
  .panel .table td:nth-child(8),
  .panel .table td:nth-child(11),
  .panel .table td:nth-child(14),
  .panel .table td:nth-child(17),
  .panel .table td:nth-child(20),
  .panel .table td:nth-child(23) {
    font-size: 10px;
    border-left: 1px solid black;
  }

  .panel .table td:nth-child(3),
  .panel .table td:nth-child(6),
  .panel .table td:nth-child(9),
  .panel .table td:nth-child(12),
  .panel .table td:nth-child(15),
  .panel .table td:nth-child(18),
  .panel .table td:nth-child(21),
  .panel .table td:nth-child(24),
  .panel .table td:nth-child(27) {
    font-size: 15px;
    font-weight: bold;
  }

  .is7030,
  .is3070 {
    grid-template-columns: 100%;
  }
}

.footer-box {
  color: #000;
  text-align: center;
  margin-block: 0.5em;
  padding: 2px;
  display: block;
  font-size: 20px;
  outline: 4px #fff;
  outline-offset: -9px;
  border: 2px solid #ff182c;
  border-style: outset;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.disclaimer p {
  font-size: 13px;
  color: #340d7a;
  padding: 2px 5px 5px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
}

.disclaimer h6 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 4px;
  text-shadow: 1px 1px 3px #000;
}

.matka p {
  color: #a50031;
  font-size: 10px;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
}

.copyright p {
  color: #a50031;
  font-size: 10px;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
}

.main-heading {
  font-size: 18px;
  font-weight: bold;
  color: #150025;
  text-shadow: 1px 1px 2px #fff;
  text-align: center;
  margin-block: 1px;
}

.heading-h1 {
  background: #ff00a2;
  padding: 5px 10px;
  text-shadow: 1px 1px 2px #000;
  display: block;
  color: #fff8f8;
  margin-bottom: 3px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fff;
  transform-style: preserve-3d;
  transition:
    transform 150ms cubic-bezier(0, 0, 0.58, 1),
    background 150ms cubic-bezier(0, 0, 0.58, 1);
  font-size: 18px;
  margin: 3px 0px;
  text-align: center;
}

.para3 {
  background: linear-gradient(187deg, #fc9 50%, #ffc387 50%);
  border: 2px solid #ff0016;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-style: outset;
  margin-bottom: 3px;
  line-height: 1.4;
  font-size: 14px;
  padding: 4px 10px;
  color: #00094d;
  text-shadow: 1px 1px 2px #fff;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
  text-align: center;
  font-weight: bold;
}

.liveResult {
  margin: 6px 2px;
  line-height: 1.4;
  font-size: 14px;
  padding: 4px 10px;
  color: #00094d;
  text-shadow: 1px 1px 2px #fff;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
  border: 1px solid black;
  text-align: center;
}

.liveResult a {
  border: 1px solid #e6e6e6;
  background: #522f92;
  color: #fff;
  padding: 5px 7px;
  font-size: 12px;
  margin: 2px 0 -1px;
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
  text-shadow: none;
  text-decoration: none;
}

.table-main {
  max-width: 960px;
  border: 1px solid #3f51b5;
  margin: auto;
}

.heading-h3 {
  font-size: 22px;
  color: #fff;
  text-shadow: 0px 0px;
  background: #3f51b5;
  text-align: center;
  text-transform: uppercase;
}

.panel .table tr td:nth-child(1) {
  font-size: 13px;
}
