@charset "utf-8";

body {
  font-family: "DM Sans", sans-serif;
  line-height: auto;
  background: #e6f2ff;
}

a {
  text-decoration: none !important;
}

.bg-secondry {
  background-color: #ffa318;
}
#navbar {
  width: 100%;
  transition: top 0.3s;
  top: 0;
  padding: 0.5rem 0;
  background: #fff;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.navbar_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

p {
  margin-bottom: 0rem;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.gametime{
  color: #0034cf;
}

.call_btn {
  width: 200px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(63deg, #f44336 0%, rgba(255, 197, 98, 1) 100%);
  border: 0px;
  color: white;
  line-height: 0;
  font-size: 18px;
}
.call_btn i {
  font-size: 20px;
  line-height: 0;
  margin-right: 5px;
}
.whatsapp_btn {
  width: 200px;
  height: 56px;
  border-radius: 12px;
  background-color: #25d366;
  border: 0px;
  color: white;
  font-size: 20px;
  line-height: 0;
}
.whatsapp_btn i {
  font-size: 20px;
  line-height: 0;
  margin-right: 5px;
}

.telegram_btn {
  width: 200px;
  height: 56px;
  border-radius: 12px;
  background-color: #0088cc;
  border: 0px;
  color: white;
  font-size: 20px;
  line-height: 0;
}
.telegram_btn i {
  font-size: 20px;
  line-height: 0;
  margin-right: 5px;
}

.notice-board{
  line-height: 3;
  height: 50px;
  color:black;
  background: #0070ff;
}

.logo {
  width: auto;
  display: inline-block;
  text-align: left;
  margin: 0;
}

.logo img {
  width: 63%;
  display: inline-block;
}

.large_menu {
  width: auto;
  float: right;
  display: block;
}

.m_menu {
  width: auto;
  float: left;
  display: block;
}

.m_menu a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.home_text {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 30px 30px;
  background: #f0f0f0;
  border-top: solid 2px #e2ae13;
}

.home_text h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

#customers {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

#customers td,
#customers th {
  border: 1px solid #ff3509;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: white;
  background: #ff3509;
}

.lucky_nam {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.lucky_num {
  font-size: 16px;
  color: #474747;
  font-weight: bold;
}

.time {
  font-size: 14px;
  color: red;
  font-weight: bold;
}

.ad {
  width: 100%;
  overflow: auto;
  position: sticky;
  top: 5%;
}

.mobile_ad {
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.social_icon {
  width: auto;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
}

.social_icon a {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 39px;
  display: inline-block;
  padding: 0 9px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.social_icon a:hover {
  color: #fff;
}

.social_icon a p {
  display: none;
}

.whatsapp {
  background: #0dc143;
  color: #fff;
}

.phone {
  background: #01a2da;
  color: #fff;
}

.reload {
  background: #fd7e14;
  color: #fff;
}

.accordion-item {
  border: solid 1px #6a6a6a;
}

.accordion-body span {
  background: #000000;
  padding: 1px 8px;
  color: #fff;
  border-radius: 5px;
}

.chart_box {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: linear-gradient(90deg, rgba(30,108,142,1) 0%, rgba(26,39,102,1) 100%);
  padding: 0px 10px;
  margin-top: 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  list-style-type: none;
  text-decoration: none;
  /* border-left: solid 5px #ffa318; */
}

.chart_box span i {
  text-align: right;
  float: right;
  margin: 20px 9px 0px 0px;
}

.chart_box:hover {
  color: #e2f6ff;
  background: #1a2766;
}

.disclaimer {
  width: 100%;
  display: inline-block;
}

.disclaimer h2 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.disclaimer p {
  font-size: 13px;
  color: #b5b5b5;
  text-align: justify;
}
.info-text{
  text-align: center;
}
.footer{
  background: #1f043b;
}
.footer_text {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 7px 0;
}

.footer_text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.main-title{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1rem 0 2rem;
  background: linear-gradient(90deg, rgba(200,29,119,1) 0%, rgba(103,16,194,1) 100%);
 
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.bg-banner{
  background: url(../img/banner.png);
}
.card {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border: 0;
  font-weight: 400;
  font-size: 25px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.jodichartBtn {
  float: left;
  height: 20px;
  line-height: 0px;
  color: white;
  background-color: #ff9800;
  padding: 11px 10px;
  margin: 0px;
  border-radius: 0 10px 10px 0;
  text-transform: uppercase;
}

.jodichartBtn:hover {
  cursor: pointer;
  color: white;
  background-color: #ff3509;
}

.panelchartBtn {
  float: right;
  height: 20px;
  line-height: 0px;
  color: white;
  background-color: #ff9800;
  padding: 11px 10px;
  margin: 0px;
  border-radius: 10px 0 0 10px;
  text-transform: uppercase;
}

.panelchartBtn:hover {
  cursor: pointer;
  color: white;
  background-color: #ff3509;
}

.blue-text {
  margin: 3px;
  padding: 0px;
  color: #2196f3 !important;
}

.my-table {
  margin-bottom: 2px;
}

.my-table table {
  border-collapse: collapse;
  width: 100%;
}
.my-table thead {
  background-color: #efefef;
  font-size: 16px;
}
.my-table tbody {
  font-size: 16px;
}
.my-table th,
.my-table td {
  padding: 2px 0;
  font-size: 15px;
}

.my-table th,
.my-table td {
  border: 2px solid #ff3509;
}

.my-table tr {
  text-align: center;
}
.ratego {
  background-image: url(../images/bg-1.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.how-left {
  background: #fff;
  padding: 30px 29px;
  display: inline-block;
  border-radius: 30px 0 30px 0;
  border-left: 4px solid #fb0;
  border-bottom: 4px solid #fb0;
  box-shadow: 0 0 15px -6px;
  width: 100%;
}

.how-right {
  background: #f3f3f3;
  padding: 30px 29px;
  display: inline-block;
  border-radius: 0 30px 0 30px;
  border-right: 4px solid #fb0;
  border-bottom: 4px solid #fb0;
  width: 100%;
  box-shadow: 0 0 15px -6px;
}
table {
  border-collapse: collapse;
}
table,
th,
td {
  border: 1px solid #3961c1;
}
thead {
  background-color: #ff3509;
  color: #fff;
}
tbody td {
  padding: 4px 1px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.9;
}
tr td:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
}
tbody td span {
  display: block;
}
tr td span:first-child {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
tr td span:last-child {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
tbody td span.main {
  font-size: 22px;
  font-weight: 900;
}
tbody td span.text_red {
  color: red;
}
.table_jodi tr td{
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .logo img {
    height: 55px;
  }
  .m_menu a {
    font-size: 14px;
  }
  .call_btn {
    width: 42%;
    font-size: 15px;
  }
  .call_btn i {
    font-size: 15px;
  }
  .whatsapp_btn {
    width: 42%;
    font-size: 15px;
  }
  .whatsapp_btn i {
    font-size: 15px;
  }

  tr td:nth-child(1) {
    font-size: 10px;
  }
  tbody td span {
    display: block;
  }
  tr th {
    font-size: 12px;
    font-weight: 300;
  }
  tr td span:first-child {
    font-size: 10px;
  }
  tr td span:last-child {
    font-size: 10px;
  }
  tbody td span.main {
    font-size: 14px;
  }
  .table_jodi tr td{
    font-weight: 900;
    font-size: 22px;
  }
  .home_text {
    padding: 30px 10px;
  }
  .home_text h2 {
    font-size: 17px;
  }
  .home_text p {
    text-align: justify;
  }
  .lucky_nam {
    font-size: 15px;
  }
  .m_none {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .logo img {
    top: 8px;
  }
}

