@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@100&family=Khand&family=Montserrat:wght@100&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600&family=Roboto&family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@100&family=Khand&family=Montserrat:wght@100&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,100;1,300;1,400;1,600&family=Roboto&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@100;200;300;400;500;600&family=Khand&family=Montserrat:wght@100&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,100;1,300;1,400;1,600&family=Roboto&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Secular+One&display=swap');


/* ::-webkit-scrollbar {
  width: 0px;
  background: transparent; 
} */

html {
  scroll-behavior: smooth !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.htmlbackgroung {
  background: #0D0D0D !important;
}

.news {
  background: #0D0D0D !important;
}

body {

  margin: 0 !important;
  padding: 0 !important;
  background: #1b1928 !important;

}

button.navbar-toggle.collapsed {
  color: #705A0F;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-left: 18px;

}


.ttl {
  font-size: 24px;
  color: #525458;
  text-transform: uppercase;
  margin: 10px 0;
}

/* news */


.news__content {
  overflow: hidden;
}

.news__slider {
  margin: 0 -10px;

  overflow-x: hidden;
}

.news__slide {
  box-sizing: border-box;
}

/* article */



.article {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  margin: 60px auto;
}

.article__img-container {
  height: 168px;
  position: relative;
  overflow: hidden;
}

.article__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-size: cover;
  transition: 0.3s all;
}



.article__title {
  color: #8c570a;
  font-weight: 700;
  font-size: 22px;
  padding: 20px 0;
}

.article__content {
  color: #85878d;
  font-size: 16px;
  line-height: 20px;
  height: 95px;
  overflow: hidden;
}

.article__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.article__date {
  color: #737373;
  font-size: 15px;
}


.slider-dots-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;

}

.slider-dots button {
  width: 5px;
  height: 5px;
  display: block;
  border: 0;
  margin: 0 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;

  position: relative;
  z-index: 0;
  font-size: 0;
  border-radius: 30px;
}




.slider-dots-box .slick-active button:before {
  height: 10px;
}

ul.slider-dots {
  list-style-type: none;

  margin-top: -155px;
}

li.slick-active button {
  background-color: #FBC800 !important;
  width: 14px;
}






img.navicon {
  margin-top: 12px;
}

img.playnowbn {
  position: absolute;
  left: 233px;
  width: 115px;
  top: 90px;
}




.gamebg {
  height: 140px;
  /* width: 112px; */
  background: url(../images/games/gamecard.svg);
  background-position: center;
  margin-top: 15px;
  background-size: cover;
}

p.bgtext {

  text-align: center;
  padding-top: 15px;
  color: var(--White, #FFF);
  font-size: 11px;
  font-weight: 500;
}



img.cardinside-img {
  width: 100%;
  padding-top: 5px;

}

.lootrixlogo {
  padding-bottom: 10px;
}



a {
  text-decoration: none !important;
}





.header {
  background: #0D0D0D !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 10px 10px;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index:85;
}

button {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: 0;
}

.toggle span {
  width: 100%;
  height: 2px;
  background: #555;
  display: block;
  position: relative;
  coursor: pointer;
}

.toggle span:before,
.toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555;
  transition: all 0.3s ease-out;
}

.toggle span:before {
  top: -8px;
}

.toggle span:after {
  top: 8px;
}

.toggle span.toggle {
  background: transparent;
}

.toggle span.toggle:before {
  top: 0;
  transform: rotate(-45deg);
  background: #4CAF50;

}

.toggle span.toggle:after {
  top: 0;
  transform: rotate(45deg);
  background: #4CAF50;
}

.sidebar {
  background: linear-gradient(180deg, #1b1928 0%, #1b1928 100%);
  width: 260px;
  position: fixed;
  top: 0;
  left: -260px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding-top: 90px;
  transition: all 0.3s ease-out;
  z-index: 83;
  overflow: hidden;
}

.sidebar ul {
  list-style: none;
}

.sidebar ul li {
  display: block;
}

.sidebar ul li a {
  padding: 8px 0px;
  font-size: 15px;
  color: white;

  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
  font-weight: 500;
  left: -10px;


}

.sidebar ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 1px;
  /* background:#4CAF50; */
  z-index: -1;
  transition: all 0.3s ease-out;
}

.sidebar ul li a:hover:before {
  width: 100%;
}

.sidebar ul li a:hover {
  color: #4CAF50;
}

.sidebarshow {
  left: 0;
}



.sidebar_slide {
  background: #0f0e16;
  width: 250px;
}

#sidebar svg {
  float: right;
  margin-top: 5px;
}


#sidebar ul li a {
  padding: 20px 0px 15px 0px;
  font-size: 16px;
  color: white;
  text-decoration: none;
  display: block;

  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-style: normal;
  font-weight: 600;

  text-transform: uppercase;


}

#sidebar .drop-down .sub .spassborder::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /* Adjust the height as needed */
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  cursor: pointer;
}

/* li.sub{
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
} */


#sidebar ul li:hover a {
  background: #282638;
}

.signOut_bottom_btn {
  padding: 12px 80px;
  height: 44px;
  border-radius: 6px;
  background: #FF4B4B;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.signOut_bottom_btn:hover {
  color: #FFF;
}

.signOut_bottom_div {

  position: absolute;
  bottom: 25px;
}

.toggle span {
  width: 30px;
  height: 2px;
  background: #555;
  display: block;
  position: relative;
  coursor: pointer;
  font-size: 14px;
  border-radius: 31px;
}


.toggle span:before {
  content: '';
  position: absolute;
  left: 0;
  width: 75%;
  height: 100%;
  background: white;
  transition: all 0.3s ease-out;
  border-radius: 30px;
}

img.logo {


  height: 100%;


}

.toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 75%;
  height: 100%;
  border-radius: 30px;
  background: white;
}


.toggle span {
  width: 22px;
  height: 3px !important;
  display: block;
  position: relative;
  coursor: pointer;
  /* font-size: 13px; */
  border-radius: 31px;
  background: white;
  /* padding: 0px; */
  margin: 5px;
}

.toggle span.toggle:after {
  top: 0;
  transform: rotate(45deg);
  background: white;
}

.toggle span.toggle:before {

  background: white;
}





.modal-dialog {
  padding: 0px 10px 0px 0px;
}






span.plus {

  /* padding: 9px 11px 11px 12px; */
  position: absolute;
  right: 0;
  border-radius: 0px 6px 6px 0px;
  background: #00C06E;

  width: 36px;
padding: 20px;
  top: 0;
}


button#toggle {
  position: relative;
  left: -10px;
  background: #2b2740;
  width: 41px;
  height: 40px;
  border-radius: 8px;
}



span.btn-cash {
  margin-left: -35px;

  color: #E2FBD3;
  text-align: center;


  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}


.btn,
.btn1 {

  filter: drop-shadow(8px 16px 40px rgba(0, 0, 0, 0.20));
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  height: 37px;
  border-radius: 5px;
  color: #705A0F;
  text-align: center;


  font-size: 14px;
  font-style: normal;

  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  position: relative;


}

.color_green {
  height: 46px;
  position: relative;
  top: 10px;
}


.loginbtn-new {
  background: #2B2740 !important;
  color: #FFFFFF !important;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.loginbtn-new:hover {

  color: #FFFFFF !important;
}

.signupbtn-new {
  background: #FFE867 !important;
  color: #161421 !important;
  left: 18px;
}

.signupbtn-new:hover {
  background: #F2D847 !important;
  color: #161421 !important;
}

.sidebar {
  display: block !important;
}

.display {
  overflow: hidden;
}

.margin_top_35 {
  margin-top: 35%;
}

.text-center {
  text-align: center;
}

.modal-title {
  color: #2B2740;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding-top: 10px;
}

.color_red {
  color: #D82D2D;
}

.color_green {
  background: #01BD71;
  color: white;
}

.input_error {
  font-size: 10px;
  margin-bottom: 5px;
  letter-spacing: -0.2px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  top: 3px;
}

.form-control {

  border: 1px solid #c2c5c7 !important;
}


.modal-header {
  border-bottom: none;
}

.input_style {
  height: 44px;
  font-size: 14px;
}

form#signup_form {
  margin-top: -38px;
}


.otp_cont {
  margin-top: -38px;
}

.deposit_amt_div {
  margin-top: 17px;
}


/* otp input box starts */
.otp-field {
  display: flex;
}

.otp-field input {
  width: 25%;
  font-size: 21px;
  height: 44px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 2px;
  border: 2px solid rgba(0, 0, 0, 0.20);
  background: #F2F6F9;
  font-weight: bold;
  color: #212529;
  outline: none;
  transition: all 0.1s;
}

.space {
  margin-right: 1rem !important;
}

/* otp input box ends */

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

span.dep_pre_amt.margin_right_10:focus {

  background: #FFC805 !important;
}




.margin_left_15 {
  position: relative;
  text-align: -10px;
  top: -28px;
  left: -12px;
  cursor: pointer;
}

form#signInModalForm {
  margin-top: -38px;
}





.mobile_banner {

  background-image: linear-gradient(#530B71, #A80978, #6F0977);
}

@media screen and (min-width: 300px) and (max-width: 800px) {


  a#bookppages {
    width: 50%;
    justify-content: end;
    display: flex;
}
span.secondrule {

  left: 15px !important;
}
p.inside_pop_title2 {

  width: 50% !important;

}
  
  .dropdownbox {

    right: 4px !important;
}


  .scroll-container {
    width: 100%;
    /* Set the width of your container */
    white-space: nowrap;
    /* Prevent text from wrapping to the next line */
    overflow-x: auto;
    /* Hide the horizontal scrollbar initially */
    border: 1px solid #ccc;
    /* Optional: Add a border for better visibility */
    /* Optional: Add padding to the container */
    cursor: grab;
    /* Set cursor to indicate grabbable element */
    color: white;
    padding: 10px 0px 12px 0px !important;
    background: #2B2740 !important;
    border-radius: 6px;
    border: none;
    color: #E2FBD3;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    text-align: left;
    height: 39px;

  }

  span.inside_numtext.depositamt {
    margin-left: 8px !important;
  }
  span.overallboxeye {
    position: relative;
    top: 2px;
}
  .arrow {
 
    right: 16px !important;
    top: 34% !important;
}

  i.fa-solid.fa-eye.selected {
    margin-left: 5px;
  }

  span.currency_simplediv {
    position: relative;
    left: 3px !important;
  }

  
  .gamecardcontent {

    background: #1b1928 !important;

  }

  .division {
    width: 30% !important;

  }

  .division2 {
    width: 30% !important;

  }

  .dep_pre_amt {
    width: 32px;
    color: #8e8d98;
    text-align: center;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    margin: 5px;
    border-radius: 3px;
    border: 0.6px solid rgba(255, 255, 255, 0.20);
    padding: 7px 1px 8px 0px;
    /* width: 99%; */
    width: 45px;
  }

}

.mobile_banner_card {




  background-color: #fff;
  width: 100%px;
  padding: 22px;
  border-radius: 10px;

}

.mobile_banner_card span {
  color: #8C8787;
}

.mobile_banner_card h1 {
  color: #000;
  font-weight: 600;
  font-size: 28px;
}

.mobile_banner_card .btn {
  background-color: #01BD71;
  color: #fff;
  border: none;
}



.ban-texti {


  z-index: 0;
  position: relative;
  color: #FFD338;
  text-align: center;

  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

}


button.loginbtn-new2 {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  height: 37px !important;
  border-radius: 5px;
  color: white !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  position: relative;
  background: #2B2740;
}


.sigup {
  border-radius: 4.461px;
  background: linear-gradient(180deg, #FFE141 0%, #FFE927 53.59%, #F2B61B 100%);
  box-shadow: 0px 0.74354px 0.74354px 0px rgba(255, 220, 129, 0.60) inset, 0px 0.74354px 0.74354px 0px rgba(242, 156, 27, 0.80) inset, 0px 0.74354px 0.74354px 0px rgba(255, 255, 255, 0.25) inset, 0px -0.92942px 0.74354px 0px rgba(255, 92, 0, 0.25) inset;
  width: 100%;
  color: #0D0D0D;
  text-align: center;
  height: 37px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;

}

img.logo2 {
  width: 50%;
  position: relative;

}


.modal-dialog {
  top: 15%;
  width: 100% !important;

}

.modal {

  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  /* Add the blur effect to the background */

}

.modal-content {

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

}



.row.insidecol {
  margin-top: 60px;
  justify-content: center;
}


.mobile_banner_card {



  background-color: #fff;
  width: 100%;
  padding: 22px;
  border-radius: 10px;
  margin: 10px;
}



.col-12.icon-card {
  width: 37%;
}


p.icons-text {

  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 22px;
}

.col-12.icon-card {
  width: 37%;
  margin-top: 46px;

}





i.fab {
  padding: 10px;
}



.frame-desk {
  display: none;

}




.space {
  padding: 10px 0px 0px 0px;
}

input.space2 {
  width: 100%;
}

input.input-box {
  width: 100%;
}




.close-nn {
  padding: 10px;
}

.close-nn {
  color: white;

}

.row.close-nn-par {
  color: white;
  /* padding: 133px; */
  padding: 0px 250px 2px 250px;
  text-align: justify;
  font-size: 20px;
}

.content-par-con {
  opacity: 0.5;
}


.container.funplay {
  margin-top: 40px;
}

p.content-par-con {
  font-size: 13px;
  opacity: 0.4;
}


button.funplay-signup {
  border-radius: 6px;
  background: #01BD71;
  width: 100%;
  height: 41px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  /* padding: 5px; */
  margin-top: 20px;

}


.funplay-btns {
  border-radius: 6px;
  background: #54526a;
  width: 100%;
  height: 41px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  /* padding: 5px; */



}

.fre-img {
  /* width: 50%;
  height: 50%; */
  /* padding: 100%; */
}


.deposit_form {
  padding: 0px !important;
}

.row.footer-div {
  position: relative;
  top: -40px;

}

.copyright-text {
  color: white;
  position: absolute;
  bottom: 0;
}




#sidebar ul li:hover a {
  background: #282638;
  cursor: pointer;
}

span.closebrn_new {
  cursor: pointer;
}


button.funplay-signup:hover {
  background: #04894f;
}

.funplay-btns:hover {
  background: #5e5c73;
}


span.plus:hover {
  background: #04894f;
}


button#toggle:hover {
  background-color: #2e284f;
}

svg.logimg-recent {
  margin-left: 5px;
}



button.loginbtn-new2:hover {
  background-color: #3e3956;
  border: none;
}

.sigup:hover {
  background: linear-gradient(120deg, #ffe454, #fff597, #ffd25e);
  box-shadow: 0 0 10px rgba(255, 220, 129, .6), inset 0 -6px 10px rgba(242, 156, 27, .8), inset 0 6px 10px hsla(0, 0%, 100%, .45), inset 0 0 11px rgba(255, 92, 0, .1);
  color: #161421
}


button.deposit_form_btn.btn:hover {
  background: #06965c;
  border: none;
}


button#loginotp_btn:hover {
  background: #06965c;
  border: none;
}

button#signInOTP_btn:hover {
  background: #06965c;
  border: none;
}

.spassov-ul {
  list-style: none;

  color: white;
}

.spassov-li>.spassov-ul {

  overflow: hidden;
}

span {
  cursor: pointer;
}

ul.spassov-ul.submenu {
  height: auto;
}

li.spassov-li.subli {
  padding: 3px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.432px;
  /* 181.657% */
  margin-left: -22px;
}



ul.spassov-ul {
  margin-left: -22px;

}


.drop-down {
  list-style: none;
  overflow: hidden;

}

.drop-down.closed {
  height: 60px;
}



li.sub {

  padding: 0px 0px 0px 0px;
}

.submenuhead {
  padding: 0px 0px 5px 0px !important;
}



.drop-down li a {
  display: block;
  color: #ecf0f1;
  text-decoration: none;

}

a.submenuhead {
  margin-left: 20px;
  margin-top: 4px;
  color: #FFF;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 25.432px;
  /* 181.657% */
}

.container.profile {
  position: relative;
  top: 80px;
}

button.profile-btn {
  background: #3C3955;
  width: 47%;
  color: #FFF;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.12px;
  height: 45px;
  border-radius: 5px;
  color: #9e9caa;
  margin-top: 30px;
  padding-top: 6px;


}

button.input-box23.new {
  width: 272px;
}

p.usdamt {
  font-size: 16px;
  padding-top: -5px;
  position: relative;
  top: -2px;
  color: white;
}


.prof-username {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #F2F6F9;
  width: 100%;
  height: 45px;
}

p.username-text {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;

}

p.in-text {

  color: #595C6B;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;

}

.incon {
  padding: 12px;
}

.row.input-contain {
  margin-top: 40px;
}

.phone-text {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
  margin-top: 15px;

}

.colum-container {
  display: flex;
  justify-content: center;
}

section {
  height: 100%;
}

img.con-arrow {
  width: 40px;
}

/* .spassov-display{
overflow: hidden;
} */

button#adpop {
  background: #14764f;
  color: white;
}

form#otp_form {
  padding: 10px;
}




.fa-chevron-down {
  transform: rotate(265deg);
  transition: all 0.2s;
}

.fa-chevron-down.active {
  transform: rotate(360deg);
}


i.fas.fa-chevron-down.fa-sm {
  float: right;
  position: relative;
  top: 14px;
  color: #ffc805;
  left: -4px;
  font-size: 13px;
}






.signup_username_div {
  margin-top: -32px;
}

.sec-arow {
  cursor: pointer;
  position: relative;
  left: -17px;
}


.forgame-text {
  color: #FFF;
  text-shadow: 0px 3.5999999046325684px 3.5999999046325684px rgba(0, 0, 0, 0.25), 0px 3.5999999046325684px 3.5999999046325684px rgba(0, 0, 0, 0.25);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}



img#popupicon {
  width: 90px;
  margin-top: 29px;
}

span.intext {
  text-align: center;

}


button.input-box {

  width: 100%;
  margin: 0px 4px 0px 0px;
  height: 38px;
  border-radius: 3.556px;
  background: #1B1928;
  color: #8D8C94;
  font-size: 12px;
  font-weight: 600;

}

span.Prizetext1 {
  font-size: 13px;
  font-family: 'Inter';
}

b.itAL {
  position: relative;
  /* top: 5px; */
  font-size: 14px;
}


span.curr_symbol_text {
  font-size: 10px;

}

.highlighted {
  background: #26C072 !important;
  opacity: 1;
  outline: none;
  opacity: 1 !important;
  color: white !important;
  border: 3px solid black;
}





::placeholder {
  color: black !important;
  text-align: left;
  font-size: 13px;
}


.clos-btn {
  width: 20px;
  position: absolute;
  top: 12px;
}

.col-4.pricetext.pricetext2 {
  margin: 0px;
}

.pricetext {

  color: var(--White, #FFF);
  text-align: center;
  font-size: 9px;
  position: relative;
  top: 20px;

}

.itAL {
  font-style: italic;
}



.secnum {
  margin-top: 20px !important;
}

p.bottom-border {
  color: white;
  border-bottom: 1px solid;
  position: relative;
  width: 500px;
  position: relative;
  margin: 0px -27px 11px -21px;

}


.secnum2 {
  margin-top: 33px !important;
}

.secnum3 {
  margin-top: 15px !important;
}

.difffont {

  margin-bottom: 5px;
}


p.mainamt {
  color: var(--Primary, #FAC625);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  right: 0px;
  background: #4F4C66;
  border-radius: 5px;
  padding: 1px 0px 1px 0px;
  width: 54px;
  height: 33px;
}

p.mainamt.semainamt {
  top: 15px;
}

span.curr_symbol_text.sec {
  color: #FAC625;
  font-weight: 700;
}

span.priceamt {
  color: white;
  font-size: 7px;
  letter-spacing: 1;
}

p.mainamt2 {
  color: white;
  font-size: 12px;
  width: 195px;
  text-align: center;
  opacity: 0.5;
}

p.mainamt3 {
  color: white;
  opacity: 0.5;
  position: relative;
  top: -7px;
  font-size: 12px;
}

.popplay {
  background: #26C072;
  width: 100%;
  color: white;
  height: 45px;
  border-radius: 4px;
  font-size: 15px;
}

.row.playbtnmain {
  margin-top: 10px !important;
}

p.locktext {
  text-align: center;
  color: white;
  margin-top: 6px;
  opacity: 0.5;

}


span.outputDivs-4players {
  margin-left: 10px;
}





.platextbox {

  font-size: 10px;
  color: white;
  padding: 0px 17px 0px 30px;

}




.platextbox2 {
  font-size: 10px;
  color: white;
  width: 100%;
}

.platextbox3 {
  font-size: 10px;
  color: white;
  padding: 0px 98px 0px 0px;
}






.platextbox4 {
  font-size: 10px;
  color: white;
  padding: 0px 38px 0px 0px;
}

span.output-div.secspan {
  left: 0px;
}



.platextbox5 {
  font-size: 10px;
  color: white;
  padding: 0px 28px 0px 0px;
  position: relative;
  left: 21px;
}

span.secspan2 {

  position: relative;
  left: -18px;
}

.extrapad {
  padding-top: 5px;
}

.platextbox2 {
  background: #4F4C66;
  width: 43px;
  border-radius: 6px;
  /* height: 54px; */
  padding: 10px 0px 0px 0px;
  position: relative;
  top: -40px;
  left: -14px;
}

.ortext {
  color: white;
  opacity: 0.5;
}

p.bottom-border {
  color: white;
  border-bottom: 1px solid;
  position: relative;
  width: 100%;
  position: relative;

}

span.winner {
  position: relative;
  left: 15px;
}


.over1 {
  position: relative;
  left: -76px;
}

.over2 {
  position: relative;
  left: -22px;
}


.carommbtn {
  width: 98% !important;
}


.game-popup {
  cursor: pointer;
}

p.trending2 {
  color: white;
  font-family: 'Secular One';
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 33.6px;
  padding: 0px 0px 0px 8px;
}

p.trending3 {
  color: white;
  font-size: 15px;
  font-style: normal;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: -14px;
  padding: 7px 0px 3px 8px;
}

p.trending4 {
  color: white;
  font-family: 'Secular One';
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 33.6px;
  padding: 28px 0px 6px 8px;
}

.game-popup {
  margin-bottom: 20px
}

.copyright-text {
  bottom: -65px !important;
}



ul.drop-down.scrollbar.closed {
  overflow-y: clip !important;
}


.fixed-list-item {
  position: sticky;
  top: 0;
  z-index: 99;
}

.list-item {
  padding: 10px;

}

#sidebar ul li a {
  background: #1b1928 !important;
}


.oversce {
  color: white;
  width: 80%;
}

.secpop1 {
  display: flex;
  justify-content: center;
}





.row.d-flex.justify-content-center.sc1 {
  width: 65%;
}

.mo-btn {
  width: 51% !important;
}



button.input-box22 {
  width: 50%;
  /* margin: -18px; */
  border-radius: 5px;
  height: 38px;
  /* background-color: #00C06E; */
  background-color: #32956a;
  font-weight: 700;
  margin: 0px -20px 0px 0px;
}


/* button.input-box22:hover {

  background-color: #297855;

} */


button.input-box23 {
  width: 500px;
  /* margin: -18px; */
  border-radius: 5px;
  height: 38px;
  background-color: #54526a;
  margin: 0px -20px 0px -13px;
}


button.input-box23:hover {

  background-color: #54526a;

}


p.or1 {
  margin-top: 5px;
  color: white;
}


img.dahsborder {
  height: 2px;
  margin: -10px 0px 8px 8px;
  width: 294px;
}


span.curnew {
  position: relative;
  left: -4px;
}

/* span.output-div {
  font-size: 13px;
  position: absolute;
  top: -3px;
} */

span.mainplay {
  left: -15px;
  position: relative;
  font-size: 14px;
}

span.mainplay2 {
  position: relative;
  left: -8px;
}

span.Free {

  font-size: 12px;
  font-weight: 500;
}

.fientry {

  margin-bottom: 10px;
}

.highlighted:focus {
  background-color: #26C072 !important;
  /* Color when highlighted */
  font-weight: 700;
  opacity: 1 !important;
}


.highlighted2 {
  background-color: #26C072 !important;
  /* Color when highlighted */
  font-weight: 700;
  opacity: 1 !important;
}


.mob-responsive-demo {
  display: flex;
  justify-content: start;
}


.mainbtn {
  margin-top: 10px;
}


p.inside_pop_title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.432px;
  left: 13px;
  top: 5px;
  position: relative;
}

p.inside_pop_title2 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.432px;

  top: 5px;
  position: relative;
}


p.inside_pop_con {
  color: #FFF;
  text-align: justify;
  font-size: 10px;
  font-style: normal;
  font-weight: 200;
  line-height: 18px;
  left: 15px;
  position: relative;
  width: 60%;
  margin: 3p;
  letter-spacing: 1;
  opacity: 0.6;
  font-family: 'Poppins';
}


p.inside_pop_con2 {
  color: rgba(255, 255, 255, 0.50);
  text-align: justify;
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  position: relative;
  width: 60%;
  margin: 3p;
  letter-spacing: 1;
  font-family: 'Poppins';



}

p.pop_buttontext {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 10px;
  left: 15px;
  position: relative;
  letter-spacing: 1;
  opacity: 0.8;
  background: #4F4C66;
  padding: 5px 0px 5px 0px;
  border-radius: 30px;
  border: none;
  margin-top: 26px;
  width: 28%;

}

span.btnpop_diffcol {
  color: #FAC625;
  font-family: 'Poppins';
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  position: relative;
}



p.pop_buttontext2 {
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Poppins';
  font-size: 10px;
  font-style: normal;
  font-weight: 200;
  line-height: 10px;

  position: relative;
  letter-spacing: 1;
  width: 35%;
  background: #4F4C66;
  padding: 5px 0px 5px 0px;
  border-radius: 30px;
  border: none;
  margin-bottom: 16px;
  margin-top: 16px;
  text-align: center;
}





@media (min-width: 576px) {
  .popframe {
    max-width: 100% !important;
  }
}

.overbox>* {


  padding-right: calc(var(--bs-gutter-x) * -0.5) !important;

}




@media (min-width: 768px) {
  .popframe {
    max-width: 110% !important;
  }

}


@media screen and (min-width: 800px) and (max-width: 4000px) {


  .arrow {
    width: 11%;
    transition: transform 0.3s ease;
    /* margin-left: 11px; */
    position: absolute;
    /* left: 15px; */

    right: 50px;
    top: 32%;
  }



  span.overallboxeye {
          position: relative;
          left: 20px;
  }

  .seppop {
    border-radius: 6px;
    background: #54526a;
    width: 50%;
    height: 41px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    /* padding: 5px; */
    margin-top: 0px;



  }




}







@media screen and (min-width: 200px) and (max-width: 800px) {

  button.home-btn {
    width: 40% !important;

}

  img.maintainance {
    width: 15% !important;
}

img.maintainance2 {
  width: 30% !important;
}

  a#bookppagespdf {
    justify-content: end;
    display: flex;
    width: 100%;
}
span.secondrule {
  width: 48%;
  color: #fac625;
  font-size: 12px;
  position: relative;
  top: 27px !important;
  left: 15px;
}


  .ribbon {
    color: #fff;
    display: block;
    font-size: 11px !important;
    position: absolute;

    top: 101px !important;
    right: 61px !important;
    width: 50px !important;
    height: 20px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-align: center;
    -webkit-transform: rotateZ(45deg) translateZ(1px) ;
    -moz-transform: rotateZ(45deg) translateZ(1px) !important;
    transform: rotateZ(0deg) translateZ(1px) !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 10;
}



  /* figure.book {
    z-index: -2 !important;
}
.grayback {
  background: #3C3955;
  padding: 20px 0px 20px 0px;
  border-radius: 8px;
  z-index: -50 !important;
  position: relative;
} */
  .arrow {
    width: 15% !important;
    transition: transform 0.3s ease;
    /* margin-left: 11px; */
    position: absolute;
    /* left: 5px !important; */
    right: 18px;
    top: 39%;
  }

  img.plussym {
    position: absolute;
    top: 30%;
    /* bottom: -20%; */
    left: 26%;
  }

  .moborclass {
    width: 100% !important;
  }


  p.inside_pop_con2 {

    width: 100%;

  }

  p.inside_pop_title2 {
    margin-top: 20px;
  }

  p.pop_buttontext2 {

    width: 57%;

  }

  p.inside_pop_con {

    width: 83%;
    left: 25px;
    margin-top: 14px;
  }

  p.inside_pop_title {
    margin-top: 20px;
    position: absolute;
    left: 30px;
    top: -2px;

  }

  p.pop_buttontext {

    width: 54%;
    left: 24px;


  }



  .mob-responsive-demo {
    display: flex;
    justify-content: center !important;
  }


  .row.d-flex.justify-content-center.sc1 {
    width: 100%;
  }

  .oversce {
    color: white;
    width: 100%;
  }

  .mo-btn {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }


  .funplay-btns {
    padding-top: 0px;
  }

  .funplay-btns {
    margin: 0px !important;
  }

  .secpop2 {
    display: flex;
    justify-content: center;
  }


  button.input-box {
    width: 100%;
    margin: 0px 0px 0px 4px;
    height: 38px;
    border-radius: 3.556px;
    background: #1B1928;
    color: #8d8c94;
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
  }


  .bottom-border {
    margin: 0px 0px 12px 0px;
  }


  button.funplay-btns.sec {
    margin-top: 10px !important;
    width: 100%;
  }

  img.dahsborder {
    height: 2px;
    margin: 0px -10px 8px 0;
    width: 100%;
  }

  .mobover {
    position: relative;
    left: -75px;
  }

  .mobover2 {
    position: relative;
    left: -22px;
  }

  .mobover3 {
    position: relative;
    left: 8px;
  }

  .carommbtn {
    width: 95% !important;
    margin-left: 10px;
  }


  button.input-box22 {
    width: 100%;

    margin: 0px -27px 0px -13px;
    font-weight: 700;
  }

  button.input-box23 {
    width: 100%;
    margin: 0px -27px 0px -13px;
  }








  .overalls {
    justify-content: center !important;
  }

  .main-head {
    justify-content: center;
  }


  img.logo.afterlogin {
    /* padding: 8px; */
    margin-left: 10px;
  }

  .newsp {

    position: relative;
    left: 10px;
  }

  span.btn-cash {
    margin-left: -23px;
  }

  span.plus {
    position: absolute;
    background: #00C06E;
    padding: 20px 0px 20px 0px !important;
    width: 26px;
    right: -15px;
    top: 0px;
  }

  .row.close-nn-par {
    color: white;
    /* padding: 133px; */
    padding: 15px 0px 0px 0px;
    text-align: justify;
    font-size: 20px;
  }

  .row.overbox {

    margin-top: 20% !important;
  }


  button.funplay-signup {
    border-radius: 6px;
    background: #01BD71;
    width: 100%;

    /* padding: 5px; */
    margin: 10px;

  }

  .funplay-btns {
    border-radius: 6px;

    width: 93%;
    background: #59576E;
    /* padding: 5px; */
    margin: 10px;

  }

  .row.main-fre-im {
    /* margin-top: 100px; */
    position: relative;
    top: 10%;
  }



  iframe {
    width: 100%;
    height: 100%;
    padding: 57px 0px 0px 0px;

  }

  .popframe {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }


  svg.logimg-recent {
    width: 100%;
  }


  button#toggle {

    left: -22px;

  }


  .seppop {
    border-radius: 6px;
    width: 100%;
    background: #59576E;
    /* padding: 5px; */
    margin: 10px;
    margin: 0px 10px 0px 10px !important;

  }

  .seppopplay {

    width: 100%;
    margin: 0px 10px 0px 10px !important;

  }


}




.animationicons {
  width: 54px !important;
}

.grayback {
  background: #3C3955;
  padding: 1px 0px 80px 0px;
  /* margin: 10px; */
  border-radius: 8px;
}

 


/* disconnect page style start */


@media screen and (min-width: 300px) and (max-width: 800px) {
  .arrow{
    position: absolute;
    width: 20px;
  }
  span.currency_simplediv{
    font-size: 10px;
  }

  .align > li{
    width: 100% !important;
  }


.rulebooktext {
  color: #FAC625;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 500;
  /* line-height: 18px; */
  position: relative;
  margin: 3p;
  letter-spacing: 1;
  /* opacity: 0.6; */
  font-family: 'Poppins';
  margin-top: -128px !important;
  padding-bottom: 27px;
}


  .mob-btns {
    width: 100% !important;
  }

  span.secspan {
    left: 10px;
    position: relative;
  }

  span.secspan2 {
    position: relative;
    left: -5px;
  }

  .platextbox {
    font-size: 9px !important;

  }

  .main-box {
    background: #1c1c1d;
    padding: 60px;
    border-radius: 8px;
    width: 100% !important;
    text-align: center;
  }

  img.cardinside-img.aniicon {
    width: 100%;
    padding-top: 5px;
  }

  .animationicons {
    width: 33px !important;
  }


}

.container.disconnect {
  margin-top: 200px;
}

.main-box {
  background: #1c1c1d;
  padding: 60px;
  border-radius: 8px;
  width: 50%;
  text-align: center;
}

a.home-btn {
  background: #cf7207;
  border: none;
  width: 132px;
  height: 42px;
  border-radius: 5px;
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding: 4px 50px 4px 50px;
  width: 102px;
  position: relative;
  top: 20px;
}

p.par-text {
  color: white;
  text-align: center;
  padding: 0px 40px 0px 30px;
  font-size: 15px;
}

.fi-main {
  display: flex;
  justify-content: center;
}

.checkmark_circle_error {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: #f44;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.erroricon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: block;
  stroke-width: 5px;
  stroke: white;
  stroke-miterlimit: 10;
  position: relative;
}

.checkmark.error {
  box-shadow: inset 0px 0px 0px #f44;
  animation: fillerror 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fillerror {
  100% {
    box-shadow: inset 0px 0px 0px 75px #f44;
  }
}

.er-arow {
  padding-bottom: 30px;
}

/* disconnect page style end */


span.leftborder_line {
  position: relative;
  left: -30px;
  opacity: 0.2;
  font-size: 13px;
}

span.outputDivswinners {
  font: optional;
  font-size: 13px;
  margin-left: -12px;
}

span.winnertext2 {
  font-size: 14px;
}

span.output-div {
  font-size: 13px;
  position: relative;
  left: -10px;
}

span.total_com_text {
  font-size: 13px;
  position: relative;
  top: -5px;
  left: -10px;

}

span.winningamt.new {
  font-size: 14px;
  position: relative;

}

span.prize_rupeesymbol {
  margin-left: -5px;
}

span.winningamt.last {
  font-size: 13px;
  position: relative;
  top: -5px;
  left: -10px;
}

 


.marginchange {
  margin-top: 10px !important;
}

.popplay[disabled] {
  color: #83c293 !important;
}

@media screen and (min-height: 0px) and (max-height: 500px) {
  ul.spassov-ul {
    overflow: scroll !important;
    height: 120px !important;
  }

  .signOut_bottom_div {
    position: absolute;
    bottom: 7px;
    left: 15px;
  }

  .signOut_bottom_btn {
    padding: 7px 80px;


  }
}

@media screen and (min-width: 450px) and (max-width: 766px) {
  .arrow {
    width: 13% !important;

   

}


}



@media screen and (min-width: 767px) and (max-width: 900px) {


  .popframe iframe,
  .popframe,
  section,
  .popframe {
    height: 100% !important;
  }

  .arrow {
    width: 10% !important;
    transition: transform 0.3s ease;
    /* margin-left: 11px; */
    position: absolute;
    /* left: 5px !important; */
    /* right: 45px; */
    top: 39%;
}
  

  .hed-new {
    width: 63% !important;
  }

  .numbox {
    width: 28.666667% !important;
  }

}





@media screen and (min-width: 992px) and (max-width: 1199px) {

  .arrow {

    right: 44px !important;

  }

  .hed-new {
    width: 69% !important;
  }

  .numbox {
    width: 22.666667% !important;
  }

}

@media screen and (min-width: 901px) and (max-width: 991px) {
  .numbox {
    width: 30.666667% !important;
  }
  .hed-new{
    width: 61% !important;
  }

}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  button.input-box {

    font-size: 11px;

  }
}



img.maintainance {
  width: 4%;
  animation: setting1 4s linear infinite;
}

img.maintainance2 {
  width: 6%;
  animation: setting1 4s linear infinite;
}

button.home-btn {
  width: auto !important;
  color: white;
  background: green;
  font-size: 13px;
  border-radius: 6px;
}

button.home-btn:hover {
  background: #135c13;
}


@keyframes setting1 {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes setting2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





img.plussym {
  position: absolute;
  top: 30%;
  /* bottom: -20%; */
  left: 26%;
}



.arrow.open {
  transform: rotate(180deg);
}

.dropdownbox {
  position: relative;
  color: #E2FBD3;
  font-size: 14px;
  background: #2B2740;
  border-radius: 6px;
  display: flex;
  cursor: pointer;
  padding: 12px 20px 12px 20px;
  transform: scale(0.01);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
  transform-origin: center top;
  flex-wrap: wrap;
  position: absolute;
  top: 11px;
  font-weight: 600;
  right: 32px;
}

.dropdownbox.open {
  transform: scale(1);
  opacity: 1;
  box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);


}

.dropdownbox::after {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #2B2740 transparent transparent;
  transform: rotate(90deg);
  right: 12%;
  top: -18px;
}



.plussym {
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.plussym.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}



img.con-arrow {
  width: 40px;
  position: relative;
  left: -10px;
}



button.howtoplay {
width: 87%;

}

.howtoplayBtn {
background: #01BD71;
padding: 5px;
color: white;
border-radius: 7px;
font-size: 14px;
font-weight: 500;
}

.howtoplayBtn:hover {
background: #04894f;
color: white;

}                       


p.inside_pop_title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.432px;
  left: 13px;
  top: 5px;
  position: relative;
  width: 55%;
}

img.ruleiconSvg {
  width: 22px;
}
span.secondrule {
  width: 48%;
  color: #fac625;
  font-size: 12px;
  position: relative;
  top: 8px;
}


span.secondrule {

  color: #fac625;
  font-size: 12px;
  position: relative;
  top: 8px;
  left: -8px;
}





.spassov_loader{  
  position: absolute;
width: 7ch; height: 40px;
-webkit-font-smoothing: antialiased;
font-family: 'Julius Sans One', sans-serif;
font-size:28px;
font-weight:400;
color:white;
-webkit-animation:fontAnim 3.75s infinite;
-webkit-animation-timing-function:ease-out;
word-wrap: break-word;
display:block;
overflow: hidden;
  left: 46%;
  top: 30%;


}

@-webkit-keyframes fontAnim{
      0%{ width:7ch; }
     16%{ width:8ch; }
     32%{ width:9ch; }
     48%{ width:10ch; }
     64%{ width:11ch; }
     80%{ width:12ch; }
   100% { width:13ch;} 
}


.gamenameDiv {
  height: 300px;
  overflow-y: auto;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    cursor: pointer;
  
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    cursor: pointer !important;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #ffc805;
    cursor: pointer;
    border-radius: 30% !important;
}

/* iphone zoom issue */

.dnonehovER {
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  position: relative;
}

.popframe {
  touch-action: none;
  position: fixed !important;
  height: 100% !important;
}
/* iphone zoom issue */