* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/************ Progress Bar ************/

.shimmer-effect {
  color: #222;
  text-align: center;
  color: rgba(5, 5, 5, 0.4);
  background: -moz-gradient(
    linear,
    left top,
    right top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  background: gradient(
    linear,
    left top,
    right top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 75px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #000;
  font-weight: 600;
}

@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  height: 100%;
  background-size: cover;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

/* body {
    margin:0;
    padding:0;
    background-image:  url(../images/bg.jpg);
     height: 100%; 
    background-size: cover;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    
} */

/* 
.app-wrapper-container {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    background-color: #1b070c;
    scrollbar-color: #eee #3e3e40;
    scrollbar-width: none;
} */

.app-wrapper-container {
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  scrollbar-color: #eee #3e3e40;
  scrollbar-width: none;
}

.app-wrapper-container::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.app-wrapper-container::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.app-wrapper-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #eee;
}

/****** Radio Button Custom Style *******/

.top-games-section h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
}

.top-games-section .card-box {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}

.top-games-section .card-box a {
  text-decoration: none;
}

.top-games-section .card-box .featured-image {
  overflow: hidden;

  width: 92%;
  height: 140px;
  margin: 0 auto;
}

.top-games-section .card-box .featured-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.top-games-section .card-box .content {
  /* border: 1px solid #fff; */
  /* padding: 0px 10px 8px 10px; */
  /* text-align: left; */
  /* margin: -1px 0 0; */
  /* border-radius: 0 0 10px 10px; */
}

.top-games-section .card-box .content p {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 2px;
  text-align: center;
}

.top-games-section .card-box .content p img {
  width: 9px;
}

/* .redirection-strip:before {
    content: '';
    position: fixed;
    bottom: 33px;
    left: 0;
    right: 0;
    background: url(https://fecdn.mglgamez.com/assets/images/coins-strip-landing-bg.png) bottom center no-repeat;
    background-size: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    height: 60px;
} */

/* .users-datas-counter ul li:after{
    content: '';
    position: absolute;
    top: 15%;
    right: -3px;
    height: 57px;
    width: 1px;
    background: #b1b1f1;
} */

.top-games-active-users h2 {
  font-size: 28px;
  margin: 0 0 5px;
}

.top-games-active-users h3 {
  font-size: 17px;
  margin: 0 0 5px;
  color: #fff;
  font-weight: 600;
}

.top-games-active-users .card-box .content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #5758e8;
  font-weight: 700;
  text-align: center;
}

.top-games-active-users .card-box .content h3 img {
  width: 20px;
}

.top-games-active-users h3 span {
  color: #ffe403;
}

.top-games-active-users .form-row {
  margin-top: 20px;
}

.top-games-active-users .card-box {
  /* border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 0 0;
    background: #fff; */
  color: white;
  background-color: rgb(193 56 113 / 6%);

  border: 1px solid rgb(193 56 113 / 22%);
}

.top-games-active-users .card-box .content {
  border: 0;
}

.top-games-active-users .card-box .content h5 {
  text-decoration: none;
  color: #3cc300;
  font-size: 12px;
  margin: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.top-games-active-users .card-box .content h5 span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3cc300;
  margin: 0 5px 0 0;
  display: inline-block;
}

/* Reward Banner Styles - Premium Theme */
.reward-banner {
  background: rgba(27, 7, 12, 0.85); /* Dark background from theme */
  border-radius: 20px;
  padding: 2px; /* For the gradient border effect */
  margin: 10px auto;
  position: relative;
  overflow: visible; /* Allow glow to spill out */
  box-shadow: 0 0 20px rgba(193, 56, 113, 0.4); /* Theme pink glow */
  background-clip: padding-box;
  width: 95%; /* Adjust width to fit container better */
}

/* Gradient Border Hack */
.reward-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(
    45deg,
    #c13871,
    #ff6b9d
  ); /* Primary Pink Gradient */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.reward-banner-inner {
  background: rgba(255, 255, 255, 0.05); /* Glassmorphism background */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 18px; /* Slightly less than parent */
  padding: 25px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Decorative 'Floating' Elements */
.reward-banner::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  background: radial-gradient(
    circle,
    #c13871 0%,
    transparent 70%
  ); /* Primary Pink Glow */
  opacity: 0.6;
  filter: blur(10px);
  z-index: 0;
  animation: pulse-glow 3s infinite alternate;
}

@keyframes pulse-glow {
  0% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.8;
    transform: scale(1.2);
  }
}

.reward-banner h3 {
  color: #c13871; /* Theme Primary Pink */
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(193, 56, 113, 0.4);
}

.reward-banner p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  opacity: 0.9;
  font-weight: 500;
}

/* Premium Button Style */
.claim-btn {
  background: linear-gradient(90deg, #c13871 0%, #e91e63 100%);
  color: #fff;
  font-weight: 800;
  padding: 14px 0 11px 0;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 15px rgba(193, 56, 113, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: inline-block;
  width: 100%;
}

.claim-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transition: 0.5s;
  transform: skewX(-25deg);
}

.claim-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(193, 56, 113, 0.6);
}

.claim-btn:hover::before {
  left: 100%;
  transition: 0.5s;
}

.claim-btn:active {
  transform: translateY(1px) scale(0.98);
}

/* Magic Dust/Sparkles (CSS only) */
.sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #c13871; /* Primary Pink Sparkles */
  border-radius: 50%;
  opacity: 0;
  animation: sparkle-anim 2s infinite ease-in-out;
}

.sparkle:nth-child(1) {
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}
.sparkle:nth-child(2) {
  bottom: 20%;
  right: 15%;
  animation-delay: 0.5s;
}
.sparkle:nth-child(3) {
  top: 30%;
  right: 10%;
  animation-delay: 1s;
}
.sparkle:nth-child(4) {
  bottom: 10%;
  left: 10%;
  animation-delay: 1.5s;
}

@keyframes sparkle-anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
    box-shadow: 0 0 5px #c13871;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

footer .social-icons {
  text-align: center;
}
.social-icons a {
  margin-right: 10px;
}
.social-icons a i {
  font-size: 25px;
  color: #00aecd;
}

footer .social-icons a img {
  margin: 0 2px;
  width: 21px;
}

/************* Dashboard Post Login *************/

header {
  padding: 15px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #5758e8;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #8a8aef;
}

/**** Card Box Style Start ****/

/**** Card Box Style End ****/

/*snack bar*/
#snackbar {
  visibility: hidden;
  width: 90%;
  /* margin-left: -8%; */
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 10px;
  position: fixed;
  z-index: 1;
  left: 5%;
  bottom: 30px;
  font-size: 15px;
  border-radius: 10px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
  animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/* ======================================================================================================================================== */

.adBG {
  background-color: rgb(193 56 113 / 6%);
  border: 1px solid rgb(193 56 113 / 22%);
}

.cusBtnOption {
  /* background-color: rgb(184 93 245); */
  background-color: #c13871;
  padding: 10px 20px;
  /* font-size: 18px; */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 14px rgb(0 0 0 / 40%);
  color: white !important;
  border: none;
}

.cusBtnOption:hover,
.playcusBtnOption:hover {
  text-decoration: none;
  background-color: #c13871 !important;
}
.playcusBtnOption {
  background-color: #c13871;
  padding: 6px 10px;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: white !important;
}

.txtClr {
  color: #18181c !important;
}

/* // Toast Message */
.toast-message {
  display: none;
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #000;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px #0000001a;
  padding: 12px 10px;
  border-radius: 8px;
  font-size: 15px;
  z-index: 9999;
  max-width: 90vw;
  width: max-content;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  text-align: center;
  text-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.toast-message.show {
  display: flex;
  animation: fadeOut 3s forwards;
}

/* Reward Banner Button Ads Text*/
.reward-btn-container .ad {
  position: absolute;
  top: 5px;
  right: 15px;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 4px;
}

/* Ads Container  */
.ad-container {
  background-color: rgb(193 56 113 / 6%);
  border: 1px solid rgb(193 56 113 / 22%);
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}

.ad-container .advertisement-text {
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 2px;
  color: #88888873;
}
