:root {
  --transition-duration: 0.6s;
  --transition-duration-fast: 0.2s;
  --space: 1.5rem;
  --space-y-large: 4rem;
  --font-size-h1: 1.75rem;
  --font-size-h2: 1.5rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1.2rem;
  --font-size-h5: 1.1rem;
  --font-size-h6: 1rem;
}

.service-logo-svg {
  display: inline-block;
}
.service-logo-svg svg {
  width: auto;
  height: 30px;
  aspect-ratio: 100/28;
}
.service-logo-svg.is-dark {
  color: var(--bs-dark);
}
.service-logo-svg.is-light {
  color: #fff;
}

.sidebar-header .service-logo-svg svg {
  height: 1em;
}

.is-me {
  --base-color: rgb(254.0973451327, 153.9026548673, 209.8672566372);
}

.is-overall_average {
  --base-color: rgb(125.2008196721, 231.7991803279, 180.381147541);
}

.is-store_average {
  --base-color: rgb(168.4672131148, 239.5327868852, 205.2540983607);
}

.is-other {
  --base-color: rgb(204.203187251, 229.6015936255, 254.796812749);
}

.site-header .site-header__buttons {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 1em;
}
.site-header .menu {
  display: flex;
  align-items: center;
  gap: 1ex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  --btn-bg: var(--bs-gray-100);
}
.site-header .btn--topics {
  border-radius: var(--bs-border-radius-pill);
  --bs-btn-bg: var(--btn-bg);
  --bs-btn-hover-bg: var(--btn-bg);
  position: relative;
}
.site-header .btn--topics::after {
  display: none;
}
.site-header .btn--topics .badge {
  position: absolute;
  top: -5px;
  right: -5px;
}
.site-header .item--topics .dropdown-menu {
  width: 340px;
  font-size: 85%;
}
.site-header .item--topics li:not(:last-child) > * {
  border-bottom: 1px solid var(--bs-border-color);
}
.site-header .item--profile {
  display: flex;
  padding: 0;
}
.site-header .item--profile .icon {
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  border-radius: var(--bs-border-radius-pill);
  background-color: var(--btn-bg);
}
.site-header .item--profile .text {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .site-header .item--profile {
    display: none;
  }
}
/* == hq/home == */
.alert--tickets {
  padding: 1ex 0;
  color: var(--bs-alert-color);
}

.section--dashboard-stats .box-title {
  color: var(--bs-gray-500);
}
.section--dashboard-stats .box-body {
  display: flex;
  flex-wrap: wrap;
}
.section--dashboard-stats .stats-item {
  font-weight: 600;
}
.section--dashboard-stats .stats-item--total {
  width: 100%;
}
.section--dashboard-stats .stats-item--total .number {
  font-size: 1.5em;
}
.section--dashboard-stats .stats-item--opened {
  color: var(--bs-success);
  margin-right: 1em;
}
.section--dashboard-stats .stats-item--unopened {
  color: var(--bs-danger);
}

/* == hq/result == */
.table--examresult .table-active {
  --bs-table-bg-state: var(--bs-gray-200);
}

.color-swatch {
  width: 4em;
  height: 1em;
  display: block;
  background-color: var(--base-color);
}

.applicant-info dl {
  display: flex;
  justify-content: center;
}
.applicant-info dt {
  margin-left: 1ex;
  color: var(--bs-gray-500);
  font-weight: 400;
}
.applicant-info dd {
  margin-left: 1em;
}
.applicant-info p {
  text-align: left;
}

.result-category-header {
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
  font-size: 24px;
  font-weight: bold;
  padding: 16px 0px;
  text-align: center;
}

.result-items {
  --result-width: 600px;
}

.result-item {
  margin-bottom: 5rem;
}

.result-chart {
  height: calc(var(--result-width) * 0.5 + 20px);
}
.result-chart canvas {
  margin: 10px auto;
  max-width: var(--result-width);
  width: 100%;
  height: 100%;
}

.result-item--job_match .result-chart {
  height: var(--result-width);
  /* aspect ratio 1:1 */
}

.result-comparison-control {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
.result-comparison-control .form-select {
  width: auto;
}

.result-chart-legend ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 1em;
}
.result-chart-legend ul li {
  display: flex;
  align-items: center;
  gap: 1ex;
}
.result-chart-legend .label {
  font-weight: 600;
}

.result-factor-definitions {
  max-width: var(--result-width);
  margin: 1em auto 3em;
  font-size: 12px;
}
.result-factor-definitions .table {
  --bs-table-color: #666;
}
.result-factor-definitions thead th {
  font-weight: 600;
  background-color: var(--bs-primary-bg-subtle);
}
.result-factor-definitions tbody th {
  font-weight: 400;
}
.result-factor-definitions .col-name {
  width: 20em;
}

.result-category-observation {
  font-size: 15px;
  font-weight: 400;
  max-width: var(--result-width);
  margin: 1em auto;
}
.result-category-observation .block-title {
  border-left: var(--bs-primary) 1ex solid;
  padding-left: 1ex;
  margin-bottom: 1em;
}

/*# sourceMappingURL=styles.css.8c63a33e287a.map */
