/* =============== font size ============== */
/* =============== font weight ============== */
/* =============== max width ==============*/
/*=============== colors =================*/
/******home page variable**************/
* {
  padding: 0;
  margin: 0;
  font-size: 18px;
  box-sizing: border-box;
}

body {
  background: #E5E5E5;
  font-family: "Poppins", sans-serif;
}

.main_container {
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  min-height: 75vh;
}

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

.common-spinner div:after {
  background: #1a4d50 !important;
}

.img_responsive {
  max-width: 100%;
}

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

/*============================== header ==============================*/
.stick_top_sec {
  display: flex;
  justify-content: center;
  min-height: 110px;
}

.stick_top_ads {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 99;
}

.menu_btn_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.collapse-icon,
.lang_icon {
  width: 49px;
  height: 49px;
  padding: 10px;
}

.lang_icon {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lang_icon a {
  display: flex;
}

.lang-select {
  position: absolute;
  background: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5176470588);
  border: 1px solid #D1D3EC;
  border-radius: 10px;
  width: 350px;
  right: 0;
  text-align: center;
  max-height: 400px;
  overflow-x: hidden;
  display: none;
  z-index: 1;
}
.lang-select li {
  font-size: 20px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  color: #000000;
}
.lang-select li:hover {
  color: #144D50;
}
.lang-select li.active {
  color: #144D50;
}

.logo a {
  color: #ffffff;
  font-size: 40px;
  text-decoration: none;
  line-height: 1;
}
.logo a:hover {
  color: #ffffff;
  text-decoration: none;
}
.logo a:active {
  color: #ffffff;
  text-decoration: none;
}

.language-dropdown {
  position: relative;
}

.language-dropdown select {
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  opacity: 0;
}

.collapse-icon.collapsed {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.collapse-icon.collapsed span {
  display: block;
  height: 3px;
  background: #ffffff;
  border-radius: 10px;
  transition: all 1s;
  width: 27px;
  position: relative;
}
.collapse-icon.collapsed span:nth-child(2) {
  left: -8px;
}

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

header {
  background: #144D50 0% 0% no-repeat padding-box;
}
header .nav_sec {
  padding-left: 20px;
  padding-right: 20px;
}
header .nav_container {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
header .menu_sec .nav_container {
  background: #144D50 0% 0% no-repeat padding-box;
}
header .menu_sec .menu_block {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}
header #menu li {
  padding-bottom: 14px;
  text-align: center;
}
header #menu li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}
header #menu li:hover {
  text-decoration: none;
  color: #ffffff;
}
header #menu li:active {
  text-decoration: none;
  color: #ffffff;
}
header #menu li img {
  margin-right: 13px;
}
header .collapse-icon:not(.collapsed) span {
  display: flex;
  align-items: center;
  position: relative;
  width: 30px;
  border-radius: 2px;
  height: 3px;
  background: #ffffff;
  transition: all 1s;
}
header .collapse-icon:not(.collapsed) span:first-child {
  transform: rotate(45deg);
  top: 0;
  left: -5px;
  height: 7px;
}
header .collapse-icon:not(.collapsed) span:last-child {
  transform: rotate(135deg);
  top: -7px;
  left: -5px;
  height: 7px;
}
header .collapse-icon:not(.collapsed) span:nth-child(2) {
  display: none;
}

@media (min-width: 767px) {
  .lang-select {
    width: 255px;
    left: 0;
  }
}
/*============================== end header ==============================*/
.main-container {
  max-width: 746px;
  margin: 0 auto;
  min-height: 75vh;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.txt-center {
  text-align: center;
}

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

.all_ads {
  text-align: center;
}

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

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

.bottom_ad {
  margin-bottom: 40px;
}

.home-section {
  padding-top: 40px;
}
.home-section .start-sec {
  background: #EEEBE3;
  border-radius: 32px;
  padding-bottom: 20px;
}
.home-section .start-sec img {
  width: 100%;
  border-radius: 32px;
}
.home-section .start-sec h1 {
  color: #144D50;
  text-align: center;
  font-size: 35px;
  line-height: 44px;
  font-weight: normal;
  text-transform: capitalize;
  font-weight: 500;
}
.home-section .start-sec h1 span {
  display: block;
  font-size: 35px;
}
.home-section .start-sec .start-link {
  text-align: center;
  padding-top: 10px;
}
.home-section .start-sec .start-link a {
  max-width: 195px;
  display: inline-block;
  padding: 7px 42px;
  background: #EF8451;
  color: #ffffff;
  font-size: 22px;
  line-height: 33px;
  border-radius: 32px;
  text-decoration: none;
  font-weight: 600;
}
.home-section .start-sec .start-link a:hover {
  transform: scale(0.95);
  background: #144D50;
}

.blog-section .blog-heading {
  text-align: center;
  color: #144D50;
  padding: 40px 0 15px 0;
}
.blog-section .blog-heading span {
  font-size: 28px;
  line-height: 42px;
  position: relative;
}
.blog-section .blog-heading span::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #EF8451;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}
.blog-section .blog-sec-boxes {
  background: #EEEBE3;
  border-radius: 25px;
  padding: 14px 20px;
}
.blog-section .blog-sec-boxes .blog-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-section .blog-sec-boxes .blog-list .blog-box {
  margin-bottom: 14px;
  border-radius: 25px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 25px;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-img img {
  width: 100%;
  padding: 10px;
  border-radius: 25px;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt {
  padding: 0 20px;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-heading {
  font-size: 18px;
  line-height: 25px;
  color: #144D50;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-txt {
  font-size: 14px;
  line-height: 21px;
  padding-top: 13px;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-link {
  text-align: center;
  padding: 13px 0;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-link a {
  background: #EF8451 0% 0% no-repeat padding-box;
  border-radius: 22px;
  font-size: 14px;
  line-height: 25px;
  max-width: 179px;
  padding: 10px 19px;
  letter-spacing: 1.3px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}
.blog-section .show-more-btns {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.blog-section .show-more-btns .blog-btns {
  display: inline-block;
  box-shadow: 0px 4px 10px 4px 4px 10px rgba(0, 0, 0, 0.16);
  border-radius: 32px;
  font-size: 12px;
  line-height: 23px;
  font-weight: 600;
  text-decoration: none;
  padding: 9px 24px;
  letter-spacing: 1.2px;
}
.blog-section .show-more-btns .show-less {
  border: 2px solid #144D50;
  color: #144D50;
  margin-right: 15px;
}
.blog-section .show-more-btns .show-more {
  background: #144D50 0% 0% no-repeat padding-box;
  color: #ffffff;
  border: 2px solid #144D50;
}

/*instrustion page*/
.instruction-section {
  margin-top: 40px;
}
.instruction-section .instruction-box {
  background: #EEEBE3;
  border-radius: 25px;
  position: relative;
}
.instruction-section .instruction-box h1.heading {
  color: #144D50;
  text-align: center;
  font-size: 35px;
  line-height: 53px;
  font-weight: normal;
  text-transform: capitalize;
  font-weight: 600;
}
.instruction-section .instruction-box h1.heading span {
  display: block;
  font-size: 35px;
}
.instruction-section .instruction-box .list-text {
  padding-left: 32px;
}
.instruction-section .instruction-box .list-text .list-heading {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 3px solid #EF8451;
  display: inline-block;
  color: #144D50;
  font-weight: 500;
}
.instruction-section .instruction-box .list-text ul {
  margin-top: 14px;
}
.instruction-section .instruction-box .list-text ul li {
  font-size: 14px;
  line-height: 21px;
  color: #494949;
  padding-bottom: 10px;
}
.instruction-section .instruction-box .list-text ul li span {
  background: rgba(255, 255, 255, 0.5019607843);
  border: 1px solid #144D50;
  border-radius: 50%;
  color: #EF8451;
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
}
.instruction-section .instruction-box form {
  padding-top: 10px;
  position: relative;
  z-index: 9;
}
.instruction-section .instruction-box form .form-group {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 5px;
}
.instruction-section .instruction-box form .form-group input,
.instruction-section .instruction-box form .form-group button {
  width: 100%;
  border-radius: 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.instruction-section .instruction-box form .form-group input::placeholder,
.instruction-section .instruction-box form .form-group button::placeholder {
  font-size: 14px;
  color: #9E9E9E;
}
.instruction-section .instruction-box form .form-group input {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.16);
  border: 3px solid #144D50;
  padding: 10px 40px;
}
.instruction-section .instruction-box form .form-group input:focus-visible {
  outline: 0;
}
.instruction-section .instruction-box form .form-group button {
  background: #EF8451;
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 52px;
  border: 0;
  cursor: pointer;
}
.instruction-section .instruction-box form .form-group button:hover {
  transform: scale(0.95);
  background: #144D50;
}
.instruction-section .instruction-box form .form-group .error {
  position: absolute;
  bottom: -6px;
  width: 100%;
  display: none;
  justify-content: center;
}
.instruction-section .instruction-box form .form-group .error p {
  font-size: 14px;
  background: #F84D4D;
  color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 0 5px;
  display: inline-block;
}
.instruction-section .instruction-box form .form-group.err_active input {
  border: 3px solid #F84D4D;
}
.instruction-section .instruction-box form .form-group.err_active .error {
  display: flex;
}
.instruction-section .instruction-box .creative-element {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  text-align: center;
  width: 100%;
  display: none;
}
.instruction-section .instruction-box .creative-element img {
  width: 100%;
}

.question-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.question-section .question-box {
  background: #d0d6d6;
  border-radius: 25px;
  position: relative;
  padding-bottom: 10px;
}
.question-section .question-box ul {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}
.question-section .question-box ul li {
  background: #D8DEDE;
  border-radius: 50%;
  font-size: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #A4A6A6;
}
.question-section .question-box ul li.active {
  background: #EF8451;
  color: #ffffff;
  border: 1px solid #144D50;
}
.question-section .question-box ul li.h-custom-tab-active {
  background: #EF8451;
  color: #ffffff;
  border: 1px solid #144D50;
}
.question-section .questions {
  background: #EEEBE3;
  border-radius: 25px;
  max-width: 95%;
  margin: 0 auto;
}
.question-section .questions-heading {
  text-align: center;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  color: #144D50;
  padding: 20px 0 10px;
}
.question-section .questions .question-skip {
  padding-top: 10px;
  text-align: center;
}
.question-section .questions .question-skip a {
  background: transparent;
  border: 3px solid #EF8451;
  border-radius: 23px;
  font-size: 18px;
  line-height: 27px;
  color: #EF8451;
  padding: 5px 42px;
  text-decoration: none;
}
.question-section .questions .question-skip a:hover {
  background: #144D50;
  color: #ffffff;
}
.question-section .questions .options-boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0px 10px;
  margin-top: 25px;
}
.question-section .questions .options-boxes .option {
  border-radius: 25px;
  border: 2px solid #144D50;
  max-width: 156px;
  margin-bottom: 14px;
  background: #ffffff;
}
.question-section .questions .options-boxes .option img {
  border-radius: 20px;
  max-width: 150px;
}
.question-section .questions .options-boxes .option .option-txt {
  text-align: center;
  color: #144D50;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
}
.question-section .questions .options-boxes .option .option-txt a {
  text-decoration: none;
  color: #144D50;
}
.question-section .questions .options-boxes .option .option-txt figcaption {
  padding: 8px 0 3px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.question-section .questions .options-boxes .option.user-side-option .option-txt a:hover {
  color: #ffffff;
}
.question-section .questions .options-boxes .option.user-side-option:hover {
  background: #EF8451;
}
.question-section .questions .options-boxes .option.green {
  background: #249E0D;
}
.question-section .questions .options-boxes .option.green .option-txt a {
  color: #ffffff;
}
.question-section .questions .options-boxes .option.red {
  background: #EB3131;
}
.question-section .questions .options-boxes .option.red .option-txt a {
  color: #ffffff;
}
.question-section .questions .options-boxes.hlist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.question-section .questions .options-boxes.hlist .option {
  border: 0;
  max-width: 80%;
  width: 80%;
}
.question-section .questions .options-boxes.hlist .option .option-txt {
  min-height: auto;
}
.question-section .questions .options-boxes.hlist .option a {
  width: 100%;
  border-radius: 25px;
  border: 1px solid #144D50;
  padding: 11px 0;
  color: #144D50;
}

.share-section {
  margin-top: 40px;
}
.share-section .share-heading {
  font-size: 30px;
  color: #144D50;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.share-section .share-heading span {
  font-size: 30px;
  font-weight: 600;
  display: block;
}
.share-section .share-box {
  background: #EEEBE3;
  border-radius: 25px;
  text-align: center;
  margin-top: 15px;
}
.share-section .share-box .link-txt {
  font-size: 16px;
  line-height: 30px;
  color: #144D50;
  padding-top: 14px;
}
.share-section .copy-link-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
.share-section .copy-link-area .copy-link {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2196078431);
  border: 1px solid #82807E;
  border-radius: 25px;
  width: 335px;
  font-size: 12px;
  color: #82807E;
  padding: 14px 20px;
}
.share-section .copy-link-area .copy-msg {
  width: 418px;
  display: flex;
  justify-content: center;
  padding-bottom: 2px;
  visibility: hidden;
}
.share-section .copy-link-area .copy-msg p {
  background: #22CF18;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 0 25px;
  border-radius: 0 0 5px 5px;
}
.share-section .copy-link-area .copy-button {
  width: 215px;
  padding: 0px 0 25px 0;
}
.share-section .copy-link-area .copy-button button {
  background: #EF8451 0% 0% no-repeat padding-box;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1019607843);
  border-radius: 23px;
  font-size: 22px;
  line-height: 33px;
  padding: 6px 10px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  border: 0;
}
.share-section .copy-link-area .copy-button button:hover {
  transform: scale(0.95);
  background: #144D50;
}
.share-section .link-copied .copy-link {
  border: 1px solid #22CF18;
}
.share-section .link-copied .copy-msg {
  visibility: visible;
}
.share-section .share-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}
.share-section .share-tabs .social-middle-tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.share-section .share-tabs .social-tabs {
  border-radius: 20px;
  text-align: center;
  width: 48%;
  margin-bottom: 14px;
}
.share-section .share-tabs .social-tabs img {
  margin-right: 10px;
  width: 23px;
}
.share-section .share-tabs .social-tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 8px 0;
  text-decoration: none;
}
.share-section .share-tabs .social-tabs .btn-txt {
  font-size: 14px;
}
.share-section .share-tabs .social-tabs .btn-txt span {
  font-size: 14px;
}
.share-section .share-tabs .social-tabs:hover {
  background: #14a1cc;
}
.share-section .share-tabs .whatsapp {
  background: #4DC072 0% 0% no-repeat padding-box;
  width: 100%;
}
.share-section .share-tabs .facebook {
  background: #415D95 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .messanger {
  background: #4376F6 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .snapchat {
  background: #FFF300 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .snapchat a {
  color: #000000;
}
.share-section .share-tabs .twitter {
  background: #000000 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .insta {
  background: transparent linear-gradient(261deg, #C12F78 0%, #C6524B 100%) 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .line {
  background: #69BE49 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .kakao {
  background: #F1DB2F 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .kakao a {
  color: #000000;
}
.share-section .share-tabs .share-btn-vk {
  background: #6694D2 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .tiktok {
  background: #F1DB2F 0% 0% no-repeat padding-box;
  width: 48%;
}
.share-section .share-tabs .tiktok a {
  color: #000000;
}
.share-section .share-tabs .tg-btn {
  background: #29a0d3;
}
.share-section .share-tabs .tg-btn a {
  font-size: 14px;
}
.share-section .share-tabs .more-plus-share {
  width: 100%;
}
.share-section .share-tabs .more-plus-share .a2a_dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #000;
  font-size: 14px;
  background: #F1DB2F;
  border-radius: 20px;
  padding: 8px 0 !important;
}
.share-section .share-tabs .more-plus-share .a2a_dd:hover {
  background: transparent linear-gradient(107deg, #FFBE23 0%, #FFA723 48%, #FFBE23 100%) 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .more-plus-share .a2a_svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.share-section .share-tabs .more-plus-sharemobile {
  margin-bottom: 5px;
  display: none;
  width: 100%;
}
.share-section .share-tabs .more-plus-share-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  color: #000;
  font-size: 14px;
  background: #F1DB2F;
  border-radius: 20px;
  padding: 8px 0 !important;
  border: 0;
  font-weight: 500;
}
.share-section .share-tabs .more-plus-share-mobile:hover {
  background: transparent linear-gradient(107deg, #FFBE23 0%, #FFA723 48%, #FFBE23 100%) 0% 0% no-repeat padding-box;
}
.share-section .share-tabs .more-plus-share i {
  background: rgb(1, 102, 255);
  color: #fff;
  font-size: 19px;
  padding: 4px;
  border-radius: 4px;
  margin-right: 5px;
}

#myModalInsta img {
  width: 100%;
}

#myModalTiktok .modal-content {
  text-align: center;
}

.friend-board-btn {
  display: flex;
  justify-content: center;
  margin: 33px 0 0;
}
.friend-board-btn a {
  border-radius: 25px;
  background: #EF8451;
  padding: 8px 0;
  font-size: 18px;
  line-height: 27px;
  width: 320px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
.friend-board-btn a:hover {
  transform: scale(0.95);
  background: #144D50;
}

.del-quiz-btn a {
  background: none;
  color: #EF8451;
  border: 3px solid #EF8451;
}
.del-quiz-btn a:hover {
  color: #ffffff;
}

.friendboard-sec {
  background: #EEEBE3;
  border-radius: 25px;
  text-align: center;
  padding: 8px 0 14px 0;
  margin-bottom: 0px;
  margin-top: 30px;
}
.friendboard-sec .friendboard-heading {
  font-size: 20px;
  line-height: 30px;
  color: #144D50;
  font-weight: 600;
  padding-bottom: 14px;
}
.friendboard-sec .friendboard-txt {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #82807E;
  border-radius: 25px;
  font-size: 18px;
  line-height: 27px;
  color: #144D50;
  max-width: 335px;
  margin: 0 auto;
  padding: 11px 0;
}
.friendboard-sec .friend-scoreboard ul {
  max-width: 298px;
  margin: 0 auto;
  margin-left: 65px;
  margin-right: 25px;
}
.friendboard-sec .friend-scoreboard ul li {
  display: flex;
  justify-content: space-around;
  background: #ffffff;
  border: 1px solid #82807E;
  border-radius: 25px;
  align-items: center;
  padding: 7px 0;
  color: #144D50;
  margin-bottom: 10px;
  position: relative;
}
.friendboard-sec .friend-scoreboard ul li span {
  width: 100px;
  font-size: 14px i;
  font-size-font-size: 25px;
}
.friendboard-sec .friend-scoreboard ul li span a {
  color: #144D50;
}
.friendboard-sec .friend-scoreboard ul li:first-child {
  background: none;
  color: #494949;
  border: 0;
  padding: 0px;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(2)::before, .friendboard-sec .friend-scoreboard ul li:nth-child(3)::before, .friendboard-sec .friend-scoreboard ul li:nth-child(4)::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 36px;
  left: -40px;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(2)::before {
  background: url("../../../public/images/friendshiptag/badges1.png") no-repeat;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(3)::before {
  background: url("../../../public/images/friendshiptag/badge2.png") no-repeat;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(4)::before {
  background: url("../../../public/images/friendshiptag/badge3.png") no-repeat;
}

.congrats-sec {
  background: #EEEBE3;
  border-radius: 25px;
  text-align: center;
  margin-top: 40px;
  color: #144D50;
  padding: 13px 0 16px 0;
}
.congrats-sec .congrats-heading {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
}
.congrats-sec .congrats-score {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
.congrats-sec .congrats-txt {
  font-size: 14px;
  line-height: 21px;
  padding-top: 8px;
}
.congrats-sec .create-quiz-btn {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.congrats-sec .create-quiz-btn a {
  border-radius: 25px;
  background: #EF8451;
  padding: 13px 0;
  font-size: 20px;
  line-height: 30px;
  width: 316px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.congrats-sec .create-quiz-btn a:hover {
  transform: scale(0.95);
}

.create-quiz-btn-bottom .create-quiz-btn {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.create-quiz-btn-bottom .create-quiz-btn a {
  border-radius: 25px;
  background: #EF8451;
  padding: 13px 0;
  font-size: 20px;
  line-height: 30px;
  width: 316px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.create-quiz-btn-bottom .create-quiz-btn a:hover {
  transform: scale(0.95);
}

.result-sec {
  margin-top: 40px;
}
.result-sec .result-heading {
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  color: #144D50;
  font-weight: bold;
}
.result-sec .result-quesans {
  margin-top: 23px;
}
.result-sec .result-quesans .quests {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
}
.result-sec .result-quesans .quests .qaunt {
  background: #EF8451;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
  width: 25px;
  height: 25px;
  display: flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
}
.result-sec .result-quesans .quests .ques {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: bold;
}
.result-sec .result-quesans .ans {
  text-align: center;
  margin: 20px 20px;
  background: #EEEBE3;
  border-radius: 28px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #144D50;
  padding: 10px 30px;
  position: relative;
}
.result-sec .result-quesans .ans .option {
  border-radius: 25px;
  max-width: 156px;
  display: inline-block;
  background: #ffffff;
}
.result-sec .result-quesans .ans .option img {
  border-radius: 25px;
  max-width: 150px;
}
.result-sec .result-quesans .ans .option .option-txt {
  text-align: center;
  color: #144D50;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  font-weight: normal;
}
.result-sec .result-quesans .ans .wrong {
  position: absolute;
  right: 5px;
  top: 5px;
}

.bd-sec {
  margin: 40px 20px 40px 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
}
.bd-sec .bd-img {
  padding: 8px;
}
.bd-sec .bd-img img {
  width: 100%;
}
.bd-sec .bd-heading {
  font-size: 20px;
  line-height: 25px;
  color: #144D50;
  margin: 0 20px;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.bd-sec .bd-content {
  color: #6e6e6e;
  padding: 10px 20px;
}
.bd-sec .bd-content p {
  font-size: 14px;
  line-height: 21px;
}

.pop_sec {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: 3vh;
  width: 100%;
  z-index: 999;
  display: none;
  overflow-x: scroll;
  padding-bottom: 3vh;
  background: rgba(255, 255, 255, 0.4117647059);
}
.pop_sec::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 8;
}
.pop_sec .pop_dialog {
  display: flex;
  justify-content: center;
  min-height: 94Vh;
  align-items: center;
  position: relative;
  z-index: 9999;
}
.pop_sec .pop_dialog .pop_content {
  max-width: 396px;
  background: #ffffff;
  box-shadow: 3px 3px 10px 4px 4px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 17px;
  box-sizing: border-box;
}
.pop_sec .pop_dialog .pop_content .pop_header {
  min-height: 50px;
}
.pop_sec .pop_dialog .pop_content .pop_header .close {
  width: 22px;
  height: 22px;
  background: none;
  margin-left: auto;
  background-size: 21px;
  border: 0;
  display: flex;
}
.pop_sec .pop_dialog .pop_content .pop_con {
  text-align: center;
}

#language_popup .pop_content {
  max-width: 748px;
  width: 100%;
  border-radius: 25px;
  margin: 0 auto;
}
#language_popup .pop_header {
  position: relative;
}
#language_popup .pop_header h3 {
  color: #144D50;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  font-weight: bold;
}
#language_popup .pop_header .close {
  position: absolute;
  top: 0px;
  right: 13px;
}
#language_popup .pop_header .close i {
  font-size: 30px;
  color: #144D50;
}
#language_popup .pop_con ul {
  padding-left: 5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 5%;
}
#language_popup .pop_con ul a {
  min-width: 212px;
  padding: 6px 0;
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 3px 3px 10px 4px 4px 10px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  color: #144D50;
  text-decoration: none;
  border: 2px solid #144D50;
  margin: 10px 10px;
}
#language_popup .pop_con ul a:hover, #language_popup .pop_con ul a:active {
  background: #144D50;
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 768px) {
  .language-dropdown:hover .lang-select {
    display: block;
  }
  .home-section .start-sec h1 {
    padding-top: 10px;
    font-size: 48px;
    line-height: 50px;
  }
  .home-section .start-sec h1 span {
    font-size: 48px;
    line-height: 65px;
  }
  .home-section .start-sec .start-link a {
    max-width: 352px;
    font-size: 32px;
    line-height: 48px;
    padding: 8px 97px;
  }
  .blog-section .blog-heading span {
    font-size: 38px;
    line-height: 57px;
    font-weight: 500;
  }
  .blog-section .blog-sec-boxes .blog-list {
    justify-content: space-between;
  }
  .blog-section .blog-sec-boxes .blog-list .blog-box {
    max-width: 49%;
  }
  .blog-section .blog-sec-boxes .blog-list .blog-txt .box-link a {
    display: block;
    margin: 0 auto;
  }
  /*instrustion page*/
  .instruction-section {
    padding-top: 40px;
  }
  .instruction-section .instruction-box h1.heading {
    font-size: 48px;
    line-height: 72px;
    padding-top: 24px;
  }
  .instruction-section .instruction-box h1.heading span {
    display: block;
    font-size: 48px;
    line-height: 60px;
  }
  .instruction-section .instruction-box .list-text {
    padding-left: 42px;
  }
  .instruction-section .instruction-box .list-text .list-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .instruction-section .instruction-box .list-text ul li {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 15px;
  }
  .instruction-section .instruction-box form .form-group {
    max-width: 396px;
    padding-bottom: 25px;
  }
  .instruction-section .instruction-box form .form-group input {
    padding: 12px 40px;
    font-size: 20px;
  }
  .instruction-section .instruction-box form .form-group input::placeholder {
    font-size: 20px;
  }
  .instruction-section .instruction-box form .form-group button {
    font-size: 32px;
    line-height: 33px;
  }
  .instruction-section .instruction-box form .form-group .error p {
    font-size: 16px;
    padding: 0 10px;
  }
  /*question page*/
  .question-section .question-box ul li {
    font-size: 22px;
    width: 41px;
    height: 41px;
  }
  .question-section .question-box ul li.active {
    background: #EF8451;
    color: #ffffff;
  }
  .question-section .questions {
    max-width: 98%;
  }
  .question-section .questions-heading {
    font-size: 35px;
    line-height: 50px;
  }
  .question-section .questions .question-skip a {
    font-size: 20px;
    line-height: 30px;
    padding: 6px 55px;
  }
  .share-section .share-heading {
    font-size: 35px;
  }
  .share-section .share-heading span {
    font-size: 35px;
  }
  .share-section .share-box {
    background: #EEEBE3;
    border-radius: 25px;
    text-align: center;
  }
  .share-section .share-box .link-txt {
    font-size: 20px;
    line-height: 30px;
    color: #144D50;
  }
  .share-section .share-box .share-tabs {
    max-width: 600px;
    margin: 0 auto;
  }
  .share-section .copy-link-area .copy-link {
    width: 418px;
    font-size: 14px;
  }
  .share-section .copy-link-area .copy-msg p {
    font-size: 14px;
    line-height: 21px;
  }
  .share-section .copy-link-area .copy-button {
    width: 100%;
  }
  .share-section .copy-link-area .copy-button button {
    width: 215px;
  }
  .friend-board-btn a {
    width: 400px;
    font-size: 20px;
    line-height: 27px;
  }
  .friendboard-sec .friendboard-heading {
    font-size: 25px;
  }
  .friendboard-sec .friendboard-txt {
    max-width: 488px;
  }
  .friendboard-sec .friend-scoreboard ul {
    max-width: 605px;
    margin-left: 95px;
  }
  .friendboard-sec .friend-scoreboard ul li {
    padding: 10px 0;
  }
  .friendboard-sec .friend-scoreboard ul li span {
    font-size: 18px;
  }
  .friendboard-sec .friend-scoreboard ul li span i {
    font-size: 30px;
  }
  .friendboard-sec .friend-scoreboard ul li:nth-child(2)::before, .friendboard-sec .friend-scoreboard ul li:nth-child(3)::before, .friendboard-sec .friend-scoreboard ul li:nth-child(4)::before {
    width: 25px;
    height: 36px;
    left: -40px;
  }
  .congrats-sec .congrats-heading {
    font-size: 35px;
  }
  .congrats-sec .congrats-score {
    font-size: 22px;
    line-height: 33px;
  }
  .congrats-sec .congrats-txt {
    font-size: 20px;
    line-height: 30px;
  }
  .congrats-sec .create-quiz-btn {
    display: flex;
    justify-content: center;
  }
  .congrats-sec .create-quiz-btn a {
    font-size: 28px;
    line-height: 36px;
    width: 383px;
    padding: 10px 37px;
  }
  .create-quiz-btn-bottom .create-quiz-btn {
    display: flex;
    justify-content: center;
  }
  .create-quiz-btn-bottom .create-quiz-btn a {
    font-size: 28px;
    line-height: 36px;
    width: 383px;
    padding: 10px 37px;
  }
  .result-sec .result-quesans .quests .qaunt {
    font-size: 15px;
    line-height: 23px;
  }
  .result-sec .result-quesans .quests .ques {
    font-size: 16px;
    line-height: 25px;
  }
  .result-sec .result-quesans .ans {
    margin: 20px 0;
  }
  .bd-sec {
    margin: 40px 0px 0px 0px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 25px;
  }
  .bd-sec .bd-img {
    padding: 5px;
  }
  .bd-sec .bd-heading {
    font-size: 25px;
    line-height: 25px;
  }
  .bd-sec .bd-content {
    padding: 20px 20px;
  }
  #language_popup .pop_con ul {
    justify-content: center;
  }
  #language_popup .pop_con ul a {
    min-width: 150px;
    margin: 20px 10px;
  }
}
.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;
}

.static_ads.sticky_h100 {
  height: 115px;
}

/***************footer start***************/
footer {
  background: #144D50;
  text-align: center;
  padding: 23px 15px 75px;
}

footer.footer_120 {
  padding: 23px 15px 120px !important;
}

.social_links,
.menu_links {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.social_links li {
  padding-left: 12px;
  padding-right: 12px;
}
.social_links a {
  display: flex;
}

.menu_links li {
  padding-left: 5px;
  padding-right: 5px;
  border-right: 2px solid #ffffff;
  line-height: 1;
}
.menu_links li:last-child {
  border-right: 0;
}
.menu_links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.link_copied_sec {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

.scroll_up {
  width: 60px;
  height: 40px;
  background: #144D50 0% 0% no-repeat padding-box;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  border: 3px solid #ffffff;
  border-radius: 40px 0px 0px 40px;
  opacity: 1;
  text-align: center;
  position: fixed;
  bottom: 75px;
  right: 0px;
  z-index: 99;
  display: none;
}
.scroll_up i {
  font-size: 30px;
  line-height: 0.5;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
}

@media (min-width: 767px) {
  .scroll_up {
    width: 90px;
    height: 60px;
    border: 6px solid #ffffff;
  }
  .scroll_up i {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .static_ads {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .langlist-active {
    display: block;
  }
}
/*****************footer end*********************/
.smart-scrool::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.smart-scrool::-webkit-scrollbar {
  width: 20px;
  background-color: #F5F5F5;
}

.smart-scrool::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #144D50;
}

.copyright {
  color: #ffffff;
}

.cms-page {
  text-align: center;
}
.cms-page .cms-page-heading h1 {
  font-size: 20px;
  color: #144D50;
  font-weight: bold;
}
.cms-page .cms-page-content {
  margin: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.cms-page .cms-page-content * {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

[dir=rtl] .list-text {
  padding-right: 20px;
  padding-left: 0;
}

[dir=rtl] .result-quesans .ans .wrong {
  left: 5px !important;
  right: auto;
}

/***Replace buttons and icons css  ***/
.view_btn_with_txt {
  font-size: 14px;
}

#frbrd_btn_with_href {
  display: inline-block;
  margin-bottom: 40px;
}

.delete_quiz_btns {
  display: flex;
  justify-content: center;
}

.delete_quiz_popup .modal-header {
  padding: 8px;
  text-align: center;
}

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

/*custom-vignate-btn*/
.custom-vignate-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.custom-vignate-btn {
  background: #144D50;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
}

a.custom-vignate-btn {
  color: #ffffff;
}

a.custom-vignate-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .custom-vignate-btn-main {
    margin: 20px 20px;
  }
}
/* add css for popup top spaces*/
.modal-open .modal {
  padding-top: 130px;
}

.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 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.create-new-quiz-btn a:hover {
  color: #ffffff;
}

/*** seo blog css***/
.seo_blog_sec {
  background: #EEEBE3;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
.seo_blog_sec .seo_blog_head {
  font-size: 35px;
  padding-bottom: 20px;
  color: #000000;
  line-height: 100%;
}
.seo_blog_sec .seo_blog_title {
  font-size: 30px;
  padding-bottom: 20px;
  color: #000000;
  line-height: 35px;
}

.seo_blog_desc h2 {
  font-size: 25px;
}
.seo_blog_desc h3 {
  font-size: 20px;
}
.seo_blog_desc h4 {
  font-size: 18px;
}
.seo_blog_desc p {
  font-size: 16px;
}
.seo_blog_desc ul {
  padding-left: 15px;
  list-style: disc;
}

/*  */
.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: #FF512F;
  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: #FF512F;
  padding: 1px 4px;
  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);
}

.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;
  }
  .scoreboardsec .table-heading span:nth-child(3) {
    width: 70px;
    margin-right: 10px;
  }
  .scoreboardsec ul li span:nth-child(3) {
    width: 70px;
    margin-right: 10px;
  }
}
/***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);
  }
}

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