:root {
  --accent-header-color: #07890d;
  --accent-blue: #5cac00;
  --accent-pink: #ddfedf;
  --accent-header-blue: #FF9800;
  --jodi-panel-offset: 0px;
}

*,
::after,
::before {
  box-sizing: border-box;
  font-family: sans-serif !important;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  background-color: #edffd5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

.h4,
h4 {
  font-size: calc(1.175rem + 0.3vw);
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #5c5c5c;
  font-size: 15px;
  font-family: poppins-regular;
}

b {
  font-weight: bolder;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #0a58ca;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.custom-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.responsive-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.responsive-col {
  flex: 1 1 calc(50% - 8px);
}

.section-padding {
  margin-top: 5px;
  margin-bottom: 5px;
}

.box .box_header h4 {
  color: #fff;
  margin: 0;
}

.box .box_header h2 {
  color: #fff;
  margin: 0;
  font-size: calc(1.175rem + 0.3vw);
}

ul {
  list-style-type: none;
  padding-left: 0;
}

li {
  list-style-type: none;
  padding-left: 0;
}


/* -- start page design -- */

.upper_header {
  width: 100%;
  background: var(--accent-header-color);
  z-index: 1000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo a {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
      text-transform: uppercase;
        margin: auto;
            display: flex;
    width: fit-content;
}

.section-2 .box .box_body {
  padding: 0;
}

.section-3.para2 {
  background: #FFEB3B;
  padding: 5px;
  text-align: center;
  border: 1px solid #07890d;
  line-height: 1.2;
}

.section-3.para2 a {
  align-items: center;
  background-image: radial-gradient(100% 100% at 100% 0, #FF5722 0, #E91E63 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgb(165 0 56) 0 -3px 0 inset;
  color: #fff;
  display: block;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  white-space: nowrap;
  font-size: 16px;
  padding: 12px;
  width: fit-content;
  margin: 5px auto;
}

.section-3.para2 a:hover {
  box-shadow: unset;
}

.matka-card .gn:first-child {
  margin-top: 8px;
}

.add_text {
  font-size: 14px;
  line-height: 1.2;
}

.section-1 .box .box_header {
  padding: 5px;
}

.section-1 .box .box_header h4 {
  font-size: 16px;
  margin: 0;
}

.about_description h5 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #039;
}

.about_description p {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: justify;
  line-height: 1.2;
}

.about_description p:last-child {
  margin-bottom: 0 !important;
}

.box .box_header {
  background: var(--accent-header-color);
  padding: 5px;
  text-align: center;
}

.box .box_body {
  background: #fff;
  border: 1px solid #07890d;
  padding: 5px;
}

.box .flex-body {
  display: flex;
  justify-content: center;
}

.box .flex-body .ranking_tiles {
  width: 50%;
  margin: 5px;
}

.box .flex-body .ranking_tiles .ranking_header {
  background: #07890d;
  text-align: center;
  padding: 5px;
}

.box .flex-body .ranking_tiles .ranking_header h4 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.section-2+.section-2 .box .box_body {
  padding: 0;
}

.box .ranking_tiles .ranking_body {
  text-align: center;
  padding: 5px;
  background: var(--accent-pink);
  color: #ffffff;
  height: 60px;
  overflow: hidden;
}

.box .ranking_tiles .ranking_body p {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
}

.flex-body .ranking_tiles:first-child .ranking_body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-body .ranking_tiles:first-child .ranking_body p {
  margin: 0;
  font-size: 20px;
}

.matka-card button,
.refresh-btn {
  background: #00ff51;
  outline: 0;
  padding: 6px 20px;
  font-size: 14px;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.3s;
  text-shadow: 1px 1px 2px #ffffff;
  color: #000939;
  border: 1px solid #000939;
}

.matka-card button:hover,
.refresh-btn:hover {
  box-shadow: 0 0 13px 3px #00000033;
  cursor: pointer;
}

.matka-card .gn:not(:first-child) {
  display: block;
  border-top: 1px solid var(--accent-header-color);
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.matka-card .gn {
  display: block;
  text-shadow: 1px 1px 2px #fff;
  font-size: 18px;
  color: var(--accent-header-color);
}

.matka-card .gr {
  display: block;
  color: #880e4f;
  text-shadow: 1px 1px 2px #ffe2c6;
  font-size: 16px;
  line-height: 1;
  margin: 6px 0 8px 0;
}

.live-alert {
 font-size: 12px !important;
    padding: 0 0 5px !important;
  color: black;
  display: block;
}

.matka-result {
  margin-top: 5px;
  margin-bottom: 5px;
}

.matka-result .live-box {
  background: #fff;
  border: 1px solid #07890d;
  padding: 5px;
  text-align: center;
}

.matka-result h4 {
  display: block;
  background: var(--accent-header-color);
  padding: 5px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.matka-card.live-box .para2 {
  background: #ddfedf !important;
  color: #000000 !important;
}

.matka-card.live-box .para2 a {
  background: #00ff51 !important;
  color: #000939 !important;
  border: 1px solid #000939 !important;
  text-shadow: 1px 1px 2px #ffffff;
}

.link_header {
   background: #ff9800;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
}

.link_header a {
        font-style: italic;
    text-decoration: underline;
}

.box .link_header h4 {
  color: #fff;
  margin: 0;
}

.satta-result,
.satta-text {
  color: #000;
  text-align: center;
  margin-top: -2px;
  display: block;
  font-size: 20px;
  position: relative;
}

.satta-result div {
  padding: 5px 0;
  border-bottom: 1px solid var(--accent-header-color);
}

.satta-result h4 {
  font-size: 18px;
  color: var(--accent-header-color);
  margin-bottom: 3px !important;
}

.satta-result span {
  margin: 0;
  line-height: 1;
  background: -webkit-linear-gradient(#4500bf, #670009);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 3px 3px;
  font-weight: 600;
  font-size: 16px;
}

.satta-result p {
  padding: 2px 0;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px #ffd9d9;
  font-size: 12px;
  color: #039;
  margin-top: 5px;
}

.btn_chart {
  color: #fff;
  background: var(--accent-header-color);
  outline: 0;
  border: none;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 12px;
  box-shadow: rgb(0 255 12) 0px 1px 4px;
  transition: 0.5s;
}

.btn_chart:hover {
  background: var(--accent-header-color);
  color: #fff;
  box-shadow: none;
}

.result_timing {
  left: var(--jodi-panel-offset);
  right: auto;
}

.result_timing,
.result_timing_right {
  position: absolute;
  transform: translateY(-200%);
  border-bottom: none !important;
  left: 0;
}

.result_timing_right {
  right: var(--jodi-panel-offset);
  left: auto;
}

.yellowbg {
  background-color: #ddfedf;
  border-bottom: 1px solid #ff9800 !important;
}

.yellowbg h4 {
    color: #9C27B0 !important;
}

.satta-result div:last-child {
  border-bottom-width: 0;
}

.section-14 .box,
.section-13 .box,
.section-6 .box {
  box-shadow: none !important;
  padding: 0;
}

.my-table {
  margin-bottom: 5px;
}

.my-table.mr-sl h4 {
  background: var(--accent-header-color);
  padding: 5px 10px;
  display: block;
  color: #fff !important;
  letter-spacing: 1px;
  font-weight: 500;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
  text-align: center;
  font-size: 20px;
  border: solid 2px #07890d;
  border-bottom-width: 0;
  margin-bottom: 0 !important;
}

.my-table table {
  border-collapse: collapse;
  width: 100%;
}

.my-table thead {
  background-color: #fff;
  font-size: 16px;
}

tbody,
td,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.my-table th {
  color: #000;
}

.my-table td,
.my-table th {
  padding: 5px;
  font-size: 15px;
  text-shadow: 1px 1px 2px #fff;
  border: 1px solid #07890d;
}

.my-table tbody {
  font-size: 16px;
}

.my-table tr td:nth-child(2),
.my-table tr td:nth-child(4) {
  color: #0808b2;
}

.my-table h4 {
  border: solid 2px #07890d;
  border-bottom-width: 0;
  padding: 3px 5px 2px;
  font-size: 20px;
  text-align: center;
  background: var(--accent-header-color);
  color: #fff;
  margin-bottom: 0 !important;
}

.box .int_digit_no p:first-child {
  padding-top: 3px;
}


.box .int_digit_no p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.date-zone {
    background: #ddfedf;
    padding: 5px 0;
        margin-bottom: 5px;
}

.box .int_digit_no .date-zone p:first-child {
        padding-top: 5px;
}

.date-zone span {
        font-size: 20px;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
}

.date-zone .fg-p1 {
    margin: 0;
}

.section-12 .table-sm {
       border: 1px solid #5cac00;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.table-sm> :not(caption)>*>* {
  padding: 0.25rem 0.25rem;
}

.new-table-add:first-child {
  margin-top: 0 !important;
}

.new-table-add {
  border: #000 solid 2px;
  text-align: center;
  margin-top: 5px;
}

.new-table-add td {
  border: 1px solid #5cac00;
      padding: 5px;
}

.ntah {
      font-size: 24px !important;
    background-color: #ff9800;
    color: #00f;
    text-shadow: 1px 1px 2px #000000;
}

.matka-card .gn:not(:first-child) {
  display: block;
  border-top: 1px solid var(--accent-header-color);
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-14 .box .box_body,
.section-13 .box .box_body,
.section-6 .box .box_body {
  background: none;
  padding: 0 !important;
  margin: 0 !important;
}

.section-13 .table {
  background: #fff;
  width: 100%;
}

.bg-info-cs {
  background-color: var(--accent-header-color);
  text-align: center;
  color: #f8f9fa !important;
  text-shadow: 1px 1px 2px #000000;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.25rem 0.25rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.section_padding.section-13 p.fg-p4 {
  margin: 2px 0 2px;
  text-align: center;
}

.linked_text {
  text-align: center;
}

.linked_text a {
  display: block;
  padding: 8px 0 8px 0;
  color: #039;
  font-size: 15px;
  border-bottom: 1px solid var(--accent-pink);
  transition: 0.5s;
}

.linked_text a:hover {
  background: var(--accent-pink);
  color: #101010;
}

.box .int_digit_no {
  text-align: center;
}

.box .int_digit_no p {
 color: #039;
    border-bottom: 1px solid var(--accent-header-color);
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 0;
}

.box.shadow .box_body h2 {
  background: var(--accent-header-color);
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: calc(1.175rem + 0.3vw);
}

.box.shadow .box_body h3 {
      font-weight: 700;
    color: var(--accent-header-color);
    font-size: 16px;
    margin-bottom: 5px;
}

.section-16 .box.shadow .box_body p {
        margin-bottom: 12px;
            text-align: justify;
}

.box.shadow .box_body ul {
            margin: 0;
}

.box.shadow .box_body li {
        color: #5c5c5c;
    font-size: 14px;
            margin-bottom: 5px;
}

.box.shadow .box_body li:last-child {
            margin-bottom: 5px;
}

.satta-result div:last-child {
  border-bottom-width: 0;
}

.blue-div a:last-child {
  border-bottom-width: 0;
}

.linked_text a:last-child {
  border-bottom: none;
}

.box .int_digit_no p:last-child {
  border-bottom: none;
}

.faq-container {
 background-color: #edffef;
    font-size: 16px;
    padding: 2px 10px 1px;
    margin: 0px;
}

.faq h4:first-child {
  border-top-width: 0;
  margin-top: 0;
}

.faq-list {
  height: 300px;
  overflow-y: auto;
}

.faq-list dt {
  font-weight: 700;
    color: #222;
    text-shadow: none;
    font-size: 14px;
}

.faq-list dd {
     margin: 5px 0 14px 0px;
    font-size: 14px;
    text-align: justify;
    color: #3d3d3d;
    line-height: 1.2;
}

footer {
  width: 100%;
  background: var(--accent-header-color);
  padding: 20px 5px;
}

.footer_tiles {
  text-align: center;
}

.section_padding {
  margin-bottom: 5px;
}

.footer_tiles ul {
  text-align: center;
  margin: 0;
}

.footer_tiles ul li {
     display: inline-block;
  margin: 10px 20px;
}

.footer_tiles ul li a {
  display: inline-block;
  padding: 5px 8px; 
  font-size: 16px;   
  color: #fff;
  text-decoration: none;
}

.footer_tiles span {
  color: #fff;
  font-size: 14px;
}

.matka_play_app {
  position: fixed;
  left: 10px;
  bottom: 20px;
}

.matka_play_app>a {
  background: #FFEB3B;
  color: #000;
  text-shadow: 1px 1px 2px #bebebe;
}

.mp-btn {
  position: fixed;
  bottom: 5px;
  left: 7px;
  text-decoration: none;
}

.refresh_btn_area {
  position: fixed;
  right: 20px;
  bottom: 0;
}

.matka_play_app>a,
.refresh_btn_area>button {
border: none;
    font-size: 12px;
    background: #00ff51;
    display: inline-block;
    border-radius: 2px;
    margin: 0;
    color: #000939;
    font-weight: 600;
    text-shadow: 1px 1px 2px #ffffff;
    text-transform: uppercase;
    box-shadow: rgb(0 0 0) 0px 2px 8px 0px;
    cursor: pointer;
}

.matka_play_app>a {
  background: #FFEB3B;
    padding: 8px 10px;
  color: #000;
  text-shadow: 1px 1px 2px #bebebe;
  transition: all 0.3s ease-in;
}

.matka_play_app>a:hover {
  background: #fff;
}

.matka_play_app>a i {
        color: #000939;
    font-weight: 600;
    text-shadow: 1px 1px 2px #ffffff;
    font-style: normal;
}

.btm-btn-f {
  padding: 8px 10px;
  transition: all 0.3s ease-in;
}

.btm-btn-f:hover {
  border: 1px solid #011481;
  background: #fff;
  box-shadow: 0 0 13px 3px #00000033;
  cursor: pointer;
  color: navy;
}

.refresh-btn {
  position: fixed;
  bottom: 5px;
  right: 7px;
}



/* -- media Query --  */
@media (min-width: 1200px) {

  .h1,
  h1 {
    font-size: 2.5rem;
  }

  .h2,
  h2 {
    font-size: 2rem;
  }

  .h3,
  h3 {
    font-size: 1.75rem;
  }

  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .responsive-row {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .custom-container {
    padding-right: var(--bs-gutter-x, 0.40rem);
    padding-left: var(--bs-gutter-x, 0.40rem);
  }
  .logo {
    display: flex;
  }
  .logo a {
      margin: auto;
  }
  
  footer {
  padding: 10px 5px 40px;
}
  
.footer_tiles ul li:last-child {
    margin-bottom: 15px;
}
.footer_tiles ul li {
      display: block;
    margin: 5px;
}
}

@media (min-width: 500px) {
    .refresh-btn {
    bottom: 10px;
    right: 12px;
}
.mp-btn {
    bottom: 10px;
    left: 12px;
}
}