/*
*Author: Naved Islam
*Site: webnet.com.pk
*/
:root {
  --black: #000000;
  --white: #ffffff;
}
.theme-dark {
  --color-primary: #17ed90;
  --color-secondary: #2a2c2d;
  --color-accent: #12cdea;
  --font-color: #ffffff;
}
.theme-light {
  --color-primary: #0060df;
  --color-secondary: #fbfbfe;
  --color-accent: #fd6f53;
  --font-color: #000000;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
body{
    font-family: Arial, sans-serif !important;
}

ul{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
a{
  list-style: none;
  text-decoration: none;
}
/* p{
  margin-bottom: 0!important;
} */
h1{
    margin-bottom: 0!important;
}
a:hover{
  list-style: none;
  text-decoration: none;
}
select:focus{
  outline: none;
}
input:focus{
  outline: none;
}




/*error css start here*/
.callout.callout-danger.error {
    color: red;
    font-size: 12px;
    padding-bottom: 10px;
}
/*error css end here*/

/* Change Autocomplete styles in Chrome*/
input:autofill, input:autofill:hover, input:autofill:focus, textarea:autofill, textarea:autofill:hover, textarea:autofill:focus, select:autofill, select:autofill:hover, select:autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #edebf200 inset;
  transition: background-color 5000s ease-in-out 0s;
}
/*=====================================*/
/*  #nav li:nth-child(1) a svg {
    display: none;
}*/
.logo a img {
  /*width: 50px;*/
  height: 50px;
  width: 72px;
}
.menu_area ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.menu_area ul li a {
  padding: 0 10px;
  font-size: 15px;
  color: #000 !important;
}
.menu_area ul li a:hover {
  color: #ff8d35;
  transition: ease-in-out 0.4s;
}

.Profile_area img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.Profile_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


#nav_toggler {
  display: none;
}

.banner_area_main {
  position: relative;
}
.banner_area_main img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.Profile_area{
  display: none;
}
.login_regis ul li a svg {
  width: 12px;
  color: #1f1f1f;
}
.login_regis ul li a {
  color: #1f1f1f;
  background: -webkit-gradient(linear, left top, right top, from(#F01111), color-stop(15%, #FF8D35), color-stop(30%, #FF8D35), color-stop(55%, #F01111), to(#F01111));
  background: #f8ff13;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 50% 0;
  background-size: 200%;
  padding: 11px 16px;
  font-size: 14px;
  border-radius: 6px;
  display: inline-block;
  margin: 0 0 0 10px;
  transition: ease-in-out 0.4s;
}
.recharge_area a p {
  color: #fff;
}
.login_regis ul li a:active, .login_regis ul li a:focus, .login_regis ul li a:hover {
  color: #fff;
  background-position: 0;
  transition: ease-in-out 0.4s;
}


.bnrdownload .bnrdownload_appbtn {
       height: 70px!important;
    position: absolute;
    left: 26%;
    top: 65%;
}


     


.banner_contwrp1 {
    position: relative!important;
}



.login_regis ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*.banner_cont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}*/
section.login_wrap_area h6 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
}
.banner_cont {
       position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    transform: translate(0,-50%);
}
.banner_cont img {
/*  width: 31%;*/
width: auto;
}

.matkaply_area {
  background: rgba(77, 25, 173, 0.5);
  border: 2px solid rgba(94, 53, 177, 0.5);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  left: 50%;
  right: 50%;
  top: 0;
  /* z-index: -1; */
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 25px;
}
.matkaply_area h1 {
    text-align: center;
    color: #d57440;
    font-size: 2.55rem;
    padding-bottom: 10px;
  
}
.matkaply_area p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin: 0 0 8px;
  position: relative;
  z-index: 99;
}
.matkaply_area::before{
content: "";
position: absolute;
right: 0;
top: 50%;
height: 250px;
width: 250px;
background-image: url(../images/ro.webp);
background-size: cover;
-webkit-transform: translate(50px, -50%);
transform: translate(50px, -50%);

}
.matkaply_area::after{
content: "";
position: absolute;
left: 0;
top: 50%;
height: 250px;
width: 250px;
background-image: url(../images/ro.webp);
background-size: cover;
-webkit-transform: translate(-50px, -50%);
transform: translate(-50px, -50%);

}




.matkarate_area {
  /* background: rgba(77, 25, 173, 0.5);*/
  /* border: 2px solid rgba(94, 53, 177, 0.5);*/
  /* border-radius: 10px; */
/*  height: 100%;*/
  width: 100%;
  /* left: 50%; */
  /* right: 50%; */
  top: 0;
  /* z-index: -1; */
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 20px;
}
.matkarate_area h2 {
  text-align: center;
  color: #d57440;
  margin: 0 0 12px;
}
.matkarate_area p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin: 0;
}
.matkarate_area::before{
content: "";
position: absolute;
right: 0;
top: 50%;
height: 250px;
width: 250px;
background-size: cover;
-webkit-transform: translate(50px, -50%);
transform: translate(50px, -50%);

}
.matkarate_area::after{
content: "";
position: absolute;
left: 0;
top: 50%;
height: 250px;
width: 250px;
background-size: cover;
-webkit-transform: translate(-50px, -50%);
transform: translate(-50px, -50%);

}
.matkarate_area ul li {
  text-align: ;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #fff;
  padding: 8px 0 8px;
  border-bottom: 1px solid #333488;
}
.matkarate_area ul li p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.matkarate_area ul li p svg {
  width: 18px;
  margin: 0 10px 0 0;
  color: #f85425;
}
.matkarate_area ul {
  position: relative;
  z-index: 99;
}
.matkarate_area ul li span {
  color: #f85425;
  font-weight: 600;
}
.calltoaction {
  background: #f12711; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f12711, #f5af19); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f12711, #f5af19); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 30px 15px;
  text-align: center;
}
.button_area a {
  color: #fff;
  /* background: -webkit-gradient(linear, left top, right top, from(#F01111), color-stop(15%, #FF8D35), color-stop(30%, #FF8D35), color-stop(55%, #F01111), to(#F01111));
  background: linear-gradient(to right, #F01111 0%, #FF8D35 15%, #FF8D35 30%, #F01111 55%, #F01111 100%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 50% 0;
  background-size: 200%; */
  padding: 11px 39px;
  font-size: 20px;
  border-radius: 6px;
  display: inline-block;
  margin: 0 0 0 10px;
  /* transition: ease-in-out 0.4s; */
  letter-spacing: 2px;
}

.button_area h2 {
  color: #ffff;
  font-size: 18px;
}

.button_area p {
  color: #ffff;
  font-size: 13px;
  margin: 42px 28px 0px 28px;
}
.profilepage_wrap {
  background: #252525;
  padding: 20px 0;
}

.matka_game_result_area {
  background-image: url(../images/reslt_bg.webp);
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0 7px;
  position: relative;
}
.heading h2 {
  text-align: center;
    color: #df7a41;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 22px;
}

.heading p {
  text-align: center;
    color: #f7f7f7;
    margin: 0 0 45px;
    font-weight: 600;
    font-size: 14px;
}

.result_main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single_result {
  background: rgba(77, 25, 173, 0.5);
  /* border: 2px solid rgba(94, 53, 177, 0.5); */
  border-radius: 4px;
  width: 18%;
  margin: 0 7px 35px;
  padding: 10px 15px;
  position: relative;
}
.single_result::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 150px;
  width: 150px;
  background-image: url(../images/ro.webp);
  background-size: cover;
  -webkit-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  opacity: 0.5;
}
.single_result::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 150px;
  width: 150px;
  background-image: url(../images/ro.webp);
  background-size: cover;
  -webkit-transform: translate(50px, -50%);
  transform: translate(-50px, -50%);
  opacity: 0.5;
}
.result_opn_cls p {
  transform: translate(0, -50%);
  height: 28px;
  width: 84px;
  background: #5E35B1;
  border-radius: 50px;
  line-height: 29px;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.result_opn_cls p::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 96px;
  border-radius: 50px;
  left: -6px;
  top: -6px;
  background: #5E35B1;
  opacity: 0.45;
  z-index: -1;
}
.result_opn_cls {
  display: flex;
  justify-content: space-between;
  bottom: 11px;
  position: relative;
}
.single_result .bazar_title {
  text-align: center;
  color: #ff8d35;
  font-size: 17px;
  margin: -4px 0 0;
}
.result_number {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.result_number span {
  color: #fff;
  font-size: 18px;
  margin: 5px 0;
  font-weight: 600;
}
.chart_btn a svg {
  width: 12px;
  position: relative;
  bottom: 1px;
}
.chart_btn a {
  background: linear-gradient(to right, #F01111 0%, #FF8D35 15%, #FF8D35 30%, #F01111 55%, #F01111 100%);
  color: #fff;
  padding: 5px 14px;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 50px;
  display: inline-block;
}
.chart_btn {
  display: flex;
  justify-content: space-around;
  margin: 10px 0 0;
  position: relative;
  z-index: 9999;
}
.button_area a svg {
  width: 18px;
  margin: 0 9px 0 0;
  fill: #fff;
}
.game_timetable_area {
  background: url(../images/bg2.webp);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  background-attachment: fixed;
}
.game_table {
  background: rgba(77, 25, 173, 0.5);
  border: 2px solid rgba(94, 53, 177, 0.5);
  width: 100%;
  border-radius: 15px;
  padding: 25px;
  position: relative;
  text-align: center;
}
.game_table table {
  width: 100%;
}
.game_table table tr th {
  border-bottom: 3px solid #4528aa;
  font-size: 15px;
  color: #ff8d35;
  font-weight: 500;
  padding: 0 0 6px;
}
.game_table table tr td {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #3b1e95;
  text-align: center;
}
.game_table::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 500px;
  width: 500px;
  background-image: url(../images/ro.webp);
  background-size: cover;
  -webkit-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  opacity: 0.5;
}
.game_table::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 500px;
  width: 500px;
  background-image: url(../images/ro.webp);
  background-size: cover;
  -webkit-transform: translate(-50px, -50%);
  transform: translate(-50px, -50%);
  opacity: 0.5;
}


/*design added*/
.info_area{
  padding: 40px 0;
      background: #1d0a64;
}
.info_detl {
    color: #fff;
    border: 1px solid #49249d;
    padding: 0 35px 24px;
    background: rgba(77, 25, 173, 0.5);
    border: 2px solid rgba(94, 53, 177, 0.5);
    border-radius: 10px;
    position: relative;
}

.info_detl h2 {
    transform: translate(0px, -16px);
    height: 30px;
    width: auto;
    background: #5E35B1;
    border-radius: 50px;
    line-height: 29px;
    /* margin: auto; */
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    padding: 0px 14px;
}

.info_detl p {
    font-size: 15px;
}
.info_detlspcr:last-child{
  margin-bottom: 0  ;
}

.info_detlspcr{
  margin: 10px 0;
}
.info_detlspcr {
    margin: 38px 0;
}
.page_footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1f1f1f;
  background-size: 100%;
}
.sociallink_hdng {
    font-size: 2.2rem;
    color: #fff;
}
.footer_logo{
  height: 50px;
}
div.footer_sociallink {
    display: flex;
    flex-direction: row;
}

h6.sociallink_hdng {
    color: #ff8d35;
    font-size: 2rem;
    padding-top: 15px;
}

div.footer_sociallink a svg {
  fill: #fff;
  height: 25px;
  margin: auto;
  display: table;
  width: 25px;
}
.licenses_wrap li img {
  height: 30px;
  margin-left: 20px;
}
div.footer_sociallink a {
    border: 1px solid #5e35b1;
    margin-right: 30px;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
    height: 45px;
    width: 45px;
}
.Quicklnk_spcr{
  display: flex;
  flex-direction: row;

}
ul.Quicklnk_spcr li a {
    color: #fff;
    font-size: 15px;
    padding-right: 30px;
}
.Quicklink_hdng{
      color: #ff8d35;
    font-size: 2.2rem;
    padding-bottom: 15px;
}
.bottom_footer{
  border-top: 1px solid #121826;
}
.top_footer {
  padding: 35px 0 35px;
}
.bottom_footer p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    margin: 0;
}
.steps_wrap {
    padding: 40px 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
        background: #1d0a64;
}

.steps_info {
    text-align: center;
    margin: 0 0 60px;
    color: #fff;
    padding: 0 25%;
}

.steps_info h2 {
    font-size: 2.5rem;
    padding-bottom: 15px;
    color: #ff8d35;
}

.steps_info p {
    font-size: 15px;
}

.steps_infobox {
    color: #fff;
    text-align: center;
    padding: 0 12px;
}

.steps_infobox .steps_dwnhdng {
    font-size: 2rem;
    padding-bottom: 15px;
    color: #ff8d35;
    height: 60px;
}

.steps_infobox p {
    font-size: 13px;
}
.steps_infobox p svg{
    fill: #fff;
    height: 22px;
}
.svg_icon{
  transform: translate(0, -50%);
    height: 60px;
    width: 60px;
    background: #5E35B1;
    border-radius: 50px;
    margin: auto;
    padding: 18px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.svg_icon:after{
    content: "";
    position: absolute;
    height: 72px;
    width: 72px;
    border-radius: 50px;
    left: -6px;
    top: -6px;
    background: #5E35B1;
    opacity: 0.45;
    z-index: -1;
}
.trust_wrap{
  background: #0a0858;
  padding: 40px 0;
}
ul.Trust_listing li svg {
    height: 20px;
    fill: #f01111;
    margin-right: 12px;
}

.trust_info h2 {
    color: #ff8d35;
    padding-bottom: 8px;
    font-size: 2.5rem;
}
.Trust_listing li .media-body h5 {
    color: #ff8d35;
    font-size: 2rem;
}

.Trust_listing li .media-body p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

ul.Trust_listing li {
    padding-bottom: 20px;
}
ul.Trust_listing li:last-child {
    padding-bottom: 0;
}
.trust_img{
  position: relative;
  display: inline-block;
}
.trust_bgley{
  position: absolute;
  left: 0;
  height: 100px;
}
img.trust_imgmn {
/*     width: 400px;*/
         width: 330px;
    z-index: 99;
    /* opacity: 2; */
    position: relative;
    background: #fff;
    border-radius: 10px;
}
.register_wrap {
  width: 56%;
  padding: 3% 3%;
}
.trust_img:after {
    content: "";
    background: url("../images/why_us_grid.webp");
    width: 300px;
    height: 170px;
    top: -4%;
    right: -20%;
    position: absolute;
    display: inline-block;
    z-index: 9;
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
}
/*login page css start here*/
.inner_banner{
    height: 60px;
    background: #1d0a64;
}
.sec_login {
  background: #272727;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.login_wrap {
  width: 44%;
  margin: auto;
  display: table;
  color: #fff;
}
.login_wrap h1 {
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
    color: #f8ff13;
}

.login_wrap label {
    display: block;
    font-size: 1.6rem;
    padding-bottom: 7px;
}
.login_frm input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 0;
  padding: 0 0 0 12px;
  font-size: 14px;
  color: #fff;
  background: transparent;
}
/*
.login_wrap input {
  border: none;
    width: 100%;
    padding: 9px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 18px;
        background: #ffffff24;
        color: #fff;
}*/
.login_wrap input::placeholder{
  color: #fff;
}
/*.sec_register input{
   border: none;
    width: 100%;
    padding: 9px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 18px;
        background: #ffffff24;
        color: #fff;
}*/
.sec_register input::placeholder{
  color: #fff!important;
}

.sec_register input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff!important;
}

.sec_register input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff!important;
}
sec_register input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff!important;
}


.guest_frm textarea::placeholder{
  font-size: 14px!important;
}

.guest_frm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px!important;
}

.guest_frm input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 14px!important;
}
.guest_frm input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 14px!important;
}


.submit_btn {
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#F01111), color-stop(15%, #FF8D35), color-stop(30%, #FF8D35), color-stop(55%, #F01111), to(#F01111));
  background: #f8ff13;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 50% 0;
  background-size: 200%;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 6px;
  display: inline-block;
  margin: auto;
  transition: ease-in-out 0.4s;
  display: inherit;
  border: none;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}
a.forget_pass {
    font-size: 14px;
    color: #fff;
     padding: 0 0px 8px;
    display: inline-block;
}
.registr_pass {
font-size: 14px;
    color: #fff;
     padding: 0 0px 8px;
    display: inline-block;
}
/*#mobile {
  margin: 0 0 16px;
}*/
p.registr_pass a {
  color: #000;
  font-size: 14px;
  background: #f8ff13;
  padding: 6px 11px;
  display: inline-block;
  margin: 0 0 0 9px;
  border-radius: 4px;
}
/*resgister page css stat here*/
.register_wrap {
  width: 47% !important;
  margin: auto;
  /* display: table; */
  padding: 3% 3% !important;
  /* border: 2px solid rgba(94, 53, 177, 0.5); */
  /* border-radius: 10px; */
  /* color: #fff; */
  /* border-image: linear-gradient( to bottom, #f6fd14, rgba(0, 0, 0, 0) ) 1 48%; */
}
.sec_register {
  background: #323232;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.sec_register h1 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
  color: #f8ff13;
  position: relative;
  overflow: hidden;
}
.sec_register label {
  display: block;
  font-size: 1.5rem;
  padding-bottom: 7px;
  color: #fff;
}
.register_frm input {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  border: 0;
  padding: 0 0 0 12px;
  font-size: 14px;
  background: transparent;
  color: #fff;
  border: 1px solid #5b5b5b;
  margin: 0 0 14px;
}
/*single page css start here*/
.singlepage_wrap {
  background: #323232;
  padding: 40px 60px;
}
.single_hdng {
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

.single_hdng h2 {
    font-size: 2rem;
    padding-bottom: 10px;
}

.single_hdng p {
    font-size: 15px;
}
.gameslect_hdng {
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
}
.single_display select {
    width: 100%;
    padding: 10px;
    font-size: 15px;
        border: 2px solid rgba(94, 53, 177, 0.5);
    border-radius: 10px;
    background: rgba(77, 25, 173, 0.5);
    color: #fff;
}
.single_display select:focus{
  outline: none;
}
.main_tab_area_play {
  background: rgb(50, 50, 50);
  /* border: 2px solid rgba(94, 53, 177, 0.5); */
  border-radius: 10px;
  /* width: 100%; */
  /* margin: 0 auto; */
  padding: 30px;
  /* border-radius: 15px; */
  /* border-image: linear-gradient( to bottom, #f6fd14, rgba(0, 0, 0, 0) ) 1 48%; */
}
.main_tab_cont_play h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: -8px 0 0;
}
.bet_total h3 {
  margin: 26px 0 0;
}
.bet_total h3 span {
  color: #f6fd13;
}
.play_area_main form select {
  width: 100%;
  height: 50px;
  background: #323232;
  border: 0;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 13px;
  color: #fff;
  padding: 12px 0;
  border: 1px solid #f8ff13;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 30px;
}
.play_area_main form {
    margin: 24px auto 0;
}
.game_input {
    margin: 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.play_area_main form input::placeholder{
  color: #fff;
}
.play_area_main form input {
  width: 49%;
  border-radius: 0 10px 10px 0;
  height: 50px;
  background: #ffffff24;
  border: 0;
  border: 1px solid #4528aa;
  padding: 0 13px;
  font-size: 13px;
  color: #fff !important;
  margin: 0;
}
.game_input {
  margin: 10px 0 0
}
.game_input input {
  margin: 0 0 10px;
}
.game_input.game_input_new input {
  margin: 0 8px 0 0;
}
.game_input {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
}
.bet_btn button {
  background: #f6fd13;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 50% 0;
  background-size: 200%;
  padding: 14px 16px;
  font-size: 15px;
  border-radius: 6px;
  display: inline-block;
  margin: 0 0 0 10px;
  transition: ease-in-out 0.4s;
  border: none;
  color: #1f1f1f !important;
  margin: 21px auto 0;
  display: table;
  width: 35%;
}
.bet_btn button:hover {
color: #fff;
    background-position: 0;
    transition: ease-in-out 0.4s;
    }
.close_div svg {
  width: 14px;
  fill: #fff;
}
.close_div {
  background: #d22323;
  height: 50px;
  display: flex;
  width: 41px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 0 0 0;
  cursor: pointer;
}
.play_area_main .game_input .close_div {
  display: none;
}
.game_input.game_input_new .close_div {
  display: flex;
}
.btn-copy {
  cursor: pointer;
  background: #72ccdb;
}
.btn-copy svg {
  width: 15px;
  margin: 0 0 0 7px;
  fill: #fff;
}
.btn-copy {
  cursor: pointer;
  background: #25c4d5;
  width: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 4px;
  margin: 25px auto 0;
  color: #fff;
  font-size: 15px;
}
/*sngle patti page css strat here*/

.singlpatti_markt {
  width: 100%;
  height: 50px;
  background: #323232;
  border: 0;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 13px;
  color: #fff;
  padding: 12px 0;
  border: 1px solid #f8ff13;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 30px;
}
.patti_numbring {
  position: relative;
  color: #fff;
  background: #35B177;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 50% 0;
  background-size: 200%;
  padding: 11px 16px;
  font-size: 14px;
  border-radius: 6px;
  display: inline-block;
  transition: ease-in-out 0.4s;
  width: 1%;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  z-index: 1;
}
.patti_numbring::after {
  content: "";
  position: absolute;
  width: 1%;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  left: -6px;
  top: -4px;
  background: #35B18E;
  opacity: 0.45;
  z-index: -1;
}
.patti_numbring:hover {
    color: #fff;
    background-position: 0;
    transition: ease-in-out 0.4s;
  }

ul.patti_brkwrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

li.patti_brkwrpli {
    width: 17%;
    display: flex;
    flex-direction: row;
    margin: 0 18px 15px;
}
li.patti_brkwrpli input {
  width: 100%;
  background: #323232;
  border: none;
  padding: 14px;
  font-size: 14px;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #f8ff13;
}

li.patti_brkwrpli span {
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#F01111), color-stop(15%, #FF8D35), color-stop(30%, #FF8D35), color-stop(55%, #F01111), to(#F01111));
  background: #f8ff13;
  padding: 11px;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 50% 0;
  background-size: 200%;
  font-size: 14px;
  border-radius: 6px 0 0 6px;
  display: inline-block;
  transition: ease-in-out 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single_patti2 {
    margin-top: 25px;
}
.sangam_input  input {
    width: 32.5%!important;
}
.totalpoint_text {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding-top: 15px;
}
.submitgame_btn {
  margin: 15px auto 0;
  display: table;
  color: #000 !important;
  background: -webkit-gradient(linear, left top, right top, from(#F01111), color-stop(15%, #FF8D35), color-stop(30%, #FF8D35), color-stop(55%, #F01111), to(#F01111));
  background: #f8ff13;
  padding: 11px;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 50% 0;
  background-size: 200%;
  font-size: 14px;
  border-radius: 6px;
  display: inline-block;
  transition: ease-in-out 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 12px 54px;
}
.submitgame_btn:hover{
  color: #fff;
  transition: ease-in-out 0.4s;
}
.halfsangam_addbet {
    background: rgba(77, 25, 173, 0.5);
    border: 2px solid rgba(94, 53, 177, 0.5);
    border-radius: 10px;
    margin: 20px 0;
    padding: 15px;
}
.jodichart_mainwrap {
  padding: 40px 50px;
  background: #242424;
}
.chartlist_pagetitle h2 {
    font-size: 2rem;
    padding-bottom: 10px;
    color: #fff;
}
.chartlist_pagetitle p {
    font-size: 14px;
    /*padding-bottom: 15px;*/
    padding-bottom: 5px;
    color: #fff;
}
.record_text{
  text-align: center;
}
.record_text {
  width: 33%;
  text-align: center;
  margin: 25px auto 5px;
  transform: translate(0, -50%);
  height: 35px;
  border-radius: 50px;
  line-height: 29px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #f8ff13;
  font-size: 16px;
  padding: 2px 0;
  top: 10px;
}

.jodilist_box {
  /* border: 2px solid rgba(94, 53, 177, 0.5); */
  /* border-radius: 10px; */
  /* height: 100%; */
  /* width: 100%; */
  left: 0;
  top: 0;
  /* z-index: -1; */
  -webkit-backdrop-filter: blur(5px);
  /* backdrop-filter: blur(5px); */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  /* padding: 25px; */
  /* border-image: linear-gradient( to bottom, #f6fd14, rgba(0, 0, 0, 0) ) 1 48%; */
}

.jodilist_boxlisting a {
  width: 17% !important;
  margin: 8px 15px !important;
  font-size: 14px;
  background: #f8ff13;
  padding: 8px 12px;
  border-radius: 10px;
  border: 2px solid rgba(94, 53, 177, 0.5);
}
.jodilist_boxlisting a li {
  color: #000;
}
ul.jodilist_boxlisting {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 999;
    position: relative;
}
.jodichart_tablewrp{
    padding: 40px 50px;
    background: url(../images/bg2.webp);
}
.charttable_hdng {
    background: #d4d4d4;
    width: 33%;
    text-align: center;
    margin: 25px auto 25px;
    transform: translate(0, -50%);
    height: 40px;
    background: #5E35B1;
    border-radius: 50px;
    line-height: 29px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 6px 0;
    top: 10px;
}

.jodichart_table {
    color: #fff;
    font-size: 16px;
       background: rgb(77 25 173 / 18%);
    border: 2px solid rgba(94, 53, 177, 0.5);
      text-align: center;
}

.jodichart_table>tbody>tr>td {
/*        font-size: 25px;*/
  font-size: 20px;
        padding: 5px 0;
        /* border: 1px solid #333488; */
}

.jodichart_table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #333488;
}
.jodichart_table thead th{
      border-bottom: none;
          padding: 12px 0;
}
.jodichart_table thead{
  background: #1d0a64;
}
/*how to play page css start here*/
.howplay_sec {
  padding: 25px 20px;
  background: url(../images/bg2.webp);
  background: #2d2d2d;
/*  height: 92vh;*/
}
.guest_foruminfo h1 {
  font-size: 22px;
  color: #f8ff13;
  margin: 0 0 15px !important;
}
.gst_frm ul li {
  color: #fff;
  font-size: 15px;
  padding: 0 0 6px;
}
/*accordian css*/
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
/*  background-color: #f9f9fa;*/
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 20px 10px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  border-image: linear-gradient( to bottom, #f6fd14, rgba(0, 0, 0, 0) ) 1 48%;
}
.accordion-list li h2 {
  color: #f8ff13;
  font-size: 16px;
}
.accordion-list li p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
#single-form ul li span {
  background: #f8ff13;
  height: 50px;
  width: 61px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
}
.lgtpb {
  background: #f8ff13;
  color: #000;
  padding: 12px 20px;
  font-size: 13px;
  display: inline-block;
  margin: 0 auto 18px;
  border-radius: 4px;
}
.underpage_loginpcr {
  text-align: center;
}
.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  background: #1f1f1f;
  overflow: hidden;
}
.lgtpb:hover{
  color: #000;
}
.header_top_logo a img {
  width: 80px;
}
.wallet_portn h6 {
  color: #fff;
  font-size: 15px;
  padding: 10px 8px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wallet_portn h6 svg {
  height: 25px;
  fill: #f8ff13;
  margin-right: 6px;
}
.single_hdng h1 {
  font-size: 19px !important;
  color: #f8ff13;
}
.list_uphdng p {
  font-size: 15px !important;
  color: #fff;
  text-align: center;
}
.play_area_main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.play_area_main ul li {
  width: 47%;
  display: flex;
  align-items: center;
  margin: 0 0 18px 0;
}
.play_area_main ul li input {
  width: 94%;
  margin: 0 0 0;
  background: #323232;
  border: 1px solid #f8ff13;
}
.whatsapp_icon {
  position: fixed;
  bottom: 66px;
  right: 14px;
}
.whatsapp_icon a img {
  width: 48px;
  height: 48px;
}
.number-area ul {
  display: inherit;
  height: 250px;
  overflow: auto;
  border: 1px solid #f6fd13;
  border-radius: 10px;
}
.number-area ul li {
  background: #4a4a4a;
  width: 100%;
  padding: 10px 18px;
  font-size: 15px;
  color: #fff;
  margin: 0 0 2px;
  cursor: pointer;
  transition: ease-in-out 0.4s;
}
.number-area ul li:hover {
  background: #f6fd13;
  color: #000;
  transition: ease-in-out 0.4s;
}
.number-area ul li.active {
  background: #f6fd13;
  color: #000;
}
.select_digit {
  background: #f6fd13;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 4px 0 0 4px;
}
.close_select {
  background: #d61a1a;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.jodi_box {
  width: 100% !important;
  height: 45px !important;
  border: 1px solid #f6fd13 !important;
  border-radius: 0 !important;
}
.close_select svg {
  fill: #fff;
  font-size: 17px;
}
.single_select {
  display: flex;
  align-items: center;
  margin: 0 14px 12px 0;
}
.selected_digit_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 26px 0 0;
  flex-wrap: wrap;
}

.profile_hdng {
  text-align: center;
  color: #f8ff13;
  font-size: 22px;
  margin: 0 0 17px;
}
.wallet_box img {
  width: 50px;
}
.wallet_box h6 {
  font-size: 18px;
  color: #fff;
  margin: 22px 0 32px;
}
.wallet_box {
  text-align: center;
}
.wallet_box h5 {
  font-size: 35px;
  color: #f8ff13;
  margin: 12px 0 0;
}
.logout_btn {
  text-align: center;
}
.profl_logout {
  background: #d62525;
  color: #fff;
  padding: 9px 25px;
  font-size: 13px;
  display: inline-block;
  margin: 24px 0 0;
  border-radius: 4px;
}
.profl_logout:hover{
  color: #fff;
}
.profile_detalinfo {
  margin: 0 0 0;
  position: relative;
}
.profile_detalinfo a {
  background: #f8ff13;
  padding: 12px 19px;
  display: inline-block;
  margin: 16px 6px 0 0;
  font-size: 15px;
  color: #000;
  border-radius: 4px;
}
.profile_detalinfo h6 {
  font-size: 15px;
  color: #fff;
  padding: 0 0 14px;
}
.profile_detalinfo::after {
  content: '';
  position: absolute;
  top: 0;
  left: -59px;
  width: 1px;
  height: 200px;
  background: #454545;
  display: none;
}
.tranastion_hdng {
  text-align: center;
  color: #f8ff13;
  font-size: 22px;
}
.transactionhistory_box.transactionech_wrp {
  width: 50%;
  padding: 25px 25px;
  background: #2d2d2d;
  border-radius: 10px;
}
.transactionhistory_box.transactionech_wrp h2 {
  color: #f8ff13;
  font-size: 18px;
  margin: 0 0 19px;
}
.transactionhistory_box.transactionech_wrp p {
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #383838;
}
.transactionhistory_box.transactionech_wrp p {
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #383838;
  padding: 10px 0;
  margin: 0;
}
.transactionhistory_box.transactionech_wrp h4 {
  color: #9b9b9b;
  text-align: right;
  font-size: 13px;
  margin: 34px 0 0;
}
.transactionhistory_box.transactionech_wrp p span {
  font-weight: 600;
  margin: 0 13px 0 0;
  color: #f8ff13;
}
.marque_wrap {
  background: #1f1f1f;
  color: #f8ff13;
  font-size: 14px;
  padding: 5px 0;
}
.NagpurFatafat_Ratesmain {
  background: #292929;
  padding: 20px 0;
}

.play_hdng {
  color: #f8ff13;
  font-size: 22px;
  margin: 0 0 12px !important;
}
.howplay_smalldres {
  color: #fff;
  font-size: 14px;
  margin: 0 0 20px;
}
.about_hdng {
  font-size: 22px;
  margin: 0 0 12px !important;
  color: #f8ff13;
}
.text-white.privary_info p {
  font-size: 14px;
}
.con_dtlerp h6 svg {
  width: 28px;
  fill: #f8ff13;
  margin: 0 9px 0 0;
}
.con_dtlerp h6 a {
  font-size: 15px;
  color: #fff;
}
.text-white.privary_info li {
  font-size: 14px;
}
.online_patkaplay_app {
  background: #2a2a2a;
  padding: 30px 0;
}
.top_app_section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top_app_section_logo img {
  width: 132px;
  border-radius: 19px;
}
.top_app_section_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 50px 0 0;
}
.top_app_section_logo {
  margin: 0 18px 0 0;
}
.top_app_section_content h1 {
  color: #f8ff13;
  font-size: 25px;
  margin: 0 0 6px !important;
}
.top_app_section_content h3 {
  color: #fff;
  margin: 0 0 16px;
}
.top_app_section_content p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.top_app_section_content p span {
  font-weight: 600;
  color: #f8ff13;
  margin: 0 4px 0 0;
}
.top_app_section_right a {
  background: #f8ff13;
  border: 0;
  width: 240px;
  height: 70px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 9px 18px;
  position: relative;
  display: block;
  color: #000;
}
.top_app_section_right a svg {
  width: 25px;
  position: absolute;
  top: 22px;
  right: 18px;
}
.top_app_section_right a span {
  display: block;
  font-weight: 400;
  font-size: 15px;

}
.online_patkaplay_inner {
  width: 55%;
  margin: 0 auto;
}
.screen_images {
  background: #2a2a2a;
  padding: 25px;
}
.screen_img_inn {
  display: flex;
  justify-content: center;
}
.screen_img_inn img {
  width: 200px;
  margin: 0 11px;
  border-radius: 25px;
}
.app_screen_cont {
  background: #2a2a2a;
  padding: 20px 0;
}
.app_screen_cont_inn {
  width: 55%;
  margin: 0 auto 0;
}
.app_screen_cont_inn h2 {
  font-size: 22px;
  color: #f8ff13;
  margin: 0 0 12px;
}
.app_screen_cont_inn p {
  color: #fff;
  font-size: 15px;
}



.app_screen_faqarea_inn .accordion {
  background-color: #f8ff13;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 0 0 7px;
}

.app_screen_faqarea_inn .active, .accordion:hover {
  background-color: #ccc;
}

.app_screen_faqarea_inn .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.app_screen_faqarea_inn .active:after {
  content: "\2212";
}

.app_screen_faqarea_inn .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 0 0 8px;
}
.app_screen_faqarea {
  background: #2a2a2a;
  padding: 0 0 31px;
}
.app_screen_faqarea_inn {
  width: 55%;
  margin: 0 auto;
}
.panel p {
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
}
span.cont_opt {
    color: #000;
    font-size: 14px;
    text-align: left;
    display: block;
    margin: 0 0 20px;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
}




.mnblns {
    background: #3c3b3b;
    height: 120px;
    border-radius: 6px;
    padding: 12px;
}
.mnblns h6 {
    margin: 0;
}
.wallet_wrp_top {
  background: #3c3b3b;
  border-radius: 6px;
  margin: 0 0 15px;
  padding: 12px;
}
.wallet_wrp_top .wallet_box h6 {
  font-size: 18px;
  color: #fff;
  margin: 6px 0 15px;
}
.profile_detalinfo {
    padding: 28px 0;
}
.history_btn {
    display: flex;
    justify-content: space-between;
}
.history_btn a {
  font-size: 12px;
  padding: 13px 5px;
  text-align: center;
  width: 48%;
}
.profile_detalinfo h6 {
    font-size: 17px;
    color: #fff;
    background: #3c3b3b;
    padding: 7px 11px;
    border-radius: 4px;
}
.profile_detalinfo h6 span {
    color: #f8ff13;
}
.login_cercle1 {
  background: linear-gradient(217deg, #f8ff13, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #006867, rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, #264e62, rgba(0, 0, 255, 0) 70.71%);
  border-radius: 50%;
  font-size: 350px;
  height: 1em;
  width: 1em;
  filter: blur(70px);
  position: absolute;
  top: -16%;
  left: -51%;
  opacity: 0.6;

}
.login_cercle2 {
    background: linear-gradient(217deg, #f8ff13, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #006867, rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, #264e62, rgba(0, 0, 255, 0) 70.71%);
    border-radius: 50%;
    font-size: 350px;
    height: 1em;
    width: 1em;
    filter: blur(70px);
    position: absolute;
    bottom: -16%;
    right: -51%;
    opacity: 0.6;
    z-index: -1;
}

.login_cercle3 {
  background: linear-gradient(217deg, #22a26c, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #006867, rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, #264e62, rgba(0, 0, 255, 0) 70.71%);
  border-radius: 50%;
  font-size: 141px;
  height: 1em;
  width: 1em;
  filter: blur(54px);
  position: absolute;
  bottom: 60%;
  right: 0;
  opacity: 0.8;
}
.menu_area ul li {
    width: 100%;
}
.login_cercle4 {
  background: linear-gradient(217deg, #22a26c, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #006867, rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, #264e62, rgba(0, 0, 255, 0) 70.71%);
  border-radius: 50%;
  font-size: 141px;
  height: 1em;
  width: 1em;
  filter: blur(54px);
  position: absolute;
  bottom: 10%;
  left: 0%;
  opacity: 0.8;
}

.login_logo img {
  width: 125px;
  text-align: center;
}
.login_logo {
  text-align: center;
  margin: 0 0 56px;
}
.log_bg_bord svg {
  width: 16px;
  fill: #ecf817;
  margin: 0 0 0 13px;
}
.log_bg_bord {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #555;
  border-radius: 4px;
  margin: 0 0 17px;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
/*    -webkit-text-fill-color: transparent !important;*/
    -webkit-background-clip: transparent !important;
    background-clip: transparent !important;
}
#nav_menus {
  position: fixed;
  z-index: 999;
  background: #f8ff13;
  left: -100%;
  top: 0;
  height: 100vh;
  width: 75%;
  z-index: 999999;
  transition: ease-in-out 0.4s;
}
.menu_area.menu_area2 {
  left: 0 !important;
  transition: ease-in-out 0.4s;
}
.menu_tgl {
  cursor: pointer;
  margin: 0 17px 0 0;
}
.menu_tgl span {
  background: #f8ff13;
  height: 1.5px;
  width: 25px;
  display: block;
  border-radius: 10px;
}
.menu_tgl span:nth-child(2) {
  margin: 7px 0;
}
.header_top_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cls_mnu {
  float: right;
  font-size: 17px;
  background: #000;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  margin: 10px;
}
.btm_menu_inner ul li a svg {
  width: 20px;
  fill: #111;
  margin: 0 0 3px;
}
.bottom_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8ff13;
  z-index: 99999;
  padding: 3px 10px;
  width: 100vw;
}
.btm_menu_inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btm_menu_inner ul li a span {
  display: block;
  text-align: center;
  color: #111;
}
.btm_menu_inner ul li {
  width: 18%;
  text-align: center;
}
.btm_menu_inner ul li a{
  display: block;
}
.header_top.header_top_sticky {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.chart_page_main {
  background: #242424;
  padding: 20px;
}
.single_chart_page {
  background: #d7db79;
  border-radius: 12px;
  padding: 16px 19px;
  text-align: center;
  border: 1px dashed #77792e;
  width: 48%;
}
.single_chart_page a svg {
  width: 30px;
  text-align: center;
  margin: 0 auto 9px;
}
.chart_page_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single_chart_page a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single_chart_page a span {
  font-size: 15px;
  color: #000;
  margin: 0;
}
.play_area_main_page {
  background: #242424;
  padding: 20px;
}
.play_main_page_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.single_playpg_option {
  width: 48%;
}
.single_playpg_option a {
  background: #d7db79;
  border-radius: 20px;
  padding: 15px 18px;
  text-align: center;
  border: 1px dashed #77792e;
  width: 100%;
  height: 108px;
  margin: 0 0 13px;
  display: block;
}
.single_playpg_option a svg {
  width: 40px;
}
.single_playpg_option a span {
  display: block;
  font-size: 16px;
  color: #000;
  margin: 8px 0 0;
}
.gam_icon {
  display: flex;
  justify-content: center;
}
.play_main_page_inner .single_playpg_option:nth-child(2) a svg {
  width: 56px;
}
.history_popup_main {
  background: #171717;
  position: fixed;
  right: 63px;
  bottom: 58px;
  z-index: 999999999;
  height: auto;
  width: 58vw;
  padding: 19px;
  transition: ease-in-out 0.4s;
  display: none;
  border-radius: 15px;
}

.hist_pop_cont {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.hist_pop_cont a {
  background: #f8ff13;
  width: 100%;
  display: flex;
  height: 45px;
  font-size: 15px;
  color: #000;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 4px auto;
}
.profilebet_btn {
  margin: 13px auto 0 !important;
}

.matkarate_area h2 {
  text-align: center;
  color: #f8ff13;
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 18px;
}
.matkarate_area {
  background: #282828;
}
.matkarate_area ul {
  position: relative;
  z-index: 99;
  margin: 15px 0 0;
}
.matkarate_area ul li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #f8ff13;
  border-radius: 4px;
  margin: 0 0 10px;
}
.matkarate_area ul li p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin: 0;
}
.matkarate_area ul li span {
  color: #f8ff13;
  font-weight: 600;
}
.matkarate_area::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 250px;
  width: 250px;
  background-size: cover;
  -webkit-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
}
.matkarate_area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 250px;
  width: 250px;
  background-size: cover;
  -webkit-transform: translate(-50px, -50%);
  transform: translate(-50px, -50%);
}
.game-list p a {
  color: #fff;
}
.matka_rate_area2 {
    /* height: 92vh; */
    background: #282828;
    padding: 0 0 140px;
}
.matkarate_area h4 {
  color: #fff;
  text-align: center;
}
.howtoply_video iframe {
  width: 100%;
  height: 236px;
}

.scan_qr_main_area h3 {
  margin: 0 0 11px;
  font-size: 14px;
  color: #fff;
}
.form-group.qr_code_addm {
  text-align: center;
}
.qr_code_addm img {
  width: 60%;
  margin: 0 auto 14px;
}
.screen_sort {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.guest_frm label {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.add_money_area input {
  width: 100%;
  height: 41px;
  font-size: 14px;
}
.form-group.upld input {
  height: 41px;
  padding: 10px 10px;
  margin: 0 0 19px;
}
.addmoney_section {
  background: #262626;
  padding: 20px 12px 70px;
  
}
.guestforum_accordian.add_money_accd {
  border-top: 1px solid #353535;
  padding: 25px 0 0;
  border-radius: 0;
  margin: 31px 0 0;
}
.dipost_hist {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 0 0 10px 8px;
}
.guest_foruminfo p {
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 0;
}
.guest_foruminfo p {
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 0;
  color: #fff;
}
.guest_frm label {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.withdrl_top input {
  width: 100%;
  height: 45px;
  font-size: 14px;
}
.withdraw_amount_disable {
  background: #555 !important;
  border: 1px solid #919191;
}
.form-group.withdrl_botm {
  margin: 0 0 21px;
}
.paamnt {
  color: #fff;
  font-size: 13px;
  margin: 0 0 0 10px;
}
#add_account {
  background: #f8ff13;
  padding: 7px 12px;
  border-radius: 4px;
  color: #000;
}
form.guest_frm .submit_btn {
  margin-right: auto;
  margin-left: 0;
  width: 12%;
  margin-bottom: 15px;
}
button:disabled {
  background: #cccccc !important;
  opacity: 0.5;
  cursor: no-drop;
}
/*.addmoney_section.withdraw_section {
  height: 92vh;
}*/
.guestforum_accordian {
  border-radius: 10px;
  padding: 0;
}
.accordion-listgus {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}
.with_hist {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 23px 0 13px 0;
  border-top: 1px solid #2f2f2f;
  margin: 14px 0 0;
}
.bank_withd_detl {
    background: #333;
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 20px;
}
.profile_detalinfo input {
    height: 40px;
    background: #282828;
    border: 1px solid #515151;
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px;
    border-radius: 4px;
}
.bankdtl_titl {
    color: #fff;
    font-weight: 600;
    margin: 16px 0 12px;
}
.bnkdtl_txt {
    color: #fff;
    font-size: 13px;
    padding: 1px;
}
.profile_top {
    padding: 12px;
    border-radius: 10px;
    margin: 0 0 12px;
    border: 1px dashed #6f6f6f;
}
.profile_top h4 {
    font-size: 14px;
    color: #fff;
    margin: 0 0 11px;
}
.whatsapp_icon {
    width: 50px;
}
body {
    background: #242424;
}
.menu_area ul li a svg {
  width: 16px;
  margin: 0 8px 0 0;
}
.Error_section {
  color: #d92929;
  font-size: 13px;
  position: relative;
  bottom: 12px;
}
.single_chart_page a svg {
  width: 36px;
}
.jodichart_mainwrap {
  padding-bottom: 60px !important;
}
.transactionhistory_box.transactionech_wrp table {
    width: 100%;
}














