@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost&display=swap);
@font-face {
  font-family: BebasNeue;
  src: url("/fonts/BebasNeue.ttf");
}
@media (max-width: 991.98px) {
  .text1-content .title-content {
    padding: 0px;
  }
  .text1-content .text-content {
    padding: 5px;
    width: unset;
  }
  .text1-content .text-content .title {
    font-size: 6em;
  }
}
#footer-abs-bottom-wrapper.footer-short-bottom {
  height: calc( 45px + 1rem );
}
#footer-abs-bottom-wrapper.footer-short-bottom .footer-abs-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-short {
  min-height: 70px;
  color: #f0f9ff;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  padding-top: 0.2rem;
}
.footer-short .html1 {
  align-items: center;
}
.footer-short .html1 span {
  font-size: 0.7rem;
}
.footer-short .html2 {
  align-items: center;
  font-size: 0.6rem;
}
.footer-short .html2 img {
  height: 70px;
}

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
  height: 280px;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}
.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.sidebar-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.sidebar-container .dashboard {
  width: auto;
  height: 100%;
  background-color: #1b1a1f;
  padding: 20px;
}
.sidebar-container .dashboard .quick-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #333;
}
.sidebar-container .dashboard .quick-stats div {
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-container #sidebar,
.sidebar-container #actions {
  background: #15151E;
  width: 9rem;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-container #sidebar .title,
.sidebar-container #actions .title {
  line-height: 65px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #f2f2f2;
  border-bottom: 1px solid #222;
}
.sidebar-container #sidebar .list-items,
.sidebar-container #actions .list-items {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sidebar-container #sidebar .list-items a.active,
.sidebar-container #actions .list-items a.active {
  background-color: #4238fa !important;
  font-weight: bold !important;
}
.sidebar-container #sidebar .list-items a,
.sidebar-container #actions .list-items a {
  padding: 0 3rem;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
}
.sidebar-container #sidebar .list-items a svg,
.sidebar-container #actions .list-items a svg {
  fill: #ff952c;
}
.sidebar-container #sidebar .list-items a li,
.sidebar-container #actions .list-items a li {
  line-height: 15px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 5px;
  margin: 1rem 0;
  text-transform: uppercase;
}
.sidebar-container #sidebar .list-items a li:first-child,
.sidebar-container #actions .list-items a li:first-child {
  border-top: none;
}
.sidebar-container #sidebar .list-items a li span.span-menu,
.sidebar-container #actions .list-items a li span.span-menu {
  width: 100%;
  font-size: 0.6rem;
  display: inline-block;
}
.sidebar-container #sidebar .list-items a:hover,
.sidebar-container #actions .list-items a:hover {
  background-color: #1d1d2a;
}
.sidebar-container #sidebar .list-items li.selected,
.sidebar-container #actions .list-items li.selected {
  background: rgba(255, 255, 255, 0.1);
}
.sidebar-container #sidebar .list-items .icons,
.sidebar-container #actions .list-items .icons {
  width: 100%;
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 100px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-container #sidebar .list-items .icons a,
.sidebar-container #actions .list-items .icons a {
  height: 100%;
  width: 40px;
  display: block;
  margin: 0 5px;
  font-size: 18px;
  color: #f2f2f2;
  background: rgba(20, 50, 80, 0.8);
  border-radius: 5px;
  border: 1px solid #383838;
  transition: all 0.3s ease;
}
.sidebar-container #sidebar .list-items .icons a:hover,
.sidebar-container #actions .list-items .icons a:hover {
  background: #404040;
}
.sidebar-container #sidebar {
  height: 70vh;
}
.sidebar-container #actions {
  height: 30vh;
}
.sidebar-container #actions .list-items a {
  color: #C2C2D6;
}
.sidebar-container #actions .list-items a.active,
.sidebar-container #actions .list-items a:hover,
.sidebar-container #actions .list-items a:active {
  color: #4238fa;
}
.sidebar-container .list-items .icons a:first-child {
  margin-left: 0px;
}
.sidebar-container .content .header {
  font-size: 45px;
  font-weight: 700;
}
.sidebar-container .content p {
  font-size: 40px;
  font-weight: 700;
}
.sidebar-container .rank-container {
  background-color: #28272d;
}

@media (max-width: 991.98px) {
  .content {
    flex-direction: column;
  }
  .content .sidebar-container {
    flex-direction: column;
    height: unset;
    width: 100%;
  }
  .content .sidebar-container #sidebar {
    overflow: unset;
    width: 100%;
  }
  .content .sidebar-container #sidebar .list-items {
    flex-direction: row;
    justify-content: center;
  }
  .content .sidebar-container .dashboard {
    width: 100%;
  }
}
.mm-survey {
  margin-top: 75px;
  margin-bottom: 50px;
}

.mm-survey-container {
  width: 100%;
  min-height: 600px;
  background: #fafafa;
}

.mm-survey-results-container {
  width: 100%;
  min-height: 600px;
  background: #fafafa;
}

.mm-survey-page {
  display: none;
  font-family: "Raleway";
  font-weight: 100;
  padding: 40px;
}

.mm-survey-page.active {
  display: block;
}

.mm-survey-controller {
  position: relative;
  height: 60px;
  background: #333;
  padding: 12px 14px;
}

.mm-survey-results-controller {
  position: relative;
  height: 60px;
  background: #333;
  padding: 12px 14px;
}

.mm-back-btn {
  display: inline-block;
  position: relative;
  float: left;
}

.mm-prev-btn {
  display: inline-block;
  position: relative;
  float: left;
}

.mm-next-btn {
  display: inline-block;
  opacity: 0.25;
  position: relative;
  float: right;
}

.mm-finish-btn {
  display: none;
  position: relative;
  float: right;
}

.mm-finish-btn button {
  background: #3DD2AF !important;
  color: #fff;
}

.mm-survey-controller button {
  background: #fff;
  border: none;
  padding: 8px 18px;
  font-family: "Raleway";
  font-weight: 300;
}

.mm-survey-results-controller button {
  background: #fff;
  border: none;
  padding: 8px 18px;
}

.mm-survey-progress {
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  overflow: hidden;
}

.mm-progress {
  transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
  height: 30px;
  width: 0%;
  background: linear-gradient(to left, #4CB8C4, #3CD3AD);
}

.mm-survey-q {
  list-style-type: none;
  padding: 0px;
}

.mm-survey-q li {
  display: block;
  /*padding: 20px 0px;*/
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
}

.mm-survey-q li input {
  width: 100%;
}

.mm-survery-content label {
  width: 100%;
  padding: 10px 10px;
  margin: 0px !important;
}

.mm-survery-content label:hover {
  cursor: pointer;
}

.mm-survey-question {
  min-height: 100px;
}

.mm-survey-question p {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 40px;
}

.mm-survery-content label p {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 5px;
  margin: 0px;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  color: #292321;
  font-family: "Raleway";
  font-weight: 300;
  font-size: 16px;
}

input[type=radio] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 2px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

input[type=radio] + label span {
  background-color: #333;
}

input[type=radio]:checked + label span {
  border: 2px solid #3DD2AF;
  background: transparent;
}

input[type=radio] + label span,
input[type=radio]:checked + label span {
  transition: background-color 0.2s ease-in-out;
}

.mm-survey-item {
  background: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
  border-radius: 0px 0px 4px 4px;
}

.mm-prev-btn button:focus, .mm-next-btn button:focus, .mm-finish-btn button:focus {
  outline: none;
  border: none;
}

.mm-survey.okay .mm-next-btn {
  display: inline-block;
  opacity: 1;
}

.mm-finish-btn.active {
  display: inline-block;
}

.mm-survey-results {
  display: none;
}

.mm-survey-results-score {
  margin: 0px;
  padding: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 80px;
  font-family: "Raleway";
  font-weight: 600;
  letter-spacing: -6px;
}

.mm-survey-results-list {
  list-style-type: none;
  padding: 0px 15px;
  margin: 0px;
}

.mm-survey-results-item {
  color: #fff;
  margin-top: 10px;
  padding: 15px 15px 15px 0px;
  font-family: "Raleway";
  font-weight: 300;
}

.mm-survey-results-item.correct {
  background: linear-gradient(to left, #4CB8C4, #3CD3AD);
}

.mm-survey-results-item.incorrect {
  background: linear-gradient(to left, #d33c62, #dc1144);
}

.mm-item-number {
  height: 40px;
  position: relative;
  padding: 17px;
  background: #333;
  color: #fff;
}

.mm-item-info {
  float: right;
}

.btn-primary {
  background-color: var(--theme-primary);
  color: var(--primary-text);
}

.btn-secondary {
  background-color: var(--theme-secondary);
  color: var(--secondary-text);
}

.btn-sm {
  padding-top: 0.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-bottom: 0.2rem;
  border-radius: 8px;
  font-size: 16px;
}

a {
  color: var(--primary-text);
}

h1.title {
  font-size: 22px;
  font-weight: 900;
}

.title {
  color: var(--primary-text);
}

div.badge {
  background-color: var(--primary);
  padding: 15px;
  border-radius: 10px;
  color: var(--secondary-text);
}

h1.background-title {
  color: white;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bebas-neue {
  font-family: "BebasNeue";
}

#fixed-header-wrapper.top-header-fixed-no-user-points-imgs {
  height: calc(40px + 1rem);
}

.header-fixed-wrapper {
  position: relative;
  z-index: 99999;
  height: 65px;
}
.header-fixed-wrapper nav#sidebar-top {
  position: fixed;
}

nav#sidebar-top {
  width: 100%;
  position: relative;
  height: 65px;
  display: flex;
  background-color: var(--theme-primary);
  color: var(--primary);
  z-index: 1;
}

.opacity-09 {
  opacity: 0.9;
}

nav#sidebar-top a.logo-container {
  width: 112px;
}

div.top-header-user {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding-right: 2rem;
}

nav#sidebar-top ul.list-items {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 0rem;
}

nav#sidebar-top div.image-profile {
  margin: 0.8rem !important;
}

nav#sidebar-top ul.list-items li {
  margin-right: 2.5rem;
}

nav#sidebar-top ul.list-items li a {
  color: var(--primary-text);
  font-weight: 600;
}

nav#sidebar-top ul.list-items div.logo {
  display: none;
}

nav#sidebar-top img.logo-top-header {
  height: 100%;
  align-self: center;
}

.top-header-login-button {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--primary-text);
  content: url("/images/img/enter.png");
}

nav#sidebar-top img.img-enter {
  width: 50px;
}

nav#sidebar-top img.image-profile {
  border-radius: 50%;
}

nav#sidebar-top div.star {
  width: 40px;
  content: url("/images/img/star.png");
}

nav#sidebar-top div.points {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav#sidebar-top div.points div.points-value {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
nav#sidebar-top div.points div.points-value .value {
  font-size: 1.5rem;
  margin: 5px;
}
nav#sidebar-top .top-header-user {
  color: var(--color);
}
nav#sidebar-top ul.list-items li a:hover {
  color: var(--primary);
}
nav#sidebar-top i.icon {
  font-size: 36px;
  color: var(--primary);
}
nav#sidebar-top img.icon {
  height: 36px;
  width: auto;
}

/* dialog overlay change password */
div.overlay-dialog-updateFirstlogin {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  /* Black background with opacity */
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
}
div.overlay-dialog-updateFirstlogin .panel {
  max-width: 800px;
  margin: auto;
  width: 80%;
  background-color: white;
  opacity: 1;
  padding: 50px;
}
div.overlay-dialog-updateFirstlogin .panel button.btn-project {
  background-color: var(--primary);
  color: var(--primary-text);
  width: 100%;
}

body.overlay-dialog-updateFirstlogin-hidescroll {
  overflow-y: hidden;
}

body {
  background-color: var(--theme-primary);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 1199px) {
  .maincontainer {
    overflow-x: hidden;
  }
}
.thumbnail > span,
.thumbnail > a {
  height: auto;
}

.header .logo {
  width: 11rem;
}

.logo-inner {
  padding: 10px;
}

section.how-it-works-section .title-wrapper,
section.how-it-works-section .grid-container {
  background-color: #faf0f0 !important;
}
section.how-it-works-section .title-wrapper {
  padding: 8rem;
}
section.how-it-works-section .title {
  text-transform: uppercase;
}
section.how-it-works-section .hiw-text-wrapper {
  font-size: 1.15em;
}
section.how-it-works-section .hiw-icons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  vertical-align: middle;
  margin-bottom: 3rem;
}
section.how-it-works-section .hiw-icons-wrapper .hiw-icon {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
}

@media (max-width: 991.98px) {
  .content {
    height: unset;
  }

  .section-block {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.loader-box {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid currentcolor;
  border-radius: 3px;
  font-size: 30px;
  padding: 1em;
  position: relative;
  margin-bottom: 0.25em;
  vertical-align: top;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
}

.loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

[class*=loader-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.loader-05 {
  border: 0.2em solid transparent;
  border-top-color: white;
  border-radius: 50%;
  -webkit-animation: 1s loader-05 linear infinite;
          animation: 1s loader-05 linear infinite;
  position: relative;
}

@-webkit-keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fix-height-slider {
  max-height: 600px;
}

div.trend-separator {
  height: 1px;
  opacity: 0.4;
  background-color: white;
  margin: auto;
}

nav.navigation ul li.contains-mega-sub-menu {
  position: relative;
}
nav.navigation ul li.contains-mega-sub-menu .sub-menu {
  left: 0;
}
nav.navigation a.header-user-balance-wrapper {
  margin-left: 1vw !important;
  margin-right: 0 !important;
  padding: 2rem 0px;
  color: #000 !important;
}
nav.navigation a.header-user-balance-wrapper .header-user-balance {
  border-right: 2px solid;
  border-color: inherit;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  line-height: 2rem;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#overlay {
  display: none;
  opacity: 0;
}

#overlay.show {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 1rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-animation: fade 0.5s ease-in-out;
          animation: fade 0.5s ease-in-out;
  cursor: progress;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.spinner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid var(--rw-bkg-btn);
  border-top: 5px solid transparent;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
a.page-link {
  background-color: #1d1d2a !important;
  color: #ff952c;
}

.page-item.active .page-link {
  background-color: #4238fa !important;
  color: white;
}
