/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700|Open+Sans:300,400&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

  /* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

  /* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

  /* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

  /* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

  /* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

  /* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

  /* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Flexbox
Check:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

========================================================================== */
.flex-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* Flex-direction
========*/
.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.f-row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.f-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.f-col-r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* Flex-wrap
     ========*/
.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.f-wrap-r {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.f-wrap-no {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* Justify-content
     ========*/
.f-just-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.f-just-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.f-just-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.f-just-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.f-just-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.f-just-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* Align-items
     ========*/
.f-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.f-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.f-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.f-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.f-align-base {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

/* ============== Mixin ============== */
/* ============== Colors ============== */
/* ============== Main =============== */
body,
html {
  min-height: 100%;
  overflow-x: hidden; }

body.bg-color {
  background: #101010; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ============== Typografie ============== */
h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px; }

p,
ul,
ol,
span {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 20px; }

/* ============== Menu ============== */
.mob-nav {
  display: none; }
  .mob-nav .mobile-nav .nav-name {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px; }
  .mob-nav .mobile-nav .user-nav-pic {
    margin: 0 20px; }
    .mob-nav .mobile-nav .user-nav-pic img {
      max-width: 40px;
      max-height: 40px; }
  .mob-nav .mobile-nav .mob-nav-toggle {
    width: auto;
    height: 30px; }
    .mob-nav .mobile-nav .mob-nav-toggle img {
      width: auto;
      height: 100%; }

.popup-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  z-index: 999;
  background: #343434;
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out; }
  .popup-navigation .close-nav {
    position: absolute;
    top: 33px;
    right: 15px;
    width: 18px;
    height: auto; }
    .popup-navigation .close-nav img {
      width: 100%;
      height: auto; }
  .popup-navigation .logo {
    width: 100px;
    height: auto;
    margin-bottom: 15px; }
    .popup-navigation .logo img {
      width: 100%;
      height: 100%; }
  .popup-navigation .user-meta {
    margin: 10px 0; }
    .popup-navigation .user-meta .user-pic img {
      max-width: 100px;
      max-height: 100px; }
    .popup-navigation .user-meta .user-desc {
      text-align: center; }
      .popup-navigation .user-meta .user-desc h2 {
        font-size: 15px;
        opacity: 0.8; }
  .popup-navigation .nav-icon-wrap {
    margin-bottom: 20px; }
  .popup-navigation .main-navigation {
    padding: 15px 10px;
    max-width: 162px;
    width: 100%; }
    .popup-navigation .main-navigation .menu-item {
      padding: 5px 0;
      margin-bottom: 10px; }
      .popup-navigation .main-navigation .menu-item img.m-icon {
        width: 17px;
        height: 100%;
        margin-right: 20px; }
      .popup-navigation .main-navigation .menu-item a {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        text-decoration: none;
        font-size: 16px;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        letter-spacing: 3px;
        color: #fff; }

nav .top-nav {
  padding: 15px 0; }
  nav .top-nav .nav-side {
    width: 20%;
    position: relative; }
  nav .top-nav .nav-mid {
    width: 60%; }
  nav .top-nav .logo {
    width: 140px;
    height: auto; }
    nav .top-nav .logo img {
      width: 100%;
      height: 100%; }

.nav-icon-wrap .nav-icon {
  width: 20px;
  height: auto;
  margin: 0 10px; }

/* ============== Layout ============== */
body {
  padding: 0 20px; }

.app-content {
  max-width: 1960px;
  width: 100%;
  margin: 0 auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  overflow: hidden; }

.app-content::-webkit-scrollbar {
  width: 0px;
  /* For Chrome, Safari, and Opera */ }

.m-b-30 {
  margin-bottom: 30px; }

.m-t-35 {
  margin-top: 35px; }

/* ============== Popups ============== */
.page-overlay {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 950;
  background: #000;
  opacity: 0.6;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out; }

/* === Logout popup === */
.logout-popup {
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #343434;
  z-index: 999;
  padding: 30px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out; }
  .logout-popup .logout-title {
    font-size: 20px;
    width: 220px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 30px; }
  .logout-popup .choose-wrap {
    width: 150px; }
    .logout-popup .choose-wrap span {
      font-size: 20px;
      cursor: pointer;
      font-family: "Poppins", sans-serif;
      font-weight: 700; }
    .logout-popup .choose-wrap span:hover {
      color: #71e07e; }
    .logout-popup .choose-wrap .no-l {
      color: #71e07e; }
    .logout-popup .choose-wrap .yes-l {
      color: #eb5e5e; }

/* ============== Page content ============== */
/* == Sidebars == */
aside {
  width: 20%;
  height: 100%;
  position: relative;
  padding: 10px; }

.side-menu .user-meta {
  margin: 20px 0; }
  .side-menu .user-meta .hex_wrap {
    visibility: hidden; }
  .side-menu .user-meta .user-pic img {
    max-width: 175px;
    max-height: 175px; }
  .side-menu .user-meta .user-desc {
    text-align: center;
    padding: 10px 0; }
    .side-menu .user-meta .user-desc h2 {
      font-size: 16px; }
.side-menu .main-navigation {
  padding: 30px 10px;
  max-width: 230px;
  width: 100%; }
  .side-menu .main-navigation .menu-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px; }
    .side-menu .main-navigation .menu-item img.m-icon {
      width: 16px;
      height: 100%;
      margin-right: 20px; }
    .side-menu .main-navigation .menu-item a {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      text-decoration: none;
      font-size: 14px;
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      letter-spacing: 3px; }
    .side-menu .main-navigation .menu-item img.m-arrow {
      width: 8px;
      height: 100%; }

.coach-meta {
  margin-bottom: 15px; }
  .coach-meta .coach-pic img {
    max-width: 150px;
    max-height: 150px; }
  .coach-meta .coach-desc {
    text-align: center;
    padding: 10px 0; }
    .coach-meta .coach-desc h2 {
      font-size: 15px;
      color: #f2f2f2; }
  .coach-meta .coach-contact .icon {
    width: 45px;
    height: auto;
    padding: 5px;
    opacity: 0.85;
    cursor: pointer;
    transition: opacity 0.3 ease-in-out;
    -webkit-transition: opacity 0.3 ease-in-out;
    -moz-transition: opacity 0.3 ease-in-out;
    -ms-transition: opacity 0.3 ease-in-out;
    -o-transition: opacity 0.3 ease-in-out; }
    .coach-meta .coach-contact .icon img {
      width: 100%;
      height: 100%; }
  .coach-meta .coach-contact .icon:hover {
    opacity: 1; }

.report-meta h3 {
  margin-top: 0; }

.sidebar-grid {
  background: #343434;
  padding: 40px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

/* == Main content == */
main {
  width: calc(60% - 40px);
  padding-bottom: 65px;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

main::-webkit-scrollbar {
  width: 0px;
  /* For Chrome, Safari, and Opera */ }

.main-head {
  padding: 25px 0; }
  .main-head h1 {
    margin: 0;
    padding-top: 10px; }
  .main-head span.title-date {
    color: #359ea6;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px; }
  .main-head .control-wrap img {
    margin-right: 10px;
    opacity: 0.6;
    cursor: pointer; }
  .main-head .control-wrap img.active {
    opacity: 1; }
  .main-head .main-head-icon {
    width: 50px;
    height: auto; }
    .main-head .main-head-icon img {
      width: 100%;
      height: auto; }

.main-content {
  /* clearfix */ }
  .main-content .t-post {
    position: relative;
    background: #343434;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    .main-content .t-post .icon {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 50px;
      height: auto; }
      .main-content .t-post .icon img {
        width: 100%;
        height: auto; }
    .main-content .t-post .t-head h3 {
      margin-bottom: 5px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      color: #fff;
      font-size: 17px; }
    .main-content .t-post .t-body {
      font-weight: 300;
      opacity: 0.9;
      color: #f2f2f2; }
      .main-content .t-post .t-body p {
        font-size: 14px;
        margin-top: 0; }
      .main-content .t-post .t-body .t-go-post {
        display: block;
        margin-top: 25px;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: 400;
        text-decoration: underline;
        opacity: 1; }
  .main-content .grid:after {
    content: "";
    display: block;
    clear: both; }
  .main-content .grid-item {
    width: calc(50% - 15px);
    margin-top: 15px;
    clear: both;
    float: left; }
  .main-content .video .t-thumb {
    width: 100%;
    height: 175px;
    margin-bottom: 20px; }
    .main-content .video .t-thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .main-content .audio .t-thumb {
    width: 85%;
    margin: 5px 0 20px 0; }
    .main-content .audio .t-thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .main-content .read .title-time {
    width: 85%;
    margin-top: 10px; }
  .main-content .text-wrapper {
    width: 100%;
    background: #343434;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: 300;
    opacity: 0.9;
    color: #f2f2f2; }
    .main-content .text-wrapper h1,
    .main-content .text-wrapper h2,
    .main-content .text-wrapper h3,
    .main-content .text-wrapper h4,
    .main-content .text-wrapper h5,
    .main-content .text-wrapper h6 {
      margin-top: 0; }

.t-date,
.t-time-n {
  color: #359ea6;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px; }

.t-time-n img {
  margin-right: 5px;
  height: 12px; }

/* ============== charts ================== */
.r-chart {
  width: 100%;
  height: 300px;
  margin-top: 15px; }
  .r-chart svg {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }

.r-chart :dir(ltr) {
  margin: 0 auto; }

.graph-wrapper:nth-of-type(2) {
  margin-left: 15px;
  margin-right: 15px; }

.graph-wrapper-100 {
  position: relative;
  margin-top: 15px;
  width: 100%;
  background: #343434;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-bottom: 35px;
  margin-bottom: 15px; }
  .graph-wrapper-100 .r-chart {
    width: 50%; }
  .graph-wrapper-100 ul {
    width: 50%; }
    .graph-wrapper-100 ul li {
      margin-bottom: 10px;
      list-style: none; }
      .graph-wrapper-100 ul li span {
        opacity: 0.9;
        font-weight: 300; }
      .graph-wrapper-100 ul li .li-circle {
        width: 16px;
        height: 16px;
        margin-right: 7.5px;
        display: inline-block;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        content: ""; }
      .graph-wrapper-100 ul li .energy-color {
        border: 2px solid #743a8b; }
      .graph-wrapper-100 ul li .ego-color {
        border: 2px solid #ffb56c; }
      .graph-wrapper-100 ul li .ethics-color {
        border: 2px solid #eb5e5e; }
      .graph-wrapper-100 ul li .empathy-color {
        border: 2px solid #71e07e; }

.graph-wrapper {
  position: relative;
  margin-top: 15px;
  width: calc(33.333% - 15px);
  background: #343434;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-bottom: 35px; }
  .graph-wrapper .icon {
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 999;
    width: 50px;
    height: auto; }
  .graph-wrapper li {
    margin-bottom: 10px;
    list-style: none; }
    .graph-wrapper li span {
      opacity: 0.9;
      font-weight: 300; }
    .graph-wrapper li .li-circle {
      width: 16px;
      height: 16px;
      margin-right: 7.5px;
      display: inline-block;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      content: ""; }
    .graph-wrapper li .energy-color {
      border: 2px solid #743a8b; }
    .graph-wrapper li .ego-color {
      border: 2px solid #ffb56c; }
    .graph-wrapper li .ethics-color {
      border: 2px solid #eb5e5e; }
    .graph-wrapper li .empathy-color {
      border: 2px solid #71e07e; }

.bar-wrapper {
  margin-top: 15px;
  width: 100%;
  background: #343434;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px; }

/* ==============  popup modals =============== */
.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .close-popup img {
    width: 100%;
    height: 100%; }

.assessment-popup-modal {
  position: fixed;
  bottom: 2.5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: auto;
  min-height: 550px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #343434;
  padding: 40px 20px;
  z-index: 999;
  text-align: center;
  opacity: 0;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out; }
  .assessment-popup-modal .pick-words-wrap {
    margin: 45px 0; }
    .assessment-popup-modal .pick-words-wrap span {
      font-family: "Poppins", sans-serif;
      color: #fff;
      opacity: 0.5;
      transition: 0.4s ease-in-out;
      -webkit-transition: 0.4s ease-in-out;
      -moz-transition: 0.4s ease-in-out;
      -ms-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
      margin: 15px;
      font-size: 35px;
      font-weight: 700;
      cursor: pointer; }
    .assessment-popup-modal .pick-words-wrap span:hover {
      opacity: 0.5;
      color: #71e07e; }
    .assessment-popup-modal .pick-words-wrap span.selected-w {
      opacity: 1;
      color: #71e07e; }
  .assessment-popup-modal .controls-wrap {
    width: auto;
    margin: 0 auto;
    text-align: center; }
    .assessment-popup-modal .controls-wrap span {
      font-family: "Poppins", sans-serif;
      font-size: 25px;
      font-weight: 700;
      cursor: pointer; }
    .assessment-popup-modal .controls-wrap span#prev_slide {
      color: #ffb56c; }
    .assessment-popup-modal .controls-wrap span#next_slide {
      color: #71e07e; }

#slides-index span {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 700;
  opacity: 0.8; }
#slides-index span.curr-slide {
  opacity: 1;
  font-size: 25px; }

/* === Popup slide css === */
.slideshow-container {
  height: 100%; }

/* Hide the images by default */
.mySlides {
  display: none;
  height: 100%; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
/* === Account settings === */
.profile-settings-container h2 {
  font-size: 17px;
  text-transform: uppercase;
  opacity: 0.7; }
.profile-settings-container .user-pic-settings {
  margin-bottom: 30px; }
  .profile-settings-container .user-pic-settings img {
    max-width: 145px;
    max-height: 145px; }
.profile-settings-container .main-content {
  margin-bottom: 40px; }
.profile-settings-container .invoices-wrapper {
  margin-bottom: 60px; }
.profile-settings-container .invoice {
  background: #343434;
  padding: 20px 30px;
  margin-bottom: 20px;
  opacity: 0.85;
  cursor: pointer; }
  .profile-settings-container .invoice .invoice-icon img {
    height: 40px;
    width: auto;
    margin-right: 20px; }
  .profile-settings-container .invoice .invoice-icon .date {
    color: #359ea6; }
  .profile-settings-container .invoice .invoice-download .invoice-n {
    opacity: 0.8;
    margin: 0 20px; }
  .profile-settings-container .invoice .invoice-download img {
    height: 20px;
    width: auto; }
.profile-settings-container .invoice:hover {
  opacity: 1; }

.form-wrapper h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  opacity: 0.6;
  font-weight: 400; }
.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"] {
  width: calc(50% - 20px); }
.form-wrapper .input-title-wrap {
  width: calc(50% - 20px); }
  .form-wrapper .input-title-wrap input {
    width: 100%; }
  .form-wrapper .input-title-wrap h3.n-m {
    margin-top: 0; }
.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="password"] {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none;
  background: #343434;
  color: #fff;
  font-family: "Open Sans", sans-serif; }

/* === Library pages === */
.video-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
  .video-wrapper img {
    width: 100%;
    height: 100%; }

.title-date-time-wrap {
  margin-top: 10px; }
  .title-date-time-wrap span {
    margin-right: 15px; }

/* ============== Login pages ============== */
.login-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden; }
  .login-container .logo-wrapper {
    margin-bottom: 65px; }

.login-form-wrap {
  max-width: 400px;
  padding: 20px;
  text-align: center; }
  .login-form-wrap input[type="text"],
  .login-form-wrap input[type="email"],
  .login-form-wrap input[type="password"] {
    width: 100%; }
  .login-form-wrap input[type="text"],
  .login-form-wrap input[type="email"],
  .login-form-wrap input[type="tel"],
  .login-form-wrap input[type="password"] {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    background: #343434;
    color: #fff;
    font-family: "Open Sans", sans-serif; }
  .login-form-wrap .password-lost {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    opacity: 0.4;
    font-weight: 400; }
  .login-form-wrap .password-lost:hover {
    opacity: 1; }
  .login-form-wrap input[type="submit"] {
    background: transparent;
    border: none;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    opacity: 0.6;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out; }
  .login-form-wrap input[type="submit"]:hover {
    opacity: 1; }

.register-container {
  position: absolute;
  max-width: 700px;
  width: 100%;
  height: 85%;
  background: #343434;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  text-align: center;
  z-index: 999;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out; }
  .register-container .register-btn {
    position: absolute;
    top: -48px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 50px;
    background: #343434;
    text-align: center;
    font-family: "Poppins", sans-serif;
    cursor: pointer; }
    .register-container .register-btn span {
      opacity: 0.7; }
  .register-container .register-btn:hover span {
    opacity: 1; }
  .register-container .login-form-wrap {
    width: 100%;
    margin: 0 auto; }
    .register-container .login-form-wrap input[type="text"],
    .register-container .login-form-wrap input[type="email"],
    .register-container .login-form-wrap input[type="tel"],
    .register-container .login-form-wrap input[type="password"] {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border: none;
      background: #101010; }
    .register-container .login-form-wrap input[type="submit"] {
      margin: 65px 0; }

.register-show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); }

/* ============== Managment pages ========== */
.main-managment {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto; }

/* ===== Messages ========*/
/* Chat containers */
.chat-wrap {
  background-color: #343434;
  border-radius: 10px;
  padding: 15px 15px 5px 15px;
  margin: 10px 0;
  width: 97%;
  clear: both;
  float: left; }
  .chat-wrap p {
    font-weight: 300;
    clear: both;
    padding-top: 10px;
    margin-bottom: 0; }

/* Darker chat container */
.chat-light {
  background-color: #f7f7f7;
  float: right; }
  .chat-light p {
    color: #343434; }

/* Clear floats */
.chat-wrap::after {
  content: "";
  clear: both;
  display: table;
  margin-bottom: 20px; }

/* Style images */
.chat-wrap img,
.chat-wrap canvas {
  float: left;
  max-width: 40px;
  width: 100%;
  margin-right: 20px; }

/* Style the right image */
.chat-light img.right,
.chat-light canvas {
  float: right;
  margin-left: 20px;
  margin-right: 0; }

.chat-date-time {
  color: #359ea6;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  display: block;
  padding-top: 15px; }

.time-right {
  text-align: right; }

.message-area-review {
  position: relative;
  width: 100%;
  margin-top: 20px;
  clear: both; }
  .message-area-review input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #343434;
    color: #fff;
    border: none;
    padding: 15px; }
  .message-area-review textarea {
    width: 100%;
    border-radius: 10px;
    background: #343434;
    color: #fff;
    padding: 15px 45px 15px 15px;
    border: none; }
  .message-area-review textarea::-webkit-scrollbar {
    width: 0 !important; }
  .message-area-review textarea {
    overflow: -moz-scrollbars-none; }
  .message-area-review textarea {
    -ms-overflow-style: none; }

.message-area {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  clear: both; }
  .message-area input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #343434;
    color: #fff;
    border: none;
    padding: 15px; }
  .message-area textarea {
    width: 100%;
    border-radius: 10px;
    background: #343434;
    color: #fff;
    padding: 15px 45px 15px 15px;
    border: none; }
  .message-area textarea::-webkit-scrollbar {
    width: 0 !important; }
  .message-area textarea {
    overflow: -moz-scrollbars-none; }
  .message-area textarea {
    -ms-overflow-style: none; }

.send-message {
  width: 25px;
  height: auto;
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer; }
  .send-message img {
    width: 100%;
    height: 100%; }

/* ======= Survey ======= */
.survey-wrapper {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .survey-wrapper h4 {
    font-size: 17px;
    margin-top: 40px; }
  .survey-wrapper .label-wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-family: "Poppins", sans-serif; }
  .survey-wrapper .label-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .survey-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #343434; }
  .survey-wrapper .label-wrap:hover input ~ .checkmark {
    background-color: #343434; }
  .survey-wrapper .label-wrap input:checked ~ .checkmark {
    background-color: #fff; }
  .survey-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .survey-wrapper .label-wrap input:checked ~ .checkmark:after {
    display: block; }
  .survey-wrapper .label-wrap .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #343434;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .survey-wrapper .custom-select {
    position: relative;
    font-family: "Poppins", sans-serif;
    max-width: 400px;
    width: 100%; }
  .survey-wrapper .custom-select select {
    display: none;
    /*hide original SELECT element:*/ }
  .survey-wrapper .select-selected {
    background-color: #343434; }
  .survey-wrapper .select-selected:after {
    position: absolute;
    content: "";
    top: 57px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent; }
  .survey-wrapper .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 50px; }
  .survey-wrapper .select-items div,
  .survey-wrapper .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .survey-wrapper .select-items {
    position: absolute;
    background-color: #343434;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99; }
  .survey-wrapper .select-hide {
    display: none; }
  .survey-wrapper .select-items div:hover,
  .survey-wrapper .same-as-selected {
    background-color: #5bb265; }
  .survey-wrapper .radio-wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-family: "Poppins", sans-serif; }
  .survey-wrapper .radio-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .survey-wrapper .radio-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #343434;
    border-radius: 50%; }
  .survey-wrapper .radio-wrap:hover input ~ .checkmark {
    background-color: #343434; }
  .survey-wrapper .radio-wrap input:checked ~ .checkmark {
    background-color: #fff; }
  .survey-wrapper .radio-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .survey-wrapper .radio-wrap input:checked ~ .checkmark:after {
    display: block; }
  .survey-wrapper .radio-wrap .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #343434; }
  .survey-wrapper .submit-btn {
    margin-top: 25px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    background: #5bb265;
    cursor: pointer; }

/* ======= Program ======*/
#grid-100 .grid-item {
  width: 100%; }
#grid-100 .t-post .icon {
  width: 25px;
  height: auto; }

/* ============== Buttons ============== */
.btn-purple {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 20px;
  background: #743a8b;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out; }

.btn-purple:hover {
  opacity: 0.9; }

.load-more {
  float: right;
  letter-spacing: 2px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff; }

.load-more:hover {
  opacity: 0.8; }

/* ============== Headers ============== */
/* ============== Footer ============== */
/* ============== Javascript Toggles ============= */
.no-active {
  display: none; }

.fade-toggle {
  opacity: 1; }

/* ============== Media queries ============== */
@media screen and (max-width: 1240px) {
  /* ====== Layout ======= */
  aside {
    display: none !important; }

  main {
    width: 100%; }
    main .control-wrap {
      display: none; }

  /* ======= navigation ======= */
  .desk-nav {
    display: none; }

  .mob-nav {
    display: block; } }
@media screen and (max-width: 780px) {
  .main-content .grid-item {
    width: 100%; } }
@media screen and (max-width: 520px) {
  nav .top-nav .logo {
    width: 100px; }

  .mob-nav .mobile-nav .nav-name {
    font-size: 16px; }

  .main-content .t-post {
    padding: 30px 20px 20px 20px; }
    .main-content .t-post .t-head h3 {
      margin-top: 20px; }

  .register-container {
    padding-top: 30px;
    height: 85%; }
    .register-container .logo-wrapper {
      width: 160px;
      height: auto;
      margin: 30px 0; }
      .register-container .logo-wrapper img {
        width: 100%;
        height: 100%; }
    .register-container .login-form-wrap input[type=submit] {
      margin: 30px 0; }

  .form-wrapper h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    opacity: .6;
    font-weight: 400; }
  .form-wrapper input[type=text], .form-wrapper input[type=email], .form-wrapper input[type=tel] {
    width: 100%; }
  .form-wrapper .input-title-wrap {
    width: 100%; } }
@media screen and (max-width: 400px) {
  nav .top-nav .logo {
    width: 100px; }

  .mob-nav .mobile-nav .nav-name {
    display: none; } }

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