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

body {
  font-family: "Archivo", sans-serif;
  background: #ffffff;
}

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

a {
  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 .headerinner {
  background: #BED6FF;
  padding: 10px 20px;
}
header .headerinnerwthod {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerlogo {
  padding: 8px 0;
}
header .headerlogo img {
  max-width: 200px;
  max-height: 28px;
}
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: #494E5F;
  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: 170px;
  border-radius: 6px;
  background: #BED6FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #494E5F;
  position: absolute;
  right: 0;
  z-index: 10;
  display: none;
}
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: 28px;
}
header .mobileheaderlang:hover .headerlangmain {
  display: block;
}
header .mobileheaderlang:hover i {
  transform: rotate(180deg);
}
header .language-dropdown:hover .headerlangdd {
  display: block;
}
header .headerlangdd {
  background: #BED6FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #494E5F;
  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: #3983F7;
  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: #494E5F;
  width: 218px;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}
header .headerddmenu .headerddchild a:hover {
  border-radius: 6px;
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  color: #ffffff;
}

/*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 .language-dropdown:hover .headerlangmain {
    display: block;
  }
}
.maincontainer {
  color: #30374F;
  max-width: 620px;
  margin: 0 auto;
}

.maincontent {
  border-radius: 10px;
  background: #DEEAFF;
  text-align: center;
}

.home .maincontent {
  border-radius: 0px;
  background: none;
}

/****home page start***/
.home-page-boxes {
  background: #DEEAFF;
  border-radius: 10px;
  margin-bottom: 30px;
}
.home-page-boxes:last-child {
  margin-bottom: 0;
}

.homeheading {
  color: #30374F;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding-top: 28px;
  padding: 28px 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;
  padding-bottom: 20px;
}

.startbtn {
  border-radius: 6px;
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 22px;
  border: 0;
}
.startbtn:active {
  transform: scale(0.95);
}
.startbtn:hover {
  color: #ffffff;
}

.blogsection .blogheading {
  font-size: 24px;
  font-weight: 700;
  color: #30374F;
  text-align: center;
}
.blogsection .blogboxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 24px;
}
.blogsection .blogbox {
  width: 100%;
  padding: 20px 20px 24px 20px;
  background: #DEEAFF;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blogsection .blogboximg img {
  border-radius: 6px;
  width: 100%;
}
.blogsection .blogboxhead {
  font-size: 22px;
  font-weight: 600;
  color: #30374F;
  padding-top: 24px;
  line-height: 140%;
}
.blogsection .blogboxtxt {
  font-size: 16px;
  font-weight: 400;
  color: #494E5F;
  padding-top: 12px;
  line-height: 140%;
}
.blogsection .blogboxbtn {
  padding-top: 24px;
}
.blogsection .blogboxbtn a {
  border-radius: 10px;
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  text-decoration: none;
  display: inline-block;
  width: 140px;
  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: #30374F;
  padding: 10px 24px;
  border: 0;
  width: 153px;
  display: flex;
  align-items: center;
  border: 1px solid #A9A9A9;
}
.blogsection .show-more-btns .blog-btns i {
  padding-left: 5px;
  font-size: 22px;
}

.bd-sec {
  margin-top: 40px;
  border-radius: 12px;
  position: relative;
  padding: 21px 25px;
  margin-bottom: 20px;
  background: #DEEAFF;
}
.bd-sec .bd-img img {
  width: 100%;
  border-radius: 12px;
}
.bd-sec .a2a_kit {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .homeheading {
    font-size: 30px;
  }
  .blogsection .blogheading {
    font-size: 36px;
  }
  .blogsection .blogbox {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .homeheading {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .maincontainer {
    margin: 0 12px;
  }
  .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: #30374F;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.24px;
}
.play-ins ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.play-ins ul li {
  color: #494E5F;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 9px;
  position: relative;
  padding-left: 30px;
}
.play-ins ul li:last-child {
  padding-bottom: 0;
}
.play-ins ul li span {
  background: linear-gradient(180deg, #4498F7 0%, #357AF6 100%);
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

.playform {
  padding: 20px 16px 16px;
  position: relative;
}
.playform input {
  border-radius: 6px;
  border: 1px solid #A9A9A9;
  background: #FFF;
  width: 100%;
  height: 52px;
  text-align: center;
  font-size: 16px;
  color: #070708;
  margin-bottom: 16px;
}
.playform input::placeholder {
  opacity: 0.4;
}
.playform input:focus {
  outline: none;
}

.error {
  color: #DB0020;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.txtmsg {
  position: absolute;
  top: 8%;
  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;
}
.quescontent .questions {
  background: #DEEAFF;
  border-radius: 16px;
  padding: 20px 20px;
  margin-top: 20px;
}

.progressbar-main {
  width: 364px;
  margin: 0 auto;
  border-radius: 27px;
  padding: 4px;
  padding-bottom: 0;
}
.progressbar-main ul {
  display: flex;
  justify-content: space-between;
}
.progressbar-main ul li a {
  width: 34.5px;
  display: flex;
  align-items: center;
}
.progressbar-main ul li span {
  width: 22px;
  height: 22px;
  background: #F9D966;
  color: #070708;
  text-align: center;
  font-weight: 700;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progressbar-main ul li:first-child {
  margin-left: 2px;
}
.progressbar-main .progressbar {
  padding: 2px;
  margin-bottom: 0;
}
.progressbar-main .progressbar li {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDECEC;
  border-radius: 12px;
  color: #7A7A7A;
}
.progressbar-main .progressbar .progressbar-done {
  background: linear-gradient(180deg, #4498F7 0%, #357AF6 100%);
  color: #ffffff;
  border-radius: 50%;
}
.questionhead {
  color: #494E5F;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.24px;
}

.options-boxes .hlist a {
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 6px 0px #D8D1BE;
  min-height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  color: #232D49;
}
.options-boxes .hlist a:hover {
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  color: #ffffff;
}
.options-boxes .hlist.green a {
  background: #58AC30;
  color: #ffffff;
}
.options-boxes .hlist.red a {
  background: #E43B16;
  color: #ffffff;
}

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

.option.imglist {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1px 6px 0px #D8D1BE;
  width: 45%;
  margin: 0 6px;
  margin-top: 24px;
  color: #150523;
}
.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%;
  border-radius: 6px 6px 0 0;
  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;
}
.option.imglist:hover {
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  text-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.option.imglist:hover figcaption {
  color: #ffffff;
}

.option.imglist.green {
  background: #58AC30;
}
.option.imglist.green figcaption {
  color: #ffffff;
}

.option.imglist.red {
  background: #E43B16;
}
.option.imglist.red figcaption {
  color: #ffffff;
}

.skipbtn {
  margin-top: 24px;
}
.skipbtn a {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
  border-radius: 6px;
  background: #FFF;
  padding: 10px 0;
  background: #BED6FF;
  border-radius: 40px;
  color: #494E5F;
}
.skipbtn a:active {
  background: #357BF6;
  color: #ffffff;
}

@media (min-width: 767px) {
  .option.imglist {
    width: 181px;
  }
}
@media (max-width: 480px) {
  .quescontainer {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 414px) {
  .progressbar-main {
    width: 100%;
  }
  .progressbar-main ul {
    justify-content: center;
  }
  .progressbar-main ul li {
    margin: 0 4px;
  }
  .progressbar-main ul li a {
    width: 29.5px;
  }
}
/*share page content */
.sharecontent3 {
  background: #DEEAFF;
  padding-top: 24px;
}

.sharecontent .homeheading {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 8px;
  padding-top: 0;
}
.sharecontent .homesubheading {
  font-weight: 600;
  text-align: center;
  color: #494E5F;
  font-size: 22px;
  line-height: 100%;
}

.sharecontent2 {
  padding-top: 28px;
}

.scoreboardnew {
  background: #DEEAFF;
  padding: 20px 0 1px;
}
.scoreboardnew .homeheading {
  font-size: 30px;
}

.copysharesec {
  padding: 0 16px;
}

.friendbrdbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0px;
  margin-bottom: 30px;
}
.friendbrdbtn a {
  border-radius: 6px;
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  font-size: 20px;
  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;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.friendbrdbtn a:active {
  transform: scale(0.95);
}

.sharecopysec {
  padding: 20px 0px 0;
  text-align: center;
}
.sharecopysec .sharecopyhead {
  color: #30374F;
  font-size: 17px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.2px;
}
.sharecopysec .sharefingerdownimg {
  padding-top: 16px;
}
.sharecopysec .sharecopyurl {
  border-radius: 6px;
  border: 1px solid #A9A9A9;
  background: #ffffff;
  min-height: 44px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
  color: #A9A9A9;
}
.sharecopysec .sharecopytxtmsg {
  color: #A9A9A9;
  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: 174px;
  height: 46px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  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: 100%;
}
.socialshare .socialsharelist li {
  margin-bottom: 10px;
}
.socialshare .socialsharelist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  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 (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 {
  border-radius: 12px;
  background: #ffffff;
}
.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: 22px;
  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: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  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;
}

.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 {
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  background: #FFF;
  margin: 5px 16px 0;
  padding: 24px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6C6868;
  font-size: 16px;
  font-weight: 500;
  line-height: 10%;
}

.quizdeletebtn {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quizdeletebtn a {
  border-radius: 6px;
  border: 1.5px solid #FB3E2C;
  background: #ffecea;
  color: #FB3E2C;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  width: 100%;
}
.quizdeletebtn a:active {
  transform: rotate(0.95);
}

.scoreboardsec {
  margin: 0 16px;
}
.scoreboardsec .table-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
}
.scoreboardsec .table-heading span {
  color: #150523;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.scoreboardsec .table-heading span:first-child {
  width: 35%;
  text-align: left;
}
.scoreboardsec .table-heading span:nth-child(2) {
  width: 20%;
}
.scoreboardsec .table-heading span:nth-child(3) {
  width: 30%;
}
.scoreboardsec .table-heading span:nth-child(4) {
  width: 15%;
}
.scoreboardsec ul li {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  background: #FFF;
  align-items: center;
  padding: 12px 0px 12px 50px;
  margin-bottom: 12px;
  position: relative;
}
.scoreboardsec ul li span {
  color: #150523;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.scoreboardsec ul li span:first-child {
  width: 35%;
  text-align: left;
}
.scoreboardsec ul li span:nth-child(2) {
  width: 20%;
}
.scoreboardsec ul li span:nth-child(3) {
  width: 30%;
}
.scoreboardsec ul li span:nth-child(4) {
  width: 15%;
}
.scoreboardsec ul li span img {
  width: 25px;
}
.scoreboardsec ul li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 12px;
}
.scoreboardsec ul li:nth-child(1)::before {
  background: url("../../images/friendshiptails/First.png");
}
.scoreboardsec ul li:nth-child(2)::before {
  background: url("../../images/friendshiptails/Second.png");
}
.scoreboardsec ul li:nth-child(3)::before {
  background: url("../../images/friendshiptails/Third.png");
}

@media (min-width: 767px) {
  .copysharesec.scoreboardpage {
    border: 2px solid #150523;
  }
}
[dir=rtl] .scoreboardsec ul li::before {
  right: 12px;
  left: auto;
}
[dir=rtl] .scoreboardsec .table-heading span:first-child {
  text-align: center;
}
[dir=rtl] .scoreboardsec ul li span:first-child {
  text-align: center;
}
[dir=rtl] .dashimg {
  direction: ltr;
}
[dir=rtl] .scoreboardsec .table-heading {
  padding-right: 50px;
  padding-left: 0;
}
[dir=rtl] .scoreboardsec ul li {
  padding: 12px 50px 12px 0px;
  padding-left: 0;
}
[dir=rtl] .socialshare .socialsharelist .instagram {
  white-space: nowrap;
}

/*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;
  background: #BED6FF;
}

.viewanswer-sec {
  border-radius: 12px;
  background: #DEEAFF;
  margin: 32px 12px;
  padding: 32px 15px 24px;
}
.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;
  border-radius: 8px;
  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 {
  border-radius: 8px;
  border: 1px solid #707070;
  background: #FFF;
  width: 181px;
}
.viewanswer-sec .quesans-imgsec img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  display: block;
}
.viewanswer-sec .quesans-imgsec figcaption {
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewanswer-sec .anssec.green {
  background: rgba(60, 199, 75, 0.5);
}
.viewanswer-sec .anssec.red {
  background: rgba(251, 62, 44, 0.5);
}
.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 {
  border-radius: 6px;
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
  width: 100%;
  min-height: 48px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.back-createnew-btn .custom-vignate-btn:active {
  transform: scale(0.95);
}

.result-answers[dir=rtl] .quescorrect, .result-answers[dir=rtl] .queswrong {
  left: -15px;
  right: auto;
}

/* result page html*/
.resultcontent {
  border-radius: 10px;
  background: #DEEAFF;
  text-align: center;
  padding: 0 18px;
  margin-bottom: 32px;
  position: relative;
}
.resultcontent .resulthead {
  color: #070708;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%; /* 44px */
  letter-spacing: -0.8px;
  padding-top: 48px;
}
.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: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 0.2px;
}
.resultcontent .resultscoresubhead {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.16px;
  padding-top: 10px;
}

.resultcretenew {
  padding: 20px 0;
}
.resultcretenew a {
  border-radius: 6px;
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.36px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.resultcretenew a:active {
  transform: scale(0.95);
}

.friendboard-sec {
  padding-bottom: 20px;
}

@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 {
  border-radius: 12px;
  background: #ffffff;
}
.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: #494E5F;
  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 {
  border-radius: 6px;
  background: #BED6FF;
  padding: 17px 0;
  color: #494E5F;
  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: #F9D966;
}

@media (min-width: 767px) {
  .langPopup.modal .modal-dialog {
    width: 812px;
    margin: 1.75rem auto;
  }
  .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;
  }
}
/*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;
}

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

/*******scoreboard graph********/
.semi-donut-model-2 {
  width: 300px;
  height: 150px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}

.semi-donut-model-2:before, .semi-donut-model-2:after {
  content: "";
  width: 300px;
  height: 150px;
  border: 35px solid var(--fill);
  border-top: none;
  position: absolute;
  transform-origin: 50% 0% 0;
  border-radius: 0 0 300px 300px;
  box-sizing: border-box;
  left: 0;
  top: 100%;
}

.semi-donut-model-2:before {
  border-color: rgba(0, 0, 0, 0.15);
  transform: rotate(180deg);
}

.semi-donut-model-2:after {
  z-index: 3;
  -webkit-animation: 1s fillGraphAnimation ease-in;
  animation: 1s fillGraphAnimation ease-in;
  transform: rotate(calc(1deg * var(--percentage) * 1.8));
}

.semi-donut-model-2:hover:after {
  opacity: 0.8;
  cursor: pointer;
}

@-webkit-keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
}
@keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
}
@-webkit-keyframes fillGraphAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}
@keyframes fillGraphAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}
.bd-heading[dir=rtl] {
  text-align: right;
}

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

/**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 #14A1CC;
  animation: prixClipFix 2s linear infinite;
}

.loaderquiz::after {
  inset: 8px;
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #14A1CC;
}

@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%);
  }
}
.create-new-quiz-btn a {
  background: linear-gradient(180deg, #4AA4F8 0%, #357BF6 100%);
  color: #ffffff;
  border: 0;
}
.create-new-quiz-btn a:hover {
  text-decoration: none;
}

/*  */
.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: #357bf6;
  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;
}

.load-mor-ans {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.view-answer-rewarded {
  background: #357bf6;
  padding: 1px 4px;
  color: #ffffff !important;
  border-radius: 5px;
  display: inline-block;
}
.view-answer-rewarded img {
  width: 17px !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);
}

.reward_confirm_modal[dir=rtl] .check-group input:checked + label:after {
  right: 14px;
  left: auto;
}

@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;
  }
}
/***social profing css***/
.user-quiz-played-number {
  font-size: 20px;
  padding-top: 20px;
}
.user-quiz-played-number span {
  padding-right: 5px;
  font-weight: 700;
}

/**nudge effect **/
.nudge-effect-quiz {
  animation: animate-shake 2s ease-in-out infinite;
}

@keyframes nudge-effect-quiz {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate-shake {
  0%, 10%, 65%, 100% {
    transform: rotate(0deg) scale(1);
  }
  30%, 40% {
    transform: rotate(-1deg) scale(1.05);
  }
  35%, 45% {
    transform: rotate(1deg) scale(1.05);
  }
}
.pt40 {
  padding-top: 40px;
}

.mt40 {
  margin-top: 40px;
}

.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: #BED6FF;
  padding-top: 24px;
  padding-bottom: 70px;
  text-align: center;
  margin-top: 40px;
}
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: #070708;
  font-size: 16px;
  font-weight: 500;
}
footer .footercms li::after {
  width: 7px;
  height: 7px;
  background: #070708;
  content: "";
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: 7px;
  right: -5px;
}
footer .footercms li:last-child::after {
  content: none;
}
footer .footercopyright {
  color: #070708;
  font-size: 16px;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
