*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
body{
  display:flex;
  justify-content:center;
  background:url(../images/bgquizz.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.quizzupp-container::-webkit-scrollbar {
    display: none;
}

.quizzupp-container {
    scrollbar-width: none;
}
/* MAIN */
.quizzupp-container{
    max-width: 360px;
    width: 100%;
    min-height: 100vh;
    background: #201365;
    color: #fff;
    padding: 10px 20px;
  position: relative;
     overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
}
.quizzupp-container {
    -webkit-overflow-scrolling: touch;
}
/* spalseh */
.quizzupp-splash{
  margin-left: -20px;
  margin-top: -10px;
  margin-right: -20px;
  background-image: url(../images/intro_splash.png);
background-size: cover;
    background-position: center;
 min-height:100vh;
    background-repeat: no-repeat;
   
}
/* IMAGE */

.quizzupp_logo{
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.quizzupp_logo img{
      width: 300px;
    max-width: 100%;
}
.splash-image img{
  width: 100%;
}
/* TEXT */
.quizzupp-splash-text{
text-align: center;
    margin-bottom: 29px;
}
.correct{
background-color: #008000;
color: #fff;
background-image: url(../images/checked.png);
background-repeat: no-repeat;
background-position:right 12px center;

}

.wrong{
background-color:#980307;
color: #fff;
background-image: url(../images/delete.png);
background-repeat: no-repeat;
background-position:right 12px center;
}

.quizzupp-title{
  font-size:16px;
  font-weight:500;
}

.quizzupp-sub{
   font-size:16px;
  font-weight:500;
  opacity:0.9;
  margin-top:4px;
  margin-bottom: 50px;
}

/* REDIRECT CARD */
.quizzupp-redirect-card{
  margin:0 16px;
  padding:14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.2);
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(10px);
}

/* TOP */
.quizzupp-redirect-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
  margin-bottom:10px;
}

.quizzupp-skip{
  text-decoration:underline;
  cursor:pointer;
}

/* PROGRESS BAR */
.quizzupp-progress-bar{
  height:6px;
  background:rgba(255,255,255,0.2);
  border-radius:10px;
  overflow:hidden;
}

.quizzupp-redirect-progress-fill{
  height:100%;
  width:60%;
  background:linear-gradient(90deg,#ffcc00,#ff00cc,#6a3df0);
  border-radius:10px;
}



/* HERO FLEX */
.quizzupp-hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

/* LEFT */
.quizzupp-hero-left{
  width:60%;
}

.quizzupp-hero-title{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin-top:10px;
  position: relative;
  align-items: center;

}


.quizzupp-hero-title::after{
  content: "";
    width: 13px;
    height: 25px;
  display: inline-block;
  background: url("../images/icon.png") no-repeat center;
  background-size: contain;
  position: relative;
  top: 2px;
}

.quizzupp-hero-title span{
  color:#FECD3D;
}

/* .quizzupp-hero-sub{
  font-size:13px;
  margin-top:8px;
  opacity:0.9;
  font-weight: 500;
} */

/* RIGHT */
.quizzupp-hero-right{
    width: 55%;
    position: absolute;
    display: flex;
    justify-content: center;
    right: 0px;
    height: 137px;
    top: 4px;

}

/* COIN IMAGE */
.quizzupp-hero-right img{
  width:100px;
  z-index:2;
}

/* COIN BG GLOW */
.quizzupp-coin-bg{
  background-image: url(../images/hd-coin.png);
    width: 100%;
    background-size: cover;
}
.quizzupp-hero-title img{
  position: absolute;
  right: 0px;

}
.quizzupp-coin-img{
  position:absolute;
  top:30px;
  right:20px;
  width:110px;
  z-index:1;
}


/* TOP */
.quizzupp-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
      align-items: center;

}

.quizzupp-left{
  display:flex;
  align-items:center;
  gap:10px;
}

.quizzupp-right{
  display:flex;
  align-items:center;
  gap:8px;
}

.quizzupp-menu{
  width:24px;
  height:24px;
}

.quizzupp-logo{
  color:#fff;
  font-size:18px;
  font-weight:500;
    margin-top: 6px;
}

.quizzupp-header{
  padding-top: 5px;
}

/* COINS */
.quizzupp-coins{
  display:flex;
  align-items:flex-start;
  gap:6px;
}

.quizzupp-coins img{
    width: 31px;
    margin-top: 9px;
}


/* EARN BUTTON */
.quizzupp-wallet{
    margin-top: 18px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.quizzupp-earn-btn{
  width:170px;
  display:block;
  position:relative;
  z-index:2;
  display:block;
  border-radius:50px;
}

/* WRAP */
.quizzupp-earn-wrap{
  position:relative;

  width:fit-content;
  border-radius:50px;
  overflow:hidden;
  padding:1px;
  
}

/* ROTATING BORDER */
.quizzupp-border{
  position:absolute;

  width:300%;
  height:300%;

  top:50%;
  left:50%;

  transform:translate(-50%,-50%);

  background:conic-gradient(
    transparent 0deg,
    transparent 280deg,
    #ffffff 320deg,
    transparent 360deg
  );

animation:quizzuppRotate 6s linear infinite;
}

/* INNER */
.quizzupp-content{
  position:relative;
  z-index:2;
  border-radius:50px;
  overflow:hidden;
}

/* IMAGE */
.quizzupp-earn-btn{
  display:block;
  border-radius:50px;
}

/* ROTATE */
@keyframes quizzuppRotate{
  100%{
    transform:
      translate(-50%,-50%)
      rotate(360deg);
  }
}



/* TABS */
.quizzupp-tabs{
     margin-top: 20px;
    /* background: #ece7f6; */
    border-radius: 40px;
    padding: 4px;
    display: flex;
    justify-content: space-between;
    gap: 6px;
    position: relative;
backdrop-filter: blur(10px);
  
  background:#fff;
}

.quizzupp-tab{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border: none;
    background: transparent;
    font-size: 13px;
    cursor: pointer;
    z-index: 2;
    font-weight: 600;
height: 44px;
    border-radius: 30px;
}

.quizzupp-tab img{
  width:18px;
}

/* .quizzupp-tab.active{
  background:#fff;
  color:#111;
} */
.quizzupp-coin-img img{
  width:100%;
}

/* HERO */

.quizzupp-hero-sub img{
  width: 15px;
  position: relative;
  top: 5px;
}
/* .quizzupp-hero-title span{
  color:#ffcc00;
} */

.quizzupp-hero-sub{
  font-size:13px;
  margin-top:8px;
  opacity:0.9;
  position:relative;
  z-index:2;
  font-weight: 500;
}

/* CARD */
.quizzupp-card{
  margin-top:20px;
  background:#fff;
  border-radius:14px;
  padding:16px 20px;
  color:#000;
  position:relative;
  z-index:2;
  
}

/* QUESTION TOP */
.quizzupp-question-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}

.quizzupp-badge{
    /* background: #eee;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 8px;
    color: #6027AF;
    font-weight: 500; */

    background: #F0ECFD;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 10px;
    color: #6027AF;
    font-weight: 500;
}

.quizzupp-progress{
  width:120px;
  height:6px;
  background:#ddd;
  border-radius:10px;
  position:relative;
}
.quizzupp-question-text{
  font-size:16px;
  font-weight:600;
  color:#000;
  line-height:1.4;
}
/* FILL */
.quizzupp-progress-fill{
  width:50%; /* progress control */
  height:100%;
  background:#6a3df0;
  border-radius:10px;
}

/* STAR */
.quizzupp-progress-star{
  position:absolute;
  top:20%;
  left:50%; /* same as fill */
  transform:translate(-50%, -50%);
  width:17px;
  height:17px;
}

.quizzupp-progress-star img{
  width:100%;
  height:100%;
}

/* QUESTION */
.quizzupp-question{
  font-size:16px;
  font-weight:600;
  margin:10px 0 14px;
}
.quizzupp-option-text{
  font-size: 13px;
  font-weight: 500;

  line-height: 22px;
}
.quizzupp-option p,
.quizzupp-question p{
  margin:0;
}
/* OPTIONS */
.quizzupp-option{
  border:1px solid #ddd;
  border-radius:30px;
  width: 100%;
  padding:5px 10px;
  display:flex;
  align-items:center;
  margin-bottom:10px;
  gap:10px;
  cursor:pointer;
  transition:0.3s;
}

/* OPTION */
.quizzupp-gk-option{
  position:relative;   
}

/* ICON */
.quizzupp-gk-status-icon{

  position:absolute;

  right:18px;
  top:50%;

  width:34px;
  height:34px;

  transform:
    translateY(-50%)
    translateX(20px);

  opacity:0;

  transition:0.3s ease;

  object-fit:contain;
}

.quizzupp-option-circle{
  width:28px;
  height:28px;
  border-radius:50%;
  background: #F0ECFD;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 500;
  color: #2C1280;
  font-size: 14px;
}

.quizzupp-option.active .quizzupp-option-circle{
  background:#6a3df0;
  color:#fff;
}


/* OVERLAY */
.quizzupp-result-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:999;
}

/* POPUP */
.quizzupp-result-popup{
  width:300px;
  background:#f3f3f6;
  border:6px solid #7a3dff;
  border-radius:24px;
  padding:86px 11px 0px 11px;
  position:relative;
  text-align:center;
}
.quizzupp-game-frame{
  width:100%;
  height:320px;
  overflow:hidden;
  border-radius:12px;
  background:#fff;
}

/* IFRAME */
.quizzupp-game-frame iframe{
  width:100%;
  height:100%;
  border:none;
  display:block;
}
/* TOP IMAGE */
.quizzupp-result-topimg{
    width: 150px;
  position:absolute;
  top:-70px;
  left:50%;
  transform:translateX(-50%);
}

/* TITLE */
.quizzupp-result-title{
  font-size:40px;
      margin-top: 10px;
  font-weight:700;
  color:#7a3dff;
}

/* SUBTITLE */
.quizzupp-result-subtitle{
  font-size:22px;
  font-weight:600;
  color:#1d1d3c;
  margin-bottom:18px;
}

/* COMMON BOX */
.quizzupp-result-box{
  background:#ece6f8;
  border-radius:14px;
  padding:16px;
  box-shadow:0 3px 8px rgba(0,0,0,0.15);
}

/* LINE */
.quizzupp-result-line{
  height:1px;
  background:#d7c8f5;
  margin:14px 0;
}

/* ROW */
.quizzupp-result-row{
  display:flex;
  align-items:center;
  gap:12px;
  text-align:left;
}

.quizzupp-result-row img{
  width:48px;
}

/* TEXT */
.quizzupp-result-row p,
.quizzupp-result-desc,
.quizzupp-result-win{
  font-size:16px;
  color:#222;
  line-height:1.5;
}

/* WIN */
.quizzupp-result-win img{
  width:18px;
  vertical-align:middle;
}

/* BUTTON */
.quizzupp-result-btn{
  width:190px;
  margin-top:22px;
}






/* FEATURES */
.quizzupp-feature-box{
  margin-top:20px;
  border-radius:14px;
  padding:16px 20px 0;
  background: #1E0D5D 0% 0% no-repeat padding-box;
  border: 1px solid #683EC9;
}

.quizzupp-feature-title{
  font-weight:600;
  margin-bottom:14px;
}

.quizzupp-feature-title span{
  color: #FECD3D;
}

.quizzupp-feature-item{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.quizzupp-icon-img img{
    width: 25px;
    height:25px;
    display: block;
}

.quizzupp-feature-item p{
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.quizzupp-purple{background:#6a3df0;}
.quizzupp-blue{background:#3498db;}
.quizzupp-green{background:#2ecc71;}
.quizzupp-pink{background:#ff2d95;}
.quizzupp-orange{background:#f39c12;}



/* CARD */
.quizzupp-imgcard{
  margin-top:20px;
  background:#f3f3f6;
  border-radius:16px;
  padding:14px;
}

/* TOP */
.quizzupp-imgcard-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}

/* BADGE */
.quizzupp-imgcard-badge{
  /* background:#eae7ff;
  padding:6px 10px;
  border-radius:20px;
  font-size:11px;
  color:#6a3df0; */

  background: #F0ECFD;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 10px;
  color: #6027AF;
  font-weight: 500;
}

/* PROGRESS */
.quizzupp-imgcard-progress{
  width:120px;
  height:6px;
  background:#ddd;
  border-radius:10px;
  position:relative;
}

.quizzupp-imgcard-fill{
  width:100%;
  height:100%;
  background:#6a3df0;
  border-radius:10px;
}

.quizzupp-imgcard-star{
  position:absolute;
  top:50%;
  left:99%;
  transform:translate(-50%,-50%);
  width:16px;
}

.quizzupp-imgcard-star img{
  width:100%;
}

/* IMAGE */
.quizzupp-imgcard-image img{
  width:100%;
  border-radius:12px;
  display:block;
}




/* start */


/* TITLE */
.quizzupp-reward-title{
  text-align:center;
  font-size:34px;
  font-weight:bold;
    padding-top: 16px;
  color: #FFFFFF;
  line-height: 48px;

  /* background-image: url(/assets/images/reward.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px; */
}

.quizzupp-reward-title span{
  color:#FECD3D;
}

/* IMAGE */
.quizzupp-reward-img{
  display:flex;
  justify-content:center;
  margin-left: -15px;
  margin-right: -15px;
}

.quizzupp-reward-img img{
  width: 100%;
}

/* CARD */
.quizzupp-reward-card{
  /* margin:0 16px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.2);
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(10px);
  text-align:center;
  margin-left: 0px;
    margin-right: 0px;
    margin-top: -40px; */

    /* margin: 0 16px; */
    padding: 16px;
    border-radius: 14px;
    background: #1E0D5D;
    backdrop-filter: blur(10px);
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -40px;
    border: 2px solid #683EC9;

}

/* TOP FLEX */
.quizzupp-reward-top{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:8px;
}

/* COIN BADGE */
.quizzupp-coin-badge{
  width:70px;
  height:70px;
  border-radius:50%;
  background:#FEEF3A;
  border: 3px solid #F9DC2D;
  color:#000;
  font-weight:700;
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height: 14px;
  text-align:center;
}

/* TEXT */
.quizzupp-reward-text{
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  text-align: left;
}

.quizzupp-reward-text span{
  color: #FECD3D;
}

/* BUTTON */
.quizzupp-reward-btn{
  margin:0px;

    display: block;
}

.quizzupp-reward-btn img{
  width: 200px;
  max-width: 100%;
}

/* SUB TEXT */
.quizzupp-reward-sub{
  font-size: 13px;
    opacity: 0.9;
    margin-top: 8px;
    font-weight: 400;
    line-height: 22px;
}

.quizzupp-reward-sub span{
  color: #FECD3D;
}

/* 
General Knowledge page */



/* HEADER */
.quizzupp-gk-header{
  display:flex;
  align-items:center;
  gap:10px;
  margin: 15px 0 24px;
}

.quizzupp-gk-header p{
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
}

/* BACK BUTTON */
.quizzupp-back-btn{
  display:flex;
  align-items:center;
  justify-content:center;
}
.quizzupp-back-btn img{
  width:40px;
  display: block;
  border-radius: 100%;
}

/* ARROW */
.quizzupp-back-btn span{
  font-size:18px;
  color:#fff;
  line-height:1;
}


/* MAIN CARD */
.quizzupp-gk-main{
  /* margin:0 16px; */
  background:#efeff2;
  border-radius:14px;
  padding:16px;
}

/* ROW */
.quizzupp-gk-row{
  display:flex;
  gap:15px;
  align-items:center;
}

/* IMAGE */
.quizzupp-gk-img{
  width: 110px;
  height: auto;
  line-height: 0;
}
.quizzupp-gk-img img{
  width:100%;
  height: auto;
}

/* INFO */
.quizzupp-gk-title{
  font-size:22px;
  font-weight:bold;
  color: #000000;
}

.quizzupp-gk-coin-row{
  margin: 6px 0;
  display:flex;
  align-items:center;
  gap:6px;

}

/* ITEM */
.quizzupp-point{
  display:flex;
  align-items:flex-start; /* 🔥 important */
  gap:10px;
  margin-bottom:12px;
}

/* ICON */
.quizzupp-point img{
  width:14px;
  margin-top:4px; /* slight adjust for perfect alignment */
  flex-shrink:0;
}

/* TEXT */
.quizzupp-point p{
  margin:0;
  font-size:14px;
    margin-bottom: 0px;
}
.quizzupp-gk-coin-row img{
  width:32px;
  height: auto;
}

.quizzupp-gk-coin-row span{
    font-size: 28px;
    font-weight: bold;
    color: #210E68;
    line-height: 28px;
}

.quizzupp-gk-link{
  font-size:12px;
  color:#686868;
  font-weight: 500;
  /* text-decoration:underline; */
}

/* POINTS */
.quizzupp-gk-points{
  margin-top:12px;
  font-size:14px;
  color:#333;
}

.quizzupp-gk-points p{
  margin-bottom:6px;
      display: flex;

}
.quizzupp-gk-points img {
  width: 15px;
}
.quizzupp-gk-points span{

    margin-right: 6px;
    display: flex;
    align-items: anchor-center;
}

/* BUTTON */
.quizzupp-gk-btn{
  margin-top:14px;

}
.quizzupp-gk-btn img{
    width: 150px;
    max-width: 100%;
    display: flex;
    margin: 0px auto;
}

/* BOTTOM */
.quizzupp-gk-bottom{
  margin-top: 20px;
  padding:16px;
  border-radius:14px;
  border:1px solid #683EC9;
  background: #1E0D5D;
}



.quizzupp-gk-bottom span{
  color:#ffcc00;
  margin-right:6px;
}


/* Rank Breakup */




/* OVERLAY */
.quizzupp-overlay{
   position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 9;
}
/*  DIVIDER */
.quizzupp-popup-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:8px 0 12px;
}


/* CENTER ICON */
.quizzupp-popup-divider img{

}
/* POPUP */
.quizzupp-popup{
  width:90%;
  max-width:320px;
  background:#F9F8FE;
  border-radius:20px;
  padding:16px;
  position:relative;
  text-align:center;
}

/* ICON */
.quizzupp-popup-icon img{
  width:180px;
  position:absolute;
  top:-48px;
  left:50%;
  transform:translateX(-50%);
}

/* CLOSE */
.quizzupp-popup-close{
  position:absolute;
  right:12px;
  top:12px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  cursor:pointer;
}


.quizzupp-rank-item.active .quizzupp-coins{
  color: #5425C4;
}

.quizzupp-coins{
  color: #000;
}

/* TITLE */
.quizzupp-popup-title{
font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 47px 0px 2px 0;
}

/* LIST */
.quizzupp-rank-list{
  margin-top:10px;
}

/* ITEM */
.quizzupp-rank-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
  padding:5px;
  border-radius:12px;
  margin-bottom:6px;
  font-size:13px;
}

/* ACTIVE */
.quizzupp-rank-item.active{
  background:#dcd3ff;
}

.quizzupp-rank-item span{
  color: #000;
      font-size: 14px;
    font-weight: 500;
}

/* LEFT */
.quizzupp-rank-item img{
  width:26px;
}

/* COINS */
.quizzupp-coins{
  display:flex;
  align-items:center;
  gap:4px;
  font-weight:600;
}


/* good job */


/* HEADER */
.quizzupp-score-header{
  padding:10px 16px;
}

/* TITLE IMAGE */
.quizzupp-score-title-img{
  position:absolute;
  top:-25px;
  left:50%;
  transform:translateX(-50%);
}

.quizzupp-score-title-img img{
  width:200px;
}

/* CARD */
.quizzupp-score-card{
    margin: 28px 10px 10px 10px;
    background: #F8F7FF;
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    position: relative;
}

/* CATEGORY */
.quizzupp-score-category{
  margin-bottom:8px;
  margin-top: 58px;
  color: #000;
  font-weight: 500;
    font-size: 14px;
  display: inline-flex;
  gap: 3px;
}

/* DIVIDER */
.quizzupp-score-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:10px 0;
}

.quizzupp-score-divider span{
  width:40px;
  height:1px;
  background:#d6cfff;
}

.quizzupp-score-divider img{
  width:14px;
}

/* LABEL */
.quizzupp-score-label{
  font-size:14px;
  font-weight: 600;
  color:#27156C;
  letter-spacing:1px;
}

/* SCORE */
.quizzupp-score-number-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
 
}

.quizzupp-score-number-row h1{
font-size: 66px;
    color: #7941E9;
    font-weight: bolder;
}

.quizzupp-score-number-row img{
  width:50px;
}

/* TEXT */
.quizzupp-score-text{
  font-size:15px;
      color: #000;
      
}

/* UP NEXT */
.quizzupp-upnext{
  margin:20px 16px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.2);
}

/* TITLE */
.quizzupp-upnext-title{
display:flex;
  justify-content:center;   /* center horizontally */
  align-items:center;       /* center vertically */
  gap:6px;                  /* space between image & text */
  margin-bottom:12px;
  font-weight:600;
}

/* CARD */
.quizzupp-upnext-card{
  background:#fff;
  border-radius:14px;
  padding:12px;
}

/* TOP */
.quizzupp-upnext-top{
  display:flex;
  gap:10px;
  align-items:flex-start;
  position:relative;
}


.quizzupp-upnext-top img{
    width: 60px;
  border-radius:8px;
}

/* INFO */
.quizzupp-upnext-heading{
  font-size:13px;
  font-weight:600;
  color: #000;
  padding-right: 57px;
  margin-top: 10px;
}
.quizzupp-upnext-heading img{
    width: 16px;
    padding-right: 5px;
}

.quizzupp-entry img{
    width: 22px;
    padding-right: 5px;
    padding-left: 5px;
}
.quizzupp-upnext-time{
 font-size: 8px;
    color: #666;
}

.quizzupp-upnext-bottom img{
  width: 100px;
}

/* TAG */
.quizzupp-tag{
  font-size:10px;
  background:#E1F9FF;
  padding:2px 6px;
  border-radius:10px;
  color: #0999D8;
}

/* LIVE BADGE */
.quizzupp-live-badge{
  position:absolute;
  top:6px;
  right:6px;
  display:flex;
  align-items:center;
  gap:4px;
  color:#1db954;
  font-size:10px;
  padding:3px 6px;
  border-radius:10px;
  font-weight:500;
}

/* GREEN DOT */
.quizzupp-live-dot{
  width:6px;
  height:6px;
  background:#1db954;
  border-radius:50%;
}
/* LIVE */
.quizzupp-live{
  position:absolute;
  right:0;
  top:0;
  font-size:10px;
  color:green;
}

/* BOTTOM */
.quizzupp-upnext-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
}

/* BUTTON */
.quizzupp-play-btn{
  padding:8px 16px;
  border-radius:20px;
  background:linear-gradient(90deg,#ff7a00,#ff007a);
  color:#fff;
  font-size:12px;
}

/* ENTRY */
.quizzupp-entry{
font-size: 9px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 0px;
}

/* COUNTDOWN */
.quizzupp-countdown{
  text-align:center;
  margin-top:12px;
  color:#ffcc00;
}

.quizzupp-score-title-img img{
  animation:quizzuppGlow 2s ease-in-out infinite;
}

@keyframes quizzuppGlow{
  0%,100%{
    filter:drop-shadow(0 0 0px #ffcc00);
  }
  50%{
    filter:drop-shadow(0 0 15px #ffcc00);
  }
}


/* TITLE */
.quizzupp-upnext-title{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  font-weight:600;
  margin-bottom:12px;
}

.quizzupp-upnext-title img{
  width:16px;
}



.quizzupp-heading{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
}

.quizzupp-heading img{
  width:14px;
}

/* TAG */
.quizzupp-tag{
  font-size:10px;
  background:#e6f3ff;
  padding:2px 6px;
  border-radius:10px;
}

/* TIME */
.quizzupp-time{
font-size: 9px;
    color: #666;
    margin-top: 5px;
}

/* LIVE */
.quizzupp-live{
  position:absolute;
  right:0;
  top:0;
  font-size:10px;
  display:flex;
  align-items:center;
  gap:4px;
  color:#1db954;
}

.quizzupp-live .dot{
  width:6px;
  height:6px;
  background:#1db954;
  border-radius:50%;
}

/* BOTTOM */
.quizzupp-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
}
.quizzupp-bottom .qz-btn{
padding:  5px 25px 5px 25px;
margin-left: 70px;
font-size: 8px;
}
/* PLAY BTN IMAGE */
.quizzupp-play{
    width: 80px;
    margin-left: 63px;
}
.game-logo img{
  width:60px;
      margin-top: 55px;

}

.quizzupp-nextgame-card{
      background:#fff;
    border-radius:16px;
    padding:7px 10px 7px 10px;
    display:flex;
    align-items:center;
    gap:16px;
    margin:auto;
}

.quizzupp-nextgame-left{
   
}

.quizzupp-nextgame-left img{
    width:90px;
    padding-top: 9px;
  
}

.quizzupp-nextgame-left p{
    margin-top:8px;
    font-size:10px;
    font-weight:600;
    color:#57b447;
}

.quizzupp-nextgame-right{
  flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quizzupp-nextgame-right h2{
     margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #111;

}

.quizzupp-nextgame-right span{
 display: block;
    margin-top: 0px;
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #b5b5b5;
}

.quizzupp-nextgame-coins{
    display:flex;
    align-items:center;
    gap:4px;
    margin-top:8px;
}

.quizzupp-nextgame-coins img{
    width:22px;
}

.quizzupp-nextgame-coins h3{
    margin:0;
    font-size:14px;
    font-weight:500;
    color:#111;
}

.quizzupp-countdown img{
position: relative;
    top: 5px;
}
.quizzupp-nextgame-right .qz-btn{
      font-size: 8px;
    margin-top: 6px;
}

/* Dashboard */

/* TOP */

.tab-wrapper{
  position: relative;
  min-height: 100vh;
}

.tab-pane{
  width:100%;
  transition:opacity .3s ease;
}

.tab-pane.hide{
  display:none;
}

.tab-pane.active{
  display:block;
}
.quizzupp-menu{
  font-size:20px;
  cursor:pointer;
}

#quizzupp-quiz,
#quizzupp-game{
  width:100%;

  top:0;
  left:0;
}

#quizzupp-wrapper{
     position:relative;

    height:calc(100vh - 50px);

    margin-top:50px;

    overflow-y:auto;
    overflow-x:hidden;

    scrollbar-width:none;
    -ms-overflow-style:none;

    box-sizing:border-box;

}
.quizzupp-bottom-space{
    height:80px;
    width:100%;
    flex-shrink:0;
}
/* HIDE SCROLLBAR */
#quizzupp-wrapper::-webkit-scrollbar{
    display:none;
}

/* 🔥 bottom nav spacing */
#quizzupp-wrapper::after{
    content:"";
    display:block;
    height:120px;
}
/* WALLET */

.quizzupp-rank-item span{
  flex:1;
  text-align:left;
  margin-left:10px;
}


/* TABS */

/* MAIN WRAPPER */


/* SLIDING BG */
.quizzupp-tab-bg{
  position:absolute;
  top:4px;
  left:4px;
  width:50%;
  height:calc(100% - 8px);
  background:#dcd3ff;
  border-radius:30px;
  transition:0.3s;
}


/* ICON */
.quizzupp-tab img{
  width:20px;
}

/* CARD */
.quizzupp-quiz-card{
  background: #fff;
    margin: 0px;
    padding: 12px 12px 13px 12px;
    margin-bottom: 10px;
    border-radius: 8px;
}


.effect{
  cursor:pointer;

  transition:
    transform 0.15s ease,
    filter 0.15s ease;
}

/* CLICK EFFECT */
.effect:active{

  transform:scale(0.94);

  filter:
    brightness(1.15)
    saturate(1.2)
    drop-shadow(0 0 12px rgba(255,255,255,0.5));
}




/* TOP */
.quizzupp-quiz-top{
  display:flex;
  align-items:flex-start;
  gap:10px;
  position:relative;
}

/* IMAGE */
.quizzupp-quiz-thumb{
  width:70px;
  border-radius:8px;
}

/* INFO */
.quizzupp-quiz-heading{
font-size: 18px;
    font-weight: 600;
    margin: 4px 0;
    color: #000;
    line-height: 22px;
}

.quizzupp-quiz-heading img{
  width:14px;
}

/* TAG */
.quizzupp-quiz-tag{
font-size: 10px;
    background: #E1F9FF;
    padding: 2px 6px;
    border-radius: 10px;
    color: #0999D8;
    font-weight: 500;
}

/* TIME */
.quizzupp-quiz-time{
  font-size:10px;
color: #737373;
}


/* LIVE BADGE */
.quizzupp-quiz-live{
  position:absolute;
  right:0;
  top:0;
  display:flex;
      font-size: 10px;
  align-items:center;
  gap:6px;                
  color:#1db954;
  font-weight:500;
}

/* DOT */
.quizzupp-live-dot{
  width:8px;           
  height:8px;
  background:#2ecc71;   
  border-radius:50%;
  
  /* 🔥 glow effect */
  box-shadow:0 0 6px #2ecc71;
}


.quizzupp-live-dot{
  animation:quizzuppBlink 1.2s infinite;
}

@keyframes quizzuppBlink{
  0%,100%{opacity:1;}
  50%{opacity:0.3;}
}


.quizzupp-quiz-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
      margin-left: 78px;
}

/* BUTTON */
.quizzupp-quiz-play{
height: 35px;
    padding-left: 74px;
}

/* ENTRY */
.quizzupp-quiz-entry{
  font-size:12px;
  display:flex;
  align-items:center;
  gap:4px;
  color: #000;
}

.quizzupp-quiz-entry img{
  width:14px;
}
.quizzupp-quiz-entry span{
  font-weight: 600;
}

/* SIDEBAR */
.quizzupp-sidebar{
   position: absolute;
    top: 0;
    left: -260px;
    width: 260px;
    min-height: 100%;
    background: url(../images/sidebar-bg.png);
    background-size: cover;

    padding: 20px;

    transition: left 0.3s ease;

    z-index: 999;

    overflow-y: auto;
}


.quizzupp-sidebar.active{
    left: 0;
}


/* USER */
.quizzupp-user{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:20px;
}

.quizzupp-user p{
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}


.quizzupp-user img{
  width:60px;
  border-radius:50%;
}

.quizzupp-user span{
  color: #E6C225;
  font-size:13px;
  font-weight: 400;
}

/* MENU ITEMS */
.quizzupp-menu-item{
  background:#190D4D;
  padding:14px 16px;
  border-radius:8px;
  margin-bottom:12px;
  text-decoration: none;
  box-shadow: inset 0px 3px 6px #270F63;
  border: 1px solid #402586;
  display: flex;
  align-items: center;
  gap: 15px;
}
.quizzupp-menu-item img{
  width: 45px;
  height: auto;
}
.quizzupp-menu-item span{
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 22px;
}

.close-sidebar img{
  cursor: pointer;

}
.close-sidebar {
position: absolute;
    right: 0px;
    top: 0px;
}
.quizzupp-coins h2{
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 8px;
    line-height: 32px;
}
.quizzupp-coins p{
    color: #FECD3D;
    font-size: 9px;
    font-weight: 500;
    margin-top: 2px;
}

.quizzupp-top-bg{
      background: url(../images/ds-top-bg.png);
    margin-left: -18px;
    margin-right: -18px;
    background-repeat: no-repeat;
    background-size: cover;
        padding: 0px 15px;
        margin-top: -15px;
        height: 100px;
            background-position: bottom;
}

/* Games tab css */



/* GAME CARD */
.quizzupp-game-card{
     background: #f3f3f6;
    border-radius:8px;
       padding: 10px 15px;
    margin:0px 0px 10px 0px;
}

/* TOP */
.quizzupp-game-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:7px;
}

/* TITLE */
.quizzupp-game-title{
  font-size:12px;
  font-weight:600;
  color:#111;
}

/* LIVE */
.quizzupp-game-live{
  display:flex;
  align-items:center;
  gap:6px;

  font-size:12px;
  color:#222;
}

.quizzupp-game-live span{
      width: 8px;
    height: 8px;
  background:#58c77b;
  border-radius:50%;
}

/* BODY */
.quizzupp-game-body{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* LEFT */
.quizzupp-game-left{
  display:flex;
  gap:12px;
}

/* IMAGE */
.quizzupp-game-thumb{
  width:60px;
  height: 60px;

}

/* WIN TEXT */
.quizzupp-game-win{
  color:#FC932E;
  font-weight:700;
font-size: 12px;
  margin-top:6px;
}

/* COINS */
.quizzupp-game-coins{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:4px;
}

.quizzupp-game-coins img{
width: 20px;
}

.quizzupp-game-coins h2{
  font-size:22px;
  color:#000;
  line-height:1;
}

/* BUTTON */
.quizzupp-game-btn{
    width: 100%;
    margin-left: 12px;
    margin-top: 10px;
}

/* FOOTER */
.quizzupp-game-footer{
  display:flex;
  justify-content:flex-end;
  margin-top:10px;
}

.quizzupp-game-footer p{
  font-size:14px;
  color:#222;
}

.quizzupp-game-footer span{
  color:#ff8a00;
  font-weight:600;
}




/* PRACTICE CARD */
.quizzupp-practice-card{
  background:#f3f3f6;
  border-radius:10px;

  padding:16px;
  margin:18px 0px;

  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* LEFT */
.quizzupp-practice-left{
  display:flex;
  align-items:center;
  gap:12px;
}

.quizzupp-practice-back{
  width:22px;
}

.quizzupp-practice-thumb{
  width:50px;
  border-radius:10px;
}

.quizzupp-practice-title{
  font-size:16px;
  font-weight:600;
  color:#111;
  line-height:1.2;
}

/* BUTTON */
.quizzupp-practice-btn{
    width: 100%;
        margin-left: 10px;
    margin-top: 6px;
}

/* CONTEST CARD */
.quizzupp-contest-card{
  background:#f3f3f6;
  border-radius:8px;
  padding:16px;
  margin-top: 20px;
  

}

/* TOP */
.quizzupp-contest-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* WIN */
.quizzupp-contest-win{
  color:#ff8a00;
  font-weight:700;
font-size: 13px;
}

/* TIME */
.quizzupp-contest-time{
  font-size:14px;
  color:#222;
}

.quizzupp-contest-time span{
  color:#2c1d8f;
  font-weight:700;
}

/* COINS */
.quizzupp-contest-coins{
  display: flex;
    align-items: center;
    gap: 6px;
    margin: 12px 0px;
    justify-content: space-between;

}

.quizzupp-contest-coins img{
  width:20px;
}

.quizzupp-contest-coins h2{
  font-size:22px;
  line-height:1;
  color:#000;
}

/* BUTTON */
.quizzupp-contest-btn{

   margin-left:auto;
}
.quizzupp-contest-btn .qz-btn {

padding: 8px 15px 8px 15px;
    gap: 5px;
        font-size: 10px;
        min-width: 115px;
}

.quizzupp-contest-btn .qz-btn img{
  width: 14px;
}
/* FOOTER */
.quizzupp-contest-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:4px;
}

/* USERS */
.quizzupp-users{
  display:flex;
  align-items:center;
  gap:6px;
  font-size: 9px;
  color:#333;
}

.quizzupp-users span{
  width:8px;
  height:8px;
  background:#58c77b;
  border-radius:50%;
}

/* RANK */
.quizzupp-rank-link{
  font-size:9px;
  color:#555;
  font-weight:600;
}

/* ENTRY */
.quizzupp-entry{
  display:flex;
  align-items:center;
  font-size:9px;
  color:#333;
}

.quizzupp-entry img{
  width:20px;
}




/* Varun Add CSS----------------------------------------- */

.gamesCards-container {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* CARD (CHILD) */
.game-card {
    background: #fff;
    border-radius: 8px;
    width: 50%;
    overflow: hidden;
}

/* .game-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
} */

/* IMAGE SECTION */
.game-card .card-image-placeholder {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.game-card .card-image-placeholder img{
  width: 100%;
  height: auto;
}

/* CARD BODY */
.game-card .card-body {
  padding: 10px 16px;
  text-align: center;
}

/* Title */
.game-card .card-body .game-title {
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  margin-bottom: 8px;
}

/* Label */
.game-card .card-body .play-win-label {
  font-size: 10px;
  font-weight: 500;
  color: #838383;
  margin-bottom: 6px;
  letter-spacing: 2.12px;
  text-transform: uppercase;
}

/* REWARD SECTION */
.game-card .reward {
  display: flex;
  align-items:flex-start;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.game-card .coin-icon {
    width: 16px;
    height: 16px;
}

.game-card .coin-icon img{
  width: 100%;
  height: auto;
}

.game-card .reward-amount {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

.game-card .card-body .start-btn{
    width: 100%;
    display: block;
    line-height: 0;
    text-decoration: none;
    cursor: pointer;
}

.game-card .card-body .start-btn img{
   width: 100%;
   height: auto;
}

/* BUTTON */
/* 
.game-card .start-btn:hover {
  transform: scale(1.02);
}

.game-card .start-btn:active {
  transform: scale(0.98);
} */

/* FOOTER TEXT */
.game-card .players-online {
  font-size: 10px;
  color: #187E00;
  font-weight: 500;
}


/* BUTTON */
.qz-btn{
     display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
    border: none;
    border-radius: 40px;
    background: linear-gradient(
        90deg,
        #ff6a00,
        #ff7a00,
        #ff008c,
        #B700A3,
        #ff6a00
    );
    background-size: 300% 300%;
    animation: gradientMove 4s linear infinite;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    box-shadow: 0 5px 0 #6b0000,
                0 8px 12px rgba(0, 0, 0, 0.25);

    transition: transform 0.15s ease,
                box-shadow 0.15s ease;

    text-decoration: none;
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contest-btn .qz-btn{
  font-size: 10px;
    padding: 9px 16px;
}


.start-game-bn .qz-btn{
font-size: 15px;
    padding: 8px 29px;
    display: flex;
    justify-content: center;
    width: 168px;
    margin: 20px auto;
}


/* WHITE BORDER */
.qz-btn::before{
  content:"";

  position:absolute;
  inset:-3px;

  border-radius:44px;

  border:3px solid #fff;

  pointer-events:none;
}




/* NAVBAR */
.quizzupp-bottom-nav{
 position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.35s ease;
    width: 330px;
      padding: 3px 5px;
    display: flex;
    justify-content: space-between;
    border-radius: 40px;
    background: #FFFFFF;
  
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow:
        0 8px 32px rgba(0,0,0,0.15),
        inset 0 1px 1px rgba(255,255,255,0.25);
    z-index:1;

}

/* HIDE */
.quizzupp-bottom-nav.hide{
  transform:
    translateX(-50%)
    translateY(140px);
}

/* ITEM */
.quizzupp-nav-item{
  flex:1;

  text-decoration:none;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  gap:6px;

  color:#222;

  padding:5px 6px;

  border-radius:30px;

  font-size:11px;
  font-weight:600;

  transition:0.2s;
}

/* ACTIVE */
.quizzupp-nav-item.active{
  background:#E2EBEF;
  font-weight: bold;
  border-radius: 40px;
}

/* IMAGE */
.quizzupp-nav-item img{
  width:25px;
}

/* TEXT */
.quizzupp-nav-item span{
  text-align:center;
  line-height:1.2;
      font-size: 9px;
}

.quizzupp-bottom-nav{
  transition:0.35s ease;
}

.quizzupp-bottom-nav.hide{
  transform:
  translateX(-50%)
  translateY(140px);
}

/* OVERLAY */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* ACTIVE */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* CARD */
.popup-card {
  position: relative;
  width: 320px;
  background: #fff;
  border-radius: 20px;
  padding: 60px 20px 30px;
  text-align: center;
  border: 6px solid #6B46B9;
}

/* CLOSE BUTTON */
.popup-card .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  cursor: pointer;
}

/* TOP IMAGE WRAPPER */
.popup-card .top-image {
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
}

/* TOP IMAGE */
.popup-card .top-image img {
  width: 160px;
}

/* CONTENT */
.popup-card .popup-content h2 {
  color: #7941E9;
  margin-bottom: 10px;
  margin-top: 70px;
  font-weight: 600;
  font-size: 20px;
}

.popup-card .popup-content p {
  font-size: 21px;
}

/* COIN ICON */
.popup-card .coin-icon {
  width: 22px;
  vertical-align: middle;
}


/* HEAD */
.quizzupp-gk-head{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;

  margin-top:30px;
}

.quizzupp-gk-head img{
  width:20px;
}

.quizzupp-gk-head p{
  color:#fff;
  font-size:14px;
  font-weight:500;
}


/* SCORE ROW */
.quizzupp-gk-score-row{
  display:flex;
  justify-content:space-between;
  align-items:center;

  margin:34px 0px 16px;
}

/* BOX */
.quizzupp-gk-score-box{
  display:flex;
  align-items:center;
  gap:8px;

  min-width:80px;
  height:38px;

  padding:0 14px;

  border-radius:30px;

  background:
  linear-gradient(
    180deg,
    #6f39e6 0%,
    #5220cb 100%
  );

  border:1px solid
  rgba(255,255,255,0.15);

  box-shadow:
    inset 0 1px 2px rgba(255,255,255,0.15),
    0 4px 10px rgba(0,0,0,0.15);
}

/* ICON */
.quizzupp-gk-score-box img{
  width:22px;
  flex-shrink:0;
}

/* TEXT */
.quizzupp-gk-score-box span{
  color:#fff;

  font-size:14px;
  font-weight:500;

  line-height:1;
  letter-spacing:0.2px;
}

/* CARD */
.quizzupp-gk-card{
  position:relative;
  background:#fff;
  border-radius:16px;
  padding:20px;
  box-shadow:
    0 12px 0 #5c38c7,
    0 24px 0 #43229c;
}

/* TOP */
.quizzupp-gk-card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}

/* COUNT */
.quizzupp-gk-count{
  font-size:16px;
  font-weight:500;
  color:#5b38cb;
}


/* LINE TRACK */
.quizzupp-gk-line{
  position:relative;

  width:110px;
  height:6px;

  background:#e6ddff;

  border-radius:20px;

  margin-top:10px;

  overflow:hidden;
}

/* ACTIVE LINE */
.quizzupp-gk-line::before{
  content:"";

  position:absolute;
  top:0;
  left:0;

  width:45%; /* progress */

  height:100%;

  background:#7a3dff;

  border-radius:20px;
}

/* ICON */
.quizzupp-gk-icon{
  width:90px;
}

/* QUESTION */
.quizzupp-gk-question{
font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: #111;
    margin-top: 0px;
}

/* OPTION */
.quizzupp-gk-option{
  background:#fff;
  cursor: pointer;
  border-radius:18px;
  padding:10px;
  margin-top:10px;
  border:2px solid #f0ecff;
  box-shadow:
    0 5px 10px rgba(122,61,255,0.12);
}

/* LEFT */
.quizzupp-gk-option-left{
  display:flex;
  align-items:center;
  gap:16px;
}

/* LETTER */
.quizzupp-gk-letter{
  width:35px;
  height:35px;
  border-radius:50%;
  background:#7a3dff;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:16px;
  font-weight:500;

  box-shadow:
    inset 0 2px 8px rgba(255,255,255,0.3);
}

/* TEXT */
.quizzupp-gk-option-left p{
  font-size:14px;
  font-weight:500;
  color:#000000;
  
}
/* WRONG */
.quizzupp-gk-option.wrong{
  background:#b90000;
  border-color:#b90000;

  box-shadow:
    0 5px 0 #7b0000;
}

.quizzupp-gk-option.wrong p{
  color:#fff;
}

/* CORRECT */
.quizzupp-gk-option.correct{
  background:#007d55;
  border-color:#007d55;

  box-shadow:
    0 5px 0 #00563b;
}

.quizzupp-gk-option.correct p{
  color:#fff;
}

/* REMOVE OLD */
.quizzupp-gk-option::after{
  display:none;
}

/* ICON COMMON */
.quizzupp-gk-status-icon{
  position:absolute;

  right:18px;
  top:50%;

  transform:
    translateY(-50%)
    translateX(20px);

  width:28px;
  opacity:0;

  transition:0.3s ease;
}

/* SHOW ICON */
.quizzupp-gk-option.correct
.quizzupp-gk-status-icon,

.quizzupp-gk-option.wrong
.quizzupp-gk-status-icon{

  opacity:1;

  transform:
    translateY(-50%)
    translateX(0);
}

/* WRONG ICON */
.quizzupp-gk-option.wrong::after{
  background-image:
  url('../images/delete.png');
}

/* CORRECT ICON */
.quizzupp-gk-option.correct::after{
  background-image:
  url('../images/checked.png');
}
.quiz_bg{
  background-image: url(../images/quiz-bg.png);
      background-size: cover;
    background-position: center;
    height: 100vh;
    margin-left: -20px;
    margin-right: -20px;
    background-repeat: no-repeat;
}

.main-pad{
   margin-left: 20px;
    margin-right: 20px;
}

.quizzupp-winner-card{
  background:#f5f5f5;
  border-radius:18px;
  padding:18px;
      margin-bottom: 10px;
  align-items:center;
  box-shadow:
    0 4px 12px rgba(0,0,0,0.12);
     
}

.quizzupp-winner-left{
 display:flex;
  align-items:center;
  gap:16px;
}

.quizzupp-winner-btn-wrap{
  display:flex;
  justify-content:flex-end;

  margin-top:14px;
}
.quizzupp-winner-thumb{
  width:50px;

}

/* INFO */
.quizzupp-winner-category{
  font-size:16px;
  font-weight:500;

  color:#111;
}

/* PRIZE */
.quizzupp-winner-prize{
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.quizzupp-winner-prize img{
  width:24px;
}


.quizzupp-winner-card .qz-btn{
 font-size: 10px;
    padding: 6px 10px;
    /* margin-left: 63px; */
    font-weight: 500;
}

#winner-wrapper{
  position:relative;
  min-height:100vh;
     margin-top: 14px;
   overflow-y:auto;
  scrollbar-width:none;      /* Firefox */
  -ms-overflow-style:none;   /* IE/Edge */
}
#winner-wrapper::-webkit-scrollbar{
  display:none;              /* Chrome/Safari */
}


/* CARD */
.quizzupp-rank-card{
  background:#f5f5f5;
  border-radius:18px;
  padding:10px;
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom: 10px;
}

/* RANK */
.quizzupp-rank-number{
  width:24px;

  font-size:18px;
  font-weight:500;

  color:#8a8a8a;

  text-align:center;
}

/* USER IMAGE */
.quizzupp-rank-user{
  width:40px;
  object-fit:cover;
}

/* INFO */
.quizzupp-rank-info{
  flex:1;
}

/* NAME */
.quizzupp-rank-name{
  font-size:14px;
  font-weight:500;

  color:#111;
}

/* COINS */
.quizzupp-rank-coins{
  font-size:12px;
  font-weight:700;
  color:#8e2de2;
}


/* BAR */
.quizzupp-win-bar{
  position:fixed;

  bottom:0;
  left:50%;

  transform:translateX(-50%);

  width:360px;
  height:74px;

  background:
  linear-gradient(
    90deg,
    #9c27b0,
    #8e24aa
  );

  display:flex;
  align-items:center;

  padding:0 24px;

  z-index:999;
}

/* LEFT */
.quizzupp-win-left{
  display:flex;
  align-items:center;
  gap:16px;
}

/* IMAGE */
.quizzupp-win-user{
  width:50px;
}

/* TEXT */
.quizzupp-win-text{
  font-size:18px;
  font-weight:700;

  color:#fff;
}

/* NUMBER */
.quizzupp-win-text span{
  color:#ffd400;
}


/* TOP */
.quizzupp-rules-top{
  display:flex;
  align-items:center;
  gap:10px;

  padding:18px 16px;
}

.quizzupp-rules-top p{
  font-size:18px;
  font-weight:600;

  color:#fff;
}

/* CARD */
.quizzupp-rules-card{
  background:#f4f4f6;
  border-radius:24px;
  padding:20px 14px;
  border:4px solid #7a3dff;
   max-height:85vh;
  overflow-y:auto;
  scrollbar-width:none;
}

/* CHROME */
.quizzupp-rules-card::-webkit-scrollbar{
  display:none;
}
/* TITLE */
.quizzupp-rules-title{
  text-align:center;

  font-size:22px;
  font-weight:700;

  color:#2d1b75;
}

/* DIVIDER */
.quizzupp-rules-divider{
  display:flex;
  justify-content:center;
  align-items:center;

  gap:10px;

  margin:14px 0 22px;
}

.quizzupp-rules-divider span{
  width:42px;
  height:1px;

  background:#d8c9ff;
}

.quizzupp-rules-divider img{
  width:16px;
}

/* ITEM */
.quizzupp-rule-item{
  display:flex;
  align-items:center;
  gap:16px;

  background:#fff;

  border-radius:16px;

  padding:14px;

  margin-bottom:12px;

  border:1px solid #ece2ff;
}

/* NUMBER */
.quizzupp-rule-number{
  min-width:36px;
  height:36px;
  border-radius:50%;
  background:#3815b0;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:18px;
  font-weight:700;
}

/* TEXT */
.quizzupp-rule-item p{
 font-size: 12px;
    line-height: 1.6;
    color: #333;
}

/* HIGHLIGHT */
.quizzupp-rule-item p span{
  color:#7a3dff;
  font-weight:700;
}


/* TOP */
.quizzupp-contact-top{
  display:flex;
  align-items:center;
  gap:10px;
  padding:18px 16px;
}

.quizzupp-contact-top p{
  font-size:18px;
  font-weight:600;
  color:#fff;
}

/* CARD */
.quizzupp-contact-card{
  background:#f4f4f6;
  border-radius:24px;
  padding:12px 12px 28px 12px;
  border:4px solid #7a3dff;
  text-align:center;
}

/* IMAGE */
.quizzupp-contact-banner{
  width:100%;
  border-radius:20px;
  display:block;
}

/* TEXT */
.quizzupp-contact-text{
  margin-top:15px;
  font-size:18px;
  line-height:1.7;
  color:#222;
}

/* TITLE */
.quizzupp-contact-heading{
  margin-top:30px;
  font-size:22px;
  font-weight:700;
  line-height:1.3;
  color:#000;
}


/* OVERLAY */
.quizzupp-cookie-overlay{
  position:absolute;

  top:0;
  left:0;

  width:100%;
  height:100%;

  background:
  rgba(0,0,0,0.65);

  display:flex;
  align-items:flex-end;
  justify-content:center;

  z-index:999;
}

/* POPUP */
.quizzupp-cookie-popup{
  width:360px;

  background:#f4f4f6;

  border-radius:
  28px 28px 0 0;

  border-top:
  6px solid #8c52ff;

  padding:
  24px 24px 34px;
}

/* TEXT */
.quizzupp-cookie-text{
  font-size:12px;
  line-height:1.7;

  color:#333;
}

/* LINK */
.quizzupp-cookie-link{
     display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #8c52ff;
}

/* BUTTON ROW */
.quizzupp-cookie-btns{
  display:flex;
  justify-content:space-between;
  gap:14px;

  margin-top:28px;
}

/* DENY */
.quizzupp-cookie-deny{
  flex: 1;
    height: 45px;
    border-radius: 30px;
    border: none;
    background: #ececec;
    font-size: 12px;
    font-weight: 600;
    color: #222;

}
.rules a{
     display: block;
    margin: 20px auto;
    color: #fff;
    text-align: center;
}
/* ALLOW */
.quizzupp-cookie-btns .qz-btn{
    flex: 1;
    justify-content: center;
    height: 40px;
    padding: 4px 0px 4px 0px;
    width: 70px;
}
/* FOOTER */
.quizzupp-cookie-footer{
  margin-top:24px;

  font-size:12px;
  line-height:1.8;

  color:#444;
}

/* LINKS */
.quizzupp-cookie-footer a{
  color:#8c52ff;
  font-weight:600;
}




.quizzupp-page-card{
  background:#f4f4f6;
  border-radius:24px;
  padding:20px 14px;
  border:4px solid #7a3dff;
   max-height:85vh;
  overflow-y:auto;
  scrollbar-width:none;
}

.quizzupp-page-card h3{
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.quizzupp-page-card  h4{
  color: #000;
  font-size: 14px;
    margin-bottom: 10px;

}

.quizzupp-page-card  p{
  color: #000;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 400;

}

/* Desktop scrollbar hide */
@media (min-width: 768px){
    body{
        overflow-y: hidden;
    }

    .quizzupp-container{
        overflow-y: auto;
        height: 100vh;
    }

    .quizzupp-container::-webkit-scrollbar{
        width: 0;
    }
    
}


@media(max-width:768px){

   .quizzupp-container{
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    padding: 10px 15px;
    overflow-x: hidden;
}
.quizzupp-hero-right {
   
    height: 167px;
    
}
}




/* =========================
   SMALL MOBILE DEVICES
========================= */

@media (max-width: 480px) {

    
}