@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  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: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Barlow", sans-serif;
  /* 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; */  margin: 5px 0px;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.jodi .table td,
.jodi .table th {
  border: 1px solid #9ea08d;
  padding: 8px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

.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, .2), 0 6px 8px 0 rgba(0, 0, 0, .19);
    display: block;
    transition: all .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;
  background: #f47721;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: 1px solid #f85a40;
  border-radius: 5px;
  padding: 5px 10px;
}

footer {
  padding: 1em;
  background-color: #000;
  color: #fff;
}
.pagelinks {
  display: flex;
  align-items: center;
  gap: 5px 1em;
  flex-wrap: wrap;
  margin-block: 1em;
}
.pagelinks a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #2a195f;
  border: 1px solid #202020;
}

.pagelink {
  background-color: #673de5 !important;
}
.pagelinks a:hover {
  background-color: #e1306c;
}

.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;
}

.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 #222;
  margin-top: 10px;
  padding-top: 10px;
}

.day {
  font-weight: bold;
}

.rc {
  text-decoration: none;
  color: #a51890;
  font-weight: bold;
}

.thmain {
  width: 70%;
}
.navbar-brand {
  /*background-color: #0f0f2e;*/   background-color: yellow;
  padding: 10px;
  display: block;
}
.heading {
  /*background-color: #0f0f2e;*/   background-color: #ff00a2;
  padding: 10px;
  /*color: #fb2b90;*/  color: #fff8f8;
  font-weight: 600;
  font-size: 1.5em;
  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: #fff;
     border: 2px solid #fb2b90;
     border-radius: 10px;
  margin-block: 0.5em;
}
.game_list {
  text-align: center;
  
 padding: 5px 0.5em;
  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.5em;
  font-weight: bold;
  color: #020843;
}

.game_number {
  font-size: 1.3em;
  font-weight: bold;
  /*color: #82153a;*/  color: black;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px 0 #969696, 1px 5px 5px #aba8a8;
}

.game_time {
  font-size: 0.9em;
  font-weight: bold;
  /*color: green;*/   color: red;
}

.table-container {
  overflow-x: auto;
  margin: 1em auto;
  max-width: 90%;
}

.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;
}
@media only screen and (max-width: 768px) {

  .cmbtn a {
    width: 45%;
  }

  .thmain {
    width: 55%;
  }
  .blogcontainer {
    grid-template-columns: 100%;
  }
  .heading {
    /*font-size: 0.9em;*/  font-size: 22px;
  }

  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%;
  }
}








.news.text-center {
  /*color: #bec4cf;*/   color: #fff;
  background: linear-gradient(135deg, #0d1120 0%, #3a4b8a 43%, #0d1120 100%);
  padding: 1.5rem;
  border-radius: 1.2rem;
  background-image:url(images/satta-banner.png);
      background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-weight:bold;
}
.news.text-center p {
color: #fff;
}





.starline-table{
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
}

.starline-table th{
     background:#ffcc00;
    color:#fb2b90;
    padding:10px;
    border:1px solid #ddd;
    font-size: 19px;
}

.starline-table td{
    padding:10px;
    border:1px solid #ddd;
    font-weight:600;
    font-size: 19px;
}

.starline-table tr:nth-child(even){
    background:#f8f8f8;
}





/* From Uiverse.io by abrahamcalsin */ 
.kalyan-panel-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #183153;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.kalyan-panel-button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #ffd401;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.kalyan-panel-button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.kalyan-panel-button span {
  text-align: center;
  width: 100%;
  padding: 18px 25px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.kalyan-panel-button:hover span {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}




.game_list.highlight .game_name{
    color:#0000ff !important; /* Purple */
}


.group-result .game_list:nth-child(2) .game_name{
    color:OrangeRed;
}
.group-result .game_list:nth-child(3) .game_name{
    color:purple;
}
.group-result .game_list:nth-child(4) .game_name{
    color:brown;
}
.group-result .game_list:nth-child(5) .game_name{
    color:green;
}
.group-result .game_list:nth-child(6) .game_name{
    color:teal;
}
.group-result .game_list:nth-child(7) .game_name{
    color:olive;
}
.group-result .game_list:nth-child(8) .game_name{
    color:magenta;
}
.group-result .game_list:nth-child(9) .game_name{
    color:RoyalBlue;
}
.group-result .game_list:nth-child(10) .game_name{
    color:Red;
}
.group-result .game_list:nth-child(11) .game_name{
    color:Salmon;
}
.group-result .game_list:nth-child(12) .game_name{
    color:Indigo;
}
.group-result .game_list:nth-child(13) .game_name{
    color:deeppink;
}
.group-result .game_list:nth-child(14) .game_name{
    color:Turquoise;
}
.group-result .game_list:nth-child(15) .game_name{
    color:darkcyan;
}
.group-result .game_list:nth-child(16) .game_name{
    color:seagreen;
}
.group-result .game_list:nth-child(17) .game_name{
    color:blueviolet;
}
.group-result .game_list:nth-child(18) .game_name{
    color:darkolivegreen;
}
.group-result .game_list:nth-child(19) .game_name{
    color:OrangeRed;
}
.group-result .game_list:nth-child(20) .game_name{
    color:purple;
}
.group-result .game_list:nth-child(21) .game_name{
    color:brown;
}
.group-result .game_list:nth-child(22) .game_name{
    color:green;
}
.group-result .game_list:nth-child(23) .game_name{
    color:teal;
}
.group-result .game_list:nth-child(24) .game_name{
    color:olive;
}
.group-result .game_list:nth-child(25) .game_name{
    color:magenta;
}


/*.news.text-center {*/
/*    display: none;*/
/*}*/

.lucky-title th{
    /*color: red;*/
    /*border: none;*/
    /*background: none;*/
    /*padding: 0;*/
    font-style: italic;
}
.lucky-answer td{
     /*border:none;*/
    font-style: italic;
}


.footer-bg{
    background: #460203 !important;
}




@media only screen and (max-width: 400px) {
    .starline-table td {
        padding: 10px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 390px) {
    .starline-table td {
        padding: 9px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 356px) {
    .starline-table td {
        padding: 9px;
        font-size: 14px;
    }
}





