.nav_container {
  max-width: 896px;
  width: 100%;
  margin: 0 auto; }

nav {
  box-shadow: 0px 4px 10px #00000029; }

.menubar {
  box-shadow: 0px 4px 10px #00000029; }

.menu_btn_logo {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.language-dropdown {
  position: relative; }

.lang-select {
  position: absolute;
  background: #F5F5F5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 146px;
  padding-top: 7px;
  padding-left: 0;
  text-align: center;
  max-height: 200px;
  overflow-x: hidden;
  display: none;
  z-index: 10; }
  .lang-select li {
    font-size: 18px;
    cursor: pointer;
    color: #393939;
    padding: 6px 0;
    border-bottom: 1px solid #ccc; }
    .lang-select li:hover {
      color: white;
      background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%) 0% 0% no-repeat padding-box; }

.logo img {
  width: 230px; }

#menu .main_menu {
  background: #6585DD;
  box-shadow: 0px 4px 12px #00000057;
  padding: 10px 0 0;
  border-radius: 0px 0px 1px 10px;
  position: relative;
  z-index: 1; }
#menu ul {
  width: 58%;
  margin: 0 auto;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(0.25turn, #D239E0, #10BFDA, #D239E0);
  border-image-slice: 1;
  padding-bottom: 10px; }
  #menu ul li {
    text-align: center;
    position: relative; }
    #menu ul li a {
      color: white;
      font-size: 18px;
      line-height: 24px;
      display: inline-block;
      padding: 12px;
      font-weight: 600; }
    #menu ul li::after {
      width: 14px;
      height: 2px;
      margin: 0 auto;
      bottom: 0;
      left: 0;
      right: 0;
      background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
      position: absolute;
      content: ""; }
  #menu ul li:last-child::after {
    display: none; }

.language-dropdown:hover .lang-arrow {
  rotate: 180deg;
  padding-left: 4px;
  padding-right: 0; }

.cross img {
  width: 25px; }

.cross {
  display: none; }

.collapse-icon {
  width: 79px;
  height: 60px;
  background: #6585DD 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px #00000057;
  display: flex;
  justify-content: center;
  align-items: center; }

.collapse-icon:not(.collapsed) .hum_menu {
  display: none; }

.collapse-icon:not(.collapsed) .cross {
  display: block; }

@media screen and (min-width: 551px) {
  .language-dropdown {
    background: #F5F5F5;
    border-radius: 8px;
    position: relative;
    width: 146px;
    display: flex;
    z-index: 10;
    align-items: center;
    padding: 3px 5px; }
    .language-dropdown .lang_icon {
      padding-right: 5px; }
    .language-dropdown .lang {
      width: calc(100% - (48px));
      font-size: 18px;
      padding: 0 5px;
      color: #666666;
      border-left: 1px solid #dfd9d9;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .language-dropdown .lang-arrow {
      width: 16px;
      height: 7px;
      padding-right: 4px;
      transition: 0.5s ease all; }
    .language-dropdown .lang-select {
      top: 29px;
      right: 0; }
    .language-dropdown:hover .lang-select {
      display: block; } }
@media screen and (max-width: 550px) {
  .language-dropdown {
    margin-right: 10px;
    display: flex; }
    .language-dropdown .lang {
      display: none; }
    .language-dropdown .lang_icon {
      padding-right: 5px; }
    .language-dropdown .lang-select {
      right: 0;
      top: 32px;
      z-index: 10;
      padding: 0; }
      .language-dropdown .lang-select li {
        padding: 8px 0; }
    .language-dropdown .lang-arrow {
      display: none; }

  .collapse-icon {
    width: 74px;
    height: 49px; }

  .logo img {
    width: 180px; }

  .langlist-active {
    display: block; }

  #menu ul li a {
    font-size: 16px;
    line-height: 21px;
    padding: 11px; }

  .logo img {
    width: 180px; } }
@font-face {
  font-family: 'Segoe UI';
  src: url("../../fonts/SegoeUI.eot") format("embedded-opentype"), url("../../fonts/SegoeUI.woff") format("woff"), url("../../fonts/SEGOEUI.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-2044; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

.pt40 {
  padding-top: 40px; }

button:focus {
  border: none;
  outline: none !important; }

input:focus {
  border: none;
  outline: none !important; }

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

#loadingDiv {
  justify-content: center;
  align-items: center;
  display: none; }

.ad_center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

body {
  font-family: 'Segoe UI';
  text-align: center;
  background: #FCFCFC; }

.main_container {
  max-width: 728px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }

.homepage-sec {
  max-width: 637px;
  width: 100%;
  margin: 0 auto; }

.middle_conatainer {
  max-width: 657px;
  min-height: 100vh;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 20px; }

.main_con_sec {
  max-width: 639px;
  width: 100%;
  margin: 0 auto; }

.main_area .content_area {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px;
  padding: 10px 10px 40px;
  text-align: center; }
  .main_area .content_area h1 {
    font-size: 35px;
    line-height: 47px;
    font-weight: 600;
    color: #131313;
    position: relative;
    display: inline-block;
    margin-bottom: 20px; }
  .main_area .content_area .start_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    border-radius: 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: white;
    padding: 16px;
    border: none; }
    .main_area .content_area .start_btn:hover {
      background: #6585DD;
      transform: scale(0.95);
      -ms-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -webkit-transform: scale(0.95); }

.quizs_sec {
  margin-top: 40px; }
  .quizs_sec h2 {
    margin: 0 0 20px;
    text-align: center; }
    .quizs_sec h2 span {
      font-size: 22px;
      line-height: 30px;
      font-weight: 600;
      color: #131313;
      position: relative;
      display: inline-block;
      padding-bottom: 12px; }
      .quizs_sec h2 span::after {
        position: absolute;
        height: 4px;
        content: "";
        background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
        box-shadow: 0px 4px 12px #00000057;
        border-radius: 10px;
        width: 100%;
        left: 0;
        bottom: 4px; }

.blogs_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.blog_cont_block {
  margin-bottom: 23px;
  padding: 10px 10px 20px;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 30px;
  width: 48%;
  position: relative;
  background: #fff; }
  .blog_cont_block .quizs_img img {
    border-radius: 20px; }
  .blog_cont_block .blog_head_sec {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(0.25turn, #D239E0, #10BFDA, #D239E0);
    border-image-slice: 1;
    width: 100%;
    border-radius: 10px; }
    .blog_cont_block .blog_head_sec p {
      font-size: 18px;
      color: #131313;
      font-weight: 700;
      margin: 0; }
  .blog_cont_block .blog_con_sec {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #131313; }
  .blog_cont_block a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    width: 140px;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 20px;
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    border-radius: 10px;
    color: #fff; }

.all_quiz_sec {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 20px; }
  .all_quiz_sec button {
    min-width: 129px;
    padding: 10px;
    min-height: 42px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 9px;
    text-align: center;
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    border-radius: 10px;
    border: none; }

.scroll_up {
  position: fixed;
  width: 70px;
  height: 44px;
  background: #4F4AFF;
  box-shadow: 5px 5px 25px #4F4AFF7A;
  border-radius: 8px;
  font-size: 55px;
  text-align: center;
  line-height: 0;
  color: #fff;
  bottom: 75px;
  right: 10px;
  display: none;
  z-index: 99; }
  .scroll_up i {
    line-height: 40px; }

.bd-main {
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px; }
  .bd-main .bd-inner {
    padding: 10px;
    border-radius: 10px; }
    .bd-main .bd-inner .a2a_kit {
      margin-top: 20px; }
  .bd-main img {
    width: 100%;
    border-radius: 10px; }

.bd-heading-share {
  margin-top: 30px;
  padding: 0 20px; }

.bd-heading {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.bd-para {
  text-align: left;
  padding: 0 20px; }
  .bd-para * {
    font-size: 16px;
    line-height: 21px;
    color: #131313; }
  .bd-para a {
    color: blue; }
  .bd-para h2 {
    font-size: 25px; }
  .bd-para h3 {
    font-size: 19px; }
  .bd-para h4 {
    font-size: 16px; }

.bd-share-btn {
  position: relative; }
  .bd-share-btn img {
    width: 18px; }

.bd-share-popup {
  position: absolute;
  width: 155px;
  right: 0;
  top: 0;
  background: #ffffff;
  padding: 10px 0 10px 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px;
  display: none; }

.bd-close-popup {
  text-align: right;
  line-height: 0;
  padding-right: 5px; }
  .bd-close-popup img {
    width: 10px; }

.top_heading {
  text-align: center;
  padding-bottom: 15px;
  position: relative; }
  .top_heading span {
    font-size: 30px;
    line-height: 30px;
    color: #131313;
    font-weight: 600;
    padding: 0 10px;
    padding-bottom: 5px; }

.instruction_div {
  background: #FFFFFF;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px;
  max-width: 501px;
  width: 100%;
  margin: 0 auto;
  padding: 8px; }
  .instruction_div h1.top_heading {
    margin: 0;
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 5px;
    letter-spacing: 0.7px; }
  .instruction_div ul {
    padding-left: 40px;
    text-align: left; }
    .instruction_div ul li {
      position: relative; }
      .instruction_div ul li::before {
        content: "";
        width: 10px;
        height: 10px;
        background: transparent linear-gradient(92deg, #D239E0 0%, #10BFDA 100%);
        box-shadow: 0px 4px 12px #00000057;
        border-radius: 50%;
        position: absolute;
        top: 17px;
        left: -23px; }
      .instruction_div ul li span {
        font-size: 20px;
        font-weight: 500;
        color: #393939;
        line-height: 40px; }

.instruction_div[dir=rtl] ul {
  padding-right: 40px;
  text-align: right; }
  .instruction_div[dir=rtl] ul li::before {
    right: -23px; }

.form-group {
  max-width: 501px;
  width: 100%;
  margin: 23px auto 0; }
  .form-group .name_div {
    background: transparent linear-gradient(92deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 1px 8px #00000057;
    border-radius: 10px;
    padding: 1px; }
    .form-group .name_div input {
      border-radius: 10px;
      background: white;
      width: 100%;
      border: none;
      text-align: center;
      padding: 16px;
      font-size: 20px;
      font-weight: 600;
      line-height: 27px;
      color: #6B757C;
      position: relative;
      z-index: 15; }
      .form-group .name_div input::placeholder {
        color: #B9B9B9;
        font-size: 18px;
        font-weight: 500; }
      .form-group .name_div input::before {
        content: "";
        width: 110%;
        height: 110%;
        top: 5px;
        left: 5px; }
  .form-group .bottom_div {
    position: relative; }
    .form-group .bottom_div .error {
      position: absolute;
      right: 13px;
      top: -22px; }

.form-group.error-active .name_div {
  background: transparent linear-gradient(90deg, #F95C61 0%, #D70B0B 100%); }
  .form-group.error-active .name_div input::placeholder {
    color: #E85252; }

.error {
  background: #D70B0B;
  color: white;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 3px 5px;
  border-radius: 5px 5px 0px 0px; }

.continue_btn_div input {
  margin: 17px 0;
  width: 100%;
  background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
  box-shadow: 0px 4px 12px #00000057;
  border-radius: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: white;
  padding: 17px;
  border: none; }
  .continue_btn_div input:hover {
    background: #6585DD;
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95); }

.user_ques_head {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 26px;
  line-height: 37px;
  font-weight: 600;
  color: #131313; }
  .user_ques_head span {
    color: #6585DD; }

.ui-tabs-panel {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px; }

.user_ui-tabs-panel {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  padding: 26px 30px 20px; }

.ques_no_list {
  display: flex;
  justify-content: center;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 10px #00000029;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto 22px; }
  .ques_no_list span {
    width: 50px;
    height: 22px;
    display: block;
    background: #9C9C9C;
    box-shadow: 0px 0px 2px #0000004D;
    border-radius: 4px;
    font-size: 18px;
    line-height: 21px;
    margin: 2px;
    color: white; }
  .ques_no_list .h-custom-tab-active a span {
    background: transparent linear-gradient(180deg, #6585DD 0%, #374876 100%);
    box-shadow: 0px 0px 2px #0000004D; }

.hlist #myP {
  border-radius: 10px 10px 0px 0px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  box-shadow: 0px -4px 12px #00000029;
  width: 100%; }
  .hlist #myP span {
    color: #9E5CDE; }
  .hlist #myP textarea {
    width: 100%;
    overflow: auto;
    max-height: 50px;
    display: block;
    border: none;
    background: transparent;
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #141414;
    min-height: 277px;
    padding: 100px 65px;
    text-align: center;
    resize: none; }
    .hlist #myP textarea:focus {
      outline: none !important;
      border: none; }
    .hlist #myP textarea:active {
      outline: none !important;
      border: none; }
    .hlist #myP textarea:focus-visible {
      outline: none !important;
      border: none; }
    .hlist #myP textarea:focus-within {
      outline: none !important;
      border: none; }
    .hlist #myP textarea:visited {
      outline: none !important;
      border: none; }

.question_btn {
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 4px 12px #00000057; }

.next_btn {
  background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  color: white;
  font-weight: bold;
  transition: 0.2s;
  padding: 17px 22px;
  border: none; }
  .next_btn:active {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }

.hlist.list_col.disable #myP {
  box-shadow: inset 0px 0px 20px #00000029; }
  .hlist.list_col.disable #myP textarea {
    color: #707070; }

#quesId {
  position: absolute;
  right: 29px;
  top: 78px;
  width: 89px;
  min-height: 37px;
  font-weight: 500;
  color: white;
  background: #D239E0;
  box-shadow: -1px 1px 6px #00000091;
  border-radius: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; }

#quesId.done {
  background: #2BADDB; }

#quesId[dir=rtl] {
  left: 31px; }

.edit.done .delete_span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 37px;
  width: 100%; }
.edit.done .edit_span {
  display: none; }

.edit .edit_span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 37px;
  width: 100%; }
.edit .delete_span {
  display: none; }

.user_hlist #questionH {
  font-size: 26px;
  line-height: 30px;
  color: #141414;
  font-weight: 600;
  display: block;
  text-align: center;
  max-width: 438px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px; }
  .user_hlist #questionH span {
    color: #9E5CDE; }
  .user_hlist #questionH:hover {
    text-decoration: none; }

.user_hlist_options {
  position: relative;
  background: #F5F5F5;
  box-shadow: inset 0px 0px 20px #00000029;
  border-radius: 10px 10px 0px 0px;
  margin-top: 10px; }
  .user_hlist_options textarea {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    background: transparent;
    padding: 60px 50px;
    border: none;
    max-height: 150px;
    overflow: auto;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    font-weight: 600;
    resize: none; }
    .user_hlist_options textarea::placeholder {
      color: #9B9898; }
    .user_hlist_options textarea:focus {
      outline: none !important;
      border: none; }
    .user_hlist_options textarea:active {
      outline: none !important;
      border: none; }
    .user_hlist_options textarea:focus-visible {
      outline: none !important;
      border: none; }
    .user_hlist_options textarea:focus-within {
      outline: none !important;
      border: none; }
    .user_hlist_options textarea:visited {
      outline: none !important;
      border: none; }

.user_friend_next_btn {
  width: 100%;
  display: block !important;
  background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
  box-shadow: 0px 4px 12px #00000057;
  border-radius: 0px 0px 10px 10px;
  border: none;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: white;
  padding: 17px;
  transition: 0.2s; }
  .user_friend_next_btn:active {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }

.user_friend_side .error {
  position: absolute;
  top: -22px;
  right: 9px;
  font-weight: 600; }

.skip {
  margin-top: 21px; }
  .skip a {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #6585DD;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #6585DD;
    font-weight: 500;
    padding: 12px; }
    .skip a:hover {
      text-decoration: none; }
    .skip a:active {
      background: #6585DD;
      color: white !important;
      transform: scale(0.95);
      -webkit-transform: scale(0.95); }
    .skip a:focus {
      text-decoration: none;
      outline: none;
      color: #6585DD; }

.user_hlist.question_error_active .user_hlist_options textarea {
  border: 2px solid #D70C0C;
  border-bottom: none;
  padding: 55px; }
  .user_hlist.question_error_active .user_hlist_options textarea::placeholder {
    color: #E85252; }
.user_hlist.question_error_active .user_friend_next_btn {
  background: #707070;
  pointer-events: none; }

.top_div h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: bolder;
  color: #131313;
  margin-bottom: 5px; }
  .top_div h2 span {
    color: #6585DD; }
.top_div p {
  font-size: 20px;
  line-height: 30px;
  color: #131313;
  font-weight: 600;
  margin-bottom: 14px; }

.share_div {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px; }
  .share_div .share-img-sec {
    width: 215px;
    margin: 0 auto; }

.share_link_div {
  max-width: 410px;
  width: 90%;
  margin: 0 auto; }
  .share_link_div .tap {
    font-size: 18px;
    line-height: 24px;
    color: #6585DD;
    font-weight: 600;
    margin-bottom: 12px; }
  .share_link_div #linkDiv {
    width: 100%;
    background: #F5F5F5;
    box-shadow: 0px -6px 20px #3E3E3E14;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    font-size: 16px;
    white-space: nowrap;
    line-height: 22px;
    color: #131313;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 12px;
    margin-bottom: 20px; }
  .share_link_div .copy_btn {
    width: 100%;
    margin: 0px 0 20px;
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: white;
    padding: 12px;
    position: relative; }
    .share_link_div .copy_btn:active {
      transform: scale(0.95);
      -ms-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -webkit-transform: scale(0.95);
      background: #6585DD; }
    .share_link_div .copy_btn::after {
      position: absolute;
      bottom: -15px;
      content: "";
      height: 1px;
      width: 100px;
      margin: 0 auto;
      background: #131313;
      left: 0;
      right: 0; }
  .share_link_div .link-copied {
    color: red;
    margin: 0px auto 0 auto;
    font-size: 16px;
    margin-top: -20px;
    font-weight: 600; }

.defaultHide {
  display: none; }

.share_list {
  max-width: 410px;
  width: 90%;
  margin: 0 auto; }

.social-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 14px; }
  .social-icons .fullon {
    width: 100%; }
  .social-icons .halfon {
    width: 48%; }
    .social-icons .halfon .addsvg {
      width: 20px; }
  .social-icons li {
    margin-bottom: 14px; }
    .social-icons li a {
      border-radius: 6px;
      text-decoration: none;
      box-shadow: 0px 4px 12px #0000004D;
      color: #fff;
      padding: 8px 0px 8px 8px;
      min-height: 42px;
      position: relative;
      white-space: nowrap;
      border: none;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      .social-icons li a .btn {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        touch-action: none;
        cursor: none;
        -webkit-user-select: none;
        user-select: none;
        background-image: none;
        border: none;
        display: flex;
        border-radius: 0;
        justify-content: center;
        align-items: center; }
        .social-icons li a .btn:active {
          box-shadow: none; }
      .social-icons li a .facebook-btn {
        width: 100%; }
      .social-icons li a img {
        width: 25px; }
      .social-icons li a span {
        width: calc(100% - 25px);
        text-align: center;
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        overflow: hidden; }
  .social-icons .whatsapp {
    background: #4DC072; }
  .social-icons .whatsapp-btn:hover,
  .social-icons .facebook-btn:hover {
    color: white;
    cursor: pointer; }
  .social-icons .insta_share_status {
    background: linear-gradient(271.12deg, rgba(154, 54, 161, 0.56) 0.96%, rgba(255, 0, 18, 0.56) 63.99%), #E92C55; }
  .social-icons .facebook_share {
    background: #415D95; }
  .social-icons .tiktok-btn {
    background: #f1db2f;
    color: #000000; }
  .social-icons .snapchat_share {
    background: #FFF300;
    color: #000000; }
  .social-icons .twitter_share {
    background: #000000; }
  .social-icons .insta_share {
    background: transparent linear-gradient(90deg, #F5132F 0%, #C42F6F 45%, #BC317F 100%); }
  .social-icons .vk_share {
    background: #6694D2; }
  .social-icons .telegram_share {
    background: #2BA0D2; }
  .social-icons .kakao_share {
    background: #F1DB2F 0% 0% no-repeat padding-box;
    color: #000000; }
  .social-icons .line_share {
    background: #22BA4F 0% 0% no-repeat padding-box; }
  .social-icons .tiktok_share {
    background: #FFC805 0% 0% no-repeat padding-box;
    color: #000000; }
  .social-icons .fbmesenger_share {
    background: #4376F6 0% 0% no-repeat padding-box;
    color: #fff; }
  .social-icons .a2any_share {
    background: #6585DD 0% 0% no-repeat padding-box;
    width: 100%; }
  .social-icons .a2a_svg svg {
    display: none; }

.social-icons[dir=rtl] li a {
  padding: 8px 8px 8px 0px; }

.more-plus-share .a2a_dd {
  background: #6585DD;
  box-shadow: 0px 4px 12px #0000004D;
  border-radius: 6px;
  width: 100%;
  padding: 8px !important;
  font-size: 16px;
  color: #131313;
  line-height: 20px !important;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none; }
  .more-plus-share .a2a_dd img {
    width: 20px; }
  .more-plus-share .a2a_dd:hover {
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    color: white; }

.scoreboard_btn {
  border: none;
  background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
  box-shadow: 0px 4px 12px #00000057;
  border-radius: 6px;
  padding: 12px;
  max-width: 410px;
  display: block;
  width: 90%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  transition: 0.2s;
  margin: 30px auto 10px; }
  .scoreboard_btn:active {
    background: #6585DD;
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    color: white; }
  .scoreboard_btn:focus {
    text-decoration: none !important;
    outline: none;
    color: white; }

.delete_btn {
  border-radius: 6px;
  max-width: 410px;
  width: 90%;
  font-size: 18px;
  display: inline-block;
  line-height: 24px;
  font-weight: 600;
  transition: 0.2s;
  margin: 30px auto 10px;
  background: white;
  box-shadow: 0px 4px 12px #0000001A;
  border: 2px solid #6585DD;
  color: #6585DD;
  padding: 10px; }
  .delete_btn:active {
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  .delete_btn:focus {
    text-decoration: none !important;
    outline: none;
    color: #6585DD; }

.sync_quiz .friendboard h2 {
  font-size: 22px;
  padding: 0 10px 5px; }

.friendboard {
  margin-bottom: 30px; }
  .friendboard h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #131313;
    position: relative;
    display: inline-block;
    padding: 0 10px 10px;
    margin-bottom: 0; }
    .friendboard h2 span {
      color: #6585DD; }
  .friendboard #ustats {
    margin-bottom: 15px; }

.para #nonAttemptUserStatsDiv {
  background: #FFFFFF;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px;
  margin-top: -10px; }

.scoreboard_div {
  background: #FFFFFF;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px;
  padding: 4px; }
  .scoreboard_div .table {
    font-size: 16px;
    line-height: 22px;
    color: #4767C0;
    font-weight: 600;
    text-align: center;
    border-spacing: 5px;
    border-collapse: inherit;
    margin-bottom: 0; }
    .scoreboard_div .table thead tr th {
      background: #D3DEFC;
      border-radius: 5px;
      text-align: center;
      border-bottom: 0;
      width: 146px; }
      .scoreboard_div .table thead tr th:first-child {
        width: 293px;
        padding: 6px 6px 6px 6px; }
    .scoreboard_div .table tbody tr td {
      background: #F5F5F5 0% 0% no-repeat padding-box;
      border-radius: 4px;
      border-top: none;
      margin: 0;
      padding: 6px;
      color: #131313; }
      .scoreboard_div .table tbody tr td .btn {
        padding: 0; }
      .scoreboard_div .table tbody tr td a {
        color: #131313;
        font-size: 16px;
        line-height: 22px; }
      .scoreboard_div .table tbody tr td:first-child {
        position: relative;
        padding: 7px 6px 7px 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .scoreboard_div .table tbody tr td:first-child::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          background-image: url(../../images/secretbook/user_icon.svg);
          background-repeat: no-repeat;
          transform: translate(14px, 8px);
          width: 18px;
          height: 18px; }

.scoreboard_div[dir=rtl] .table thead tr th:first-child {
  padding: 6px 38px 6px 6px; }
.scoreboard_div[dir=rtl] .table tbody tr td:first-child {
  padding: 7px 38px 7px 6px; }
  .scoreboard_div[dir=rtl] .table tbody tr td:first-child::after {
    right: 0;
    left: auto;
    transform: translate(-14px, 8px); }

.view_result_box {
  background: #FFFFFF;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px; }

.result_page_img {
  width: 115px;
  margin: 0 auto; }

.view_result_head h3 {
  font-size: 21px;
  line-height: 28px;
  color: #131313;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  padding: 0 10px; }
  .view_result_head h3 span {
    color: #6585DD; }
  .view_result_head h3::after {
    content: "";
    height: 3px;
    left: 0;
    width: 100%;
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    border-radius: 3px;
    position: absolute;
    bottom: -8px; }

.view_answer_sec {
  max-width: 457px;
  width: 90%;
  margin: 30px auto 0;
  padding-bottom: 10px; }
  .view_answer_sec .view_div:last-child .view_ui-tabs-panel {
    margin-bottom: 0; }
    .view_answer_sec .view_div:last-child .view_ui-tabs-panel::after {
      display: none; }

.view_ui-tabs-panel {
  margin-bottom: 21px;
  position: relative;
  display: flex; }
  .view_ui-tabs-panel .question_number {
    background: transparent linear-gradient(92deg, #D239E0 0%, #10BFDA 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 10px #00000057;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px; }
  .view_ui-tabs-panel .view {
    padding-left: 27px;
    width: calc(100% - 25px); }
    .view_ui-tabs-panel .view .view_question {
      text-align: left; }
      .view_ui-tabs-panel .view .view_question a {
        font-size: 20px;
        line-height: 27px;
        color: #141414;
        font-weight: 400; }
        .view_ui-tabs-panel .view .view_question a:hover {
          text-decoration: none; }
        .view_ui-tabs-panel .view .view_question a:focus {
          text-decoration: none; }
    .view_ui-tabs-panel .view .view_answer {
      text-align: left;
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 27px;
      font-weight: 600;
      word-break: break-all; }
      .view_ui-tabs-panel .view .view_answer span {
        font-size: 18px;
        line-height: 21px;
        color: #141414;
        font-weight: 400;
        display: inline-block;
        position: relative;
        margin-right: 10px; }
        .view_ui-tabs-panel .view .view_answer span::after {
          content: "";
          height: 2px;
          left: 0;
          width: 100%;
          background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
          box-shadow: 0px 4px 12px #00000057;
          border-radius: 4px;
          position: absolute;
          bottom: -1px; }
  .view_ui-tabs-panel::after {
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    border-radius: 4px;
    position: absolute;
    bottom: -4px; }

.view_ui-tabs-panel[dir=rtl] .view {
  padding-right: 27px;
  padding-left: 0; }
  .view_ui-tabs-panel[dir=rtl] .view .view_question {
    text-align: right; }
  .view_ui-tabs-panel[dir=rtl] .view .view_answer {
    text-align: right; }
    .view_ui-tabs-panel[dir=rtl] .view .view_answer span {
      margin-left: 10px;
      margin-right: 0; }

.sync_quiz .top_heading {
  margin-bottom: 0; }

.result .top_div h2 {
  font-size: 31px;
  line-height: 34px;
  color: #131313; }
  .result .top_div h2 p {
    margin-top: 5px;
    font-size: 22px;
    line-height: 34px;
    color: #131313;
    font-weight: 600; }
    .result .top_div h2 p span {
      margin-right: 5px;
      color: #6585DD; }
.result .friendboard h2 {
  margin-top: 20px;
  font-size: 31px;
  line-height: 35px;
  margin-bottom: 0px; }
.result .top_ad {
  margin-bottom: 15px; }

.user_friend_result_page .result_img_sec {
  width: 150px;
  margin: 0 auto; }
.user_friend_result_page .congrats p {
  font-size: 22px;
  line-height: 30px;
  color: #131313;
  font-weight: 600;
  width: 55%;
  margin: 0 auto 20px; }

.create_new_quiz {
  background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 12px #00000057;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border: none;
  color: white;
  padding: 12px;
  margin-bottom: 10px; }
  .create_new_quiz:active {
    background: #6585DD; }

footer {
  background: #6585DD;
  box-shadow: 0px -5px 10px #00000057;
  border-radius: 5px 5px 0px 0px;
  padding-top: 20px;
  padding-bottom: 70px; }
  footer p:last-child {
    font-size: 18px;
    color: white;
    letter-spacing: 0.25px;
    text-align: center; }
  footer ul {
    display: flex;
    justify-content: center;
    align-items: center; }

.social-link li {
  margin: 0 15px; }

.footer-link {
  padding-top: 10px; }
  .footer-link li {
    padding: 0 15px;
    border-left: 1px solid white; }
    .footer-link li a {
      color: white;
      font-size: 20px;
      display: inline-block;
      letter-spacing: 0.28px; }
    .footer-link li:first-child {
      border-left: none; }

.footer_static_ad {
  display: flex;
  flex-direction: column;
  padding-bottom: 70px; }
  .footer_static_ad > p {
    order: 3;
    font-weight: 500; }

.footer_static_ad.footer_120 {
  padding-bottom: 120px; }

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

.static_ads.sticky_h100 {
  height: 115px; }

.top_ad {
  padding-bottom: 0px;
  margin-bottom: 40px; }
  .top_ad div div {
    margin: auto; }

.bottom_ad {
  margin: 0 auto;
  margin-top: 40px; }

.bottom_dfp_ad {
  padding-bottom: 40px; }
  .bottom_dfp_ad div div {
    margin: auto; }

.ad_box > div {
  height: 100% !important; }
.ad_box div {
  margin: auto; }

.all_ads.middle_ad {
  display: flex;
  margin-bottom: 20px;
  justify-content: center; }

#language_popup .modal-dialog {
  max-width: 617px;
  width: 90%;
  margin: 100px auto;
  z-index: 99999; }
#language_popup .modal-header {
  border: none; }
  #language_popup .modal-header h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    display: inline-block;
    padding: 0 5px; }
    #language_popup .modal-header h4::after {
      content: "";
      position: absolute;
      bottom: -7px;
      left: 0;
      width: 100%;
      height: 2px;
      background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
      box-shadow: 0px 4px 12px #00000057;
      border-radius: 2px; }
#language_popup .modal-body {
  padding: 10px 5px 25px;
  width: 93%;
  margin: 0 auto; }
#language_popup .col-lg-3 {
  padding: 0 5px;
  margin-bottom: 10px; }
#language_popup .lang-box {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #6585DD;
  border-radius: 5px;
  background: none;
  color: #6585DD;
  font-size: 16px;
  padding: 5px 2px;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.2s ease all; }
  #language_popup .lang-box:hover {
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    color: white; }
  #language_popup .lang-box:active {
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95); }
#language_popup .lang-box-new a {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #6585DD;
  border-radius: 5px;
  background: none;
  color: #6585DD;
  font-size: 16px;
  padding: 5px 2px;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.2s ease all;
  display: block; }
  #language_popup .lang-box-new a:hover {
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    color: white; }
  #language_popup .lang-box-new a:active {
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95); }

.modal-header .close {
  background-image: url(../../images/secretbook/close.svg);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  opacity: 1; }
  .modal-header .close span {
    display: none; }

.view::-webkit-scrollbar {
  width: 5px; }
.view::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px; }
.view::-webkit-scrollbar-thumb {
  background: #070707;
  border-radius: 10px; }
  .view::-webkit-scrollbar-thumb:hover {
    background: #009eb3; }

textarea::-webkit-scrollbar {
  width: 5px; }
textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px; }
textarea::-webkit-scrollbar-thumb {
  background: #070707;
  border-radius: 10px; }
  textarea::-webkit-scrollbar-thumb:hover {
    background: #009eb3; }

.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;
  padding-left: 0 !important; }

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

.status-popup-header {
  padding: 20px 0;
  margin: 0 20px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(0.25turn, #D239E0, #10BFDA, #D239E0);
  border-image-slice: 1;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600; }
  .status-popup-header button {
    position: absolute;
    top: 10px;
    right: -3px;
    opacity: 1; }

.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;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #292929; }

.status-popup-body-txt[dir=rtl] {
  text-align: right; }

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

.pt17 {
  padding-top: 17px; }

.status-popup-footer {
  border-top: 2px solid transparent;
  border-image: linear-gradient(0.25turn, #D239E0, #10BFDA, #D239E0);
  border-image-slice: 1;
  text-align: center;
  padding: 25px 10px 30px;
  margin: 0 20px; }
  .status-popup-footer button {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: white;
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    border-radius: 6px;
    padding: 7px 15px;
    border: none; }
    .status-popup-footer button:active {
      transform: scale(0.95);
      -ms-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -webkit-transform: scale(0.95); }

#myModalTiktok .modal-header {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(0.25turn, #D239E0, #10BFDA, #D239E0);
  border-image-slice: 1; }
  #myModalTiktok .modal-header h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600; }
#myModalTiktok .modal-body * {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }
#myModalTiktok .modal-footer {
  border-top: 2px solid transparent;
  border-image: linear-gradient(0.25turn, #D239E0, #10BFDA, #D239E0);
  border-image-slice: 1;
  text-align: center; }
  #myModalTiktok .modal-footer button {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: white;
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    box-shadow: 0px 4px 12px #00000057;
    border-radius: 6px;
    padding: 7px 15px;
    border: none; }
    #myModalTiktok .modal-footer button:active {
      transform: scale(0.95);
      -ms-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -webkit-transform: scale(0.95); }

.grid {
  max-width: 657px;
  min-height: 80vh;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  color: #131313; }
  .grid h4 {
    font-size: 22px;
    font-weight: 600; }
  .grid * {
    font-size: 16px;
    line-height: 21px; }

body.custom_ad {
  background: #F9F9F9;
  margin-top: 0px; }

.custom_ad .container.ads-section {
  max-width: 1280px;
  margin: 0 auto; }
.custom_ad .ads-section {
  padding: 40px 0 0; }
  .custom_ad .ads-section ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .custom_ad .ads-section ul li {
      padding: 15px; }
      .custom_ad .ads-section ul li a {
        display: block; }
        .custom_ad .ads-section ul li a img {
          width: 100%;
          display: block; }
      .custom_ad .ads-section ul li div {
        width: 300px; }
  .custom_ad .ads-section .btn-sec {
    display: flex;
    justify-content: center;
    padding: 25px 0 27px; }
    .custom_ad .ads-section .btn-sec button {
      background: transparent;
      box-shadow: 3px 3px 10px #00000029;
      border-radius: 34px;
      max-width: 150px;
      width: 100%;
      color: #10BFDA;
      font-size: 18px;
      line-height: 27px;
      font-weight: 600;
      display: inline-block;
      text-align: center;
      padding: 6px 10px;
      margin: 0 22px;
      border: 3px solid transparent;
      border-image: linear-gradient(0.25turn, #D239E0, #10BFDA, #D239E0);
      border-image-slice: 1; }
    .custom_ad .ads-section .btn-sec button.show_more_custom_ads {
      background: linear-gradient(0.25turn, #D239E0, #10BFDA, #D239E0) !important;
      color: white; }

.continue_btn_div a:hover {
  text-decoration: none; }
.continue_btn_div a:focus {
  text-decoration: none;
  outline: none; }

@media (max-width: 550px) {
  .main_area .content_area .start_btn {
    padding: 12px; }

  .blog_cont_block {
    width: 100%; }

  .top_heading {
    padding-bottom: 10px; }
    .top_heading span {
      font-size: 28px;
      line-height: 33px;
      padding: 0 5px; }

  .instruction_div h1.top_heading {
    font-size: 18px;
    line-height: 24px; }
  .instruction_div ul {
    padding-left: 25px; }
    .instruction_div ul li::before {
      left: -21px;
      top: 10px;
      width: 8px;
      height: 8px; }
    .instruction_div ul li span {
      font-size: 15px;
      line-height: 28px; }

  .instruction_div[dir=rtl] ul {
    padding-right: 25px;
    padding-left: 0; }
    .instruction_div[dir=rtl] ul li::before {
      right: -21px; }

  .form-group .name_div {
    padding: 2px; }
    .form-group .name_div input {
      padding: 14px;
      font-size: 16px;
      line-height: 22px;
      color: #6B757C; }
  .form-group .bottom_div .error {
    top: -19px; }

  .continue_btn_div input {
    font-size: 20px;
    line-height: 28px;
    padding: 14px; }

  .error {
    font-size: 13px; }

  .user_ques_head {
    font-size: 22px;
    line-height: 28px; }

  .ui-tabs-panel {
    padding: 18px 0; }

  .ques_no_list {
    margin-bottom: 16px; }
    .ques_no_list span {
      width: 26px;
      font-size: 14px;
      line-height: 16px;
      height: auto; }

  .hlist {
    margin: 0 18px; }
    .hlist #myP textarea {
      font-size: 20px;
      line-height: 28px;
      padding: 60px 45px;
      min-height: 180px; }

  .next_btn {
    padding: 14px;
    font-size: 20px;
    line-height: 28px; }

  #quesId {
    right: 18px;
    top: 54px;
    width: 63px;
    min-height: 28px; }

  #quesId[dir=rtl] {
    left: 18px; }

  .user_ui-tabs-panel {
    padding: 20px 0; }

  .user_hlist {
    margin: 0 18px; }
    .user_hlist #questionH {
      font-size: 20px;
      line-height: 25px; }

  .user_hlist_options {
    margin-top: 18px; }
    .user_hlist_options textarea {
      max-height: 123px;
      font-size: 18px;
      line-height: 24px;
      padding: 49px 50px; }

  .user_hlist.question_error_active .user_hlist_options textarea {
    padding: 48px; }

  .skip {
    margin-top: 20px; }
    .skip a {
      padding: 6px; }

  .user_friend_side .error {
    top: -19px; }

  .share-btn {
    padding-bottom: 20px; }

  .top_div h2 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 0; }
  .top_div p {
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px; }

  .share_div .share-img-sec {
    width: 183px; }

  .share_link_div .tap {
    font-size: 16px;
    line-height: 22px; }
  .share_link_div #linkDiv {
    border-radius: 4px; }
  .share_link_div .copy_btn {
    border-radius: 4px; }
    .share_link_div .copy_btn::after {
      width: 70px; }

  .social-icons {
    padding-bottom: 7px;
    margin-bottom: 0; }
    .social-icons li a {
      border-radius: 4px; }
      .social-icons li a:active {
        background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
        color: white; }
    .social-icons .halfon img {
      width: 20px; }
    .social-icons .halfon .addsvg {
      width: 15px; }
    .social-icons .fullon img {
      width: 20px; }
    .social-icons .fullon .addsvg {
      width: 16px; }

  .more-plus-share-mobile {
    display: block; }

  .scoreboard_btn {
    border-radius: 4px;
    margin: 20px auto 10px; }

  .delete_btn {
    border-radius: 4px; }
    .delete_btn:active {
      background: #6585DD;
      color: white !important;
      text-decoration: none; }
    .delete_btn:hover {
      text-decoration: none;
      transform: scale(1);
      color: #6585DD;
      -webkit-transform: scale(1); }

  .friendboard {
    margin-bottom: 15px; }
    .friendboard h2 {
      font-size: 22px;
      line-height: 25px; }

  .para #nonAttemptUserStatsDiv {
    font-size: 16px;
    padding: 15px;
    line-height: 21px; }

  .scoreboard_div {
    margin-bottom: 24px;
    border: none; }
    .scoreboard_div .table thead tr th {
      width: 75px; }
      .scoreboard_div .table thead tr th:first-child {
        width: 161px; }
    .scoreboard_div .table tbody tr td .btn {
      margin-bottom: 4px; }
      .scoreboard_div .table tbody tr td .btn img {
        width: 13px; }

  .view_answer_sec {
    margin-top: 20px; }

  .result_page_img {
    width: 88px; }

  .view_result_head h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
    .view_result_head h3::after {
      width: calc(100% - 20px);
      left: 10px;
      right: 10px;
      bottom: -4px; }

  .view_ui-tabs-panel .question_number {
    margin-top: 5px;
    font-size: 14px;
    line-height: 19px;
    width: 22px;
    height: 22px; }
  .view_ui-tabs-panel .view .view_question a {
    font-size: 16px;
    line-height: 21px; }
  .view_ui-tabs-panel .view .view_answer {
    font-size: 16px;
    line-height: 21px; }
    .view_ui-tabs-panel .view .view_answer span {
      font-size: 14px;
      line-height: 19px; }

  .user_scoreboard .top_ad {
    margin-bottom: 20px; }

  .sync_quiz .friendboard h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 15px; }
  .sync_quiz .scoreboard_div .table thead tr th:first-child {
    width: 408px; }

  .create_new_quiz:hover {
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95); }

  .result .top_div h2 {
    font-size: 26px;
    line-height: 33px; }
    .result .top_div h2 p {
      font-size: 19px;
      line-height: 24px;
      margin-top: 0;
      font-weight: 500; }
  .result .friendboard h2 {
    font-size: 22px;
    line-height: 25px;
    margin: 10px 0 -10px; }

  .user_friend_result_page .congrats p {
    width: 74%;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500; }

  .create_new_quiz {
    max-width: 335px; }

  #language_popup .modal-body {
    width: 82%;
    padding: 20px 0px 25px; }

  .status-popup-header {
    padding: 40px 0 20px; }

  .status-popup-body-txt {
    font-size: 16px;
    line-height: 19px;
    padding: 15px 0; }

  .pt17 {
    padding-top: 0; }

  #myModalTiktok {
    padding-right: 0; }
    #myModalTiktok .modal-body * {
      font-size: 16px;
      line-height: 21px; }

  .static_ads {
    width: 100%; }

  .social-link li {
    margin: 0 10px; }

  footer p:last-child {
    font-size: 12px; }
  footer .social-link li img {
    width: 23px; }
  footer .footer-link {
    padding-top: 0; }
    footer .footer-link ul {
      margin-bottom: 5px; }
      footer .footer-link ul li a {
        font-size: 14px;
        font-weight: 600; } }
@media screen and (max-width: 550px) {
  .custom_ad .ads-section {
    padding: 22px 0 0; }
    .custom_ad .ads-section ul li {
      padding: 8px; }
    .custom_ad .ads-section .btn-sec {
      padding: 15px 0 14px; }
      .custom_ad .ads-section .btn-sec button {
        max-width: 100px;
        font-size: 14px;
        line-height: 21px;
        margin: 0 5px;
        border: 2px solid #4EC7E2;
        padding: 3px; } }
.smart-scrool::-webkit-scrollbar-track {
  -webkit-box-shadow: 0px 4px 10px #00000057;
  border-radius: 10px;
  background-color: #e4e4e4; }

.smart-scrool::-webkit-scrollbar {
  width: 7px;
  background-color: #fff; }

.smart-scrool::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px #00000057;
  background-color: #6585DD; }

textarea.smart-scrool::-webkit-scrollbar {
  width: 4px;
  background-color: #fff; }

textarea.smart-scrool::-webkit-scrollbar-track,
textarea.smart-scrool::-webkit-scrollbar-thumb {
  box-shadow: none; }

@media (max-width: 350px) {
  .ques_no_list {
    width: 270px !important; }
    .ques_no_list span {
      width: 23px;
      font-size: 12px;
      line-height: 15px;
      height: 16px; } }
@media (min-width: 351px) and (max-width: 550px) {
  .ques_no_list {
    width: 300px; } }
@media (min-width: 551px) and (max-width: 651px) {
  .ques_no_list {
    width: 440px !important; }
    .ques_no_list span {
      width: 40px;
      font-size: 14px;
      line-height: 16px;
      height: auto; }

  #quesId {
    top: 72px; } }
@media (min-width: 551px) {
  .ques_no_list {
    width: 97%; }

  .create_new_quiz:hover {
    background: #6585DD; }

  .social-icons li a:hover {
    background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%);
    color: white; }

  .next_btn:hover {
    background: #6585DD; }

  .skip a:hover {
    background: #6585DD;
    color: white; }

  .create_new_quiz:hover,
  .scoreboard_btn:hover {
    background: transparent linear-gradient(90deg, #6585DD 0%, #6585DD 100%);
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    text-decoration: none;
    color: white; }

  .delete_btn:hover {
    background: #6585DD;
    color: white;
    text-decoration: none; }

  .user_friend_next_btn:hover {
    background: #6585DD; }

  .share_link_div .copy_btn:hover {
    background: transparent linear-gradient(90deg, #6585DD 0%, #6585DD 100%); } }
/* signin page styling  */
.signin .main_container .main_container {
  height: 120vh; }

#loadingDiv {
  min-height: 400px; }

.login_div {
  padding: 30px 36px;
  margin-bottom: 24px;
  text-align: center;
  margin-top: 40px;
  min-height: 400px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px;
  max-width: 501px;
  margin: 0 auto; }

.login_heading {
  color: #131313;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 30px; }

.login_div .input-group-append {
  padding-bottom: 25px;
  position: relative;
  width: 88.6%;
  margin: 0 auto; }

.login_div .input-group-append i {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 47px;
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(92deg, #D239E0 0%, #10BFDA 100%) 0% 0% no-repeat padding-box;
  font-size: 23px; }

.form-control {
  height: 48px; }

.login_div .input-group-append input:focus {
  border: 0.5px solid #6585DD; }

.form-control:focus {
  box-shadow: none; }

.login_div .input-group-append input {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #ffffff;
  border: 0.5px solid #C7C3B9;
  border-radius: 5px;
  padding: 6px 10px 6px 59px;
  color: #000000; }

.login_div .input-group-append input::placeholder {
  color: #A9A9A9; }

.login_div .button_login {
  background: transparent linear-gradient(90deg, #D239E0 0%, #10BFDA 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px #00000057;
  border-radius: 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  padding: 10px 0;
  max-width: 319px;
  width: 100%;
  border: 0; }

.login_div .button_login:active,
.login_div .button_login:focus {
  border: none;
  outline: none; }

.login_div .errorMsg {
  color: red;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding: 5px 0 0; }

/* idpin  section styling */
.share_top_sec {
  padding: 33px;
  margin-bottom: 40px;
  margin-top: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border-radius: 10px; }

.share_top_con,
.share_ss_sec {
  width: 84%;
  margin: 0 auto; }

.share_top_sec ul {
  list-style-type: none; }

.share_top_con {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 36px; }

.share_top_con span {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  padding-bottom: 12px;
  display: inline-block;
  color: #131313; }

.share_ss_sec {
  padding: 31px 10px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  box-shadow: 0px -6px 20px #3E3E3E14;
  border: 1px solid #D0D0D0;
  border-radius: 6px; }

.share_ss_sec ul {
  margin-left: 10%;
  margin-bottom: 0; }

.share_ss_sec ul li:last-child span {
  color: #878686;
  word-break: break-word;
  font-size: 18px; }

.share_ss_sec ul li {
  margin-bottom: 6px; }

.share_ss_sec ul li:last-child {
  margin-bottom: 0; }

.share_ss_sec ul li img {
  margin-right: 12px; }

.share_ss_sec ul li,
.share_ss_sec ul li span {
  font-size: 17px;
  line-height: 24px;
  color: #707070;
  text-align: left; }

@media (max-width: 550px) {
  .share_top_con,
  .share_ss_sec {
    width: 100%; }

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

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

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

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

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

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

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

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

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

/**customise loader ***/
.loaderquizmain {
  text-align: center; }

.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 #D239E0;
  animation: prixClipFix 2s linear infinite; }

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

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

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