@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;
}

  list-style: none;
  padding-left: 0;
}

a {s
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.advertise-top {
  display: flex;
  justify-content: center;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

header {
  background: #052c65;
  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 .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: #052c65;
  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 .headerlangdd {
  background: #d2ceec;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #052c65;
  width: 100%;
  border-top: 1px solid #ffffff;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 338px;
  overflow-x: hidden;
}
header .langchild {
  padding: 3px 8px;
}
header .langchild:hover {
  background: #052c65;
  color: #ffffff;
}
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: 25px 10px 10px;
  }
  header .headerlangmain {
    display: none;
  }
}
.maincontainer {
  max-width: 620px;
  margin: 0 auto;
}

#instContainer {
  max-width: 720px;
  width: calc(100% - 20px);
}

#instContainer .instructions-section {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 14px;
  box-sizing: border-box;
  align-self: stretch;
}

#instContainer .inst-cta {
  width: 100%;
  max-width: none;
}

.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%;
}

.catimg {
  padding: 0px 18px 0;
}
.catimg img {
  width: 100%;
  border-radius: 8px;
}

.catstartlink {
  padding: 0px 18px 20px;
  margin-top: 20px;
  margin-bottom: 36px;
}

.startbtn {
  background: #052c65;
  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 .blogheading {
  font-size: 24px;
  font-weight: 700;
  color: #390900;
  text-align: center;
}
.blogsection .blogboxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 24px;
}
.blogsection .blogbox {
  width: 100%;
  padding: 16px 16px 20px 16px;
  background: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0px 20px 36px 0px rgba(0, 0, 0, 0.0588235294);
  text-align: center;
  position: relative;
}
.blogsection .blogbox::after {
  content: "";
  background: url(../images/papertheme/section-white-footer.png);
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.blogsection .blogboximg img {
  width: 100%;
}
.blogsection .blogboxhead {
  font-size: 22px;
  font-weight: 600;
  color: #390900;
  padding-top: 24px;
  line-height: 140%;
}
.blogsection .blogboxtxt {
  font-size: 16px;
  font-weight: 400;
  color: #390900;
  padding-top: 12px;
  line-height: 140%;
}
.blogsection .blogboxbtn {
  padding-top: 24px;
}
.blogsection .blogboxbtn a {
  background: url(../images/papertheme/skip.png) no-repeat;
  text-decoration: none;
  display: inline-block;
  width: 153px;
  padding: 9px 16px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.blogsection .blogboxbtn a:active {
  transform: scale(0.95);
}
.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;
}

.bd-sec {
  margin-top: 40px;
  position: relative;
  padding: 21px 25px;
  margin-bottom: 24px;
  background: #ffffff;
  text-align: left;
  color: #390900;
}
.bd-sec .bd-img img {
  width: 100%;
  border-radius: 12px;
}
.bd-sec .a2a_kit {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .blogsection .blogheading {
    font-size: 36px;
  }
  .blogsection .blogbox {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
    .homeheading {
        font-size: 22px;
        padding: 14px 5px 6px;
    }

}
@media (max-width: 480px) {
  .maincontainer {
    margin: 0 12px;
  }
  .maincontainer.sharecontent2 {
    margin: 0;
  }
  .dashimg img {
    width: 101.4%;
    left: -2px;
  }
}
.scroll_up {
  width: 49px;
  height: 47px;
  opacity: 1;
  text-align: center;
  position: fixed;
  bottom: 75px;
  right: 30px;
  z-index: 99;
  display: none;
}
.scroll_up img {
  width: 100%;
}

/****home page end***/
/*play page start*/
.play-ins {
  text-align: left;
  padding-left: 18px;
  margin-top: 5px;
  padding-right: 15px;
}
.play-ins .play-inshead {
  color: #390900;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.24px;
  padding-top: 5px;
}
.play-ins ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 14px;
}
.play-ins ul li {
    color: #672113;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 8px;
}
.play-ins ul li:last-child {
  padding-bottom: 0;
}
.play-ins ul li span {
  background: #390900;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 7px;
}

.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: #1a2b5f !important;
    color: white !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 20px rgba(26, 43, 95, 0.3) !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: #14234d !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 25px rgba(26, 43, 95, 0.4) !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%;
}

.txtmsg {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (min-width: 768px) {
  .play-ins {
    padding-left: 16px;
  }
}
.play-ins[dir=rtl] {
  text-align: right;
  padding-right: 34px;
}

.play-ins[dir=rtl] ul li {
  padding-right: 38px;
}

.play-ins[dir=rtl] ul li span {
  right: 0;
  left: auto;
  margin-right: 0;
}

/*play page end*/
/* question page start*/
.quescontainer {
  margin: 0 auto;
}

.quescontent {
  padding: 0px 16px 0;
  border-left: 0;
  border-right: 0;
  background: #ffffff;
}

.progressbar-main {
  width: 400px;
  margin: 0 auto;
  border-radius: 27px;
  padding: 4px;
  padding-bottom: 0;
  padding-top: 30px;
}
.progressbar-main ul {
  display: flex;
  justify-content: space-between;
}
.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;
}

.questionhead {
  color: #390900;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.24px;
  padding-top: 28px;
}

.options-boxes .hlist a {
  width: 100%;
  display: block;
  min-height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  color: #150523;
  background: #d5dbf2;
  position: relative;
}
.options-boxes .hlist a:hover {
  background: #052c65;
  font-weight: 600;
  color: #ffffff;
}
.options-boxes .hlist.green a {
  background: #15a878;
  color: #ffffff;
}
.options-boxes .hlist.red a {
  background: #fb4444;
  color: #ffffff;
}

.options-boxes.imglist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.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: #052c65;
}
.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;
}

.skipbtn {
  margin-top: 30px;
  padding-bottom: 25px;
}
.skipbtn a {
  display: inline-block;
  width: 164px;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 0;
  color: #FFFFFF;
  background: #052c65;
}

@media (min-width: 767px) {
  .option.imglist {
    width: 181px;
  }
}
@media (max-width: 480px) {
  .playform input {
    font-size: 16px;
  }
    .quescontainer {
    margin-left: 0;
    margin-right: 0;
    }
  .questionhead {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  .progressbar-main {
    width: 350px;
  }
}
/*share page content */
.sharecontent3 {
  background: #ffffff;
}

.sharecontent .homeheading {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 8px;
  padding-top: 30px;
}
.sharecontent .homesubheading {
  font-weight: 500;
  text-align: center;
  color: #390900;
  font-size: 18px;
  line-height: 100%;
}

.sharecontent2 {
  padding-top: 28px;
}

.scoreboardnew {
  padding: 0px 0 1px;
}
.scoreboardnew .homeheading {
  font-size: 36px;
}

.copysharesec {
  padding: 0 16px;
}

.friendbrdbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0px;
  margin-bottom: 30px;
}
.friendbrdbtn a {
  background: #052c65;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
  width: 100%;
  min-height: 56px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.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);
}
.friendbrdbtn a:active {
  transform: scale(0.95);
}

.sharecopysec {
  padding: 30px 0px 0;
  text-align: center;
}
.sharecopysec .sharecopyhead {
  color: #390900;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.2px;
}
.sharecopysec .sharefingerdownimg {
  padding-top: 16px;
}
.sharecopysec .sharecopyurl {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.0784313725) inset;
  background: #d2ceec;
  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;
}
.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);
}
.sharecopysec .sharecopytxtmsg {
  color: #F61430;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.28px;
  padding-top: 6px;
  visibility: hidden;
}
.sharecopysec .sharecopybtn {
  display: flex;
  justify-content: center;
  padding-top: 0px;
}
.sharecopysec .sharecopybtn button {
  display: flex;
  width: 164px;
  height: 44px;
  justify-content: center;
  align-items: center;
  background: url(../images/papertheme/skip.png?v=222) no-repeat;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.16px;
  border: 0;
}
.sharecopysec .sharecopybtn button:active {
  transform: scale(0.95);
}

.socialshare {
  border-radius: 12px;
  margin: 30px 16px;
  padding-bottom: 20px;
}
.socialshare .socialsharelist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px 0px;
}
.socialshare .socialsharelist .fullon {
  width: 100%;
}
.socialshare .socialsharelist .halfon {
  width: 49%;
}
.socialshare .socialsharelist li {
  margin-bottom: 10px;
}
.socialshare .socialsharelist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 21px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.16px;
}
.socialshare .socialsharelist li a img {
  width: 20px;
}
.socialshare .socialsharelist li a span {
  padding-left: 5px;
}
.socialshare .socialsharelist li:last-child {
  margin-bottom: 0;
}
.socialshare .socialsharelist .whatsapp {
  background: #4DC072;
}
.socialshare .socialsharelist .facebook {
  background: #415D95;
}
.socialshare .socialsharelist .msgfacebook {
  background: #4376F6;
}
.socialshare .socialsharelist .twitter {
  background: #000000;
}
.socialshare .socialsharelist .snapchat {
  background: #FFF300;
  color: #000000;
}
.socialshare .socialsharelist .line {
  background: #69BE49;
}
.socialshare .socialsharelist .instagram {
  background: linear-gradient(280deg, rgba(154, 54, 161, 0.56) 0%, rgba(255, 0, 18, 0.56) 73.96%), #E92C55;
}
.socialshare .socialsharelist .talk {
  background: #F1DB2F;
  color: #000000;
}
.socialshare .socialsharelist .vkshare {
  background: #6694D2;
}
.socialshare .socialsharelist .telegram {
  background: #29AAEC;
}
.socialshare .socialsharelist .tiktok {
  background: #F1DB2F;
  color: #000000;
}
.socialshare .socialsharelist .plus-share {
  background: #3A3A3A;
  float: none;
}

@media (max-width: 480px) {
  .sharecontent .homeheading {
    font-size: 32px;
  }
  .sharecopysec .sharecopyurl {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .homeheading {
    font-size: 22px;
  }
}
@media (min-width: 767px) {
  .socialshare .socialsharelist .halfon {
    width: 48%;
  }
  .friendbrdbtn {
    margin-left: 0;
    margin-right: 0;
  }
}
/*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_btns {
  display: flex;
  justify-content: center;
}

.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;
}

/*share page content end*/
/*scoreboard start css*/
.scoreboardpage {
  margin-bottom: 40px;
}
.scoreboardpage .sharecopysec {
  padding-top: 0;
}
.scoreboardpage .socialshare {
  border: 0;
  margin-bottom: 0;
}
.scoreboardpage .socialshare .socialsharelist {
  padding: 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 {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quizdeletebtn a {
  background: #FB4444;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  width: 95%;
  position: relative;
}
.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);
}
.quizdeletebtn a:active {
  transform: rotate(0.95);
}


.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;
  }


}
/*scoreboard end css */
/*view answer css start */
.resultheadtop {
  text-align: center;
  padding-top: 40px;
}
.resultheadtop .resulthead {
  font-size: 36px;
  color: #30374F;
  font-weight: 700;
}
.resultheadtop .resultscorehead {
  font-size: 20px;
  font-weight: 600;
  color: #494E5F;
  padding-top: 10px;
}
.resultheadtop .semi-donut-model-2 {
  margin: 0 auto;
  color: #30374F;
  margin-top: 25px;
}
.resultheadtop .resultscorenumber {
  font-size: 50px;
  line-height: 50px;
}
.resultheadtop .resultscorenumbertxt {
  font-size: 25px;
}

.viewanscontent {
  margin-top: 40px;
  margin-bottom: 40px;
}
.viewanscontent .result-heading {
  padding-top: 30px;
}

.viewanswer-sec {
  border-radius: 12px;
  margin: 0px 12px;
  padding: 32px 15px 24px;
  position: relative;
}
.viewanswer-sec::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 1px;
  background: #052c65;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0px;
}
.viewanswer-sec .result-answers {
  margin-bottom: 32px;
}
.viewanswer-sec .result-answers:last-child {
  margin-bottom: 0;
}
.viewanswer-sec .quesans-sec {
  margin-bottom: 32px;
}
.viewanswer-sec .quesans-sec:last-child {
  margin-bottom: 0;
}
.viewanswer-sec .quessec {
  color: #2F1F3E;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-align: left;
  padding-bottom: 8px;
}
.viewanswer-sec .anssec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #150523;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.36px;
  min-height: 48px;
  padding: 14px 0;
}
.viewanswer-sec .quesans-imgsec {
  background: #d5dbf2;
  width: 181px;
  margin: 10px 0;
}
.viewanswer-sec .quesans-imgsec img {
  width: 100%;
  display: block;
}
.viewanswer-sec .quesans-imgsec figcaption {
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.viewanswer-sec .anssec.green {
  background: #D1F4D5;
  background-size: 100%;
}
.viewanswer-sec .anssec.red {
  background: #FFDEDB;
  background-size: 100%;
}
.viewanswer-sec .quescorrect,
.viewanswer-sec .queswrong {
  position: absolute;
  top: -15px;
  right: -15px;
}
.viewanswer-sec .quescorrect img,
.viewanswer-sec .queswrong img {
  width: 25px;
}

.back-createnew-btn {
  margin: 0 auto;
}
.back-createnew-btn .custom-vignate-btn {
  background: #052c65;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
  width: 80%;
  margin: 0 auto;
  min-height: 48px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  position: relative;
}
.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);
}
.back-createnew-btn .custom-vignate-btn:active {
  transform: scale(0.95);
}

.viewanswer-sec [dir=rtl] .quessec {
  text-align: right;
}

@media (max-width: 480px) {
  .viewanscontent {
    margin-left: 0;
    margin-right: 0;
  }
}
.result-answers[dir=rtl] .quescorrect,
.result-answers[dir=rtl] .queswrong {
  left: -15px;
  right: auto;
}

/* result page html*/
.resultcontent {
  background: #FFFFFF;
  text-align: center;
  padding: 0 18px 20px;
  margin-bottom: 32px;
  position: relative;
}
.resultcontent .resulthead {
  color: #390900;
  font-size: 38px;
  font-weight: 600;
  line-height: 110%;
  padding-top: 30px;
  padding-bottom: 20px;
}
.resultcontent .resultprogressbar {
  padding-top: 84px;
}
.resultcontent .resultpbstip {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.resultcontent .resultpbstip img {
  width: 100%;
}
.resultcontent .resultscoretxt {
  padding-top: 10px;
}
.resultcontent .resultfingerdownimg {
  padding-top: 20px;
}
.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;
}

@media (min-width: 767px) {
  .resultcontainer {
    max-width: 767px;
  }
}
/**circle graph */
.boxcircle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxcircle .chart {
  position: relative;
  width: 194px;
  height: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 194px;
  height: 194px;
  color: #875749;
  font-weight: 700;
}

.boxcircle .chart span {
  font-size: 25px;
}

.boxcircle canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}

/**circle graph end */
.resultcretenew {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.resultcretenew a {
  background: #052c65;
  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 {
  padding-bottom: 40px;
  position: relative;
  margin-top: 10px;
}
.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: #052c65;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0px;
}

@media (min-width: 767px) {
  .resultcontent .resulthead {
    font-size: 40px;
  }
  .resultcontent .resultpbstip {
    width: 432px;
  }
  .resultcontent .resulttooltip {
    transform: translate(-69%, 0%);
  }
}
/**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: #052c65;
}

@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;
}

/*lang popup end*/
/* new css*/
.synkpage-score {
  margin-top: 40px;
}

.cms-page {
  max-width: 767px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  padding: 0px 15px;
  border-radius: 10px;
  padding-top: 10px;
  margin-top: 20px;
  min-height: 400px;
}

@media (max-width: 767px) {
  .cms-page {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/*userfriend instruction page scoreboard*/
.userfriend-ins-scoreboard {
  padding-bottom: 20px;
}

.loader-img {
  text-align: center;
}

.bd-heading[dir=rtl] {
  text-align: right;
}

.bd-content[dir=rtl] {
  text-align: right;
}

#loadingDiv {
  text-align: center;
  display: none;
}

/**customise loader ***/
.loaderquizmain {
  text-align: center;
  margin-top: 30px;
}

.loaderquiz {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: inline-block;
}

.loaderquiz::before, .loaderquiz::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #052c65;
  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%);
  }
}
.blog_bottom_ads_sec {
  margin-bottom: 40px;
  margin-top: 40px;
}

.create-new-quiz-btn {
  margin-bottom: 0;
}
.create-new-quiz-btn a {
  width: 95%;
  min-height: 52px;
}

/*  */
.reward_confirm_modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 300px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.reward_confirm_modal .reward_modal_dialog {
  margin: auto;
  padding: 25px;
  background-color: white;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 385px;
  border-radius: 20px;
  height: 170px;
}

.reward_modal_dialog > p {
  font-weight: 700;
  font-size: 18px;
}

.reward_confirm_modal .closeButton,
.reward_confirm_modal .rewardButtons {
  display: block;
  text-align: center;
  justify-content: center;
  margin-top: 23px;
}

.rewardButtons input[type=button] {
  width: 150px;
}

.reward_confirm_modal .closeButton {
  position: absolute;
  right: -10px;
  top: -30px;
  z-index: 9;
}

.reward_confirm_modal input[type=button] {
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
  /* margin: 4px; */
  color: white;
}

.reward_confirm_modal .rewardButtons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.reward_confirm_modal .rewardButtons .yesButton {
  width: 150px;
}

.reward_confirm_modal .yesCheckbox {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reward_confirm_modal .yesCheckbox input[type=checkbox] {
  margin-top: 0;
}

.reward_confirm_modal .yesCheckbox label {
  padding-left: 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.reward_confirm_modal .yesButton {
  background: #052c65;
  display: flex;
  /* padding-left: 10px; */
  align-items: center;
  border-radius: 5px;
  /* display: inline-block; */
  /* margin-top: 17px; */
  /* margin-right: 20px; */
}

.reward_confirm_modal .yesButton input[type=button] {
  background: none;
}

.reward_confirm_modal .noButton {
  display: inline-block;
  position: relative;
  top: 0px;
}

.reward_confirm_modal .noButton input[type=button] {
  border: 1px solid #000000;
  color: #000000;
}

.closeButton input[type=button] {
  width: 32px;
  border-radius: 50% !important;
  background: rgb(237, 7, 7) !important;
  font-weight: 800;
}

.view-answer-rewarded {
  background: #052c65;
  padding: 2px 6px;
  color: #ffffff !important;
  border-radius: 5px;
  display: inline-block;
}
.view-answer-rewarded img {
  width: 15px !important;
}

.check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-group label {
  position: relative;
  cursor: pointer;
}

.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) {
  .reward_confirm_modal .reward_modal_dialog {
    width: 340px;
  }
  .rewardButtons input[type=button] {
    width: 115px;
  }
  .reward_confirm_modal .rewardButtons .yesButton {
    width: 115px;
  }
  .scoreboardsec .table-heading span:nth-child(3) {
    width: 70px;
    margin-right: 10px;
  }
  .scoreboardsec ul li span:nth-child(3) {
    width: 70px;
    margin-right: 10px;
  }
}
/**load more css***/
.load-more-btn {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.load-more-btn a {
  background: #052c65;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
  width: 100%;
  min-height: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  border-radius: 5px;
}

.pt40 {
  padding-top: 40px;
}

.mt40 {
  margin-top: 10px;
}

.maincontainer.maincontent.mt40 {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 14px;
}

.custom_ad {
  padding-top: 40px;
}

.all_ads {
  text-align: center;
}

.all_ads .container-fluid {
  display: flex;
  justify-content: center;
}

.custom_ad .ad_center {
  display: inline-block;
}

.adv-ads-txt {
  font-size: 10px !important;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center !important;
  opacity: 0.7;
}

.static_ads {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 320px;
  height: 65px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.static_ads .adv-ads-txt {
  position: absolute;
  top: 0;
}

footer {
  background:  #052c65;
  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 {
  padding: 0 15px;
  position: relative;
}
footer .footercms li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
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;
}

.shaky-link {
    font-size: 16px;
    /*font-weight: bold;*/
    text-decoration: none;
    padding: 1px 20px;
    color: #FFFFFF;
    /*border-radius: 5px;*/
    background: #8D5B4C;
    display: inline-block;
    position: relative;
    animation: shake 1s ease-in-out infinite;
}

@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-inshead {
  color: #341D69;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.24px;
}
.play-ins .play-inslist {
  padding-left: 18px;
  padding-top: 10px;
  font-size: 16px;
  color: #414141;
}
.play-ins .play-inslist li {
  font-weight: 400;
  line-height: 142%;
  letter-spacing: 0.16px;
  position: relative;
}
.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,
    h6 {
        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;
    }
    .adbanner {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .ad {
        position: relative;
        width: 100%;
        margin: 8px -20px;
    }
    .top-slogan {
        font-size: 12px;
        letter-spacing: 10px;
        text-transform: uppercase;
        margin-top: 20px;
        font-weight: 700;
}
.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: #052c65;
    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: #052c65;
    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: #052c65 !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: 88%;
    height: auto;
    border-radius: 50%;
    border: 1px solid #deac76;
    padding: 14px;
}
    .custom-card .custom-card-body {
    background-color: #052c65 !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: #052c65;
        stroke-dasharray: 540;
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }
    .processing_container .loader circle:nth-of-type(2) {
        stroke: #052c65;
        stroke-dasharray: 450;
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }
    .processing_container .loader circle:nth-of-type(3) {
        stroke: #052c65;
        stroke-dasharray: 360;
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }
    .processing_container .loader circle:nth-of-type(4) {
        stroke: #052c65;
        stroke-dasharray: 275;
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }
    :nth-of-type(5) {
        stroke: #052c65;
        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: #052c65 !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: #0b2f6b;
    }
    .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-cta-container {
        width: 100%;
    }
    .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: #0b2f6b;
  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: #0b2f6b;
  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;
    }
    .wp {
        color: #fff !important;
    }
    .wp img {
        margin-right: 10px;
    }
    .addthis-section {
        margin: 20px 0;
    }
    .who-know {
        margin: 20px 0;
    }
    .who-know h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .table-bg {
        background-color: #052c65 !important;
        color: #fff;
    }
    #point-table tbody tr:nth-of-type(odd) {
        border: #727272;
        color: #000;
        background-color: white;
    }
    #point-table tbody tr:nth-of-type(even) {
        border: #727272;
        color: #000;
        background-color: yellow;
    }
    .challenge-box {
        margin-bottom: 130px;
        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;
    }
    .challenge-box h2 {
        color: #052c65 !important;
        font-size: 25px;
    }
    .challenge-box h3 {
        font-size: 16px;
    }
    .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;
    }
    .long-text {
        text-align: left;
        color: #b9c6ec;
        font-size: 18px;
    }
    .footer {
        left: 0;
        bottom: 0;
        width: 100%;
        position: relative;
        background-color: #052c65 !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;
}

.ad-mt-30 {
  margin-top: 30px;
}

.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-full {
  width: 100%;
}

.share-btn-facebook {
  background-color: #415D95;
  color: white;
  width: 45%;
}

.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: #4376F6;
  color: white;
  width: 45%;
}

.text-left {
  text-align: left;
}

.text-white {
  color: white;
}

.footer-icon {
  width: 30px !important;
}

.footer-copyright {
  font-size: 15px !important;
}

.ad-slot {
    display: block;
}

.score-width-90 {
  width: 90%;
}

.text-arial {
  font-family: Arial;
}

.text-arial-1rem {
  font-size: 1rem;
}

.TS_footer_sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 999999;
}

/* Ads should sit below content, not overlap footer */
.ad-below-content {
  position: static;
  margin: 20px auto 0;
  z-index: auto;
}

.table-full-width {
  width: 100%;
}

text {
  display: block;
  text-align: center;
  margin: 8px 0;
  font-weight: 600;
}

centre {
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 4px 8px;
    margin-left: -17px;
    margin-left: -32px;
}
}

centre text {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.7;
}

.ads-block {
  display: block;
  text-align: center;
  margin: 10px auto 14px;
  padding: 0 12px;
}

.ads-block--header {
  margin-top: 12px;
}

.ads-block--footer {
  margin-bottom: 12px;
}

.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: #052c65;
  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;
}

#gpt-passback {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  min-height: 250px;
  margin: 0 auto;
}

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;
}

.shaky-link {
  font-size: 16px;
  text-decoration: none;
  padding: 1px 20px;
  color: #FFFFFF;
  background: #8D5B4C;
  display: inline-block;
  position: relative;
  animation: shake 1s ease-in-out infinite;
}

@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-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: #4376F6;
  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 .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 header,
  body.share-page-layout #qt_share,
  body.share-page-layout .ad-container,
  body.share-page-layout footer,
  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;
  }
}

.seo-article { display: none !important; }
