/**
 *
 * Main LESS file
 */
/* Recreate Bootstrap variables */
/* Recreate Bootstrap mixins */
/* Imports */
/*
 * accordion
 */
.panel-default > .panel-heading {
  height: 35px;
  background-color: #a09f9f;
  color: white;
}
.panel-title {
  font-size: 14px;
}
.panel-title .panel-title-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
}
/*
 *
 * Animations
 */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes feedback-animation {
  0% {
    background-color: white;
  }
  50% {
    background-color: #006666;
  }
  100% {
    background-color: white;
  }
}
@-webkit-keyframes feedback-animation {
  0% {
    background-color: white;
  }
  50% {
    background-color: #006666;
  }
  100% {
    background-color: white;
  }
}
/**
 *
 * Grids
 */
/*
 * To create a border between two columns of unequal hight, add
 * .col-border-right to the left column and .col-border-left to the 
 * right column.
 */
@media (min-width: 768px) {
  .col-border {
    position: relative;
  }
  .col-border.col-border-left::before,
  .col-border.col-border-right::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    border-left: 1px solid #e5e5e5;
  }
  .col-border.col-border-left::before {
    left: 0;
  }
  .col-border.col-border-right::after {
    right: -1px;
  }
}
.row.row-margin-top {
  margin-top: 1em;
}
.row.row-border-top {
  border-top: 1px solid #e5e5e5;
  padding-top: 1em;
}
.margin-bottom-3 {
  margin-bottom: 3px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-left-0 {
  margin-left: 0;
}
.margin-left-15 {
  margin-left: 15px;
}
.col-no-padding {
  padding: 10px;
}
@media (max-width: 768px) {
  .margin-top-xs-20 {
    margin-top: 20px;
  }
}
/**
 *
 * Legacy CSS created by Software101
 */
/*Additional hints for Bootstrap UI*/
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
/* Show ascii text instructions */
.plain-text {
  white-space: pre-wrap;
}
h5 {
  font-style: italic;
  margin-top: 0;
}
.help-block {
  color: #008a8a;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 5px;
}
.panel h3 {
  margin-top: 0;
}
.reverse {
  color: #ffffff;
}
.reverse a {
  color: #e0e0e0;
}
.reverse h1 {
  color: #ffffff;
}
.reverse .help-block {
  color: #303030;
}
.panel select {
  color: #000;
}
/* Page layout helper */
.metro-info {
  padding-top: 65px;
}
.boxed {
  display: block;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.status {
  padding: 7px;
}
.status p {
  color: #000;
  padding: 7px;
}
.graph0 {
  color: #008a8a !important;
}
.graph1 {
  color: #00aaaa !important;
}
.graph2 {
  color: #00caca !important;
}
.graph3 {
  color: #00eaea !important;
}
/**
 *
 * Icons
 */
.icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /**** Sizes ****/
  /**** Icons ****/
}
.icon.margin-5-left {
  margin-left: 5px;
}
.icon.margin-5-right {
  margin-right: 5px;
}
.icon.icon-xsmall {
  width: 0.8em;
  height: 0.8em;
}
.icon.icon-small {
  width: 1em;
  height: 1em;
}
.icon.icon-medium {
  width: 1.4em;
  height: 1.4em;
}
.icon.icon-big {
  width: 2.4em;
  height: 2.4em;
}
.icon.icon-caret {
  background-image: url('../img/caret.svg');
}
.icon.icon-group {
  background-image: url('../img/organization.png');
}
.icon.icon-profile {
  background-image: url('../img/profile.svg');
}
.icon.icon-logout {
  background-image: url('../img/logout.svg');
}
.icon.icon-delete {
  background-image: url('../img/delete.svg');
}
.icon.icon-close {
  background-image: url('../img/close.svg');
}
.icon.icon-search {
  background-image: url('../img/search.svg');
}
.icon.icon-trashbin {
  background-image: url('../img/trashbin.svg');
}
.icon.icon-error {
  background-image: url('../img/error_red.svg');
}
.icon.icon-warning {
  background-image: url('../img/warning.svg');
}
.icon.icon-circle-error {
  background-image: url('../img/circle_error.svg');
}
.icon.icon-circle-question {
  background-image: url('../img/circle_question.svg');
}
.icon.icon-circle-check {
  background-image: url('../img/circle_check.svg');
}
.icon.icon-circle-cross {
  background-image: url('../img/circle_cross.svg');
}
.icon.icon-edit {
  background-image: url('../img/edit_pen_white.svg');
}
.icon.icon-arrow {
  background-image: url('../img/arrow_white.svg');
}
.icon.icon-cross {
  background-image: url('../img/cross_circle.svg');
}
.icon.icon-check {
  background-image: url('../img/check_circle.svg');
}
.icon.icon-pending {
  background-image: url('../img/pending.svg');
}
.icon.icon-arrow-closed {
  background-image: url('../img/arrow_white_closed.svg');
}
.icon.icon-arrow-open {
  background-image: url('../img/arrow_white_open.svg');
}
.icon.icon-bell {
  background-image: url('../img/bell.svg');
}
.icon.icon-mentor {
  background-image: url('../img/mentor.svg');
}
.icon.icon-mentee {
  background-image: url('../img/mentee.svg');
}
.icon.icon-nonactive {
  background-image: url('../img/nonactive.svg');
}
.icon.icon-comment {
  background-image: url('../img/comment.svg');
}
.icon.icon-add-aspect {
  background-image: url('../img/add_aspect.svg');
}
.icon.icon-remove-aspect {
  background-image: url('../img/remove_aspect.svg');
}
.icon.icon-add-option {
  background-image: url('../img/add_option.svg');
}
.icon.icon-remove-option {
  background-image: url('../img/remove_option.svg');
}
.icon.icon-communicate {
  background-image: url('../img/communicate.svg');
}
.icon.icon-smart-s {
  background-image: url('../img/smart_s.svg');
}
.icon.icon-smart-m {
  background-image: url('../img/smart_m.svg');
}
.icon.icon-smart-a {
  background-image: url('../img/smart_a.svg');
}
.icon.icon-smart-r {
  background-image: url('../img/smart_r.svg');
}
.icon.icon-smart-t {
  background-image: url('../img/smart_t.svg');
}
.icon.icon-email {
  background-image: url('../img/email.svg');
}
.icon.icon-info-i {
  background-image: url('../img/info_i.svg');
}
.icon.icon-info-goal {
  background-image: url('../img/info_goal.svg');
}
.icon.icon-info-reality {
  background-image: url('../img/info_reality.svg');
}
.icon.icon-info-options {
  background-image: url('../img/info_options.svg');
}
.icon.icon-info-ways {
  background-image: url('../img/info_ways.svg');
}
.icon.icon-info-evaluation {
  background-image: url('../img/info_evaluation.svg');
}
.icon.icon-stopwatch {
  background-image: url('../img/Stopwatch.svg');
}
.icon.icon-arrow-closed {
  background-image: url('../img/arrow_closed.svg');
}
.icon.icon-arrow-open {
  background-image: url('../img/arrow_open.svg');
}
.icon.icon-information {
  background-image: url('../img/information.svg');
}
.icon.icon-addcompetence {
  background-image: url('../img/add_competence.svg');
}
.icon.icon-language {
  background-image: url('../img/language_icon.svg');
}
/**
 *
 * Tabs
 */
.nav-tabs-hidden .nav-tabs {
  display: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: none;
  cursor: default;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom: 3px solid #006666;
}
.igrow .nav-tabs .active:nth-child(1) > a,
.igrow .nav-tabs .active:nth-child(1) > a:hover,
.igrow .nav-tabs .active:nth-child(1) > a:focus {
  border-bottom: 3px solid #0FB89C;
}
.igrow .nav-tabs .active:nth-child(2) > a,
.igrow .nav-tabs .active:nth-child(2) > a:hover,
.igrow .nav-tabs .active:nth-child(2) > a:focus {
  border-bottom: 3px solid #DC235E;
}
.igrow .nav-tabs .active:nth-child(3) > a,
.igrow .nav-tabs .active:nth-child(3) > a:hover,
.igrow .nav-tabs .active:nth-child(3) > a:focus {
  border-bottom: 3px solid #C9BF44;
}
.igrow .nav-tabs .active:nth-child(4) > a,
.igrow .nav-tabs .active:nth-child(4) > a:hover,
.igrow .nav-tabs .active:nth-child(4) > a:focus {
  border-bottom: 3px solid #552978;
}
.igrow .nav-tabs .active:nth-child(5) > a,
.igrow .nav-tabs .active:nth-child(5) > a:hover,
.igrow .nav-tabs .active:nth-child(5) > a:focus {
  border-bottom: 3px solid #006666;
}
.igrow .nav-tabs .active:nth-child(6) > a,
.igrow .nav-tabs .active:nth-child(6) > a:hover,
.igrow .nav-tabs .active:nth-child(6) > a:focus {
  border-bottom: 3px solid #808080;
}
.nav-tabs > li > a {
  border: none;
  border-bottom: 3px solid transparent;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
/* custom inclusion of right, left and below tabs */
@media (min-width: 768px) {
  .tabs-below > .nav-tabs,
  .tabs-right > .nav-tabs,
  .tabs-left > .nav-tabs {
    border-bottom: 0;
  }
  .tab-content > .tab-pane,
  .pill-content > .pill-pane {
    display: none;
  }
  .tab-content > .active,
  .pill-content > .active {
    display: block;
    width: 85%;
    float: left;
  }
  .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
  }
  .tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .tabs-below > .nav-tabs > li > a:hover,
  .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
  }
  .tabs-below > .nav-tabs > .active > a,
  .tabs-below > .nav-tabs > .active > a:hover,
  .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
  }
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
    float: none;
  }
  .tabs-left > .nav-tabs > li > a,
  .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
  }
  .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .tabs-left > .nav-tabs > li > a:hover,
  .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  }
  .tabs-left > .nav-tabs .active:nth-child(1) > a,
  .tabs-left > .nav-tabs .active:nth-child(1) > a:hover,
  .tabs-left > .nav-tabs .active:nth-child(1) > a:focus {
    /*border-color: #ddd transparent #ddd #ddd;
      *border-right-color: #ffffff;*/
    border: none;
    border-right: 3px solid #0FB89C;
  }
  .tabs-left > .nav-tabs .active:nth-child(2) > a,
  .tabs-left > .nav-tabs .active:nth-child(2) > a:hover,
  .tabs-left > .nav-tabs .active:nth-child(2) > a:focus {
    /*border-color: #ddd transparent #ddd #ddd;
      *border-right-color: #ffffff;*/
    border: none;
    border-right: 3px solid #DC235E;
  }
  .tabs-left > .nav-tabs .active:nth-child(3) > a,
  .tabs-left > .nav-tabs .active:nth-child(3) > a:hover,
  .tabs-left > .nav-tabs .active:nth-child(3) > a:focus {
    /*border-color: #ddd transparent #ddd #ddd;
      *border-right-color: #ffffff;*/
    border: none;
    border-right: 3px solid #C9BF44;
  }
  .tabs-left > .nav-tabs .active:nth-child(4) > a,
  .tabs-left > .nav-tabs .active:nth-child(4) > a:hover,
  .tabs-left > .nav-tabs .active:nth-child(4) > a:focus {
    /*border-color: #ddd transparent #ddd #ddd;
      *border-right-color: #ffffff;*/
    border: none;
    border-right: 3px solid #552978;
  }
  .tabs-left > .nav-tabs .active:nth-child(5) > a,
  .tabs-left > .nav-tabs .active:nth-child(5) > a:hover,
  .tabs-left > .nav-tabs .active:nth-child(5) > a:focus {
    /*border-color: #ddd transparent #ddd #ddd;
      *border-right-color: #ffffff;*/
    border: none;
    border-right: 3px solid #006666;
  }
  .tabs-left > .nav-tabs .active:nth-child(6) > a,
  .tabs-left > .nav-tabs .active:nth-child(6) > a:hover,
  .tabs-left > .nav-tabs .active:nth-child(6) > a:focus {
    /*border-color: #ddd transparent #ddd #ddd;
      *border-right-color: #ffffff;*/
    border: none;
    border-right: 3px solid #808080;
  }
  .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
  }
  .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .tabs-right > .nav-tabs > li > a:hover,
  .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  }
  .tabs-right > .nav-tabs .active > a,
  .tabs-right > .nav-tabs .active > a:hover,
  .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
  }
}
/**
 *
 * Dropdowns
 */
.dropdown-menu {
  background-color: #fff;
  color: black;
  text-align: center;
  margin-top: -0.4em;
  padding: 0;
  font-size: inherit;
  min-width: 12em;
}
.dropdown-menu > li > a {
  color: black;
}
.dropdown-menu > li > a:hover {
  color: #333;
  background: transparent;
}
.dropdown-menu > li + li {
  border-top: solid 1px #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: black;
  text-decoration: none;
  background-color: #A1C7C7;
  outline: 0;
}
/**
 *
 * Navigation bars
 */
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}
.nav > li > a {
  padding: 0.7em 1.4em;
}
.nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.nav > li > a:focus {
  background-color: transparent;
}
.nav.nav-small {
  font-size: 0.85em;
}
.nav.nav-small > li > a {
  padding: 0.5em 0.9em;
}
/* Top-right user navigation bar */
.nav.nav-small.nav-pills.navbar-right {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 0;
  margin-bottom: 0;
}
.nav.nav-small.nav-pills.navbar-right > li > a {
  color: #555;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.nav.nav-small.nav-pills.navbar-right > li > a:hover {
  background: #f0f7f7;
  color: #006666;
}
.nav.nav-small.nav-pills.navbar-right > li > a .icon {
  opacity: 0.5;
  margin-right: 3px;
}
.nav.nav-small.nav-pills.navbar-right > li > a:hover .icon {
  opacity: 0.8;
}
.nav.nav-small.nav-pills.navbar-right .caret {
  opacity: 0.5;
}
.navbar-default {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-bottom: 9em;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  padding: 6px 8px;
}
.navbar-default .navbar-brand {
  padding: 0;
  height: 50px;
}
.navbar-default .navbar-brand img {
  height: 100%;
  max-height: 50px;
  width: auto;
  object-fit: contain;
}
.navbar-default .navbar-nav > li {
  margin: 2px 3px;
}
.navbar-default .navbar-nav > li > a {
  color: #666;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 25px;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #f0f7f7;
  color: #006666;
}
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:hover,
.navbar-default .navbar-nav .active > a:focus {
  color: #006666;
  background-color: #e0f2f2;
  border-radius: 25px;
  font-weight: 700;
}
/* Menu icon inside nav tabs */
.nav-menu-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
  opacity: 0.4;
}
.navbar-default .navbar-nav > li > a:hover .nav-menu-icon {
  opacity: 0.7;
}
.navbar-default .navbar-nav .active > a .nav-menu-icon {
  opacity: 1;
}
.nav-menu-icon-fa {
  font-size: 14px;
  margin-right: 4px;
}
@media (min-width: 0) {
  .navbar-default .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-default .sublist {
    margin-left: 40px;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    margin-bottom: 2em;
  }
  .navbar-default .navbar-brand {
    height: 50px;
  }
  .navbar-default .navbar-nav {
    margin-top: 12px;
    margin-left: 0;
    width: 100%;
  }
  .navbar-default .sublist {
    margin-left: 0 !important;
    margin-top: 2px !important;
    padding-top: 4px;
    border-top: 1px solid #eee;
  }
  .navbar-default .sublist > li > a {
    color: #888;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: capitalize;
  }
  .navbar-default .sublist > li > a:hover {
    background: #f0f7f7;
    color: #006666;
  }
  .navbar-default .sublist > .active > a,
  .navbar-default .sublist > .active > a:hover,
  .navbar-default .sublist > .active > a:focus {
    background: #e0f2f2;
    color: #006666;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-brand {
    height: 50px;
  }
  .navbar-default .navbar-nav {
    margin-top: 12px;
    margin-left: 14px;
    width: 85%;
  }
  .navbar-default .sublist {
    margin-left: 0 !important;
    margin-top: 2px !important;
  }
  .navbar-default .sublist li {
    font-weight: 600;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-brand {
    height: 50px;
  }
  .navbar-default .navbar-nav {
    margin-top: 12px;
    margin-left: 35px;
    width: 77%;
  }
}
/**
 *
 * Lists
 */
.list {
  padding: 0;
  list-style-type: none;
}
.list li.list-selected {
  font-weight: bold;
}
.list li a {
  color: #333;
}
.list li a:hover,
.list li a:focus {
  text-decoration: none;
}
.list li .list-image {
  float: left;
  height: 3em;
  margin-right: 0.8em;
}
.list li .list-image.list-image-profile {
  border-radius: 1.5em;
}
.list li .list-box {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list li .list-box .list-subtext {
  display: block;
  color: #999;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list li .list-badge {
  color: #fff;
  background-color: #066;
  border-radius: 1.2em;
  font-size: 0.7em;
  float: right;
  padding: 0.35em;
  margin-left: 0.5em;
}
.list li .list-button {
  float: right;
  margin-left: 0.5em;
  padding: 0;
  border: none;
  background: transparent;
}
.list li .list-icon-left {
  float: left;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
}
.list li .list-icon-right {
  float: right;
  position: relative;
  top: 0.2em;
}
.list li .checkbox {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.list.list-vspace li {
  margin-bottom: 1em;
}
/*
 *
 * Modal popups
 */
.modal-content {
  border-radius: 14px;
  overflow: hidden;
}
.modal-content .modal-header {
  background-color: #808080;
  padding: 0.6em;
}
.modal-content .modal-header h3 {
  color: #fff;
  font-size: 1.4em;
  font-style: inherit;
  text-transform: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modal-content .modal-header .close {
  opacity: inherit;
  font-size: 1.4em;
  line-height: 1.8em;
  margin-left: 1em;
}
.modal-content .modal-footer {
  border-top: none;
}
.modal-content .modal-footer .error {
  color: #c1272d;
  text-align: left;
  padding-left: 2em;
  position: relative;
  margin: 1em 0 0 0;
}
.modal-content .modal-footer .error:before {
  content: url(../img/error.svg);
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .modal-content .modal-footer .error {
    margin-top: 0;
  }
}
/**
 *
 * Forms and inputs
 */
.form-control {
  font-size: inherit;
}
.form-control-static {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
textarea {
  resize: none;
}
input[type=number] {
  -moz-appearance: textfield;
  text-align: right;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
fieldset.form-control {
  height: auto;
}
input[type='search'] {
  background-image: url('../img/search.svg');
  background-position: 3px 9px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
input.ng-invalid.ng-dirty {
  border: 2px solid #c1272d;
  background-color: #ecbec0;
}
.error-block {
  display: block;
  color: #c1272d;
  font-size: 0.85em;
  font-style: italic;
  margin-top: 0.2em;
}
.error-message {
  color: #c1272d;
  font-size: 14px;
  text-align: left;
}
.warning-block {
  display: block;
  color: #f7941e;
  font-size: 0.85em;
  font-style: italic;
  margin-top: 0.2em;
}
.form-group label + button {
  margin-top: 2em;
}
.ats-switch span.switch-left {
  background-color: #066;
}
#email {
  background: url(../img/username_logo.svg) no-repeat scroll 8px 0px;
  padding-left: 95px;
}
#password {
  background: url(../img/psw_logo.svg) no-repeat scroll 8px 0px;
  padding-left: 95px;
}
/**
 *
 * Buttons
 */
.btn {
  font-size: inherit;
}
.btn.btn-transparent {
  background: transparent;
  padding: 0;
}
.btn .icon {
  vertical-align: middle;
  margin-right: 0.5em;
}
.row-btn button {
  margin-top: 0.5em;
}
.btn-primary[disabled].gray-button {
  background-color: #999;
  border-color: #808080;
}
.gray-button {
  background-color: #999;
  border-color: #808080;
}
.btn-small {
  background-color: #999;
  border-color: #808080;
  padding: 0;
  padding-right: 3px;
  padding-left: 3px;
  border-width: 0.5px;
}
.btn-small:focus,
.btn-small:active,
.btn-small.active,
.open .dropdown-toggle.btn-small {
  color: #ffffff;
  background-color: #999;
  border-color: #808080;
}
.btn-small-green {
  background-color: #006666;
  padding: 0;
  padding-right: 3px;
  padding-left: 3px;
  border-width: 0.5px;
}
/**
 *
 * Boxes
 */
.box-selection {
  color: #808080;
}
.box-selection h6 {
  color: inherit;
  font-size: inherit;
}
.box-selection ul {
  font-size: 0.85em;
}
.box-feedback {
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position-y: 0.25em;
  padding-left: 1.5em;
  text-align: left;
}
.box-feedback.box-feedback-error {
  color: #c1272d;
  background-image: url(../img/circle_error.svg);
}
.box-feedback.box-feedback-warning {
  color: #f7941e;
  background-image: url(../img/warning.svg);
}
.box-feedback.box-feedback-info {
  color: #808080;
  background-image: url(../img/info.svg);
}
.row-btn .box-feedback {
  margin: 0.75em 0 0.5em 0;
}
/*
    create a div without content with the 'spinner' class (example :  <div class="spinner"></div>) and you get a loading container
    in the element where you put the div
*/
.spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url('../img/spinner.gif') no-repeat;
  z-index: 100000;
  background-position: 50% 50%;
}
/*
 *
 * Overlays
 */
.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.8);
  animation: fade-in 200ms;
  -webkit-animation: fade-in 200ms;
}
.overlay.overlay-spinner::before {
  background-image: url('../img/spinner.gif');
  background-position: 50% 50%;
}
/**
 *
 * Text transformations
 */
.text-ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.italic {
  font-style: italic;
}
.gray {
  color: #808080;
}
.green-feedback {
  animation: feedback-animation 2000ms;
  -webkit-animation: feedback-animation 2000ms;
}
.title-profile {
  font-size: 18px;
  color: #808080;
}
.white {
  color: white;
}
.bold {
  font-weight: bold;
}
.font-size-20 {
  font-size: 20px;
}
.no-decoration {
  text-decoration: none;
}
/**
 *
 * Conversations
 */
.conversation {
  font-size: 0.85em;
}
.conversation .header {
  margin-bottom: 1em;
}
.conversation .header a {
  color: inherit;
  font-style: italic;
}
.conversation .comment {
  border-top: 1px solid #808080;
  padding: 0.5em 0;
}
.conversation .comment .comment-picture {
  float: left;
  width: 2.8em;
  height: 2.8em;
  border-radius: 1.4em;
}
.conversation .comment .comment-button {
  float: right;
  padding: 0;
  border: none;
  background: transparent;
}
.conversation .comment .comment-text {
  padding: 0 2em 0 4em;
  margin: 0;
}
.conversation .comment .comment-text .comment-name {
  font-weight: bold;
}
.conversation .comment .comment-text .comment-time {
  color: #808080;
  font-style: italic;
}
.conversation .comment .comment-input {
  padding: 0 0 0 4em;
}
.conversation .comment .comment-input textarea {
  width: 100%;
  height: 2.8em;
}
/**
 *
 * iGROW
 */
.igrow p {
  margin: 0;
}
.igrow h1 {
  font-size: 2.2em;
  color: inherit;
}
.igrow h1 .icon {
  vertical-align: bottom;
  margin-left: 0.1em;
}
.igrow h1:first-child {
  margin-top: 0;
}
.igrow h2,
.igrow .h2 {
  font-size: 1.29em;
  font-weight: bold;
  color: inherit;
  margin: 1.4em 0 0.1em 0;
}
.igrow h2 img,
.igrow .h2 img {
  margin-right: 0.2em;
}
.igrow h3 {
  font-weight: bold;
  text-transform: none;
  font-size: 1.29em;
  color: inherit;
  margin-top: 1em;
  margin-bottom: 0;
}
.igrow h3:first-child {
  margin-top: 0;
}
.igrow .form-group label {
  font-weight: normal;
  margin: 0.6em 0 0 0;
}
.igrow .form-group label.h2 {
  font-weight: bold;
  margin: 1.4em 0 0 0;
}
.igrow .igrow-profile {
  margin-top: 40px;
}
.igrow .igrow-profile img {
  float: left;
  margin-right: 1em;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.igrow .igrow-profile div h4 {
  color: inherit;
  font-size: 1.71em;
  margin: 0 0 0.1em 0;
}
.igrow .igrow-profile div h4 a {
  vertical-align: middle;
  margin-left: 0.2em;
}
@media (min-width: 1200px) {
  .igrow .igrow-profile {
    margin-top: 0;
  }
  .igrow .igrow-profile img {
    margin-right: 1.5em;
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
}
.igrow .igrow-sidebar {
  color: #fff;
  padding: 0.5em;
  border-radius: 0.5em;
  border: 2px solid;
}
.igrow .igrow-sidebar ul {
  list-style-position: inside;
  padding-left: 0;
}
@media (min-width: 768px) {
  .igrow .igrow-btn-remove {
    margin-top: 2.3em;
  }
  .igrow .igrow-btn-remove .text {
    display: none;
  }
}
.igrow .igrow-i .igrow-sidebar {
  background-color: #0FB89C;
  border-color: #0da088;
}
.igrow .igrow-i .btn-primary {
  background-color: #0FB89C;
  border-color: #0FB89C;
}
.igrow .igrow-g .igrow-sidebar {
  background-color: #DC235E;
  border-color: #c62055;
}
.igrow .igrow-g .btn-primary {
  background-color: #DC235E;
  border-color: #DC235E;
}
.igrow .igrow-r .igrow-sidebar {
  background-color: #C9BF44;
  border-color: #bdb337;
}
.igrow .igrow-r .btn-primary {
  background-color: #C9BF44;
  border-color: #C9BF44;
}
.igrow .igrow-o .igrow-sidebar {
  background-color: #552978;
  border-color: #482365;
}
.igrow .igrow-o .btn-primary {
  background-color: #552978;
  border-color: #552978;
}
.igrow .igrow-w .igrow-sidebar {
  background-color: #006666;
  border-color: #004d4d;
}
.igrow .igrow-w .btn-primary {
  background-color: #006666;
  border-color: #006666;
}
.igrow .igrow-e .igrow-sidebar {
  background-color: #808080;
  border-color: #737373;
}
.igrow .igrow-e .btn-primary {
  background-color: #808080;
  border-color: #808080;
}
/**
 *
 * How to communicate popup
 */
.communicate-section {
  margin-bottom: 1.5em;
}
.communicate-content {
  padding-left: 4em;
}
.communicate-content h3 {
  font-size: 1.3em;
  text-transform: none;
  margin-bottom: 0.1em;
}
.communicate-image {
  float: left;
}
.communicate-image .icon {
  width: 40px;
  height: 40px;
}
/**
 *
 * Tooltips
 * 
 */
/**** START BOOTSTRAP COPY ****/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #808080;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #808080;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #808080;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #808080;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #808080;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #808080;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #808080;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #808080;
}
/**** END BOOTSTRAP COPY ****/
.tooltip {
  font-size: 14px;
}
.tooltip-inner {
  text-align: left;
  padding: 1em;
  border: 1px solid #808080;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltip-inner ul {
  padding-left: 1.3em;
}
/* Experiences */
ul.experiences {
  /*margin-top: 30px;*/
  margin-left: 10px;
  padding-left: 0;
}
ul.experiences li {
  margin-bottom: 2.5em;
  list-style: none;
  /*width: calc(100% - 50px);*/
}
/* BORDERS AND BULLETS */
p {
  /*CSS reset*/
  margin-bottom: 0;
}
ul.experiences li {
  position: relative;
  /* so that pseudoelements are positioned relatively to their "li"s*/
  /* use padding-bottom instead of margin-bottom.*/
  margin-bottom: 0;
  /* This overrides previously specified margin-bottom */
  padding-bottom: 2.5em;
}
ul.experiences li:after {
  /* bullets */
  content: "";
  position: absolute;
  /*medium fallback*/
  right: 63px;
  /*adjust manually*/
  top: 0px;
  width: 20px;
  height: 20px;
  border: 3px solid #bdbec1;
  border-radius: 50px;
  background: #26aae1;
  cursor: pointer;
}
ul.experiences li.medium:after {
  /* bullets */
  right: 54px;
  /*adjust manually*/
  top: 0px;
  width: 20px;
  height: 20px;
}
ul.experiences li.small:after {
  /* bullets */
  right: 57px;
  /*adjust manually*/
  top: 0px;
  width: 15px;
  height: 15px;
}
ul.experiences li.big:after {
  /* bullets */
  width: 30px;
  height: 30px;
}
ul.experiences li.big:first-child:after {
  /* bullets */
  right: 50px;
  /*adjust manually*/
  top: -5px;
}
ul.experiences li.big:last-child:after {
  /* bullets */
  right: 50px;
  /*adjust manually*/
  top: -5px;
}
ul.experiences li.blue:after {
  background: #26aae1;
}
ul.experiences li.orange:after {
  background: #ffac0b;
}
ul.experiences li.active > p.text.blue {
  color: #26aae1;
}
ul.experiences li.active > p.text.violet {
  color: #ee1e7b;
}
ul.experiences li.active > p.text.orange {
  color: #ffac0b;
}
ul.experiences li > p {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 90px);
}
ul.experiences li.violet:after {
  background: #ee1e7b;
}
ul.experiences li.white:after {
  background: white;
}
ul.experiences li:before {
  /* lines */
  content: "";
  position: absolute;
  right: 63px;
  /* adjust manually */
  border-left: 3px solid #bdbec1;
  height: 100%;
  width: 1px;
}
ul.experiences li:first-child:before {
  /* first li's line */
  top: 6px;
  /* moves the line down so that it disappears under the bullet. Adjust manually */
}
ul.experiences li:last-child:before {
  /* last li's line */
  height: 6px;
  /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}
ul.experiences li.step.disabled > p.text {
  color: gray;
}
ul.experiences li.step.secondary {
  margin-left: 15px;
}
ul.experiences li.step.disabled > p {
  cursor: auto;
}
.step-content {
  height: 100%;
}
.background_learning_journey {
  background-image: url(../img/learning_journey/background_learning_journey.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.background_overiew {
  background-image: url(../img/learning_journey/interactive-map.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}
/* Mentor card */
.learning-journey .lj-mentor-card {
  margin-top: 8px;
  max-width: 360px;
}
.learning-journey .lj-mc-row {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 10px 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s;
}
.learning-journey .lj-mc-row:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
/* Avatar circle */
.learning-journey .lj-mc-avatar {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #006666;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.learning-journey .lj-mc-avatar-empty {
  background: #d5d5d5;
  color: #fff;
  font-size: 18px;
}
/* CTA state — invite to choose mentor */
.learning-journey .lj-mc-cta {
  border-color: #006666;
  border-style: dashed;
  background: #f0fafa;
  cursor: pointer;
  text-decoration: none;
}
.learning-journey .lj-mc-cta:hover {
  background: #e0f4f4;
  border-style: solid;
  box-shadow: 0 2px 8px rgba(0,102,102,0.15);
  text-decoration: none;
}
.learning-journey .lj-mc-avatar-cta {
  background: #006666;
  color: #fff;
  font-size: 16px;
}
.learning-journey .lj-mc-arrow {
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 20px;
  color: #006666;
}
.learning-journey .lj-mc-avatar-pending {
  background: #fef3e2;
  color: #e67e22;
  font-size: 16px;
}
/* Text block */
.learning-journey .lj-mc-text {
  flex: 1;
  margin-left: 12px;
  min-width: 0;
}
.learning-journey .lj-mc-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}
.learning-journey .lj-mc-name-muted {
  color: #999;
  font-weight: 400;
  font-style: italic;
}
.learning-journey .lj-mc-sub {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 1.3;
}
/* Actions */
.learning-journey .lj-mc-action {
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 13px;
  color: #999;
  cursor: pointer;
  transition: color 0.15s;
  white-space: nowrap;
}
.learning-journey .lj-mc-action:hover {
  color: #006666;
  text-decoration: none;
}
.learning-journey .lj-mc-action > i {
  margin-left: 2px;
}
.learning-journey .lj-mc-choose-btn {
  flex-shrink: 0;
  margin-left: 12px;
  background: #006666;
  color: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.learning-journey .lj-mc-choose-btn:hover {
  background: #008080;
  color: #fff;
  text-decoration: none;
}
.learning-journey .lj-mc-choose-btn > i {
  margin-right: 5px;
}
/* Pending state */
.learning-journey .lj-mc-pending {
  border-color: #fde2b0;
  background: #fffbf5;
}
.learning-journey .learning-journey-container {
  margin-top: 30px;
}
.learning-journey .step-question .questions-container {
  min-height: auto;
  padding-bottom: 120px;
}
.learning-journey .step-question textarea {
  margin-bottom: 15px;
}
.learning-journey .step-question textarea.form-control {
  resize: vertical;
}
.learning-journey .popover-content-documents {
  min-width: 100px;
}
.learning-journey .popover-content-documents ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.learning-journey .step-title.blue {
  color: #26aae1;
}
.learning-journey .step-title.violet {
  color: #ee1e7b;
}
.learning-journey .step-title.orange {
  color: #ffac0b;
}
.learning-journey .text-top {
  padding-bottom: 15px;
}
.learning-journey .text-bottom {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .learning-journey .step-question .questions-container {
    min-height: auto;
  }
  .learning-journey .step-text {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .learning-journey .step-question .questions-container {
    min-height: auto;
  }
  .learning-journey .step-text {
    min-height: auto;
  }
}
/* ===== Step File Upload ===== */
.learning-journey .step-upload-section {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 2px solid #e8f5f2;
}
.learning-journey .step-upload-title {
  font-size: 1em;
  color: #006666;
  margin: 0 0 14px;
}
.learning-journey .step-upload-title .glyphicon {
  margin-right: 4px;
}
.learning-journey .step-upload-notities-badge {
  display: inline-block;
  background: #e8f5f2;
  color: #006666;
  font-size: 0.72em;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
  margin-left: 8px;
  vertical-align: middle;
}
.learning-journey .step-uploaded-doc {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin-bottom: 8px;
}
.learning-journey .step-uploaded-doc:hover {
  background: #eef6f4;
}
.learning-journey .step-uploaded-doc-icon {
  color: #006666;
  font-size: 18px;
  flex-shrink: 0;
}
.learning-journey .step-uploaded-doc-info {
  flex: 1;
  min-width: 0;
}
.learning-journey .step-uploaded-doc-name {
  color: #006666;
  font-weight: 600;
  font-size: 0.9em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.learning-journey .step-uploaded-doc-name:hover {
  text-decoration: underline;
}
.learning-journey .step-uploaded-doc-meta {
  font-size: 0.78em;
  color: #999;
}
.learning-journey .step-uploaded-doc-delete {
  opacity: 0.6;
}
.learning-journey .step-uploaded-doc-delete:hover {
  opacity: 1;
}
.learning-journey .step-upload-controls {
  margin-top: 12px;
}
.learning-journey .step-upload-file-info {
  font-size: 0.85em;
  color: #666;
  margin-left: 8px;
}
.learning-journey .step-upload-progress {
  margin-top: 8px;
  max-width: 400px;
}
.learning-journey .step-upload-error {
  margin-top: 6px;
  font-size: 0.85em;
}
.step-upload-intro {
  background: #f8f9fa;
  border-left: 4px solid #006666;
  padding: 16px 20px;
  margin-bottom: 22px;
  border-radius: 0 6px 6px 0;
}
.step-upload-intro p {
  margin: 0 0 8px;
  font-size: 13px;
  color: #333;
}
.step-upload-intro p:last-child {
  margin-bottom: 0;
}
.step-upload-intro ul {
  margin: 0 0 0 8px;
  padding-left: 16px;
  font-size: 13px;
  color: #555;
}
.step-upload-intro ul li {
  margin-bottom: 3px;
}
.step-upload-open-btn .badge {
  background-color: #006666;
  margin-left: 6px;
}
/* Onderbouwing section (inline in step content) */
.step-onderbouwing-section {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.step-onderbouwing-title {
  font-size: 1em;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px;
}
.step-onderbouwing-intro {
  font-size: 13px;
  color: #555;
  margin: 0 0 16px;
  line-height: 1.5;
}
.step-onderbouwing-empty {
  font-size: 13px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 0;
}
.step-onderbouwing-docs {
  margin-top: 12px;
}
.step-onderbouwing-note {
  font-size: 12px;
  color: #aaa;
  margin-top: 16px;
  margin-bottom: 0;
}
/* Upload popup green header */
.modal-header.step-upload-modal-header {
  background-color: #006666;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}
.modal-header.step-upload-modal-header .modal-title {
  color: #fff;
}
.modal-header.step-upload-modal-header .close {
  color: #fff;
  opacity: 0.8;
  text-shadow: none;
}
.modal-header.step-upload-modal-header .close:hover {
  color: #fff;
  opacity: 1;
}
/* Outline upload button (popup + inline) */
.step-upload-outline-btn {
  background: transparent;
  color: #006666;
  border: 1px solid #006666;
  padding: 6px 16px;
}
.step-upload-outline-btn:hover,
.step-upload-outline-btn:focus {
  background: #e8f5f2;
  color: #005555;
  border-color: #005555;
}
.step-upload-outline-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Footer note in popup */
.step-upload-footer-note {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
  margin-bottom: 0;
}

/**
 * Homepage / Personal Dashboard styles
 */
/* ===== Variables ===== */
/* ===== Profile Header ===== */
.homepage-header {
  background: linear-gradient(135deg, #0a7a7a 0%, #109e8e 50%, #1abfa3 100%);
  color: #fff;
  padding: 20px 0 18px;
  border-radius: 16px;
  margin: 0 15px 28px;
}
.homepage-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hp-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.hp-avatar .fa {
  font-size: 1.8em;
  opacity: 0.8;
}
.hp-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hp-info {
  flex: 1;
}
.hp-info h2 {
  margin: 0 0 2px;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.2px;
}
.hp-email {
  opacity: 0.7;
  font-size: 0.82em;
  margin-bottom: 6px;
}
.hp-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.hp-badge {
  background: rgba(255, 255, 255, 0.15);
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 0.72em;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.hp-btn-edit {
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.85);
  padding: 6px 16px;
  border-radius: 18px;
  font-size: 0.8em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
  white-space: nowrap;
}
.hp-btn-edit:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
}
/* ===== Main Content ===== */
.homepage-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 20px;
}
/* ===== Section Title ===== */
.hp-section-title {
  font-size: 1.05em;
  font-weight: 700;
  color: #2c3330;
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 3px solid #006666;
  letter-spacing: -0.1px;
}
.hp-section-title.hp-title-purple {
  border-left-color: #552978;
}
/* ===== Focus Line ===== */
.hp-focus-line {
  background: rgba(16, 140, 110, 0.06);
  border: 1px solid #e8e9e4;
  border-left: 4px solid #108c6e;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 1px 2px rgba(0, 60, 50, 0.03);
}
.hp-focus-content {
  flex: 1;
  min-width: 0;
}
.hp-focus-label {
  font-size: 0.72em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2c3330;
  margin-bottom: 2px;
}
.hp-focus-task {
  font-size: 0.92em;
  font-weight: 600;
  color: #2c3330;
  line-height: 1.3;
}
.hp-focus-task span {
  color: #5f6b66;
  font-weight: 400;
}
.hp-focus-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8em;
  font-weight: 600;
  color: #006666;
  background: rgba(0, 102, 102, 0.06);
  border: 1px solid rgba(0, 102, 102, 0.15);
  border-radius: 6px;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.hp-focus-btn:hover {
  background: rgba(0, 102, 102, 0.12);
  border-color: rgba(0, 102, 102, 0.3);
  box-shadow: 0 1px 4px rgba(0, 102, 102, 0.12);
  text-decoration: none;
  color: #006666;
}
/* ===== Trajectory Cards ===== */
.hp-trajectory-cards {
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.hp-trajectory-card {
  flex: 1;
  min-width: 220px;
  max-width: 290px;
  background: #fff;
  border: 1px solid #e8e9e4;
  border-radius: 12px;
  padding: 24px 20px 20px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 60, 50, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  position: relative;
}
.hp-trajectory-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 60, 50, 0.09);
}
.hp-card-share {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #99a39d;
  font-size: 1.1em;
  text-decoration: none;
  transition: color 0.15s;
  z-index: 2;
}
.hp-card-share:hover {
  color: #006666;
  text-decoration: none;
}
/* ===== LJ 44 Theme Activation Panel ===== */
.lj-activation-panel {
  text-align: center;
  padding: 10px 0;
}
.lj-activation-btn {
  margin-bottom: 8px;
  font-size: 1.05em;
}
.lj-activation-btn-afronding {
  font-size: 0.95em;
  color: #555;
}
/* ===== Circular Progress Ring ===== */
.hp-ring {
  width: 90px;
  height: 90px;
  margin: 0 auto 14px;
  position: relative;
}
.hp-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.hp-ring-bg {
  fill: none;
  stroke: #eeefec;
  stroke-width: 6;
}
.hp-ring-fill {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 264;
  transition: stroke-dashoffset 0.8s ease;
}
.hp-ring-fill.hp-ring-purple {
  stroke: #552978;
}
.hp-ring-fill.hp-ring-teal {
  stroke: #006666;
}
.hp-ring-fill.hp-ring-green {
  stroke: #0FB89C;
}
.hp-ring-fill.hp-ring-pink {
  stroke: #DC235E;
}
.hp-ring-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.1;
}
.hp-ring-percent {
  font-size: 1.35em;
  font-weight: 700;
  display: block;
}
.hp-ring-type {
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: #99a39d;
  display: block;
  margin-top: 1px;
}
.hp-card-title {
  font-weight: 600;
  font-size: 0.9em;
  color: #2c3330;
  margin-bottom: 3px;
  letter-spacing: -0.1px;
}
.hp-card-subtitle {
  font-size: 0.78em;
  color: #99a39d;
  margin-bottom: 10px;
}
/* ===== iGrow Phase Indicator ===== */
.hp-igrow-phases {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 10px;
}
.hp-phase-dot {
  width: 22px;
  height: 5px;
  border-radius: 3px;
  background: #e0e0e0;
}
.hp-phase-dot.hp-dot-i.on {
  background: #0FB89C;
}
.hp-phase-dot.hp-dot-g.on {
  background: #DC235E;
}
.hp-phase-dot.hp-dot-r.on {
  background: #C9BF44;
}
.hp-phase-dot.hp-dot-o.on {
  background: #552978;
}
.hp-phase-dot.hp-dot-w.on {
  background: #006666;
}
.hp-phase-dot.hp-dot-e.on {
  background: #808080;
}
/* ===== Status Badges ===== */
.hp-badge-status {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.hp-badge-bezig {
  background: rgba(0, 102, 102, 0.07);
  color: #006666;
}
.hp-calendly-icon {
  margin-left: 8px;
  color: #0069ff;
  border-color: #ddd;
  vertical-align: middle;
}
.hp-calendly-icon:hover {
  background-color: #0069ff;
  border-color: #0069ff;
  color: #fff;
}
.hp-badge-afgerond {
  background: rgba(15, 184, 156, 0.07);
  color: #0FB89C;
}
.hp-badge-wacht {
  background: rgba(249, 148, 30, 0.12);
  color: #c58500;
}
.hp-card-badge-new {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #552978;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 600;
}
/* ===== Empty State Trajectory Cards ===== */
.hp-trajectory-card.hp-card-empty {
  border: 2px dashed #d0d0d0;
  box-shadow: none;
  background: #fafbfc;
  cursor: default;
}
.hp-trajectory-card.hp-card-empty:hover {
  transform: none;
  box-shadow: none;
}

/* ── "Ga naar volledig overzicht" card ── */
.hp-overview-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border: 2px dashed #ccd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.hp-overview-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006666, #0FB89C);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.hp-overview-icon i {
  color: #fff;
  font-size: 22px;
}
.hp-overview-count {
  font-size: 0.88em;
  color: #666;
  margin-bottom: 14px;
}
.hp-overview-count strong {
  color: #006666;
  font-size: 1.1em;
}
.hp-overview-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.hp-overview-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #f7fafa;
  text-decoration: none;
  color: #333;
  font-size: 0.82em;
  font-weight: 600;
  transition: background 0.15s;
}
.hp-overview-link:hover {
  background: #e6f0f0;
  text-decoration: none;
  color: #333;
}
.hp-overview-link .fa {
  width: 20px;
  text-align: center;
  font-size: 14px;
}
/* Per-type navigatie kleuren */
.hp-overview-link-green {
  background: rgba(15,184,156,0.08);
  border: 1px solid rgba(15,184,156,0.2);
}
.hp-overview-link-green:hover { background: rgba(15,184,156,0.16); }
.hp-overview-link-green .fa  { color: #0FB89C; }
.hp-overview-link-green .hp-overview-link-arrow { color: #0FB89C; }

.hp-overview-link-teal {
  background: rgba(0,102,102,0.08);
  border: 1px solid rgba(0,102,102,0.2);
}
.hp-overview-link-teal:hover { background: rgba(0,102,102,0.16); }
.hp-overview-link-teal .fa   { color: #006666; }
.hp-overview-link-teal .hp-overview-link-arrow { color: #006666; }

.hp-overview-link-purple {
  background: rgba(85,41,120,0.08);
  border: 1px solid rgba(85,41,120,0.2);
}
.hp-overview-link-purple:hover { background: rgba(85,41,120,0.16); }
.hp-overview-link-purple .fa { color: #552978; }
.hp-overview-link-purple .hp-overview-link-arrow { color: #552978; }

.hp-overview-link-arrow {
  margin-left: auto;
  font-size: 12px;
}

/* Promo-link (type dat gebruiker nog niet heeft) */
.hp-overview-link-promo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px dashed #ccc;
  text-decoration: none;
  color: #555;
  font-size: 0.82em;
  font-weight: 600;
  transition: all 0.15s;
  cursor: pointer;
}
.hp-overview-link-promo:hover {
  text-decoration: none;
}
.hp-overview-link-promo .fa {
  width: 20px;
  text-align: center;
  font-size: 14px;
}
.hp-promo-plus {
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
}
/* Per-type promo kleuren */
.hp-overview-link-promo.hp-promo-green {
  background: rgba(15,184,156,0.08);
  border-color: rgba(15,184,156,0.3);
  color: #0a8c6e;
}
.hp-overview-link-promo.hp-promo-green:hover {
  background: rgba(15,184,156,0.16);
  border-color: #0FB89C;
}
.hp-overview-link-promo.hp-promo-green .hp-promo-plus { color: #0FB89C; }

.hp-overview-link-promo.hp-promo-teal {
  background: rgba(0,102,102,0.08);
  border-color: rgba(0,102,102,0.3);
  color: #005050;
}
.hp-overview-link-promo.hp-promo-teal:hover {
  background: rgba(0,102,102,0.16);
  border-color: #006666;
}
.hp-overview-link-promo.hp-promo-teal .hp-promo-plus { color: #006666; }

.hp-overview-link-promo.hp-promo-purple {
  background: rgba(85,41,120,0.08);
  border-color: rgba(85,41,120,0.3);
  color: #3e1e5c;
}
.hp-overview-link-promo.hp-promo-purple:hover {
  background: rgba(85,41,120,0.16);
  border-color: #552978;
}
.hp-overview-link-promo.hp-promo-purple .hp-promo-plus { color: #552978; }

.hp-empty-icon {
  font-size: 1.6em;
  display: block;
  margin-bottom: 2px;
  opacity: 0.6;
}
.hp-card-hint {
  font-size: 0.75em;
  color: #aaa;
  margin: 8px 0 0;
  line-height: 1.4;
}
.hp-card-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.8em;
  color: #99a39d;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s;
}
.hp-card-link:hover {
  color: #006666;
  text-decoration: none;
}
/* ===== Rich Inviting Empty State Cards ===== */
.hp-rich-card {
  flex: 1;
  min-width: 260px;
  background: #fff;
  border: 1px solid #e8e9e4;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 1px 4px rgba(0, 60, 50, 0.05);
  cursor: default;
  display: flex;
  flex-direction: column;
}
.hp-rich-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 60, 50, 0.07);
}
.hp-rich-banner {
  padding: 22px 20px 18px;
  text-align: center;
  color: #fff;
}
.hp-rich-banner.hp-rich-green  { background: linear-gradient(135deg, #14c4a8 0%, #0FB89C 100%); }
.hp-rich-banner.hp-rich-teal   { background: linear-gradient(135deg, #006666 0%, #008080 100%); }
.hp-rich-banner.hp-rich-purple { background: linear-gradient(135deg, #552978 0%, #7B3FA0 100%); }
.hp-rich-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.hp-rich-icon-circle i {
  font-size: 24px;
  color: #fff;
}
.hp-rich-banner h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.hp-rich-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  margin-top: 3px;
}
.hp-rich-body {
  padding: 18px 22px 22px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hp-rich-desc {
  font-size: 13px;
  color: #5f6b66;
  line-height: 1.5;
  margin-bottom: 16px;
}
.hp-rich-benefits {
  text-align: left;
  margin-bottom: 20px;
}
.hp-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 7px;
  font-size: 12.5px;
  color: #5f6b66;
  line-height: 1.4;
}
.hp-benefit-item i {
  margin-top: 2px;
  font-size: 11px;
}
.hp-benefit-green i  { color: #0FB89C; }
.hp-benefit-teal i   { color: #006666; }
.hp-benefit-purple i { color: #552978; }
.hp-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 22px;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.15s ease;
  margin-top: auto;
}
.hp-btn-cta:hover {
  filter: brightness(1.06);
}
.hp-btn-cta-green  { background: #0FB89C; }
.hp-btn-cta-green:hover  { background: #0da88e; }
.hp-btn-cta-teal   { background: #006666; }
.hp-btn-cta-teal:hover   { background: #005555; }
.hp-btn-cta-purple { background: #552978; }
.hp-btn-cta-purple:hover { background: #4a2268; }
/* ===== Mentor Role Cards ===== */
.hp-mentor-role-cards {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.hp-role-card {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e8e9e4;
  border-radius: 12px;
  padding: 20px 18px 16px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 60, 50, 0.05);
  transition: transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
}
.hp-role-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 60, 50, 0.07);
}
.hp-role-icon {
  font-size: 1.6em;
  margin-bottom: 4px;
}
.hp-role-number {
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1;
  color: #2c3330;
}
.hp-role-label {
  font-size: 0.8em;
  color: #99a39d;
  margin-bottom: 4px;
}
.hp-role-detail {
  font-size: 0.75em;
  color: #99a39d;
  margin-bottom: 8px;
}
.hp-role-context {
  font-size: 13px;
  color: #5f6b66;
  margin-top: -24px;
  margin-bottom: 32px;
  line-height: 1.4;
  padding-left: 12px;
}
/* ===== Panels (Mentoring + Activiteit) ===== */
.hp-panel {
  background: #fff;
  border: 1px solid #e8e9e4;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 60, 50, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}
.hp-panel-head {
  background: #f6f7f5;
  border-bottom: 1px solid #e8e9e4;
  color: #2c3330;
  padding: 11px 18px;
  font-size: 0.82em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hp-panel-head .fa {
  margin-right: 6px;
  color: #99a39d;
}
.hp-panel-head a {
  color: #99a39d;
  font-size: 0.92em;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.hp-panel-head a:hover {
  color: #006666;
  text-decoration: none;
}
/* ===== Mentor Items ===== */
.hp-sub-label {
  padding: 8px 18px 2px;
  font-size: 0.72em;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.5px;
}
.hp-mentor-item {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  border-bottom: 1px solid #f2f3ef;
}
.hp-mentor-item:last-child {
  border-bottom: none;
}
.hp-avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85em;
  margin-right: 12px;
  flex-shrink: 0;
}
.hp-av-teal {
  background: #006666;
}
.hp-av-purple {
  background: #552978;
}
.hp-mi-name {
  font-weight: 600;
  font-size: 0.9em;
}
.hp-mi-role {
  font-size: 0.78em;
  color: #999;
}
.hp-mi-comp {
  font-size: 0.75em;
  color: #006666;
  font-weight: 600;
}
/* ===== Activity / Notification Items ===== */
.hp-activity-item {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  border-bottom: 1px solid #f2f3ef;
  transition: background 0.1s;
  cursor: pointer;
}
.hp-activity-item:last-child {
  border-bottom: none;
}
.hp-activity-item:hover {
  background: #fafbf9;
}
.hp-activity-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  background: #99a39d;
}
.hp-activity-dot.hp-dot-purple {
  background: #552978;
}
.hp-activity-dot.hp-dot-teal {
  background: #006666;
}
.hp-activity-dot.hp-dot-orange {
  background: #f7941e;
}
.hp-activity-dot.hp-dot-green {
  background: #0FB89C;
}
.hp-activity-text {
  flex: 1;
  font-size: 0.82em;
  color: #5f6b66;
  line-height: 1.4;
}
.hp-activity-time {
  font-size: 0.75em;
  color: #999;
  margin-left: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}
/* ===== Empty States ===== */
.hp-empty-state {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  color: #999;
}
.hp-empty-state .fa {
  font-size: 2.5em;
  margin-bottom: 10px;
  opacity: 0.4;
}
.hp-empty-state p {
  margin: 0;
}
.hp-empty-small {
  text-align: center;
  padding: 20px;
  color: #999;
  font-size: 0.88em;
}
.hp-more-link {
  padding: 6px 18px 12px;
}
/* ===== Equal-height columns ===== */
.hp-row-equal {
  display: flex;
  flex-wrap: wrap;
}
.hp-row-equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.hp-row-equal .hp-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hp-row-equal .hp-panel-body {
  flex: 1;
}
/* ===== Promo section ===== */
.hp-promo-section {
  margin-bottom: 30px;
}
.hp-promo-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hp-promo-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: linear-gradient(135deg, #f0faf8, #e8f5f0);
  border: 1px solid #0FB89C;
  border-radius: 10px;
  padding: 20px;
  flex: 1;
  min-width: 250px;
  max-width: 400px;
}
.hp-promo-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #006666, #0FB89C);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 20px;
}
.hp-promo-body {
  flex: 1;
}
.hp-promo-name {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #006666;
}
.hp-promo-desc {
  margin: 0 0 10px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
.hp-promo-link {
  color: #0FB89C;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}
.hp-promo-link:hover {
  color: #006666;
  text-decoration: none;
}
/* ===== Notities panel ===== */
.hp-notes-actions {
  padding: 12px 18px;
  border-bottom: 1px solid #f2f3ef;
  text-align: center;
}
button.hp-btn-add-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #006666;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 22px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
button.hp-btn-add-note:hover,
button.hp-btn-add-note:focus {
  background-color: #005555;
  color: #fff;
  outline: none;
}
.hp-btn-add-note i {
  margin-right: 6px;
}
.hp-note-item {
  display: flex;
  align-items: flex-start;
  padding: 11px 18px;
  border-bottom: 1px solid #f2f3ef;
  cursor: pointer;
  transition: background 0.1s;
}
.hp-note-item:hover {
  background: #fafbf9;
}
.hp-note-item:last-child {
  border-bottom: none;
}
.hp-note-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #e8f5f3;
  color: #006666;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
  font-size: 16px;
}
.hp-note-icon.has-file {
  background: #fff3e0;
  color: #e67e22;
}
.hp-note-body {
  flex: 1;
  min-width: 0;
}
.hp-note-name {
  font-weight: 600;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hp-note-comment {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
}
.hp-note-date {
  font-size: 11px;
  color: #bbb;
  flex-shrink: 0;
  margin-left: 10px;
  padding-top: 2px;
}
.hp-note-file {
  font-size: 11px;
  color: #006666;
  margin-top: 3px;
}
.hp-note-file i {
  margin-right: 3px;
}
/* ===== Notities page (docs-*) ===== */
.docs-page {
  padding: 0 15px;
}
.docs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.docs-title {
  text-transform: none;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.docs-title .fa {
  color: #006666;
  margin-right: 8px;
}
button.docs-btn-add {
  width: auto;
  padding: 10px 28px;
  border-radius: 8px;
}
button.docs-btn-edit {
  width: auto;
  padding: 8px 20px;
  font-size: 13px;
  border-radius: 8px;
}
.docs-list-panel {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  overflow: hidden;
}
.docs-list-item {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.15s;
}
.docs-list-item:last-child {
  border-bottom: none;
}
.docs-list-item:hover {
  background: #f8fafa;
}
.docs-list-item.docs-list-active {
  background: #e8f5f3;
  border-left: 3px solid #006666;
}
.docs-list-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f0f0f0;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
  font-size: 15px;
}
.docs-list-active .docs-list-icon {
  background: #006666;
  color: #fff;
}
.docs-list-info {
  flex: 1;
  min-width: 0;
}
.docs-list-name {
  font-weight: 600;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.docs-list-date {
  font-size: 11px;
  color: #999;
  margin-top: 2px;
}
.docs-list-delete {
  background: none;
  border: none;
  color: #ccc;
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s, color 0.15s;
}
.docs-list-item:hover .docs-list-delete {
  opacity: 1;
}
.docs-list-delete:hover {
  color: #e74c3c;
}
.docs-detail-panel {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  overflow: hidden;
}
.docs-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.docs-detail-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.docs-detail-body {
  padding: 20px 24px;
}
.docs-detail-row {
  margin-bottom: 20px;
}
.docs-detail-row:last-child {
  margin-bottom: 0;
}
.docs-detail-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.docs-detail-label .fa {
  margin-right: 5px;
  color: #006666;
}
.docs-detail-value {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.docs-detail-value.docs-no-file {
  color: #bbb;
  font-style: italic;
}
.docs-download-btn {
  display: inline-block;
  background: #006666;
  color: #fff;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
}
.docs-download-btn:hover {
  background: #005555;
  color: #fff;
  text-decoration: none;
}
.docs-file-info {
  font-size: 13px;
  color: #888;
}
.docs-empty {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.docs-empty-icon {
  font-size: 48px;
  color: #ddd;
  display: block;
  margin-bottom: 16px;
}
.docs-empty h4 {
  color: #666;
  margin-bottom: 8px;
}
.docs-empty p {
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
}
.docs-empty .docs-btn-add {
  display: inline-block;
  width: auto;
  padding: 10px 28px;
}
/* ===== AI Coach (Learning Journey) ===== */
.lj-ai-coach-fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}
.lj-ai-coach-fab .btn {
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  background-color: #006666;
  border-color: #006666;
  color: #fff;
}
.lj-ai-coach-fab .btn:hover,
.lj-ai-coach-fab .btn:focus {
  background-color: #005555;
  border-color: #005555;
  color: #fff;
}
.lj-ai-coach-fab .glyphicon {
  margin-right: 5px;
}
.lj-ai-coach-panel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 380px;
  height: 520px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  z-index: 10001;
  display: flex;
  flex-direction: column;
}
.lj-ai-coach-header {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #006666;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.lj-ai-coach-header h4 { margin: 0; font-size: 15px; color: #fff; text-transform: none; }
.lj-ai-coach-header .btn { color: #fff; font-size: 18px; line-height: 1; opacity: 0.8; background: none; border: none; }
.lj-ai-coach-header .btn:hover { opacity: 1; }
.lj-ai-coach-messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
}
.lj-ai-coach-msg { margin-bottom: 12px; }
.lj-ai-coach-user { text-align: right; }
.lj-ai-coach-coach { text-align: left; }
.lj-ai-coach-msg-content {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 12px;
  max-width: 85%;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 1.4;
}
.lj-ai-coach-user .lj-ai-coach-msg-content { background: #006666; color: #fff; }
.lj-ai-coach-coach .lj-ai-coach-msg-content { background: #f1f1f1; color: #333; }
.lj-ai-coach-msg-time { font-size: 11px; color: #999; margin-top: 2px; }
.lj-ai-coach-input {
  padding: 10px;
  border-top: 1px solid #eee;
}
.lj-ai-coach-input .btn-primary {
  background-color: #006666;
  border-color: #006666;
}
/* ===== Coach overlay container: transparent to clicks ===== */
.coach-overlay-container {
  pointer-events: none;
}
.coach-overlay-container .starrt-coach-fab,
.coach-overlay-container .starrt-coach-panel,
.coach-overlay-container .lj-ai-coach-fab,
.coach-overlay-container .lj-ai-coach-panel {
  pointer-events: auto;
}

/* ===== LJ PDF download button ===== */
.lj-pdf-btn {
  font-size: 13px;
  vertical-align: middle;
  margin-left: 8px;
  color: #006666;
  border-color: #006666;
}
.lj-pdf-btn:hover, .lj-pdf-btn:focus {
  background-color: #006666;
  color: #fff;
}
.lj-pdf-done {
  font-size: 11px;
  vertical-align: middle;
  margin-left: 6px;
}

/* ===== STARRT Coach (floating in Learning Journey) ===== */
.starrt-coach-fab {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 10000;
}
.starrt-coach-fab .btn {
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  background-color: #006666;
  border-color: #006666;
  color: #fff;
}
.starrt-coach-fab .btn:hover,
.starrt-coach-fab .btn:focus {
  background-color: #005555;
  border-color: #005555;
  color: #fff;
}
.starrt-coach-fab .glyphicon {
  margin-right: 5px;
}
.starrt-coach-panel {
  position: fixed;
  bottom: 20px;
  right: 180px;
  width: 380px;
  height: 520px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  z-index: 10001;
  display: flex;
  flex-direction: column;
}
.starrt-coach-panel-header {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #006666;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.starrt-coach-panel-header h4 { margin: 0; font-size: 15px; color: #fff; text-transform: none; }
.starrt-coach-panel-header .btn { color: #fff; font-size: 18px; line-height: 1; opacity: 0.8; background: none; border: none; }
.starrt-coach-panel-header .btn:hover { opacity: 1; }
.starrt-coach-panel-messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
}
.starrt-coach-welcome {
  color: #888;
  font-size: 13px;
  text-align: center;
  padding: 20px 10px;
}
.starrt-msg-user { text-align: right; margin-bottom: 12px; }
.starrt-msg-assistant { text-align: left; margin-bottom: 12px; }
.starrt-coach-msg-content {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 12px;
  max-width: 85%;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 1.4;
  white-space: pre-line;
}
.starrt-msg-user .starrt-coach-msg-content { background: #006666; color: #fff; }
.starrt-msg-assistant .starrt-coach-msg-content { background: #f1f1f1; color: #333; }
.starrt-coach-panel-error {
  padding: 8px 12px;
  background: #fff3f3;
  border-top: 1px solid #f5c6cb;
  color: #721c24;
  font-size: 12px;
}
.starrt-coach-panel-input {
  padding: 10px;
  border-top: 1px solid #eee;
}
.starrt-coach-input-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.starrt-coach-textarea {
  resize: none;
  min-height: 36px;
  max-height: 120px;
  overflow-y: auto;
  line-height: 1.4;
}
.starrt-coach-send-btn {
  background-color: #006666;
  border-color: #006666;
  color: #fff;
}
.starrt-coach-send-btn:hover,
.starrt-coach-send-btn:focus {
  background-color: #005555;
  border-color: #005555;
  color: #fff;
}
.starrt-coach-send-btn:disabled {
  opacity: 0.7;
  background-color: #006666;
  border-color: #006666;
  color: #fff;
}
/* ===== Theme Selector ===== */
.lj-theme-selector {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.lj-theme-selector label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
.lj-theme-selector select:focus {
  border-color: #006666;
  box-shadow: 0 0 0 2px rgba(0,102,102,0.15);
}
/* Responsive: stack STARRT fab below iGROW on mobile */
@media (max-width: 767px) {
  .starrt-coach-fab {
    right: 20px;
    bottom: 130px;
  }
  .starrt-coach-panel {
    right: 10px;
    left: 10px;
    width: auto;
    bottom: 10px;
    height: 70vh;
  }
}
/* ===== Responsive ===== */
@media (max-width: 767px) {
  .homepage-header-inner {
    flex-wrap: wrap;
  }
  .hp-trajectory-cards {
    flex-direction: column;
  }
  .hp-trajectory-card {
    min-width: 100%;
    max-width: 100%;
  }
  .hp-mentor-role-cards {
    flex-direction: column;
  }
  .hp-role-card {
    min-width: 100%;
  }
  .hp-focus-line {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .hp-rich-card {
    min-width: 100%;
  }
}
/* Global styles */
.float-left {
  float: left;
}
body {
  font-size: 14px;
  margin-bottom: 15px;
}
a:focus {
  outline-style: none;
}
h3 {
  text-transform: uppercase;
  color: #808080;
  font-size: 1.43em;
  margin-top: 0;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-top-15 {
  margin-top: 15px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-15 {
  padding-right: 15px;
}
.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
.profile-img-small {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.profile-img-xs {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.bottom {
  position: absolute;
  bottom: 0;
}
.instruction {
  font-style: italic;
  font-size: 12px;
}
.profile-name {
  font-size: 20px;
  margin-left: 15px;
  color: #808080;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.align-left {
  text-align: left;
}
.tooltip {
  z-index: 2000 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.feedback {
  text-align: left;
  padding-left: 2em;
  position: relative;
  margin: 1em 0 0 0;
  margin-bottom: 3px;
}
.feedback:before {
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
}
.feedback.feedback-error {
  color: #c1272d;
}
.feedback.feedback-error:before {
  content: url(../img/circle_error.svg);
}
.feedback.feedback-ok {
  color: #006666;
}
.feedback.feedback-ok:before {
  content: url(../img/circle_check.svg);
}
.feedback.feedback-question {
  color: #808080;
}
.feedback.feedback-question:before {
  content: url(../img/circle_question.svg);
}
.cursor-pointer {
  cursor: pointer;
}
.min-width-40 {
  min-width: 40px;
}
.max-width-50 {
  max-width: 50px;
}
.radius {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
}
.vertical-align-middle {
  vertical-align: middle;
}
.horizontal-align-center {
  margin: 0 auto;
}
.margin-top-3 {
  margin-top: 3px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.not-allowed {
  cursor: not-allowed;
}
.border-box {
  border: 1px solid gray;
}
.height-350 {
  height: 380px;
}
.legend-ball {
  height: 14px;
  width: 14px;
  border-radius: 14px;
  float: left;
}
.float-left {
  float: left;
}
.min-max-width {
  min-width: 105px;
  max-width: 100%;
}
.jslider.sliderCSS div.jslider-pointer {
  top: -8px;
  width: 20px;
  height: 20px;
}
.jslider div.jslider-value,
.jslider div.jslider-label {
  font-weight: bold;
  font-size: 12px;
}
.jslider.disabled {
  cursor: initial;
}
@media (max-width: 768px) {
  .igrow-mobile-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.igrow-sidebar select {
  width: 48%;
  color: black;
}

/* I-tab sidebar: mockup design */
.igrow-i-sidebar-comp {
  padding: 16px 0;
}
.igrow-i-sidebar-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.igrow-i-sidebar-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.igrow-i-sidebar-calendly {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px;
  margin-top: 12px;
}
.igrow-i-sidebar-calendly h4 {
  margin: 0 0 6px 0;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
.igrow-i-sidebar-calendly p {
  font-size: 13px;
  color: #888;
  margin-bottom: 14px;
}
.igrow-i-calendly-btn {
  background-color: #0069ff !important;
  border-color: #0069ff !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
  padding: 9px 16px;
}
.igrow-i-calendly-btn:hover,
.igrow-i-calendly-btn:focus {
  background-color: #0057d4 !important;
  border-color: #0057d4 !important;
}
.igrow-i-sidebar-upload {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px;
  margin-top: 12px;
}
.igrow-i-sidebar-upload h4 {
  margin: 0 0 6px 0;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
.igrow-i-sidebar-upload p {
  font-size: 13px;
  color: #888;
  margin-bottom: 14px;
}
.margin-left-50 {
  margin-left: 50px;
}
select:disabled {
  background-color: #dddddd;
  cursor: not-allowed;
}
.ellipsis-text {
  text-overflow: ellipsis;
  overflow: hidden;
}
#custom_competence h3 {
  text-transform: none;
}
.button-box {
  background-color: #E3E3E3;
  min-width: 225px;
  height: 45px;
  color: #333333;
  font-weight: lighter;
  padding-left: 10px;
  margin-right: 3px;
  margin-top: 4px;
  font-size: 14px;
  position: relative;
}
.absolute-margin {
  position: absolute;
}
.indentation {
  padding-left: 20px;
}
.indentation-6 {
  padding-left: 6px;
}
.indentation-35 {
  padding-left: 35px;
}
.indentation-55 {
  padding-left: 55px;
}
.distance {
  margin: 7px 0;
}
.category-label {
  color: white;
  background-color: grey;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
}
.padding-left-right-1 {
  padding: 1px 0 1px 0;
}
#custom_competence h3 {
  margin-bottom: 4px;
}
/* ================================================
   LOGIN PAGE V3 — Premium ecosystem login (lp-*)
   MentesMe brand experience
   ================================================ */

/* -- Page shell -- */
.lp-page {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -- Left sidebar -- */
.lp-sidebar {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.04) 100%),
    linear-gradient(165deg, #102a3e 0%, #163a54 40%, #1d4f6e 100%);
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 48px 28px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
/* Radial glow behind logo area */
.lp-sidebar::before {
  content: '';
  position: absolute;
  top: -12%;
  left: -8%;
  width: 65%;
  height: 55%;
  background: radial-gradient(ellipse, rgba(91, 184, 212, 0.11) 0%, rgba(91, 184, 212, 0.04) 45%, transparent 72%);
  pointer-events: none;
}
/* Ultra-subtle noise texture overlay */
.lp-sidebar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.5;
}

.lp-sidebar-inner {
  position: relative;
  z-index: 1;
}

/* -- Identity -- */
.lp-logo {
  margin: 0 0 28px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.lp-logo-img {
  height: 52px;
  width: auto;
  filter: brightness(0) invert(1);
}
.lp-positioning {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 10px;
  max-width: 400px;
}
.lp-positioning-detail {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.60);
  margin: 0 0 8px;
  max-width: 400px;
}

/* -- Three Pillars -- */
.lp-pillars {
  display: flex;
  gap: 28px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-pillar {
  flex: 1;
  min-width: 0;
}
.lp-pillar-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.90);
  margin: 0 0 6px;
  letter-spacing: 0.1px;
}
.lp-pillar-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: rgba(91, 184, 212, 0.60);
  margin-bottom: 12px;
}
.lp-pillar-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.50);
  margin: 0;
}

/* -- Updates section -- */
.lp-updates {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-updates-title {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 20px;
}
.lp-updates-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-update-item {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-update-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-update-body {
  min-width: 0;
}
.lp-update-heading {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.90);
}
.lp-update-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.54);
  margin: 0 0 6px;
}
.lp-update-date {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.32);
}

/* -- iGROW Reflect CTA -- */
.lp-reflect-link {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 10px 16px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
  letter-spacing: 0.1px;
}
.lp-reflect-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}
.lp-reflect-icon {
  color: rgba(91, 184, 212, 0.75);
  margin-right: 8px;
  font-size: 12px;
}
.lp-reflect-hint {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  margin-left: 2px;
}

/* -- Trial CTA button -- */
.lp-trial-cta {
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 8px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #0FB89C 0%, #006666 100%);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  letter-spacing: 0.2px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.lp-trial-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(15, 184, 156, 0.35);
}

/* -- Signature -- */
.lp-signature {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-signature-quote {
  font-family: 'Dancing Script', cursive;
  font-size: 26px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.lp-signature-author {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 1px 0;
}
.lp-signature-role {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}

/* -- Sidebar footer -- */
.lp-sidebar-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-lang a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s;
}
.lp-lang a:hover,
.lp-lang a.lp-lang-active {
  color: #fff;
}
.lp-lang-sep {
  color: rgba(255, 255, 255, 0.18);
  margin: 0 6px;
  font-size: 13px;
}
.lp-copyright {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.22);
}

/* ================================================
   RIGHT COLUMN — Login
   ================================================ */
.lp-main {
  background: linear-gradient(180deg, #f1f2f5 0%, #e8eaee 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  position: relative;
}

/* Login card */
.lp-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.03),
    0 4px 12px rgba(0,0,0,0.05),
    0 12px 32px rgba(0,0,0,0.06),
    0 24px 56px rgba(0,0,0,0.04);
  padding: 52px 48px 44px;
  width: 100%;
  max-width: 440px;
}
.lp-card-header {
  margin-bottom: 36px;
}
.lp-card-title {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  letter-spacing: -0.3px;
}
.lp-card-subtitle {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  line-height: 1.55;
}

/* Form */
.lp-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.lp-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.lp-field-label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  letter-spacing: 0.1px;
}
.lp-field input[type="email"],
.lp-field input[type="password"],
.lp-field input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-size: 15px;
  color: #1a1a1a;
  background: #f9fafb;
  border: 1.5px solid #e0e2e7;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
  font-family: inherit;
  box-sizing: border-box;
}
.lp-field input:focus {
  border-color: #5bb8d4;
  box-shadow: 0 0 0 3px rgba(91, 184, 212, 0.12);
  background: #fff;
}
.lp-field input::placeholder {
  color: #9ca3af;
}

/* Options row */
.lp-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -4px;
}
.lp-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #4b5563;
  cursor: pointer;
}
.lp-remember input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #1d4f6e;
  cursor: pointer;
}
.lp-forgot {
  font-size: 13.5px;
  color: #1d4f6e;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.18s;
}
.lp-forgot:hover {
  color: #102a3e;
  text-decoration: underline;
}

/* Submit button */
.lp-submit {
  width: 100%;
  height: 50px;
  background: #1d4f6e;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease;
  font-family: inherit;
  letter-spacing: 0.1px;
  margin-top: 4px;
}
.lp-submit:hover:not([disabled]) {
  background: #163a54;
}
.lp-submit[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Alert messages */
.lp-alert {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
}
.lp-alert p {
  margin: 0;
}
.lp-alert-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.lp-alert-success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

/* Trust line */
.lp-trust {
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
  margin: 32px 0 0;
  letter-spacing: 0.2px;
}

/* Right column footer */
.lp-main-footer {
  position: absolute;
  bottom: 24px;
  font-size: 11.5px;
  color: #b0b5bf;
  margin: 0;
  text-align: center;
}

/* ================================================
   OVERLAY — iGROW Mini Experience
   ================================================ */
.lp-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(16, 42, 62, 0.50);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lp-overlay--open {
  display: flex;
}
.lp-overlay-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0,0,0,0.06);
  padding: 44px 40px 40px;
  width: 100%;
  max-width: 480px;
  position: relative;
}
.lp-overlay-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 22px;
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: color 0.18s;
}
.lp-overlay-close:hover {
  color: #374151;
}

/* Step dots */
.lp-overlay-steps {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}
.lp-step-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0e2e7;
  transition: background 0.25s;
}
.lp-step-dot--active {
  background: #1d4f6e;
}

/* Title */
.lp-overlay-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0 0 20px;
  padding-right: 24px;
}

/* Textarea */
.lp-overlay-textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 14.5px;
  font-family: inherit;
  color: #1a1a1a;
  background: #f9fafb;
  border: 1.5px solid #e0e2e7;
  border-radius: 10px;
  outline: none;
  resize: vertical;
  transition: border-color 0.18s, box-shadow 0.18s;
  box-sizing: border-box;
}
.lp-overlay-textarea:focus {
  border-color: #5bb8d4;
  box-shadow: 0 0 0 3px rgba(91, 184, 212, 0.12);
  background: #fff;
}
.lp-overlay-textarea::placeholder {
  color: #9ca3af;
}

/* Buttons */
.lp-overlay-btn {
  display: block;
  width: 100%;
  height: 46px;
  margin-top: 16px;
  background: #1d4f6e;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.18s ease, opacity 0.18s;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  box-sizing: border-box;
}
.lp-overlay-btn:hover:not([disabled]) {
  background: #163a54;
}
.lp-overlay-btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.lp-overlay-btn--secondary {
  background: transparent;
  color: #1d4f6e;
  border: 1.5px solid #1d4f6e;
}
.lp-overlay-btn--secondary:hover {
  background: rgba(29, 79, 110, 0.06);
}

/* Action buttons row */
.lp-overlay-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

/* AI result text */
.lp-overlay-result {
  font-size: 15.5px;
  font-weight: 400;
  color: #374151;
  line-height: 1.7;
  margin: 0 0 20px;
}

/* Closing text */
.lp-overlay-closing {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #f0f1f4;
}

/* Loading dots */
.lp-overlay-loading {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 24px 0;
}
.lp-loading-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d4f6e;
  opacity: 0.3;
  animation: lp-pulse 1.2s ease-in-out infinite;
}
.lp-loading-dot:nth-child(2) { animation-delay: 0.2s; }
.lp-loading-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes lp-pulse {
  0%, 80%, 100% { opacity: 0.3; transform: scale(1); }
  40% { opacity: 1; transform: scale(1.15); }
}

/* ── Onboarding wizard (steps 3–6) ── */
.lp-summary-block {
  background: #f9fafb;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 16px;
}
.lp-summary-block p {
  margin: 0 0 8px;
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
}
.lp-summary-block p:last-child { margin-bottom: 0; }
.lp-summary-block em {
  font-style: italic;
  color: #374151;
}
.lp-bridge-text {
  font-size: 14px;
  color: #374151;
  line-height: 1.65;
  margin: 16px 0 0;
}
.lp-trial-intro h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 6px;
}
.lp-trial-intro p {
  font-size: 13.5px;
  color: #6b7280;
  margin: 0 0 16px;
}
.lp-trial-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.lp-trial-bullets li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 6px;
}
.lp-trial-bullets li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #1d4f6e;
  font-weight: 700;
}
.lp-signup-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-signup-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lp-signup-field label {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}
.lp-signup-field input {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-family: inherit;
  color: #1a1a1a;
  background: #f9fafb;
  border: 1.5px solid #e0e2e7;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.18s;
}
.lp-signup-field input:focus {
  border-color: #5bb8d4;
  background: #fff;
}
.lp-signup-field input.lp-field-error {
  border-color: #dc2626;
}
.lp-field-error-msg {
  font-size: 12px;
  color: #dc2626;
  margin: 0;
}
.lp-signup-terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.5;
  margin-top: 4px;
}
.lp-signup-terms input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
}
.lp-banner-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #991b1b;
  margin-bottom: 12px;
}
.lp-success-screen {
  text-align: center;
  padding: 20px 0;
}
.lp-success-screen h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.lp-success-screen p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 24px;
}
.lp-success-icon {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
}

/* ================================================
   RESPONSIVE — tablet & mobile
   ================================================ */
@media (max-width: 860px) {
  .lp-page {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .lp-main {
    order: -1;
    min-height: 100vh;
    padding: 32px 20px;
  }
  .lp-sidebar {
    padding: 36px 28px 24px;
  }
  .lp-pillars {
    flex-direction: column;
    gap: 24px;
  }
  .lp-main-footer {
    position: static;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .lp-main {
    padding: 24px 16px;
  }
  .lp-card {
    padding: 36px 28px 32px;
    border-radius: 14px;
  }
  .lp-card-title {
    font-size: 22px;
  }
  .lp-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .lp-overlay-card {
    padding: 32px 24px 28px;
    max-width: 100%;
  }
  .lp-overlay-title {
    font-size: 16px;
  }
  .lp-overlay-actions {
    gap: 8px;
  }
}

/* ================================================
   UITDAGINGEN PAGE (hp-ch-* prefix)
   ================================================ */

/* iGROW Onboarding panel */
.hp-ob-panel {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.hp-ob-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.hp-ob-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(0, 102, 102, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hp-ob-icon-box i {
  font-size: 24px;
  color: #006666;
}
.hp-ob-title {
  font-size: 20px;
  font-weight: 700;
  color: #006666;
  margin: 0;
}
.hp-ob-subtitle {
  font-size: 14px;
  color: #666;
  margin: 2px 0 0;
}
.hp-ob-steps {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.hp-ob-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #bbb;
}
.hp-ob-step-active {
  color: #006666;
}
.hp-ob-step-done {
  color: #0FB89C;
}
.hp-ob-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.hp-ob-step-active .hp-ob-step-num {
  border-color: #006666;
  background: #006666;
  color: #fff;
}
.hp-ob-step-done .hp-ob-step-num {
  border-color: #0FB89C;
  background: #0FB89C;
  color: #fff;
}
.hp-ob-step-line {
  flex: 1;
  height: 2px;
  background: #eee;
  margin: 0 12px;
}
.hp-ob-instruction {
  background: #f0faf7;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.hp-ob-instruction > i {
  font-size: 20px;
  color: #006666;
  margin-top: 2px;
}
.hp-ob-instruction h4 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 4px;
}
.hp-ob-instruction p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Page header — gradient bar (legacy, hidden when onboarding panel present) */
.hp-ch-header {
  background: linear-gradient(135deg, #006666, #0a8a8a, #0FB89C);
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 28px;
  color: #fff;
}
.hp-ch-header h2 {
  margin: 0 0 6px;
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
}
.hp-ch-header p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95em;
}

/* Recommended challenges section */
.hp-ch-section-title {
  font-size: 1.15em;
  font-weight: 700;
  color: #333;
  margin: 24px 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hp-ch-section-title i {
  color: #006666;
}

.hp-ch-rec-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hp-ch-rec-card {
  flex: 1 1 200px;
  max-width: 260px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 22px 18px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 2px solid transparent;
}
.hp-ch-rec-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}
.hp-ch-rec-card.hp-ch-selected {
  border-color: #0FB89C;
  background: #f0fdf9;
}
.hp-ch-badge-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #006666;
  color: #fff;
  font-size: 0.7em;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
}
.hp-ch-rec-name {
  font-weight: 700;
  font-size: 0.95em;
  color: #333;
  margin-top: 10px;
}
.hp-ch-rec-desc {
  font-size: 0.82em;
  color: #808080;
  margin-top: 4px;
  line-height: 1.3;
}
.hp-ch-rec-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.82em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  border: 1.5px solid #006666;
  background: #fff;
  color: #006666;
}
.hp-ch-rec-btn:hover {
  background: #006666;
  color: #fff;
}
.hp-ch-rec-btn.hp-ch-btn-active {
  background: #0FB89C;
  border-color: #0FB89C;
  color: #fff;
}

/* Ring color variants for scores */
.hp-ring-fill.hp-ring-yellow {
  stroke: #C9BF44;
}
.hp-ring-fill.hp-ring-red {
  stroke: #DC235E;
}

/* Score color helpers */
.hp-ch-score-red   { color: #DC235E; }
.hp-ch-score-yellow { color: #C9BF44; }
.hp-ch-score-green  { color: #0FB89C; }

/* Empty state for recommended section */
.hp-ch-empty-state {
  background: #f8f9fa;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  margin-bottom: 28px;
  border: 1px dashed #ddd;
}
.hp-ch-empty-state i {
  font-size: 2em;
  color: #ccc;
  margin-bottom: 10px;
}
.hp-ch-empty-state h4 {
  margin: 0 0 6px;
  font-size: 1.05em;
  color: #555;
}
.hp-ch-empty-state p {
  margin: 0 0 14px;
  color: #888;
  font-size: 0.9em;
}
.hp-ch-empty-state a {
  color: #006666;
  font-weight: 600;
  text-decoration: none;
}
.hp-ch-empty-state a:hover {
  text-decoration: underline;
}

/* Filter bar */
.hp-ch-filters {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
  padding: 14px 18px;
  background: #f8f9fa;
  border-radius: 12px;
}
.hp-ch-search {
  flex: 1 1 200px;
  position: relative;
}
.hp-ch-search input {
  width: 100%;
  padding: 8px 12px 8px 34px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 0.9em;
  outline: none;
  transition: border-color 0.2s;
}
.hp-ch-search input:focus {
  border-color: #006666;
}
.hp-ch-search i {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}
.hp-ch-sort-btns {
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #ddd;
}
.hp-ch-sort-btn {
  padding: 7px 14px;
  font-size: 0.85em;
  font-weight: 600;
  background: #fff;
  border: none;
  cursor: pointer;
  color: #666;
  transition: background 0.2s, color 0.2s;
}
.hp-ch-sort-btn.active {
  background: #006666;
  color: #fff;
}
.hp-ch-show-selected {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85em;
  color: #555;
  white-space: nowrap;
}
.hp-ch-show-selected input[type="checkbox"] {
  accent-color: #006666;
}
.hp-ch-add-btn {
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 0.85em;
  font-weight: 600;
  background: #006666;
  color: #fff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.hp-ch-add-btn:hover {
  background: #005555;
}
.hp-ch-add-btn i {
  margin-right: 4px;
}

/* Category accordions */
.hp-ch-category {
  margin-bottom: 8px;
}
.hp-ch-cat-header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #f0f4f4;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
  gap: 10px;
}
.hp-ch-cat-header:hover {
  background: #e4ecec;
}
.hp-ch-cat-arrow {
  font-size: 0.8em;
  color: #006666;
  transition: transform 0.2s;
  width: 16px;
}
.hp-ch-cat-arrow.open {
  transform: rotate(90deg);
}
.hp-ch-cat-name {
  font-weight: 600;
  font-size: 0.95em;
  color: #333;
  flex: 1;
}
.hp-ch-cat-count {
  font-size: 0.8em;
  color: #888;
  background: #fff;
  padding: 2px 10px;
  border-radius: 10px;
}

/* Competence cards inside accordion */
.hp-ch-comp-list {
  padding: 8px 0 8px 10px;
}
.hp-ch-comp-card {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin-bottom: 6px;
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid #eee;
  transition: border-color 0.2s, box-shadow 0.2s;
  gap: 14px;
}
.hp-ch-comp-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.hp-ch-comp-card.hp-ch-comp-selected {
  border-color: #0FB89C;
  background: #f8fdfb;
}

/* Score bar (vertical) */
.hp-ch-score-bar {
  width: 42px;
  min-width: 42px;
  text-align: center;
}
.hp-ch-score-value {
  font-size: 1.15em;
  font-weight: 700;
}
.hp-ch-score-max {
  font-size: 0.7em;
  color: #aaa;
}
.hp-ch-score-dash {
  font-size: 1.2em;
  color: #ccc;
  font-weight: 700;
}

/* Score progress bar (horizontal thin bar below score number) */
.hp-ch-progress {
  width: 100%;
  height: 4px;
  background: #eee;
  border-radius: 2px;
  margin-top: 4px;
  overflow: hidden;
}
.hp-ch-progress-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.4s ease;
}
.hp-ch-progress-fill.red   { background: #DC235E; }
.hp-ch-progress-fill.yellow { background: #C9BF44; }
.hp-ch-progress-fill.green  { background: #0FB89C; }

/* Competence info (middle) */
.hp-ch-comp-info {
  flex: 1;
  min-width: 0;
}
.hp-ch-comp-name {
  font-weight: 600;
  font-size: 0.92em;
  color: #333;
}
.hp-ch-comp-desc {
  font-size: 0.82em;
  color: #888;
  margin-top: 2px;
  line-height: 1.3;
}
.hp-ch-comp-cats {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.hp-ch-comp-chip {
  font-size: 0.7em;
  background: #e8f0f0;
  color: #006666;
  padding: 1px 8px;
  border-radius: 8px;
  font-weight: 600;
}

/* Toggle button (right side) */
.hp-ch-toggle {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  border: 2px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1em;
  color: #bbb;
  transition: all 0.2s;
}
.hp-ch-toggle:hover {
  border-color: #006666;
  color: #006666;
}
.hp-ch-toggle.hp-ch-toggled {
  background: #0FB89C;
  border-color: #0FB89C;
  color: #fff;
}

/* No results */
.hp-ch-no-results {
  text-align: center;
  padding: 30px;
  color: #999;
  font-size: 0.9em;
}

/* Start iGROW button inside competence cards */
.hp-ch-igrow-btn {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 600;
  background: linear-gradient(135deg, #006666, #0FB89C);
  color: #fff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hp-ch-igrow-btn:hover {
  opacity: 0.85;
  transform: scale(1.03);
}
.hp-ch-igrow-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

/* Start iGROW button inside recommended cards */
.hp-ch-rec-igrow-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 600;
  background: linear-gradient(135deg, #006666, #0FB89C);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.hp-ch-rec-igrow-btn:hover {
  opacity: 0.85;
  transform: scale(1.03);
}
.hp-ch-rec-igrow-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

/* Responsive */
@media (max-width: 768px) {
  .hp-ch-header { padding: 20px 18px; }
  .hp-ch-rec-cards { flex-direction: column; }
  .hp-ch-rec-card { max-width: 100%; }
  .hp-ch-filters { flex-direction: column; gap: 8px; }
  .hp-ch-search { flex: 1 1 100%; }
}

/* ================================================
   AI COACH — Report Page (hp-coach-* prefix)
   ================================================ */
.hp-coach-panel {
  margin-bottom: 36px;
}
.hp-coach-header {
  background: linear-gradient(135deg, #004d4d, #006666, #008a6e);
  border-radius: 14px;
  padding: 22px 28px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.hp-coach-pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 22px;
  border: 2px solid rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-weight: 600;
  font-size: 0.82em;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.hp-coach-pdf-btn:hover {
  background: rgba(255,255,255,0.3);
  border-color: #fff;
}
.hp-coach-header-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}
.hp-coach-header h3 {
  margin: 0 0 3px;
  font-size: 1.25em;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.hp-coach-header p {
  margin: 0;
  font-size: 0.88em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.hp-coach-insights {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hp-coach-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid #e8eeee;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.hp-coach-card:hover {
  border-color: #006666;
  box-shadow: 0 4px 14px rgba(0,102,102,0.08);
}
.hp-coach-diff {
  min-width: 52px;
  text-align: center;
}
.hp-coach-diff-value {
  font-size: 1.4em;
  font-weight: 800;
  color: #DC235E;
}
.hp-coach-diff-label {
  font-size: 0.65em;
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
}
.hp-coach-info {
  flex: 1;
  min-width: 0;
}
.hp-coach-name {
  font-weight: 700;
  font-size: 1em;
  color: #333;
  margin-bottom: 8px;
}
.hp-coach-bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hp-coach-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8em;
}
.hp-coach-bar-label {
  width: 62px;
  color: #888;
  font-weight: 600;
  text-align: right;
  flex-shrink: 0;
}
.hp-coach-bar-track {
  flex: 1;
  height: 8px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  max-width: 200px;
}
.hp-coach-bar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.6s ease;
}
.hp-coach-bar-fill.self     { background: #006666; }
.hp-coach-bar-fill.prive    { background: #552978; }
.hp-coach-bar-fill.zakelijk { background: #0FB89C; }
.hp-coach-bar-fill.other    { background: #C9BF44; }
.hp-coach-bar-score {
  width: 28px;
  font-weight: 700;
  font-size: 0.9em;
  color: #555;
}
.hp-coach-action {
  flex-shrink: 0;
}
.hp-coach-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 22px;
  border: 2px solid #006666;
  background: #fff;
  color: #006666;
  font-weight: 600;
  font-size: 0.85em;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.hp-coach-btn:hover {
  background: #006666;
  color: #fff;
  text-decoration: none;
}
.hp-coach-empty {
  text-align: center;
  padding: 28px;
  background: #f8faf9;
  border-radius: 12px;
  border: 1px dashed #ccc;
}
.hp-coach-empty i {
  font-size: 2em;
  color: #0FB89C;
  margin-bottom: 8px;
}
.hp-coach-empty h4 {
  margin: 0 0 4px;
  color: #555;
}
.hp-coach-empty p {
  margin: 0;
  color: #999;
  font-size: 0.9em;
}
/* Two-column layout: Uitdagingen + Talenten */
.hp-coach-columns {
  display: flex;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid #e0e6e6;
  box-shadow: 0 2px 12px rgba(0,66,66,0.06);
  overflow: hidden;
}
.hp-coach-column {
  flex: 1;
  min-width: 0;
  padding: 24px 28px 28px;
}
.hp-coach-column + .hp-coach-column {
  border-left: 1.5px solid #e0e6e6;
}
.hp-coach-column-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.hp-coach-column-title--challenge { color: #006666; }
.hp-coach-column-title--talent   { color: #0FB89C; }
.hp-coach-column-subtitle {
  margin: 0 0 18px;
  font-size: 0.8em;
  color: #999;
  line-height: 1.4;
}

/* Challenge cards inside the framed column */
.hp-coach-column .hp-coach-card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f0f2f2;
  padding: 14px 0;
  box-shadow: none;
  background: transparent;
}
.hp-coach-column .hp-coach-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.hp-coach-column .hp-coach-card:hover {
  border-color: #f0f2f2;
  box-shadow: none;
  background: #fafcfc;
}

/* Talent boxes */
.hp-coach-talent-box {
  background: #f9fbfb;
  border-radius: 10px;
  border: 1px solid #eaf0f0;
  padding: 18px 20px;
  margin-bottom: 16px;
}
.hp-coach-talent-box:last-of-type {
  margin-bottom: 0;
}
.hp-coach-talent-box-header {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 0.95em;
  margin-bottom: 2px;
}
.hp-coach-talent-box-header--authentic { color: #552978; }
.hp-coach-talent-box-header--latent    { color: #0FB89C; }
.hp-coach-talent-box-desc {
  margin: 0 0 14px;
  font-size: 0.78em;
  color: #999;
  line-height: 1.4;
}
.hp-coach-talent-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hp-coach-talent-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f2;
}
.hp-coach-talent-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.hp-coach-talent-rank {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f4f4, #dff0f0);
  color: #006666;
  font-weight: 800;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hp-coach-talent-info {
  flex: 1;
  min-width: 0;
}
.hp-coach-talent-name {
  font-weight: 700;
  font-size: 0.88em;
  color: #333;
  margin-bottom: 5px;
}
.hp-coach-talent-avg {
  text-align: center;
  min-width: 50px;
  flex-shrink: 0;
}
.hp-coach-talent-avg-value {
  font-size: 1.25em;
  font-weight: 800;
  color: #552978;
  line-height: 1.1;
}
.hp-coach-talent-avg-label {
  font-size: 0.58em;
  color: #aaa;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .hp-coach-header { padding: 18px; flex-direction: column; text-align: center; }
  .hp-coach-columns { flex-direction: column; border-radius: 12px; }
  .hp-coach-column + .hp-coach-column { border-left: none; border-top: 1.5px solid #e0e6e6; }
  .hp-coach-column { padding: 20px; }
  .hp-coach-card { flex-direction: column; text-align: center; gap: 12px; }
  .hp-coach-bar-label { text-align: center; width: auto; }
  .hp-coach-bar-row { justify-content: center; }
}

/* iGROW Phase Coach — sidebar coaching panel */

/* =====================================================
   MENTORING PAGES (mp-) — Mijn Mentoren, Mentees, Gedeeld, Academie
   ===================================================== */
.mp-header {
  background: linear-gradient(135deg, #006666 0%, #0FB89C 100%);
  color: #fff;
  padding: 28px 30px 22px;
  border-radius: 0 0 18px 18px;
  margin-bottom: 24px;
}
.mp-header-purple { background: linear-gradient(135deg, #552978 0%, #9c27b0 100%); }
.mp-header-blue { background: linear-gradient(135deg, #1565c0 0%, #42a5f5 100%); }
.mp-header h2 { margin: 0 0 4px; font-size: 1.7em; font-weight: 700; color: #fff; }
.mp-header p { margin: 0; opacity: 0.85; font-size: 0.95em; }

/* Selector bar (competence / LJ dropdown) */
.mp-selector-bar {
  background: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  margin: 0 0 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.mp-selector-bar label { font-weight: 600; color: #333; margin: 0; white-space: nowrap; }
.mp-selector-bar select {
  flex: 1;
  min-width: 200px;
  padding: 8px 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 0.95em;
  background: #fafafa;
}
.mp-selector-bar select:focus { border-color: #006666; outline: none; }

/* Status tabs */
.mp-tabs { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.mp-tab {
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.85em;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #e0e0e0;
  background: #fff;
  color: #666;
  transition: all 0.2s;
  text-decoration: none;
}
.mp-tab:hover { border-color: #006666; color: #006666; text-decoration: none; }
.mp-tab.active { background: #006666; color: #fff; border-color: #006666; }
.mp-tab-purple:hover { border-color: #552978; color: #552978; }
.mp-tab-purple.active { background: #552978; color: #fff; border-color: #552978; }
.mp-tab .mp-count {
  display: inline-block;
  background: rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 1px 8px;
  font-size: 0.85em;
  margin-left: 4px;
}
.mp-tab.active .mp-count { background: rgba(255,255,255,0.25); }

/* Summary stats row */
.mp-stats { display: flex; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.mp-stat {
  background: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  flex: 1;
  min-width: 100px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: center;
}
.mp-stat-num { font-size: 1.6em; font-weight: 700; color: #552978; }
.mp-stat-label { font-size: 0.8em; color: #888; margin-top: 2px; }

/* Cards */
.mp-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: box-shadow 0.2s;
}
.mp-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.mp-card-finished { opacity: 0.75; }

.mp-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006666, #0FB89C);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1em;
  flex-shrink: 0;
}
.mp-avatar-purple { background: linear-gradient(135deg, #552978, #9c27b0); }
.mp-avatar-pink { background: linear-gradient(135deg, #DC235E, #ff6090); }
.mp-avatar-blue { background: linear-gradient(135deg, #1565c0, #42a5f5); }
.mp-avatar-gold { background: linear-gradient(135deg, #C9BF44, #e6d94a); }
.mp-avatar img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }

.mp-info { flex: 1; min-width: 0; }
.mp-name { font-weight: 600; font-size: 1em; color: #222; }
.mp-detail { font-size: 0.85em; color: #888; margin-top: 2px; }
.mp-bio { font-size: 0.85em; color: #666; margin-top: 4px; }
.mp-competence {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 8px;
  font-size: 0.78em;
  font-weight: 600;
  margin-top: 4px;
  background: #f0fdf9;
  color: #006666;
}
.mp-competence-purple { background: #f3e5f5; color: #6a1b9a; }
.mp-competence-blue { background: #e3f2fd; color: #1565c0; }

.mp-score {
  background: #f0fdf9;
  color: #006666;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.8em;
  font-weight: 600;
  white-space: nowrap;
}
.mp-score-purple { background: #f3e5f5; color: #552978; }

/* Status badges */
.mp-badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
}
.mp-badge-potential { background: #fff3e0; color: #e65100; }
.mp-badge-invited { background: #e3f2fd; color: #1565c0; }
.mp-badge-confirmed { background: #e8f5e9; color: #2e7d32; }
.mp-badge-active { background: #e8f5e9; color: #2e7d32; }
.mp-badge-finished { background: #f3e5f5; color: #6a1b9a; }
.mp-badge-request { background: #fff3e0; color: #e65100; }
.mp-badge-rejected { background: #ffebee; color: #c62828; }

/* Action buttons */
.mp-actions { display: flex; gap: 8px; flex-shrink: 0; }
.mp-btn {
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.mp-btn:hover { text-decoration: none; }
.mp-btn-primary { background: linear-gradient(135deg, #006666, #0FB89C); color: #fff; }
.mp-btn-primary:hover { opacity: 0.9; transform: translateY(-1px); color: #fff; }
.mp-btn-purple { background: linear-gradient(135deg, #552978, #9c27b0); color: #fff; }
.mp-btn-purple:hover { opacity: 0.9; color: #fff; }
.mp-btn-blue { background: linear-gradient(135deg, #1565c0, #42a5f5); color: #fff; }
.mp-btn-blue:hover { opacity: 0.9; color: #fff; }
.mp-btn-accept { background: linear-gradient(135deg, #2e7d32, #43a047); color: #fff; }
.mp-btn-accept:hover { opacity: 0.9; color: #fff; }
.mp-btn-outline { background: #fff; color: #006666; border: 2px solid #006666; }
.mp-btn-outline:hover { background: #f0fdf9; }
.mp-btn-danger { background: #fff; color: #c62828; border: 2px solid #ef9a9a; }
.mp-btn-danger:hover { background: #ffebee; }

/* Radio select */
.mp-radio { margin-right: 4px; }

/* Section labels */
.mp-section-label {
  margin: 20px 0 10px;
  font-size: 0.8em;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mp-section {
  margin: 24px 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mp-section-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.85em;
}
.mp-section-icon.potential { background: #ff9800; }
.mp-section-icon.invited { background: #42a5f5; }
.mp-section-icon.confirmed { background: #66bb6a; }
.mp-section-title { font-weight: 600; font-size: 1em; color: #555; }
.mp-section-count { font-size: 0.85em; color: #999; }

/* Invite bar */
.mp-invite-bar {
  background: #f0fdf9;
  border-radius: 12px;
  padding: 14px 20px;
  margin: 12px 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.mp-invite-bar > span { flex: 1; font-size: 0.9em; color: #666; }
.mp-invite-bar .mp-btn { padding: 12px 28px; font-size: 1em; color: #fff; }
.mp-invite-bar .mp-btn span { color: #fff; }

/* Info box */
.mp-info-box {
  background: #e3f2fd;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9em;
  color: #1565c0;
}
.mp-info-box i { font-size: 1.3em; }

/* Empty state */
.mp-empty {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.mp-empty i { font-size: 3em; margin-bottom: 15px; display: block; color: #ccc; }
.mp-empty p { font-size: 1.05em; }

/* Toast notification */
.mp-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 14px 28px;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  font-size: 0.95em;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  animation: mp-toast-fade 3s ease-in-out;
}
.mp-toast i { margin-right: 8px; }
@keyframes mp-toast-fade {
  0%   { opacity: 0; transform: translateX(-50%) translateY(-20px); }
  10%  { opacity: 1; transform: translateX(-50%) translateY(0); }
  80%  { opacity: 1; transform: translateX(-50%) translateY(0); }
  100% { opacity: 0; transform: translateX(-50%) translateY(-10px); }
}

/* Responsive */
@media (max-width: 768px) {
  .mp-card { flex-wrap: wrap; }
  .mp-actions { width: 100%; justify-content: flex-end; margin-top: 8px; }
  .mp-selector-bar { flex-direction: column; align-items: stretch; }
  .mp-stats { flex-direction: column; }
}
/* Change Mentor popup - compact size */
.change-mentor-modal .modal-dialog {
  max-width: 420px;
}

/* Notities popup - groot scherm, geen scrollbar */
.notities-modal .modal-dialog {
  width: 90%;
  max-width: 800px;
}
.notities-modal .modal-body {
  max-height: none;
  overflow: visible;
}
.notities-modal .modal-body textarea {
  min-height: 200px;
}

/* ── COACHEE CARD (hp-coachee-* prefix) ── */
.hp-coachee-card {
  background: #fff;
  border: 1px solid #e8ecec;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.hp-coachee-card:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.hp-coachee-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  color: #333;
  text-decoration: none;
}
.hp-coachee-header:hover {
  color: #006666;
  text-decoration: none;
}
.hp-coachee-name {
  font-weight: 600;
  font-size: 14px;
}
.hp-coachee-features {
  border-top: 1px solid #f0f2f2;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hp-coachee-toggle {
  background: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  cursor: pointer;
  color: #999;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.15s;
}
.hp-coachee-toggle:hover {
  border-color: #bbb;
  color: #666;
}
.hp-coachee-toggle--active {
  color: #0FB89C;
  border-color: #0FB89C;
  background: #f0faf7;
}
.hp-coachee-toggle--active:hover {
  color: #0a9e84;
  border-color: #0a9e84;
}

/* ── SETTINGS CARDS (hp-settings-* prefix) ── */
.hp-settings-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 24px;
}
.hp-settings-card-header {
  background: #006666;
  color: #fff;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hp-settings-card-body {
  padding: 24px 20px;
}
.hp-settings-description {
  color: #444;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Toggle rows */
.hp-settings-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}
.hp-settings-toggle-row:last-child {
  border-bottom: none;
}
.hp-settings-toggle-left {
  flex: 1;
}
.hp-settings-toggle-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hp-settings-toggle-help {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

/* CSS Toggle Switch */
.hp-toggle-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  flex-shrink: 0;
  margin-left: 16px;
  margin-bottom: 0;
}
.hp-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.hp-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ccc;
  border-radius: 26px;
  transition: 0.3s;
}
.hp-toggle-slider:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.hp-toggle-switch input:checked + .hp-toggle-slider {
  background: #0FB89C;
}
.hp-toggle-switch input:checked + .hp-toggle-slider:before {
  transform: translateX(22px);
}

/* Input fields */
.hp-settings-input-group {
  margin-top: 16px;
}
.hp-settings-input-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}
.hp-settings-input-group input[type="text"],
.hp-settings-input-group input[type="url"],
.hp-settings-input-group input[type="number"],
.hp-settings-input-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.hp-settings-input-group input:focus,
.hp-settings-input-group textarea:focus {
  border-color: #006666;
  box-shadow: 0 0 0 3px rgba(0,102,102,0.08);
}
.hp-settings-input-help {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  line-height: 1.4;
}
.hp-settings-input-help a {
  color: #006666;
}

/* Save bar */
.hp-settings-save-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.hp-settings-btn-save {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  background: #006666;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.hp-settings-btn-save:hover {
  background: #005555;
}

/* Tip box */
.hp-settings-tip {
  background: #f0f7f7;
  border-left: 4px solid #006666;
  padding: 12px 16px;
  margin-top: 16px;
  font-size: 13px;
  color: #004d4d;
  border-radius: 0 8px 8px 0;
  line-height: 1.5;
}

/* Status badges */
.hp-settings-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 12px;
}
.hp-settings-badge--active {
  background: #e6f7f2;
  color: #0FB89C;
}
.hp-settings-badge--inactive {
  background: #f5f5f5;
  color: #666;
}

/* ── WALKTHROUGH MODAL (wt-* prefix) ── */
.wt-modal-container {
  overflow: hidden;
  border-radius: 8px;
}
.wt-header {
  background: linear-gradient(135deg, #006666 0%, #008080 100%);
  color: #fff;
  padding: 30px 30px 24px;
  text-align: center;
}
.wt-header-icon {
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 24px;
}
.wt-header h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.wt-header p {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}
.wt-header-icon {
  color: #fff;
}
.wt-body {
  padding: 24px 30px;
  color: #333;
}
.wt-slide {
  min-height: 180px;
}
.wt-step-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.wt-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #006666;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.wt-step-content h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
.wt-step-content p {
  margin: 0;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

/* Preview boxes */
.wt-preview {
  background: #f8fafa;
  border: 1px solid #e8ecec;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}
.wt-preview-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.wt-preview-toggle-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.wt-mini-toggle-display {
  width: 40px;
  height: 22px;
  border-radius: 22px;
  background: #ccc;
  position: relative;
}
.wt-mini-toggle-display:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  top: 3px;
  left: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.wt-mini-toggle-display.on {
  background: #0FB89C;
}
.wt-mini-toggle-display.on:before {
  left: 21px;
}

/* Preview cards */
.wt-preview-cards {
  display: inline-flex;
  gap: 12px;
}
.wt-preview-card {
  background: #fff;
  border: 1px solid #e8ecec;
  border-radius: 10px;
  overflow: hidden;
  width: 180px;
  text-align: left;
}
.wt-preview-card-header {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wt-preview-card-badge {
  background: #e6f7f2;
  color: #0FB89C;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
}
.wt-preview-card-name {
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.wt-preview-card-toggle {
  border-top: 1px solid #f0f0f0;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
}
.wt-preview-card-toggle--active {
  color: #0FB89C;
}
.wt-preview-card-toggle--inactive {
  color: #666;
}

/* Mentee preview */
.wt-preview-mentee {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.wt-preview-mentee-card {
  background: #fff;
  border: 1px solid #e8ecec;
  border-radius: 10px;
  padding: 14px;
  width: 140px;
  text-align: center;
}
.wt-preview-mentee-title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-top: 6px;
}
.wt-preview-mentee-status {
  font-size: 11px;
  margin-top: 6px;
}
.wt-preview-mentee-status--locked {
  color: #666;
}
.wt-preview-mentee-status--open {
  color: #006666;
  font-weight: 600;
}
.wt-preview-mentee-arrow {
  font-size: 18px;
  color: #0FB89C;
}

/* Dots */
.wt-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.wt-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  transition: 0.3s;
  cursor: pointer;
}
.wt-dot--active {
  background: #006666;
  width: 24px;
  border-radius: 4px;
}

/* Footer */
.wt-footer {
  padding: 16px 30px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wt-btn {
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}
.wt-btn-primary {
  background: #006666;
  color: #fff;
}
.wt-btn-primary:hover {
  background: #005555;
}
.wt-btn-ghost {
  background: transparent;
  color: #666;
}
.wt-btn-ghost:hover {
  color: #333;
}
.wt-btn-tour {
  background: #0FB89C;
  color: #fff;
}
.wt-btn-tour:hover {
  background: #0a9e84;
}

/* ── TOUR TOOLTIPS ── */
.wt-tour-highlight {
  position: relative;
  z-index: 10;
}
.wt-tour-highlight:before {
  content: "";
  position: absolute;
  top: -8px; left: -8px; right: -8px; bottom: -8px;
  border: 2px solid #0FB89C;
  border-radius: 14px;
  animation: wt-pulse 1.5s ease infinite;
  pointer-events: none;
}
@keyframes wt-pulse {
  0% { box-shadow: 0 0 0 0 rgba(15,184,156,0.4); }
  70% { box-shadow: 0 0 0 10px rgba(15,184,156,0); }
  100% { box-shadow: 0 0 0 0 rgba(15,184,156,0); }
}
.wt-tour-tooltip {
  position: absolute;
  background: #006666;
  color: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  width: 260px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  z-index: 20;
}
.wt-tour-tooltip:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #006666;
  transform: rotate(45deg);
}
.wt-tour-tooltip--above:after {
  bottom: -6px;
  left: 30px;
}
.wt-tour-tooltip--below:after {
  top: -6px;
  left: 30px;
}
.wt-tour-step-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.85;
  margin-bottom: 4px;
}
.wt-tour-text {
  font-weight: 600;
  margin-bottom: 12px;
}
.wt-tour-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wt-tour-btn {
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.wt-tour-btn-next {
  background: #fff;
  color: #006666;
}
.wt-tour-btn-skip {
  background: transparent;
  color: rgba(255,255,255,0.85);
}
.wt-tour-btn-skip:hover {
  color: #fff;
}


/* ================================================================
   MANAGEMENT DASHBOARD V2 — md2-* prefix
   Executive Command Center for group owners / HR managers
   ================================================================ */

/* ── Welcome Header ── */
.md2-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.md2-welcome-title {
  font-size: 1.6em;
  font-weight: 800;
  color: #2c3330;
  letter-spacing: -0.5px;
  margin: 0;
}
.md2-welcome-subtitle {
  color: #5f6b66;
  font-size: 0.88em;
  margin: 4px 0 0;
}
.md2-welcome-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.md2-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #006666;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.85em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
}
.md2-btn-primary:hover {
  background: #005858;
  box-shadow: 0 4px 16px rgba(0, 60, 50, 0.07);
  text-decoration: none;
  color: #fff;
}

/* ── KPI Cards ── */
.md2-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.md2-kpi-card {
  background: #fff;
  border: 1px solid #e8e9e4;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 1px 4px rgba(0, 60, 50, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.md2-kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 60, 50, 0.09);
}
.md2-kpi-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2em;
}
.md2-kpi-icon-wrap.teal   { background: rgba(0,102,102,0.08); color: #006666; }
.md2-kpi-icon-wrap.green  { background: rgba(15,184,156,0.08); color: #0FB89C; }
.md2-kpi-icon-wrap.purple { background: rgba(85,41,120,0.08); color: #552978; }
.md2-kpi-icon-wrap.gold   { background: rgba(201,191,68,0.1); color: #a09520; }
.md2-kpi-content { flex: 1; min-width: 0; }
.md2-kpi-number {
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1;
  color: #2c3330;
  letter-spacing: -0.5px;
}
.md2-kpi-label {
  font-size: 0.78em;
  color: #99a39d;
  margin: 4px 0;
  font-weight: 500;
}
.md2-kpi-trend {
  font-size: 0.72em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.md2-kpi-trend.up { color: #0FB89C; }

/* ── Filter Bar ── */
.md2-filter-bar {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.md2-filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.md2-filter-group label {
  font-size: 0.82em;
  font-weight: 600;
  color: #5f6b66;
  white-space: nowrap;
}
.md2-select {
  font-size: 0.85em;
  color: #2c3330;
  border: 1px solid #e8e9e4;
  border-radius: 8px;
  padding: 8px 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s;
  min-width: 160px;
}
.md2-select:focus {
  outline: none;
  border-color: #006666;
}

/* ── Generic Card ── */
.md2-card {
  background: #fff;
  border: 1px solid #e8e9e4;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 60, 50, 0.05);
  overflow: hidden;
}
.md2-card-header {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f2f3ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.md2-card-header.compact {
  padding: 14px 20px 10px;
}
.md2-card-header h3 {
  font-size: 0.92em;
  font-weight: 700;
  color: #2c3330;
  margin: 0;
}
.md2-card-body {
  padding: 20px;
}

/* ── Grid layouts ── */
.md2-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.md2-row-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

/* ── Donut Charts (SVG) ── */
.md2-chart-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md2-donut-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
}
.md2-donut-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.md2-donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.md2-donut-number {
  font-size: 1.8em;
  font-weight: 800;
  color: #2c3330;
  display: block;
  line-height: 1;
}
.md2-donut-label {
  font-size: 0.65em;
  color: #99a39d;
  font-weight: 500;
}
.md2-donut-legend { width: 100%; }
.md2-dl-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid #f2f3ef;
}
.md2-dl-item:last-child { border-bottom: none; }
.md2-dl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.md2-dl-text {
  flex: 1;
  font-size: 0.82em;
  color: #5f6b66;
}
.md2-dl-val {
  font-size: 0.82em;
  font-weight: 700;
  color: #2c3330;
}

/* ── SCS Bars ── */
.md2-scs-bars {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.md2-scs-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.md2-scs-name {
  font-size: 0.82em;
  font-weight: 500;
  color: #5f6b66;
}
.md2-scs-val {
  font-size: 0.82em;
  font-weight: 700;
  color: #2c3330;
}
.md2-scs-track {
  height: 10px;
  background: #f2f3ef;
  border-radius: 5px;
  overflow: hidden;
}
.md2-scs-fill {
  height: 100%;
  border-radius: 5px;
  transition: width 0.8s ease-out;
}

/* ── Mentor Network ── */
.md2-mentor-viz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.md2-mentor-circles {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 0;
}
.md2-mentor-circle {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.2s;
}
.md2-mentor-circle:hover { transform: scale(1.08); }
.md2-mentor-circle.active-mentors {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #006666, #0a8a7a);
}
.md2-mentor-circle.active-mentees {
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, #0FB89C, #14c4a8);
}
.md2-mentor-circle.inactive {
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, #aaa, #bbb);
}
.md2-mc-number {
  font-size: 1.6em;
  font-weight: 800;
  line-height: 1;
}
.md2-mc-label {
  font-size: 0.6em;
  font-weight: 500;
  opacity: 0.85;
  margin-top: 2px;
}

/* ── Health Score + Action Items Row ── */
.md2-health-actions-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.md2-health-card {
  background: #fff;
  border: 1px solid #e8e9e4;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  overflow: hidden;
}
.md2-health-header {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f2f3ef;
}
.md2-health-header h3 {
  font-size: 0.92em;
  font-weight: 700;
  color: #2d3142;
  margin: 0;
}
.md2-health-header h3 i {
  color: #DC235E;
  margin-right: 8px;
}
.md2-health-body {
  padding: 20px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.md2-health-gauge {
  position: relative;
  width: 180px;
  height: 110px;
  flex-shrink: 0;
}
.md2-gauge-svg {
  width: 100%;
  height: 100%;
}
.md2-gauge-value {
  transition: stroke-dashoffset 1.5s ease-out;
}
.md2-gauge-center {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.md2-gauge-number {
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1;
  display: block;
  color: #0FB89C;
}
.md2-gauge-number.good { color: #0FB89C; }
.md2-gauge-number.ok   { color: #C9BF44; }
.md2-gauge-number.low  { color: #DC235E; }
.md2-gauge-label {
  font-size: 0.7em;
  color: #8b8d93;
  font-weight: 500;
}
.md2-health-breakdown {
  flex: 1;
}
.md2-health-factor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.md2-health-factor:last-child {
  margin-bottom: 0;
}
.md2-hf-label {
  font-size: 0.75em;
  color: #5a5c66;
  width: 140px;
  flex-shrink: 0;
  white-space: nowrap;
}
.md2-hf-bar {
  flex: 1;
  height: 8px;
  background: #f2f3ef;
  border-radius: 4px;
  overflow: hidden;
}
.md2-hf-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 1s ease-out;
}
.md2-hf-fill.green  { background: #0FB89C; }
.md2-hf-fill.teal   { background: #006666; }
.md2-hf-fill.purple { background: #552978; }
.md2-hf-val {
  font-size: 0.75em;
  font-weight: 700;
  color: #2d3142;
  width: 35px;
  text-align: right;
  flex-shrink: 0;
}

/* ── Action Items ── */
.md2-actions-card {
  background: #fff;
  border: 1px solid #e8e9e4;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.md2-actions-header {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f2f3ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.md2-actions-header h3 {
  font-size: 0.92em;
  font-weight: 700;
  color: #2d3142;
  margin: 0;
}
.md2-actions-header h3 i {
  color: #C9BF44;
  margin-right: 8px;
}
.md2-actions-badge {
  background: #DC235E;
  color: #fff;
  font-size: 0.7em;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  min-width: 22px;
  text-align: center;
}
.md2-actions-list {
  flex: 1;
  padding: 8px 0;
}
.md2-action-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
  cursor: pointer;
}
.md2-action-item:hover {
  background: #f8f9f6;
  text-decoration: none;
  color: inherit;
}
.md2-action-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85em;
  color: #fff;
}
.md2-action-icon.urgent  { background: #DC235E; }
.md2-action-icon.warning { background: #C9BF44; }
.md2-action-icon.info    { background: #337BB8; }
.md2-action-body {
  flex: 1;
  min-width: 0;
}
.md2-action-title {
  font-size: 0.82em;
  font-weight: 600;
  color: #2d3142;
  line-height: 1.3;
}
.md2-action-arrow {
  color: #bbb;
  font-size: 1.1em;
  flex-shrink: 0;
}

/* ── Assessment Funnel ── */
.md2-funnel-card {
  margin-bottom: 20px;
}
.md2-funnel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.md2-funnel-stage {
  display: grid;
  grid-template-columns: 130px 1fr 50px;
  align-items: center;
  gap: 10px;
}
.md2-funnel-label {
  font-size: 0.85em;
  font-weight: 500;
  color: #555;
  text-align: right;
}
.md2-funnel-bar-track {
  background: #f2f3ef;
  border-radius: 6px;
  height: 32px;
  overflow: hidden;
}
.md2-funnel-bar-fill {
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  transition: width 0.8s ease;
  min-width: 40px;
}
.md2-funnel-bar-fill.stage-0 { background: linear-gradient(90deg, #006666, #008888); }
.md2-funnel-bar-fill.stage-1 { background: linear-gradient(90deg, #0FB89C, #12d4b2); }
.md2-funnel-bar-fill.stage-2 { background: linear-gradient(90deg, #C9BF44, #d9cf54); }
.md2-funnel-bar-fill.stage-3 { background: linear-gradient(90deg, #552978, #6e3c99); }
.md2-funnel-bar-value {
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.md2-funnel-pct {
  font-size: 0.85em;
  font-weight: 600;
  color: #888;
}
.md2-funnel-stage.bottleneck .md2-funnel-label {
  color: #DC235E;
  font-weight: 700;
}
.md2-funnel-stage.bottleneck .md2-funnel-pct {
  color: #DC235E;
  font-weight: 700;
}
.md2-funnel-insight {
  margin-top: 14px;
  padding: 10px 14px;
  background: #FFF8E1;
  border-left: 3px solid #C9BF44;
  border-radius: 4px;
  font-size: 0.85em;
  color: #666;
}
.md2-funnel-insight i {
  color: #C9BF44;
  margin-right: 6px;
}

/* ── Learning Journeys ── */
.md2-lj-card { margin-bottom: 20px; }
.md2-lj-count {
  background: #006666;
  color: #fff;
  border-radius: 12px;
  padding: 2px 10px;
  font-size: 0.8em;
  font-weight: 600;
}
.md2-lj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.md2-lj-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 14px 16px;
  border-left: 3px solid #006666;
  transition: box-shadow 0.2s;
}
.md2-lj-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.md2-lj-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.md2-lj-name {
  font-weight: 600;
  font-size: 0.9em;
  color: #333;
}
.md2-lj-pct {
  font-weight: 700;
  font-size: 0.85em;
  padding: 2px 8px;
  border-radius: 10px;
}
.md2-lj-pct.good { background: #e6f9f3; color: #0FB89C; }
.md2-lj-pct.ok    { background: #fdf6e3; color: #C9BF44; }
.md2-lj-pct.low   { background: #fde8ee; color: #DC235E; }
.md2-lj-bar-track {
  height: 6px;
  background: #e8e9e4;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
.md2-lj-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #006666, #0FB89C);
  border-radius: 3px;
  transition: width 0.8s ease;
}
.md2-lj-meta {
  display: flex;
  gap: 16px;
  font-size: 0.78em;
  color: #888;
}
.md2-lj-meta i { margin-right: 4px; color: #006666; }
.md2-lj-empty {
  text-align: center;
  padding: 20px;
  color: #999;
  font-style: italic;
}

/* ── Trend Chart ── */
.md2-trend-card { margin-bottom: 20px; }
.md2-trend-toggles { display: flex; gap: 4px; }
.md2-trend-btn {
  background: #f0f1ed;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 0.75em;
  cursor: pointer;
  color: #666;
  transition: all 0.2s;
}
.md2-trend-btn.active {
  background: #006666;
  color: #fff;
  border-color: #006666;
}
.md2-trend-chart { padding: 10px 0; }
.md2-trend-svg { width: 100%; height: auto; max-height: 200px; }
.md2-trend-legend {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-top: 8px;
}
.md2-tl-item { font-size: 0.8em; color: #666; display: flex; align-items: center; gap: 6px; }
.md2-tl-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  display: inline-block;
}

/* ── Competence Heatmap ── */
.md2-heatmap-card { margin-bottom: 20px; }
.md2-heatmap-info {
  font-size: 0.8em;
  color: #888;
}
.md2-heatmap-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.md2-heatmap-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78em;
  min-width: 500px;
}
.md2-heatmap-table thead th {
  background: #f8f9fa;
  padding: 8px 6px;
  font-weight: 600;
  border-bottom: 2px solid #e8e9e4;
  white-space: nowrap;
  text-align: center;
  font-size: 0.85em;
  color: #555;
}
.md2-hm-name-col {
  text-align: left !important;
  min-width: 140px;
  position: sticky;
  left: 0;
  background: #f8f9fa !important;
  z-index: 1;
}
.md2-hm-comp-col { min-width: 60px; }
.md2-hm-name {
  padding: 6px 8px;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 1px solid #f0f1ed;
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
}
.md2-hm-cell {
  padding: 6px 4px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  font-size: 0.9em;
  transition: background-color 0.3s;
}
.md2-hm-cell span { text-shadow: 0 1px 2px rgba(0,0,0,0.2); }
.md2-heatmap-expand {
  text-align: center;
  padding: 10px 0 4px;
}
.md2-expand-btn {
  background: none;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 5px 16px;
  font-size: 0.8em;
  color: #006666;
  cursor: pointer;
  transition: all 0.2s;
}
.md2-expand-btn:hover { background: #f0f1ed; }
.md2-heatmap-legend {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-top: 10px;
  font-size: 0.78em;
  color: #888;
}
.md2-hl-item { display: flex; align-items: center; gap: 4px; }
.md2-hl-dot {
  width: 12px; height: 12px;
  border-radius: 2px;
  display: inline-block;
}

/* ── AI Coach Inzichten ── */
.md2-aicoach-card { margin-bottom: 20px; }
.md2-aicoach-header h3 {
  background: linear-gradient(90deg, #006666, #0FB89C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.md2-aicoach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.md2-aicoach-col-header {
  font-weight: 600;
  font-size: 0.85em;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.md2-aicoach-col-header.challenge { background: #fde8ee; color: #DC235E; }
.md2-aicoach-col-header.strength  { background: #e6f9f3; color: #0FB89C; }
.md2-aicoach-col-header.action    { background: #FFF8E1; color: #C9BF44; }
.md2-aicoach-item { margin-bottom: 10px; }
.md2-aicoach-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.md2-aicoach-comp { font-size: 0.82em; color: #555; }
.md2-aicoach-score {
  font-weight: 700;
  font-size: 0.82em;
  padding: 1px 6px;
  border-radius: 8px;
}
.md2-aicoach-score.low  { background: #fde8ee; color: #DC235E; }
.md2-aicoach-score.good { background: #e6f9f3; color: #0FB89C; }
.md2-aicoach-bar-track {
  height: 4px;
  background: #e8e9e4;
  border-radius: 2px;
  overflow: hidden;
}
.md2-aicoach-bar-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.8s ease;
}
.md2-aicoach-bar-fill.challenge { background: linear-gradient(90deg, #DC235E, #f07a9a); }
.md2-aicoach-bar-fill.strength  { background: linear-gradient(90deg, #0FB89C, #6dd5c0); }
.md2-aicoach-action {
  padding: 10px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 0.82em;
  color: #555;
  border-left: 3px solid #C9BF44;
}
.md2-aicoach-action i {
  color: #006666;
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .md2-kpi-row { grid-template-columns: repeat(2, 1fr); }
  .md2-health-actions-row { grid-template-columns: 1fr; }
  .md2-row-2col { grid-template-columns: 1fr; }
  .md2-row-3col { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .md2-kpi-row { grid-template-columns: 1fr; }
  .md2-welcome {
    flex-direction: column;
    align-items: flex-start;
  }
  .md2-welcome-title { font-size: 1.3em; }
  .md2-filter-bar { flex-direction: column; }
  .md2-health-body { flex-direction: column; }
  .md2-health-gauge { margin: 0 auto; }
  .md2-mentor-circles { flex-wrap: wrap; justify-content: center; }
  .md2-funnel-stage { grid-template-columns: 90px 1fr 40px; }
  .md2-lj-grid { grid-template-columns: 1fr; }
  .md2-aicoach-grid { grid-template-columns: 1fr; }
}

/* ── Toast notifications ─────────────────────────────────── */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10500;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  max-width: 420px;
}

.toast-notification {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  pointer-events: auto;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  animation: toastSlideIn 0.3s ease-out;
  word-break: break-word;
}

.toast-notification.toast-removing {
  animation: toastSlideOut 0.3s ease-in forwards;
}

.toast-error   { background: #DC235E; }
.toast-warning { background: #e67e22; }
.toast-success { background: #27ae60; }

.toast-message {
  flex: 1;
}

.toast-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.8);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 0 0 4px;
  flex-shrink: 0;
}
.toast-close:hover {
  color: #fff;
}

@keyframes toastSlideIn {
  from { transform: translateX(100%); opacity: 0; }
  to   { transform: translateX(0);    opacity: 1; }
}
@keyframes toastSlideOut {
  from { transform: translateX(0);    opacity: 1; }
  to   { transform: translateX(100%); opacity: 0; }
}
