.sidebar {
  background: url(../images/sidebarbg2.png) center no-repeat;
  background-size: contain;
  height: 850px;
  width: 212px;
  left: 0;
  position: fixed;
  top: 46vh !important;
  transition: all 0.5s;
  z-index: 3;
  transform: translateY(-50%);
}
.sidebar ul{padding-left: 1rem !important;}
#sidebtn {
    border: 3px solid #acf54c;
    box-shadow: 0 3px 5px black;
    position: absolute;
    padding: 0.1rem;
    top: 4.4rem;
    right: -1.8rem;
    color: white;
    font-size: larger;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #30bf01;
    transition: all 0.5s;
    z-index: 1000;
}
#sidebtn:hover {
  opacity: 1;
}
.sideclose {
  left: -185px;
}
.isLogout .loginbars{padding-left: 0.6rem;}
.isLogout .loginbars .login-regis li:first-child{margin-bottom: 10px;}
.isLogout .loginbars .login-regis li a{display: flex; align-items: center;justify-content: center;}
.login-user-info{
  padding-top: 20px;
}
.idwood {
  background: url(../images/idwood.png) no-repeat;
  background-size: 100% 100%;
  height: 50px;
  padding: auto;
  width: 170px;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}
.idwood a {
  text-decoration: none !important;
  letter-spacing: 0.1rem;
  position: relative;
  top: 10px;
}
.heading-tabs {
  font-family: cursive;
  /* font-weight: bold; */
  font-size: 68px !important;
  /* text-shadow: 0 3px 0 #ff7901 !important; */
  color: #ff9900 !important;
  font-weight: 400 !important;
  padding: 100px 0 60px;
}

.logo img {
  transition: all 0.3s;
}
.logo img:hover {
  transform: scale(1.1);
}

/* styling of login and registration btn */
.login-button .login-regis {
  list-style: none;
  line-height: 2rem;
  padding: 0 20px;
}
.menubars ul::-webkit-scrollbar {
  display: none;
}
.menubars{
  position: relative;
  bottom:10px;
  height: 433px;
  padding: 0px 0 45px 0;
}
.menubars ul {
  list-style: none;
  line-height: 2.3rem;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* overflow-y: scroll; */
}
.menubars ul li{
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  margin: 5px 0px !important;
}
.menubars ul a {
  font-size: 1rem;
  text-decoration: none;
  color: white;
  margin-left: 15px;
  font-weight: normal;
}
.menubars ul a::after {
  display: block;
  content: "";
  border-bottom: solid 2px #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.addpayment_p,
.coin_p {
  background-color: rgba(255, 255, 255, 0.391);
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 10px;
}
.icon-money {
  position: absolute;
  left: -11px;
  bottom: -0.5rem;
}
.deposit{
  margin-left: 54px;
  font-size: 15px !important;
}
.icon-coin {
  position: absolute;
  right: 7.8rem;
  bottom: -0.2rem;
}

.icon-money img {
  width: 48px;
  height: 48px;
}

.icon-coin img {
  width: 38px;
  height: 38px;
}

.addmoney_icon {
  background-color: #3ed70b;
  border-radius: 50%;
  font-weight: 700;
  position: absolute;
  font-size: 25px;
  cursor: pointer;
  right: -4px;
  padding: 0.1rem;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
}
.loginbars ul a::after {
  display: block !important;
  content: "" !important;
  border-bottom: solid 2px #ffffff !important;
  transform: scaleX(0) !important;
  transition: transform 0.3s ease-in-out !important;
}

.menubars ul a:hover::after {
  transform: scaleX(1) !important;
}
.loginbars ul a:hover::after {
  transform: scaleX(1) !important;
}
* {
  box-sizing: border-box;
}

.login-box input[type=text],.fp_bg input[type=text] {
  width:75%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  resize: vertical;
  margin-top: 4% !important;
  outline: 2px solid #03e9f4;
  border-radius: 50px;
  text-align: left;
  padding-left: 12%;
}

.login-box input[type=password],.fp_bg input[type=password] {
  width:75%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  resize: vertical;
  margin-top: 4% !important;
  outline: 2px solid #03e9f4;
  border-radius: 50px;
  text-align: left;
  padding-left: 12%;
}
.col-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/* login page css */

.login-box {
  width: 30vw !important;
  height: auto;
  margin: auto !important;
  padding: 30px !important;
  background: url(../images/board1_body1.png) repeat-y;
  background-size: contain;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  bottom: 70px;
}
.login-box .g-btn{
  border: 5px solid transparent !important;
}
.l_logo {
  position: relative;
  z-index: 10;
}
.login-box h2 {
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: 900;
  letter-spacing: 2px;
}

.login-box .user-box {
  margin: 0 auto !important;
}

.login-id,
.login-pass,
.forget-pass {
  margin-left: 3%;
  margin-top: 2% !important;
  width: 25vw;
  min-height: 40px;
  min-width: 350px;
  height: 7vh;
  line-height: 2%;
  padding-left: 30px;
  border: none;
  outline: 2px solid #03e9f4;
  border-radius: 50px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
}
a .forgot-pass {
  text-align: center;
  margin-left: 3rem;
  font-size: 13px !important;
  color: black;
  font-family: cursive;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.001rem !important;
}

.login-box form .forgot-pass:hover {
  color: blue !important;
}

.login-box a span {
  position: absolute;
  display: block;
}

.popup__btns button {
  font-family: Montserrat, sans-serif;
}

.banner-btns .ab-btn-46,
.g-btn-46 {
/*   width: 10vw !important; */
  height: 46px;
  line-height: 36px;
  font-size: 18px;
  padding: 0 15px;
  letter-spacing: 0.9px;
}

.banner-btns .ab-btn-blue,
.g-btn-blue {
  background-color: #18c5ff;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#18c5ff),
      to(#18c5ff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#a3deff), to(#00eded));
  background-image: -o-linear-gradient(#18c5ff, #18c5ff),
    -o-linear-gradient(#a3deff, #00eded);
  background-image: linear-gradient(#18c5ff, #18c5ff),
    linear-gradient(#a3deff, #00eded);
  background-clip: padding-box, border-box;
  background-size: cover, calc(100% + 20px) calc(100% + 20px);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left -10px top -10px;
  -webkit-box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 25%), 0 4px 0 0 #3c8ae2,
    0 2px 15px 3px #18c5ff;
  box-shadow: inset 0 0 3px 0 rgb(0 0 0 / 25%), 0 4px 0 0 #3c8ae2,
    0 2px 15px 3px #18c5ff;
}

.banner-btns .ab-btn,
.g-btn {
  border:5px solid #FF9900
}

.fa-xmark {
  font-size: 2rem;
  font-weight: 900;
}
.game-dropdown-ul {
  display: none;
  height: auto !important;
}
.game-dropdown:hover .game-dropdown-ul {
  display: block;
}

.promotion_modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.promotion_modal-content {
  padding: 50px;
  width: 100%;
}

.modal2 {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.modal-content2 {
  width: 100%;
}

/* The Close Button */
.promotion_close {
  position: relative;
  top: 2%;
  right:2%;
  float: right;
  filter: contrast(80%);
}

.promotion_close:hover,
.promotion_close:focus {
  filter: contrast(120%);
}

.login-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow-x: hidden !important;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.modal4{
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  /* padding-top: 100px; Location of the box */
  left: 0;
  top: 0;
  overflow-x: hidden !important;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  /* padding: 50px; */
  width: 100%;
}


/* The Close Button */
.login_close {
  position: absolute;
  top: 7%;
  right: -10%;
  z-index: 11 !important;
  filter: contrast(80%);
}

.login_close:hover,
.login_close:focus {
  filter: contrast(120%);
}

.reisg_close {
  position: absolute;
  top: 5%;
  right: -10%;
  z-index: 1000;
  filter: contrast(80%);
}
.reisg_close:hover,
.reisg_close:focus {
  filter: contrast(120%);
}


.modal3 {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content3 {
  overflow-x: hidden;
  width: 100%;
}

/* The Close Button */
.close3 {
  position: absolute;
  top: 18%;
  right: -3%;
  z-index: 100;
  filter: invert(15%) sepia(65%) saturate(6483%) hue-rotate(752deg) brightness(118%) contrast(114%);
}
.close3 img{
  width: 100px;
  filter: invert(15%) sepia(65%) saturate(6483%) hue-rotate(752deg) brightness(118%) contrast(114%);
}

.close3:hover,
.close3:focus {
  filter: contrast(120%);
}

.modal4 {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  overflow-x: hidden !important;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content */
.modal-content4 {
  padding: 50px;
  width: 100%;
}

/* The Close Button */
.close4 {
  padding:2%;
  float: right;
  filter: contrast(80%);
}

.close4:hover,
.close4:focus {
  filter: contrast(120%);
}

.modal5 {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content5 {
  padding: 50px;
  overflow-x: hidden;
  width: 100%;
}

/* The Close Button */
.close5 {
  padding:2%;
  float: right;
  filter: contrast(80%);
}

.close5:hover,
.close5:focus {
  filter: contrast(120%);
}

.modal17 {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content17 {
  padding: 50px;
  width: 100%;
}

/* The Close Button */
.close17 {
  padding:2%;
  float: right;
  filter: contrast(80%);
}

.close17:hover,
.close17:focus {
  filter: contrast(120%);
}



.modal8 {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content8 {
  width: 100%;
}

/* The Close Button */
.close8 {
  padding: 2%;
  float: right;
  z-index: 1000;
  filter: contrast(80%);
}

.close8:hover,
.close8:focus {
  filter: contrast(120%);
}
.modal12 {
  display: none; /* Hidden by default */
  position: fixed; /*Stay in place*/
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content12 {
  width: 100%;
}

/* The Close Button */
.close12 {
  padding:2%;
  float: right;
  z-index: 1000;
  filter: contrast(80%);
}
#myBtn12{
  cursor: pointer;
}

.close12:hover,
.close12:focus {
  filter: contrast(120%);
}
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}
.modal7 {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}


/* Modal Content */
.modal-content7 {
  width: 100%;
}

/* The Close Button */
.close7 {
  padding:2%;
  float: right;
  z-index: 1000;
  filter: contrast(80%);
}

.close7 img {
  width: 100px;
  filter: invert(15%) sepia(65%) saturate(6483%) hue-rotate(752deg) brightness(118%) contrast(114%);
}

.close7:hover,
.close7:focus {
  filter: contrast(120%);
}
.h-shadow {
  text-shadow: 1px 1px 2px black !important;
}
.invalidd {
  background-color: #ffdddd;
}


/* registration page */


@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar {
    position: fixed;
    top: -80px !important;
    transform: scale(0.788);
    left: -24px;
  }
  .sideclose{
    left: -166px;
  }
  .heading-tabs {
    font-size: 58px !important;
    text-shadow: 0 2px 0 #ff7901 !important;
    color: #ff9900 !important;
    font-weight: 400 !important;
  }
  .login-box {
    width: 50vw !important;
    bottom: 70px;
  }
  .l_logo {
    position: relative;
    z-index: 10;
    width: 600px;
  }
  .login-popup__btn1 {
    padding: 0 5rem 0 2rem !important;
    text-align: center !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 924px) {

  .sidebar {
    position: fixed;
    top: -80px !important;
    transform: scale(0.788);
  }
  .sideclose {
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .sidebar {
    position: fixed;
    top: -80px !important;
    transform: scale(0.788);
  }
  .sideclose {
    left: -166px;
  }


}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .sidebar {
    top: -100px !important;
    transform: scale(0.6999) !important;
    left: -33px;
  }
  .sideclose {
    left: -166px;
  }
  .heading-tabs {
    font-size: 48px !important;
    text-shadow: 0 2px 0 #ff7901 !important;
    color: #ff9900 !important;
    font-weight: 400 !important;
  }
  .menubars ul li a {
    font-size: 18px !important;
  }
  .login-box {
    width: 70vw !important;
    bottom: 70px;
  }

  .l_logo {
    position: relative;
    left:7%;
    z-index: 10;
    width: 600px;
  }
  .login_close img,
  .reisg_close img {
    width: 50px;
  }
  .login-popup__btn1 {
    padding: 0 7rem 0 3rem !important;
    text-align: center !important;
  }
  .promotion_close img,
  .close5 img,
  .close17 img,
  .close4 img,
  .close3 img,
  .close7 img,
  .close8 img,
  .close12 img {
    width: 40px;
  }
  .close4{
    top: 5% !important;
    right: 0 !important;
  }
  .close4 img{
    width: 60px !important;
  }
}
@media screen and (min-width:600px) and (max-width: 700px) {
  .sidebar {
    top: -100px !important;
    transform: scale(0.6999) !important;
  }
  .sideclose {

  }
}
@media screen and (min-width:500px) and (max-width: 599px) {
  .sidebar {
    top: -100px !important;
    transform: scale(0.6999) !important;
  }
  .sideclose {
  }
  .alert_board{
    width:50vw;
    font-size:12px;
  }
  .closer {
    font-size:12px;
    border-radius:20px !important;
    filter: contrast(80%);
  }
}
@media screen and (min-width:426px) and (max-width: 499px) {
  .sidebar {
    top: -100px !important;
    transform: scale(0.6999) !important;
  }
  .sideclose {

  }
  .menubars ul li a {
    font-size: 16px !important;
  }
  .alert_board{
    width:50vw;
    font-size:12px;
  }
  .closer {
    font-size:12px;
    border-radius:20px !important;
    filter: contrast(80%);
  }
}
@media screen and (min-height: 500px) and (max-height: 900px) {
  .sidebar {
    top: -2rem;
  }
}
@media screen and (max-width: 425px) {
  .sidebar {
    top: -100px !important;
    transform: scale(0.7);
    left: -34px;
  }
  .sideclose {
    left: -166px;
  }
  .heading-tabs {
    font-size: 30px !important;
    text-shadow: 0 2px 0 #ff7901 !important;
    color: #ff9900 !important;
    font-weight: 400 !important;
  }

  .menubars ul li a {
    font-size: 16px !important;
  }
  .login-box {
    width: 80vw !important;
    bottom: 50px;
  }

  .l_logo {
    position: relative;
    left:3%;
    z-index: 10;
    width: 400px;
  }
  .login-id,
  .login-pass,
  .forget-pass {
    margin-top: 3% !important;
    height: 4vh;
    min-width: 262px;
  }
  .login_close,.close12 {
    z-index: 1000;
  }
  .login_close img,
  .reisg_close img {
    width: 30px;
  }
  .login-popup__btn1 {
    padding: 0 7rem 0 4rem !important;
    text-align: center !important;
  }

  .promotion_close img,
  .close5 img,
  .close17 img,
  .close3 img,
  .close7 img,
  .close8 img,
  .close12 img {
    width: 50px;
  }
  .close4 img {
    width: 35px;
  }
  input.reg-checkbox {
    width: 4vw;
    transform: scale(2) !important;
    outline: red;
    margin-right: 2px;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .sidebar {
    bottom: -110px;
    transform: scale(0.7);
  }
  .sideclose {
  }

  .l_logo {
    left:3%;
    width: 350px;
  }
  .login_close {
    z-index: 1000;
  }

  .login-id,
  .login-pass,
  .forget-pass {
    height: 3vh;
    margin-top: 10px !important;
    min-width: 232px;
  }
  input.reg-checkbox {
    width: 4vw;
    transform: scale(2) !important;
    outline: red;
    margin-right: 2px;
  }
}
@media(max-width:800px){
  .modal-content4{padding: 0 !important;}
}
