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

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

#loadingDiv {
  text-align: center;
  display: none;
  min-height: 300px;
}
#loadingDiv .loader-img {
  display: flex;
  justify-content: center;
}

.img_responsive {
  max-width: 100%;
}

.result[ng-cloak] {
  display: block !important;
}

.result.ng-cloak {
  display: block !important;
}

[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: 5px;
  padding-bottom: 5px;
}

.collapse-icon,
.lang_icon {
  width: 49px;
  height: 49px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collapse-icon img {
  width: 25px;
}

.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;
  border-radius: 4px;
  right: 0;
  background: #ffffff;
  display: none;
  z-index: 5;
  margin-top: 12px;
  padding: 10px 10px;
}
.lang-select ul {
  text-align: center;
  max-height: 217px;
  overflow-x: hidden;
  margin-bottom: 0;
}
.lang-select li {
  font-size: 14px;
  border-bottom: 1px solid #6b37dc;
  padding: 5px;
  cursor: pointer;
  color: #6b37dc;
}
.lang-select li:hover {
  color: #ff512f;
}
.lang-select li.active {
  color: #ff512f;
}
.lang-select::before {
  position: absolute;
  top: -14px;
  right: 10px;
  content: "";
  transform: rotate(-50deg);
  visibility: hidden;
  z-index: 4;
  border-radius: 4px;
  border-top: 23px solid #ffffff;
  border-left: 19px solid transparent;
  border-right: 8px solid transparent;
}

.logo a {
  color: #ffffff;
  text-decoration: none;
}
.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 .in {
  display: block;
}
.collapse-icon.collapsed .cross {
  display: none;
}

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

header {
  background: #6b37dc;
}
header .nav_sec {
  position: relative;
  z-index: 9;
}
header .menu_sec {
  position: relative;
  z-index: 1;
}
header .nav_container {
  padding: 0 15px;
}
@media (max-width: 767px) {
  header .nav_container {
    padding: 0;
  }
}
header .menu_sec .nav_container {
  background: #f1f1f1;
  padding: 15px 0;
}
header .menu_sec .menu_block {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}
header .menu_sec .menu_block ul {
  margin-bottom: 0;
  padding-top: 20px;
}
header #menu li {
  padding-bottom: 15px;
  text-align: center;
}
header #menu li a {
  text-decoration: none;
  color: #6b37dc;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  padding: 2px 20px;
  transition: 0.2s ease-in-out;
  border-radius: 9px;
}
header #menu li a:hover {
  background: #6b37dc;
  box-shadow: 0px 3px 6px rgba(30, 0, 94, 0.4);
  color: #fff;
}
header #menu li:active {
  text-decoration: none;
  color: #1B998B;
}
header #menu li img {
  margin-right: 13px;
}
header #menu li:last-child {
  padding-bottom: 0;
}
header .collapse-icon:not(.collapsed) .in {
  display: none;
}
header .collapse-icon:not(.collapsed) .cross {
  display: block;
}

@media (min-width: 767px) {
  .lang-select {
    width: 153px;
    right: 0;
  }
}
/*============================== end header ==============================*/
.main-container {
  max-width: 728px;
  margin: 0 auto;
}

.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-page-cat-sec {
  background: linear-gradient(179.68deg, rgba(255, 243, 237, 0.8) -12.94%, rgba(255, 186, 133, 0.8) 193.27%);
  padding: 15px;
  margin-top: 40px;
  padding-bottom: 40px;
  border-width: 1px, 0px, 1px, 0px;
  border-style: solid;
  border-color: rgba(158, 65, 0, 0.2);
}

.home-page-blog-sec {
  background: linear-gradient(179.68deg, rgba(255, 243, 237, 0.8) -12.94%, rgba(255, 186, 133, 0.8) 193.27%);
  padding: 20px;
  border-width: 1px, 0px, 1px, 0px;
  border-style: solid;
  border-color: rgba(158, 65, 0, 0.2);
  position: relative;
}

.home-section {
  padding-top: 20px;
}
.home-section .start-sec a {
  display: block;
  box-shadow: 3px 0px 0px 0px #9b4000;
  border: 2px solid #9e4100;
  border-radius: 29px 29px 15px 15px;
  border-bottom: 0;
  padding: 15px;
  background: #ffffff;
}
.home-section .start-sec img {
  width: 100%;
  border-radius: 14px;
}
.home-section .start-sec h1 {
  color: #1B998B;
  text-align: center;
  font-size: 35px;
  line-height: 44px;
  font-weight: normal;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
}
.home-section .start-sec h1 span {
  display: block;
  font-size: 35px;
}
.home-section .start-sec .start-link {
  text-align: center;
  box-shadow: 2.23px 2.23px 0px 0px #9b4000;
  border: 2px solid #9e4100;
  border-radius: 15px 15px 29px 29px;
  padding: 15px;
  border-top: 0;
  padding-top: 3px;
  background: #ffffff;
}
.home-section .start-sec .start-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 42px;
  color: #100726;
  font-size: 20px;
  line-height: 33px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  background: #f4b400;
  box-shadow: none;
  border-radius: 0px;
  border: 0;
  transition: 0.5s ease-in-out;
}
.home-section .start-sec .start-link a img {
  width: 18px;
  margin-left: 8px;
}
.home-section .start-sec .start-link a:hover {
  transform: scale(1.01);
  background: #ff512f;
}

.blog-section .blog-heading {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../images/mfqpeach/blog-heading-bg.png) no-repeat;
  width: 234px;
  height: 48px;
}
.blog-section .blog-heading span {
  font-size: 25px;
  line-height: 30px;
  position: relative;
  font-weight: 700;
  padding-top: 5px;
  display: inline-block;
}
.blog-section .blog-sec-boxes {
  margin-top: 50px;
}
.blog-section .blog-sec-boxes .blog-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-section .blog-sec-boxes .blog-list .blog-box {
  margin-bottom: 14px;
  background: white;
  box-shadow: 1.68px 1.68px 0px 0px #973F01;
  border: 1.18px solid #973F01;
  border-radius: 2px;
  position: relative;
  min-height: 325px;
  border-radius: 18px;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-img img {
  width: 100%;
  box-shadow: -1px -1px 9px rgba(82, 33, 187, 0.1), 1px 1px 9px rgba(82, 33, 187, 0.1);
  border-radius: 18px 18px 0 0;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt {
  padding: 0 10px;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-heading {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #100726;
  font-weight: 700;
  padding: 12px;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-txt {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  text-align: center;
  color: #707070;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-link {
  text-align: center;
  margin: 20px 0;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-link a {
  font-size: 14px;
  line-height: 17px;
  padding: 10px 19px;
  letter-spacing: 1.3px;
  font-weight: 700;
  text-decoration: none;
  color: #100726;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  background: #F4B400;
}
.blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-link a:hover {
  background: #d49b00;
}
.blog-section .show-more-btns {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
}
.blog-section .show-more-btns .blog-btns {
  display: inline-block;
  border-radius: 32px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 13px;
  letter-spacing: 1.2px;
  border: 1px solid #6B37DC;
  border-radius: 5px;
  background: #ffffff;
  border-radius: 8px;
  color: #6B37DC;
}
.blog-section .show-more-btns .blog-btns:hover {
  background: #f1f1f1;
}
.blog-section .show-more-btns .show-less {
  color: #6B37DC;
}
.blog-section .show-more-btns .show-more {
  color: #6B37DC;
}

/*instrustion page*/
.instruction-section {
  margin-top: 40px;
  padding: 40px 0;
  background: linear-gradient(179.68deg, rgba(255, 243, 237, 0.8) -12.94%, rgba(255, 186, 133, 0.8) 193.27%);
  /* Responsive Design */
  /* Animation for character illustration */
}
.instruction-section .ip-container {
  position: relative;
}
.instruction-section .ip-header {
  position: absolute;
  top: 0;
  right: 10px;
  margin-bottom: 20px;
  z-index: 8;
}
.instruction-section .ip-how-to-play {
  color: #6b37dc;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.instruction-section .ip-how-to-play:hover {
  color: #6b5b47;
  text-decoration: underline;
}
.instruction-section .ip-main-content {
  text-align: center;
}
.instruction-section .ip-character-illustration {
  position: relative;
  height: 120px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instruction-section .ip-character-left,
.instruction-section .ip-character-right {
  position: relative;
  width: 80px;
  height: 100px;
}
.instruction-section .ip-character-left {
  margin-right: -10px;
  z-index: 2;
  animation: ip-hug-left 6s ease-in-out infinite;
}
.instruction-section .ip-character-right {
  margin-left: -10px;
  z-index: 1;
  animation: ip-hug-right 6s ease-in-out infinite;
}
.instruction-section .ip-character-face,
.instruction-section .ip-character-face-2 {
  width: 50px;
  height: 50px;
  background: #fdbcb4;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 10px;
  border: 2px solid #333;
}
.instruction-section .ip-character-hair {
  position: absolute;
  top: -8px;
  left: 5px;
  width: 40px;
  height: 25px;
  background: #8b4513;
  border-radius: 25px 25px 0 0;
  border: 2px solid #333;
  border-bottom: none;
}
.instruction-section .ip-character-hat {
  position: absolute;
  top: -15px;
  left: 0px;
  width: 50px;
  height: 20px;
  background: #4169e1;
  border-radius: 25px 25px 0 0;
  border: 2px solid #333;
  border-bottom: none;
}
.instruction-section .ip-character-hat::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 8px;
  background: #4169e1;
  border: 2px solid #333;
  border-radius: 4px;
}
.instruction-section .ip-character-glasses {
  position: absolute;
  top: 15px;
  left: 8px;
  width: 34px;
  height: 12px;
  border: 2px solid #333;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
}
.instruction-section .ip-character-glasses::before {
  content: "";
  position: absolute;
  left: 13px;
  top: -2px;
  width: 8px;
  height: 2px;
  background: #333;
}
.instruction-section .ip-character-eyes,
.instruction-section .ip-character-eyes-2 {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}
.instruction-section .ip-eye {
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}
.instruction-section .ip-character-mouth,
.instruction-section .ip-character-mouth-2 {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 6px;
  border: 2px solid #333;
  border-top: none;
  border-radius: 0 0 12px 12px;
}
.instruction-section .ip-character-body,
.instruction-section .ip-character-body-2 {
  width: 40px;
  height: 35px;
  margin: 0 auto;
  position: relative;
}
.instruction-section .ip-character-shirt {
  width: 100%;
  height: 100%;
  background: #ff6b6b;
  border-radius: 8px 8px 12px 12px;
  border: 2px solid #333;
}
.instruction-section .ip-character-shirt-2 {
  width: 100%;
  height: 100%;
  background: #20b2aa;
  border-radius: 8px 8px 12px 12px;
  border: 2px solid #333;
}
.instruction-section .ip-friends-sign {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffd700;
  border: 3px solid #333;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 900;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.instruction-section .ip-title {
  font-size: 24px;
  font-weight: 700;
  color: #100726;
  margin-bottom: 12px;
  margin-top: 10px;
}
.instruction-section .ip-subtitle {
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  color: #100726;
  margin-bottom: 32px;
  line-height: 1.4;
}
.instruction-section .ip-form-container {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.instruction-section .ip-input-wrapper {
  margin-bottom: 16px;
}
.instruction-section .ip-name-input {
  width: 100%;
  padding: 11px 20px;
  border: 1px solid #feb415;
  border-radius: 12px;
  font-size: 18px;
  background: #fffbea;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  color: #100726;
  font-weight: 600;
}
.instruction-section .ip-name-input:focus {
  border-color: #ffd700;
}
.instruction-section .ip-name-input::placeholder {
  color: #2b2a2a;
  font-weight: 400;
}
.instruction-section .ip-start-button {
  width: 100%;
  padding: 11px 20px;
  background: #feb415;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #100726;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  border: 1px solid #de9800;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instruction-section .ip-start-button img {
  margin-left: 8px;
}
.instruction-section .ip-start-button:hover:not(:disabled) {
  background: #de9800;
  transform: translateY(-1px);
}
.instruction-section .ip-start-button:active:not(:disabled) {
  transform: translateY(0);
}
.instruction-section .ip-start-button:disabled {
  background: #feb415;
  border: 1px solid #de9800;
  opacity: 0.4;
  color: #100726;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .instruction-section .ip-container {
    max-width: 100%;
    padding: 0 15px;
  }
  .instruction-section .ip-character-illustration {
    margin-bottom: 10px;
  }
  .instruction-section .ip-title {
    font-size: 28px;
  }
  .instruction-section .ip-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .instruction-section .ip-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .instruction-section .ip-subtitle {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .instruction-section .ip-form-container {
    max-width: 100%;
  }
}
@keyframes ip-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}
@keyframes ip-blink {
  0%, 90%, 100% {
    transform: scaleY(1);
  }
  95% {
    transform: scaleY(0.1);
  }
}
@keyframes ip-face-tilt {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
}
@keyframes ip-mouth-smile {
  0%, 50%, 100% {
    border-radius: 0 0 12px 12px;
  }
  25%, 75% {
    border-radius: 0 0 8px 8px;
    transform: translateY(-1px);
  }
}
@keyframes ip-hat-wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(3deg);
  }
}
@keyframes ip-glasses-shine {
  0%, 100% {
    background: rgba(255, 255, 255, 0.3);
  }
  50% {
    background: rgba(255, 255, 255, 0.7);
  }
}
@keyframes ip-hug-left {
  0%, 70%, 100% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(8px);
  }
}
@keyframes ip-hug-right {
  0%, 70%, 100% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-8px);
  }
}
@keyframes ip-friends-glow {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%) scale(1);
  }
  50% {
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.4);
    transform: translateX(-50%) scale(1.05);
  }
}
.instruction-section .ip-character-illustration {
  animation: ip-bounce 3s ease-in-out infinite;
}
.instruction-section .ip-character-face,
.instruction-section .ip-character-face-2 {
  animation: ip-face-tilt 4s ease-in-out infinite;
}
.instruction-section .ip-eye {
  animation: ip-blink 3s ease-in-out infinite;
  animation-delay: 0.5s;
}
.instruction-section .ip-eye:nth-child(2) {
  animation-delay: 0.7s;
}
.instruction-section .ip-character-mouth,
.instruction-section .ip-character-mouth-2 {
  animation: ip-mouth-smile 5s ease-in-out infinite;
}
.instruction-section .ip-character-hat {
  animation: ip-hat-wiggle 3.5s ease-in-out infinite;
}
.instruction-section .ip-character-glasses {
  animation: ip-glasses-shine 2s ease-in-out infinite;
}
.instruction-section .ip-friends-sign {
  animation: ip-friends-glow 4s ease-in-out infinite;
}

/***how to play instruction model css***/
.how_toplay .modal-dialog {
  max-width: 500px;
  border-radius: 8px;
}
.how_toplay .modal-content {
  padding: 20px;
  background: linear-gradient(181.14deg, rgb(255, 243, 237) -15.09%, rgba(255, 186, 133, 0.8) 191.31%);
}
.how_toplay .close {
  position: absolute;
  top: 8px;
  right: 15px;
  opacity: 1;
}

.htp-instructions-modal {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  position: relative;
  box-shadow: 2.17px 2.17px 4.35px 0px rgba(0, 0, 0, 0.2);
}

.htp-modal-header {
  text-align: center;
  margin-bottom: 10px;
}

.htp-modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #100726;
  margin-top: 0;
}

.htp-close-button {
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.htp-close-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.htp-close-icon {
  width: 16px;
  height: 16px;
  stroke: #666;
  stroke-width: 2;
}

.htp-instructions-modal ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.htp-instructions-modal li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #2B2A2A;
  font-weight: 500;
  position: relative;
}
.htp-instructions-modal li span {
  content: "";
  width: 21px;
  height: 18px;
}
.htp-instructions-modal li:nth-child(1) span {
  background: url(../../images/mfqpeach/list-icon-1.svg) no-repeat;
}
.htp-instructions-modal li:nth-child(2) span {
  background: url(../../images/mfqpeach/list-icon-2.svg) no-repeat;
}
.htp-instructions-modal li:nth-child(3) span {
  background: url(../../images/mfqpeach/list-icon-3.svg) no-repeat;
}
.htp-instructions-modal li:nth-child(4) span {
  background: url(../../images/mfqpeach/list-icon-4.svg) no-repeat;
}
.htp-instructions-modal li:nth-child(5) span {
  background: url(../../images/mfqpeach/list-icon-5.svg) no-repeat;
}
.htp-instructions-modal li:nth-child(6) span {
  background: url(../../images/mfqpeach/list-icon-6.svg) no-repeat;
}

.htp-instruction-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .how_toplay .modal-content {
    padding: 20px 10px;
  }
  .htp-instructions-modal {
    padding: 20px;
    max-width: 100%;
  }
  .htp-modal-title {
    font-size: 18px;
  }
  .htp-instruction-text {
    font-size: 15px;
  }
  .htp-instructions-list {
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .htp-instructions-modal {
    padding: 16px;
    border-radius: 12px;
  }
  .htp-instructions-modal li {
    font-size: 14px;
    align-items: flex-start;
  }
  .htp-modal-title {
    font-size: 16px;
  }
}
.question-sec {
  background: linear-gradient(179.68deg, rgba(255, 243, 237, 0.8) -12.94%, rgba(255, 186, 133, 0.8) 193.27%);
  border-width: 1px, 0px, 1px, 0px;
  border-style: solid;
  border-color: rgba(158, 65, 0, 0.2);
  padding: 30px 0;
  margin-top: 40px;
}
.question-sec .questionp-catname {
  text-align: center;
  color: #100726;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.question-sec .question-pbox {
  box-shadow: 2.5px 0px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-bottom: 0;
  border-radius: 15px;
  padding: 10px 0;
  background: #FFF8F8;
  position: relative;
}
.question-sec .question-pbox ul {
  max-width: 564px;
  margin: 0 auto;
  height: 40px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding: 2px 5px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.question-sec .question-pbox .question-pbox-activebg {
  border: 1px solid #F4B400;
  background: #FFFBEA;
  position: absolute;
  height: 30px;
  border-radius: 30px;
}
.question-sec .question-pbox li {
  padding: 6px;
  position: relative;
}
.question-sec .question-pbox li span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #070708;
  font-weight: 700;
  font-size: 15px;
  width: 24px;
  height: 24px;
  border-radius: 30px;
}
.question-sec .question-pbox li.h-custom-tab-active span {
  background: #FFF0B1;
}
.question-sec .question-pbox li.h-custom-tab-active.activeques span {
  background: #F4B400;
}
.question-sec .questions-heading {
  color: #100726;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.question-sec .questions {
  box-shadow: 2.5px 2.5px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-top: 0;
  border-radius: 15px;
  padding: 0 15px;
  background: #FFF8F8;
}
.question-sec .options-boxes.hlist {
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.question-sec .options-boxes.hlist .option {
  width: 100%;
}
.question-sec .options-boxes.hlist .option a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #707070;
  border-radius: 8px;
  color: #100726;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.question-sec .options-boxes.hlist .option a:hover {
  text-decoration: none;
  background: #6B37DC;
  border: 1px solid #6B37DC;
  color: #ffffff;
}
.question-sec .options-boxes.imglist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.question-sec .options-boxes.imglist .option {
  width: 31%;
}
.question-sec .options-boxes.imglist .option a {
  display: block;
  margin-bottom: 9px;
  margin: 0 7px;
  transition: transform 0.2s;
  margin-bottom: 14px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 2.32px 0px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #707070;
  text-decoration: none;
  color: #100726;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.question-sec .options-boxes.imglist .option a:hover {
  text-decoration: none;
  background: #6B37DC;
  border: 1px solid #6B37DC;
  color: #ffffff;
}
.question-sec .options-boxes.imglist .option a p {
  padding: 10px;
}
.question-sec .options-boxes.imglist .option a img {
  width: 100%;
  border-radius: 10px;
}
.question-sec .options-boxes.imglist .img_ser {
  padding: 10px;
  padding-bottom: 0;
}
.question-sec .options-boxes.imglist .img_ser img {
  width: 100%;
  border-radius: 10px;
}
.question-sec .options-boxes.imglist figcaption {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.question-sec .options-boxes.friendside-questions .option a:hover {
  background: none;
  border: 1px solid #707070;
  color: inherit;
}
.question-sec .options-boxes.friendside-questions .red a {
  background: #e53b17 !important;
  color: #ffffff !important;
}
.question-sec .options-boxes.friendside-questions .red a figcaption {
  color: #ffffff !important;
}
.question-sec .options-boxes.friendside-questions .green a {
  background: #57ac30 !important;
  color: #ffffff !important;
}
.question-sec .options-boxes.friendside-questions .green a figcaption {
  color: #ffffff !important;
}
.question-sec .question-skip {
  text-align: center;
  padding: 20px 0 30px;
}
.question-sec .question-skip a {
  color: #636363;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.question-sec .question-skip a:hover {
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .question-sec .question-section {
    padding: 0 15px;
  }
  .question-sec .question-pbox {
    padding: 8px 10px;
  }
  .question-sec .question-pbox ul {
    height: 34px;
  }
  .question-sec .question-pbox li span {
    width: 19px;
    height: 19px;
    font-size: 12px;
  }
  .question-sec .question-pbox .question-pbox-activebg {
    height: 25px;
    left: 7px;
  }
  .question-sec .options-boxes.imglist .option {
    width: 49%;
  }
}

.question-section .questions .options-boxes.imglist33 .imglist,
.question-section .questions .options-boxes.imglist50 .imglist {
  border-radius: 14px;
}
.sync_quiz .other-user-stats ul .bff-name {
  font-weight: 400 !important;
}

.quizscoresec {
  padding: 0px 0 10px;
}

.share-page-sec {
  margin-top: 40px;
  padding: 40px 0;
  background: linear-gradient(179.68deg, rgba(255, 243, 237, 0.8) -12.94%, rgba(255, 186, 133, 0.8) 193.27%);
}
.share-page-sec .share-heading {
  text-align: center;
  padding-bottom: 10px;
}
.share-page-sec .share-heading-title {
  color: #100726;
  font-size: 24px;
  font-weight: 700;
}
.share-page-sec .share-heading-title span {
  color: #6B37DC;
}
.share-page-sec .share-heading-subtitle {
  padding-top: 5px;
  color: #100726;
  font-size: 20px;
  font-weight: 300;
}
.share-page-sec .share-link-sign-img {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .share-page-sec .share-heading-subtitle {
    font-size: 16px;
  }
}

.mps-container {
  box-shadow: 2.5px 0px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-bottom: 0;
  border-radius: 15px;
  padding: 10px 30px;
  background: #FFF8F8;
}

.mps-header {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #100726;
  margin: 20px 0;
}

.mps-leaderboard {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.mps-profile-card-main {
  width: 140px;
}

.mps-profile-card {
  border-radius: 20px 20px 0 0;
  padding: 12px 20px;
  text-align: center;
  position: relative;
}

.mps-profile-card.mps-second {
  background: linear-gradient(180deg, #14B4CF 0%, #73D0DA 100%);
  height: 90px;
  order: 1;
}

.mps-profile-card.mps-first {
  background: linear-gradient(180deg, #D99D04 0%, #FFDF01 100%);
  height: 116px;
  order: 2;
}

.mps-profile-card.mps-third {
  background: linear-gradient(180deg, #FA4051 0%, #FF5C6A 100%);
  height: 76px;
  order: 3;
}

.mps-profile-name {
  font-size: 18px;
  font-weight: 600;
  color: #100726;
  margin-bottom: 5px;
  text-align: center;
}

.mps-score-badge {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 2px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #100726;
  margin-bottom: 5px;
  display: inline-block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mps-container {
    padding: 10px;
  }
  .mps-header {
    margin: 10px 0;
  }
  .mps-leaderboard {
    flex-direction: row;
    align-items: flex-end;
    gap: 3px;
    overflow-x: auto;
  }
  .mps-profile-name {
    font-size: 14px;
    margin-bottom: 0;
  }
  .mps-profile-card-main {
    width: 90px;
  }
  .mps-profile-card {
    flex-shrink: 0;
    padding: 12px 8px;
  }
  .mps-score-badge {
    font-size: 12px;
  }
  .mps-profile-card.mps-first,
  .mps-profile-card.mps-second,
  .mps-profile-card.mps-third {
    order: initial;
  }
}
@media (max-width: 370px) {
  .mps-profile-card-main {
    width: 72px;
  }
  .mps-profile-card.mps-first .mps-medal img {
    width: 58px;
  }
}
.share-section .share-box {
  margin-top: 10px;
}
.share-section .share-box .link-txt {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #150523;
  text-align: center;
}
.share-section .share-copy-sec {
  background: #FFF8F8;
  box-shadow: 2.5px 0px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-bottom: 0;
  border-radius: 15px;
  padding: 10px 30px;
}
.share-section .copy-link-area {
  position: relative;
}
.share-section .copy-link-area .copy-link {
  position: relative;
  background: #FFF1E9;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #707070;
  border-radius: 1px;
  font-size: 14px;
  color: #2A2A2A;
  padding: 10px 94px 10px 7px;
  text-align: left;
  border-radius: 8px;
}
.share-section .copy-link-area .copy-msg {
  width: 100%;
  display: flex;
  justify-content: center;
  visibility: hidden;
  padding-top: 5px;
}
.share-section .copy-link-area .copy-msg p {
  color: #e10303;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 0.9;
}
.share-section .copy-link-area button {
  position: absolute;
  top: 0px;
  right: 0;
  background: #6B37DC;
  border: 0;
  border-left: 1px solid #6B37DC;
  border-radius: 1px;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 10px;
  color: #ffffff;
  font-weight: 400;
  min-width: 55px;
  border-radius: 0 8px 8px 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.share-section .copy-link-area button:hover {
  background: #EAE1FF;
  color: #6B37DC;
}
.share-section .copy-link-area button:hover svg path {
  fill: #6B37DC;
}
.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;
  background: #FFF8F8;
  box-shadow: 2.5px 2.5px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-top: 0;
  border-radius: 15px;
  padding: 10px 30px;
}
.share-section .share-tabs .social-middle-tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.share-section .share-tabs .social-tabs.whatsapp {
  margin-bottom: 12px;
}
.share-section .share-tabs .social-tabs.whatsapp a {
  padding: 11px 0;
}
.share-section .share-tabs .social-tabs.whatsapp a img {
  width: 25px;
}
.share-section .share-tabs .social-tabs {
  text-align: center;
  width: 49%;
  border-radius: 1px;
  margin-bottom: 11px;
  border-radius: 8px;
}
.share-section .share-tabs .social-tabs img {
  margin-right: 10px;
  width: 15px;
}
.share-section .share-tabs .social-tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 14px 0;
  text-decoration: none;
}
.share-section .share-tabs .social-tabs .btn-txt {
  font-size: 14px;
  font-weight: 600;
}
.share-section .share-tabs .social-tabs .btn-txt span {
  font-size: 14px;
  font-weight: 600;
}
.share-section .share-tabs .social-tabs:hover {
  background: linear-gradient(90deg, #ff512f 0%, #f09819 100%);
}
.share-section .share-tabs .whatsapp {
  background: #25D366;
  width: 100%;
}
.share-section .share-tabs .whatsapp a .btn-txt {
  font-size: 18px;
}
.share-section .share-tabs .facebook {
  background: #415d95;
}
.share-section .share-tabs .messanger {
  background: linear-gradient(93.61deg, #01AFFF 0.8%, #016FFF 86.08%);
}
.share-section .share-tabs .snapchat {
  background: #FFFC00;
  width: 100%;
}
.share-section .share-tabs .snapchat a {
  color: #000000;
}
.share-section .share-tabs .twitter {
  background: #000000;
}
.share-section .share-tabs .insta {
  box-shadow: 0px 1px 4px #d8d2c4;
  background: linear-gradient(94.13deg, #515DD0 1.61%, #993BAA 48.38%, #D8457B 73.87%, #F6B96C 93.75%);
}
.share-section .share-tabs .line {
  background: #69BE49;
}
.share-section .share-tabs .kakao {
  background: #f1db2f;
}
.share-section .share-tabs .kakao a {
  color: #000000;
}
.share-section .share-tabs .share-btn-vk {
  background: #6694d2;
}
.share-section .share-tabs .tiktok {
  background: #ffe903 0% 0% no-repeat padding-box;
  width: 49%;
}
.share-section .share-tabs .tiktok:hover a {
  color: white;
}
.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 .a2a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  padding: 16px 0;
  background: #6B37DC;
  border-radius: 8px;
}
.share-section .share-tabs .more-plus-share .a2a_svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent !important;
}
.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: #fff;
  font-size: 16px;
  background: #3a3a3a;
  border-radius: 1px;
  padding: 13px 0 !important;
  border: 0;
  font-weight: 500;
}
.share-section .share-tabs .more-plus-share-mobile:hover {
  background: linear-gradient(90deg, #ff512f 0%, #f09819 100%);
}
.share-section .share-tabs .more-plus-share i {
  color: #fff;
  font-size: 11px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid white;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

[dir=rtl].share-section .copy-link-area button {
  left: 0;
  right: auto;
}

[dir=rtl].share-section .copy-link-area .copy-link {
  padding: 16px 0px 16px 138px !important;
}

@media (max-width: 767px) {
  [dir=rtl].share-section .copy-link-area .copy-link {
    padding: 12px 7px 9px 94px !important;
  }
}
#myModalInsta img {
  width: 100%;
  border-radius: 10px;
}
#myModalInsta .modal-body {
  background: #ffffff;
  text-align: left;
  margin: 10px;
  border-radius: 10px;
}
#myModalInsta .modal-body p {
  font-size: 16px;
  font-weight: 500;
}
#myModalInsta .modal-body span {
  font-size: 16px;
  font-weight: 500;
}

#myModalTiktok .modal-content {
  text-align: center;
}
#myModalTiktok .modal-body {
  background: #ffffff;
  text-align: left;
  margin: 10px;
  border-radius: 10px;
}
#myModalTiktok .modal-body p {
  font-size: 16px;
  font-weight: 500;
}
#myModalTiktok .modal-body span {
  font-size: 16px;
  font-weight: 500;
}

.modal-footer button {
  background: linear-gradient(90deg, #ff512f 0%, #f09819 100%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border: none;
}

.friend-board-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.friend-board-btn p {
  font-size: 16px;
  color: #1D1D1B;
  font-weight: 600;
  text-align: center;
}
.friend-board-btn a {
  border-radius: 1px;
  background: #FEB415;
  border: 1px solid #DE9800;
  padding: 16px 0;
  font-size: 18px;
  line-height: 17px;
  width: 100%;
  color: #100726;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  border-radius: 8px;
  width: 364px;
}
.friend-board-btn a:hover {
  background: #bc8100;
}
.friend-board-btn a:active {
  transform: scale(0.95);
}

.del-quiz-btn a {
  background: #FFF5E1;
  color: #100726;
  border: 1px solid #DE9800;
}
.del-quiz-btn a:hover {
  color: #ffffff;
}

.friendboard-heading {
  font-size: 24px;
  line-height: 30px;
  color: #100726;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}
.friendboard-heading span {
  color: #6B37DC;
}

.bff-scorebrd-loader {
  text-align: center;
}
.bff-scorebrd-loader img {
  width: 100px;
}

.friendboard-sec {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
  margin: 0 auto;
}
.friendboard-sec .friendboard-txt {
  font-weight: 400;
  line-height: 16px;
  color: #100726;
}
.friendboard-sec .friend-scoreboard {
  box-shadow: 2.5px 2.5px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-top: 0;
  border-radius: 15px;
  padding: 10px 30px;
  background: #FFF8F8;
}
.friendboard-sec .friend-scoreboard ul {
  border: 1.4px solid rgba(158, 65, 0, 0.2);
  border-radius: 5px;
}
.friendboard-sec .friend-scoreboard ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 16px 40px;
  color: #0683E4;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid rgba(158, 65, 0, 0.2);
}
.friendboard-sec .friend-scoreboard ul li span {
  width: 25%;
  font-size: 16px;
  color: #100726;
}
.friendboard-sec .friend-scoreboard ul li span i {
  font-size: 25px;
}
.friendboard-sec .friend-scoreboard ul li:first-child {
  background: #ECD3C6;
  color: #100726;
  border: 0;
  padding: 8px 20px 8px 40px;
  border-radius: 5px 5px 0 0;
}
.friendboard-sec .friend-scoreboard ul li::before, .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: 35px;
  height: 36px;
  left: 12px;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(2)::before {
  background: url("../../../public/images/mfqpeach/1st.svg") no-repeat;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(3)::before {
  background: url("../../../public/images/mfqpeach/2nd.svg") no-repeat;
}
.friendboard-sec .friend-scoreboard ul li:nth-child(4)::before {
  background: url("../../../public/images/mfqpeach/3rd.svg") no-repeat;
}
.friendboard-sec .friend-scoreboard ul li:last-child {
  border-radius: 0 0 5px 5px;
}
.friendboard-sec .friend-scoreboard ul .bff-name {
  width: 35%;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.friendboard-sec .friend-scoreboard ul .bff-name a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #100726;
}
.friendboard-sec .friend-scoreboard ul .bff-name a:hover {
  text-decoration: none;
}
.friendboard-sec .friend-scoreboard ul .bff-score .bff-score-txt {
  font-weight: 600;
}
.friendboard-sec .friend-scoreboard ul .bff-score a {
  font-weight: 600;
  color: #100726;
}
.friendboard-sec .friend-scoreboard ul .bff-score a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .friendboard-sec .friend-scoreboard {
    padding: 10px;
  }
}

[dir=rtl] .friendboard-sec .friend-scoreboard ul li::before {
  right: 12px;
  left: auto;
}

[dir=rtl] .friendboard-sec .friend-scoreboard ul li {
  padding: 16px 40px 16px 20px;
}

.congrats-sec {
  text-align: center;
  margin-top: 40px;
  color: #100726;
  box-shadow: 2.5px 0px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-bottom: 0;
  border-radius: 15px;
  padding: 20px 30px;
  background: #FFF8F8;
}
.congrats-sec .congrats-heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #100726;
}
.congrats-sec .congrats-score {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  padding: 16px 0 20px;
  color: #2A2A2A;
}
.congrats-sec .congrats-score span {
  color: #6B37DC;
}
.congrats-sec .congrats-txt {
  font-size: 16px;
  line-height: 21px;
  color: #2A2A2A;
}

.create-quiz-btn-bottom {
  padding-top: 20px;
}
.create-quiz-btn-bottom .create-quiz-btn {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.create-quiz-btn-bottom .create-quiz-btn a {
  border-radius: 25px;
  background: #F4B400;
  border: 1.07px solid #DE9800;
  border-radius: 16px;
  padding: 17px 0;
  font-size: 18px;
  line-height: 16px;
  width: 100%;
  color: #100726;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.create-quiz-btn-bottom .create-quiz-btn a:active {
  transform: scale(0.95);
}
@media (max-width: 767px) {
  .create-quiz-btn-bottom {
    padding: 0 15px;
    padding-top: 20px;
  }
}

.viewans-page-sec {
  margin-top: 40px;
  padding: 40px 0;
  background: linear-gradient(179.68deg, rgba(255, 243, 237, 0.8) -12.94%, rgba(255, 186, 133, 0.8) 193.27%);
}
.viewans-page-sec .viewans-heading {
  text-align: center;
  font-size: 24px;
  line-height: 43px;
  color: #100726;
  font-weight: bold;
  box-shadow: 2.5px 0px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-bottom: 0;
  border-radius: 15px;
  padding: 10px 30px;
  background: #FFF8F8;
}
@media (max-width: 767px) {
  .viewans-page-sec .main-container {
    padding: 0 15px;
  }
}

.result-sec {
  padding: 15px 0;
  margin-bottom: 10px;
  border-radius: 16px;
  box-shadow: 2.5px 2.5px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-top: 0;
  border-radius: 15px;
  padding: 10px 30px;
  background: #FFF8F8;
  padding-bottom: 20px;
}
.result-sec .result-quesans {
  margin-top: 23px;
}
.result-sec .result-quesans .quests {
  display: flex;
  justify-content: left;
  background: none;
  padding: 14px 0;
  border-radius: 10px;
}
.result-sec .result-quesans .quests .qaunt {
  margin-right: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-weight: 600;
  padding-top: 2px;
}
.result-sec .result-quesans .quests .ques {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-weight: 600;
}
.result-sec .result-quesans .ans {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #100726;
  position: relative;
}
.result-sec .result-quesans .ans .option {
  display: inline-block;
  background: #ffffff;
  margin: 17px;
  border-radius: 10px;
  width: 175px;
}
.result-sec .result-quesans .ans .option img {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
}
.result-sec .result-quesans .ans .option figcaption {
  text-align: center;
  color: #150523;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  padding: 13px 5px;
}
.result-sec .result-quesans .ans .wrong {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.result-sec .result-quesans .ans span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #32233E;
}
.result-sec .result-quesans .ans.right-answer {
  border: 1.5px solid #27AE60;
  background: #D6F1D9;
  border-radius: 8px;
}
.result-sec .result-quesans .ans.wrong-answer {
  border: 1.5px solid #EB5757;
  background: #FED8D5;
  border-radius: 8px;
}
.result-sec .ad_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gauge-meter .gauge-meter-bg {
  margin: 0 auto;
  width: 241px;
  height: 120px;
  position: relative;
}
.gauge-meter .gauge-meter-bg .gauge-meter-bg-img {
  width: 100%;
}
.gauge-meter .gauge-semicircle {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.gauge-meter .gauge-needle {
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(-90deg);
  transition: transform 1s ease-in-out; /* smooth animation */
}
.gauge-meter .gauge-value {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 3;
  color: #6B37DC;
  font-size: 19px;
  font-weight: 700;
}

.result-page-sec {
  background: linear-gradient(179.68deg, rgba(255, 243, 237, 0.8) -12.94%, rgba(255, 186, 133, 0.8) 193.27%);
  border-width: 1px, 0px, 1px, 0px;
  border-style: solid;
  border-color: rgba(158, 65, 0, 0.2);
  padding: 30px 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .result-page-sec {
    padding: 30px 15px;
  }
}

.mpq-create-quiz-btn {
  box-shadow: 2.5px 2.5px 0px 0px #973F01;
  border: 1.5px solid #973F01;
  border-top: 0;
  border-radius: 15px;
  padding: 10px 30px;
  background: #FFF8F8;
  padding-bottom: 20px;
}
.mpq-create-quiz-btn .create-quiz-btn {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.mpq-create-quiz-btn .create-quiz-btn a {
  border-radius: 25px;
  background: #F4B400;
  border: 1.07px solid #DE9800;
  border-radius: 16px;
  padding: 17px 0;
  font-size: 18px;
  line-height: 16px;
  width: 100%;
  color: #100726;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.mpq-create-quiz-btn .create-quiz-btn a:active {
  transform: scale(0.95);
}

.bd-sec {
  margin: 40px 20px 40px 20px;
  background: #ffffff;
  border: 5px solid #000000;
  border-radius: 10px;
}
.bd-sec .bd-img {
  margin-bottom: 10px;
}
.bd-sec .bd-img img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.bd-sec .a2a_kit {
  padding-left: 20px;
  padding-bottom: 20px;
}
.bd-sec .bd-heading {
  font-size: 25px;
  line-height: 28px;
  color: #000000;
  margin: 0 20px;
  padding-bottom: 10px;
  font-weight: 700;
}
.bd-sec .bd-content {
  color: #000000;
  padding: 10px 20px;
}
.bd-sec .bd-content p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
}
.bd-sec .bd-content h2,
.bd-sec .bd-content h3 {
  font-size: 18px;
}

.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: 500px;
  width: 100%;
  margin: 0 auto;
}
#language_popup .modal-body {
  padding: 21px;
}
#language_popup .pop_header {
  position: relative;
}
#language_popup .pop_header h3 {
  color: #100726;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}
#language_popup .pop_header .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 19px;
  height: 19px;
  opacity: 1;
}
#language_popup .pop_con ul {
  padding-left: 5%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 5%;
}
#language_popup .pop_con ul a {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 2px;
  color: #100726;
  text-decoration: none;
  border-radius: 8px;
}
#language_popup .pop_con ul a:hover, #language_popup .pop_con ul a:active {
  background: #6B37DC;
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 768px) {
  .home-section {
    padding: 20px 14px 0;
  }
  .home-section .start-sec h1 {
    padding-top: 4px;
    font-size: 52px;
    line-height: 48px;
  }
  .home-section .start-sec h1 span {
    font-size: 52px;
    line-height: 65px;
  }
  .home-section .start-sec .start-link a {
    font-size: 22px;
    line-height: 24px;
    padding: 20px 0px;
    border-radius: 14px;
  }
  .blog-section {
    padding: 0 14px;
  }
  .blog-section .blog-heading span {
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
  }
  .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*/
  /*question page*/
  .question-section .questions {
    margin: 0;
  }
  .share-section .share-heading span:first-child {
    font-size: 36px;
    line-height: 54px;
  }
  .share-section .share-heading span:last-child {
    font-size: 20px;
    line-height: 30px;
  }
  .share-section .share-box .link-txt {
    font-size: 18px;
    line-height: 30px;
  }
  .share-section .copy-link-area .copy-link {
    font-size: 16px;
    padding: 10px 148px 10px 20px;
  }
  .share-section .copy-link-area .copy-msg p {
    font-size: 16px;
  }
  .share-section .copy-link-area button {
    min-width: 128px;
    font-size: 16px;
  }
  .congrats-sec .congrats-heading {
    font-size: 24px;
    line-height: 33px;
  }
  .congrats-sec .congrats-score {
    font-size: 18px;
    line-height: 22px;
  }
  .congrats-sec .congrats-txt {
    font-size: 16px;
    line-height: 19px;
    padding-top: 12px;
  }
  .congrats-sec .create-quiz-btn {
    display: flex;
    justify-content: center;
  }
  .congrats-sec .create-quiz-btn a {
    font-size: 16px;
    line-height: 21px;
    width: 412px;
    padding: 15px;
  }
  .create-quiz-btn-bottom .create-quiz-btn {
    display: flex;
    justify-content: center;
  }
  .create-quiz-btn-bottom .create-quiz-btn a {
    font-size: 16px;
    line-height: 21px;
    width: 412px;
    padding: 15px;
  }
  .modal-dialog {
    width: 728px;
  }
  .bd-sec {
    margin: 40px 5px 0px 5px;
    border-radius: 20px;
    border: 9px solid #000000;
  }
  .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;
    gap: 10px;
  }
  #language_popup .pop_con ul a {
    min-width: 185px;
  }
  .language-dropdown:hover .lang-select {
    display: block;
  }
  .language-dropdown:hover .lang-select::before {
    visibility: visible;
  }
}
.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 start***************/
footer {
  background: #6b37dc;
  text-align: center;
  padding: 23px 15px 75px;
}

.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 {
  margin-bottom: 5px;
}
.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;
  font-weight: 700;
  line-height: 21px;
}

.link_copied_sec {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

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

@media (max-width: 480px) {
  .static_ads {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .nav_sec {
    padding: 0;
  }
  header #menu li a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
  }
  header .menu_sec .nav_container {
    padding: 20px 10px;
  }
  .language-dropdown:hover .lang-select::before {
    visibility: visible;
  }
  .lang-select {
    width: 160px;
  }
  .menu_btn_logo {
    padding: 10px;
  }
  .home-section .start-sec {
    border-radius: 20px;
  }
  .home-section .start-sec a {
    box-shadow: 2px -0.3px 0px 0px #9b4000;
  }
  .home-section .start-sec h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .home-section .start-sec .start-link a {
    padding: 9px 42px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 8px;
  }
  .blog-section .blog-sec-boxes .blog-list .blog-box {
    margin-bottom: 10px;
  }
  .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-heading {
    text-align: center;
    padding-right: 10px;
  }
  .blog-section .blog-sec-boxes .blog-list .blog-box .blog-txt .box-txt {
    font-size: 14px;
    line-height: 19px;
    padding-right: 10px;
  }
  .blog-section .show-more-btns {
    padding: 2px 0 10px;
  }
  .share-section {
    width: auto;
    padding: 5px 12px;
    border-radius: 16px;
  }
  .share-section .share-copy-sec {
    padding: 10px;
  }
  .share-section .copy-link-area .copy-link,
  .share-section .copy-link-area button {
    font-size: 14px;
  }
  .share-section .copy-link-area .copy-msg p {
    margin-bottom: 0;
  }
  .share-section .share-tabs {
    padding: 10px;
  }
  .share-section .share-tabs .whatsapp a .btn-txt {
    font-size: 16px;
    line-height: 19px;
  }
  .share-section .share-tabs .social-tabs.whatsapp a {
    padding: 11px 0;
  }
  .share-section .share-tabs .social-tabs {
    margin-bottom: 7px;
  }
  .share-section .share-tabs .social-tabs img {
    width: 19px;
  }
  .share-section .share-tabs .social-tabs a {
    padding: 13px 0;
    font-size: 16px;
    font-weight: 500;
  }
  .share-section .share-tabs .social-tabs .btn-txt {
    font-size: 16px;
  }
  .share-section .share-tabs .social-tabs .btn-txt span {
    font-size: 16px;
  }
  .friend-board-btn {
    padding: 0px;
  }
  .friend-board-btn p {
    font-size: 14px;
  }
  .friend-board-btn a {
    width: 310px;
  }
  .quizscoresec {
    margin: 0 10px auto;
    border-radius: 16px;
  }
  #language_popup .pop_header h3 {
    font-size: 16px;
  }
  #language_popup .pop_con ul {
    margin-bottom: 0;
    padding-top: 15px;
  }
  #language_popup .pop_con ul li {
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
  }
  #language_popup .pop_con ul li a {
    padding: 12px 0;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .result-sec {
    padding: 10px;
  }
  .result-sec .result-heading {
    font-size: 18px;
    line-height: 20px;
  }
  .result-sec .result-quesans {
    margin-top: 15px;
  }
  .result-sec .result-quesans .ans .option figcaption {
    font-size: 16px;
    line-height: 19px;
  }
  .result-sec .result-quesans .ans span {
    font-size: 16px;
    line-height: 19px;
  }
  .user_scoreboard .friendboard-sec .friend-scoreboard ul .bff-view {
    padding-left: 0px;
  }
  .sync_quiz .friendboard-sec .friend-scoreboard ul .bff-view-uf {
    padding-left: 0px;
  }
  .congrats-score-sec {
    padding: 0 20px;
  }
  .sync_quiz .other-user-stats {
    margin: 20px 8px 0;
  }
  .friendboard-heading {
    font-weight: 600;
  }
  .langlist-active {
    display: block;
  }
  .congrats-sec .congrats-heading {
    font-size: 26px;
    line-height: 30px;
  }
  .congrats-sec .congrats-score {
    font-size: 18px;
  }
}
/*****************footer end*********************/
.smart-scrool::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.smart-scrool::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}

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

.copyright {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.cms-page {
  text-align: center;
}
.cms-page .cms-page-heading h1 {
  font-size: 20px;
  color: #e43a15;
  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: 500;
  color: #000000;
}
.cms-page .cms-page-content a {
  color: blue;
}

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

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

.result .other-user-stats {
  margin-top: 21px;
}

.chart-sec svg path {
  will-change: auto;
  stroke-width: 15px;
  stroke-miterlimit: round;
  transition: stroke-dashoffset 850ms ease-in-out;
  stroke-linecap: round;
}
.chart-sec path.meter {
  stroke: url(#gradient);
}

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

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

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

.delete_quiz_popup .modal-body {
  background: linear-gradient(181.14deg, rgba(255, 243, 237, 0.8) -15.09%, rgba(255, 186, 133, 0.8) 191.31%);
}

.delete_quiz_btns .btn {
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 7px 12px;
  text-shadow: none;
  border: 1px solid #6B37DC;
  color: #6B37DC;
  background: #ffffff;
  width: 150px;
  margin: 0 10px;
}

.delete_quiz_btns a.btn {
  background: #6B37DC;
  color: #ffffff;
  border: 0;
}

#del_quiz_popup h4 {
  margin-bottom: 0;
}
#del_quiz_popup p {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
}

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

.custom-vignate-btn {
  background: #FEB415;
  border: 1.07px solid #DE9800;
  padding: 10px 20px;
  border-radius: 5px;
  color: #100726;
  font-size: 18px;
  font-weight: 700;
  width: 300px;
  text-align: center;
}

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

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

/* add css for popup top spaces*/
.modal.in .modal-dialog {
  padding-top: 130px;
}

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

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

/* add css for popup top spaces*/
.modal.in .modal-dialog {
  padding-top: 130px;
}

.adv-bottom-space {
  padding-bottom: 40px;
}

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

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

@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 {
  max-width: 85%;
  margin: 0 auto;
  padding-top: 30px;
}

.create-new-quiz-btn a:hover {
  color: #ffffff;
}

/*  */
.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: #6B37DC;
  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: #6B37DC !important;
  font-weight: 800;
}

.view-answer-rewarded {
  background: #6B37DC;
  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;
  }
}
/*** seo blog css***/
.seo_blog_sec {
  border-radius: 40px;
  background: #ffffff;
  box-shadow: -4px -4px 12px 0px rgba(0, 0, 0, 0.1), 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 30px 48px;
}
.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;
  margin-bottom: 5px;
}
.seo_blog_desc ul {
  padding-left: 15px;
  list-style: disc;
}

/***social profing css***/
.user-quiz-played-number {
  font-size: 18px;
  color: #4C4C4C;
  font-weight: 500;
}
.user-quiz-played-number span {
  font-size: 20px;
  padding-right: 5px;
  font-weight: 700;
  color: #6B37DC;
}

/**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);
  }
  35%, 45% {
    transform: rotate(1deg) scale(1);
  }
}
.share-show-more-btns {
  display: none;
}

.modal-backdrop.in {
  opacity: 0.75;
}

.modal-content {
  background: rgb(255, 243, 237);
}
.modal-content .mfqcrossimg {
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 1;
}
.modal-content .close {
  opacity: 1;
}
.modal-content h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #100726;
  padding-bottom: 10px;
}

.load-more-btn {
  display: flex;
  justify-content: center;
}
.load-more-btn a {
  border: 1.08px solid #6B37DC;
  width: 133px;
  display: inline-block;
  color: #6B37DC;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 700;
}

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