* {
  font-family: inherit;
}
body {
  color: #000;
  background-color: #fff;
}
a {
  color: #fff;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
h2 {
  color: #fff;
  font-size: 15px;
  text-align: center;
}
p {
  margin: 0 0 0;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.logo {
  text-align: center;
  background-color: #ff0;
  font-size: 40px;
  font-weight: 700;
  margin: 5px;
}
.logo h1 {
  padding: 8px 0 8px 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.logosf {
  font-size: 25px;
}
.tr1 {
  background-color: #fff;
  color: #000;
}
.result-heading {
  background-color: #1770dc;
  text-align: center;
  font-size: 20px;
  border: 1px solid #0072ff;
  padding: 15px 0 15px 0;
}
.result-heading h2 {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #f5eeee;
}
.result-heading a {
  color: #fff;
  font-size: 25px;
}
.result-bottom {
  background-color: #0053b8;
  text-align: center;
  font-size: 20px;
  border: 1px solid #0072ff;
  padding: 15px 0 15px 0;
}
.result-bottom h2 {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #f5eeee;
}
.result-bottom a {
  color: #fff;
  font-size: 22px;
}
.list {
  background-color: #fff;
  color: #fff;
  border-style: double;
  border-color: #903;
}
.list4 {
  background-color: #000;
  color: #fff;
  border-style: double;
  border-color: #903;
}
.list a {
  text-decoration: none;
  color: #11499d;
  font-size: 18px;
}
.list4 a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.hotlink-black {
  border: 1;
  text-align: center;
  width: 100%;
}
.hotlink-black td {
  padding: 2px;
  border: 2px solid #ff0;
  text-align: center;
  width: 50%;
  background-color: blue;
}
.hotlink {
  border: 1;
  text-align: center;
  width: 100%;
}
.hotlink td {
  padding: 2px;
  border: 2px solid #ff0;
  text-align: center;
  width: 50%;
  background-color: #000;
  font-weight: 700;
}
.onlinep {
  background-color: green;
  margin: 5px 5px 2px 5px;
}
.hotlink a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
.marke-box {
  background-color: #a50438;
  padding: 12px;
  margin: 1px 2px;
  font-weight: 700;
  color: #fff;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}

.top-link {
  width: 100%;
}
.top-link img {
  width: 104px;
  height: 70px;
  object-fit: contain;
}
.top-link td {
  text-decoration: none;
  font-weight: 700;
  padding: 5px 5px 5px 5px;
  text-align: center;
  border: 2px solid #fff;
  background-color: #006ef5;
  color: #fff;
}
.top-link td:first-child {
  width: 12%;
  background-color: red;
}
.top-link td:nth-child(2) {
  width: 25%;
}
.top-link td:nth-child(3) {
  width: 17%;
}
.top-link td:nth-child(4) {
  width: 28%;
}
.top-link td:last-child {
  width: 13%;
  background-color: green;
}
.bus {
  color: #fff;
  background-color: red;
  font-weight: 700;
}
.bookmark {
  background-color: #ff0;
  color: #fff;
  font-weight: 700;
  font-style: bold;
  font-size: large;
  text-decoration: none;
  border-width: 3px;
  border-color: red;
  border-style: outset;
  margin: 2px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.bookmark font {
  size: 3;
  color: #000;
}
.3month {
  width: 200px;
  height: 60px;
}
.chart {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: auto;
  color: #ccc;
}
.newtable {
  border: 1px thin;
  text-align: center;
  width: 100%;
}
.newtable th {
  border-color: #000;
  background-color: #7a3708;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 2px 2px 2px;
  text-align: center;
}
.newtable tr {
  color: #000;
  font-weight: 700;
}
.newtable td {
  padding: 5px;
  color: #f20010;
}
.newtable td:first-child {
  /* color: #000; */
  background-color: #cec4eb;
  font-size: 11px;
  padding: 0;
}
.chart { 
    width: 100%; 
    overflow-x: scroll; 
    overflow-y: hidden; 
    margin: auto; 
    color: #ccc; 
} 
.newtable { 
    border: 1px thin; 
    text-align: center; 
    width: 100%; 
    border-collapse: collapse; /* Optional: Makes borders look better */
} 
.newtable th { 
    border-color: #000; 
    background-color: #5651A7; 
    color: #fff; 
    font-size: 11px; 
    font-weight: 700; 
    padding: 2px; 
    text-align: center; 
} 
.newtable tr { 
    font-weight: 700; 
} 

/* Styles for odd rows (white background) */
.newtable tr.odd-row {
    background-color: #ffffff;
    color: #000; /* Text color for white rows */
}

/* Styles for even rows (gray background) */
.newtable tr.even-row {
    background-color: #f2f2f2;
    color: #333; /* Text color for gray rows */
}

.newtable td { 
    padding: 5px; 
    color: inherit; /* This will inherit the color from the parent tr */
    border-color: #ccc; /* Border color for the cells */
} 
.newtable td:first-child { 
    /* color: #000; */ 
    background-color: #155F91; 
    font-size: 11px; 
    padding: 0; 
color:white;
}.rtable {
  border: 1px thin;
  text-align: center;
  width: 100%;
}
.rtable td {
  border: 1px solid #000;
  color: #000;
}
.rtable th {
  border-color: #000;
  background-color: #cc4c1a;
  color: #ccc;
  font-size: 15px;
  font-weight: 700;
  padding: 0 5px 0 5px;
}
.list {
  background-color: #fff;
  color: #fff;
  border-style: double;
  border-color: blue;
  text-align: center;
  padding: 5px;
  border-radius: 19px;
}
.list a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.list2 {
  background-color: #ff0;
  color: #fff;
  border-style: double;
  border-color: #903;
  text-align: center;
}
.list2 a {
  text-decoration: none;
  color: red;
  font-size: 16px;
}
.list3 {
  background-color: #ff9;
  color: #fff;
  border-style: double;
  border-color: #903;
  text-align: center;
}
.list3 a {
  text-decoration: none;
  color: red;
  font-size: 16px;
}
.content {
    background-color: white; /* Changed background to yellow */
    color: #000;
    font-weight: 700;
    font-size: large;
    text-decoration: none;
    border-width: 3px;
    border-color: #0008ff; /* Keeping the blue border */
    border-style: outset;
    margin: 3px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.content h1,
h2,
h3,
h4,
h5 {
    color: red; /* Changed headings to a dark blue for contrast */
    font-weight: 700;
    margin: 5px 0 5px 0;
    font-size: 20px !important;
}

.content p {
    font-size: 16px;
    color: #333; /* Changed paragraph text to a dark gray for better readability */
    text-align: justify;
}

.content a {
    color: #c90076; /* Changed link color to a magenta/pink for visibility */
    font-weight: 700;
}

.content ul {
    text-align: left;
    font-size: 16px;
    color: #333; /* Adjusted list color for visibility */
}.livegame {
  color: red;
  font-size: 34px;
  font-weight: 700;
}
.liveresult {
  color: green;
  font-size: 34px;
  font-weight: 700;
}
.style4 {
  color: brown;
  font-size: 15px;
  font-weight: 700;
}
.style5 {
  color: red;
  font-size: 20px;
  font-weight: 700;
}
.style6 {
  color: blue;
  font-size: 15px;
  font-weight: 700;
}
.style7 {
  color: darkgreen;
  font-size: 15px;
  font-weight: 700;
}
.ttd {
  border-color: #000;
  background-color: #b90621;
  color: #ccc;
  font-size: 15px;
  font-weight: 700;
  padding: 0 5px 0 5px;
}
.topchart {
  width: 100%;
}
.topchart td {
  width: 100%;
  background-color: #ff0;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #000;
  color: #000;
}
.topchart td a {
  font-size: 18px;
  color: #075107;
  font-weight: 700;
  text-decoration: none;
}
#livechart {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#livechart td,
#livechart th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
#livechart td {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}
.tabledate {
  background-color: #0072ff;
  color: white !important;
}
#livechart tr:nth-child(even) {
  background-color: #f2f2f2;
}
#livechart tr:hover {
  background-color: #ddd;
}
#livechart th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  background-color: #0072ff;
  color: #fff;
}
.points {
  border-radius: 10px;
  border: 3px solid #000;
  box-sizing: border-box;
  background: inherit;
  box-shadow: 0 0 10px #13316c;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
}
.list_heading {
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  background-color: #0073E6;
  border: 2px solid #fff;
  padding: 7px;
  color: #fff;
  font-size: 26px !important;
}
.list_main_div {
  width: 100%;
  box-sizing: border-box;
  background-color: #fdff00;
}
.list_main_div a {
  font-weight: 700;
  text-decoration: none;
  /* color: #000; */
  color: red;
  font-size: 17px;
}
.list_main_div {
    width: 100%;
    box-sizing: border-box;
    /* Remove the old background-color from here */
}

.list_main_div a {
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
    /* Remove color from here, it will be handled by the new classes */
}

/* Styles for the yellow background items */
.list_main_div.yellow-bg {
    background-color: #fdff00;
}

.list_main_div.yellow-bg a {
    color: red;
}

/* Styles for the white background items */
.list_main_div.white-bg {
    background-color: #fff;
}

.list_main_div.white-bg a {
    color: #000;
}

.points {
    border-radius: 10px;
    border: 3px solid #000;
    box-sizing: border-box;
    background: inherit;
    box-shadow: 0 0 10px #13316c;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
}
.footer {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 18px;
  text-align: center !important;
  border: 4px solid #000;
  line-height: 38px;
}
.footer a {
  background-color: yellow;
  color: #000;
  font-weight: bold;
  padding: 6px 4px 6px 4px;
  border-radius: 3px;
}
.align {
  text-align: center;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  background-color: #ff0;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}
.Copyright {
  color: #fff;
  padding-top: 10px;
}
.top_1 {
  color: #000;
  background: #0072ff;
  padding: 1% 0;
  border-radius: 5px 5px 0 0;
  margin-top: 10px;
}
.warning {
  padding: 15px;
  background-color: #cd3838 !important;
  border: 3px solid red;
  border-radius: 5px;
  background-color: #fff;
}
.warning h3 {
  text-align: center;
  /* color: red; */
  color: white !important;
  font-weight: 700;
  margin-top: 10px;
}
.warning p {
  font-size: large;
  text-align: center;
  /* color: blue; */
  color: white !important;
}
.old td {
  background-color: #0072ff;
  color: #fff;
}
.theading {
  border: 1px solid #fff;
  background-color: #0072ff;
  color: #f5f5f5;
  padding: 5px;
  text-align: center;
}
.hotlinkyellow {
  background-color: #ff0;
  color: red;
  text-align: center;
  padding: 10px;
  margin: 10px 10px 10px 0;
}
.hotlinkblue {
  background-color: blue;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 10px 10px 10px 0;
}
.hotlinkpink {
  background-color: pink;
  color: #fff !important;
  text-align: center;
  padding: 10px;
  margin: 10px 10px 10px 0;
}
.gboardfull {
  padding: 5px 1px 5px 1px;
  border: 1px solid #000;
  /* background-color: #d1601e; */
  /* background-color: #f20010; */
  background-color: maroon;

  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.gbfullgamename {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-left: 2px;
  padding-right: 2px;
}
.gbfd {
  min-height: 34px;
  border-top: 2px solid #80390f;
  padding-top: 2px;
  margin-top: 5px;
  background-color: #000;
}
.gbfd a {
  color: #f8f105;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.gbhd {
  min-height: 27px;
  border-top: 2px solid #f9f5f5;
  padding-top: 2px;
  margin-top: 5px;
  background-color: #2477dc;
color:white;
}
.gbhd a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.gbfullresult {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.gboardhalf {
  padding: 3px 1px 3px 1px;
  border: 1px solid #000;
  text-align: center;
  min-height: 102px;
  line-height: 22px;
  /* background-color: #fff; */
  background-color: #d2f6f8;
background: linear-gradient(to bottom, #6B2B6A, #1546A0);
}
.gbgamehalf {
  color: #120cbc;
  font-size: 17px;
  font-weight: 700;
  padding-left: 1px;
  padding-right: 1px;
}
.gbhalfresulto {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.gbhalfresultn {
  font-size: 20px;
  font-weight: 700;
  color: blue;
}
.gbhalftime {
  color: red;
  font-weight: 700;
}
.resultmain {
  /* background-color: #098db5; */
  background-color: #ffffe1;
  width: 100%;
  text-align: center;
}
.resultmaintime {
  color: #cf065a;
  font-size: 24px;
  font-weight: 700;
}
.resultmaintoday {
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.resultmain {
    background-color: #000; /* Changed to black */
    width: 100%;
    text-align: center;
background-image: linear-gradient(#000, #337ab7);
}

.resultmaintime {
    color: #fff; /* Changed to white */
    font-size: 24px;
    font-weight: 700;
}

.resultmaintoday {
    font-weight: 700;
    color: #eee; /* Changed to a light gray */
    font-size: 20px;
}

.livegame {
    color: #ffff00; /* Changed to yellow */
    font-size: 34px;
    font-weight: 700;
}

.liveresult {
    color: #00ff00; /* Changed to bright green */
    font-size: 34px;
    font-weight: 700;
}
.noticeb {
  border: 2px solid blue;
  background-color: #ffb5c042;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-weight: 700;
}
.noticeb p {
  font-size: 16px;
  color: #000;
}
.notred {
  font-size: 20px;
  color: red;
}
.notblue {
  font-size: 18px;
  color: blue;
}
.telegramb {
  width: 100%;
  background-color: #ff0;
  padding: 10px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid red;
  border-radius: 10px;
}
.buttonb {
  height: 40px;
  width: 160px;
  color: #fff;

  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
}
.btn-leak {
  color: #fff;
  padding: 5px;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 3px;
}
.bgblue {
  background-color: #0053b8;
  border: 2px solid #0053b8;
}
.bggreen {
  background-color: #25d366;
  border: 2px solid #25d366;
}
.bgred {
  background-color: red;
  border: 2px solid red;
}
.bgblack {
  background-color: black;
  border: 2px solid black;
}
.leakb {
  background-image: linear-gradient(#fdff00, #54e2cf);
  padding: 8px 0;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 3px;
}
.leakajjki {
  /* color: #ff0; */
  color: maroon;
  font-size: 25px;
}
.leakajjkisml {
  /* color: #ff0; */
  /* color: maroon; */
  color: #0008ff;
  font-size: 16px;
}
.leakname {
  color: #fff;
  color: #098db5;
  font-size: 25px;
}
.addb {
  /* background-color: #ffffe1; */
  background-image: linear-gradient(#fdff00, #54e2cf);
  color: #000;
  font-weight: 700;
  font-size: large;
  text-decoration: none;
  border: 3px outset blue;
  margin: 3px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.green {
  color: green !important;
}
.red {
  color: red !important;
}
.blue {
  color: blue !important;
}
.white {
  color: #fff !important;
}
.yellow {
  color: yellow !important;
}
.addbheading {
  font-size: 18px;
}
.addbcontent {
  font-size: 16px;
  color: #000;
}
.addbname {
  font-size: 22px;
}
.addbtag {
  font-size: 18px;
}
.addbcontact {
  font-size: 22px;
}
.outerbox {
  padding-top: 11px;
  padding-bottom: 2px;
  text-align: center;
  background: #0c8d80;
  margin-bottom: 10px;
}
.innerbox {
  padding-top: 11px;
  padding-bottom: 2px;
  background: #085049;
  margin-bottom: 10px;
  border: 2px solid #fff;
}
.innerbox p {
  color: #f8f5f5;
  margin: 0 0 7px 0;
  font-weight: bolder;
  font-size: 18px;
}
.innerbox select {
  color: #000;
  height: 36px;
  width: 250px;
  font-weight: 700;
  padding-left: 10px;
  font-size: 20px;
}
.blinking {
  padding: 20px;
  color: #fff;
  text-align: center;
}
.btn-red {
  background-image: linear-gradient(#d91f64, #fa5b31);
}
.btn-green {
  background-image: linear-gradient(#e7f70e, #62fd33);
}
.btn-blue {
  background-image: linear-gradient(#098db5, #0dc199);
}
.app-box {
  text-align: center;
  padding: 25px 15px 25px 15px;
  background-image: linear-gradient(#d91f64, #fa5b31);
}
.app-box p {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.mat-box {
  text-align: center;
  padding: 25px 15px 25px 15px;
  background-image: linear-gradient(#d91f64, #fa5b31);
}
.mat-box-head {
  font-size: 24px !important;
  font-weight: bold !important;
}
.mat-box p {
  font-size: 17px;
  font-weight: 700;
}
.app-btn {
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 8px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: rgb(0 0 0 / 0.16) 0 3px 6px, rgb(0 0 0 / 0.23) 0 3px 6px;
}
.app-btn-red {
  background-color: #d10b37;
}
.app-btn-red:hover {
  background-color: #b5092f;
  color: #fff;
}
.app-btn-green {
  background-color: #14b14f;
}
.app-btn-green:hover {
  background-color: #0d6c30;
  color: #fff;
}
.app-btn-blue {
  background-color: #5f74f3;
}
.app-btn-blue:hover {
  background-color: #0d6c30;
  color: #fff;
}
.playButton2 {
  font-size: 12px;
  text-decoration: none;
  padding: 3px 1px 3px 1px;
  background-color: #0d617c;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
  border-radius: 10px;
  position: fixed;
  bottom: 152px;
  left: 1px;
  width: 78px;
  text-align: center;
  z-index: 999999999999;
  line-height: 14.5px;
  font-size: 11px;
}
.playButton {
  text-decoration: none;
  padding: 3px 1px 3px 1px;
  background-color: #d10b37;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
  border-radius: 10px;
  position: fixed;
  bottom: 2px;
  left: 1px;
  width: 78px;
  text-align: center;
  z-index: 999999999999;
  line-height: 13.5px;
}
.playButton font {
  font-size: 11px;
}
.playButton span {
  font-size: 14px;
}
.playtele {
  padding: 5px;
  background-color: #27a7e7;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  position: fixed;
  bottom: 210px;
  right: 3px;
  z-index: 0;
  line-height: 0;
}
.playtele img {
  width: 60px;
  height: 60px;
}
.blinking a {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  background-color: #372e3c;
  padding: 8px 13px 8px 13px;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 1.5px #616062;
  text-decoration: none;
}
.blinking a:hover {
  color: #ff0;
}
.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}
.kw-ad {
  text-align: center;
  padding: 15px 15px 15px 15px;
  /* background-image: linear-gradient(#000, #337ab7); */
  background-image: linear-gradient(#000, #54e2cf);
color:white;
}
.kw-ad p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.kw-ad table {
  text-align: center;
  color: #fff;
  width: 100%;
}
.kw-ad td {
  padding: 5px 0px 5px 0px;
  font-weight: bold;
}
.kw-ad-note {
  background-color: #fff;
  color: #000 !important;
  padding: 5px;
  font-size: 14px !important;
  font-weight: 700;
}

.kw-adw {
  text-align: center;
  padding: 15px 15px 15px 15px;
  background-image: #fff;
  border: 2px solid #4287f5;
}
.kw-adw p {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.kw-adw-note {
  background-color: #4287f5;
  color: #fff !important;
  padding: 5px;
  font-size: 14px !important;
  font-weight: 700;
}

.cricketb {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: large;
  text-decoration: none;
  border: 3px outset blue;
  margin: 3px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.chatbox-popup aside,
.chatbox-panel aside {
  font-size: 14px;
}
.chatbox-popup h1,
.chatbox-panel h1 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
button.chatbox-open {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: #1c9033;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgb(46 61 73 / 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 16px;
}
button.chatbox-close {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: #0360a5;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgb(46 61 73 / 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  margin: 16px 16px 16px calc(2 * 16px + 65px);
}
textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  height: calc(16px + 16px / 2);
  padding: 0 calc(16px / 2);
  font-family: inherit;
  font-size: 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  background-color: none;
  border: 0;
  outline: 0 !important;
  resize: none;
  overflow: hidden;
}
textarea::-moz-placeholder {
  color: #888;
}
textarea:-ms-input-placeholder {
  color: #888;
}
textarea::placeholder {
  color: #888;
}
.chatbox-popup {
  display: flex;
  position: fixed;
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 0.2);
  flex-direction: column;
  display: none;
  bottom: calc(2 * 16px + 52px);
  left: 16px;
  width: 330px;
  height: auto;
  background-color: #fff;
  border-radius: 16px;
  z-index: 9;
}
.chatbox-popup .chatbox-popup__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 11px 16px;
  color: #fff;
  background-color: #000;
  align-items: center;
  justify-content: space-around;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  height: auto;
}
.chatbox-popup .chatbox-popup__header .chatbox-popup__avatar {
  margin-top: 0;
  border-radius: 50%;
  width: 33px;
  text-align: center;
}
.chatbox-popup .chatbox-popup__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 8px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #000;
  background: #fff;
  text-align: center;
  border: 2px solid #000;
  border-bottom: none;
}
.chatbox-popup .chatbox-popup__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #ddd;
  align-items: center;
  justify-content: space-around;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 2px solid #000;
}
.chatbox-panel {
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 0.2);
  flex-direction: column;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  width: 377px;
  background-color: #fff;
}
.chatbox-panel .chatbox-panel__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  color: #fff;
  background-color: #28a745;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
  height: auto;
}
.chatbox-panel .chatbox-panel__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 16px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  text-align: center;
  flex: 1 1 auto;
}
.chatbox-panel .chatbox-panel__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #ddd;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
}
button.chatbox-open:after {
  content: '4';
  position: absolute;
  background: red;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  border: none;
  border-radius: 100px;
  top: -5px;
  right: -5px;
}
.satta-king-cloud-content p a {
  color: #ff151d;
}
.btn-3 {
  background: -webkit-linear-gradient(0deg, #f4aa36 0%, #9a35f3 100%);
  color: #fff !important;
  padding: 8px 15px;
  margin-right: 25px;
  animation: at-ripple-pink 0.8s linear infinite !important;
}
button.chatbox-close {
  left: inherit;
  right: 0;
  margin: 22px calc(2 * -21px + 65px) 537px 16px;
  z-index: 13;
  border: 2px solid #fff;
}
.chatbox-popup {
  left: inherit;
  right: 16px;
  z-index: 10;
}

.playButton a:hover {
  color: #ffffff;
  text-decoration: none;
}

.nkw {
  text-align: center;
  padding: 15px 15px 15px 15px;
  background-image: linear-gradient(#000, #337ab7);
  border: 2px solid #fff;
}
.nkw-tag {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.nkw-n {
  font-size: 24px;
  color: yellow;
  font-weight: bold;
}
.nkw-pl {
  border-right: 1px solid #fff;
  background-color: yellow;
  color: #505b76;
  font-weight: bold;
}
.nkw table {
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  width: 100%;
}
.nkw td {
  padding: 5px 0px 5px 0px;
  border-right: 2px solid #fff;
}
 .gboard {
        background-color: #1a1a1a;
        border: 2px solid #333;
        padding: 1rem; /* Equivalent to 10px */
        margin-bottom: 1rem; /* Equivalent to 10px */
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Pushes chart link to bottom */
    }

    /* Text styles */
    .game-name-text {
        color: #ffffff;
        font-weight: bold;
        font-size: 1.875rem; /* Equivalent to 30px */
    }

    .result-time-text {
        color: #b0b0b0;
        font-size: 1.5rem; /* Equivalent to 24px */
        display: block;
        margin-top: 0.3125rem; /* Equivalent to 5px */
    }

    .open-result-text {
        color: #ffcc00;
        font-weight: bold;
        font-size: 1.5rem; /* Equivalent to 24px */
        margin-right: 0.3125rem; /* Equivalent to 5px */
    }

    .close-result-text {
        color: #00ff00;
        font-weight: bold;
        font-size: 1.5rem; /* Equivalent to 24px */
        margin-left: 0.3125rem; /* Equivalent to 5px */
    }

    /* Chart link container */
    .chart-link-container {
        background-color: #333;
        padding: 0.5rem; /* Equivalent to 8px */
        border-radius: 5px;
        margin-top: 0.625rem; /* Equivalent to 10px */
        text-align: center;
    }

    .chart-link {
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-size: 1rem; /* Equivalent to 16px */
        display: block; /* Make the whole div clickable */
    }

    /* Responsive Grid using Flexbox */
    .game-row {
        display: flex;
        flex-wrap: wrap; /* Allow items to wrap to the next line */
        margin-left: -0.5rem; /* Compensate for padding on items */
        margin-right: -0.5rem; /* Compensate for padding on items */
    }

    .game-col {
        padding-left: 0.5rem; /* Spacing between columns */
        padding-right: 0.5rem; /* Spacing between columns */
        box-sizing: border-box; /* Include padding in width calculation */
    }

    /* Default: Full width on extra small screens (xs) */
    .col-xs-12 {
        width: 100%;
    }

    /* Small screens (sm): 2 columns for half-width, 1 for full-width */
    @media (min-width: 576px) {
        .col-sm-6 {
            width: 50%;
        }
        .col-sm-12 {
            width: 100%;
        }
    }

    /* Medium screens (md): 2 columns for half-width, 1 for full-width */
    @media (min-width: 768px) {
        .col-md-6 {
            width: 50%;
        }
        .col-md-12 {
            width: 100%;
        }
    }

    /* Specific adjustments for full-width boards */
    .gboardfull {
        width: 100%; /* Ensure full width on all breakpoints if specified */
    }

    .gboardhalf {
        /* Handled by col-sm-6, col-md-6 */
    }
