:root {
  --cat-blue: #002f6c;
  --cat-blue-dark: #001d43;
  --cat-sky: #00a3e0;
  --cat-white: #ffffff;
  --cat-ink: #102033;
  --cat-muted: #5f6f82;
  --cat-border: rgba(0, 47, 108, .16);
  --cat-shadow: 0 18px 48px rgba(0, 29, 67, .18);
  --cat-green: #1f9d55;
  --cat-orange: #f59e0b;
  --cat-red: #dc2626;
}

.cat-wellness-app {
  min-height: 100vh;
  min-height: 100dvh;
  background:
    linear-gradient(120deg, rgba(0, 29, 67, .94), rgba(0, 47, 108, .74)),
    url("../img/wellness/cat-wellness-bg.jpg") center / cover fixed no-repeat;
  color: var(--cat-ink);
}

.cat-wellness-app header {
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(255, 255, 255, .45);
  box-shadow: 0 6px 24px rgba(0, 29, 67, .16);
}

.cat-wellness-app #logo_home h1 a {
  width: 160px;
  height: 48px;
  background-image: url("../img/wellness/logo-cat.png");
  background-size: 48px 48px;
  background-position: left center;
}

.cat-wellness-app #form_container {
  width: min(1120px, calc(100% - 72px));
  margin: 92px auto 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  box-shadow: var(--cat-shadow);
}

.cat-wellness-login #form_container > .row {
  min-height: 560px;
}

.cat-wellness-app #left_form {
  min-height: 100%;
  background:
    linear-gradient(160deg, rgba(0, 29, 67, .92), rgba(0, 47, 108, .72)),
    url("../img/wellness/cat-wellness-texture.jpg") center / cover no-repeat;
  color: var(--cat-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.cat-wellness-app #left_form::before {
  content: "";
  width: 110px;
  height: 110px;
  background: url("../img/wellness/logo-cat.png") center / contain no-repeat;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .28));
}

.cat-wellness-app #left_form .main_question,
.cat-wellness-app #left_form p {
  color: var(--cat-white) !important;
}

.cat-wellness-app #left_form .main_question {
  max-width: 360px;
  margin: 0;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.cat-wellness-app #left_form .left-form-heading {
  width: min(100%, 390px);
  text-align: center;
  transition: opacity .18s ease, transform .18s ease;
  will-change: opacity, transform;
}

.cat-wellness-app #left_form .left-form-heading.is-switching {
  opacity: .18;
  transform: translateY(6px);
}

.cat-wellness-app #left_form .wizard-section-title {
  position: relative;
  margin: 0 0 16px;
  color: var(--cat-white);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.cat-wellness-app #left_form .wizard-section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--cat-white);
  opacity: .72;
}

.cat-wellness-app #left_form .wellness-flow-title {
  font-size: 21px;
  opacity: .9;
}

.cat-wellness-app #wizard_container {
  min-height: 100%;
  background: rgba(255, 255, 255, .98);
}

.cat-wellness-form #form_container {
  width: min(885px, calc(100% - 72px));
  margin-top: 64px;
}

.cat-wellness-form #left_form {
  justify-content: flex-start;
  padding: clamp(118px, 18vh, 150px) 24px 36px;
}

.cat-wellness-form #form_container > .row {
  min-height: min(620px, calc(100vh - 128px));
  min-height: min(620px, calc(100dvh - 128px));
}

.cat-wellness-form #wizard_container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.cat-wellness-form #top-wizard {
  display: none;
}

.cat-wellness-form form#form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
  height: auto;
}

.cat-wellness-form form#form > .row:first-of-type {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: visible;
  overflow-x: hidden;
}

.cat-wellness-form form#form > .row:last-of-type {
  flex: 0 0 auto;
  margin-right: 0;
  margin-left: 0;
}

.cat-wellness-form #middle-wizard {
  padding: 18px 44px 12px !important;
}

.cat-wellness-form .wellness-step-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  width: calc(100% - 88px);
  margin: 20px auto 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 47, 108, .22);
}

.cat-wellness-form .step {
  scroll-margin-top: 86px;
}

.cat-wellness-form input,
.cat-wellness-form select,
.cat-wellness-form textarea,
.cat-wellness-form .dolor-zonas {
  scroll-margin-top: 96px;
  scroll-margin-bottom: 116px;
}

.cat-wellness-form .wellness-field-meta {
  display: flex;
  justify-content: flex-start;
  margin: -10px 0 12px;
}

.cat-wellness-form .field-required,
.cat-wellness-form .field-optional {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cat-wellness-form .field-required {
  color: #7f1d1d;
  background: #fee2e2;
}

.cat-wellness-form .field-optional {
  color: var(--cat-blue-dark);
  background: #eaf2fb;
}

.cat-wellness-form .wellness-field-error {
  margin-top: 10px;
  color: var(--cat-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
}

.cat-wellness-form .scale-output .wellness-field-error,
.cat-wellness-form .form-group .wellness-field-error {
  text-align: center;
}

.cat-wellness-form [aria-invalid="true"] {
  border-color: var(--cat-red) !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .14) !important;
}

.cat-wellness-form input[type="range"][aria-invalid="true"] {
  box-shadow: none !important;
  --range-color: var(--cat-red);
}

.cat-wellness-form .has-field-error {
  border-color: rgba(220, 38, 38, .28);
}

.cat-wellness-form .cm-day-field small,
.cat-wellness-form .cm-step-help,
.cat-wellness-form .cm-dependent-intro {
  display: block;
  color: #52657a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.cat-wellness-form .cm-day-field small {
  margin: 4px 0 8px;
}

.cat-wellness-form .cm-step-help {
  margin: 8px 0 0;
  color: var(--cat-blue-dark);
}

.cat-wellness-form .cm-dependent-fields {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 47, 108, .16);
}

.cat-wellness-form .cm-dependent-fields[hidden] {
  display: none !important;
}

.cat-wellness-form .cm-dependent-intro {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--cat-blue-dark);
  background: #eef5fc;
}

.cat-wellness-form .cm-symptoms-group {
  margin-bottom: 18px;
}

.cat-wellness-form .cm-symptoms-group > label:first-child {
  display: block;
  margin-bottom: 8px;
}

.cat-wellness-form .cm-symptoms-group .wellness-field-meta {
  margin: 0 0 10px;
}

.cat-wellness-form .dehydration-base {
  display: block;
  margin-top: 8px;
  color: var(--cat-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.cat-wellness-form .wellness-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef4fb;
  color: var(--cat-blue);
  font-size: 17px;
}

.cat-wellness-form .wellness-step-count {
  flex: 0 0 auto;
  color: var(--cat-blue);
  font-size: 17px;
  font-weight: 900;
}

.cat-wellness-form .wellness-progress-track {
  position: relative;
  display: block;
  flex: 1 1 auto;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6ebf1;
}

.cat-wellness-form .wellness-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cat-blue), #0053c7);
  transition: width .2s ease;
}

.cat-wellness-form #middle-wizard > .step > h5.main_question,
.cat-wellness-form #middle-wizard > .submit.step > h5.main_question {
  margin: 0 0 20px;
  color: var(--cat-blue-dark);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.14;
}

.cat-wellness-form .scale-hint {
  max-width: none;
  margin: 0 0 16px;
  color: var(--cat-muted);
  font-size: 16px;
}

.cat-wellness-form .scale-output {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 18px;
  text-align: center;
}

.cat-wellness-form .out-badge {
  min-width: 60px;
  height: 60px;
  border-radius: 9px;
  color: var(--cat-white);
  font-size: 32px;
  font-weight: 900;
  line-height: 60px;
  box-shadow: 0 12px 26px rgba(16, 32, 51, .18);
}

.cat-wellness-form .scale-output .desc {
  min-height: 24px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.cat-wellness-form input[type="range"][data-scale] {
  width: 100%;
  height: 22px;
  margin: 4px 0 8px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  --range-color: var(--cat-blue);
  --range-progress: 0%;
  --range-thumb-size: 30px;
}

.cat-wellness-form input[type="range"][data-scale]:focus {
  outline: none;
}

.cat-wellness-form input[type="range"][data-scale]::-webkit-slider-runnable-track {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--range-color) 0%,
    var(--range-color) var(--range-progress),
    #e4e9ef var(--range-progress),
    #e4e9ef 100%
  );
  box-shadow: inset 0 1px 2px rgba(16, 32, 51, .12);
}

.cat-wellness-form input[type="range"][data-scale]::-webkit-slider-thumb {
  width: var(--range-thumb-size);
  height: var(--range-thumb-size);
  margin-top: -9px;
  border: 4px solid var(--cat-white);
  border-radius: 50%;
  background: var(--range-color);
  box-shadow: 0 5px 14px rgba(16, 32, 51, .22);
  cursor: pointer;
  -webkit-appearance: none;
}

.cat-wellness-form input[type="range"][data-scale]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(0, 47, 108, .16), 0 5px 14px rgba(16, 32, 51, .22);
}

.cat-wellness-form input[type="range"][data-scale]::-moz-range-track {
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: #e4e9ef;
  box-shadow: inset 0 1px 2px rgba(16, 32, 51, .12);
}

.cat-wellness-form input[type="range"][data-scale]::-moz-range-progress {
  height: 12px;
  border-radius: 999px;
  background: var(--range-color);
}

.cat-wellness-form input[type="range"][data-scale]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 4px solid var(--cat-white);
  border-radius: 50%;
  background: var(--range-color);
  box-shadow: 0 5px 14px rgba(16, 32, 51, .22);
  cursor: pointer;
}

.cat-wellness-rpe .rpe-scale-art {
  max-width: 560px;
  margin: 0 auto 14px;
  text-align: center;
}

.cat-wellness-rpe .rpe-scale-art img {
  display: block;
  width: 100%;
  max-height: 126px;
  object-fit: contain;
}

.cat-wellness-rpe .psychology-scale-art img {
  max-height: 112px;
}

.cat-wellness-rpe #middle-wizard h4.main_question {
  margin: 18px 0 6px;
  color: var(--cat-blue-dark);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.cat-wellness-rpe #middle-wizard hr {
  margin: 18px 0;
  border-top: 1px solid rgba(0, 47, 108, .14);
}

.cat-wellness-rpe .checkout-field {
  max-width: 560px;
  margin: 12px auto 0;
}

.cat-wellness-rpe .checkout-field .form-control {
  text-align: center;
}

.cat-wellness-rpe .dehydration-result {
  margin-bottom: 0;
}

.cat-wellness-rpe .dehydration-output {
  min-width: 168px;
  width: auto;
  padding: 0 14px;
  font-size: 18px;
}

.cat-wellness-form .sleep-hours-field {
  max-width: none;
  margin-top: 22px;
}

.cat-wellness-form .sleep-hours-field label {
  margin-bottom: 8px;
  font-size: 16px;
}

.cat-wellness-form .sleep-hours-field .sleep-duration-select,
.cat-wellness-form #middle-wizard .step input.form-control,
.cat-wellness-form #middle-wizard .step select.form-control,
.cat-wellness-form #middle-wizard .step textarea.form-control,
.cat-wellness-form .submit.step input.form-control,
.cat-wellness-form .submit.step textarea.form-control {
  min-height: 50px;
  border: 1px solid rgba(16, 32, 51, .24);
  border-radius: 7px;
  padding: 12px 16px;
  color: var(--cat-ink);
  font-size: 16px;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 29, 67, .04);
}

.cat-wellness-form .sleep-hours-field .sleep-duration-select:focus,
.cat-wellness-form #middle-wizard .step input.form-control:focus,
.cat-wellness-form #middle-wizard .step select.form-control:focus,
.cat-wellness-form #middle-wizard .step textarea.form-control:focus,
.cat-wellness-form .submit.step input.form-control:focus,
.cat-wellness-form .submit.step textarea.form-control:focus {
  border-color: var(--cat-blue);
  box-shadow: 0 0 0 3px rgba(0, 47, 108, .14);
  outline: none;
}

.cat-wellness-form #middle-wizard .step label:not(.muscle) {
  color: var(--cat-blue-dark);
  font-weight: 800;
  line-height: 1.3;
}

.cat-wellness-form #middle-wizard .step input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
}

.cat-wellness-form .dolor-zonas {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 47, 108, .14);
}

.cat-wellness-form .dolor-zonas h4.main_question {
  margin: 0 0 8px;
  color: var(--cat-blue-dark);
  font-size: 18px;
  font-weight: 900;
}

.cat-wellness-form .dolor-zonas h5 {
  margin: 0 0 14px;
  color: var(--cat-muted);
  font-size: 16px;
  font-weight: 700;
}

.cat-wellness-form .dolor-zonas .form-group {
  margin-top: 14px;
}

.cat-wellness-form #bottom-wizard {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: calc(100% - 88px);
  margin: 0 auto 14px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(0, 47, 108, .14);
  text-align: right;
}

.cat-wellness-form #bottom-wizard button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 48px;
  border-radius: 7px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(0, 47, 108, .16);
}

.cat-wellness-form #bottom-wizard button.backward {
  border: 1px solid rgba(0, 47, 108, .22);
  padding-left: 42px;
  background: #f4f6f9 !important;
  color: var(--cat-blue-dark) !important;
  box-shadow: none;
}

.cat-wellness-form #bottom-wizard button.forward {
  padding-right: 42px;
  background: var(--cat-blue-dark) !important;
}

.cat-wellness-form #bottom-wizard button.submit {
  padding-right: 42px;
  background: #0053c7 !important;
}

.cat-wellness-form #bottom-wizard button.backward::before,
.cat-wellness-form #bottom-wizard button.forward::before,
.cat-wellness-form #bottom-wizard button.submit::before {
  top: 50%;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}

.cat-wellness-form #bottom-wizard button.backward::before {
  left: 16px;
}

.cat-wellness-form #bottom-wizard button.forward::before,
.cat-wellness-form #bottom-wizard button.submit::before {
  right: 16px;
}

.cat-wellness-form #bottom-wizard button:disabled,
.cat-wellness-form #bottom-wizard button.disabled {
  opacity: .52;
  cursor: not-allowed;
  box-shadow: none;
}

.cat-wellness-form #bottom-wizard button.is-processing {
  opacity: .78;
  pointer-events: none;
  cursor: progress;
}

.cat-wellness-form .wellness-submit-status {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: 22px;
  color: var(--cat-blue-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.cat-wellness-form .wellness-submit-status[hidden] {
  display: none;
}

.cat-wellness-form .wellness-submit-status::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 47, 108, .2);
  border-top-color: var(--cat-blue);
  border-radius: 50%;
  animation: wellness-submit-spin .8s linear infinite;
}

@keyframes wellness-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

.cat-wellness-login #wizard_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.cat-wellness-login #top-wizard {
  display: none;
}

.cat-wellness-login #login {
  width: min(100%, 420px);
}

.cat-wellness-app h3.main_question,
.cat-wellness-app h4.main_question,
.cat-wellness-app h5.main_question {
  color: var(--cat-blue-dark);
}

.cat-wellness-login h3.main_question {
  margin-bottom: 34px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.cat-wellness-app button.submit,
.cat-wellness-app button.forward {
  background: var(--cat-blue);
}

.cat-wellness-app button.submit:hover,
.cat-wellness-app button.forward:hover {
  background: var(--cat-blue-dark);
}

.cat-wellness-app button.submit:active,
.cat-wellness-app button.forward:active {
  transform: translateY(1px);
  background: var(--cat-blue-dark);
}

.cat-wellness-app button.backward {
  background: #6b7280;
}

.cat-wellness-login #middle-wizard {
  width: 100%;
  padding: 0;
}

.cat-wellness-login .submit.step {
  width: 100%;
}

.cat-wellness-login .login-field {
  margin-bottom: 24px;
}

.cat-wellness-login .password-field {
  position: relative;
  margin-bottom: 12px;
}

.cat-wellness-login .login-field .form-control {
  min-height: 48px;
  border: 1px solid rgba(16, 32, 51, .34);
  border-radius: 7px;
  padding: 10px 16px;
  color: var(--cat-ink);
  font-size: 18px;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 29, 67, .05);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.cat-wellness-login .password-field .form-control {
  padding-right: 54px;
}

.cat-wellness-login .login-field .form-control::placeholder {
  color: #687586;
  opacity: 1;
}

.cat-wellness-login .login-field .form-control:focus {
  border-color: var(--cat-blue);
  box-shadow: 0 0 0 3px rgba(0, 47, 108, .14);
  outline: none;
}

.cat-wellness-login .login-field .form-control:not(:placeholder-shown) {
  border-color: rgba(0, 47, 108, .58);
  background: #fbfdff;
}

.cat-wellness-login .has-login-error .login-field .form-control {
  border-color: var(--cat-red);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .12);
}

.cat-wellness-login .alert {
  margin-bottom: 24px;
  border-radius: 7px;
}

.cat-wellness-login .password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--cat-ink);
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.cat-wellness-login .password-toggle:hover,
.cat-wellness-login .password-toggle:focus {
  color: var(--cat-blue);
  background: rgba(0, 47, 108, .08);
  outline: none;
}

.cat-wellness-login .password-toggle:active {
  transform: translateY(-50%) scale(.96);
}

.cat-wellness-login .password-toggle i {
  position: static;
  display: inline-block;
  width: auto;
  margin: 0;
  color: inherit;
  font-size: 20px;
  line-height: 1;
}

.cat-wellness-login .password-toggle {
  transform: translateY(-50%);
}

.cat-wellness-login #bottom-wizard.login-actions {
  position: static;
  width: auto;
  margin-top: 36px;
  text-align: center;
}

.cat-wellness-login .login-submit {
  width: 100%;
  min-height: 52px;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0, 47, 108, .22);
}

.cat-wellness-password #form_container > .row {
  min-height: 680px;
}

.cat-wellness-password #wizard_container {
  padding: 34px 46px;
}

.cat-wellness-password .credential-form {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 560px;
}

.cat-wellness-password h3.main_question {
  margin-bottom: 24px;
  font-size: 28px;
}

.cat-wellness-password .credential-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "username username-confirm"
    "password password-confirm";
  min-width: 0;
  gap: 16px 18px;
}

.cat-wellness-password .credential-username {
  grid-area: username;
}

.cat-wellness-password .credential-username-confirm {
  grid-area: username-confirm;
}

.cat-wellness-password .credential-password {
  grid-area: password;
}

.cat-wellness-password .credential-password-confirm {
  grid-area: password-confirm;
}

.cat-wellness-password .login-field {
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
}

.cat-wellness-password .login-field label {
  display: block;
  min-height: 38px;
  margin-bottom: 7px;
  color: var(--cat-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.cat-wellness-password .password-input-control {
  position: relative;
  width: 100%;
}

.cat-wellness-password .password-field .password-toggle {
  top: 50%;
  right: 8px;
  bottom: auto;
  transform: translateY(-50%);
}

.cat-wellness-password .password-field .password-toggle:active {
  transform: translateY(-50%) scale(.96);
}

.cat-wellness-password .password-requirements {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding: 13px 15px;
  border-left: 3px solid var(--cat-sky);
  border-radius: 0 6px 6px 0;
  color: var(--cat-muted);
  background: #f3f7fb;
}

.cat-wellness-password .password-requirements i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--cat-blue);
  font-size: 18px;
}

.cat-wellness-password .password-requirements p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.cat-wellness-password #bottom-wizard.credential-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.cat-wellness-password .credential-actions button {
  min-height: 50px;
  margin: 0;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
}

.cat-wellness-password .credential-actions .backward {
  flex: 0 0 120px;
}

.cat-wellness-password .credential-actions .login-submit {
  flex: 1 1 auto;
}

.cat-wellness-menu #form_container > .row {
  min-height: 520px;
}

.cat-wellness-menu #wizard_container {
  min-height: 100%;
  padding: 36px;
}

.cat-wellness-menu #top-wizard {
  display: none;
}

.cat-wellness-menu #middle-wizard {
  padding: 0 0 28px;
}

.cat-wellness-menu .submit.step {
  width: 100%;
}

.cat-wellness-menu h3.main_question {
  position: relative;
  margin-bottom: 20px;
  padding-left: 18px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cat-wellness-menu h3.main_question::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 38px;
  border-radius: 5px;
  background: var(--cat-blue);
}

.cat-wellness-menu h3.main_question::after {
  content: "";
  display: block;
  width: 62px;
  height: 3px;
  margin-top: 14px;
  background: var(--cat-blue);
}

.cat-wellness-menu h4.main_question {
  margin-bottom: 24px;
  color: var(--cat-ink);
  font-size: 17px;
  font-weight: 700;
}

.cat-wellness-menu .questionnaire-actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
  max-width: 640px;
  margin: 0 auto;
}

.cat-wellness-menu .questionnaire-action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 220px;
  width: 220px;
  max-width: calc(50% - 12px);
  min-height: 280px;
  padding: 16px;
  border: 1px solid rgba(0, 47, 108, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 29, 67, .10);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cat-wellness-menu .questionnaire-action-card:hover,
.cat-wellness-menu .questionnaire-action-card:focus {
  border-color: rgba(0, 47, 108, .42);
  box-shadow: 0 18px 34px rgba(0, 29, 67, .18);
  outline: none;
  transform: translateY(-2px);
}

.cat-wellness-menu .questionnaire-action-card:active {
  transform: translateY(0);
}

.cat-wellness-menu .shirt-circle {
  display: block;
  width: 168px;
  height: 168px;
  border: 3px solid var(--cat-blue);
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .96);
}

.cat-wellness-menu .shirt-training {
  background-image: url("../../template/default/image/camiseta_entrenamiento.png");
}

.cat-wellness-menu .shirt-competition {
  background-image: url("../../template/default/image/camiseta_partido.png");
}

.cat-wellness-menu .questionnaire-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  margin-top: 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, #0053c7, var(--cat-blue));
  color: var(--cat-white);
  box-shadow: 0 10px 22px rgba(0, 47, 108, .24);
  overflow: hidden;
}

.cat-wellness-menu .questionnaire-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 28px;
  font-size: 24px;
}

.cat-wellness-menu .questionnaire-cta-icon .pe-7s-gym {
  font-size: 28px;
  line-height: 1;
}

.cat-wellness-menu .questionnaire-cta-text {
  color: var(--cat-white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.cat-wellness-menu .questionnaire-divider {
  margin: 28px 0 0;
  border-top: 1px solid rgba(16, 32, 51, .20);
}

.cat-wellness-menu #bottom-wizard.questionnaire-final-actions {
  position: static;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  width: 100%;
  margin-top: 0;
  padding-top: 22px;
  text-align: right;
}

.cat-wellness-menu .questionnaire-final-actions button.submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 142px;
  min-height: 48px;
  border-radius: 7px;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.cat-wellness-menu .questionnaire-final-actions button.submit::before {
  content: none;
}

.cat-wellness-menu .menu-secondary-action {
  background: #e8e8e8 !important;
  color: var(--cat-ink) !important;
}

.cat-wellness-menu .menu-secondary-action:hover,
.cat-wellness-menu .menu-secondary-action:focus {
  background: #d7d7d7 !important;
  color: var(--cat-ink) !important;
}

.cat-wellness-menu .menu-primary-action {
  background: var(--cat-blue) !important;
}

.nav-short {
  display: none;
}

.scale-hint,
.sleep-hours-field {
  max-width: 720px;
  margin: 14px auto 0;
}

.scale-hint {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--cat-muted);
  font-size: .9rem;
  font-weight: 700;
}

.sleep-hours-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--cat-blue-dark);
  font-weight: 800;
}

.sleep-hours-help {
  margin: 0 0 10px;
  color: var(--cat-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.sleep-duration-selectors {
  margin-right: -6px;
  margin-left: -6px;
  direction: ltr;
}

.sleep-duration-column {
  min-width: 0;
  padding-right: 6px;
  padding-left: 6px;
}

.sleep-duration-column-hours {
  order: 1;
}

.sleep-duration-column-minutes {
  order: 2;
}

.sleep-duration-part {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.sleep-duration-part label {
  margin-bottom: 6px;
}

.sleep-duration-select {
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.sleep-duration-summary {
  margin: 10px 0 0;
  color: var(--cat-blue-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.cat-wellness-summary-page #form_container {
  width: min(1040px, calc(100% - 80px));
  margin-top: 38px;
}

.cat-wellness-summary-page #form_container > .row {
  min-height: 560px;
}

.cat-wellness-summary-page #wizard_container,
.cat-wellness-summary-page form#form {
  height: 100%;
}

.cat-wellness-summary-page #top-wizard {
  display: none;
}

.cat-wellness-summary-page #middle-wizard {
  padding: 64px 46px 24px !important;
}

.cat-wellness-summary-page .summary-step {
  margin: 0;
}

.wellness-summary-status {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 620px;
  margin: 0 auto 24px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 65, 145, .18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 65, 145, .08), rgba(31, 157, 85, .08));
}

.wellness-summary-check {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #1f9d55;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 10px 24px rgba(31, 157, 85, .22);
}

.wellness-summary-status h3 {
  margin: 0 0 4px;
  color: var(--cat-blue-dark);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wellness-summary-status p {
  margin: 0;
  color: var(--cat-muted);
  font-size: 15px;
  font-weight: 700;
}

.wellness-summary {
  max-width: 620px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid var(--cat-border);
  border-radius: 8px;
  background: #f8fbff;
}

.wellness-summary h4 {
  margin: 0 0 12px;
  color: var(--cat-blue-dark);
  font-weight: 800;
}

.wellness-summary-section + .wellness-summary-section {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 47, 108, .14);
}

.wellness-summary-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.wellness-summary-section-head h5 {
  margin: 0;
  color: var(--cat-blue-dark);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.wellness-summary-section-head span {
  color: var(--cat-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.wellness-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.wellness-summary-item {
  border-left: 4px solid var(--cat-blue);
  min-height: 58px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 6px;
  font-weight: 700;
}

.wellness-summary-item span,
.wellness-summary-item strong {
  display: block;
}

.wellness-summary-item span {
  color: var(--cat-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.wellness-summary-item strong {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
  color: var(--cat-blue-dark);
  font-size: 17px;
  line-height: 1.15;
}

.wellness-summary-item .summary-scale-text {
  color: var(--cat-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.cat-wellness-summary-page #bottom-wizard.summary-actions {
  position: static;
  display: flex;
  justify-content: flex-end;
  max-width: 620px;
  margin: 22px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 35, 75, .14);
}

.cat-wellness-summary-page .summary-exit {
  min-width: 132px;
  min-height: 46px;
  border-radius: 7px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cat-wellness-form #form_container {
    width: min(940px, calc(100% - 32px));
    margin-top: 76px;
  }

  .cat-wellness-form #form_container > .row {
    min-height: min(620px, calc(100vh - 128px));
    min-height: min(620px, calc(100dvh - 128px));
  }

  .cat-wellness-form #wizard_container {
    min-height: 100%;
  }

  .cat-wellness-app #left_form {
    padding: 28px 24px;
  }

  .cat-wellness-form #left_form {
    justify-content: flex-start;
    padding-top: 118px;
  }

  .cat-wellness-app #left_form::before {
    width: 86px;
    height: 86px;
  }

  .cat-wellness-app #left_form .wizard-section-title {
    font-size: 34px;
  }

  .cat-wellness-app #left_form .wellness-flow-title {
    font-size: 17px;
  }

  .cat-wellness-form #middle-wizard {
    padding: 24px 30px 16px !important;
  }

  .cat-wellness-form #middle-wizard > .step > h5.main_question,
  .cat-wellness-form #middle-wizard > .submit.step > h5.main_question {
    font-size: 23px;
  }

  .cat-wellness-rpe .rpe-scale-art img {
    max-height: 116px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cat-wellness-password #form_container {
    width: min(720px, calc(100% - 40px));
    margin-top: 82px;
  }

  .cat-wellness-password #form_container > .row {
    min-height: 0;
  }

  .cat-wellness-password #left_form {
    min-height: 230px;
  }

  .cat-wellness-password #wizard_container {
    padding: 38px 48px 42px;
  }
}

@media (max-width: 767px) {
  .cat-wellness-app {
    background-attachment: scroll;
  }

  .cat-wellness-app header {
    min-height: 54px;
  }

  .cat-wellness-app #logo_home h1 a {
    width: 58px;
    height: 40px;
    background-size: 40px 40px;
  }

  .cat-wellness-app #social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .cat-wellness-app #social li {
    max-width: 142px;
    overflow: hidden;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cat-wellness-app #form_container {
    width: calc(100% - 16px);
    margin-top: 62px;
    margin-bottom: max(12px, env(safe-area-inset-bottom));
    overflow: visible;
  }

  .cat-wellness-login #form_container > .row {
    min-height: auto;
  }

  .cat-wellness-app #left_form {
    min-height: 118px;
    padding: 16px 18px;
    gap: 8px;
  }

  .cat-wellness-form #left_form {
    justify-content: center;
    padding: 16px 18px;
  }

  .cat-wellness-app #left_form::before {
    width: 52px;
    height: 52px;
    margin-bottom: 2px;
  }

  .cat-wellness-app #left_form .main_question {
    font-size: 14px;
    line-height: 1.12;
  }

  .cat-wellness-app #left_form .wizard-section-title {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 1;
  }

  .cat-wellness-app #left_form .wizard-section-title::after {
    width: 38px;
    height: 2px;
    margin-top: 8px;
  }

  .cat-wellness-app #left_form .wellness-flow-title {
    max-width: 260px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.25;
  }

  .cat-wellness-form #form_container {
    width: calc(100% - 16px);
  }

  .cat-wellness-form #form_container > .row,
  .cat-wellness-form #wizard_container {
    min-height: auto;
    height: auto;
  }

  .cat-wellness-form form#form {
    height: auto;
  }

  .cat-wellness-form form#form > .row:first-of-type {
    flex: none;
    overflow: visible;
  }

  .cat-wellness-form .wellness-step-progress {
    width: calc(100% - 28px);
    margin-top: 14px;
    gap: 8px;
    padding-bottom: 12px;
  }

  .cat-wellness-form .wellness-step-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .cat-wellness-form .wellness-step-count {
    font-size: 12px;
    white-space: nowrap;
  }

  .cat-wellness-form #middle-wizard {
    padding: 18px 14px 92px !important;
  }

  .cat-wellness-form #middle-wizard > .step > h5.main_question,
  .cat-wellness-form #middle-wizard > .submit.step > h5.main_question {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.15;
  }

  .cat-wellness-form .scale-hint {
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
  }

  .cat-wellness-form .out-badge {
    min-width: 52px;
    height: 52px;
    font-size: 27px;
    line-height: 52px;
  }

  .cat-wellness-form .scale-output .desc {
    min-height: 20px;
    font-size: 15px;
  }

  .cat-wellness-form .sleep-hours-field .sleep-duration-select,
  .cat-wellness-form #middle-wizard .step input.form-control,
  .cat-wellness-form #middle-wizard .step select.form-control,
  .cat-wellness-form #middle-wizard .step textarea.form-control,
  .cat-wellness-form .submit.step input.form-control,
  .cat-wellness-form .submit.step textarea.form-control {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 16px;
  }

  .cat-wellness-form #middle-wizard .step label:not(.muscle) {
    display: block;
    margin: 8px 0;
    padding: 6px 0;
    font-size: 14px;
  }

  .cat-wellness-form input[type="range"][data-scale] {
    height: 34px;
    margin: 2px 0 6px;
    --range-thumb-size: 34px;
  }

  .cat-wellness-form input[type="range"][data-scale]::-webkit-slider-runnable-track {
    height: 10px;
  }

  .cat-wellness-form input[type="range"][data-scale]::-webkit-slider-thumb {
    margin-top: -12px;
  }

  .cat-wellness-rpe .rpe-scale-art {
    margin-bottom: 10px;
  }

  .cat-wellness-rpe .rpe-scale-art img {
    max-height: 96px;
  }

  .cat-wellness-rpe #middle-wizard h4.main_question {
    margin-top: 14px;
    font-size: 15px;
  }

  .cat-wellness-rpe #middle-wizard hr {
    margin: 14px 0;
  }

  .cat-wellness-rpe .dehydration-output {
    min-width: 148px;
    font-size: 15px;
  }

  .cat-wellness-form #bottom-wizard {
    position: sticky;
    bottom: 0;
    z-index: 5;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 10px 14px max(12px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(0, 47, 108, .14);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -10px 24px rgba(0, 29, 67, .08);
  }

  .cat-wellness-form .wellness-submit-status {
    justify-content: center;
    text-align: center;
  }

  .cat-wellness-form .step {
    scroll-margin-top: 74px;
  }

  .cat-wellness-form input,
  .cat-wellness-form select,
  .cat-wellness-form textarea,
  .cat-wellness-form .dolor-zonas {
    scroll-margin-top: 84px;
    scroll-margin-bottom: 138px;
  }

  .cat-wellness-form .wellness-field-meta {
    margin: -6px 0 10px;
  }

  .cat-wellness-form .wellness-field-error {
    font-size: 13px;
  }

  .cat-wellness-form #bottom-wizard button {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 48px;
    padding: 10px 16px;
    font-size: 15px;
  }

  .cat-wellness-login #wizard_container {
    padding: 34px 22px 38px;
  }

  .cat-wellness-login h3.main_question {
    margin-bottom: 26px;
    font-size: 28px;
  }

  .cat-wellness-login #middle-wizard {
    padding: 0;
  }

  .cat-wellness-login .login-submit {
    width: 100%;
  }

  .cat-wellness-password #form_container > .row {
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .cat-wellness-password #form_container {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
  }

  .cat-wellness-password main {
    padding-right: 8px;
    padding-left: 8px;
    overflow-x: hidden;
  }

  .cat-wellness-password #form_container > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .cat-wellness-password #wizard_container {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 34px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .cat-wellness-password .credential-form,
  .cat-wellness-password #middle-wizard,
  .cat-wellness-password .submit.step,
  .cat-wellness-password .credential-fields,
  .cat-wellness-password .login-field,
  .cat-wellness-password .password-input-control,
  .cat-wellness-password .login-field .form-control {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cat-wellness-password .password-field .password-toggle {
    right: 8px;
    z-index: 2;
  }

  .cat-wellness-password .credential-fields {
    grid-template-columns: 1fr;
    grid-template-areas:
      "username"
      "username-confirm"
      "password"
      "password-confirm";
    gap: 16px;
  }

  .cat-wellness-password .login-field label {
    min-height: 0;
  }

  .cat-wellness-password #bottom-wizard.credential-actions {
    position: static;
    flex-direction: column-reverse;
    padding: 0;
    border-top: 0;
    background: transparent;
    box-shadow: none;
  }

  .cat-wellness-password .credential-actions button,
  .cat-wellness-password .credential-actions .backward {
    flex: 1 1 auto;
    width: 100%;
  }

  .cat-wellness-menu .questionnaire-actions {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 22px;
    max-width: 360px;
  }

  .cat-wellness-menu .questionnaire-action-card {
    width: 100%;
    max-width: 320px;
    min-height: 280px;
    padding: 16px;
  }

  .cat-wellness-menu .shirt-circle {
    width: 168px;
    height: 168px;
  }

  .cat-wellness-menu #bottom-wizard.questionnaire-final-actions {
    flex-direction: column-reverse;
  }

  .cat-wellness-menu .questionnaire-final-actions button.submit {
    width: 100%;
  }

  .cat-wellness-summary-page #form_container {
    width: calc(100% - 24px);
    margin-top: 82px;
  }

  .cat-wellness-summary-page #form_container > .row,
  .cat-wellness-summary-page #wizard_container {
    min-height: auto;
  }

  .cat-wellness-summary-page #middle-wizard {
    padding: 28px 18px 20px !important;
  }

  .wellness-summary-status {
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }

  .wellness-summary-status h3 {
    font-size: 21px;
  }

  .wellness-summary-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .wellness-summary-section-head span {
    text-align: left;
  }

  .wellness-summary-grid {
    grid-template-columns: 1fr;
  }

  .cat-wellness-summary-page #bottom-wizard.summary-actions,
  .cat-wellness-summary-page .summary-exit {
    width: 100%;
  }

  .cat-wellness-form #bottom-wizard .nav-long,
  .cat-wellness-menu #bottom-wizard .nav-long,
  .cat-wellness-summary-page #bottom-wizard .nav-long {
    display: none;
  }

  .cat-wellness-form #bottom-wizard .nav-short,
  .cat-wellness-menu #bottom-wizard .nav-short,
  .cat-wellness-summary-page #bottom-wizard .nav-short {
    display: inline;
  }

  .cat-wellness-form .scale-hint {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .sleep-duration-selectors {
    margin-right: -4px;
    margin-left: -4px;
  }

  .sleep-duration-column {
    padding-right: 4px;
    padding-left: 4px;
  }

  .cat-wellness-form .sleep-hours-field .sleep-duration-select {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-height: 420px) {
  .cat-wellness-form #form_container {
    margin-top: 54px;
  }

  .cat-wellness-app #left_form {
    min-height: 86px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cat-wellness-app #left_form::before {
    display: none;
  }

  .cat-wellness-form #middle-wizard {
    padding-bottom: 96px !important;
  }
}
