@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/quattrocento-sans-400.ttf') format('truetype');
}*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}a:hover{
  text-decoration: none;
}[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak]{
  display: none !important;
}header{
  background: #eb5f91;
  position: relative;
}html, body{
  overflow-x: hidden;
}header::after{
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
}header .headerinner{
  padding: 10px 16px 6px;
}header .header-title{
  margin: 0;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 800 !important;
  line-height: 1.3;
  text-align: center;
}header .bf-similar-header .headerddmenu{
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 99;
}header .headerinnerwthod{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e9950000;
    border-radius: 15px;
    padding: 6px 10px;
    box-shadow: 0px 4px 6px rgb(123 57 57 / 10%);
    border: 1px solid #ffffff;
    width: 100%;
    box-sizing: border-box;
}header .headerlogo{
  padding: 8px 0;
}header .headerlogo img{
    max-width: 194px;
    max-height: 26px;
}header .headerhb{
  width: 26px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}header .headerhb span{
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}header .headerhb span:nth-child(even){
  left: 50%;
  border-radius: 0 15px 15px 0;
}header .headerhb span:nth-child(odd){
  left: 0px;
  border-radius: 15px 0 0 15px;
}header .headerhb span:nth-child(1), header .headerhb span:nth-child(2){
  top: 0px;
}header .headerhb span:nth-child(3), header .headerhb span:nth-child(4){
  top: 9px;
}header .headerhb span:nth-child(5), header .headerhb span:nth-child(6){
  top: 18px;
}header .headerhb.collapse-icon:not(.collapsed) span:nth-child(1), header .headerhb.collapse-icon:not(.collapsed) span:nth-child(6){
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}header .headerhb.collapse-icon:not(.collapsed) span:nth-child(2), header .headerhb.collapse-icon:not(.collapsed) span:nth-child(5){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}header .collapse-icon:not(.collapsed) span:nth-child(1){
  left: 0px;
  top: 7px;
}header .collapse-icon:not(.collapsed) span:nth-child(2){
  left: calc(50% - 5px);
  top: 7px;
}header .collapse-icon:not(.collapsed) span:nth-child(3){
  left: -50%;
  opacity: 0;
}header .collapse-icon:not(.collapsed) span:nth-child(4){
  left: 100%;
  opacity: 0;
}header .collapse-icon:not(.collapsed) span:nth-child(5){
  left: 0px;
  top: 15px;
}header .collapse-icon:not(.collapsed) span:nth-child(6){
  left: calc(50% - 5px);
  top: 15px;
}header .collapse-icon.collapsed span{
  height: 4px;
}header .headerlang{
  position: relative;
}header .headerlangmain{
  width: 140px;
  border-radius: 0px;
  background: #d2ceec;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #eb5f91;
  position: absolute;
  right: 0;
  z-index: 10;
  top: -13px;
  border-radius: 6px;
}header .headerlangmain i{
  font-size: 24px;
  transition: ease-in-out 0.5s;
}header .headerlangmain span{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 8px;
}header .mobileheaderlang img{
  width: 40px;
}header .mobileheaderlang:hover .headerlangmain{
  display: block;
}header .mobileheaderlang:hover i{
  transform: rotate(180deg);
}header .language-dropdown:hover .headerlangdd{
  display: block;
}header .activelang .headerlangdd{
  display: block;
}header .headerddmenu{
  overflow: hidden;
  transition: height 0.2s ease-out;
}header .headerddmenu .headerddmenuinner{
  padding: 10px 0;
}header .headerddmenu .headerddchild{
  text-align: center;
}header .headerddmenu .headerddchild a{
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #d2ceec;
  width: 218px;
  padding: 8px;
  text-decoration: none;
  display: inline-block;
}header .headerddmenu .headerddchild a:hover{
  border-radius: 0px;
  background: #d2ceec;
  color: #390900;
  font-weight: 600;
}/*smart scrrol for lang droepdown */
.smart-scrool::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px #ffffff;
  border-radius: 8px;
  background-color: #ffffff;
}.smart-scrool::-webkit-scrollbar{
  width: 8px;
  background-color: #ffffff;
}.smart-scrool::-webkit-scrollbar-thumb{
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px #ffffff;
  background-color: #22C993;
}header .headerlangmain.langlist-active{
  display: block;
  top: 30px;
}header .headerlangmain.langlist-active .headerlangdd{
  display: block;
}

@media (min-width: 767px) {header .mobileheaderlang{
    display: block;
  }header .headerlangmain{
    display: none;
  }
}
@media (max-width: 766px) {header .headerinner{
    padding: 7px 0px 4px;
  }header .headerlangmain{
    display: none;
  }
}.maincontainer{
  max-width: 620px;
  margin: 0 auto;
}.maincontent{
  background: #f2f8ff;
  text-align: center;
  box-shadow: 0px 20px 36px 0px rgba(0, 0, 0, 0.1490196078);
  position: relative;
}.maincontent::before{
  content: "";
  background: url("../images/papertheme/section-white-top.png");
  width: 100%;
  height: 8px;
  position: absolute;
  top: -7px;
  left: 0;
}.maincontent::after{
  content: "";
  background: url("../images/papertheme/section-white-footer.png");
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -7px;
  left: 0;
}.maincontent .yellow-tap{
  position: absolute;
  top: -33px;
}.maincontent .yellow-tap-left{
  left: 30px;
}.maincontent .yellow-tap-right{
  right: 30px;
}/****home page start***/
.homeheading{
  color: #390900;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  padding-top: 28px;
  padding: 50px 25px 16px;
  line-height: 120%;
}.startbtn{
  background: #eb5f91;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 22px;
  border: 0;
  margin-bottom: 10px;
  position: relative;
}.startbtn:hover{
  color: #ffffff;
}.startbtn:active{
  transform: scale(0.95);
}.startbtn img{
  margin-left: 10px;
}.blogsection .blogbox::after{
  content: "";
  background: url(../images/papertheme/section-white-footer.png);
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: -7px;
  left: 0;
}.blogsection .show-more-btns{
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}.blogsection .show-more-btns .blog-btns{
  border-radius: 6px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #390900;
  padding: 10px 20px;
  border: 0;
  width: 153px;
  display: flex;
  align-items: center;
}.blogsection .show-more-btns .blog-btns i{
  padding-left: 5px;
  font-size: 22px;
}
@media (max-width: 767px) {.homeheading{
        font-size: 22px;
        padding: 14px 5px 6px;
    }

}
@media (max-width: 480px) {.maincontainer{
    margin: 0 12px;
  }.maincontainer.sharecontent2{
    margin: 0;
  }
}.playform .startbtn,
.playform .continue_btn,
.playform .ins_submit_btn{
    width: 100% !important;
    height: 55px !important;               /* Naya height add kiya */
    padding: 17px 0px !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    background: #eb5f91 !important;
    color: white !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 20px rgba(235, 95, 145, 0.35) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    transition: all 0.3s ease !important;
}.playform .startbtn:hover,
.playform .continue_btn:hover,
.playform .ins_submit_btn:hover{
    background: #d84b80 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 25px rgba(216, 75, 128, 0.45) !important;
}.playform .startbtn img{
    height: 28px !important;               /* Height ke saath arrow ko bhi thoda bada kiya taaki balance rahe */
    filter: brightness(0) invert(1);
}.error{
  color: #DB0020;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}.progressbar-main .progressbar{
  padding: 2px;
  margin-bottom: 0;
}.progressbar-main .progressbar li{
  width: 29px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/papertheme/progressbar-bg.svg);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}.progressbar-main .progressbar .progressbar-done{
  background: url(../images/papertheme/progressbar-bgactive.svg);
  color: #ffffff;
  border-radius: 50%;
}.questions{
  padding-bottom: 20px;
}.option.imglist{
  background: #d5dbf2;
  width: 45%;
  margin: 0 6px;
  margin-top: 24px;
  color: #150523;
  padding: 6px;
}.option.imglist .option-txt{
  padding-top: 0;
}.option.imglist a{
  padding-top: 0;
  display: block;
}.option.imglist .img_ser{
  padding-top: 0;
}.option.imglist img{
  width: 100%;
  display: block;
}.option.imglist figcaption{
  min-height: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232D49;
  position: relative;
}.option.imglist:hover{
  background: #eb5f91;
}.option.imglist:hover figcaption{
  color: #ffffff;
}.option.imglist.green{
  background: #27AE60;
}.option.imglist.green figcaption{
  color: #ffffff;
}.option.imglist.red{
  background: #EB5757;
}.option.imglist.red figcaption{
  color: #ffffff;
}

@media (min-width: 767px) {.option.imglist{
    width: 181px;
  }
}
@media (max-width: 480px) {.playform input{
    font-size: 16px;
  }
}.sharecontent .homeheading{
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 8px;
  padding-top: 30px;
}.scoreboardnew .homeheading{
  font-size: 36px;
}.friendbrdbtn a::before{
  content: "";
  position: absolute;
  left: 0;
  width: 56px;
  height: 52px;
}.friendbrdbtn a::after{
  content: "";
  position: absolute;
  right: 0;
  width: 56px;
  height: 52px;
  transform: rotate(180deg);
}.sharecopysec .sharecopyurl::before{
  content: "";
  left: -7px;
  width: 20px;
  height: 100%;
}.sharecopysec .sharecopyurl::after{
  content: "";
  position: absolute;
  right: -7px;
  width: 20px;
  height: 100%;
  transform: rotate(180deg);
}.socialshare .socialsharelist .facebook{
  background: #415D95;
}.socialshare .socialsharelist .twitter{
  background: #000000;
}.socialshare .socialsharelist .line{
  background: #69BE49;
}

@media (max-width: 480px) {.sharecontent .homeheading{
    font-size: 32px;
  }
}
@media (max-width: 400px) {.homeheading{
    font-size: 22px;
  }
}/*share popup */
.sharePopup .modal-dialog{
  max-width: 420px;
}.sharePopup .modal-content{
  background: #d5dbf2;
}.sharePopup .modal-header{
  position: relative;
  border-bottom: 0;
  justify-content: center;
  padding-top: 40px;
  display: block;
  text-align: center;
}.sharePopup .modal-header h4{
  color: #150523;
  font-size: 21px;
  font-weight: 700;
  line-height: 140%;
  /* 30.8px */
  letter-spacing: 0.22px;
  border-bottom: 1px solid #150523;
  padding-bottom: 16px;
}.sharePopup .modal-header .close{
  opacity: 1;
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 0;
  padding: 0;
}.sharePopup .modal-header .close img{
  width: 25px;
}.sharePopup .modal-body{
  padding-top: 0;
}.sharePopup .modal-body img{
  border-radius: 8px;
  border: 1px solid #667080;
  width: 100%;
}.sharePopup .modal-footer .close{
  border-radius: 6px;
  background: #15A878;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  letter-spacing: 0.32px;
  width: 100%;
  padding: 12px;
  text-align: center;
  opacity: 1;
  text-shadow: none;
  position: relative;
  z-index: 9;
}.sharePopup .modal-footer .close::before{
  content: "";
  position: absolute;
  left: -7px;
  width: 40px;
  height: 100%;
  top: 0;
}.sharePopup .modal-footer .close::after{
  content: "";
  position: absolute;
  right: -7px;
  width: 40px;
  height: 100%;
  transform: rotate(180deg);
  top: 0;
}.delete_quiz_popup .modal-header{
  padding: 8px;
  text-align: center;
}.delete_quiz_popup .modal-body{
  background: #ffffff;
}.delete_quiz_btns .btn{
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 7px 12px;
  text-shadow: none;
  border: 2px solid #ccc;
  color: #000000;
  width: 100px;
  margin: 0 10px;
}.delete_quiz_btns a.btn{
  background: #ff5200;
  color: #ffffff;
  border: 0;
}.noscoreboardsec{
  background: #d5dbf2;
  margin: 5px 16px 0;
  padding: 37px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #150523;
  font-size: 16px;
  font-weight: 500;
  line-height: 10%;
  position: relative;
}.noscoreboardsec::before{
  content: "";
  background: url(../images/papertheme/question-paper-cut.svg);
  position: absolute;
  left: -7px;
  width: 62px;
  height: 100%;
}.noscoreboardsec::after{
  content: "";
  background: url(../images/papertheme/question-paper-cut.svg);
  position: absolute;
  right: -7px;
  width: 62px;
  height: 100%;
  transform: rotate(180deg);
}.quizdeletebtn a::before{
  content: "";
  background: url(../images/papertheme/delete-btn-cut.png);
  position: absolute;
  left: -7px;
  width: 40px;
  height: 100%;
}.quizdeletebtn a::after{
  content: "";
  background: url(../images/papertheme/delete-btn-cut.png);
  position: absolute;
  right: -7px;
  width: 40px;
  height: 100%;
  transform: rotate(180deg);
}.scoreboardsec{
  margin: 0 16px;
  background: #E3F2FD;
  border: 2px solid #150523;
  border-radius: 20px;
  padding: 24px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px; /* optional: centered feel ke liye limit */
  margin-left: auto;
  margin-right: auto;
}.scoreboardsec .table-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 16px 20px;
  margin-bottom: 8px;
}.scoreboardsec .table-heading span{
  color: #150523;
  font-size: 15px;
  font-weight: 600;
  flex: 1;
}.scoreboardsec .table-heading span:first-child{
  text-align: left;
}.scoreboardsec .table-heading span:last-child{
  text-align: right;
}.scoreboardsec ul{
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: li-counter;
}.scoreboardsec ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  border-radius: 24px;
  margin: 0 12px 16px 12px;
  padding: 20px 24px 20px 80px; /* left padding for badge */
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  min-height: 80px;
  width: calc(100% - 24px); /* full width minus margins */
  box-sizing: border-box;
}.scoreboardsec ul li .player-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}.scoreboardsec ul li .player-name{
  color: #150523;
  font-size: 17px;
  font-weight: 500;
}.scoreboardsec ul li .player-score{
  color: #150523;
  font-size: 18px;
  font-weight: 700;
  margin-left: auto; /* score ko right pe push karta hai */
}/* Responsive Fixes */
@media (max-width: 767px){
    .scoreboardsec {
        margin: 0 10px 20px;
        padding: 20px 12px;
        border-radius: 16px;
        max-width: 96%;
    }
}.scoreboardsec ul li{
    margin: 0 8px 14px 8px;
    padding: 18px 20px 18px 16px;
    border-radius: 20px;
    min-height: 46px;
  }.scoreboardsec ul li .player-name{
    font-size: 16px;
  }.scoreboardsec ul li .player-score{
    font-size: 17px;
  }.scoreboardsec .table-heading span{
    font-size: 18px;
  }


@media (max-width: 480px) {.scoreboardsec{
    margin: 0 6px 20px;
    padding: 18px 10px;
  }.scoreboardsec ul li{
    margin: 0 6px 12px 6px;
    padding: 16px 18px 16px 65px;
  }


}.resultheadtop .resulthead{
  font-size: 36px;
  color: #30374F;
  font-weight: 700;
}.resultheadtop .resultscorehead{
  font-size: 20px;
  font-weight: 600;
  color: #494E5F;
  padding-top: 10px;
}.viewanswer-sec::before{
  content: "";
  position: absolute;
  width: 95%;
  height: 1px;
  background: #eb5f91;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0px;
}.back-createnew-btn .custom-vignate-btn::before{
  content: "";
  background: url(../images/papertheme/green-btn.png);
  position: absolute;
  left: -7px;
  width: 25px;
  height: 100%;
}.back-createnew-btn .custom-vignate-btn::after{
  content: "";
  background: url(../images/papertheme/green-btn.png);
  position: absolute;
  right: -7px;
  width: 25px;
  height: 100%;
  transform: rotate(180deg);
}.resultcontent .resulthead{
  color: #390900;
  font-size: 38px;
  font-weight: 600;
  line-height: 110%;
  padding-top: 30px;
  padding-bottom: 20px;
}.resultcontent .resultscoretxt{
  padding-top: 10px;
}.resultcontent .resultscorehead{
  color: #390900;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  letter-spacing: 0.2px;
  padding-top: 15px;
}.resultcontent .resultscoresubhead{
  color: #390900;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.16px;
}/**circle graph end */
.resultcretenew{
  padding: 20px 0;
  display: flex;
  justify-content: center;
}.resultcretenew a{
  background: #eb5f91;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  /* 122.222% */
  letter-spacing: 0.36px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  width: 348px;
}.resultcretenew a::before{
  content: "";
  position: absolute;
  left: -7px;
  width: 30px;
  height: 100%;
}.resultcretenew a::after{
  content: "";
  position: absolute;
  right: -7px;
  width: 30px;
  height: 100%;
  transform: rotate(180deg);
}.resultcretenew a:active{
  transform: scale(0.95);
}.friendboard-sec::before{
  content: "";
  position: absolute;
  width: 95%;
  height: 1px;
  background: #DCC9B4;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0px;
}.friendboard-sec::after{
  content: "";
  position: absolute;
  width: 95%;
  height: 1px;
  background: #eb5f91;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0px;
}

@media (min-width: 767px) {.resultcontent .resulthead{
    font-size: 40px;
  }
}/**lang popup start */
.langPopup.modal .modal-dialog{
  max-width: 785px;
  margin: 1.5rem;
}.langPopup.modal .modal-content{
  background: #d5dbf2;
}.langPopup.modal .modal-body{
  padding: 0;
}.langPopup.modal .modal-header{
  position: relative;
  border-bottom: 0;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}.langPopup.modal .modal-header h4{
  color: #2F1F3E;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  /* 30.8px */
  letter-spacing: 0.22px;
}.langPopup.modal .modal-header .close{
  opacity: 1;
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 0;
  padding: 0;
}.langPopup.modal .modal-header .close img{
  width: 25px;
}.langPopup.modal .langPopup-boxes{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 15px;
}.langPopup.modal .langPopup-boxes .langPopup-box{
  width: 100%;
  margin-bottom: 12px;
  padding: 0 6px;
}.langPopup.modal .langPopup-boxes .langPopup-box a{
  background: #ffffff;
  padding: 17px 0;
  color: #150523;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  /* 28.8px */
  letter-spacing: 0.36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}.langPopup.modal .langPopup-boxes .langPopup-box a:active{
  background: #eb5f91;
}

@media (min-width: 767px) {.langPopup.modal .modal-dialog{
    width: 812px;
    margin: 1.75rem auto;
    padding-top: 25px;
  }.langPopup.modal .modal-content{
    border-radius: 0;
  }.langPopup.modal .modal-header .close{
    top: -20px;
    right: -20px;
  }.langPopup.modal .modal-header .close img{
    width: 45px;
  }.langPopup.modal .langPopup-boxes .langPopup-box{
    width: 180px;
  }
}.langPopup.modal .modal-dialog{
  padding-top: 130px;
}.langPopup.modal .modal-content{
  border-radius: 0;
}.modal.in .modal-dialog{
  padding-top: 130px;
}/*userfriend instruction page scoreboard*/
.userfriend-ins-scoreboard{
  padding-bottom: 20px;
}.userview-friendboard-card{
  padding-bottom: 20px;
}.loaderquiz::before, .loaderquiz::after{
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #eb5f91;
  animation: prixClipFix 2s linear infinite;
}.loaderquiz::after{
  inset: 8px;
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #EC8944;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}.check-group label:before{
  content: "";
  -webkit-appearance: none;
  border: 2px solid #2DC38C;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #2DC38C;
  border-radius: 5px;
}.check-group input:checked + label:after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (max-width: 767px) {.scoreboardsec .table-heading span:nth-child(3){
    width: 70px;
    margin-right: 10px;
  }.scoreboardsec ul li span:nth-child(3){
    width: 70px;
    margin-right: 10px;
  }
}.mt40{
  margin-top: 10px;
}.maincontainer.maincontent.mt40{
  border-radius: 236px 236px 20px 20px;
  overflow: hidden;
  margin-bottom: 14px;
}.userview-intro-card,
.userview-friendboard-card{
  border-radius: 236px 236px 20px 20px;
  overflow: hidden;
  margin-bottom: 14px;
}.all_ads .container-fluid{
  display: flex;
  justify-content: center;
}footer{
  background:  #eb5f91;
  position: relative;
  padding-top: 24px;
  padding-bottom: 70px;
  text-align: center;
  margin-top: clamp(16px, 3vh, 32px);
  clear: both;
}footer::before{
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -9px;
}footer .footer-content{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}footer .footer-content li{
  padding: 0 10px;
}footer .footer-content li img{
  width: 35px;
}footer .footercms li::after{
  width: 7px;
  height: 7px;
  background: #ffffff;
  content: "";
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: 7px;
  right: -5px;
}footer .footercms li:last-child::after{
  content: none;
}footer .copyright{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}

@keyframes shake {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-5px, -5px); /* Move left and up */
    }
    50% {
        transform: translate(5px, 5px); /* Move right and down */
    }
    75% {
        transform: translate(-5px, 5px); /* Move left and down */
    }
    100% {
        transform: translate(0, 0); /* Return to original position */
    }
}.playform input{
  border-radius: 8px;
  background: #FFF;
  width: 100%;
  height: 52px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 16px;
  border: 1px solid #85A6A3;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */

.play-ins{
  text-align: left;
  padding-left: 15px;
  margin-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}.play-ins .play-inslist li:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #341D69;
  left: -18px;
  top: 7px;
  border-radius: 50%;
}.play-ins .play-inslist li:first-child::before{
  background: #EB5757;
}.play-ins .play-inslist li:nth-child(2)::before{
  background: #F2C94C;
}.play-ins .play-inslist li:nth-child(3)::before{
  background: #27AE60;
}.play-ins .play-inslist li:nth-child(4)::before{
  background: #56CCF2;
}.play-ins .play-inslist li:nth-child(5)::before{
  background: #9B51E0;
}.play-ins .play-inslist li:nth-child(6)::before{
  background: #EB5757;
}

@media (max-width: 768px) {.instructions-section{
        padding: 10px 12px 14px;
        margin: 0px auto;
    }.inst-list{
        max-width: 100% !important;
        margin: 0 auto 25px !important;
    }.inst-item{
        justify-content: flex-start !important;
        margin-bottom: 16px !important;
    }.inst-item span{
        font-size: 18px !important;
        line-height: 1.3 !important;
    }.dot{
        margin-top: 1px !important;
    }
}.maincontent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (min-width: 769px) {.mainsection{
        margin-bottom: 0px !important;
    }.inst-list{
        max-width: 380px;
    }
}html{
        padding: 0;
        margin: 0;
        height: 100%;
    }body{
        position: relative;
        min-height: 100%;
        width: 100%;
        color: #50596c;
        font-family: quattrocento sans, sans-serif;
    }h1,
    h2,
    h3,
    h4,
    h5{
        font-weight: 700;
    }h4{
        font-size: 18px;
    }.custom-box{
        border: 2px solid #50596c;
        border-radius: 4px;
        background: #f8f9fa;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        padding: 5px;
        text-align: center;
    }.logo img{
  max-width: 200px;
  max-height: 138px;
}
    .logo-name{
        text-align: center;
        font-size: 20px;
        color: #000000;
        font-family: quattrocento sans, sans-serif;
    }.custom-block{
        margin: 20px 0;
    }.custom-input{
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 3px #ddd;
        padding: 5px 0;
        background: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        display: block;
        outline: none;
        transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -webkit-transition: border-color 0.3s;
    }.btn-score a{
    background: #eb5f91;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.32px;
    width: 100%;
    min-height: 56px;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 999px;
    }.btn-score{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}.btn-score a::before{
    content: "";
    position: absolute;
    left: 0;
    width: 56px;
    height: 52px;
}.btn-score a::after{
    content: "";
    position: absolute;
    right: 0;
    width: 56px;
    height: 52px;
    transform: rotate(180deg);
}.custom-input input{
        font-size: 1em;
        outline: none;
        color: black;
        border: none;
        margin: 0 auto;
        width: auto%;
        -webkit-apperance: none;
    }.custom-input:hover{
        border: 1px solid #605142;
    }.custBtn{
    background-color: #eb5f91;
    color: #fff !important;
    display: inline-flex; /* Changed to inline-flex for centering */
    align-items: center; /* Vertically align content */
    justify-content: center; /* Horizontally align content */
    font-size: 14px;
    font-weight: 500;
    height: 31px;
    padding: 0 18px; /* Adjust padding to avoid vertical misalignment */
    text-transform: capitalize;
    border-radius: 27px;
    letter-spacing: 1.5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}.custBtn:hover{
    background: #1e253e;
    color: #fff;
}.custBtn.is-copied{
    box-shadow: 0 0 0 2px rgba(64, 74, 183, 0.25);
}.delete-quiz-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(207, 46, 46, 0.5);
    color: #ffffff;
    background: rgba(207, 46, 46, 0.9);
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    box-shadow: 0 6px 18px rgba(207, 46, 46, 0.22);
}.delete-quiz-btn:hover{
    color: #ffffff;
    background: #b12626;
    border-color: #b12626;
    box-shadow: 0 10px 24px rgba(207, 46, 46, 0.32);
}.delete-quiz-wrap{
    display: flex;
    justify-content: flex-end;
}.delete-quiz-wrap--inside{
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    z-index: 3;
}
@media (max-width: 480px) {.delete-quiz-btn{
        font-size: 11px;
        padding: 6px 12px;
    }
}.copy-sparkle{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.2) 45%, rgba(255,255,255,0) 70%);
    top: 0;
    left: 0;
    transform: scale(0.6);
    animation: copySparkle 0.6s ease-out forwards;
    pointer-events: none;
    box-shadow:
        -18px -8px 0 rgba(255, 255, 255, 0.35),
        16px -10px 0 rgba(255, 255, 255, 0.7),
        -14px 12px 0 rgba(255, 255, 255, 0.6),
        18px 14px 0 rgba(255, 255, 255, 0.6);
}
@keyframes copySparkle {
    0% { opacity: 0; transform: scale(0.4); }
    25% { opacity: 1; }
    100% { opacity: 0; transform: scale(1.05); }
}.custBtn:focus{
        outline: none;
    }.countdown{
        text-align: center;
        margin: 25px 0 5px;
    }.countdown ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }.countdown ul li{
        display: inline-block;
        background-color: #c7c7c7;
        color: #414141;
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
        margin-right: 5px;
        padding-top: 2px;
        border-radius: 100%;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    }.countdown ul li.active{
        background-color: #eb5f91 !important;
        color: #fff;
    }.skipBtnWrapper{
    padding: 10px;
    margin: 0;
    text-align: center;
}.quiz-div.maincontent::before,
.quiz-div.maincontent::after,
.quiz-div.maincontent .yellow-tap{
    pointer-events: none;
}.quiz-div .quiz-wrapper,
.quiz-div .question-wrapper,
.quiz-div .qns,
.quiz-div .custom-card{
    position: relative;
    z-index: 2;
}.quiz-div.maincontent{
  margin-top: clamp(12px, 3vh, 32px) !important;
  margin-bottom: clamp(12px, 3vh, 32px);
}.question-text{
        font-size: 20px;
        text-align: center;
        margin: 30px 0;
        color: #271e1e;
    }.custom-card{
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 224px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    cursor: pointer;
}.custom-card.active{
        background-color: #eca381;
    }.custom-card .q-img{
    position: relative;
    width: 100%;
    padding: 5px;
}.custom-card .q-img img{
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border: 1px solid #deac76;
    padding: 3px;
}.custom-card .custom-card-body{
    background-color: #eb5f91 !important;
    border-bottom-left-radius: 246px;
    border-bottom-right-radius: 246px;
    padding-top: 20px;
    padding-bottom: 3px;
}.custom-card .custom-card-body .question-option{
    font-size: 15px;
    color: #fff;
}.processing_container{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 30vh;
        width: 100%;
    }.processing_container .loader{
        max-width: 16rem;
        width: 100%;
        height: auto;
        stroke-linecap: round;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }.processing_container .loader circle{
        fill: none;
        stroke-width: 8;
        -webkit-animation-name: preloader;
        animation-name: preloader;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        animationcount: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        animationfunction: ease-in-out;
        -webkit-transform-origin: 170px 170px;
        transform-origin: 170px 170px;
        will-change: transform;
    }.processing_container .loader circle:nth-of-type(1){
        stroke: #eb5f91;
        stroke-dasharray: 540;
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }.processing_container .loader circle:nth-of-type(2){
        stroke: #eb5f91;
        stroke-dasharray: 450;
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }.processing_container .loader circle:nth-of-type(3){
        stroke: #eb5f91;
        stroke-dasharray: 360;
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }.processing_container .loader circle:nth-of-type(4){
        stroke: #eb5f91;
        stroke-dasharray: 275;
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }:nth-of-type(5){
        stroke: #eb5f91;
        stroke-dasharray: 190;
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }
    @-webkit-keyframes preloader {
        50% {
            -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
        }
    }
    @keyframes preloader {
        50% {
            -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
        }
    }.process{
        display: none;
        margin: 40px 0;
        background-color: #f8f9fa;
        border-radius: 4px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        padding: 20px;
        text-align: center;
    }.process h2{
        font-size: 20px;
        color: #000000;
    }.process h3{
        font-size: 16px;
        color: #556486;
    }.share-response::before{
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin-left: 0;
}.share-response::after{
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
}.result,
.share-response{
    margin-bottom: 18px;
    background: #ffffff;
    border-radius: 52px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    text-align: center;
    margin-top: 12px;
    position: relative;
}.share-response h2{
        color: #eb5f91 !important;
        font-size: 25px;
    }.share-response h3{
        font-size: 16px;
    }.result{
        margin-bottom: 50px;
        background-color: #f8f9fa;
        border-radius: 4px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        padding: 20px;
        text-align: center;
    }.result.result-premium{
        background: #ffffff;
        border-radius: 28px;
        box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
        border: 1px solid rgba(10, 48, 107, 0.08);
        padding: 28px 24px 30px;
    }.result.result-premium.result-cards{
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
    }.result-card{
        background: #ffffff;
        border-radius: 26px;
        border: 1px solid rgba(10, 48, 107, 0.08);
        box-shadow: 0 14px 30px rgba(16, 24, 40, 0.12);
        padding: 20px 18px;
        margin-bottom: 14px;
    }.result-summary-card{
        background: #f3f9ff;
    }.result-summary-card .result-title{
        font-size: 22px;
        letter-spacing: 0.3px;
        text-transform: none;
        color: #eb5f91;
    }.result-summary-card .result-subtitle{
        font-size: 17px;
        margin: 0 0 6px;
        color: #1f3b68;
        font-weight: 600;
        letter-spacing: 0.2px;
    }.result-summary-card .result-copy{
        margin: 0 0 14px;
        font-size: 16px;
        color: #5b6b82;
        line-height: 1.5;
    }.result-summary-card .result-score{
        margin-bottom: 10px;
    }.result-cta .btn{
        border-radius: 999px;
        padding-left: 24px;
        padding-right: 24px;
    }.result-cta-bottom{
        text-align: center;
        margin-top: 8px;
    }.result-scoreboard-card .friendboard-heading{
        font-size: 18px;
        margin-bottom: 8px;
    }.result-scoreboard-card .scoreboardsec{
        padding: 12px 10px;
        background: #eef7ff;
        border: 1px solid rgba(10, 48, 107, 0.16);
        border-radius: 18px;
    }.result-scoreboard-card .scoreboardsec ul li{
        padding: 6px 10px;
        margin-bottom: 6px;
        border-radius: 16px;
    }.result-scoreboard-card .scoreboardsec ul li .player-name,
    .result-scoreboard-card .scoreboardsec ul li .player-score{
        font-size: 14px;
    }.result-scoreboard-card .scoreboardsec .table-heading{
        background: transparent;
        padding: 4px 8px 8px;
        border-bottom: 1px solid rgba(10, 48, 107, 0.12);
        margin-bottom: 10px;
    }.result-scoreboard-card .scoreboardsec .table-heading span{
        font-size: 14px;
        color: #1b2a4a;
        font-weight: 600;
    }.result-scoreboard-card .scoreboardsec ul li .player-row{
        gap: 12px;
    }.result-scoreboard-card .scoreboardsec ul li::before{
        display: none;
    }.result-scoreboard-card .scoreboardsec ul li .player-rank{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eb5f91;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  flex: 0 0 26px;
}#qt_share .scoreboardsec ul li .player-rank{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eb5f91;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  flex: 0 0 26px;
  margin-right: 10px;
}.result-scoreboard-card .scoreboardsec ul li .player-name{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70%;
    }
    @media (max-width: 480px) {.result-scoreboard-card .scoreboardsec{
            padding: 8px 6px;
        }.result-scoreboard-card .scoreboardsec ul li{
            padding: 6px 8px;
        }.result-scoreboard-card .scoreboardsec ul li .player-name{
            max-width: 60%;
        }
    }
    @media (min-width: 768px) {.result-scoreboard-card .scoreboardsec ul li{
            padding: 4px 10px;
            margin-bottom: 6px;
        }.result-scoreboard-card .scoreboardsec ul li .player-row{
            min-height: 28px;
        }.result-scoreboard-card .scoreboardsec ul li .player-rank{
            width: 18px;
            height: 18px;
            font-size: 11px;
            flex-basis: 18px;
        }.result-scoreboard-card .scoreboardsec ul li .player-name,
        .result-scoreboard-card .scoreboardsec ul li .player-score{
            font-size: 12px;
        }
    }
    @media (max-width: 480px) {.result-card{
            padding: 22px 18px;
        }.result-summary-card .result-title{
            font-size: 20px;
        }
    }.result-premium .result-header{
        margin-bottom: 18px;
    }.result-premium .result-title{
        margin: 0 0 6px;
        font-size: 24px;
        font-weight: 700;
        color: #0a2f6b;
        letter-spacing: 0.2px;
    }.result-premium .result-subtitle{
        margin: 0;
        font-size: 14px;
        color: #5b6b82;
    }.result-premium .result-score{
        padding: 16px 12px 10px;
        border-radius: 18px;
        background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
        border: 1px solid rgba(10, 48, 107, 0.08);
        margin-bottom: 18px;
    }.who-know{
        margin: 20px 0;
    }.who-know h2{
        font-size: 20px;
        margin-bottom: 10px;
    }.table-bg{
        background-color: #eb5f91 !important;
        color: #fff;
    }.right{
        background-color: #4fff77;
        opacity: 0.6;
    }.wrong{
        background-color: #ff4f4f;
        opacity: 0.6;
    }.circle-progress-value{
        stroke-width: 50px;
        stroke: #006400;
    }.circle-progress-circle{
        stroke-width: 50px;
        stroke: #404ab7;
        fill: #404ab7;
    }.circle-progress-text{
        fill: #fff;
        font-weight: 700;
    }.deleted-quiz{
        font-size: 18px;
    }.footer{
        left: 0;
        bottom: 0;
        width: 100%;
        position: relative;
        background-color: #eb5f91 !important;
        padding: 7px 20px;
        text-align: center;
        margin-top: clamp(16px, 3vh, 32px);
        clear: both;
    }.footer ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }.footer ul li{
        display: inline-block;
        margin-right: 5px;
    }.footer ul li a{
        color: #fff;
    }/* Remove extra gap above sticky/static site footer */
.footer_static_ad.footer{
  margin-top: auto !important;
}/* Inline styles moved from views */
.qa-page{
    min-height: 12vh;
}.qa-page .maincontent{
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.2);
}.qa-page .quiz-div{
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}.qa-page.h-100,
.qa-page .row.h-100{
  height: auto !important;
    min-height: 12vh;
}.qa-page{
    padding-bottom: 0px;
}.mb-120{
    margin-bottom: 0px;
}.mb-103{
    margin-bottom: 39px !important;
}.instructions-section{
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 10px 12px 14px;
  margin-bottom: 14px;
}.inst-title{
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 25px 0 20px 0;
  text-align: left;
}.inst-list{
  max-width: 400px;
  margin: 0 auto 30px;
  padding: 0 15px;
  text-align: left;
}.inst-item{
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  line-height: 1.4;
}.inst-item-last{
  margin-bottom: 25px;
}.dot{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 2px 12px 0 0;
  flex-shrink: 0;
}.red-dot{
  background: #FF4444;
}.yellow-dot{
  background: #FFD700;
}.green-dot{
  background: #00C851;
}.cyan-dot{
  background: #00BCD4;
}.blue-dot{
  background: #2196F3;
}.purple-dot{
  background: #9C27B0;
}.inst-text{
  font-size: 15px;
  color: #333;
  font-weight: 500;
}.inst-cta{
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}.share-link-box{
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.0784313725) inset;
  background: #d5dbf2;
  min-height: 40px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.28px;
  color: #4F1313;
  position: relative;
  padding: 0 10px;
}.share-link-input{
  background: none;
}.share-btn-instagram{
  background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
  color: white;
  width: 45%;
}.share-btn-snapchat{
  background-color: #FFF300;
  color: black;
  width: 45%;
}.share-btn-messenger{
  background-color: #eb5f91;
  color: white;
  width: 45%;
}.text-white{
  color: white;
}.footer-icon{
  width: 30px !important;
}.footer-copyright{
  font-size: 15px !important;
}.score-width-90{
  width: 90%;
}
/* Ads should sit below content */
.ad-container{
  position: static;
  margin: 20px auto 0;
  z-index: auto;
}
.table-full-width{
  width: 100%;
}.seo-article{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 12px 32px;
  margin-bottom: clamp(24px, 4vw, 48px);
}.seo-article__inner{
  width: 100%;
  max-width: 760px;
  background: #ffffff;
  border: 1px solid rgba(5, 44, 101, 0.12);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 18px 38px rgba(5, 44, 101, 0.12);
  text-align: left;
}.seo-article__title{
  color: #eb5f91;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}.seo-article p{
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
}.seo-article p:last-child{
  margin-bottom: 0;
}

@media (max-width: 767px) {.seo-article{
    padding: 12px 10px 24px;
  }.seo-article__inner{
    padding: 18px 14px;
  }.seo-article__title{
    font-size: 22px;
  }.seo-article p{
    font-size: 15px;
  }
}centre + .container,
centre + .content,
centre + .maincontainer{
  margin-top: 0 !important;
}body{
  padding-bottom: 0;
  min-height: 100vh;
}.content,
.maincontainer{
  padding-bottom: 0;
}.admin-home-container{
  max-width: 850px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}.admin-home-row{
  margin-bottom: 10px;
}.admin-login,
.admin-login body{
  width: 100%;
  height: 100%;
}.login-card{
  width: 22rem;
}.ci-error-page ::selection{
  background-color: #E13300;
  color: white;
}.ci-error-page ::-moz-selection{
  background-color: #E13300;
  color: white;
}.ci-error-page{
  background-color: #fff;
  margin: 40px;
  font: 13px/20px normal Helvetica, Arial, sans-serif;
  color: #4F5155;
}.ci-error-page a{
  color: #003399;
  background-color: transparent;
  font-weight: normal;
}.ci-error-page h1{
  color: #444;
  background-color: transparent;
  border-bottom: 1px solid #D0D0D0;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 14px 0;
  padding: 14px 15px 10px 15px;
}.ci-error-page code{
  font-family: Consolas, Monaco, Courier New, Courier, monospace;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #D0D0D0;
  color: #002166;
  display: block;
  margin: 14px 0 14px 0;
  padding: 12px 10px 12px 10px;
}.ci-error-page #container{
  margin: 10px;
  border: 1px solid #D0D0D0;
  box-shadow: 0 0 8px #D0D0D0;
}.ci-error-page p{
  margin: 12px 15px 12px 15px;
}.ci-error-exception{
  border: 1px solid #990000;
  padding-left: 20px;
  margin: 0 0 10px 0;
}.ci-error-trace{
  margin-left: 10px;
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  75% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}/* Share page layout fixes */
#qt_share .share-actions{
  margin-top: 12px;
  width: 100%;
  position: relative;
  z-index: 2;
}#qt_share .share-copy{
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}#qt_share .share-copy-btn{
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}#qt_share .share-copy-btn,
#qt_share .share-btn,
#qt_share .delete-quiz-btn,
#qt_share .btn-score a{
  font-weight: 700 !important;
}#qt_share .delete-quiz-wrap--inside{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 5;
}#qt_share .delete-quiz-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 12px 16px;
  border-radius: 0 20px 0 14px;
  border: 0;
  color: #ffffff;
  background: #e53935;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  line-height: 1;
  transition: background 0.2s ease;
}#qt_share .delete-quiz-btn:hover,
#qt_share .delete-quiz-btn:focus{
  color: #ffffff;
  background: #c62828;
}#qt_share .share-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}#qt_share .share-btn{
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}#qt_share .share-btn img,
#qt_share .share-btn svg{
  width: 18px;
  height: 18px;
  margin-right: 0;
  object-fit: contain;
}#qt_share .share-btn-whatsapp{
  background: #28a745;
  color: #fff;
}#qt_share .share-btn-instagram{
  background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  color: #fff;
}#qt_share .share-btn-snapchat{
  background: #FFF300;
  color: #000;
}#qt_share .share-btn-messenger{
  background: #1877f2;
  color: #fff;
}#qt_share .share-link-box{
  width: 100%;
}
@media (max-width: 576px) {#qt_share .share-response{
    padding-left: 16px;
    padding-right: 16px;
  }#qt_share .delete-quiz-btn{
    padding: 10px 13px;
    font-size: 16px;
    border-radius: 0 14px 0 12px;
  }
}#qt_share .share-response::before,
#qt_share .share-response::after{
  pointer-events: none;
}#qt_share .share-stack{
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}#qt_share .share-response{
  padding-top: 55px;
}#qt_share .btn-score{
  width: 100%;
  margin: 0;
}#qt_share .text-center.btn-score{
  width: 100%;
}#qt_share .text-center.btn-score a{
  width: 100%;
}
@media (min-width: 992px) {#qt_share .share-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }#qt_share .quiz-div{
    flex: 0 0 100%;
    max-width: 100%;
  }#qt_share .share-stack{
    max-width: 100%;
  }#qt_share .text-center.btn-score{
    max-width: 100%;
  }#qt_share .share-btn{
    height: 50px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {#qt_share .share-btn{
    font-size: 12px;
    height: 44px;
  }
}#qt_share .share-link-input{
  width: 100%;
  max-width: 100%;
  text-align: center;
}#qt_share .scoreboardsec{
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}/* Prevent horizontal overflow on mobile */
html, body{
  max-width: 100%;
  overflow-x: hidden;
}#qt_share{
  max-width: 100%;
  overflow-x: hidden;
}.ad-container{
  margin: 24px auto;
  padding: 0 12px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}.ad-container ins.adsbygoogle{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}.ad-container text{
  display: block;
  width: 100%;
  text-align: center;
}/* Desktop intro-style single-column layout */
body{
  background: #ffffff !important;
}

@media (min-width: 992px) {header,
  footer,
  .footer,
  .mainsection,
  .content,
  .maincontainer,
  .container.h-100,
  .container.h-100.qa-page,
  #qt_share,
  .seo-article,
  .ad-container{
    width: 100%;
    max-width: 760px;
    margin-left: auto !important;
    margin-right: auto !important;
  }.maincontainer{
    max-width: 760px;
  }header::after{
    width: 100%;
  }.maincontent{
    background: #ffffff;
  }.seo-article,
  .ad-container{
    padding-left: 0;
    padding-right: 0;
  }
}/* Keep footer pinned to viewport bottom on short pages */
html,
body{
  min-height: 100%;
}body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}body > footer,
body > .footer{
  margin-top: auto;
}

@media (min-width: 992px) {
  body.share-page-layout #qt_share,
  body.share-page-layout .ad-container,
  body.share-page-layout .footer{
    width: 100%;
    max-width: 760px;
    margin-left: auto !important;
    margin-right: auto !important;
  }body.share-page-layout #qt_share{
    padding-left: 0;
    padding-right: 0;
  }body.share-page-layout #qt_share .quiz-div,
  body.share-page-layout #qt_share .share-stack{
    width: 100%;
    max-width: 100%;
  }
}.ad-container{
  margin: 12px auto;
  text-align: center;
  width: 100%;
}.ad-label{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #777;
  margin-bottom: 6px;
  width: 100%;
  text-align: center !important;
  display: block;
}.ad-container .adsbygoogle{
  display: inline-block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}.maincontainer .ad-container{
  margin: 12px 0;
  width: 100%;
  text-align: center;
}


@media (max-width: 340px) {.ad-container .adsbygoogle{
    width: 100% !important;
    height: auto !important;
  }
}

/* Question + Challenge UI refresh (functionality unchanged) */
.qa-page .quiz-div.maincontent{
  background: transparent;
  box-shadow: none;
}
.qa-page .quiz-div.maincontent::before,
.qa-page .quiz-div.maincontent::after{
  display: none;
}
.qa-page .quiz-wrapper{
  background: #efefef;
  border: 1px solid #b6b6b6;
  border-radius: 24px;
  padding: 62px 26px 26px;
  position: relative;
  box-shadow: none;
}
.qa-page .quiz-wrapper > .custom-block.text-center{
  display: none;
}
.qa-page .countdown{
  position: absolute;
  top: -20px;
  left: 36px;
  margin: 0;
  z-index: 5;
}
.qa-page .countdown ul li{
  display: none !important;
}
.qa-page .countdown ul li.active{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 58px;
  padding: 0 16px;
  margin: 0;
  border-radius: 12px;
  box-shadow: none;
  background: #eb5f91 !important;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}
.qa-page .countdown ul li.active::before{
  content: "Question ";
  margin-right: 6px;
}
.qa-page .countdown ul li.active::after{
  content: "/" attr(data-total);
}
.qa-page .skipBtnWrapper{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 5;
}
.qa-page #skipBtn.custBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #eb5f91;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0 20px 0 14px;
  box-shadow: none;
  line-height: 1;
}
.qa-page #skipBtn.custBtn::before,
.qa-page #skipBtn.custBtn::after{
  display: none;
}
.qa-page #skipBtn.custBtn:hover,
.qa-page #skipBtn.custBtn:focus{
  color: #ffffff;
  background: #d84b80;
}
.qa-page .question-text{
  font-size: 30px;
  line-height: 1.25;
  margin: 8px 0 22px;
  color: #3d3d3d;
  text-align: left;
  font-weight: 600;
  background: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 10px 14px;
}
.qa-page .question-wrapper .row{
  margin-left: 0;
  margin-right: 0;
}
.qa-page .question-wrapper .qns{
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 12px !important;
  padding: 0 6px;
  display: flex;
}
.qa-page .custom-card{
  border: 2px solid #10bdd0;
  border-radius: 12px;
  background: #ececec;
  box-shadow: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.qa-page .custom-card .q-img{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex: 1 1 auto;
  min-height: 0;
}
.qa-page .custom-card .q-img img{
  width: min(100%, 150px);
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 50%;
  border: 1px solid #deac76;
  padding: 3px;
  object-fit: cover;
}
.qa-page .custom-card .custom-card-body{
  background: transparent !important;
  border-radius: 0;
  padding: 10px 10px 14px;
  margin-top: auto;
}
.qa-page .custom-card .custom-card-body .question-option{
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 24px;
  color: #3f3f3f;
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.qa-page .custom-card.active{
  background: #dff7fb;
}
.qa-page .custom-card.right{
  border-color: #24c460;
  background: #e9fbea;
}
.qa-page .custom-card.wrong{
  border-color: #ef5f89;
  background: #fdeff3;
}
@media (max-width: 767px) {
  .qa-page .quiz-wrapper{
    border-radius: 18px;
    padding: 52px 14px 16px;
  }
  .qa-page .countdown{
    left: 22px;
    top: -14px;
  }
  .qa-page .countdown ul li.active{
    min-width: 142px;
    height: 44px;
    font-size: 18px;
  }
  .qa-page #skipBtn.custBtn{
    padding: 10px 13px;
    font-size: 16px;
    border-radius: 0 14px 0 12px;
  }
  .qa-page .question-text{
    font-size: 20px;
    margin: 10px 0 16px;
  }
  .qa-page .custom-card .custom-card-body{
    padding: 11px 10px;
  }
  .qa-page .custom-card .q-img{
    padding-top: 0;
    min-height: 0;
  }
  .qa-page .custom-card .q-img img{
    width: min(100%, 120px);
    aspect-ratio: 1 / 1;
    height: auto;
  }
  .qa-page .custom-card .custom-card-body .question-option{
    font-size: 18px;
  }
}
