@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --maincolor: #ef5366;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  --radius:10px;
}
body {
  background-color: #fbfbfb !important;
  font-family: "Rubik", sans-serif;
}
ul li {
  list-style: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}
#body {
  padding-left: 2px;
  padding-right: 2px;
}

header {
  margin-top: 5px;
  background-color: #fff;
  border: 3px solid #493d9e;
  border-style: inset;
  padding: 5px 0px;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}

header .head {
  color: #000;
  font-style: italic;
  font-weight: 600;
}
header a {
  text-decoration: none;
}

header h1 {
  color: #f93827;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}

#head1 {
  margin-top: 3px;
  background-color: #fff;
  border: 3px solid #00809D;
  border-style: inset;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}

#head1 p {
  padding: 5px;
}

#lucky-number {
  background-color: #fff;
  margin-top: 3px;
  border: 3px solid #493d9e;
  text-align: center;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  overflow:hidden;
}

#lucky-number h2 {
  background-color: #f4d793;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  padding: 5px;
  font-style: italic;
  border-bottom: 3px solid red;
}

#lucky-number .b-1 {
  border-right: 3px solid red;
}
#lucky-number .b-1,
.b-2 {
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  padding: 4px;
}

#lucky-number marquee {
  height: 30px !important;
  text-align: center;
}

#lucky-number .lucky-item {
  padding: 0px !important;
  margin: 0px !important;
}

#lucky-number .final-ank-item,
#lucky-number .ank-item {
  color: red !important;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  text-shadow: 0 0 0 #969696, 0 3px 5px #aba8a8;
  padding: 0px !important;
  margin: 0px !important;
}

#live-result {
  background-color: #fff;
  margin-top: 3px;
  border: 3px solid #B12C00;
  text-align: center;
  border-style: inset;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  overflow:hidden;
}

#live-result h2 {
  background-color: #f3c623;
  border-bottom: 3px solid #006bff;
  padding: 5px 0px;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}

#live-result h2 img {
  width: 50px;
}

#live-result #live-section {
  border-bottom: 2px solid #e4e0e1;
  text-align: center;
  margin: 10px 0px;
}

#live-result #live-section:last-child {
  border-bottom: none;
}

.sattaname {
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  text-shadow: 0 0 0 #969696, 0 3px 5px #aba8a8;
}

#live-result .sattanumber {
  font-size: 21px;
  font-weight: 600;
  margin: 5px 0px;
}

#live-result button {
  background: #00e785;
  box-shadow: 0px 0px 1px #000;
  border-radius: 50px;
  border: none;
  padding: 5px 20px;
}

#live-result .notice {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}

.yellow {
  background: #ffd700;
}

#satta-matka-result-area:nth-of-type(4n + 1) .sattaname,
#live-section:nth-of-type(4n + 1) .sattaname {
  color: red !important;
}

#satta-matka-result-area:nth-of-type(4n + 2) .sattaname,
#live-section:nth-of-type(4n + 2) .sattaname {
  color: blue !important;
}

#satta-matka-result-area:nth-of-type(4n + 3) .sattaname,
#live-section:nth-of-type(4n + 3) .sattaname {
  color: green !important;
}

#satta-matka-result-area:nth-of-type(4n + 4) .sattaname,
#live-section:nth-of-type(4n + 4) .sattaname {
  color: brown !important;
}

#ad-area {
  background: #ffead8;
  border: 3px solid #1c90bf;
  margin-top: 3px;
  padding: 5px;
  padding-bottom: 10px !important;
  border-style: inset;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  overflow:hidden;
}

#ad-area p {
  font-style: italic;
  font-weight: 600;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  font-size: 18px;
}
#ad-area a {
  background: linear-gradient(
    90deg,
    hsla(94, 100%, 70%, 1) 0%,
    hsla(0, 100%, 77%, 1) 100%
  );
  text-decoration: none;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  font-style: italic;
  border: 2px solid #000;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 600;
}

#ad-area .ad-area-notice {
  background-color: #b13bff;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-shadow: 0px 0px 1px #000;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}

#result-area {
  background-color: #fff;
  border: 3px solid #e60b09;
  border-style: inset;
  margin-top: 3px;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  overflow:hidden;
}

#result-area h3 {
  background-color: #f4d793;
  padding: 5px;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  border-bottom: 3px solid #006bff;
}

#satta-matka-result-area {
  text-align: center;
  padding: 15px 0px;
  border-bottom: 2px solid #c0c0c0;
}

#satta-matka-result-area:last-child {
  border-bottom: 0px solid #c0c0c0;
}

#satta-matka-result-area .time {
  font-weight: 600;
  font-size: 15px;
}

#satta-matka-result-area a {
  background: #493d9e;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 12px;
}

#satta-matka-result-area .jodi {
  border-radius: 0px 5px 5px 0px;
  font-style: italic;
}

#satta-matka-result-area .panel {
  border-radius: 5px 0px 0px 5px;
  font-style: italic;
}

@keyframes textColorChange {
  0% {
    color: black;
  }
  20% {
    color: #7f0012;
  }
  40% {
    color: black;
  }
  60% {
    color: #7f0012;
  }
  80% {
    color: #7f0012;
  }
  100% {
    color: black;
  }
}

.blink {
  font-size: 20px;
  animation: textColorChange 3s infinite;
  font-weight: 600;
  text-shadow: 0 0 0 #969696, 0 3px 5px #aba8a8;
  font-style: italic;
}
#chat-area {
  margin-top: 3px; 
}

#chat-area h6 {
  background-color: #27445d;
  font-size: 22px;
  padding: 5px;
  font-style: italic;
  color: #ffeb00;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  border: 2px solid #c30e59;
  border-style: inset;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}

#chat-area a {
  background-color: #fff;
  display: block;
  margin: 3px 0px;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  border: 2px solid red;
  border-style: groove solid;
  text-align: center;
  text-decoration: none;
  color: #000;
  text-shadow: 1px 1px 0px yellow;
  padding: 5px;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}

#content-area {
  background: #f2f9ff;
  margin-top: 3px;
  border: 3px solid #441752;
  border-style: inset;
  padding: 10px;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}

#content-area .badge {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-wrap:wrap;
}

#content-area a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
#disclaimer {
  background: #d5ed9f;
  color: #000;
  text-align: center;
  font-style: italic;
  text-shadow: 1px 1px 0px #fff;
  border: 3px solid #00712d;
  margin-top: 3px;
  padding: 5px;
  font-size: 13px;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}
#disclaimer a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
footer {
  background-color: #f6e96b;
  margin-top: 3px;
  border: 3px solid #7a1cac;
  border-style: inset;
  padding: 5px;
  text-align: center;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}
footer .all {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  color: #000;
  text-shadow: 1px 1px gold;
}

footer .web-class {
  color: blue;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
}

#samaj-seva {
  text-align: center;
  font-style: italic;
  margin-top: 3px;
}

#samaj-seva h5 {
  background: #B9375D;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  border: 2px solid #FF3F33;
  border-style: inset;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}

.cs-border {
  border: 3px solid #1e2a5e;
  margin-top:3px;
  padding: 5px;
  background: #f6eacb;
  font-weight: 500;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}

.cs-border .game-ank {
  font-size: 18px;
}

.cs-border .game-name {
  font-size: 20px;
  text-shadow: 0 0 0 #969696, 0 3px 5px #aba8a8;
}

.cs-border:nth-of-type(4n + 1) .game-name {
  color: red !important;
}

.cs-border:nth-of-type(4n + 2) .game-name {
  color: blue !important;
}

.cs-border:nth-of-type(4n + 3) .game-name {
  color: green !important;
}

.cs-border:nth-of-type(4n + 4) .game-name {
  color: brown !important;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.brown {
  color: brown;
}

#inner-chart table {
  width:100%;
}

#inner-chart .table-box{
  border-radius:var(--radius) !important;
  border:2px solid #000;
  width: 80%;
  margin-left: 10%;  
  text-align: center;  
  overflow:hidden;
  box-shadow:var(--shadow);
}

#inner-chart table tr th {
  border-left:2px solid #000;
  border-bottom:2px solid #000;
  background: #00e785;
  padding: 8px;
}

#inner-chart table tr th:first-child{
  border-left:0px solid #000;
}

#inner-chart table tr td {
  background: #feece2;
  font-weight: 600;
}

.jodi table tr td {
  border: 1px solid #000;
  padding: 8px;
}

.jodi table tr td:last-child:not(:first-child) {
  border-right: 0px;
}

.jodi table tr td:first-child {
  border-left:0px;
  border-bottom:0px;
}


.inner-chart-table {
  margin: 30px 0px;
}

.inner-chart-table h2 {
  background: linear-gradient(
    90deg,
    hsla(333, 100%, 53%, 1) 0%,
    hsla(33, 94%, 57%, 1) 100%
  );
  width:100%;
  margin-bottom: 0px;
  font-size: 28px;
  border-bottom: 2px solid #000;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-style: italic;
}

 .panel table td:nth-child(1),
 .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) {
  border-right: 1px solid #000;
}

 .panel table td:last-child {
  border-right: 0px solid #000 !important;
}


.panel table tbody tr {
  border-bottom: 1px solid #000 !important;
}

.inner-chart-table button {
  background: #9bfbd3;
  color: #000;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
}


#chart-main .table-box {
  border: 3px solid red;
  margin-top: 3px;
  border-style: inset;
  text-align: center;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  overflow:hidden;
}

#chart-main .table {
  margin-bottom: 0px; 
}

#chart-main .table-title {
  background-color: #f3c623;
  text-align: center;
  padding: 5px 0px;
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
}

#chart-main .day-name {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  text-shadow: 0px 0px 1px #006bff;
}

#chart-main tr td {
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}

#chart-main .single-number {
  color: red;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.add-market-section {
  background-color: #ffd8d8;
  border: 3px inset red;
  margin-top: 3px;
  padding-bottom: 10px;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  overflow:hidden;
}

.market-header {
  background-color: red;
  color: white;
  padding: 10px;
  font-weight: 500;
  text-shadow: 0px 0px 1px #000;
  font-style: italic;
}

.market-content {
  padding-top: 20px;
  font-style: italic;
}

.text-purple {
  color: purple;
}

#matka-daily-zone {
  border: 3px solid #0B1D51;
  overflow: hidden;
  font-size: 14px;
  margin-top: 3px;
  box-shadow:var(--shadow);
  border-radius:var(--radius);
}

#matka-daily-zone .heading {
  background-color: #0ABAB5;
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size:20px;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #0B1D51;
  text-transform: capitalize;
}


#matka-daily-zone a:last-child {
  border-bottom: none !important;
}

#matka-daily-zone a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-transform:uppercase;
  font-style: italic;
  background-color: #ADEED9;
  padding:13px;
  border-bottom: 2px solid #0B1D51;
  text-align: center;
  display:block;
}

#content-area-main{
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  background:#FEFFC4;
  border:3px inset #FFBC4C;
  height:250px;
  overflow-y:scroll;
  padding:10px;
  font-style:italic;
  text-align: center;
  scrollbar-width:0px;
}

#content-area-main .badge {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-wrap:wrap;
}

#content-area-main p{ font-size:13px;}

#content-area-main::-webkit-scrollbar {
    display: none;
}




@media (max-width: 467px) {
  #live-result h2 {
    font-size: 23px;
  }
  #inner-chart .table-box,
  .inner-chart-table h2 {
    width: 100%;
    margin-left: 0%;
  }
  .panel .table-box,
  .jodi .table-box {
    font-size: 10px;
  }
  .sattaname {
    font-size: 22px;
  }
  #live-result .sattanumber {
    font-size: 20px;
  }
  #ad-area p {
    font-size: 16px;
  }
  #ad-area a {
    font-size: 16px;
  }
  #result-area h3 {
    font-size: 23px;
    font-weight: 600;
  }
  #satta-matka-result-area a {
    font-size: 11px;
  }
  #satta-matka-result-area .time {
    font-size: 15px;
  }
  .blink {
    font-size: 20px;
  }
  #chat-area h6 {
    font-size: 23px;
  }
  #chat-area a {
    font-size: 18px;
  }
  footer p {
    font-size: 12px;
  }
  .inner-chart-table h2 {
    font-size: 20px;
  }
  .inner-chart-table button {
    padding: 5px 10px;
    font-size: 11px;
  }
  #samaj-seva h5 {
    font-size: 23px;
    padding: 6px 0px;
  }
  #samaj-seva h5 span {
    font-weight: 500;
  }
  #samaj-seva .game-name {
    font-size: 20px;
    padding: 6px 0px;
  }
  header h1 {
     font-size:22px;
  }
}
