@charset "UTF-8";

.progress-bars-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  margin-top: 24px;
}

.profile-area-title {
  color: #2A1E4B;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 6px;
}

.progressbar-area-component {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 26px;
}

.progressbar-area-container {
  width: 100%;
  height: 12px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid transparent;
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progressbar-area-content {
  width: 0%;
  height: 12px;
  max-width: 100%;
  min-width: 0%;
}

.progressbar-area-pointer {
  position: absolute;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 10;
  border-bottom: 12px solid #2A1E4B;
  margin-left: -7px;
}

.progressbar-area-label {
  position: absolute;
  top: 22px;
  width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.progressbar-area-label > span {
  font-family: Roboto;
  color: #2A1E4B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  text-wrap: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.progress-status-group {
  padding-top: 36px;
}

.progress-status-group > div > .profile-area-title {
  font-weight: 600;
}

.progress-status-group .progressbar-area-component {
  padding-bottom: 0px !important;
}

.central-test-link-access {
  width: 33%;
  text-align: center;
  padding-top: 2px;
  height: 23px;
}

.loading-central-test-access-link {
  width: 33%;
  text-align: center;
  padding-top: 2px;
  position: relative;
  cursor: pointer;
}

.loading-central-test-access-link > img {
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.card-saas-profile-avatar > div {
  background-size: cover;
  background-position: center;
  background-color: #cccccc;
}

.is-hidden {
  display: none;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body {
  padding-top: 60px;
  font-family: 'Roboto';
}

.navbar {
  height: 60px;
  min-height: 60px;
}

.navbar-default .navbar-brand,
.navbar-default a {
  color: #2A1E4B;
}

.navbar-default .logout-link,
.navbar-default .my-account-link {
  font-weight: 400;
  font-size: 16px;
  font-family: "roboto";
}

.navbar-brand-text {
  margin-left: 52px;
}

.navbar-brand {
  padding: 17px 20px;
}

#site-navbar-collapse {
  margin-top: -6px;
}

.site-navbar .navbar-header .navbar-brand {
  padding: 8px 32px;
}

.collapse.navbar-collapse.navbar-collapse-toolbar {
  padding-right: 32px;
}

/* TO DO : Only full */

.site-menubar.site-menubar-light {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  .site-menubar.site-menubar-light {
    top: 0;
    position: absolute;
    width: auto;
    left: calc(50% - 380px);
  }
}

.site-menu > .site-menu-item {
  color: #2A1E4B;
  font-size: 16px;
  font-weight: 400;
}

.css-menubar .site-menubar-light .site-menu-item:hover,
.css-menubar .site-menubar-light .site-menu-item.active-item,
.logout-link:hover,
.logout-link.active,
.my-account-link:hover,
.my-account-link.active {
  background: none;
  font-weight: 700;
  text-decoration: none;
}

.site-menu > .site-menu-item > a {
  padding: 0;
  line-height: 24px;
  margin: 16px;
}

.site-menubar-light .site-menu-item > a:hover {
  background: none;
}

.css-menubar .site-menubar-light .site-menu-item:hover > a,
.css-menubar .site-menubar-light .site-menu-item.active-item > a,
.topbar-menu li:hover > a,
.topbar-menu li.active-item > a {
  color: inherit;
  border-bottom: 4px solid #B0A423;
  font-weight: 700;
}

.topbar-menu li img.active {
  display: none;
}

.topbar-menu li img.not-active {
  display: inline;
}

.topbar-menu li:hover img.active {
  display: inline;
}

.topbar-menu li:hover img.not-active {
  display: none;
}

.topbar-menu li.active-item img.active {
  display: inline;
}

.topbar-menu li.active-item img.not-active {
  display: none;
}

.topbar-menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding-left: 0px;
}

.topbar-menu a {
  padding-bottom: 2px;
  line-height: 32px;
}

.topbar-link {
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-link--profile,
.topbar-link--account {
  margin-right: 38px;
}

.topbar-icon {
  margin-top: -2px;
}

.showing-text {
  font-weight: 400;
  font-size: 16px;
}

.btn-perfiles {
  background: #B0A423;
  display: block;
  border-radius: 10px;
  color: #2A1E4B;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 8px 16px;
  min-height: 44px;
}

.btn-perfiles:hover {
  color: white;
  text-decoration: none;
  padding: 8px 16px;
}

.btn-perfiles:focus-visible,
.reset-filter-btn:focus-visible,
.update-user-btn:focus-visible {
  outline: 2px solid #2A1E4B;
  outline-offset: 2px;
}

.reset-filter-btn,
.update-user-btn {
  background: #B0A423;
  display: block;
  border-radius: 10px;
  color: #2A1E4B;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 8px 16px;
  min-height: 44px;
  border: 2px solid #B0A423;
}

.reset-filter-btn:disabled,
.update-user-btn:disabled,
.reset-filter-btn:hover:disabled,
.update-user-btn:hover:disabled {
  background: white;
  color: #2A1E4B;
  border-color: #B0A423;
  opacity: 1;
}

.reset-filter-btn:hover:disabled,
.update-user-btn:hover:disabled {
  cursor: not-allowed;
}

.reset-filter-btn:hover,
.update-user-btn:hover {
  background: #B0A423;
  color: white;
  border: 2px solid #B0A423;
  padding: 8px 16px;
}

#areas .input-search {
  padding-left: 10%;
  padding-right: 10%;
}

#areas .input-search .form-control {
  font-family: 'Roboto';
  border-radius: unset;
  border: none;
  border-bottom: 1px solid #2A1E4B;
  font-weight: 300;
  font-size: 16px;
}

.panel-body.panel-search {
  padding-bottom: 0px;
}

#areas .input-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#areas.panel-group .panel-title[aria-expanded="false"]:before {
  opacity: 1;
}

#areas.panel-group .panel-title:before,
#areas.panel-group .panel-title:after {
  color: #00819D;
  right: 0;
  top: 32px;
}

#areas.panel-group .panel-title:before {
  content: url("/images/icons/filter_icon_down.svg");
}

#areas.panel-group .panel-title:after {
  content: url("/images/icons/filter_icon_up.svg");
}

#areas.panel-group-continuous .panel + .panel {
  border: none;
}

#areas.panel-group .panel-heading + .panel-collapse > .panel-body,
#areas.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.foldable-filter label {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: black;
}

/*.foldable-filter .checkbox-custom input[type="checkbox"]:checked + label::before,
.foldable-filter .checkbox-custom input[type="checkbox"]:checked + input[type="hidden"] + label::before,
.foldable-filter .checkbox-custom input[type="radio"]:checked + label::before,
.foldable-filter .checkbox-custom input[type="radio"]:checked + input[type="hidden"] + label::before {
}*/

.checkbox-custom label::before {
  border: 1px solid #2A1E4B;
}

.checkbox-custom label::after {
  color: white;
  background: #00819D;
}

.foldable-filter .panel-heading a,
.foldable-filter .panel-heading a:hover {
  font-family: 'Roboto';
  border-bottom: 1px solid #D9D9D9;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0;
  font-weight: 500;
  font-size: 16px;
  color: #2A1E4B;
  padding-top: 30px;
  padding-bottom: 6px;
}

.panel-group .panel-collapse .panel-body.panel-filter {
  padding-left: 16px;
  padding-right: 16px;
}

/* process style */

.vue-slider-process {
  background-color: #2A1E4B !important;
}

.vue-slider-dot-tooltip-inner {
  border-color: #2A1E4B !important;
  background-color: #2A1E4B !important;
}

.panel-title.graph-title {
  color: #2A1E4B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}

.ribbon-status {
  border-radius: 5px 0px 0px 5px;
  width: 100%;
  height: 30px;
  padding-top: 6px;
  text-align: center;
  color: white;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  position: absolute;
  right: -8px;
}

.ribbon-tick {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0px;
  bottom: -4px;
}

.profile-name {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #2A1E4B;
}

.profile-position {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2A1E4B;
}

.profile-area {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #2A1E4B;
  margin-top: 9px;
  margin-bottom: 10px;
}

.profile-percentage,
.profiles-page .profile-percentage,
.profile-percentage-label {
  color: #2A1E4B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.profiles-page .profile-progress .progressbar {
  height: 10px;
  border-radius: 5px 0px 0px 5px;
}

.profiles-page .profile-progress {
  border-radius: 5px;
  margin-top: 3px;
}

.profiles-page .progresspointer {
  border-bottom: 11px solid #2A1E4B;
}

.profile-view-personal-data,
.profile-view-personal-data a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2A1E4B;
  margin: 0px 0px 7px 0px;
}

.show-report-container {
  text-align: center;
  margin-top: 20px;
}

.show-report {
  color: #4f90a8;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
}

.show-report:hover {
  color: #2A1E4B;
}

.page-title {
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

#user-form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

#user-form .inner-form {
  width: 75%;
}

#user-form input[type="text"],
#user-form input[type="email"],
#user-form input[type="password"] {
  border: 1px solid #00819D;
}

#user-form .label-control {
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  margin-bottom: 12px;
  color: #2A1E4B;
  font-weight: 500;
}

.profile-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2A1E4B;
}

.tooltip-inner {
  background: #fcf1e7;
  color: #2A1E4B;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #e47412;
  text-align: left;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border: none;
  margin-top: -1px;
  pointer-events: none;
  background-image: url("/images/icons/tooltip_arrow_down.png");
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  content: "";
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border: none;
  bottom: -1px;
  pointer-events: none;
  background-image: url("/images/icons/tooltip_arrow_up.png");
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  content: "";
}

.tooltip.show {
  opacity: 1;
}

#sort-popup-toggle {
  position: fixed;
  right: -32px;
  top: 160px;
}

.webui-popover {
  background: #fcf1e7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  margin-left: 0px !important;
  margin-top: 37px;
  height: 100px;
}

.webui-popover > .arrow {
  display: none;
}

.webui-popover .webui-popover-content {
  overflow: hidden;
}

.webui-popover .webui-popover-content label {
  border-bottom: 1px solid #D9D9D9;
  display: block;
  margin-bottom: 11px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

#sort-popup-toggle {
  background: #E47412;
  color: #ffffff;
  padding: 0px 4px 0px 9px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  z-index: 9;
  cursor: pointer;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px 0px 4px 4px;
}

#sort-popup-toggle img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
}

.webui-popover-content select {
  border: 1px solid #E47412;
  border-radius: 0;
  height: 32px;
}

.form-link-container {
  text-align: center;
  margin-bottom: 27px;
}

.form-link-container a {
  color: #2A1E4B;
  padding: 0;
  line-height: 24px;
  margin: 16px 30px;
}

.form-link-container a.active,
.form-link-container a:hover {
  color: inherit;
  border-bottom: 4px solid #B0A423;
  font-weight: 700;
  text-decoration: none;
}

.fa-info-circle {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

.fa-info-circle:before {
  content: url("/images/icons/info.svg");
}

#competence-comments strong {
  color: #2A1E4B;
}

.comment-link {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2A1E4B;
  padding-left: 0;
  display: block;
  text-align: left;
  border-bottom: 1px solid #D9D9D9;
}

.comment-link:after {
  content: url("/images/icons/filter_icon_down.svg");
  float: right;
}

.comment-link[aria-expanded=true]:after {
  content: url("/images/icons/filter_icon_up.svg");
}

#ps-comments,
#potential-comments,
#engagement-comments,
#knowledge-comments {
  margin-top: 20px;
}

#recommendations-panel .panel-line.panel-primary .panel-heading {
  color: #2A1E4B;
  background: transparent;
  border: none;
}

#recommendations-panel .panel-line.panel-primary .panel-title {
  color: #2A1E4B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
  margin-top: 24px;
}

#recommendations-panel .panel-group .panel-title {
  padding: 0;
}

#recommendations-panel .panel-title {
  margin-bottom: 20px;
}

#recommendations-panel .panel-group .panel-title:after,
#recommendations-panel .panel-group .panel-title:before {
  position: initial;
  float: right;
  -webkit-transition: none;
  transition: none;
}

#recommendations-panel .panel-group .panel-title[aria-expanded="true"]:before {
  display: none;
}

#recommendations-panel .panel-group .panel-title[aria-expanded="false"]:before {
  opacity: 1;
}

#recommendations-panel .panel-group .panel-title:before,
#recommendations-panel .panel-group .panel-title:after {
  color: #00819D;
  right: 0;
  top: 32px;
}

#recommendations-panel .panel-group .panel-title:before {
  content: url("/images/icons/filter_icon_down.svg");
}

#recommendations-panel .panel-group .panel-title:after {
  content: url("/images/icons/filter_icon_up.svg");
}

#recommendations-panel .panel-group-continuous .panel + .panel {
  border: none;
}

#recommendations-panel .panel-group .panel-heading + .panel-collapse > .panel-body,
#recommendations-panel .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

#recommendations-panel h5 {
  font-size: 16px;
}

.strength-meter {
  float: right;
  background: none !important;
  border: none !important;
  font-weight: 500 !important;
}

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

#evaluation .input-group {
  margin-bottom: 15px;
}

#evaluation .input-group-text {
  background: #00819D;
  color: white;
  font-weight: 300;
  font-size: 16px;
  width: 70px;
  border-radius: 0;
  border-color: #00819D;
}

#evaluation .form-control {
  border-color: #00819D;
  border-radius: 0;
}

.topbar-menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .site-menu-title:first-child {
    margin-left: 0;
  }

  #site-navbar-toggle {
    display: block;
  }

  #site-navbar-collapse {
    background: none;
    margin-top: 0;
  }

  .navbar-collapse.navbar-collapse-toolbar {
    display: block !important;
    position: fixed !important;
    top: 60px;
    right: -260px;
    bottom: 0;
    width: 260px;
    z-index: 1050;
    overflow-y: auto !important;
    background: white;
    -webkit-box-shadow: -4px 0 24px rgba(42, 30, 75, 0.15);
            box-shadow: -4px 0 24px rgba(42, 30, 75, 0.15);
    height: auto !important;
    padding: 32px 24px;
    float: none;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }

  .navbar-collapse.navbar-collapse-toolbar.drawer-open {
    right: 0;
  }

  ul.topbar-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    gap: 0;
    padding: 0;
    width: 100%;
  }

  .topbar-menu li {
    float: none;
    width: 100%;
    line-height: normal;
    padding: 16px 0;
    border-bottom: 1px solid rgba(42, 30, 75, 0.08);
  }

  .topbar-menu li:last-child {
    border-bottom: none;
  }

  .topbar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .topbar-link--profile,
  .topbar-link--account {
    margin-right: 0;
  }

  .topbar-icon {
    margin-right: 8px;
  }

  .logout-link {
    margin-top: 0;
    margin-left: 0;
  }

  .navbar-container.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .navbar-brand-text {
    display: none;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 769px) {
  .site-menubar.site-menubar-light {
    position: initial;
    margin-bottom: 12px;
    margin-left: 14px;
  }

  ul.site-menu {
    padding-right: 0;
  }

  .navbar-default .logout-link,
  .navbar-default .my-account-link {
    font-size: 14px;
  }

  .navbar-default .my-account-link {
    margin-right: 10px !important;
  }

  .site-menu > .site-menu-item {
    font-size: 14px;
  }
}

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Client Saas Dashboard */

#client-saas-dashboard .card-block-hero {
  border: 3px solid #00819D;
  margin-bottom: 145px;
  border-radius: 20px;
}

#client-saas-dashboard .card-block-hero span.name {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #2A1E4B;
}

#client-saas-dashboard .card-block-hero p.phrase {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 0px;
  color: #2A1E4B;
  max-width: calc(100% - 225px);
}

#client-saas-dashboard .card-block-hero img.image {
  position: absolute;
  right: -15px;
  top: 15px;
}

@media (max-width: 1024px) {
  #client-saas-dashboard .card-block-hero p.phrase {
    max-width: unset;
  }

  #client-saas-dashboard .card-block-hero img.image {
    display: none;
  }

  #client-saas-dashboard .circles-container {
    display: none;
  }

  #client-saas-dashboard .card-block-hero {
    margin-bottom: 36px;
  }
}

#client-saas-dashboard .circles-container {
  margin-bottom: 90px;
}

#client-saas-dashboard .circle-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#client-saas-dashboard .circle {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #2A1E4B;
  background-color: white;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#client-saas-dashboard .circle.active {
  background: #2A1E4B;
}

#client-saas-dashboard .circle-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  text-align: center;
  font-size: 12px;
  line-height: normal;
  width: 100px;
  margin-left: -10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}

#client-saas-dashboard .separator {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  border-top: 3px dashed #2A1E4B;
  z-index: 0;
}

#client-saas-dashboard .square-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
}

#client-saas-dashboard .square {
  min-width: 216px;
  max-width: 216px;
  width: 216px;
  height: 216px;
  border: 2px solid #2A1E4B;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

#client-saas-dashboard .square.completed {
  background: #e5f2f5;
  border-color: #e5f2f5;
}

#client-saas-dashboard .square.completed > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

#client-saas-dashboard .square.tcp-completed .btn {
  cursor: default;
}

#client-saas-dashboard .square.active {
  background: #b3d9e2;
  border-color: #b3d9e2;
}

#client-saas-dashboard .panel-body .square h2 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #2A1E4B;
}

#client-saas-dashboard .square .flex-icon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.btn-modal-enter-reasoning,
#client-saas-dashboard .square .btn {
  background: none;
  display: block;
  border-radius: 10px;
  color: #2A1E4B;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border: 2px solid #B0A423;
  width: 150px;
  margin: 14px auto 16px auto;
  padding: 6px 16px;
}

.btn-modal-enter-reasoning,
#client-saas-dashboard .square.active .btn,
#client-saas-dashboard .square .btn.active {
  background: #B0A423;
}

#client-saas-dashboard .square .btn:disabled,
#client-saas-dashboard .square .btn:hover:disabled {
  background: white;
  color: #2A1E4B;
  border-color: #B0A423;
  opacity: 1;
}

#client-saas-dashboard .square .btn:hover:disabled {
  cursor: not-allowed;
}

#client-saas-dashboard .square.completed .btn:hover {
  background: inherit;
  color: inherit;
}

.btn-modal-enter-reasoning:hover,
#client-saas-dashboard .square .btn.active:hover {
  background: #B0A423;
  color: white;
}

/*#client-saas-dashboard .square .btn:hover{background:pink;}
#client-saas-dashboard .square.active .btn:hover{background:orange;}*/

#client-saas-dashboard .square.active .btn:hover:not(:disabled) {
  color: white;
}

@media (max-width: 767px) {
  #client-saas-dashboard .square-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #client-saas-dashboard .square {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Manager Saas Dashboard */

#manager-saas-dashboard .card,
#manager-saas-dashboard .panel {
  margin-bottom: 22px;
}

#manager-saas-dashboard .main-content {
  padding-left: 7px;
}

@media (max-width: 991px) {
  #manager-saas-dashboard .main-content {
    padding-left: 15px;
  }
}

#manager-saas-dashboard .company-logo-container {
  color: #2A1E4B;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#manager-saas-dashboard .company-logo-container label {
  color: #00819D;
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 0;
  font-weight: 500;
}

#manager-saas-dashboard .video-content .panel {
  border-radius: 4px;
}

#manager-saas-dashboard .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* Proporción 16:9 (dividir la altura entre el ancho y multiplicar por 100) */
  border-radius: 4px;
}

#manager-saas-dashboard .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

#manager-saas-dashboard .saas-manager-hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#manager-saas-dashboard .hero-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

#manager-saas-dashboard .hero-col.hero-col-1 {
  padding-top: 40px;
  padding-left: 56px;
}

#manager-saas-dashboard .hero-col.hero-col-1 h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #2A1E4B;
  margin-bottom: 30px;
}

#manager-saas-dashboard .hero-col.hero-col-1 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2A1E4B;
  text-align: left;
}

#manager-saas-dashboard .hero-col.hero-col-1 button {
  background: #B0A423;
  display: block;
  border-radius: 10px;
  color: #2A1E4B;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border: 2px solid #B0A423;
  margin: 14px auto 16px auto;
  padding: 6px 16px;
}

#manager-saas-dashboard .hero-col.hero-col-1 button:disabled,
#manager-saas-dashboard .hero-col.hero-col-1 button:hover:disabled {
  background: white;
  color: #2A1E4B;
  border-color: #B0A423;
  opacity: 1;
}

#manager-saas-dashboard .hero-col.hero-col-1 button:disabled {
  cursor: not-allowed;
}

#manager-saas-dashboard .hero-col.hero-col-1 button:hover {
  background: #B0A423;
  color: white;
}

#manager-saas-dashboard .hero-col.hero-col-2 {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  #manager-saas-dashboard .saas-manager-hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.panel-body.saas-manager-no-padding {
  padding: 0;
}

#manager-saas-dashboard .hero-col.hero-col-2 .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#manager-saas-dashboard .hero-col.hero-col-2 .image-container img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#manager-saas-dashboard .saas-manager-no-data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#manager-saas-dashboard .saas-manager-no-data-container .no-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

#manager-saas-dashboard .no-data.no-data-col-2 {
  padding-top: 52px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2A1E4B;
}

#manager-saas-dashboard .no-data.no-data-col-1 {
  padding-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  /*border:10px solid purple;*/
}

@media (max-width: 991px) {
  #manager-saas-dashboard .saas-manager-no-data-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#manager-saas-dashboard .no-data.no-data-col-1 .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 114px;
  padding-bottom: 24px;
  width: 264px;
}

#manager-saas-dashboard .no-data.no-data-col-1 .image-container img {
  max-width: 100%;
  max-height: 100%;
}

#manager-saas-dashboard .no-register {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  /*border:10px solid green;*/
}

#manager-saas-dashboard .no-register.no-register-col-2 {
  padding-top: 52px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2A1E4B;
}

.saas-manager-no-register-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#manager-saas-dashboard .no-register.no-register-col-1 {
  padding-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  /*border:10px solid purple;*/
}

#manager-saas-dashboard .saas-manager-no-register-container .no-register.no-register-col-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 991px) {
  #manager-saas-dashboard .saas-manager-no-register-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*border:10px solid lime;*/
  }
}

#manager-saas-dashboard .no-register.no-register-col-1 .image-container {
  /*display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 1;*/
  padding-left: 114px;
  padding-bottom: 24px;
  /*width:264px;*/
  /*border:1px solid peru;*/
}

#manager-saas-dashboard .no-register.no-register-col-1 .image-container img {
  max-width: 100%;
  max-height: 100%;
  /*object-fit: contain;*/
  /*border:100px solid #B0A423;*/
}

form.blue-inputs .form-group {
  margin-bottom: 23px;
}

form.blue-inputs select,
form.blue-inputs select:focus,
form.blue-inputs select:focus-visible,
form.blue-inputs input[type="text"],
form.blue-inputs input[type="email"],
form.blue-inputs input[type="password"] {
  background: #b3d9e2;
  border-radius: 5px;
  padding: 21px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2A1E4B;
}

form.blue-inputs .no-selected,
form.blue-inputs input[type="text"]::-webkit-input-placeholder,
form.blue-inputs input[type="email"]::-webkit-input-placeholder,
form.blue-inputs input[type="password"]::-webkit-input-placeholder {
  color: #6F6F6F;
}

form.blue-inputs .no-selected,
form.blue-inputs input[type="text"]::-moz-placeholder,
form.blue-inputs input[type="email"]::-moz-placeholder,
form.blue-inputs input[type="password"]::-moz-placeholder {
  color: #6F6F6F;
}

form.blue-inputs .no-selected,
form.blue-inputs input[type="text"]::-ms-input-placeholder,
form.blue-inputs input[type="email"]::-ms-input-placeholder,
form.blue-inputs input[type="password"]::-ms-input-placeholder {
  color: #6F6F6F;
}

form.blue-inputs .no-selected,
form.blue-inputs input[type="text"]::placeholder,
form.blue-inputs input[type="email"]::placeholder,
form.blue-inputs input[type="password"]::placeholder {
  color: #6F6F6F;
}

form.blue-inputs label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 4px;
}

form.blue-inputs .select-container {
  position: relative;
  display: block;
}

form.blue-inputs .select-container select {
  padding: 8px 16px;
  height: 43.6px;
}

form.blue-inputs .select-container .profile-select-arrow {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 24px;
  height: 24px;
}

.fligth-risk-container {
  min-height: 67px;
  margin-top: 46px;
}

.fligth-risk {
  border: 1px solid red;
  min-height: 56px;
  margin: 0px 8px 16px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.fligth-risk.risk-high {
  border: 1px solid #7C191B;
  color: #7C191B;
}

.fligth-risk.risk-medium {
  border: 1px solid #CB7323;
  color: #CB7323;
}

.fligth-risk.risk-low {
  border: 1px solid #315117;
  color: #315117;
}

.fligth-risk label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2A1E4B;
  text-align: center;
  margin-top: 5px;
  display: block;
}

.fligth-risk span {
  /*display:block;
    margin-left:25px;
    margin-top:14px;*/
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

.fligth-risk span.img {
  margin: -6px 10px 10px 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.fligth-risk span.img img {
  width: 14px;
}

#manager-saas-dashboard .profile-percentage-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2A1E4B;
}

#manager-saas-dashboard #areas .panel {
  margin-bottom: 0px;
}

.company-avatar__img {
  max-width: 80%;
  width: 100%;
  height: auto;
}

.profile-card {
  border: 2px solid #1A2A76;
  border-radius: 4px;
}

.profile-avatar-img {
  background-size: cover;
  background-position: center center;
  background-color: #cccccc;
}

.profile-evaluation-date {
  font-size: 14px;
}

.empty-profile-welcome--collapsed {
  height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.profile-avatar-col {
  margin-bottom: 5px;
}

.profile-icons-row {
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-personal-data-block {
  margin: 19px 0 25px 0;
}

.profile-view-personal-data__icon {
  margin-right: 12px;
  vertical-align: middle;
}

#dashboard-academic-chart-container {
  max-width: 500px;
  max-height: 320px;
  margin-left: 200px;
}

.profile-management-header {
  margin-bottom: 24px;
}

.profile-form .std-btn,
.profile-management-header .std-btn,
#newProfileModal .std-btn,
.signup-form .std-btn {
  background: #B0A423;
  display: block;
  border-radius: 10px;
  color: #2A1E4B;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 8px 16px;
  min-height: 44px;
  border: none;
  float: right;
}

.profile-form .std-btn {
  float: none;
}

.profile-form .std-btn:hover,
.profile-management-header .std-btn:hover,
#newProfileModal .std-btn:hover,
.signup-form .std-btn:hover {
  color: white;
  text-decoration: none;
  /*padding:8px 16px;*/
}

.profile-form .std-btn:disabled,
.profile-management-header .std-btn:disabled,
#newProfileModal .std-btn:disabled,
.signup-form .std-btn:disabled,
.profile-form .std-btn:hover:disabled,
.profile-management-header .std-btn:hover:disabled,
#newProfileModal .std-btn:hover:disabled,
.signup-form .std-btn:hover:disabled {
  background: white;
  color: #2A1E4B;
  border-color: #B0A423;
  border: 2px solid #B0A423;
  opacity: 1;
}

.profile-form .std-btn:hover:disabled,
.profile-management-header .std-btn:hover:disabled,
#newProfileModal .std-btn:hover:disabled,
.signup-form .std-btn:hover:disabled {
  cursor: not-allowed;
}

.signup-form .std-btn {
  border-radius: 0;
  height: 55px;
  color: #2A1E4B;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.profile-management-header .upload-profiles {
  float: right;
  padding: 0px;
  margin-right: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-management-header .upload-profiles a > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 1px;
  color: #00819D;
}

.profile-management-header .upload-profiles a > img {
  width: 40px;
  height: 40px;
}

.profile-management {
  min-height: calc(100vh - 208px);
}

.profile-management h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  /*display: flex;
    align-items: center;*/
  color: #2A1E4B;
  margin-top: 16px;
  margin-bottom: 32px;
  text-align: center;
}

.profile-management p.empty-profiles {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  /*display: flex;
    align-items: center;*/
  color: #2A1E4B;
  text-align: center;
}

.table.profile-management-list {
  margin-top: -10px;
}

.table.profile-management-list th {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 10px 10px 5px 10px;
}

.table.profile-management-list td {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 27px 10px;
}

.table.profile-management-list .button-trash,
.table.profile-management-list .button-send {
  border-radius: 4px;
  width: 32px;
  height: 24px;
  display: inline-block;
  padding-top: 0px;
  padding-left: 5px;
  outline: none;
  border: none;
}

.table.profile-management-list .button-trash {
  background: #7C191B;
}

.table.profile-management-list .button-send {
  background: #315117;
}

#newProfileModal .modal-header {
  position: relative;
  height: 72px;
}

#newProfileModal .modal-title {
  position: absolute;
  width: 100%;
  top: 32px;
}

#newProfileModal .modal-header,
#newProfileModal .modal-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */
  display: block;
  /*align-items: center;*/
  text-align: center;
  /* COLOR/PRIMARY/2A1E4B */
  color: #2A1E4B;
}

#newProfileModal .modal-dialog {
  top: 50px;
  max-width: 985px !important;
}

#newProfileModal .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form.profile-form {
  padding: 0px 15px;
}

form.profile-form .form-group {
  margin-bottom: 38px;
}

form.profile-form input[type="text"] {
  border-radius: 0;
  padding: 0px 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-color: #00819D;
}

form.profile-form input[type="text"]::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #6F6F6F;
}

form.profile-form input[type="text"]::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #6F6F6F;
}

form.profile-form input[type="text"]::-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #6F6F6F;
}

form.profile-form input[type="text"]::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #6F6F6F;
}

form.profile-form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #2A1E4B;
  margin-bottom: 4px;
  border-bottom: 1px solid #D9D9D9;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 2px;
}

form.profile-form select {
  border-radius: 0;
  padding: 0px 10px;
  border-color: #00819D;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #6F6F6F;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/images/icons/select-dropdown.svg") no-repeat right center;
  background-position: calc(100% - 20px) center;
  padding-right: 20px;
  /* Ajusta el espacio para la flecha */
}

form.profile-form select option {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.panel-title.graph-title.sentiment-chart-punctuation {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #2A1E4B;
  text-align: right;
  margin-top: -22px;
  margin-bottom: 50px;
}

.panel-title.graph-title.sentiment-chart-punctuation span.punctuation {
  font-weight: 500;
  font-size: 56px;
  line-height: 66px;
  color: #2A1E4B;
}

.panel-title.graph-title.sentiment-chart-punctuation span.slash {
  color: #8C8C8C;
  font-size: 42px;
}

.panel-title.graph-title.sentiment-chart-punctuation span.ten {
  color: #8C8C8C;
  font-size: 32px;
}

button:focus,
button:focus-visible {
  outline: unset;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  border-color: #B0A423;
  background: #B0A423;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.saas-manager-breadcrumbs a,
.saas-manager-breadcrumbs span,
.saas-manager-breadcrumbs span.separator {
  display: inline-block;
  padding-right: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.std-button-center-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.display-grid {
  display: grid;
}

form.profile-form.company-configuration {
  justify-self: center;
  width: 100%;
  max-width: 682px;
}

form.profile-form.company-configuration .form-group {
  margin-bottom: 31px;
}

form.profile-form.company-configuration label {
  margin-bottom: 12px;
  padding-bottom: 1px;
}

form.profile-form.company-configuration input[type="text"] {
  height: 32px;
}

form.profile-form.company-configuration .std-button-center-container.submit {
  margin-top: 80px;
}

.load_file_container {
  border: 3px solid #00819D;
  border-radius: 10px;
  background: #F9FAFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 85px;
}

.load_file_container img {
  width: 80px;
  -ms-flex-item-align: center;
      align-self: center;
}

.load_file_container .std-button-center-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.load_file_container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2A1E4B;
  text-align: center;
  margin-bottom: 0px;
}

.settings-link {
  margin-right: 26px;
  background-image: url("/images/icons/settings.svg");
  height: 32px;
  width: 32px;
  display: inline-block;
  background-repeat: no-repeat;
}

.settings-link.active-item,
.topbar-menu li:hover > a.settings-link,
.topbar-menu li.active-item > a.settings-link {
  border-bottom: none;
  background-image: url("/images/icons/settings-selected.svg");
}

.dropdown-menu.show {
  display: inline-grid;
  margin-left: -60px;
  margin-top: 11px;
  border-radius: 0;
  padding: 2px 0px 16px 0px;
}

.dropdown-menu.show div {
  margin-bottom: 9px;
}

.dropdown-item {
  font-size: 16px;
  line-height: 32px;
  color: #2A1E4B;
  font-weight: 400;
  padding: 0;
  display: inline;
  margin: 0px 10px 5px 10px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  color: #2A1E4B;
  text-decoration: none;
  background: none;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px #B0A423;
          box-shadow: 0px 4px #B0A423;
  border-radius: 0;
}

.profile-detail .feedback-content .blue-content {
  color: #00819D;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  border-left: 3px solid #00819D;
  margin-left: 10px;
}

.profile-detail .feedback-content .blue-content h3 {
  color: #2A1E4B;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.profile-detail .feedback-content .blue-content .pt-16 {
  padding-top: 16px;
}

.sign-up-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 62px;
  margin-bottom: 22px;
}

.sign-up-container {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px 0px #D9D9D9;
          box-shadow: 0px 0px 6px 0px #D9D9D9;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.sign-up-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*.sign-up-container label, .sign-up-container input {
    margin-bottom: 10px;
}*/

.signup-form h1 {
  color: #000000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 38px 0px 54px 0px;
}

.signup-form a {
  color: #00819D;
  text-decoration: underline;
}

.flight-risk-container {
  width: 100%;
}

.flight-risk-container h2 {
  color: #2A1E4B;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 24px;
  float: left;
}

.flight-risk-container #flight-risk-form {
  float: right;
  padding-top: 14px;
  margin-bottom: 34px;
}

.flight-risk-container .bottom-labels {
  padding-left: 109px;
}

.flight-risk-container .bottom-labels span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.flight-risk-container .bottom-legend span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  color: #6F6F6F;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.flight-risk-container .bottom-labels span.label-medium {
  text-align: center;
}

.flight-risk-container .bottom-labels span.label-high {
  text-align: right;
}

.flight-risk-container #flight-risk-form .search-btn {
  background: url("/images/graphs/search.svg") no-repeat center center;
  width: 36px;
  height: 36px;
  border: none;
}

.flight-risk-container #flight-risk-form .search-btn:hover {
  background: url("/images/graphs/search-hover.svg") no-repeat center center;
  cursor: pointer;
}

.flight-risk-container #flight-risk-form .reset-btn {
  background: url("/images/graphs/reset.svg") no-repeat center center;
  width: 36px;
  height: 36px;
  border: none;
}

.flight-risk-container #flight-risk-form .reset-btn:hover {
  background: url("/images/graphs/reset-hover.svg") no-repeat center center;
  cursor: pointer;
}

.flight-risk-container #flight-risk-form .buttons-container {
  float: right;
}

.flight-risk-container #flight-risk-form input[type="text"] {
  border: none;
  border-bottom: 1px solid #2A1E4B;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 6px;
  margin-right: 30px;
}

.flight-risk-container #flight-risk-form input[type="text"]::-webkit-input-placeholder {
  color: #6F6F6F;
}

.flight-risk-container #flight-risk-form input[type="text"]::-moz-placeholder {
  color: #6F6F6F;
}

.flight-risk-container #flight-risk-form input[type="text"]::-ms-input-placeholder {
  color: #6F6F6F;
}

.flight-risk-container #flight-risk-form input[type="text"]::placeholder {
  color: #6F6F6F;
}

#flight-risk-chart {
  margin-top: 20px;
}

.signup-form .has-error label {
  color: #dc3545;
}

.signup-form .error-messages {
  margin-top: 10px;
  color: #dc3545;
}

.saas-profile-menu {
  position: relative;
}

.saas-profile-menu > img {
  margin-top: -2px;
}

.saas-profile-menu > a {
  padding-top: 3px;
  margin-right: 38px;
  padding-bottom: 4px;
}

.saas-profile-submenu {
  position: absolute;
  left: 0px;
  bottom: 13px;
  right: 0px;
  display: none;
}

.saas-profile-submenu-hover {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 47px;
}

.saas-profile-submenu-hover:hover .saas-profile-submenu {
  display: inline;
}

.saas-profile-submenu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.saas-profile-submenu-content {
  position: absolute;
  top: 11px;
  width: 0px;
  left: -20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.saas-profile-submenu-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  background-color: white;
  padding-top: 23px;
  padding-bottom: 21px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #2A1E4B;
  border-radius: 20px;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(42, 30, 75, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(42, 30, 75, 0.25));
}

.saas-profile-submenu-body:before {
  content: '';
  display: block;
  position: absolute;
  left: calc(100% - 60px);
  bottom: 100%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #2A1E4B;
  -webkit-transform: scaleX(1.7);
          transform: scaleX(1.7);
}

.saas-profile-submenu-body:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(100% - 59px);
  bottom: 100%;
  width: 0;
  height: 10px;
  border: 5px solid transparent;
  border-bottom-color: white;
  -webkit-transform: scaleX(1.7);
          transform: scaleX(1.7);
}

.saas-profile-submenu-tap-arrow {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0px;
  background: white;
  height: 100%;
}

.saas-profile-submenu-body > a {
  color: #2A1E4B;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  white-space: nowrap;
  text-underline-offset: 5px;
  -webkit-text-decoration-color: #B0A423;
          text-decoration-color: #B0A423;
  text-decoration-thickness: 4px;
  font-family: 'Roboto';
  z-index: 10;
}

.saas-profile-submenu-body > a.active-submenu-item {
  text-decoration: underline;
  -webkit-text-decoration-color: #B0A423;
          text-decoration-color: #B0A423;
  text-decoration-thickness: 4px;
}

.change-language-container {
  position: absolute;
  top: 80px;
  right: 3.5rem;
}

.change-language-container .inline {
  display: inline;
}

.change-language-container img {
  max-width: 100%;
  height: auto;
}

.change-language-container #lang-selector {
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  border-width: 0px;
  outline: none;
}

.change-language-container #lang-selector:focus-visible {
  border-width: 0px;
  outline: none;
}

.mockup-btn {
  display: block;
  border-radius: 10px;
  color: #2A1E4B;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border: 2px solid #B0A423;
  margin: 14px auto 16px auto;
  padding: 6px 16px;
  background: #B0A423;
  width: 200px;
}

.mockup-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.panel-slider-age {
  margin-top: 46px !important;
}

#welcome-init-modal .modal-body p {
  margin: 0px;
  text-align: center;
  color: #2A1E4B;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

#welcome-init-modal .modal-dialog {
  max-width: 738px !important;
}

.welcome-init-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding-top: 30px;
  padding-left: 55px;
  padding-right: 44px;
  padding-bottom: 76px;
}

.reasoning-init-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding: 32px 38px;
}

.reasoning-init-first > div > b {
  color: #2A1E4B;
}

.reasoning-init-first > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz-completed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .quiz-completed-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

.quiz-completed-header > img {
  width: 100%;
  max-width: 216.39px;
}

.quiz-completed-header > p {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
}

.quiz-completed-result {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #2A1E4B;
}

.quiz-completed-result > a {
  font-weight: 500;
  text-decoration: underline;
  color: #00819D;
}

.webui-popover-content select {
  border-color: #e4eaec;
}

.profile-social-desirability {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #D0021B;
}

.saas_competence_chart {
  width: 100%;
  margin-bottom: 64px;
}

.saas_competence_chart > canvas {
  /* height: 640px; */
}

@media (min-width: 542px) {
  .saas_competence_chart {
    height: 640px;
  }
}

.saas_competence_legends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  margin-bottom: 72px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
}

.saas_competence_legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.saas_competence_legend > span {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: black;
}

.saas_competence_legend_point {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #939393;
}

.talent-analytics-doughnut-legends {
  padding-left: 10px;
}

.talent-analytics-doughnut-legend {
  font-family: 'Roboto';
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  line-height: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.talent-analytics-doughnut-legend-color {
  position: relative;
  width: 40px;
  height: 12px;
  display: inline-block;
}

.talent-analytics-doughnut-legend-hidden {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.talent-analytics-doughnut-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 640px) {
  .talent-analytics-doughnut-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.talent-analytics-doughnut-canvas-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 300px;
}

#site-navbar-toggle img {
  margin-top: -6px;
  padding-left: 0px;
}

.my-profile-mobile {
  display: none;
}

@media (max-width: 768px) {
  .my-profile-mobile {
    display: block;
  }

  .saas-profile-menu {
    display: none;
  }
}

.my-profile-participant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.my-profile-participant img {
  position: relative;
}

@media (max-width: 768px) {
  .my-profile-participant img {
    display: none !important;
  }

  .my-account-client img {
    display: none !important;
  }
}

