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

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% - 150px);
  }
}

.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;
}

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

.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;
  height: 40px;
}

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

.reverse-btn {
  background: #FFF;
  display: block;
  border-radius: 10px;
  color: #2A1E4B;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 8px 16px;
  /*height:40px;^*/
  border: 2px solid #B0A423;
}

.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;
  /*height:40px;^*/
  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;
}

.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: 15px;
  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;
}

.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;
}

.profiles-page {
  min-height: 100%;
  position: relative;
  padding-bottom: 72px;
}

.dashboard-page {
  min-height: 100%;
  position: relative;
  padding-bottom: 72px;
}

.policy-link {
  color: #00819D;
  font-size: 14px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.policy-link.policy-float {
  position: absolute;
  bottom: 24px;
  right: 32px;
}

.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;
}

.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 {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2A1E4B;
}

.profile-detail > .panel > .panel-body {
  padding-bottom: 72px;
}

.profile-detail-loading {
  position: absolute;
  inset: 0;
  background: #f1f4f5;
  z-index: 10;
}

.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-no-collapse {
  margin: 0px;
  border-bottom: none;
  cursor: auto !important;
}

.comment-link:not(.comment-link-no-collapse):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:not(.panel-intro) .panel-group .panel-title {
  padding: 0;
}

#recommendations-panel:not(.panel-intro) .panel-title {
  margin-bottom: 20px;
}

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

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

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

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

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

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

#recommendations-panel.panel-intro .panel-group .panel-title:before {
  content: '';
}

#recommendations-panel.panel-intro .panel-group .panel-title:after {
  content: '';
}

#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: 767px) {
  .site-menu-title:first-child {
    margin-left: 0;
  }

  #site-navbar-collapse {
    background: none;
  }

  .collapse.navbar-collapse.navbar-collapse-toolbar {
    background: white;
    float: right;
  }

  .topbar-menu {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    padding-top: 6px;
  }

  .topbar-menu li {
    float: none;
    line-height: 35px;
  }

  .logout-link {
    margin-top: 20px;
    margin-left: 33px;
  }

  .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: 768px) {
  .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;
  }
}

.btn-career-coach-setting:hover,
.btn-career-coach-setting:focus,
.btn-career-coach-setting:focus-visible,
.btn-career-coach-setting:active,
.btn-career-coach-setting {
  border: 0;
  outline: 0;
  background-color: transparent;
}

.evaluation-date-container > label {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #2A1E4B;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.evaluation-date-select-container {
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.evaluation-date-select {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 141px !important;
  border: 1px solid #00819D;
  background-color: transparent !important;
  background: none !important;
  z-index: 20;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .evaluation-date-select {
    padding-right: 40px !important;
  }
}

.evaluation-date-select-arrow {
  position: absolute;
  right: 12px;
  top: 3px;
  height: 32px;
  width: 16px;
  background-color: #ffffff;
}

.feedback-calloud {
  padding: 16px;
  background: rgba(133, 115, 94, 0.2);
  border: 3px solid #85735E;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #2A1E4B;
  margin-bottom: 32px;
}

.feedback-social-desirability {
  padding: 16px;
  background: rgba(208, 2, 27, 0.2);
  border: 3px solid #D0021B;
  border-radius: 4px;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #2A1E4B;
  margin-bottom: 32px;
}

.feedback-social-desirability p {
  margin: 0px;
}

.feedback-social-desirability .feedback-social-desirability-title {
  font-weight: 500;
}

.feedback-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow-x: auto !important;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #CBCBCB #f1f1f1;
}

.feedback-tab {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #404040;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  border-right: 1px solid #85A0A3;
}

.feedback-tab-active {
  background-color: #FFFFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #2A1E4B;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px #D7D7D7;
  box-shadow: 0px 0px 6px #D7D7D7;
  border: 0px;
}

.feedback-tab-active > span {
  border-bottom: 4px solid #B0A423;
}

.feedback-content {
  position: relative;
}

.feedback-content > div {
  -webkit-box-shadow: 0px 0px 6px #D7D7D7;
  box-shadow: 0px 0px 6px #D7D7D7;
}

.hidden-top-shadow {
  position: absolute;
  top: -5px;
  left: 15px;
  right: 15px;
  z-index: 1;
  height: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-top-right-radius: 4px;
}

.sticky-sidebar {
  z-index: 10;
}

.feedback-tab-content .panel-title {
  color: #2A1E4B !important;
}

.feedback-tabs-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.feedback-tabs-arrow {
  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;
  margin-bottom: 5px;
}

.feedback-tabs-arrow > img {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.feedback-tabs-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-change-view:hover,
.btn-change-view:focus,
.btn-change-view:active,
.btn-change-view {
  border: 0;
  outline: 0;
  background-color: transparent;
}

.btn-career-coach-setting {
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-right: 32px;
  cursor: pointer;
}

.btn-career-coach-setting.btn-career-coach-setting-active path,
.btn-career-coach-setting:hover path {
  stroke: #B0A423;
  stroke-width: 3;
}

.btn-career-coach-setting > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.dropdown-career-coach .dropdown-menu {
  top: 45px;
  border: 0px;
  background: #FFFFFF;
  padding: 4px 8px;
  -webkit-box-shadow: 0px 0px 6px #D7D7D7;
          box-shadow: 0px 0px 6px #D7D7D7;
}

.dropdown-career-coach .dropdown-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropdown-career-coach .dropdown-menu > ul > li > a {
  height: 32px;
  margin: 0;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid transparent;
}

.btn-change-view {
  color: #00819D;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.my-profile-link {
  position: relative;
  padding-left: 38px;
}

.my-profile-link > img {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#welcome-modal {
  z-index: 1700;
  background-color: rgba(0, 0, 0, 0.2);
}

#welcome-modal .close,
#welcome-modal .close:focus,
#welcome-modal .close:focus-visible,
#welcome-modal .close:active,
#welcome-modal .close:hover {
  border: 0;
  outline: 0;
  color: #2A1E4B;
}

#welcome-modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 32px;
  color: #2A1E4B;
  font-weight: 400;
  opacity: 1;
}

#welcome-modal .modal-body,
#profile-required .modal-body {
  padding-top: 130px;
  padding-bottom: 130px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #2A1E4B;
  text-align: center;
}

#welcome-modal .modal-body a,
#profile-required .modal-body a {
  color: #00819D;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.modal-welcome-modal,
.modal-profile-required {
  max-width: 738px !important;
  top: 100px;
}

.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;
}

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

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

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

.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;
}

