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

body {
  font-family: "Montserrat", sans-serif;
  background: #F7F8FB;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

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

/*****Realtest container***/
.main-container {
  max-width: 747px;
  margin: 0 auto;
}

header {
  margin-bottom: 40px;
}

nav {
  position: relative;
  top: 5px;
  transition: 0.3s;
}

.main-menu-disabled {
  margin-top: -52px;
  transition: 0.3s;
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  height: 52px;
}

.menu-hamburger {
  background: #5B4FF2 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 9px rgba(91, 79, 242, 0.3882352941);
  border-radius: 0px 55px 55px 0px;
  position: absolute;
  width: 29%;
  text-align: right;
  padding: 16px;
  top: 0px;
  z-index: 10;
}
.menu-hamburger span {
  display: flex;
  justify-content: right;
}
.menu-hamburger span img {
  transition: 1s;
}
.menu-hamburger span img:hover {
  transform: rotate(360deg);
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lang_icon {
  width: 55px;
  height: 46px;
  padding: 10px;
}

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

.language-dropdown {
  position: absolute;
  right: 0;
  top: 0;
}

.lang-select {
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  width: 130px;
  right: 0;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 4px #cccccc;
}
.lang-select::before {
  position: absolute;
  top: -4px;
  right: 27px;
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  /* border-radius: 16px; */
  border-left: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  visibility: hidden;
  z-index: -1;
}
.lang-select ul {
  margin-bottom: 0;
  text-align: center;
  max-height: 200px;
  overflow-x: hidden;
}
.lang-select ul li {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  color: #000000;
  background: #ffffff;
  padding: 5px 0;
}
.lang-select ul li:hover {
  background: #cccccc;
  color: #ffffff;
}
.lang-select:hover::before {
  visibility: visible;
}

/********slide menu************/
.slide-menu {
  width: 96.5%;
  position: absolute;
  transform: translate(-100%);
  top: 0;
  z-index: 99;
  transition: 0.7s;
  left: -97%;
}
.slide-menu .slide-menu-head {
  position: absolute;
  width: 100%;
  padding: 26px 0;
  background: #5B4FF2 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 9px rgba(160, 153, 255, 0.4);
  border-radius: 0px 55px 55px 0px;
  z-index: -1;
}
.slide-menu .slide-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-menu .slide-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -40%);
  cursor: pointer;
}
.slide-menu .slide-menu-link {
  width: 96%;
  background: #5B4FF2 0% 0% no-repeat padding-box;
  box-shadow: 7px 0px 9px rgba(91, 79, 242, 0.4);
  padding: 30px;
}
.slide-menu .slide-menu-inner-sec {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
}
.slide-menu .slide-menu-list {
  max-width: 572px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}
.slide-menu .slide-menu-list li {
  margin-bottom: 20px;
}
.slide-menu .slide-menu-list li a {
  background: #F1F4FD 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 15px 0;
  font-size: 20px;
  line-height: 24px;
  color: #1C1A3D;
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.slide-menu .slide-menu-social, .slide-menu .slide-menu-copyright {
  text-align: center;
}
.slide-menu .slide-menu-social a {
  display: inline-block;
  margin: 0 5px;
}
.slide-menu .slide-menu-copyright {
  color: #5B4FF2;
  font-size: 12px;
  line-height: 10px;
  padding: 10px 0;
}

.slide-menu-active {
  position: relative;
  transform: translate(0%);
  transition: 0.5s;
  left: 0;
}

@media (max-width: 767px) {
  header .main-container {
    max-width: 100%;
    padding: 0;
  }
  .menu-hamburger {
    width: 17%;
  }
  .slide-menu .slide-menu-link {
    width: 86%;
    padding: 20px;
  }
  .slide-menu .slide-menu-list li {
    padding: 0 20px;
  }
  .slide-menu .slide-menu-list li {
    margin-bottom: 8px;
  }
  .slide-menu .slide-menu-list li a {
    font-size: 16px;
    line-height: 19px;
  }
  .langlist-active {
    display: block;
  }
}
@media (min-width: 768px) {
  .language-dropdown:hover .lang-select {
    display: block;
  }
  .language-dropdown:hover .lang-select::before {
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .language-dropdown:hover .lang-select::before {
    visibility: visible;
  }
}
.smart-scrool::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #e4e4e4;
}

.smart-scrool::-webkit-scrollbar {
  width: 10;
  background-color: white;
}

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

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.animations-disabled, .animations-disabled [data-animation] {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
  animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomOut {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
}

.zoomReverseOut {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-direction: reverse;
}

.top-ad-div,
.bottom-ad-div {
  display: flex;
  justify-content: center;
}

.bottom-ad-div {
  padding-bottom: 40px;
}

.foot_ads_sec {
  padding-top: 40px;
}

.bottom_dfp_ad {
  padding-top: 40px;
}

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

.custom_ad {
  text-align: center;
  padding-top: 40px;
}
.custom_ad .ad_center {
  display: inline-block;
}

.home-main-sec {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  text-align: center;
  margin-top: 40px;
  padding: 5px;
}

.home-main-sec-img {
  width: 200px;
  margin: 0 auto;
}

.home-main-sec-imgfull {
  padding: 20px;
}
.home-main-sec-imgfull img {
  width: 100%;
  border-radius: 22px;
}

.home-main-sec-txt {
  font-size: 40px;
  line-height: 50px;
  color: #1C1A3D;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
  text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
}
.home-main-sec-txt span {
  color: #FE8C00;
}

.home-real-fake {
  position: relative;
  height: 255px;
  padding-top: 10px;
}
.home-real-fake .real-fake-txt {
  font-size: 68px;
  line-height: 67px;
  font-weight: bold;
  position: absolute;
  width: 355px;
}
.home-real-fake .real {
  color: #F22C71;
  left: 0;
  text-align: right;
}
.home-real-fake .fake {
  color: #C31ADD;
  bottom: 0;
  right: 0;
  text-align: left;
}
.home-real-fake::after {
  content: "";
  height: 243px;
  width: 8px;
  background: #5B4FF2;
  position: absolute;
  border-radius: 10px;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  rotate: 43deg;
}
.home-real-fake::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 30px;
}

.home-crete-quiz-btn {
  padding: 20px 0 30px;
}
.home-crete-quiz-btn a {
  box-shadow: 0px 8px 9px rgba(91, 79, 242, 0.3882352941);
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  width: 400px;
  color: #FFFFFF;
  display: inline-block;
  padding: 18px 0;
  text-decoration: none;
  border-radius: 30px;
  background: #5B4FF2;
}
.home-crete-quiz-btn a:active {
  background: #F22C71;
}

.circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.circle:before,
.circle:after {
  content: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #7c73f4;
  border-radius: 50%;
}

.circle:before {
  animation: ripple 2s linear infinite;
}

.circle:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.home-main-blog {
  padding: 40px 0;
}
.home-main-blog .home-main-blog-head {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 30px;
  position: relative;
}
.home-main-blog .home-main-blog-head:after {
  content: "";
  position: absolute;
  width: 84px;
  height: 9px;
  background: url(../../images/realtest/blog-shape.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, 4px);
}
.home-main-blog .home-main-blog-boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 17px;
}
.home-main-blog .home-main-blog-box {
  position: relative;
  margin-bottom: 17px;
}
.home-main-blog .home-main-blog-box .home-main-blog-txt {
  position: absolute;
  width: 100%;
  color: #ffffff;
  bottom: 50px;
  padding: 0 14px;
}
.home-main-blog .home-main-blog-box .home-main-blog-txt .home-main-blog-title {
  font-size: 18px;
  line-height: 22px;
}
.home-main-blog .home-main-blog-box .home-main-blog-txt .home-main-blog-des {
  font-size: 14px;
  line-height: 24px;
}
.home-main-blog .home-main-blog-box a {
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
  color: #ffffff;
  border-radius: 30px 0 30px 0;
  width: 125px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background: linear-gradient(to right, #E13D4C 50%, #5B4FF2 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease;
}
.home-main-blog .home-main-blog-box a:hover {
  background-position: right bottom;
}
.home-main-blog .home-main-blog-img {
  position: relative;
  font-size: 2px;
}
.home-main-blog .home-main-blog-img img {
  border-radius: 30px;
  width: 340px;
  height: 425px;
}
.home-main-blog .home-main-blog-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.25;
  position: absolute;
  border-radius: 30px;
}
.home-main-blog .home-main-blog-img:hover::before {
  opacity: 0.7;
  transition: 0.5s;
}
.home-main-blog .home-more-blog {
  text-align: center;
  padding-top: 10px;
}
.home-main-blog .home-more-blog button {
  background: #5B4FF2 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 9px rgba(91, 79, 242, 0.4);
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  width: 140px;
  padding: 10px;
  border: 0;
  background: linear-gradient(to right, #5B4FF2 50%, #F22C71 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease;
  margin: 0 10px;
}
.home-main-blog .home-more-blog button:hover {
  background-position: right bottom;
}

/************blog detail*************/
.blog-detail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  margin: 40px 0;
}
.blog-detail .blog-detail-img {
  padding: 14px;
}
.blog-detail .blog-detail-img img {
  width: 100%;
  border-radius: 30px;
}
.blog-detail .blog-detail-content {
  margin-top: 30px;
  padding: 0 18px;
  padding-bottom: 30px;
}
.blog-detail .blog-detail-content h1 {
  font-size: 25px;
  line-height: 30px;
  color: #23272B;
}
.blog-detail .blog-detail-content h2 {
  padding-top: 20px;
}
.blog-detail .blog-detail-content p {
  margin: 0;
  padding-top: 10px;
  color: #959595;
  font-size: 14px;
  line-height: 24px;
}

/***********play page*********/
.play-page-cat-head {
  color: #1C1A3D;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  padding-top: 40px;
}

.play-detail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  margin: 25px 0px 0px;
}
.play-detail .play-detail-head {
  text-align: center;
  font-size: 40px;
  line-height: 57px;
  color: #000000;
  font-weight: 600;
  padding: 25px 0 10px;
}
.play-detail .play-detail-head span {
  color: #FF8500;
}
.play-detail .play-detail-img {
  width: 100px;
  margin: 0 auto;
}
.play-detail .playlist-text {
  max-width: 460px;
  margin: 0 auto;
  padding-top: 30px;
}
.play-detail .playlist-text .list-heading {
  font-size: 24px;
  color: #5B4FF2;
  font-weight: bold;
}
.play-detail .playlist-text ul {
  padding-top: 20px;
  padding-bottom: 30px;
}
.play-detail .playlist-text ul li {
  font-size: 16px;
  line-height: 24px;
  color: #1C1A3D;
  position: relative;
  padding-left: 20px;
}
.play-detail .playlist-text ul li::before {
  background: #5B4FF2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
}
.play-detail form {
  width: 400px;
  margin: 0 auto;
}
.play-detail form .form-group-control {
  margin-bottom: 12px;
}
.play-detail form .form-group-control input {
  border-radius: 30px;
  border: 0;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
  padding: 18px 0;
  font-weight: bold;
  background: #E1E9FA;
  color: #000000;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 35px;
  padding-right: 35px;
}
.play-detail form .form-group-control input::placeholder {
  color: #A9B9DB;
}
.play-detail form .form-group-control input:focus-visible {
  outline: none !important;
}
.play-detail form .form-group-control input[type=submit] {
  box-shadow: 0px 8px 9px rgba(91, 79, 242, 0.3882352941);
  color: #ffffff;
  margin-bottom: 30px;
  background: #5B4FF2;
}
.play-detail form .form-group-control input[type=submit]:hover {
  background: #F22C71;
}
.play-detail form .form-group-control .error {
  text-align: center;
}
.play-detail form .error-active input {
  border: 1px solid #D82737;
}
.play-detail form .error-active input::placeholder {
  color: #D82737;
}
.play-detail form .enter-name {
  position: relative;
}
.play-detail form .enter-name::before {
  content: "";
  background: url(../../images/realtest/name_user_ic.svg);
  width: 34px;
  height: 34px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0%, -50%);
}

[dir=rtl] .playlist-text ul li {
  padding-right: 20px;
}

[dir=rtl] .playlist-text ul li::before {
  right: 0;
}

.error {
  display: none;
}
.error span {
  border: 1px solid #DD2439;
  color: #D82737;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  padding: 0 10px;
}

.animate-errorX {
  -webkit-animation: shakeX 1s both;
  animation: shakeX 1s both;
}

@keyframes errorX {
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes errorX {
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
/*********gender page css **************/
.gender-detail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  margin: 40px 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 0;
}
.gender-detail .gender-detail-head {
  text-align: center;
  font-size: 40px;
  line-height: 57px;
  color: #2E2E2E;
  font-weight: 600;
  padding: 25px 0 10px;
}
.gender-detail .gender-detail-head span {
  color: #DD2439;
}
.gender-detail .gender-detail-boxes {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.gender-detail .gender-detail-box {
  text-align: center;
  padding: 17px 0 13px;
  border-radius: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1019607843);
  width: 264px;
}
.gender-detail .gender-detail-box img {
  border-radius: 50%;
}
.gender-detail .gender-detail-box .gender-txt {
  color: #2E2E2E;
  font-size: 28px;
  line-height: 30px;
  padding-top: 10px;
  font-weight: bold;
}
.gender-detail .gender-male {
  background: #C1E2FF 0% 0% no-repeat padding-box;
}
.gender-detail .gender-male:hover {
  background: #3096f0;
}
.gender-detail .gender-male:hover .gender-txt {
  color: #ffffff;
}
.gender-detail .gender-male:focus {
  background: #3096f0;
}
.gender-detail .gender-male:active {
  background: #3096f0;
}
.gender-detail .gender-male:visited {
  background: #3096f0;
}
.gender-detail .gender-female {
  background: #FBDAF4 0% 0% no-repeat padding-box;
}
.gender-detail .gender-female:hover {
  background: #ea4780;
}
.gender-detail .gender-female:hover .gender-txt {
  color: #ffffff;
}

.gendercoloranimate {
  -webkit-animation-name: filter-animation;
  animation-name: filter-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes filter-animation {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(359deg);
  }
  to {
    filter: hue-rotate(0deg);
  }
}
@keyframes filter-animation {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(359deg);
  }
  to {
    filter: hue-rotate(0deg);
  }
}
.placeholder\:text-secondary::-moz-placeholder {
  color: #0d3662;
}

.placeholder\:text-secondary::placeholder {
  color: #0d3662;
}

/*****share page********/
.share-detail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  text-align: center;
  margin-top: 40px;
}
.share-detail .share-detail-container {
  max-width: 401px;
  margin: 0 auto;
}
.share-detail .share-detail-topimg {
  width: 150px;
  margin: 0 auto;
}
.share-detail .share-detail-head {
  font-size: 22px;
  line-height: 25px;
  color: #1C1A3D;
  font-weight: 600;
  padding-top: 35px;
}
.share-detail .share-detail-head .share-head-first-word {
  color: #E1B128;
}
.share-detail .share-detail-head .share-head-last-word {
  color: #15C95D;
}
.share-detail .share-detail-subhead {
  font-size: 18px;
  line-height: 30px;
  color: #1C1A3D;
  padding: 13px 0 20px;
  font-weight: 500;
}
.share-detail .copy-share-url {
  background: #E5E7ED 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  font-size: 16px;
  line-height: 19px;
  border-radius: 30px;
  padding: 21px 50px;
  color: #1C1A3D;
  position: relative;
}
.share-detail .copy-share-url img {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0%, -50%);
  user-select: none;
}
.share-detail .copy-share-url span {
  width: 296px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-detail .link-copied {
  background: #FCB3CD 0% 0% no-repeat padding-box;
  border: 1px solid #FCB3CD;
  border-radius: 12px;
  color: #1C1A3D;
  font-size: 12px;
  line-height: 15px;
  width: 166px;
  display: inline-block;
}
.share-detail .defaulthide {
  display: none;
}
.share-detail .copy-share-btn {
  padding-top: 16px;
}
.share-detail .copy-share-btn button {
  border-radius: 30px;
  box-shadow: 0px 8px 9px rgba(244, 60, 125, 0.4);
  padding: 19px 0;
  border: 0;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  background: #F22C71;
}
.share-detail .copy-share-btn button:active {
  background: #5B4FF2;
}
.share-detail .social-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 14px;
}
.share-detail .social-icons .fullon {
  width: 100%;
}
.share-detail .social-icons .fullon span {
  padding-left: 13px;
}
.share-detail .social-icons .halfon {
  width: 48%;
}
.share-detail .social-icons .halfon img {
  width: 25px;
  margin-right: 5px;
}
.share-detail .social-icons li {
  margin-bottom: 10px;
}
.share-detail .social-icons li a {
  border-radius: 30px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  box-shadow: 0px 6px 14px rgba(60, 60, 60, 0.2);
  color: #ffffff;
  display: block;
  padding: 19px 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.share-detail .social-icons li a:hover {
  background: #a099ff;
}
.share-detail .social-icons li a .btn {
  padding: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  vertical-align: auto;
  touch-action: none;
  cursor: none;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
}
.share-detail .social-icons li a .facebook-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-detail .social-icons .whatsapp {
  background: #3CBB28 0% 0% no-repeat padding-box;
}
.share-detail .social-icons .insta_share_status {
  background: transparent linear-gradient(96deg, #F38251 0%, #D92C69 44%, #773F86 100%) 0% 0% no-repeat padding-box;
}
.share-detail .social-icons .facebook_share {
  background: #1E4FAD 0% 0% no-repeat padding-box;
}
.share-detail .social-icons .snapchat_share {
  background: #FEFB01 0% 0% no-repeat padding-box;
  color: #000000;
}
.share-detail .social-icons .twitter_share {
  background: #000000 0% 0% no-repeat padding-box;
}
.share-detail .social-icons .insta_share {
  background: transparent linear-gradient(106deg, #F38251 0%, #D32D6B 47%, #773F86 100%) 0% 0% no-repeat padding-box;
}
.share-detail .social-icons .vk_share {
  background: #5181B8 0% 0% no-repeat padding-box;
}
.share-detail .social-icons .telegram_share {
  background: #29AAEC 0% 0% no-repeat padding-box;
}
.share-detail .social-icons .kakao_share {
  background: #F1DB2F 0% 0% no-repeat padding-box;
  color: #000000;
}
.share-detail .social-icons .line_share {
  background: #22BA4F 0% 0% no-repeat padding-box;
}
.share-detail .social-icons .tiktok_share {
  background: #FFC805 0% 0% no-repeat padding-box;
  color: #000000;
}
.share-detail .social-icons .fbmesenger_share {
  background: #2895F3 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.share-detail .social-icons .a2any_share {
  background: #E0E8F9 0% 0% no-repeat padding-box;
  width: 100%;
}
.share-detail .social-icons .a2a_svg svg {
  display: none;
}

.share-detail[dir=rtl] .copy-share-url img {
  left: 12px !important;
  right: auto !important;
}

.check-friend-score {
  text-align: center;
  width: 401px;
  margin: 0 auto;
  padding-top: 30px;
}
.check-friend-score a {
  box-shadow: 0px 8px 9px rgba(91, 79, 242, 0.3882352941);
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  padding: 18px 0;
  display: block;
  font-weight: bold;
  background: #5B4FF2 50%;
}
.check-friend-score a:active {
  background: #F22C71;
}

.play-more-quiz {
  width: 245px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 40px;
}
.play-more-quiz a {
  box-shadow: 0px 8px 9px rgba(91, 79, 242, 0.3882352941);
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  font-weight: 600;
  background: linear-gradient(to right, #15C95D 50%, #F22C71 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease;
}
.play-more-quiz a:hover {
  background-position: right bottom;
}

/********scoreboard table********/
.scoreboard-detail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 15px 10px 30px;
  margin: 40px 0;
}
.scoreboard-detail .scoreboard-noscore {
  text-align: center;
  color: #1C1A3D;
  font-size: 20px;
  line-height: 30px;
  padding-top: 30px;
  font-weight: 500;
}
.scoreboard-detail .scoreboard-head {
  font-size: 32px;
  line-height: 32px;
  color: #1C1A3D;
  text-align: center;
  text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  font-weight: bold;
  padding-bottom: 15px;
}
.scoreboard-detail .scoreboard-table {
  background: #E1E9FA 0% 0% no-repeat padding-box;
  border-radius: 30px;
  padding: 0px 20px;
  padding-bottom: 35px;
}
.scoreboard-detail .scoreboard-table-head {
  display: flex;
  justify-content: space-evenly;
  padding: 15px 0 13px;
}
.scoreboard-detail .score-table-head-column {
  width: 20%;
  text-align: center;
}
.scoreboard-detail .score-table-head-column span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #1C1A3D;
}
.scoreboard-detail .score-table-head-column:first-child {
  width: 40%;
}
.scoreboard-detail .score-table-row ul {
  list-style: none;
}
.scoreboard-detail .score-table-row ul li {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 21px;
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
}
.scoreboard-detail .score-table-row ul li span {
  color: #DC6E0E;
}
.scoreboard-detail .score-table-row ul li:nth-child(1) {
  border: 1px solid #F9D01D;
}
.scoreboard-detail .score-table-row ul li:nth-child(1)::before {
  background: url(../../images/realtest/bronz_web_boy.png);
}
.scoreboard-detail .score-table-row ul li:nth-child(1) span {
  color: #08A83F;
}
.scoreboard-detail .score-table-row ul li:nth-child(2) {
  border: 1px solid #AAA9A9;
}
.scoreboard-detail .score-table-row ul li:nth-child(2)::before {
  background: url(../../images/realtest/gold_web_boy.png);
}
.scoreboard-detail .score-table-row ul li:nth-child(2) span {
  color: #DC6E0E;
}
.scoreboard-detail .score-table-row ul li:nth-child(3) {
  border: 1px solid #F89530;
}
.scoreboard-detail .score-table-row ul li:nth-child(3)::before {
  background: url(../../images/realtest/silver_web_boy.png);
}
.scoreboard-detail .score-table-row ul li:nth-child(3) span {
  color: #E2B60B;
}
.scoreboard-detail .score-table-row ul li::before {
  content: "";
  width: 41px;
  height: 38px;
  position: absolute;
  left: 0;
}
.scoreboard-detail .score-table-row ul li .score-table-row-column {
  width: 20%;
  text-align: center;
  font-size: 16px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}
.scoreboard-detail .score-table-row ul li .score-table-row-column:first-child {
  width: 40%;
}
.scoreboard-detail .score-table-row ul li .score-table-row-column:nth-child(3)::after {
  top: 0;
}
.scoreboard-detail .score-table-row ul li .score-table-row-column:last-child {
  border-right: 0;
}
.scoreboard-detail .score-table-row ul li .score-table-row-column.rtscoredir {
  direction: ltr;
}
.scoreboard-detail .score-table-row ul li.M::before {
  width: 35px;
  height: 35px;
  background: url("../../images/realtest/boy_web.png");
}
.scoreboard-detail .score-table-row ul li.F::before {
  width: 35px;
  height: 35px;
  background: url("../../images/realtest/girl_web.png");
}
.scoreboard-detail .score-table-row ul li.M:nth-child(1)::before {
  width: 41px;
  height: 38px;
  background: url("../../images/realtest/gold_web_boy.png");
}
.scoreboard-detail .score-table-row ul li.M:nth-child(2)::before {
  width: 41px;
  height: 38px;
  background: url("../../images/realtest/silver_web_boy.png");
}
.scoreboard-detail .score-table-row ul li.M:nth-child(3)::before {
  width: 41px;
  height: 38px;
  background: url("../../images/realtest/bronz_web_boy.png");
}
.scoreboard-detail .score-table-row ul li.F:nth-child(1)::before {
  width: 41px;
  height: 38px;
  background: url("../../images/realtest/gold_web_girl.png");
}
.scoreboard-detail .score-table-row ul li.F:nth-child(2)::before {
  width: 41px;
  height: 38px;
  background: url("../../images/realtest/silver_web_girl.png");
}
.scoreboard-detail .score-table-row ul li.F:nth-child(3)::before {
  width: 41px;
  height: 38px;
  background: url("../../images/realtest/bronz_web_girl.png");
}
.scoreboard-detail .score-table-row ul .boy::before {
  content: "";
  width: 41px;
  height: 38px;
  position: absolute;
  left: 0;
  background: url("../../images/realtest/boy-web.svg");
}
.scoreboard-detail .score-table-row ul .girl::before {
  content: "";
  width: 34px;
  height: 35px;
  position: absolute;
  left: 0;
  background: url("../../images/realtest/girl-web.svg");
}
.scoreboard-detail .score-table-row ul .rt-loadmore {
  background: transparent;
  border: 0 !important;
  box-shadow: none;
}
.scoreboard-detail .score-table-row ul .rt-loadmore span {
  background: #5B4FF2;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 18px;
}
.scoreboard-detail .score-table-row ul .rt-loadmore span div {
  color: #ffffff;
}

[dir=rtl] .score-table-row ul li::before {
  right: 0 !important;
}

[dir=rtl] .score-table-row ul li .score-table-row-column:last-child {
  border-right: 1px solid #ccc;
}

a.check-delete-score {
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 8px 9px rgba(221, 36, 57, 0.4);
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  padding: 18px 0;
  display: block;
  font-weight: bold;
  background: #DD2439;
}
a.check-delete-score:active {
  background: #F22C71;
}

/*****viewanswer page css ******/
.viewans-detail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 30px 14px 30px 14px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.viewans-detail .right {
  position: absolute;
  right: 5px;
  top: 5px;
}
.viewans-detail .viewans-detail-head {
  text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  font-size: 32px;
  line-height: 34px;
  color: #1C1A3D;
  font-weight: bold;
}
.viewans-detail .viewans-detail-head span {
  color: #15C95D;
}
.viewans-detail .viewans-detail-subhead {
  font-size: 22px;
  line-height: 20px;
  color: #1C1A3D;
  font-weight: 600;
  padding-top: 20px;
  border-bottom: 1px solid #1C1A3D;
  display: inline-block;
}
.viewans-detail .viewans-detail-box {
  background: #E1E9FA 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  position: relative;
  padding: 20px 0 30px;
  margin-top: 20px;
}
.viewans-detail .viewans-detail-box-head {
  color: #1C1A3D;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  padding: 0 50px 20px 50px;
}
.viewans-detail .viewans-detail-imgtxt-box.img_ans {
  display: inline-block;
  position: relative;
  border-radius: 30px;
  padding: 8px 8px 0 8px;
  width: 271px;
}
.viewans-detail .viewans-detail-imgtxt-box.img_ans .right-emoji {
  position: absolute;
  top: -10px;
  right: -10px;
}
.viewans-detail .viewans-detail-imgtxt-box.img_ans .right-emoji img {
  width: 60px;
}
.viewans-detail .green-box {
  background: #15C95D 0% 0% no-repeat padding-box;
}
.viewans-detail .red-box {
  background: #F13C30 0% 0% no-repeat padding-box;
}
.viewans-detail .img_ser {
  padding: 11px;
  background: #F7F8FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 30px;
}
.viewans-detail .img_ser img {
  border-radius: 30px;
  width: 100%;
}
.viewans-detail figcaption {
  padding: 14px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.viewans-detail .viewans-detail-imgtxt-box.text_ans {
  display: inline-block;
  position: relative;
  border-radius: 30px;
  padding: 10px;
  width: 421px;
}
.viewans-detail .viewans-detail-imgtxt-box.text_ans .right-emoji {
  position: absolute;
  top: -10px;
  right: -10px;
}
.viewans-detail .viewans-detail-imgtxt-box.text_ans .right-emoji img {
  width: 60px;
}
.viewans-detail .view_option_text.text_ans {
  padding: 25px 0;
  border: 4px solid #F7F8FB;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

[dir=rtl] .viewans-detail-imgtxt-box.text_ans .right-emoji {
  left: -10px;
  right: auto !important;
}

[dir=rtl] .viewans-detail-imgtxt-box.img_ans .right-emoji {
  left: -10px;
  right: auto !important;
}

[dir=rtl] .right {
  left: 5px;
  right: auto !important;
}

/******question page**********/
.question-detail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding-top: 20px;
  text-align: center;
  margin-top: 40px;
}
.question-detail .ques-progresbar {
  list-style: none;
  max-width: 410px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #F1F6FF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 12px 0;
  height: 50px;
}
.question-detail .ques-progresbar li {
  font-size: 14px;
  line-height: 15px;
  color: #7A869E;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 600;
}
.question-detail .ques-progresbar li.h-custom-tab-active {
  width: 33px;
  height: 33px;
  transition: 0.5s;
  background: #5B4FF2;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}
.question-detail .ques-progresbar li.h-custom-tab-active.pbgreen {
  background: #02ac46 0% 0% no-repeat padding-box;
}
.question-detail .ques-progresbar li.h-custom-tab-active.pbred {
  background: #ff1b2f 0% 0% no-repeat padding-box;
}
.question-detail .ques-head {
  font-size: 25px;
  line-height: 35px;
  color: #1C1A3D;
  max-width: 410px;
  margin: 0 auto;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 25px;
}
.question-detail .ques-head .ques-head-first-word {
  color: #A146AF;
}
.question-detail .ques-head .ques-head-second-word {
  color: #EA4E4E;
}
.question-detail .ques-boxes {
  max-width: 100%;
  margin: 0 auto;
}
.question-detail .ques-relate-img {
  min-height: 50px;
}
.question-detail .overflow-hidden {
  overflow: hidden;
  min-height: 30vh;
}
.question-detail .quesmain-box.imglist {
  width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.question-detail .quesmain-box.hlist {
  width: 420px;
  margin: 0 auto;
}
.question-detail .ques-detail-imgtxt-box {
  position: relative;
  border-radius: 30px;
  padding: 8px 8px 0 8px;
  background: #E1E9FA 0% 0% no-repeat padding-box;
  border-radius: 30px;
  margin-top: 12px;
  width: 271px;
  margin-left: 10px;
  margin-right: 10px;
}
.question-detail .ques-detail-imgtxt-box:hover {
  background: #5B4FF2;
}
.question-detail .ques-detail-imgtxt-box:hover figcaption {
  color: #ffffff;
}
.question-detail .ques-detail-imgtxt-box.green {
  background: #15C95D 0% 0% no-repeat padding-box;
}
.question-detail .ques-detail-imgtxt-box.green figcaption {
  color: #ffffff;
}
.question-detail .ques-detail-imgtxt-box.red {
  background: #F96673 0% 0% no-repeat padding-box;
}
.question-detail .ques-detail-imgtxt-box.red figcaption {
  color: #ffffff;
}
.question-detail .quesmain-box.hlist .ques-detail-txt {
  position: relative;
  padding: 10px;
  background: #E1E9FA 0% 0% no-repeat padding-box;
  border-radius: 30px;
}
.question-detail .quesmain-box.hlist .ques-detail-txt:hover {
  background: #a099ff;
  transition: 0.5s;
}
.question-detail .quesmain-box.hlist .ques-detail-txt:hover .figcaption {
  color: #ffffff;
  transition: 0.5s;
}
.question-detail .quesmain-box.hlist .ques-detail-imgtxt-box.hlist.green {
  background: #15C95D 0% 0% no-repeat padding-box;
}
.question-detail .quesmain-box.hlist .ques-detail-imgtxt-box.hlist.green figcaption {
  color: #ffffff;
}
.question-detail .quesmain-box.hlist .ques-detail-imgtxt-box.hlist.red {
  background: #F96673 0% 0% no-repeat padding-box;
}
.question-detail .quesmain-box.hlist .ques-detail-imgtxt-box.hlist.red figcaption {
  color: #ffffff;
}
.question-detail .ques-detail-txt .img_ser {
  padding: 3px;
  background: #F7F8FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 30px;
}
.question-detail .ques-detail-txt .img_ser img {
  border-radius: 30px;
  width: 100%;
}
.question-detail .ques-detail-txt figcaption {
  padding: 14px 0;
  color: #4D5970;
  font-size: 20px;
  font-weight: 600;
}
.question-detail .quesmain-box.hlist .ques-detail-imgtxt-box {
  position: relative;
  border-radius: 30px;
  padding: 10px;
  margin-top: 12px;
  background: #E1E9FA 0% 0% no-repeat padding-box;
  border-radius: 30px;
  min-height: 106px;
  width: auto;
}
.question-detail .quesmain-box.hlist .ques-detail-imgtxt-box:hover {
  background: #5B4FF2;
  transition: 0.5s;
}
.question-detail .quesmain-box.hlist .ques-detail-imgtxt-box:hover .ques-detail-txt {
  color: #ffffff;
  background: #5B4FF2;
  border: 4px solid #F7F8FB;
  transition: border-color 1s ease;
}
.question-detail .quesmain-box.hlist .ques-detail-txt {
  padding: 25px 0;
  border: 4px solid #F7F8FB;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #4D5970;
}
.question-detail .quesmain-box.hlist .ques-detail-txt:hover {
  background: #a099ff;
  transition: 0.5s;
}
.question-detail .user-friend-options-hovr.hlist .ques-detail-imgtxt-box:hover .ques-detail-txt {
  background: #E1E9FA 0% 0% no-repeat padding-box;
  border: 4px solid #F7F8FB;
  color: #4D5970;
}
.question-detail .skip-ques {
  padding: 30px 0;
}
.question-detail .skip-ques a {
  text-decoration: none;
  box-shadow: 0px 6px 8px rgba(91, 79, 242, 0.2509803922);
  border-radius: 21px;
  padding: 10px 0;
  font-size: 18px;
  display: inline-block;
  width: 210px;
  color: #ffffff;
  font-weight: 600;
  background: #F43C7D;
}
.question-detail .skip-ques a:active {
  background: #5B4FF2;
}
.question-detail .userFriend-quesPage-pB {
  padding-bottom: 30px;
}
.question-detail .question-set-options.imglist {
  width: auto;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.question-detail .question-set-options.imglist .imglist {
  margin: 0 10px;
  width: 271px;
}

/******userfriend ques*****/
.question-detail .user-friend-options-hovr .ques-detail-imgtxt-box:hover {
  background: #E1E9FA;
}

.question-detail .user-friend-options-hovr .ques-detail-imgtxt-box:hover figcaption {
  color: #4D5970;
}

.question-detail .user-friend-options-hovr.quesmain-box.hlist .ques-detail-imgtxt-box:hover {
  background: #E1E9FA;
}

.question-detail .user-friend-options-hovr .ques-detail-imgtxt-box.red {
  background: #F96673 0% 0% no-repeat padding-box;
}

.question-detail .user-friend-options-hovr .ques-detail-imgtxt-box.green {
  background: #15C95D 0% 0% no-repeat padding-box;
}

.question-detail .user-friend-options-hovr.quesmain-box.hlist .ques-detail-imgtxt-box.hlist.red {
  background: #F96673 0% 0% no-repeat padding-box;
}

.question-detail .user-friend-options-hovr.quesmain-box.hlist .ques-detail-imgtxt-box.hlist.green {
  background: #15C95D 0% 0% no-repeat padding-box;
}

.question-detail .user-friend-options-hovr.quesmain-box.hlist .ques-detail-imgtxt-box.hlist.green .ques-detail-txt {
  color: #ffffff;
  background: #15C95D 0% 0% no-repeat padding-box;
}

.question-detail .user-friend-options-hovr.quesmain-box.hlist .ques-detail-imgtxt-box.hlist.red .ques-detail-txt {
  color: #ffffff;
  background: #F96673 0% 0% no-repeat padding-box;
}

.question-detail .user-friend-options-hovr .ques-detail-imgtxt-box.green figcaption {
  color: #ffffff;
}

.question-detail .user-friend-options-hovr .ques-detail-imgtxt-box.red figcaption {
  color: #ffffff;
}

.userfriend-sec .ques-progresbar li.right-ans {
  width: 33px;
  height: 33px;
  transition: 0.5s;
  background: #15C95D 0% 0% no-repeat padding-box;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}
.userfriend-sec .ques-progresbar li.wrong-ans {
  width: 33px;
  height: 33px;
  transition: 0.5s;
  background: #F96673 0% 0% no-repeat padding-box;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}
.userfriend-sec .userfriend-boxes {
  display: flex;
  padding: 20px 0 30px;
  margin: 0 auto;
  justify-content: center;
}
.userfriend-sec .userfriend-boxes .ques-detail-imgtxt-box {
  margin: 0 10px;
}
.userfriend-sec .userfriend-boxes .quesright {
  background: #15C95D 0% 0% no-repeat padding-box;
}
.userfriend-sec .userfriend-boxes .quesright .ques-detail-txt {
  color: #ffffff;
}
.userfriend-sec .userfriend-boxes .queswrong {
  background: #F13C30 0% 0% no-repeat padding-box;
}
.userfriend-sec .userfriend-boxes .queswrong .ques-detail-txt {
  color: #ffffff;
}

/********congrats css ***********/
.congrats-detail {
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #DFE8FC 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px #CACACA;
  border-radius: 30px;
  text-align: center;
  margin-top: 40px;
}
.congrats-detail .congrats-detail-head {
  text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  color: #1C1A3D;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  padding-top: 20px;
}
.congrats-detail .congrats-detail-head span {
  display: block;
}
.congrats-detail .congrats-detail-img {
  padding: 50px 0;
}
.congrats-detail .congrats-detail-share {
  background: #5B4FF2 0% 0% no-repeat padding-box;
  padding: 20px 0 30px;
  border-radius: 30px;
}
.congrats-detail .congrats-detail-share-txt {
  text-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 30px;
  color: #ffffff;
}
.congrats-detail .congrats-detail-share-btn {
  text-align: center;
}
.congrats-detail .congrats-detail-share-btn a {
  background: #15C95D 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  width: 300px;
  padding: 17px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

/********result page********/
.result .scoreboard-detail {
  margin: 30px 0;
}
.result .scoreboard-detail .score-table-head-column {
  width: 25%;
  text-align: center;
}
.result .scoreboard-detail .score-table-head-column:first-child {
  width: 50%;
}
.result .scoreboard-detail .score-table-row ul {
  list-style: none;
}
.result .scoreboard-detail .score-table-row ul li .score-table-row-column {
  width: 25%;
}
.result .scoreboard-detail .score-table-row ul li .score-table-row-column:first-child {
  width: 50%;
}
.result .check-score {
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #DFE8FC 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px #CACACA;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
.result .check-score .check-score-head {
  font-size: 32px;
  line-height: 39px;
  color: #1C1A3D;
  font-weight: 600;
  padding-top: 10px;
}
.result .check-score .check-score-img {
  padding: 50px 0;
}
.result .check-score .check-score-txt1 {
  font-size: 20px;
  line-height: 24px;
  color: #1C1A3D;
  font-weight: 600;
}
.result .check-score .check-score-txt1 span:first-child {
  color: #0AA949;
}
.result .check-score .check-score-txt1 span:nth-child(2) {
  color: #EA3030;
}
.result .check-score .check-score-txt2 {
  font-size: 18px;
  line-height: 22px;
  color: #1C1A3D;
  padding-top: 8px;
  padding-bottom: 10px;
}
.result .check-score-crete-quiz {
  text-align: center;
}
.result .check-score-crete-quiz a {
  box-shadow: 0px 8px 9px rgba(91, 79, 242, 0.3882352941);
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  padding: 18px 0;
  display: block;
  font-weight: bold;
  background: #5B4FF2;
  display: inline-block;
  width: 401px;
}
.result .check-score-crete-quiz a:active {
  background: #F22C71;
}
.result .check-score-txt .check-score-crete-quiz {
  padding: 20px 0;
}

.select-lang-popup-heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 22px;
}

.lang-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.lang-popup .backdrp-filter {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  height: 1351px;
  padding-bottom: 200px;
}
.lang-popup .lang-popup-body {
  max-width: 747px;
  margin: 50px auto;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
}
.lang-popup .cross-btn {
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
}
.lang-popup .lang-popup-body-inner {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 31px 0 20px;
}
.lang-popup .lang-popup-body-inner li {
  margin-bottom: 15px;
  padding: 0 15px;
}
.lang-popup .lang-popup-body-inner li a {
  background: #5B4FF2 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 14px rgba(60, 60, 60, 0.2);
  width: 195px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}
.lang-popup .lang-popup-body-inner li a:hover {
  background: #F22C71;
}

.share-popup-model {
  overflow: hidden;
}

/****share insta popup******/
.status-popup-model {
  overflow: hidden;
}

.status-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.status-popup button {
  border: 0;
  background: none;
  cursor: pointer;
}

.status-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  padding-bottom: 20px;
}

.status-popup-header {
  padding: 40px 0 10px;
  margin: 0 20px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.status-popup-header button {
  position: absolute;
  right: -10px;
  top: 10px;
  border: 0;
  background: none;
  cursor: pointer;
  opacity: unset;
}

.status-popup-inner {
  max-width: 700px;
  border-radius: 30px;
  position: relative;
  z-index: 999999;
  margin: 30px auto;
  background: white;
}

.status-popup-head {
  font-size: 22px;
  line-height: 25px;
  color: #292929;
  font-weight: 600;
}
.status-popup-head span:first-child {
  color: #397BD1;
}
.status-popup-head span:nth-child(2) {
  color: #EB2E65;
}

.status-popup-body {
  padding: 0 20px;
  max-width: 547px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.status-popup-body-txt {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #292929;
}

.pt17 {
  padding-top: 17px;
}

.status-popup-body-img img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  border-radius: 26px;
}

.status-popup-footer {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 25px 10px 30px;
  margin: 0 20px;
}

.status-popup-footer button {
  background: #e12c2c;
  color: #ffffff;
  border-radius: 30px;
  max-width: 140px;
  font-size: 16px;
  width: 100%;
  padding: 10px 15px;
}

footer {
  padding-bottom: 70px;
}

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

.static_ads .adv-ads-txt {
  position: absolute;
  top: 0;
}

footer {
  background: #5B4FF2;
  padding-top: 24px;
  padding-bottom: 70px;
  text-align: center;
  margin-top: 40px;
}
footer .social_links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
footer .social_links li {
  padding: 0 10px;
}
footer .social_links li img {
  width: 28px;
}
footer .footercms {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footercms li {
  padding: 0 6px;
  position: relative;
}
footer .footercms li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
footer .copyright {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .main-container {
    padding: 0 10px;
    max-width: 100%;
  }
  .home-main-sec-txt {
    font-size: 25px;
    line-height: 30px;
    width: 310px;
  }
  .home-real-fake {
    height: 140px;
  }
  .home-real-fake .real-fake-txt {
    width: 50%;
    font-size: 40px;
    line-height: 44px;
  }
  .home-real-fake .real {
    padding-right: 20px;
  }
  .home-real-fake .fake {
    padding-left: 20px;
  }
  .home-real-fake::after {
    height: 150px;
    width: 6px;
    top: 0;
  }
  .home-real-fake::before {
    width: 50px;
    height: 50px;
  }
  .circle {
    height: 32px;
    width: 32px;
  }
  .home-crete-quiz-btn a {
    width: 300px;
    background: #5B4FF2;
    transition: none;
  }
  .home-crete-quiz-btn a:hover {
    background: #F22C71;
  }
  .home-crete-quiz-btn a:active {
    margin-top: 3px;
  }
  /***********play page*********/
  .play-page-cat-head {
    font-size: 26px;
    line-height: 34px;
  }
  .play-detail .play-detail-head {
    font-size: 30px;
    line-height: 56px;
  }
  .play-detail .playlist-text {
    padding-left: 30px;
    padding-right: 20px;
  }
  .play-detail form {
    width: 310px;
  }
  .play-detail form .form-group-control input {
    font-size: 18px;
    line-height: 22px;
    padding: 17px 45px 17px 45px;
  }
  .play-detail form .form-group-control input::placeholder {
    font-size: 15px;
  }
  .play-detail form .form-group-control input[type=submit] {
    background: #5B4FF2;
    transition: none;
  }
  .play-detail form .form-group-control input[type=submit]:hover {
    background: #F22C71;
  }
  .play-detail form .form-group-control input[type=submit]:active {
    margin-top: 3px;
  }
  /*********gender page css **************/
  .gender-detail .gender-detail-head {
    font-size: 30px;
    line-height: 56px;
  }
  .gender-detail .gender-detail-boxes {
    justify-content: center;
  }
  .gender-detail .gender-detail-box {
    width: 160px;
    margin: 0 8px;
    padding: 17px 8px 13px;
  }
  .gender-detail .gender-detail-box img {
    width: 100%;
  }
  .gender-detail .gender-detail-box .gender-txt {
    font-size: 23px;
    line-height: 28px;
  }
  /****share page*******/
  .share-detail .share-detail-container {
    max-width: 315px;
  }
  .share-detail .share-detail-head {
    font-size: 20px;
  }
  .share-detail .share-detail-subhead {
    font-size: 16px;
  }
  .share-detail .copy-share-btn {
    font-size: 18px;
    line-height: 22px;
  }
  .share-detail .copy-share-btn button {
    background: #F22C71;
    transition: all 0.5s ease;
  }
  .share-detail .copy-share-btn button:hover {
    background: #5B4FF2;
  }
  .share-detail .copy-share-btn button:active {
    margin-top: 3px;
  }
  .share-detail .copy-share-url {
    font-size: 15px;
    line-height: 15px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .share-detail .copy-share-url span {
    width: 200px;
  }
  .share-detail .social-icons li a {
    font-size: 16px;
    padding: 17px 0;
  }
  .share-detail .social-icons li a .btn {
    font-size: 16px;
  }
  .share-detail .social-icons li a.more-plus-share-mobile {
    display: block;
  }
  .check-friend-score {
    width: 315px;
  }
  .check-friend-score a {
    font-size: 18px;
    line-height: 22px;
    background: #5B4FF2;
    transition: none;
  }
  .check-friend-score a:hover {
    background: #F22C71;
  }
  .check-friend-score a:active {
    margin-top: 3px;
  }
  .play-more-quiz {
    width: 202px;
  }
  .play-more-quiz a {
    font-size: 16px;
    line-height: 19px;
  }
  /****scoreboard css *******/
  .scoreboard-detail + .share-detail {
    margin-top: 0;
  }
  .scoreboard-detail {
    margin-bottom: 20px;
  }
  .scoreboard-detail .scoreboard-noscore {
    padding: 20px 0;
    font-size: 18px;
  }
  .scoreboard-detail .scoreboard-table {
    padding: 0 5px 20px;
  }
  .scoreboard-detail .scoreboard-head {
    font-size: 22px;
    line-height: 22px;
  }
  .scoreboard-detail .score-table-head-column span {
    font-size: 14px;
    line-height: 18px;
  }
  .scoreboard-detail .score-table-row ul li .score-table-row-column {
    font-size: 12px;
  }
  .scoreboard-detail .score-table-row ul li .score-table-row-column:first-child {
    padding-left: 32px;
  }
  .scoreboard-detail .score-table-row ul li.M::before {
    width: 27px;
    height: 27px;
    background: url("../../images/realtest/boy_mob.png");
  }
  .scoreboard-detail .score-table-row ul li.F::before {
    width: 27px;
    height: 27px;
    background: url("../../images/realtest/girl_mob.png");
  }
  .scoreboard-detail .score-table-row ul li.M:nth-child(1)::before {
    width: 31px;
    height: 26px;
    background: url("../../images/realtest/gold_mob_boy.png");
  }
  .scoreboard-detail .score-table-row ul li.M:nth-child(2)::before {
    width: 31px;
    height: 26px;
    background: url("../../images/realtest/silver_mob_boy.png");
  }
  .scoreboard-detail .score-table-row ul li.M:nth-child(3)::before {
    width: 31px;
    height: 26px;
    background: url("../../images/realtest/bronz_mob_boy.png");
  }
  .scoreboard-detail .score-table-row ul li.F:nth-child(1)::before {
    width: 31px;
    height: 26px;
    background: url("../../images/realtest/gold_mob_girl.png");
  }
  .scoreboard-detail .score-table-row ul li.F:nth-child(2)::before {
    width: 31px;
    height: 26px;
    background: url("../../images/realtest/silver_mob_girl.png");
  }
  .scoreboard-detail .score-table-row ul li.F:nth-child(3)::before {
    width: 31px;
    height: 26px;
    background: url("../../images/realtest/bronz_mob_girl.png");
  }
  .scoreboard-detail .table-responsive {
    border: 0;
  }
  a.check-delete-score {
    background: #DD2439;
    transition: none;
  }
  a.check-delete-score:hover {
    background: #F22C71;
  }
  a.check-delete-score:active {
    margin-top: 3px;
  }
  /*****viewanswer page css ******/
  .viewans-detail {
    padding: 30px 10px 30px 10px;
    margin-top: 40px;
  }
  .viewans-detail .viewans-detail-box-head {
    padding: 0 0 20px 0;
  }
  .viewans-detail .right {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .viewans-detail .right img {
    width: 20px;
  }
  .viewans-detail .viewans-detail-head {
    font-size: 25px;
    line-height: 30px;
  }
  .viewans-detail .viewans-detail-head span {
    color: #15C95D;
  }
  .viewans-detail .viewans-detail-subhead {
    font-size: 18px;
    line-height: 14px;
  }
  .viewans-detail .viewans-detail-box-head {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
  }
  .viewans-detail .viewans-detail-imgtxt-box.img_ans .right-emoji img {
    width: 45px;
  }
  .viewans-detail .viewans-detail-imgtxt-box.text_ans {
    width: 307px;
  }
  .viewans-detail .viewans-detail-imgtxt-box.text_ans .right-emoji {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .viewans-detail .viewans-detail-imgtxt-box.text_ans .right-emoji img {
    width: 45px;
  }
  .viewans-detail .view_option_text.text_ans {
    padding: 15px 0;
  }
  /******question page**********/
  .question-detail {
    padding: 20px 10px 0;
  }
  .question-detail .ques-head {
    padding-top: 17px;
    padding-bottom: 12px;
  }
  .question-detail .ques-progresbar {
    padding: 8px 0;
  }
  .question-detail .ques-progresbar li {
    font-size: 14px;
    line-height: 10px;
    width: 21px;
    height: 21px;
  }
  .question-detail .ques-progresbar li.h-custom-tab-active {
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 15px;
  }
  .question-detail .ques-boxes {
    max-width: 420px;
    margin: 0 auto;
  }
  .question-detail .overflow-hidden {
    min-height: 25vh;
  }
  .question-detail .quesmain-box.imglist {
    width: auto;
  }
  .question-detail .ques-detail-imgtxt-box {
    width: 46%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .question-detail .ques-detail-txt .img_ser {
    padding: 3px;
  }
  .question-detail .ques-detail-txt .img_ser img {
    width: 100%;
    height: auto;
  }
  .question-detail .quesmain-box.hlist {
    width: 280px;
  }
  .question-detail .quesmain-box.hlist .ques-detail-txt {
    padding: 10px 0;
  }
  .question-detail .quesmain-box.hlist .ques-detail-imgtxt-box {
    min-height: 76px;
  }
  .question-detail .ques-detail-txt-box {
    padding: 20px 0;
  }
  .question-detail .skip-ques a {
    font-size: 16px;
    width: 173px;
  }
  .question-detail .skip-ques a:active {
    margin-top: 3px;
  }
  .question-detail .question-set-options.imglist {
    width: auto;
  }
  .question-detail .question-set-options.imglist .imglist {
    margin: 0 5px;
    width: 50%;
  }
  /******userfriend ques*****/
  .userfriend-sec {
    padding: 20px 5px 0;
  }
  .userfriend-sec .ques-progresbar li.right-ans {
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 15px;
  }
  .userfriend-sec .ques-progresbar li.wrong-ans {
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 15px;
  }
  .userfriend-sec .userfriend-boxes {
    display: flex;
    padding: 20px 0 30px;
    margin: 0 auto;
    justify-content: center;
  }
  .userfriend-sec .userfriend-boxes .ques-detail-imgtxt-box {
    margin: 0 5px;
    padding: 6px 6px 0 6px;
  }
  .userfriend-sec .userfriend-boxes .ques-detail-img {
    padding: 7px;
  }
  .userfriend-sec .userfriend-boxes .ques-detail-img img {
    display: block;
  }
  .userfriend-sec .userfriend-boxes .quesright .ques-detail-txt {
    font-size: 15px;
  }
  .userfriend-sec .userfriend-boxes .queswrong .ques-detail-txt {
    font-size: 15px;
  }
  /***********result css ************/
  .result .check-score .check-score-head {
    font-size: 30px;
    line-height: 37px;
  }
  .result .check-score .check-score-txt1 {
    font-size: 18px;
    line-height: 22px;
  }
  .result .check-score .check-score-txt2 {
    font-size: 16px;
    line-height: 19px;
  }
  .result .check-score-crete-quiz {
    text-align: center;
  }
  .result .check-score-crete-quiz a {
    width: 320px;
    font-size: 18px;
    line-height: 22px;
    background: #5B4FF2;
    transition: none;
  }
  .result .check-score-crete-quiz a:active {
    background: #F22C71;
  }
  .result .check-score-crete-quiz a:active {
    margin-top: 3px;
  }
  /*****lang-popup******/
  .lang-popup .lang-popup-body {
    margin-left: 20px;
    margin-right: 20px;
  }
  /*****insta status popup******/
  .status-popup {
    padding-left: 15px !important;
    padding-right: 15px;
  }
  .status-popup .status-popup-inner {
    margin: 20px 11px;
  }
  .status-popup .status-popup-head {
    font-size: 20px;
  }
  .status-popup .pt17 {
    padding-top: 0;
  }
  .status-popup .status-popup-body-txt {
    padding: 16px 0;
    font-size: 14px;
  }
  .status-popup .status-popup-body-img img {
    margin-bottom: 0;
  }
}
@media (max-width: 350px) {
  /******question page**********/
  .question-detail .quesmain-box.imglist {
    width: 280px;
  }
  .question-detail .ques-detail-imgtxt-box {
    width: 130px;
  }
}
/* hide scoreboard heading */
.scoreboard-detail .scoreboard-table #ustats {
  display: none;
}

.scoreboard-detail .scoreboard-table .friendboard_div .para ul {
  list-style-type: none;
}

.scoreboard-detail .scoreboard-table .friendboard_div #nonAttemptUserStatsDiv {
  text-align: center;
  color: #1C1A3D;
  font-size: 20px;
  line-height: 30px;
  padding-top: 30px;
  font-weight: 600;
}

.loading_bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/****meter css ******/
.chart-meter {
  width: 320px;
  margin: 0 auto;
  position: relative;
}

.chart-start,
.chart-end {
  position: absolute;
}

.chart-start {
  bottom: 2px;
  left: 25px;
}

.chart-end {
  bottom: 2px;
  right: 25px;
}

[dir=rtl] .chart-start {
  bottom: 2px;
  right: 25px;
}

[dir=rtl] .chart-end {
  bottom: 2px;
  left: 25px;
  right: auto;
}

.chart-first {
  fill: #EA4B13;
}

.chart-second {
  fill: #FF7926;
}

.chart-third {
  fill: #FFC400;
}

.chart-fourth {
  fill: #8BC73C;
}

.chart-fifth {
  fill: #0BB852;
}

.needle,
.needle-center {
  fill: #000000;
  z-index: 9;
}

.text {
  color: "#112864";
  font-size: 16px;
}

svg {
  font: 10px sans-serif;
}
svg text {
  display: none;
}

.speed-mask {
  position: absolute;
  z-index: 1;
}

.speed-mask img {
  width: 34px;
}

.bad-img1 {
  bottom: 23px;
  left: 56px;
}

.bad-img2 {
  top: 40%;
  left: 29%;
}

.bad-img3 {
  top: 29%;
  left: 44%;
}

.bad-img4 {
  top: 39%;
  right: 29%;
}

.bad-img5 {
  bottom: 22px;
  right: 59px;
}

.bad-img1 img {
  /*transform: rotate(280deg);*/
}

.bad-img-scale {
  animation: emoji 1s ease-in-out infinite alternate;
}

@keyframes emoji {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.rt-counterscore {
  padding: 10px 0;
  font-weight: bold;
  direction: ltr;
}

.count-score {
  color: #ffae22;
  font-size: 50px;
  line-height: 45px;
}

.counter-color0,
.counter-color1,
.counter-color2 {
  color: #EA4B13;
}

.counter-color3,
.counter-color4 {
  color: #FF7926;
}

.counter-color5,
.counter-color6 {
  color: #FFC400;
}

.counter-color7,
.counter-color8 {
  color: #8BC73C;
}

.counter-color9,
.counter-color10 {
  color: #0BB852;
}

.count-maxscore {
  color: #5E6ACD;
  font-size: 42px;
  line-height: 38px;
}

/****cms pages content *****/
.middle_conatainer .pages {
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  text-align: center;
  min-height: 65vh;
  font-size: 18px;
}

.middle_conatainer .pages h4 {
  font-size: 20px;
}

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

.delete_quiz_btns .btn {
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  padding: 7px 12px;
  text-shadow: none;
  border: 2px solid #ccc;
  color: #000000;
  width: 100px;
  margin: 0 10px;
}

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

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

.custom-vignate-btn {
  box-shadow: 0px 2px 3px rgba(119, 119, 119, 0.3882352941);
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 20px;
  background: #5B4FF2;
  display: inline-block;
  border: 0;
}

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-para[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 #5B4FF2;
  animation: prixClipFix 2s linear infinite;
}

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

@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 {
  padding-top: 0;
}

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

.create-new-quiz-btn a:active {
  background: #F22C71;
}

.realtest-play-page-height {
  min-height: 400px;
}

#loadingDiv {
  display: none;
}
#loadingDiv .loading_bar {
  position: static;
  transform: none;
  text-align: center;
}
#loadingDiv .quizSaveLoading.loading_bar img {
  width: 100px;
}

/*** seo blog css***/
.seo_blog_sec {
  background: #ffffff;
  text-align: initial;
  padding: 10px;
  border-radius: 30px;
}
.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;
}

/*  */
.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: #5B4FF2;
  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.css.map */
