@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {box-sizing: border-box;}
body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins';
  color: #fff;
}

.blueBg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(-180deg, hsl(227deg 56.16% 8.27%), #FEFEFE);
}


.loginSection {
  position: fixed;
  z-index: 2;
  max-width: 350px;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 10px;
}
.loginSection input {
  border-radius: 50px;
}

.loginSection input:focus, .loginSection input:focus-visible {
  outline: none;
}
.loginSection input {
  border-radius: 50px;
  border: none;
  background: #ffffff33;
  padding: 15px;
  border: solid 1px #000;
  width: 100%;
  float: left;
  position: relative;
  font-family: 'Poppins';
  padding-left: 50px;
  color: #fff;
}
.login_in {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px;
}

.btn_1 {
  border: none;
  border-radius: 50px;
  padding: 15px;
  background: red;
  color: #fff;
  width: 100%;
  float: left;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
}

img.inpUser {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

img.showPass {
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.recoveryPword {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  padding-right: 15px;
}

.dontHaveTxt {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p_time {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 115px;
}

.p_day_txt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

img.layer_2 {
  position: fixed;
  bottom: -20px;
  width: 150%;
  animation: layer_2_anim linear 50s infinite;
}

@keyframes layer_2_anim {
  0% {transform: translateX(0%);}
  50% {transform: translateX(-30%);}
  100% {transform: translateX(0%);}
}


img.layer_1 {
  position: fixed;
  bottom: -20px;
  width: 150%;
  animation: layer_1_anim linear 50s infinite;
}

@keyframes layer_1_anim {
  0% {transform: translateX(0%);}
  50% {transform: translateX(-30%);}
}

.gameList {
  position: relative;
  z-index: 1;
  padding: 15px;
  height: 96vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gameImg:hover {
  transform: scale(1.1);
}
.gameImg img {
border-radius: 10px
}
.gameImg.disable img {
	filter: grayscale(1);
}
.gameImg.disable {
	/*background:#ddd;*/
	opacity:0.6;
}
.gameImg {
    border-radius: 5px;
    overflow: hidden;
    width: 160px;
    transition: all 0.5s;
    /*background: #fff;*/
    padding: 10px;
}
div.gameListIn {
  display: flex;
  flex-wrap:wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
p.playTxt {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  color:#fff;
}
p.playTxtMini {
  text-align: center;
  width: 100%;
  float:left;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.gameImg.disable p.playTxtTiny {
	background: #00000029;
}
p.playTxtTiny {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    width: 100%;
    float: left;
    background: linear-gradient(45deg, #8300ff, #7b6277f7);
    border-radius: 50px;
}
p.infoMessage {
  text-align: center;
  margin-bottom: 15px;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
}

p.infoMessageBlue {
  text-align: center;
  margin-bottom: 15px;
  color: #9c9ceb;
  font-weight: 600;
  font-size: 12px;
  margin-top: 20px;
}


img.gamer_logo {
  position: relative;
  top: 0;
  left: 7px;
}

.topHead {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}


.proTxt {
  width: 40px;
  height: 40px;
  background: #c94343;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.iframe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  border: none;
  display: none;
}

.closeIcon:hover {
  opacity: 1;
}
.closeIcon img {
  width: 100%;
}
.closeIcon {
  position: fixed;
  top: 10px;
  z-index: 20;
  right: 10px;
  background: #c14949;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
  padding: 3px;
  display: none;
}

@media screen and (max-width: 500px){

  .gameImg {
    width: 45%;
  }
  .gameList {
    align-items: flex-start; 
    padding-top: 90px;
}
img.gamer_logo {
  width: 130px;
}
.proTxt {
  width: 30px;
  height: 30px; 
  font-size: 15px;
}
}

div#infoPopup.activePop {
   visibility: visible;
  opacity: 1;
  transform: translateY(0px); 
  /* display: block; */
}
div#infoPopup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  max-width: 450px;
  height: fit-content;
  margin: auto;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  border-radius: 8px;
  padding: 40px;
  z-index: 1050;
  backdrop-filter: blur(2px);
  box-shadow: 1px 1px 17px 1px rgb(0 0 0/10%);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-500px);
}
#popupCover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000002b;
  z-index: 1000;
  backdrop-filter: blur(20px);
  display: none;
}
#loader_1 {
  max-width: 280px;
  height: 13px;
  border-radius: 20px;
  background: repeating-linear-gradient(110deg,#5765CE	 0 10px,#78adff 0 20px) 0/0%   no-repeat,
 repeating-linear-gradient(110deg,#ddd    0 10px,#eee    0 20px) 0/100%;
  animation: l3 infinite;
}
@keyframes l3 {
    100% {background-size:100%}
}

.closePop img {
  width: 18px;
}
.closePop {
    position: absolute;
    background: #d78787;
    top: 10px;
    right: 10px;
    border-radius: 50px;
    padding: 2px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}