@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: none;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("/content/fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("/content/fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("/content/fonts/Poppins-Bold.ttf");
}
body {
  font-family: "Poppins-Light";
  width: 100%;
  overflow-x: hidden;
}

.page {
  padding-top: 73px;
  width: 100%;
  overflow-x: hidden;
  max-width: 1366px;
  margin: 0 auto;
}

.row {
  width: 100%;
}

.fold {
  width: 100%;
  max-width: 1366px;
  overflow: hidden;
  margin: 0 auto;
}

.desktoponly {
  display: none;
}

.text-center, .statsListContainer .statsList, footer {
  text-align: center;
}

.questionGrid.mobileFlip {
  display: flex;
  flex-direction: column;
}
.questionGrid.mobileFlip .userLevel {
  order: 1;
}
.questionGrid.mobileFlip .ListingContainer {
  order: 2;
}

@media only screen and (min-width: 1024px) {
  .page {
    padding-top: 89px;
    margin-bottom: 50px;
  }
  .page.inner {
    max-width: inherit;
  }
  .page .questionGrid {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .page .questionGrid.mobileFlip .userLevel {
    order: 2;
  }
  .page .questionGrid.mobileFlip .ListingContainer {
    order: 1;
  }
}
.rangeSilderView {
  width: 100%;
  height: 2px;
  background: #D9D9D9;
  display: flex;
  border-radius: 2px;
  position: relative;
  max-width: 60%;
}
.rangeSilderView .progress {
  width: 20%;
  position: absolute;
  background: #9C3AE9;
  height: 6px;
  top: -1px;
  border-radius: 4px;
}
.rangeSilderView .progress:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #9a3bec;
  right: 0;
  position: absolute;
  border-radius: 15px;
  top: -5px;
}

.header {
  position: fixed;
  top: 0;
  background-color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  padding: 12px 0 10px;
  width: 100%;
  z-index: 10000;
}
.header a svg {
  width: 175px;
}
.header .menuIcon {
  position: absolute;
  left: 10px;
  top: 23px;
}
.header .Menu {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .header {
    padding: 22px 0 20px;
  }
  .header .Menu {
    display: inline-flex;
  }
  .header .menuIcon {
    display: none;
  }
  .header .fold {
    display: flex;
    justify-content: space-between;
    overflow: visible;
  }
  .header .fold .logo {
    display: inline-flex;
    margin-left: 40px;
  }
  .header .fold .logo svg {
    width: 127px;
  }
  .header .fold .Menu {
    align-items: center;
  }
  .header .fold .Menu .menuNav {
    display: inline-block;
  }
  .header .fold .Menu .menuNav li {
    display: inline-block;
    margin-right: 40px;
  }
  .header .fold .Menu .menuNav li a {
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-family: "Poppins-Regular";
    line-height: 25px;
    color: #000;
  }
  .header .fold .Menu .menuNav li a:hover {
    color: #FFC100;
  }
  .header .fold .Menu .select {
    height: 23px;
    margin: 7px 20px 0 0px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    align-items: center;
    cursor: pointer;
  }
  .header .fold .Menu .select span {
    margin-right: 5px;
  }
  .header .fold .Menu .select .showDropDown {
    top: 57px;
    margin-left: -25px;
  }
  .header .fold .Menu .btns {
    margin: 0 auto;
    display: inline;
    width: auto;
  }
  .header .fold .Menu .btns .btn {
    background-color: #000;
    width: 114px;
    height: 40px;
    font-size: 16px;
    font-family: "Poppins-Regular";
    line-height: 50px;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .header .fold .Menu .btns .btn:hover {
    background-color: #FFC100;
    color: #000;
  }
  .header .fold .Menu .btns .btn.active {
    background-color: #FFC100;
    color: #000;
  }
  .header .fold .Menu .userMenu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    position: relative;
  }
  .header .fold .Menu .userMenu .profilePic {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
  }
  .header .fold .Menu .userMenu .profilePic img {
    width: 100%;
  }
  .header .fold .Menu .dropdownMenu {
    display: inline-block;
  }
  .header .fold .Menu .dropdownMenu svg {
    width: 17px;
    margin-left: 10px;
    cursor: pointer;
  }
  .header .fold .Menu .subMenu {
    position: absolute;
    background: #fff;
    display: none;
    /* padding: 20px 0; */
    top: 50px;
    border-radius: 2px;
    border: 1px solid #FFC100;
  }
  .header .fold .Menu .subMenu.showDropDown {
    display: block;
  }
  .header .fold .Menu .subMenu li {
    padding: 10px 40px;
    font-size: 15px;
  }
  .header .fold .Menu .subMenu li:last-child {
    border-bottom: none;
  }
  .header .fold .Menu .subMenu li a {
    font-size: 13px;
    font-family: "Poppins-Regular";
    line-height: 15px;
    color: #000;
    transition: all 0.5s ease-in-out;
  }
  .header .fold .Menu .subMenu li a:hover {
    color: #FFC100;
  }
}
.MenuPopup {
  position: fixed;
  width: 95%;
  top: 0;
  left: 0;
  background-color: #000;
  height: 100vh;
  overflow: hidden;
  max-width: 384px;
  transition: all 0.3s ease-in-out;
  z-index: 10000;
  transform: translateX(-105%);
}
.MenuPopup .menuHead {
  width: 93%;
  margin: 30px auto;
  display: flex;
  align-items: center;
}
.MenuPopup .select {
  height: 23px;
  margin: 0 50px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  align-items: center;
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 25px;
  color: #fff;
}
.MenuPopup .select svg {
  fill: #fff;
}
.MenuPopup .select span {
  margin-right: 3px;
}
.MenuPopup ul {
  width: 85%;
  margin: 0 auto;
}
.MenuPopup ul li a {
  font-size: 20px;
  font-family: "Poppins-Regular";
  color: #fff;
  line-height: 50px;
}

.page.showMenu .MenuPopup {
  transform: translateX(0%);
}

.browse {
  font-size: 16px;
  font-family: "Poppins-Bold";
  background-color: #FFC100;
  color: #000;
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
  margin: 15px auto;
  border: none;
}

.btns {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 40px auto;
}
.btns .btn {
  display: inline-flex;
  width: 147px;
  height: 52px;
  border-radius: 4px;
  background: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Poppins-Regular";
  line-height: 63px;
  color: #000;
}
.btns .btn.active {
  background: #FFC100;
}

input[type=range] {
  height: 9px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #9A3BEC;
}
input[type=range]:focus::-ms-fill-lower {
  background: #9A3BEC;
}
input[type=range]:focus::-ms-fill-upper {
  background: #9A3BEC;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #9A3BEC;
  border-radius: 6px;
  border: 0px solid;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #9A3BEC;
  border: 1px solid #9A3BEC;
  height: 13px;
  width: 13px;
  border-radius: 13px;
  background: #9A3BEC;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #FF2626;
  background: #9A3BEC;
  border-radius: 6px;
  border: 0px solid;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #9A3BEC;
  border: 1px solid #9A3BEC;
  height: 13px;
  width: 13px;
  border-radius: 13px;
  background: #9A3BEC;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #9A3BEC;
  border: 0px solid;
  border-radius: 12px;
  box-shadow: 0px 0px 0px #FF2626;
}
input[type=range]::-ms-fill-upper {
  background: #9A3BEC;
  border: 0px solid;
  border-radius: 12px;
  box-shadow: 0px 0px 0px #FF2626;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #9A3BEC;
  border: 1px solid #9A3BEC;
  height: 13px;
  width: 13px;
  border-radius: 13px;
  background: #9A3BEC;
  cursor: pointer;
}

.submitButton {
  width: 129px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FFC100;
  cursor: pointer;
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
  margin: 20px auto;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.pagination a {
  cursor: pointer;
}
.pagination ul {
  display: flex;
  margin: 0 20px;
}
.pagination ul li a {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 19px;
  color: #2B2E39;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li a.active {
  background-color: #FFC100;
  color: #fff;
}

.YellowGradient {
  background: linear-gradient(to top, #FF428D, #FFAE46);
}

.purpleGradient {
  background: linear-gradient(to top, #8A3EFF, #F62C84);
}

.greanGradient {
  background: linear-gradient(to left, #31B46C, #6AC661, #CCE64F, #F3F348);
}

.Anakiwagradient {
  background: linear-gradient(to left, #2078B9, #AFDDFF);
}

.blueGradient {
  background: linear-gradient(to top, #339790, #2DE4BF);
}

.orangeGradient {
  background: linear-gradient(to top, #FF5A7D 10%, #FFAE46 80%);
}

.blueGradient2 {
  background: linear-gradient(to top, #4EAEFF, #5DF5FF);
}

.purple2Gradieant {
  background: linear-gradient(to right, #9D3AE8, #E02F9C);
}

.blueTransparent {
  background: linear-gradient(to bottom, #CBF0FF, #fff);
}

/*border*/
.YellowGradient::before {
  background: linear-gradient(to top, #FF428D, #FFAE46);
}

.purpleGradient::before {
  background: linear-gradient(to top, #8A3EFF, #F62C84);
}

.greanGradient::before {
  background: linear-gradient(to left, #31B46C, #6AC661, #CCE64F, #F3F348);
}

.Anakiwagradient::before {
  background: linear-gradient(to left, #2078B9, #AFDDFF);
}

.blueGradient::before {
  background: linear-gradient(to top, #339790, #2DE4BF);
}

.title {
  font-size: 30px;
  font-family: "Poppins-Bold";
  line-height: 46px;
  color: #000;
}

.subTitle {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 22px;
  color: #808080;
  margin-top: 5px;
}

.secondaryTitle {
  font-size: 20px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
  margin-top: 5px;
}

.Maintitle {
  font-size: 30px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #2B2E39;
}

.sm-title {
  font-size: 20px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
}

@media only screen and (min-width: 1024px) {
  .Maintitle {
    font-size: 50px;
  }
}
footer {
  background-color: #000;
  padding: 80px 0 20px;
}
footer .logo svg {
  width: 175px;
}
footer .links {
  width: 72%;
  margin: 50px auto;
}
footer .links li {
  display: inline-block;
  width: 49%;
  text-align: left;
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 44px;
  color: #fff;
}
footer .links li a {
  color: #fff;
}
footer .social h1 {
  font-size: 18px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #fff;
}
footer .social ul li {
  display: inline-block;
  margin: 15px;
}
footer .social ul li a svg {
  width: 20px;
  height: 20px;
}
footer .copyRight {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #fff;
  width: 90%;
  text-align: right;
  margin: 15px auto 0;
}
footer .copyRight svg {
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 1024px) {
  footer .fold {
    display: flex;
    width: 85%;
  }
  footer .fold .logo svg {
    width: 248px;
  }
  footer .fold .links {
    width: auto;
    margin: -15px 50px;
  }
  footer .fold .column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  footer .fold .column .social {
    margin-bottom: 80px;
  }
  footer .fold .column .social h1 {
    text-align: left;
    margin-left: 20px;
  }
}
#loader {
  background: #fff;
  position: fixed;
  z-index: 55;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.LeaderBoard {
  width: 100%;
  margin: 20px 0;
  display: none;
}
.LeaderBoard img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .LeaderBoard {
    display: block;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 *
 *	=Structure
 *
 *	================================================================ */
/**
 *	=General
 *	---------------------------------------------------------------- */
.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5;
  width: 100%;
}

.dropdown a {
  text-decoration: none;
  color: #000;
}

/**
 *	=Toggle
 *	---------------------------------------------------------------- */
.dropdown-toggle {
  background: #ffffff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  padding: 8.75px 20px;
  margin: 0;
  border: 1px solid #E6E6E6;
  color: #818E94;
  width: calc(100% - 40px);
}

.dropdown-toggle .dropdown-icon {
  height: 2px;
  width: 8px;
  opacity: 0.6;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.dropdown-toggle .dropdown-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
}

.dropdown-toggle .dropdown-text {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-toggle img {
  vertical-align: middle;
}

/**
 *	=Containers
 *	---------------------------------------------------------------- */
.dropdown-menu-wrapper {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.dropdown-menu-container {
  position: relative;
  width: 300px;
  max-width: 100%;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
}

.dropdown-menu-main,
.dropdown-menu-open {
  display: block;
}

.dropdown-menu-open {
  position: relative;
}

.dropdown-menu-wrapper {
  position: absolute;
  z-index: 999;
  display: none;
  opacity: 0;
}

.dropdown-below .dropdown-menu-wrapper {
  top: 100%;
  bottom: auto;
  margin: 3px 0 0;
}

.dropdown-above .dropdown-menu-wrapper {
  bottom: 100%;
  top: auto;
  margin: 0 0 3px;
}

.dropdown-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.dropdown-animating .dropdown-mask {
  display: block;
}

.dropdown-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  opacity: 0;
}

/**
 *
 *	=Menu styles
 *
 *	================================================================ */
/**
 *	=Header
 *	---------------------------------------------------------------- */
.dropdown-header {
  position: relative;
  min-height: 25px;
  padding: 12.5px 50px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}

.dropdown-menu-main .dropdown-header {
  display: none;
}

.dropdown-title {
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  padding: 0;
  margin: 0;
}

/**
 *	=Buttons
 *	---------------------------------------------------------------- */
.dropdown-close,
.dropdown-back {
  position: absolute;
  text-decoration: none;
  top: 0;
  font-weight: bold;
  color: #aaaaaa;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.dropdown-close .dropdown-text,
.dropdown-back .dropdown-text {
  display: none;
}

.dropdown-back {
  left: 0;
}

.dropdown-back .dropdown-icon:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
}

.dropdown-menu-main .dropdown-back {
  display: none;
}

.dropdown-close {
  display: none;
  right: 0;
}

.dropdown-close .dropdown-icon:after {
  font-family: sans-serif;
  content: "×";
}

/**
 *	=List
 *	---------------------------------------------------------------- */
.dropdown-list,
.dropdown-item {
  list-style-type: none;
  font-size: inherit;
}

.dropdown-list {
  overflow: hidden;
  text-align: left;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 10px 0;
}

.dropdown-item {
  padding: 0;
  margin: 0 0 1px;
}

.dropdown-item:last-child {
  margin-bottom: 0;
}

/**
 *	=Labels
 *	---------------------------------------------------------------- */
.dropdown-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  margin: 20px 0 0;
}

.dropdown-label:first-child {
  margin-top: 0;
}

/**
 *	=Dividers
 *	---------------------------------------------------------------- */
.dropdown-divider {
  border-bottom: 1px solid #e0e0e0;
  margin: 10px 0;
}

.dropdown-divider:first-child,
.dropdown-divider:last-child {
  display: none;
}

.dropdown-divider + .dropdown-label {
  margin-top: 10px;
}

.dropdown-divider:first-child + .dropdown-label {
  margin-top: 0;
}

/**
 *	=Items
 *	---------------------------------------------------------------- */
.dropdown-link {
  display: block;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 20px;
}

.dropdown-parent .dropdown-link:after {
  content: "";
  opacity: 0.6;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.dropdown-link:hover {
  background: rgba(0, 0, 0, 0.03);
  color: #FFC100;
}

.dropdown-focused .dropdown-link {
  background: rgba(0, 0, 0, 0.03);
  color: #FFC100;
}

.dropdown-selected .dropdown-link {
  background: #FFC100;
  color: #ffffff;
}

/**
 *
 *	=Mobile styles
 *
 *	================================================================ */
@media all and (min-width: 601px) {
  .dropdown-overlay {
    display: none !important;
  }
}
.featuredArea {
  width: 100%;
}
.featuredArea figure {
  position: relative;
}
.featuredArea figure img {
  width: 100%;
  display: block;
}
.featuredArea figure figcaption {
  position: absolute;
  bottom: 20px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins-Bold";
  width: 80%;
  padding: 20px;
  max-width: 313px;
  list-style: 25px;
}
.featuredArea .owl-nav, .featuredArea .owl-dots {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .featuredAreaContainer {
    display: flex;
  }
  .featuredAreaContainer .featuredArea {
    width: 58%;
    overflow: hidden;
  }
  .featuredAreaContainer .featuredArea .owl-nav {
    display: block;
  }
  .featuredAreaContainer .featuredArea .owl-nav button {
    position: absolute;
    top: 50%;
  }
  .featuredAreaContainer .featuredArea .owl-nav button.owl-prev {
    left: 30px;
  }
  .featuredAreaContainer .featuredArea .owl-nav button.owl-next {
    right: 30px;
  }
  .featuredAreaContainer .featuredArea figure img {
    transition: all 0.5s ease-in-out;
  }
  .featuredAreaContainer .featuredArea figure img:hover {
    transform: scale(1.1);
  }
  .featuredAreaContainer .featuredArea figure figcaption {
    bottom: 40px;
    font-size: 28px;
    font-family: "Poppins-Bold";
    line-height: 42px;
    color: #fff;
    max-width: 489px;
    padding: 15px 27px;
    width: 80%;
    pointer-events: none;
    left: 0;
  }
}
.offerSale {
  width: 100%;
  background-color: #FFC100;
  text-align: center;
  padding: 20px 0;
}
.offerSale img {
  width: 277px;
}

@media only screen and (min-width: 1024px) {
  .offerSale {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42%;
  }
}
.CategoryList .card {
  width: 161px;
  height: 212px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
}
.CategoryList .card a {
  display: block;
}
.CategoryList .card figure img {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
}
.CategoryList .card .head {
  margin: 15px;
  color: #000;
}
.CategoryList .card .head h1 {
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 21px;
}
.CategoryList .card .head h5 {
  font-size: 7px;
  font-family: "Poppins-Regular";
  line-height: 10px;
}

@media only screen and (min-width: 1024px) {
  .CategoryList {
    margin-top: -10px;
  }
  .CategoryList .owl-stage-outer {
    max-width: 92%;
    margin: 0 auto;
  }
  .CategoryList .card {
    width: 245px;
    height: 350px;
  }
  .CategoryList .card .head h1 {
    font-size: 26px;
    font-family: "Poppins-Bold";
    line-height: 39px;
    color: #000;
  }
  .CategoryList .card .head h5 {
    font-size: 14px;
    font-family: "Poppins-Regular";
    line-height: 21px;
    color: #000;
  }
  .CategoryList .owl-nav {
    display: block !important;
  }
  .CategoryList .owl-nav button {
    position: absolute;
    top: 0;
    width: 38px;
    height: 100%;
    color: #fff;
    font-size: 45px;
    left: 0;
  }
  .CategoryList .owl-nav button.owl-next {
    right: 0;
    left: auto;
  }
  .CategoryList .owl-dots {
    display: none;
  }
}
@media only screen and (min-width: 1365px) {
  .CategoryList .owl-stage-outer {
    max-width: 86%;
  }
  .CategoryList .card {
    width: 295px;
    height: 390px;
  }
}
.topicListContainer {
  margin-top: 20px;
}
.topicListContainer .topicList {
  margin-top: 30px;
}
.topicListContainer .topicList .owl-stage {
  position: relative;
  right: -42px;
}
.topicListContainer .topicList .card {
  display: inline-block;
  width: 194px;
  overflow: hidden;
}
.topicListContainer .topicList .card a {
  display: block;
}
.topicListContainer .topicList .card a figure img {
  width: 100%;
  display: block;
}
.topicListContainer .topicList .card a figure figcaption {
  padding: 10px 15px;
}
.topicListContainer .topicList .card a figure figcaption p {
  font-size: 16px;
  font-family: "Poppins-Bold";
  line-height: 22px;
  color: #000;
}
.topicListContainer .topicList .card a figure figcaption .decription {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #000;
  display: none;
}
.topicListContainer .topicList .owl-nav {
  display: block;
}
.topicListContainer .topicList .owl-nav button {
  position: absolute;
  top: 0;
  width: 38px;
  background-color: #000;
  height: 100%;
  color: #fff;
  font-size: 45px;
  left: 0;
}
.topicListContainer .topicList .owl-nav button.owl-next {
  right: 0;
  left: auto;
}
.topicListContainer .topicList .owl-dots {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .topicListContainer .topicList .card {
    width: 280px;
  }
  .topicListContainer .topicList .card a figure figcaption {
    padding: 20px 20px 30px;
  }
  .topicListContainer .topicList .card a figure figcaption .decription {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1365px) {
  .topicListContainer .topicList .card {
    width: 320px;
  }
}
.topTopicListContainer {
  margin-top: 20px;
}
.topTopicListContainer .topTopicList {
  margin-top: 50px;
}
.topTopicListContainer .topTopicList .owl-stage-outer {
  overflow: visible;
}
.topTopicListContainer .topTopicList .card {
  width: 240px;
  height: 258px;
  position: relative;
  border: solid 8px transparent;
  /* !importanté */
  background: #fff;
  background-clip: padding-box;
  /* !importanté */
  text-align: center;
  display: inline-block;
}
.topTopicListContainer .topTopicList .card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -8px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
}
.topTopicListContainer .topTopicList .card figure {
  width: 128px;
  height: 128px;
  border-radius: 128px;
  overflow: hidden;
  margin: -25px auto 20px;
  display: block;
}
.topTopicListContainer .topTopicList .card figure img {
  width: 100%;
  display: block;
}
.topTopicListContainer .topTopicList .card .card-body {
  width: 90%;
  margin: 0 auto;
}
.topTopicListContainer .topTopicList .card .card-body h1 {
  font-size: 18px;
  font-family: "Poppins-Bold";
  line-height: 22px;
  color: #000;
}
.topTopicListContainer .topTopicList .card .card-body p {
  font-size: 11px;
  font-family: "Poppins-Regular";
  line-height: 17px;
  color: #000;
  margin: 10px 0;
}
.topTopicListContainer .topTopicList .card .card-body .readMore {
  border-radius: 4px;
  background: #000;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Poppins-Regular";
  line-height: 41px;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .topTopicListContainer .topTopicList .owl-stage-outer {
    max-width: 92%;
    margin: 0 auto;
    max-width: 92%;
    margin: -10px auto 0;
    overflow: hidden;
    padding: 30px 0;
  }
  .topTopicListContainer .topTopicList .card {
    width: 287px;
    height: 300px;
  }
  .topTopicListContainer .topTopicList .card figure {
    width: 153px;
    height: 153px;
    border-radius: 153px;
    overflow: hidden;
    margin: -30px auto 20px;
  }
  .topTopicListContainer .topTopicList .card .card-body p {
    margin: 15px 0 20px;
    height: 40px;
  }
  .topTopicListContainer .topTopicList .owl-nav {
    display: block !important;
  }
  .topTopicListContainer .topTopicList .owl-nav button {
    position: absolute;
    top: 0;
    width: 38px;
    height: 100%;
    color: #fff;
    font-size: 45px;
    left: 0;
  }
  .topTopicListContainer .topTopicList .owl-nav button.owl-next {
    right: 0;
    left: auto;
  }
  .topTopicListContainer .topTopicList .owl-dots {
    display: none;
  }
}
.statsListContainer {
  margin-top: 50px;
}
.statsListContainer .statsList .card {
  width: 100%;
  display: block;
}
.statsListContainer .statsList .card figure {
  width: 205px;
  height: 205px;
  border-radius: 205px;
  overflow: hidden;
  display: block;
  margin: 20px auto;
}
.statsListContainer .statsList .card figure img {
  width: 100%;
  display: block;
}
.statsListContainer .statsList .card .card-body {
  width: 80%;
  margin: 0 auto;
}
.statsListContainer .statsList .card .card-body h1 {
  font-size: 16px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
}
.statsListContainer .statsList .card .card-body p {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 22px;
  color: #808080;
  margin-top: 10px;
}
.statsListContainer .statsList .card .card-body ul {
  margin-top: 20px;
}
.statsListContainer .statsList .card .card-body ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.statsListContainer .statsList .card .card-body ul li div {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 36px;
  color: #808080;
  width: 33%;
  text-align: center;
}
.statsListContainer .statsList .card .card-body ul li div span {
  color: #000;
}
.statsListContainer .statsList .owl-nav {
  display: block;
  width: 100%;
}
.statsListContainer .statsList .owl-nav button {
  position: absolute;
  top: 0;
  width: 38px;
  height: 50%;
  color: #fff;
  font-size: 45px;
  left: 10px;
}
.statsListContainer .statsList .owl-nav button.owl-next {
  right: 10px;
  left: auto;
}
.statsListContainer .statsList .owl-dots {
  display: none;
}

.formGrid {
  display: flex;
}
.formGrid .form {
  margin: 0 auto;
  width: 100%;
}
.formGrid .form header {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
  margin: 30px 0;
  text-align: center;
}
.formGrid .form header a svg {
  width: 150px;
}
.formGrid .form form {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}
.formGrid .form form .socialLogin .row a {
  position: relative;
  text-align: center;
  width: 90%;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  border-radius: 2px;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 19px;
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.formGrid .form form .socialLogin .row a.fb {
  background-color: #3C5D96;
  color: #fff;
}
.formGrid .form form .socialLogin .row a i {
  position: absolute;
  left: 20px;
}
.formGrid .form form .or {
  margin: 30px 0 20px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #2B2E39;
  text-transform: uppercase;
}
.formGrid .form form .or:after, .formGrid .form form .or:before {
  content: "";
  position: absolute;
  width: 43%;
  height: 1px;
  background-color: #E6E6E6;
  top: 50%;
}
.formGrid .form form .or:before {
  left: 0;
}
.formGrid .form form .or:after {
  right: 0;
}
.formGrid .form form .formContent .field {
  margin-bottom: 20px;
}
.formGrid .form form .formContent .field label {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #2B2E39;
  margin-bottom: 5px;
}
.formGrid .form form .formContent .field .control {
  position: relative;
}
.formGrid .form form .formContent .field .control i {
  position: absolute;
  top: 13px;
  left: 10px;
}
.formGrid .form form .formContent .field .control i svg {
  width: 15px;
  height: 19px;
}
.formGrid .form form .formContent .field .control input {
  width: 100%;
  height: 40px;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #2B2E39;
  text-indent: 40px;
}
.formGrid .form form .formContent .field .control.error input {
  border-color: rgba(196, 0, 0, 0.5);
}
.formGrid .form form .formContent .field .control.error .errorMsg {
  font-size: 12px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #2B2E39;
}
.formGrid .form form .formContent .termsContainer {
  display: flex;
  margin-bottom: 20px;
}
.formGrid .form form .formContent .termsContainer label {
  margin-left: 10px;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 19px;
  color: #2B2E39;
  display: inline-block;
  width: calc(100% - 20px);
}
.formGrid .form form .formContent .termsContainer label a {
  color: #2B2E39;
  text-decoration: underline;
}
.formGrid .form form .formContent .termsContainer input[type=checkbox] {
  display: inline-block;
  border: 1px solid #E6E6E6;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
}
.formGrid .form form .formContent button[type=submit] {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #fff;
  background-color: #FFC100;
  border-radius: 25px;
  border: none;
}
.formGrid .form form .formContent .switch {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #2B2E39;
  text-align: center;
}
.formGrid .form form .formContent .switch a {
  font-family: "Poppins-Bold";
  opacity: 0.5;
  text-decoration: none;
  color: #49B859;
}
.formGrid .form form .actions {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.formGrid .form form .actions label {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #818E94;
}
.formGrid .form form .actions input[type=checkbox] {
  display: inline-block;
  border: 1px solid #E6E6E6;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.formGrid .form form .actions a {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #818E94;
}
.formGrid .introItem {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .formGrid .form {
    width: 40%;
  }
  .formGrid .introItem {
    width: 60%;
    display: inline-block;
  }
  .formGrid .introItem figure {
    position: relative;
    width: 100%;
  }
  .formGrid .introItem figure img {
    width: 100%;
  }
  .formGrid .introItem figure figcaption {
    position: absolute;
    bottom: 70px;
    background-color: #000;
    width: 70%;
    padding: 15px 40px 15px 30px;
  }
  .formGrid .introItem figure figcaption h1 {
    font-size: 28px;
    font-family: "Poppins-Bold";
    line-height: 42px;
    color: #fff;
  }
  .formGrid .introItem figure figcaption p {
    font-size: 14px;
    font-family: "Poppins-Regular";
    line-height: 22px;
    color: #fff;
  }
}
.breakCrumb {
  background: linear-gradient(to right, #9D3AE8, #E02F9C);
  min-height: 4px;
}

.categoriesList {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.categoriesList .Maintitle {
  margin: 30px auto;
}
.categoriesList ul {
  width: 100%;
}
.categoriesList ul li {
  display: inline-block;
  max-width: 260px;
  height: 150px;
  width: 48%;
  background-color: #F0F0F0;
  margin: 0 1% 2%;
  float: left;
}
.categoriesList ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.categoriesList ul li a span {
  margin-top: 10px;
  font-size: 12px;
  font-family: "Poppins-Regular";
  line-height: 25px;
  color: #000;
}

@media only screen and (min-width: 1024px) {
  .breakCrumb {
    min-height: 11px;
  }

  .categoriesList .Maintitle {
    margin: 50px auto;
  }
  .categoriesList ul {
    width: 100%;
  }
  .categoriesList ul li {
    display: inline-block;
    width: 260px;
    margin: 0 0 12px 12px;
  }
  .categoriesList ul li:nth-child(4n+1) {
    margin: 0 0 12px 0;
  }
  .categoriesList ul li a span {
    font-size: 16px;
  }
}
.mainSectionBanner {
  min-height: 11px;
}
.mainSectionBanner .fold {
  display: flex;
  align-items: center;
  padding: 20px;
}
.mainSectionBanner .secHead {
  margin-left: 15px;
}
.mainSectionBanner .secHead h6 {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #000;
}
.mainSectionBanner .secHead h1 {
  font-size: 20px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
  margin-top: 10px;
}
.mainSectionBanner .secHead p {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .mainSectionBanner .fold {
    padding: 25px;
  }
  .mainSectionBanner svg {
    width: 83px;
    height: 103px;
  }
  .mainSectionBanner .secHead {
    margin-left: 20px;
  }
  .mainSectionBanner .secHead h6 {
    font-size: 16px;
    font-family: "Poppins-Regular";
    line-height: 25px;
    color: #000;
  }
  .mainSectionBanner .secHead h1 {
    font-size: 40px;
    font-family: "Poppins-Bold";
    line-height: 60px;
    color: #000;
    margin-top: 0;
  }
  .mainSectionBanner .secHead p {
    display: block;
    font-size: 14px;
    font-family: "Poppins-Regular";
    line-height: 21px;
    color: #000;
    max-width: 400px;
  }
}
.questionContainer {
  background: #F9F9F9;
  margin-top: 20px;
  padding: 20px 0;
  width: 90%;
  padding: 20px 5%;
}
.questionContainer .cover {
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
}
.questionContainer .cover img {
  width: 100%;
}
.questionContainer .votes {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 630px;
  margin: 20px auto 0;
}
.questionContainer .votes li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  align-items: center;
  padding: 0;
}
.questionContainer .votes li div {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 36px;
  color: #808080;
  width: 33%;
  text-align: center;
}
.questionContainer .votes li div span {
  color: #000;
}
.questionContainer .result .VoteTime {
  display: block;
  text-align: center;
}
.questionContainer .result .cover {
  max-width: 325px;
}
.questionContainer .result .circle {
  width: 152px;
  height: 152px;
  border-radius: 152px;
  overflow: hidden;
  margin: 20px auto;
}
.questionContainer .result .circle img {
  width: auto;
  height: 100%;
}
.questionContainer .result .ratesList {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.questionContainer .result .ratesList li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.questionContainer .result .ratesList li span {
  margin-right: 20px;
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 41.5px;
  color: #808080;
}
.questionContainer .result .userActions {
  justify-content: center;
  display: flex;
}
.questionContainer .quiztitle {
  font-size: 20px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
}
.questionContainer p {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #000;
  margin-top: 10px;
}
.questionContainer .VoteTime {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #000;
}
.questionContainer .VoteTime span {
  font-family: "Poppins-Bold";
}
.questionContainer .userActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questionContainer .userActions .VoteActionbtn {
  margin-top: 10px;
  background-color: #000;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #fff;
  padding: 5px 15px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.questionContainer .userActions .VoteActionbtn svg {
  margin-right: 10px;
}
.questionContainer .result p {
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 25px;
  color: #2B2E39;
  margin: 20px 0 0;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .questionContainer {
    width: 720px;
    padding: 20px;
    margin-right: 20px;
  }
  .questionContainer .VoteTime {
    display: inline-block;
  }
  .questionContainer .userActions {
    display: inline-flex;
  }
  .questionContainer .userActions .VoteActionbtn {
    cursor: pointer;
    margin-left: 20px;
  }
  .questionContainer .userActions .VoteActionbtn:nth-child(2) {
    margin-left: 20px;
  }
}
.voteQuestion .gamePlayCards {
  margin: 20px 0 0;
}
.voteQuestion .gamePlayCards li {
  background: #fff;
  width: 48%;
  height: 180px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  margin: 0 2% 4% 0;
}
.voteQuestion .gamePlayCards li:nth-child(even) {
  margin: 0 0 4% 0;
}
.voteQuestion .gamePlayCards li.selected {
  background-color: #FFC100;
}
.voteQuestion .gamePlayCards li.selected .head .indexNumber {
  color: #000;
  background-color: #fff;
}
.voteQuestion .gamePlayCards li .head {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 90%;
  top: 0;
  align-items: center;
  margin: 6px auto 0;
  left: 0;
  right: 0;
}
.voteQuestion .gamePlayCards li .head .indexNumber {
  background: #FFC100;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: "Poppins-Bold";
  line-height: 20px;
  color: #000;
}
.voteQuestion .gamePlayCards li .head .voteCount {
  font-size: 11px;
  font-family: "Poppins-Regular";
  line-height: 17px;
  color: #000;
}
.voteQuestion .gamePlayCards li .choice {
  text-align: center;
  margin-top: 40px;
}
.voteQuestion .gamePlayCards li .choice figure {
  width: 95px;
  height: 95px;
  border-radius: 95px;
  overflow: hidden;
  margin: 0 auto;
}
.voteQuestion .gamePlayCards li .choice h6 {
  font-size: 13px;
  font-family: "Poppins-Bold";
  line-height: 20px;
  color: #000;
  margin-top: 10px;
}
.voteQuestion .userActions {
  justify-content: space-between;
}
.voteQuestion .result {
  text-align: center;
}
.voteQuestion .result .VoteTime {
  display: block;
  margin: 20px 0;
}
.voteQuestion .result .userActions {
  justify-content: center;
}
.voteQuestion .result .userActions .VoteActionbtn {
  cursor: pointer;
  margin-left: 0;
}

@media only screen and (min-width: 1024px) {
  .voteQuestion .gamePlayCards li {
    width: 216px;
    height: 216px;
    margin: 0 15px 15px 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .voteQuestion .gamePlayCards li:hover {
    background-color: #FFC100;
  }
  .voteQuestion .gamePlayCards li:hover .head .indexNumber {
    color: #000;
    background-color: #fff;
  }
  .voteQuestion .gamePlayCards li .choice {
    margin-top: 51px;
  }
  .voteQuestion .gamePlayCards li .choice figure {
    width: 114px;
    height: 114px;
    border-radius: 114px;
  }
  .voteQuestion .gamePlayCards li:nth-child(even) {
    margin: 0 15px 15px 0;
  }
  .voteQuestion .gamePlayCards li:nth-child(3n) {
    margin: 0 0 15px 0;
  }
  .voteQuestion .userActions {
    display: inline-flex;
  }
}
.reactQuestion .coverImg {
  width: 90%;
  margin: 40px auto 20px;
  max-width: 400px;
  display: block;
}
.reactQuestion .coverImg img {
  width: 100%;
}
.reactQuestion .voteActions {
  width: 90%;
  margin: -50px auto 10px;
  display: flex;
  justify-content: space-around;
  max-width: 350px;
}
.reactQuestion .voteActions div {
  cursor: pointer;
}
.reactQuestion .userActions {
  display: flex;
  justify-content: flex-end;
}
.reactQuestion .userActions .VoteActionbtn {
  margin-left: 0;
}
.reactQuestion .result .VoteTime {
  text-align: center;
  display: block;
}
.reactQuestion .result .coverImg {
  margin: 20px auto;
}
.reactQuestion .result .voteActions {
  margin: -50px auto 10px;
}
.reactQuestion .result .voteActions.v2 {
  margin: 20px auto;
  justify-content: space-between;
  max-width: 450px;
}
.reactQuestion .result .voteActions.v2 div div {
  margin-top: 10px;
  text-align: center;
}
.reactQuestion .result .userActions {
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .reactQuestion .voteActions {
    margin: 20px auto 0;
  }
}
.Multiplechoice ul {
  margin-top: 20px;
}
.Multiplechoice ul li {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 5%;
  box-shadow: rgba(0, 0, 0, 0.12);
}
.Multiplechoice ul li input {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
.Multiplechoice ul li label {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}
.Multiplechoice ul li label span {
  font-size: 20px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
  margin-left: 20px;
}
.Multiplechoice ul li figure {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
}
.Multiplechoice ul li figure img {
  width: 100%;
}
.Multiplechoice .userActions {
  justify-content: flex-end;
  display: flex;
}

.dragVote .gamePlay {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 20px;
}
.dragVote .gamePlay ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.dragVote .gamePlay ul li span {
  position: absolute;
  background: #FFC100;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: "Poppins-Bold";
  line-height: 20px;
  color: #000;
  left: -20px;
}
.dragVote .gamePlay ul li figure {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
  box-sizing: border-box;
}
.dragVote .gamePlay ul li figure img {
  width: 100%;
}
.dragVote .gamePlay ul li h3 {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #000;
  margin-left: 10px;
}
.dragVote .gamePlay .drop li {
  position: relative;
}
.dragVote .gamePlay .drop li figure {
  border: 2px solid #000;
}
.dragVote .gamePlay .resultList {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.dragVote .gamePlay .resultList li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  margin: 20px;
}
.dragVote .gamePlay .resultList li span {
  bottom: -20px;
  left: 22px;
}

.rateChoice .rate {
  text-align: center;
  margin-bottom: 10px;
}
.rateChoice .userActions {
  justify-content: flex-end;
  display: flex;
}

.sliderRate .userActions {
  justify-content: flex-end;
  display: flex;
}

@media only screen and (min-width: 1024px) {
  .dragVote .gamePlay {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 20px;
  }
  .dragVote .gamePlay ul {
    display: flex;
    justify-content: space-around;
  }
  .dragVote .gamePlay ul li {
    flex-direction: column;
  }
  .dragVote .gamePlay ul li span {
    bottom: -20px;
    left: 22px;
  }
  .dragVote .gamePlay .drop {
    margin: 30px 0;
  }
  .dragVote .result .gamePlay {
    margin: 30px 20px;
  }
}
.rs-container * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rs-container {
  font-family: Arial, Helvetica, sans-serif;
  height: 65px;
  position: relative;
}

.rs-container .rs-bg, .rs-container .rs-selected {
  background-color: #eee;
  border: 1px solid #ededed;
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
  border-radius: 3px;
}

.rs-container .rs-selected {
  background: linear-gradient(to left, #993BEC, #F62C84);
  transition: all 0.2s linear;
  width: 0;
  height: 13px;
  border-radius: 11px;
}

.rs-container .rs-pointer {
  background-color: #000000;
  /* border: 1px solid #bbb; */
  border-radius: 34px;
  cursor: pointer;
  height: 34px;
  left: -10px;
  position: absolute;
  top: -7px;
  transition: all 0.2s linear;
  width: 33px;
}

.rs-container.disabled .rs-pointer {
  border-color: #ccc;
}

.rs-container .rs-pointer::before,
.rs-container .rs-pointer::after {
  position: absolute;
  width: 1px;
  height: 9px;
  background-color: #ddd;
  left: 12px;
  top: 5px;
}

.rs-container .rs-pointer::after {
  left: auto;
  right: 12px;
}

.rs-container.disabled .rs-pointer {
  cursor: default;
}

.rs-container.sliding .rs-selected,
.rs-container.sliding .rs-pointer {
  transition: none;
}

.rs-container .rs-scale {
  left: 0;
  position: absolute;
  top: 30px;
  display: flex;
}

.rs-container .rs-scale span {
  float: left;
  position: relative;
}

.rs-container .rs-scale span::before {
  background-color: #ededed;
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 1px;
}

.rs-container.rs-noscale span::before {
  display: none;
}

.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
  display: block;
}

.rs-container .rs-scale span:last-child {
  margin-left: -1px;
  width: 0px;
}

.rs-container .rs-scale span ins {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #000;
}

.rs-container.disabled .rs-scale span ins {
  color: #999;
}

.rs-tooltip {
  color: #333;
  width: auto;
  min-width: 60px;
  height: 30px;
  position: relative;
  background: #fff;
  border: 1px solid #00969b;
  border-radius: 3px;
  position: absolute;
  transform: translate(-50%, -35px);
  left: 13px;
  text-align: center;
  font-size: 13px;
  padding: 6px 10px 0;
}

.rs-container.disabled .rs-tooltip {
  border-color: #ccc;
  color: #999;
}

.ListingContainer {
  margin-top: 20px;
  width: 100%;
  padding: 20px 0;
}
.ListingContainer .myfeed {
  margin: 0 auto 20px;
  width: 90%;
}
.ListingContainer .searchArea {
  width: 90%;
  margin: 0 auto;
}
.ListingContainer .searchArea .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.ListingContainer .searchArea .field {
  position: relative;
  width: 100%;
}
.ListingContainer .searchArea .field input {
  width: 100%;
  border: 2px solid #000;
  height: 46px;
  border-radius: 4px;
  text-indent: 20px;
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 25px;
  color: #000;
}
.ListingContainer .searchArea .field i {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ListingContainer .searchArea .field.dropDown {
  width: auto;
  border: 2px solid #000;
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 4px;
  align-items: center;
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 25px;
  color: #000;
}
.ListingContainer .searchArea .field.dropDown i {
  position: static;
  margin-left: 15px;
}
.ListingContainer .searchArea .field.dropDown .dropDownList {
  display: none;
}
.ListingContainer .searchArea .field.sort {
  display: inline-flex;
  padding: 10px 15px;
  width: auto;
  align-items: center;
}
.ListingContainer .searchArea .field.sort span {
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 25px;
  color: #000;
}
.ListingContainer .searchArea .field.sort i {
  position: static;
  margin-left: 15px;
}
.ListingContainer .searchArea .field.sort .dropDownList {
  display: none;
}
.ListingContainer .featuredArea {
  background: linear-gradient(to top, #8A3EFF, #F62C84);
  padding: 20px 0;
  margin: 20px 0;
}
.ListingContainer .featuredArea h1 {
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 15px;
  color: #000;
  text-align: center;
  margin: 0 0 10px 0;
}
.ListingContainer .featuredArea ul {
  display: flex;
  justify-content: center;
}
.ListingContainer .featuredArea ul li {
  transform: scale(0.9);
}
.ListingContainer .featuredArea ul li:nth-child(2) {
  z-index: 3;
  margin: 0 -30px;
  transform: none;
}
.ListingContainer .featuredArea ul li figure {
  width: 139px;
  height: 139px;
  border-radius: 139px;
  overflow: hidden;
}
.ListingContainer .featuredArea ul li figure img {
  width: 100%;
}
.ListingContainer .featuredArea ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.ListingContainer .featuredArea ul li .item h3 {
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 20px;
  color: #000;
}
.ListingContainer .featuredArea ul li .item span {
  font-size: 12px;
  font-family: "Poppins-Regular";
  line-height: 20px;
  color: #000;
}
.ListingContainer .list {
  margin-top: 20px;
}
.ListingContainer .list ul li {
  margin-bottom: 20px;
  background-color: #F9F9F9;
  width: 90%;
  padding: 10px 5%;
  overflow: hidden;
}
.ListingContainer .list ul li .card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ListingContainer .list ul li .card .des {
  display: none;
}
.ListingContainer .list ul li .card figure {
  width: 102px;
  height: 102px;
  border-radius: 102px;
  overflow: hidden;
}
.ListingContainer .list ul li .card figure img {
  width: 100%;
}
.ListingContainer .list ul li .card .item {
  margin-left: 20px;
  width: calc(100% - 120px);
}
.ListingContainer .list ul li .card .item h1 {
  font-size: 20px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
}
.ListingContainer .list ul li .card .item p {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #000;
}
.ListingContainer .list ul li .card .item p span {
  font-family: "Poppins-Bold";
  margin-top: 5px;
}
.ListingContainer .list ul li .card .item .userActoins {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}
.ListingContainer .list ul li .card .item .userActoins .btn {
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #000;
  background-color: #55CFFF;
  padding: 0px 15px;
  cursor: pointer;
}
.ListingContainer .list ul li .card .item .userActoins .share {
  background-color: #000;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #fff;
  padding: 3px 15px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.ListingContainer .list ul li .card .item .userActoins .share svg {
  margin-right: 10px;
}
.ListingContainer .list2 {
  margin-top: 20px;
}
.ListingContainer .list2 ul li {
  margin-bottom: 20px;
  background-color: #F9F9F9;
  width: 90%;
  padding: 10px 5%;
  overflow: hidden;
}
.ListingContainer .list2 ul li .card {
  display: flex;
  position: relative;
}
.ListingContainer .list2 ul li .card figure {
  width: 110px;
}
.ListingContainer .list2 ul li .card figure img {
  width: 100%;
}
.ListingContainer .list2 ul li .card .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: calc(100% - 120px);
  margin-left: 10px;
}
.ListingContainer .list2 ul li .card .item h1 {
  font-size: 16px;
  font-family: "Poppins-Bold";
  line-height: 26px;
  color: #000;
}
.ListingContainer .list2 ul li .card .item .datePublish {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 26px;
  color: #000;
  position: absolute;
  bottom: 0;
}
.ListingContainer .list3 {
  width: 90%;
  margin: 0 auto;
}
.ListingContainer .list3 li {
  margin: 20px 0;
  padding: 20px 2.5%;
  width: 95%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.ListingContainer .list3 li a {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 19px;
  color: #000;
}
.ListingContainer .list3 li a span {
  font-family: "Poppins-Bold";
  color: #FF9754;
}
.ListingContainer .list3 li a b {
  font-family: "Poppins-Bold";
}

@media only screen and (min-width: 1024px) {
  .ListingContainer {
    width: 720px;
    padding: 20px;
    margin-right: 20px;
  }
  .ListingContainer .Mpu {
    display: none;
  }
  .ListingContainer .searchArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .ListingContainer .searchArea .field {
    width: 360px;
  }
  .ListingContainer .searchArea .row {
    margin-top: 0;
    width: 360px;
    margin-left: 20px;
  }
  .ListingContainer .searchArea .row .field {
    width: 150px;
  }
  .ListingContainer .featuredArea {
    padding: 30px 0;
  }
  .ListingContainer .featuredArea h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .ListingContainer .featuredArea ul li:nth-child(2) {
    z-index: 3;
    margin: 0 -50px;
    transform: none;
  }
  .ListingContainer .featuredArea ul li figure {
    width: 222px;
    height: 222px;
    border-radius: 220px;
    overflow: hidden;
  }
  .ListingContainer .featuredArea ul li .item {
    margin-top: -30px;
  }
  .ListingContainer .featuredArea ul li .item h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  .ListingContainer .featuredArea ul li .item span {
    font-size: 16px;
  }
  .ListingContainer .list ul li {
    width: 95%;
    padding: 20px 2.5%;
  }
  .ListingContainer .list ul li .card {
    justify-content: start;
  }
  .ListingContainer .list ul li .card figure {
    width: 151px;
    height: 151px;
    border-radius: 151px;
  }
  .ListingContainer .list ul li .card .item {
    margin-left: 20px;
    max-width: calc(100% - 180px);
  }
  .ListingContainer .list ul li .card .item .des {
    display: block;
    font-size: 14px;
    font-family: "Poppins-Regular";
    line-height: 21px;
    color: #000;
  }
  .ListingContainer .list ul li .card .item .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .ListingContainer .list ul li .card .item .actions .userActoins {
    margin-top: 0;
    width: auto;
  }
  .ListingContainer .list ul li .card .item .actions .userActoins .btn {
    margin-right: 15px;
  }
  .ListingContainer .list2 ul li {
    width: 45%;
    padding: 10px 1%;
    margin: 20px 1%;
    display: inline-block;
    cursor: pointer;
  }
  .ListingContainer .list3 {
    width: 100%;
  }
  .ListingContainer .myfeed {
    margin: 0 auto 50px;
    width: 100%;
  }
}
.boodDetails {
  max-width: 90%;
  margin: 0 auto;
}
.boodDetails figure {
  width: 100%;
}
.boodDetails figure img {
  width: 100%;
}
.boodDetails .userAction {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.boodDetails .userAction .download {
  margin-top: 10px;
  background-color: #FFC100;
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 21px;
  color: #000;
  width: 153px;
  height: 40px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px;
}
.boodDetails .userAction .VoteActionbtn {
  margin-top: 10px;
  background-color: #000;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #fff;
  padding: 8px 15px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.boodDetails .userAction .VoteActionbtn svg {
  margin-right: 10px;
}
.boodDetails .date {
  display: flex;
  margin: 10px 0;
  justify-content: flex-end;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 26px;
  color: #000;
}

.profile {
  margin-top: 20px;
  padding: 20px 0;
  width: 100%;
}
.profile .Maintitle {
  width: 90%;
  margin: 20px auto;
}
.profile .personnalSettings {
  width: 85%;
  margin: 10px auto;
  overflow: hidden;
  padding: 20px 5%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.profile .personnalSettings .title {
  font-size: 24px;
}
.profile .personnalSettings .sub-title {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 60px;
  color: #000;
}
.profile .personnalSettings .avatar ul {
  display: block;
  white-space: nowrap;
  width: 100%;
  margin: 0px auto 20px;
  overflow-x: scroll;
}
.profile .personnalSettings .avatar ul li {
  display: inline-block;
}
.profile .personnalSettings .form .field {
  display: flex;
  align-items: center;
  height: 60px;
}
.profile .personnalSettings .form .field label {
  width: 120px;
  font-size: 13px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #000;
}
.profile .personnalSettings .form .field .input {
  width: calc(100% - 130px);
}
.profile .personnalSettings .form .field .input input, .profile .personnalSettings .form .field .input select {
  width: 100%;
  height: 42px;
  border: 1px solid #E6E6E6;
  color: #818E94;
  text-indent: 20px;
}
.profile .personnalSettings .form .field .input .radioBtns {
  display: flex;
  align-items: center;
}
.profile .personnalSettings .form .field .input .radioBtns .group {
  display: flex;
  align-items: center;
  margin-right: 20px;
  height: 60px;
}
.profile .personnalSettings .form .field .input .radioBtns .group input {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  overflow: hidden;
}
.profile .personnalSettings .form .field .input .radioBtns label {
  width: auto;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.profile .personnalSettings .row {
  text-align: right;
}

@media only screen and (min-width: 1024px) {
  .profile {
    width: 720px;
    padding: 20px;
    margin-right: 20px;
  }
  .profile .Maintitle {
    width: 100%;
    margin: 0 auto 50px;
  }
  .profile .personnalSettings {
    width: 90%;
  }
  .profile .personnalSettings .avatar ul {
    display: flex;
    white-space: pre;
    overflow: hidden;
    overflow-x: hidden;
    justify-content: space-between;
  }
  .profile .personnalSettings .form .field {
    display: flex;
    align-items: center;
    height: 60px;
  }
  .profile .personnalSettings .form .field label {
    width: 160px;
    font-size: 14px;
    font-family: "Poppins-Regular";
    line-height: 30px;
    color: #000;
  }
  .profile .personnalSettings .form .field .input {
    width: calc(100% - 170px);
  }
}
.sideBar {
  background: #F9F9F9;
  width: 310px;
  margin: 20px auto;
  padding: 25px;
  overflow: hidden;
}

.subCategortries ul li a {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 50px;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.subCategortries ul li a svg {
  transition: all 0.2s ease-in-out;
}
.subCategortries ul li a:hover {
  color: #FFC100;
}
.subCategortries ul li a:hover svg {
  fill: #FFC100;
}

.infoCard {
  width: 90%;
  margin: 0 auto;
}
.infoCard h1 {
  font-size: 24px;
  font-family: "Poppins-Bold";
  line-height: 36px;
  color: #000;
}
.infoCard figure {
  width: 185px;
  height: 185px;
  border-radius: 185px;
  overflow: hidden;
  margin: 20px auto;
}
.infoCard figure img {
  width: 100%;
}
.infoCard p {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #000;
}

.stats {
  width: 90%;
  margin: 40px auto;
}
.stats h1 {
  font-size: 24px;
  font-family: "Poppins-Bold";
  line-height: 36px;
  color: #000;
}
.stats li {
  margin: 20px 0;
}
.stats li a {
  display: flex;
  align-items: center;
}
.stats li a figure {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  overflow: hidden;
}
.stats li a figure img {
  width: 100%;
}
.stats li a p {
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 25px;
  color: #000;
  margin-left: 10px;
  width: calc(100% - 90px);
}

.Mpu {
  width: 100%;
  margin: 20px auto;
}
.Mpu img {
  width: 100%;
}

.tags ul {
  margin-top: 20px;
}
.tags ul li {
  display: inline-block;
  border-radius: 15px;
  background-color: #9A3BEC;
  padding: 5px 15px;
  margin: 0 5px 10px;
}
.tags ul li a {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 20px;
  color: #fff;
}

.userLevel {
  margin-top: 0;
  text-align: center;
  padding: 20px 0;
}
.userLevel h1 {
  font-size: 20px;
  font-family: "Poppins-Bold";
  line-height: 26px;
  color: #000;
  margin-top: 10px;
}
.userLevel p {
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 19px;
  color: #000;
  width: 80%;
  margin: 10px auto;
}
.userLevel .reviews {
  margin-top: 10px;
  background-color: #000;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 21px;
  color: #fff;
  padding: 5px 15px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}

@media only screen and (min-width: 1024px) {
  .userLevel {
    margin-top: 50px;
  }
}
.formContainerLayout {
  max-width: 1100px;
  margin: 0 auto;
}
.formContainerLayout h1 {
  margin: 20px auto;
}
.formContainerLayout .terms {
  margin-bottom: 30px;
}
.formContainerLayout .terms h3 {
  font-size: 20px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
  margin: 20px auto;
  width: 90%;
}
.formContainerLayout .howItWork ul li {
  display: flex;
  width: 80%;
  max-width: 500px;
  padding: 30px 20px;
  background: #F2F2F2;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 30px;
}
.formContainerLayout .howItWork ul li .number {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 auto 10px;
  overflow: hidden;
  background-color: #FFC100;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #000;
}
.formContainerLayout .howItWork ul li .des {
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #000;
  width: 100%;
  text-align: center;
}
.formContainerLayout p {
  font-size: 16px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #000;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.formContainerLayout .form {
  max-width: 700px;
  margin: 0 auto;
}
.formContainerLayout .form label {
  width: 90%;
  margin: 0 auto 0;
  display: block;
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #2B2E39;
}
.formContainerLayout .form .row {
  display: flex;
  width: 90%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.formContainerLayout .form .field {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
.formContainerLayout .form .field .icon {
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.formContainerLayout .form .field .dropdown {
  line-height: 2;
}
.formContainerLayout .form .field input {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #808080;
  width: 100%;
  text-indent: 10px;
  height: 47px;
}
.formContainerLayout .form .field .hint {
  bottom: -20px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #696969;
}
.formContainerLayout .form .field textArea {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Poppins-Regular";
  line-height: 30px;
  color: #808080;
  width: 100%;
  text-indent: 10px;
  height: 100px;
  resize: none;
}
.formContainerLayout .form button {
  width: 129px;
  height: 50px;
  border-radius: 25px;
  background-color: #FF9754;
  font-size: 18px;
  font-family: "Poppins-Bold";
  line-height: 30px;
  color: #fff;
  border: none;
  margin: 0 auto 30px;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .formContainerLayout .howItWork h1 {
    margin-bottom: 40px;
  }
  .formContainerLayout .howItWork ul li {
    display: flex;
    width: 46%;
    max-width: 500px;
    padding: 30px 20px;
    background: #F2F2F2;
    margin: 0 0 100px;
    flex-direction: row;
  }
  .formContainerLayout .howItWork ul li:nth-child(even) {
    float: right;
    margin-top: -150px;
  }
  .formContainerLayout .howItWork ul li .number {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    overflow: hidden;
    background-color: #FFC100;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    font-size: 50px;
    font-family: "Poppins-Bold";
    line-height: 30px;
    color: #000;
  }
  .formContainerLayout .howItWork ul li .des {
    font-size: 16px;
    font-family: "Poppins-Regular";
    line-height: 30px;
    color: #000;
    width: calc(100% - 150px);
    text-align: left;
  }
  .formContainerLayout h1 {
    margin: 50px auto 30px;
  }
  .formContainerLayout p {
    margin-bottom: 50px;
  }
  .formContainerLayout .form label {
    width: 100%;
  }
  .formContainerLayout .form .row {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
  .formContainerLayout .form .field {
    width: 48%;
    margin: 0 auto 0;
    display: inline-block;
  }
  .formContainerLayout .form .field:nth-child(2) {
    margin-left: 3%;
  }
  .formContainerLayout .form .field.col-12 {
    width: 100%;
    display: block;
  }
  .formContainerLayout .form .field input {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Poppins-Regular";
    line-height: 30px;
    color: #808080;
    width: 100%;
    text-indent: 10px;
    height: 47px;
  }
  .formContainerLayout .form .field textArea {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Poppins-Regular";
    line-height: 30px;
    color: #808080;
    width: 100%;
    text-indent: 10px;
    height: 100px;
    resize: none;
  }
  .formContainerLayout .form button {
    width: 129px;
    height: 50px;
    border-radius: 25px;
    background-color: #FF9754;
    font-size: 18px;
    font-family: "Poppins-Bold";
    line-height: 30px;
    color: #fff;
    border: none;
    margin: 0 auto 30px;
  }
}/*# sourceMappingURL=r2yak.css.map */