body {
    background-color: rgb(248, 249, 250);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.survey-page-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 20px 20px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    color: #202124;
}

.survey-container {
    position: relative;
    z-index: 1;
    width: 600px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 32px 40px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 24px;
}

/* .survey-columns-box {
    position: relative;
    z-index: 1;
    width: 600px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 34, 2, 0.1);
    padding: 32px 40px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 24px;      
    transition: all 0.3s ease;
    cursor: pointer;
} */

.survey-columns-box {
    flex: 1 1 45%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 34, 2, 0.1);
    padding: 32px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.survey-columns-box:hover {
    background-color: #f1f3f4;
}

.survey-columns-box.selected {
    background-color: #f1f3f4;
    box-shadow: 0 0 0 3px #aaaaaa;
}

/* .survey-list-item {
    list-style-type: none;
    margin: 4px 0;
} */

.survey-subtitle {
    font-size: 16px;
    gap: 25px;
    /* line-height: 1.2; */
    font-weight: bold;
    color: #555555;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: inset 0 0 0 0 transparent;
    text-align: left;
}

.survey-columns {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.intro-container {
    width: 600px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 32px 40px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.intro-radio-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-radio-items label {
    display: flex;
    align-items: center;
    cursor: default;
    user-select: none;
    font-size: 14px;
    /* line-height: 1.2; */
    padding-top: 0;
}

.intro-radio-items label>span {
    pointer-events: none;
}

.intro-radio-items label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #003f76;
    border-radius: 50%;
    top: 3px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    outline: none;
    background-color: white;
}

.intro-radio-items label input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    background-color: #003f76;
    border-radius: 50%;
}

.intro-radio-items label input[type="radio"]:checked {
    background-color: white;
    border-color: #003f76;
}

.intro-radio-items label:last-child {
    margin-bottom: 0;
}

.intro-download-note {
    font-size: 14px;
    /* line-height: 1.2; */
    /* margin-bottom: 0; */
    margin-bottom: 30px;
}

.intro-navigation {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    /* z-index: 10; */
}

.intro-nav-button {
    background-color: #003f76;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
    position: relative;
    /* z-index: 10; */
}

.intro-nav-button:hover {
    /* background-color: #1c7580 ; */
    opacity: 0.9;
}

.intro-paragraph {
    font-size: 14px;
    /* line-height: 1.2; */
    margin-bottom: 16px;
}

.intro-text p {
    font-size: 14px;
    /* line-height: 1.2; */
    user-select: none;
}

.intro-bullet-list {
    padding-left: 24px;
    list-style-type: disc;
}

.intro-bullet-list li {
    /* line-height: 1.2; */
    margin-bottom: 12px;
    font-size: 14px;
    user-select: none;
}

.intro-bullet-list li:last-child {
    /* margin-bottom: 20px; */
    /* margin-bottom: 30px; */
    margin-bottom: 30px;
}

.intro-content-wrapper {
    position: relative;
    padding: 20px 20px;
}

.intro-background-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f5f9;
    z-index: 0;
    border-radius: 12px;
}

.intro-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 20px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    color: #202124;
    box-sizing: border-box;
}

.intro-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    position: relative;
    user-select: none;
}

.intro-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003f76;
}

.intro-question-label {
    font-weight: 700;
    user-select: none;
    /* margin-bottom: 12px; */
}

.intro-question-label.question1 {
    display: inline-block;
    margin-bottom: 12px;
}

/* .intro-team-input {
    display: flex;
    display: inline-block;
    width: 200px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
} */

.intro-radio-other-wrapper {
    align-items: flex-end;
    gap: 0px;
}

.intro-other-input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 24px;
}

.intro-radio-items input[type="radio"] {
    position: relative;
    top: 1px;
}

.survey-title {
    position: relative;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    user-select: none;
}

.survey-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003f76;
}

.survey-list {
    list-style-type: none;
    padding-left: 0;
}

.survey-list-item {
    border-radius: 6px;
    font-size: 14px;
    /* line-height: 1.2; */
    color: #555555;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: inset 0 0 0 0 transparent;
    text-align: left;
}

.survey-list {
    list-style-type: none; 
}

.survey-list-item::before {
    content: "•";
    display: inline-block; 
    width: 16px;  
    font-size: 18px;  
    color: #003f76;
}

.survey-list-item:last-child {
    margin-bottom: 0;
}

.survey-box:hover {
    background-color: #f1f3f4;
    box-shadow: inset 3px 0 0 #003f76;
}

.start-survey-button {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    background-color: #003f76;
    color: white;
    padding: 10px 24px;
    border-radius: 6px;
    border: none;
    outline: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.start-survey-button:hover {
    background-color: #1c7580;
}

.radio-option {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    user-select: none;
}

.radio-option input[type="radio"] {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.questions-container {
    width: 600px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 32px 40px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 24px;
}

.question-block {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 6px;
    box-sizing: border-box;
    visibility: visible;
}

.question-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.question-description {
    font-size: 16px;
    /* line-height: 1.2; */
    margin-bottom: 20px;
}

.start-survey-button {
    position: relative;
    z-index: 10;
}

/* .advice-nav-button {
    position: relative;
    z-index: 10;
} */

.questions-container {
    position: relative;
    z-index: 1;
}

.radio-label {
    cursor: pointer;
    user-select: none;
}

.other-text-visible {
    display: flex;
    display: inline-block;
    width: 200px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.team-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.division-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.division-error-message {
    color: red;
    position: relative;
    bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.other-input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.other-text-hidden {
    display: none;
}

.question1 {
    font-weight: 700;
    font-size: 14px;
    user-select: none;
    margin-bottom: 12px;
}

.question2 {
    font-weight: 700;
    font-size: 14px;
    user-select: none;
    margin-top: 20px;
    margin-bottom: 12px;
}

.question1point1 {
    font-weight: 700;
    font-size: 14px;
    color: red;
    user-select: none;
}

.team-label-inline {
    font-weight: 600;
    font-size: 14px;
    min-width: 50px;
    color: rgb(85, 85, 85);
    /* margin-bottom: 6px; */
    user-select: none;
}

.division-label-inline {
    font-weight: 600;
    font-size: 14px;
    min-width: 50px;
    color: rgb(85, 85, 85);
    /* margin-bottom: 6px; */
    user-select: none;
}

.advice-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 20px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    color: #202124;
    box-sizing: border-box;
}

.advice-content-wrapper {
    position: relative;
    padding: 20px;
}

.advice-background-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f5f9;
    z-index: 0;
    border-radius: 12px;
}

.advice-container {
    width: 600px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 32px 40px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    margin-bottom: 24px;
    z-index: 1;
}

.advice-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    position: relative;
    user-select: none;
}

.advice-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003f76;
}

.advice-paragraph {
    font-size: 14px;
    /* line-height: 1.2; */
    margin-bottom: 12px;
    user-select: none;
}

dl {
    margin-bottom: 0;
}

ol {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
}

.advice-bullet-list {
    padding-left: 24px;
    list-style-type: disc;
    font-size: 14px;
    margin: 0;
    /* line-height: 1.2; */
}

.advice-bullet-list li {
    margin-bottom: 12px;
    /* line-height: 1.2; */
    user-select: none;
    margin-top: 12px;
}

.advice-bullet-list li:last-child {
    margin-bottom: 0;
}

.advice-bullet-list li::marker {
    font-size: 18px;
    color: #003f76;
}

.advice-bullet-item .recommendation-link {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #003f76;
    text-decoration: none;
    font-size: inherit;
    cursor: pointer;
    background-color: #f5f5f5;
    padding: 2px 10px;
}

.advice-bullet-item .recommendation-link:hover {
    opacity: 0.9;
}

.advice-subtitle {
    font-weight: 700;
    font-size: 16px;
    user-select: none;
    margin-bottom: 12px;
    /* margin-top: 30px; */
}

/* .advice-subtitle:nth-of-type(1) {
    margin-top: 0px;
}

.advice-subtitle:nth-of-type(n+2) {
    margin-top: 20px;
} */

.advice-nav-container {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.advice-nav-button {
    position: relative;
    z-index: 10;
    background-color: #003f76;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

.advice-nav-button:hover {
    /* background-color: #1c7580 ; */
    opacity: 0.9;
}

.advice-navigation {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 10;
}

/* .advice-nav-button {
    background-color: #003f76;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

.advice-nav-button:hover {
    background-color: #1c7580;
} */

.follow-up-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 20px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    color: #202124;
    box-sizing: border-box;
}

.follow-up-content-wrapper {
    position: relative;
    padding: 20px;
}

.follow-up-background-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f5f9;
    z-index: 0;
    border-radius: 12px;
}

.follow-up-container {
    width: 600px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 32px 40px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    margin-bottom: 24px;
    z-index: 1;
}

.follow-up-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    position: relative;
    user-select: none;
}

.follow-up-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003f76;
}

.follow-up-paragraph {
    font-size: 14px;
    /* line-height: 1.2; */
}

.follow-up-container .follow-up-paragraph:last-child {
    margin-bottom: 0;
}

.follow-up-bullet-list {
    padding-left: 24px;
    list-style-type: disc;
    font-size: 14px;
    /* line-height: 1.2; */
}

.follow-up-bullet-list li {
    margin-bottom: 12px;
}

.follow-up-bullet-list li:last-child {
    margin-bottom: 0;
}

.follow-up-subtitle {
    font-weight: 700;
    font-size: 14px;
}

.follow-up-nav-container {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.follow-up-nav-button {
    background-color: #003f76;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
    position: relative;
    z-index: 10;
}

.follow-up-nav-button:hover {
    /* background-color: #1c7580 ; */
    opacity: 0.9;
}

.follow-up-navigation {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 10;
}

.follow-up-q27-radio-items {
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-size: 14px;
}

.follow-up-q27-radio-items .dcc-radio-item label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.follow-up-q27-radio-items input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    top: 3px;
    margin-right: 12px;
    cursor: pointer;
    outline: none;
    background-color: white;
}

.follow-up-q27-radio-items input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #003f76;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.follow-up-q27-radio-items input[type="radio"]:checked {
    border-color: #003f76;
}

.follow-up-q27-radio-items input[type="radio"]:focus {
    border-color: #003f76;
}

/* .follow-up-q27-radio-items input[type="radio"]:hover {
    border-color: #003f76; 
} */

.follow-up-q27-radio-items input[type="radio"]:hover::after {
    border: 2px solid #003f76;
}

.follow-up-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    margin-top: 30px;
    margin-bottom: 15px;
}

.follow-up-question-1 {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    /* margin-top: 30px; */
    margin-bottom: 15px;
}

.follow-up-text {
    font-size: 14px;
    color: #202124;
    /* line-height: 1.2; */ 
}

.follow-up-slider .rc-slider-track {
    cursor: pointer;
    top: 5px;
    left: 0;
    height: 6px;
    transition: background 0.3s ease;
    background: transparent;
}

.follow-up-slider.green-track .rc-slider-track {
    background: rgba(0, 140, 0, 1)
}

.follow-up-slider.green-midorange-gradient .rc-slider-track {
    background: linear-gradient(to right, rgba(0, 140, 0, 1) 0%, #ccac66 100%);
}

.follow-up-slider.green-midorange-orange-gradient .rc-slider-track {
    background: linear-gradient(to right, rgba(0, 140, 0, 1) 0%, #ccac66 50%, rgba(255, 150, 79, 1) 100%);
}

.follow-up-slider.green-midorange-orange-midred-gradient .rc-slider-track {
    background: linear-gradient(to right, rgba(0, 140, 0, 1) 0%, #ccac66 25%, rgba(255, 150, 79, 1) 75%, rgb(255, 117, 83) 100%);
}

.follow-up-slider.green-midorange-orange-midred-red-gradient .rc-slider-track {
    background: linear-gradient(to right, rgba(0, 140, 0, 1) 0%, #ccac66 30%, rgba(255, 150, 79, 1) 50%, rgb(255, 117, 83) 70%, rgb(255, 80, 71) 100%);
}

.follow-up-slider.red-track .rc-slider-track {
    background: rgb(255, 80, 71)
}

.follow-up-slider.red-midred-gradient .rc-slider-track {
    background: linear-gradient(to right, rgb(255, 80, 71) 0%, rgb(255, 117, 83) 100%);
}

.follow-up-slider.red-midred-orange-gradient .rc-slider-track {
    background: linear-gradient(to right, rgb(255, 80, 71) 0%, rgb(255, 117, 83) 50%, rgba(255, 150, 79, 1) 100%);
}

.follow-up-slider.red-midred-orange-midorange-gradient .rc-slider-track {
    background: linear-gradient(to right, rgb(255, 80, 71) 0%, rgb(255, 117, 83) 25%, rgba(255, 150, 79, 1) 75%, #ccac66 100%);
}

.follow-up-slider.red-midred-orange-midorange-green-gradient .rc-slider-track {
    background: linear-gradient(to right, rgb(255, 80, 71) 0%, rgb(255, 117, 83) 30%, rgba(255, 150, 79, 1) 50%, #ccac66 70%, rgba(0, 140, 0, 1) 100%);
}

.follow-up-slider .rc-slider-handle {
    width: 12px;
    height: 12px;
    top: 2px;
    background: 003f76;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}

.follow-up-slider .rc-slider-rail {
    background: #ccc;
    cursor: pointer;
    height: 6px;
}

.follow-up-slider .rc-slider-tooltip-inner {
    user-select: none;
    color: black;
    background-color: #ccc;
}

.follow-up-slider .rc-slider-dot-active {
    display: none;
}

.follow-up-slider .rc-slider-dot {
    display: none;
}

.follow-up-text {
    font-size: 14px;
    margin-top: 12px;
    /* line-height: 1.2; */
    color: rgb(85, 85, 85);
}

.follow-up-input {
    width: 200px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input.dash-input:focus {
    /* outline: solid 2px orange; */
    border-color: #999999;
    outline: none;
    box-shadow: none;
}

input.dash-input:invalid {
    /* outline: solid 2px red; */
    outline: none;
}

.follow-up-slider .rc-slider-mark {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.slider-labels-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: normal;
}

.slider-label {
    width: 100%;
    font-size: 11px;
    color: rgb(85, 85, 85);
    box-sizing: border-box;
    padding: 0 4px;
}

.slider-label.left-align {
    text-align: left;
    user-select: none;
}

.slider-label.center-label {
    text-align: center;
    user-select: none;
}

.slider-label.right-align {
    text-align: right;
    user-select: none;
}

.slider-container {
    margin-bottom: 12px;
}

.output-text {
    margin-top: 15px;
    font-weight: bold;
}

.email-input-container {
    margin-top: 20px;
}

.survey-content-wrapper {
    position: relative;
    padding: 20px 20px;
}

.survey-instruction {
    user-select: none;
    font-size: 14px;
}

.survey-instruction,
.survey-instruction .required-asterisk {
    font-size: 14px;
}

.survey-background-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f5f9;
    z-index: 0;
    border-radius: 12px;
}

.survey-navigation {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 10;
}

.survey-nav-button {
    background-color: #003f76;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
    position: relative;
    z-index: 10;
}

.survey-nav-button:hover {
    opacity: 0.9;

}

/* .start-survey-nav-button:hover {
    background-color: #1c7580 ;
} */

.ground-truth-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 20px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    color: #202124;
    box-sizing: border-box;
}

.ground-truth-content-wrapper {
    position: relative;
    padding: 20px;
}

.ground-truth-background-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f5f9;
    z-index: 0;
    border-radius: 12px;
}

.ground-truth-container {
    width: 600px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 32px 40px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    margin-bottom: 24px;
    z-index: 1;
}

.ground-truth-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    position: relative;
    user-select: none;
}

.ground-truth-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003f76;
}

/* .ground-truth-text p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 12px;
    user-select: none;
    font-weight: bold;
} */

.ground-truth-section-text b {
    font-weight: normal;
    /* margin-bottom: 20px; */
    /* line-height: 1.2; */
    margin: 0;
}

.ground-truth-section-text {
    font-size: 14px;
    /* line-height: 1.2; */
    color: #202124;
    user-select: none;
    /* margin: 0; */
}

.ground-truth-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    user-select: none;
    margin-top: 0;
    margin-bottom: 12px;
}

.ground-truth-textarea {
    width: 100%;
    height: 80px;
    resize: vertical;
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    border: 2px solid #ddd;
}

/* .ground-truth-textarea:focus {
    border-color: #003f76;
    outline: none;
} */

.ground-truth-textarea:focus {
    border-color: #999999;
    outline: none;
    box-shadow: none;
}

.ground-truth-checklist {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.ground-truth-checklist label {
    display: flex;
    user-select: none;
}

.ground-truth-checklist-column {
    flex: 1 1 48%;
}

.ground-truth-checklist {
    width: 100%;
    margin-top: 10px;
}

.ground-truth-checklist input {
    margin-right: 10px;
}

.ground-truth-checklist .checkbox-label {
    font-size: 14px;
    /* line-height: 1.2; */
    color: #202124;
}

.ground-truth-checklist input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #003f76;
    border-radius: 3px;
    position: relative;
    top: 3px;
    margin-top: 0;
    cursor: pointer;
    outline: none;
}

.ground-truth-checklist input[type="checkbox"]:checked {
    background-color: #003f76;
    border-color: #003f76;
}

.ground-truth-checklist input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.q3-other-text {
    margin-left: 24px;
    vertical-align: middle;
    width: 200px;
    display: none;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 0px;
}

.ground-truth-checklist .checkbox-label {
    margin-bottom: 12px;
}

.ground-truth-background-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f5f9;
    z-index: 0;
    border-radius: 12px;
}

.ground-truth-checklist-container {
    display: flex;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
}

.ground-truth-checklist-column {
    margin-top: 0;
    padding-top: 0;
    flex: 1 1 48%;
}

.ground-truth-checklist {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.ground-truth-checklist .checkbox-label {
    font-size: 14px;
    /* line-height: 1.2; */
    color: #202124;
}

.ground-truth-checklist input {
    margin-right: 10px;
}

.ground-truth-sections-text {
    font-size: 14px;
    margin-top: 12px;
    /* line-height: 1.2; */
    color: rgb(85, 85, 85);
}

.ground-truth-navigation {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 10;
}

.ground-truth-nav-button {
    background-color: #003f76;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

.ground-truth-nav-button:hover {
    /* background-color: #1c7580; */
    opacity: 0.9;
}

.ground-truth-nav-button {
    position: relative;
    z-index: 10;
}

.ground-truth-checklist-container {
    display: flex;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
}

.ground-truth-checklist-column {
    flex: 1 1 48%;
}

.ground-truth-checklist {
    width: 100%;
}

.ground-truth-checklist .checkbox-label {
    font-size: 14px;
    /* line-height: 1.2; */
    color: #202124;
    margin-bottom: 12px;
}

.q3-other-input {
    margin-left: 24px;
    vertical-align: middle;
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
}

.q3-other-input-visible {
    display: inline-block;
}

.h4-heading {
    margin-bottom: 12px;
}

.q6-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    /* line-height: 1.2; */
    margin-top: 20px;
    margin-bottom: 12px;
    user-select: none;
}

.q6-radioitems {
    display: flex;
    flex-direction: column;
    width: 26%;
    gap: 8px;
}

.q6-radioitems label {
    font-size: 14px;
    user-select: none;
}

.q6-radioitems input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #003f76;
    border-radius: 50%;
    position: relative;
    top: 3px;
    margin-right: 12px;
    cursor: pointer;
    outline: none;
    background-color: white;
}

.q6-radioitems input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #003f76;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.q6-radioitems input[type="radio"]:checked {
    border-color: #003f76;
}

.q6-radioitems input[type="radio"]:checked {
    background-color: white;
}

/* .section-divider {
    border: none;
    border-top: 2px solid #333;
    margin: 20px 0;
} */

/* .visible-block {
    display: block;
} */

.visible-with-margin {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}


.q8-checklist-container {
    width: 100%;
}

.q8-checklist {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    font-size: 14px;
}

.q8-checklist label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
    box-sizing: border-box;
    user-select: none;
}

.q8-checklist input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #003f76;
    border-radius: 3px;
    position: relative;
    top: 3px;
    margin-top: 0;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
    background-color: white;
}

.q8-checklist input[type="checkbox"]:checked {
    background-color: #003f76;
    border-color: #003f76;
}

.q8-checklist input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.q8-other-input {
    margin-left: 0;
    margin-right: 10px;
    vertical-align: middle;
    width: 200px;
    display: none;
}

.q9-visible {
    display: block;
    margin-top: 12px;
}

.italic-text {
    font-style: italic;
}

.q10-checklist {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.q10-checklist label {
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    user-select: none;
}

.q10-checklist input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #003f76;
    border-radius: 3px;
    position: relative;
    top: 3px;
    margin-top: 0;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
    background-color: white;
}

.q10-checklist input[type="checkbox"]:checked {
    background-color: #003f76;
    border-color: #003f76;
}

.q10-checklist input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.q10-checklist .q10-other-input {
    margin-left: 12px;
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 180px;
    display: none;
}

.q10-checklist .q10-other-input.visible {
    display: inline-block;
}

.q11-container {
    display: none;
}

.q11-container.visible-block {
    display: block;
    margin-top: 12px;
}

.q11-container.hidden {
    display: none;
}

.q28-email-container {
    margin-top: 0;
}

.show-email {
    display: block;
}

.q28-email-hidden {
    display: none;
}

.shown-with-margin {
    display: block;
    margin-top: 20px;
    opacity: 1;
    height: auto;
}

.visible {
    display: block;
}

.hidden {
    display: none;
    opacity: 0;
    height: 0;
    margin-top: 0;
}

.follow-up-finalise {
    font-size: 14px;
    /* line-height: 1.2; */
    font-weight: bold;
}

.follow-up-question-text {
    font-size: 14px;
    margin-bottom: 15px;
    /* line-height: 1.2; */
}

.error-message {
    color: red;
    position: relative;
    bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-top: 8px;
}

.ground-truth-nav-button:disabled {
    /* background-color: #d3d3d3; */
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-hide-handle-zero .rc-slider-handle {
    display: none;
}

.heal-slider .rc-slider-track {
    cursor: pointer;
    top: 5px;
    left: 0;
    height: 6px;
    transition: background 0.3s ease;
    background: transparent;
}

.heal-slider.green .rc-slider-track {
    background: rgb(0, 140, 0); 
}

.heal-slider.yellow .rc-slider-track {
    background: rgb(255, 255, 0); 
}

.heal-slider.orange .rc-slider-track {
    background: rgb(255, 165, 0); 
}

.heal-slider.red .rc-slider-track {
    background: rgb(179, 0, 0); 
}

.heal-slider .rc-slider-track.fallback {
    background: #ccc;
}

.heal-slider .rc-slider-handle {
    width: 12px;
    height: 12px;
    top: 2px;
    background: #003f76; 
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}

.heal-slider .rc-slider-rail {
    background: #ccc;
    cursor: pointer;
    height: 6px;
}

.heal-slider .rc-slider-tooltip-inner {
    user-select: none;
    color: black;
    background-color: #ccc;
}

.heal-slider .rc-slider-dot-active,
.heal-slider .rc-slider-dot {
    display: none;
}

.heal-text {
    font-size: 14px;
    margin-top: 12px;
    color: rgb(85, 85, 85);
}

.resilience-boost-slider .rc-slider-track {
    cursor: pointer;
    top: 5px;
    left: 0;
    height: 6px;
    transition: background 0.3s ease;
    background: transparent;
}

.resilience-boost-slider.green-track .rc-slider-track {
    background: rgb(0, 140, 0);
}

.resilience-boost-slider.green-midorange-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(0, 140, 0) 0%,
        rgb(255, 255, 0) 100%
    );
}

.resilience-boost-slider.green-midorange-orange-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(0, 140, 0) 0%,
        rgb(255, 255, 0) 50%,
        rgb(255, 165, 0) 100%
    );
}

.resilience-boost-slider.green-midorange-orange-midred-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(0, 140, 0) 0%,
        rgb(255, 255, 0) 33%,
        rgb(255, 165, 0) 66%,
        rgb(179, 0, 0) 100%
    );
}

.resilience-boost-slider.green-midorange-orange-midred-red-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(0, 140, 0) 0%,
        rgb(255, 255, 0) 30%,
        rgb(255, 165, 0) 50%,
        rgb(179, 0, 0) 100%
    );
}

.resilience-boost-slider.red-track .rc-slider-track {
    background: rgb(179, 0, 0);
}

.resilience-boost-slider.red-midred-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(179, 0, 0) 0%,
        rgb(255, 165, 0) 100%
    );
}

.resilience-boost-slider.red-midred-orange-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(179, 0, 0) 0%,
        rgb(255, 165, 0) 50%,
        rgb(255, 255, 0) 100%
    );
}

.resilience-boost-slider.red-midred-orange-midorange-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(179, 0, 0) 0%,
        rgb(255, 165, 0) 33%,
        rgb(255, 255, 0) 66%,
        rgb(0, 140, 0) 100%
    );
}

.resilience-boost-slider.red-midred-orange-midorange-green-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(179, 0, 0) 0%,
        rgb(255, 165, 0) 33%,
        rgb(255, 255, 0) 66%,
        rgb(0, 140, 0) 100%
    );
}

.resilience-boost-slider .rc-slider-handle {
    width: 12px;
    height: 12px;
    top: 2px;
    background: 003f76;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}

.resilience-boost-slider .rc-slider-rail {
    background: #ccc;
    cursor: pointer;
    height: 6px;
}

.resilience-boost-slider .rc-slider-tooltip-inner {
    user-select: none;
    color: black;
    background-color: #ccc;
}

.resilience-boost-slider .rc-slider-dot-active {
    display: none;
}

.resilience-boost-slider .rc-slider-dot {
    display: none;
}

.resilience-boost-text {
    font-size: 14px;
    margin-top: 20px;
    /* line-height: 1.2; */
    color: rgb(85, 85, 85);
    /* margin: 0; */
    font-weight: bold;
}

.the-four-hs-slider .rc-slider-track {
    cursor: pointer;
    top: 5px;
    left: 0;
    height: 6px;
    transition: background 0.3s ease;
    background: transparent;
}

.the-four-hs-slider.green-track .rc-slider-track {
    background: rgb(0, 140, 0);
}

.the-four-hs-slider.green-midorange-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(0, 140, 0) 0%,
        rgb(255, 255, 0) 100%
    );
}

.the-four-hs-slider.green-midorange-orange-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(0, 140, 0) 0%,
        rgb(255, 255, 0) 50%,
        rgb(255, 165, 0) 100%
    );
}

.the-four-hs-slider.green-midorange-orange-midred-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(0, 140, 0) 0%,
        rgb(255, 255, 0) 33%,
        rgb(255, 165, 0) 66%,
        rgb(179, 0, 0) 100%
    );
}

.the-four-hs-slider.green-midorange-orange-midred-red-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(0, 140, 0) 0%,
        rgb(255, 255, 0) 30%,
        rgb(255, 165, 0) 50%,
        rgb(179, 0, 0) 100%
    );
}

.the-four-hs-slider.red-track .rc-slider-track {
    background: rgb(179, 0, 0);
}

.the-four-hs-slider.red-midred-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(179, 0, 0) 0%,
        rgb(255, 165, 0) 100%
    );
}

.the-four-hs-slider.red-midred-orange-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(179, 0, 0) 0%,
        rgb(255, 165, 0) 50%,
        rgb(255, 255, 0) 100%
    );
}

.the-four-hs-slider.red-midred-orange-midorange-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(179, 0, 0) 0%,
        rgb(255, 165, 0) 33%,
        rgb(255, 255, 0) 66%,
        rgb(0, 140, 0) 100%
    );
}

.the-four-hs-slider.red-midred-orange-midorange-green-gradient .rc-slider-track {
    background: linear-gradient(to right,
        rgb(179, 0, 0) 0%,
        rgb(255, 165, 0) 33%,
        rgb(255, 255, 0) 66%,
        rgb(0, 140, 0) 100%
    );
}

.the-four-hs-slider .rc-slider-handle {
    width: 12px;
    height: 12px;
    top: 2px;
    background: 003f76;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}

.the-four-hs-slider .rc-slider-rail {
    background: #ccc;
    cursor: pointer;
    height: 6px;
}

.the-four-hs-slider .rc-slider-tooltip-inner {
    user-select: none;
    color: black;
    background-color: #ccc;
}

.the-four-hs-slider .rc-slider-dot-active {
    display: none;
}

.the-four-hs-slider .rc-slider-dot {
    display: none;
}

.the-four-hs-text {
    font-size: 14px;
    margin-top: 20px;
    /* line-height: 1.2; */
    color: rgb(85, 85, 85);
    font-weight: bold;
    user-select: none;
}

.q28-follow-up-paragraph {
    font-weight: normal;
    user-select: none;
    margin-bottom: 12px;
}

.download-results-button {
    background-color: #003f76;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
    position: relative;
    z-index: 10;
    /* margin-top: 24px; */
}

.download-results-button:hover {
    /* background-color: #1c7580 ; */
    opacity: 0.9;
}

.a-little-label {
    transform: translateX(20px);
    user-select: none;
}

.very-label {
    transform: translateX(50px);
    user-select: none;
}

.worse-label {
    transform: translateX(20px);
    user-select: none;
}

.better-label {
    transform: translateX(45px);
    user-select: none;
}

.required-asterisk {
    font-weight: 700;
    font-size: 14px;
    color: red;
    user-select: none;
}

.survey-nav-button:disabled {
    /* background-color: #ccc;  
    color: #666;*/
    opacity: 0.5;
    cursor: not-allowed;
}

.Select--single>.Select-control .Select-value,
.Select-placeholder {
    user-select: none;
    cursor: default;
}

.intro-nav-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#q1-division-input {
    all: unset;
    display: block;
    font-weight: normal;
}

#q1-division-input .Select-control {
    /* all: unset; */
    border: none;
    box-shadow: none;
    background: none;
    /* padding: 0;
    margin: 0;
    font: inherit;
    color: inherit; */
}

#q1-division-input .Select-control:hover {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

.Select-clear {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.Select-clear:hover {
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

.intro-team-input {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    /* border: 1px solid #ccc; */
    border: 2px solid rgb(221, 221, 221);
    border-radius: 6px;
    font-weight: normal;
    outline: none;
    box-shadow: none;
}

#q2-team-input {
    all: unset;
    display: block;
}

#q2-team-input .Select-control {
    /* all: unset; */
    border: none;
    box-shadow: none;
    background: none;
    /* padding: 0;
    margin: 0;
    font: inherit;
    color: inherit; */
}

#q1-division-input .Select-control:hover {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

.heal-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    user-select: none;
    margin-top: 30px;     
    margin-bottom: 15px;
}

.heal-q2-container {
    margin-bottom: 15px;
    margin-top: 30px;
}

.graph-section-text {
    font-size: 16px;
    /* font-weight: bold; */
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    margin: 0;
    margin-bottom: 12px;
}

.graph-section-texts {
    font-size: 14px;
    /* font-weight: bold; */
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    margin: 0;
    margin-top: 30px;
    /* margin-bottom: 8px; */
}

.mt-30 {
  margin-top: 30px;
}

.graph-section-advice {
    font-size: 14px;       
    color: #202124;         
    margin:0; 
    margin-top: 12px;
    margin-bottom: 12px;
    user-select: none;
}

.graph-section-text-4-hs b {
    margin-top: 16px;
}

.question-spacing {
    margin-top: 20px;
}

.other-spacing {
    margin-top: 12px;
}

.review-section-text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 14px;
    /* line-height: 1.2; */
    color: #202124;
    user-select: none;
}

.q8-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    margin-top: 20px;
    margin-bottom: 12px;
}

.q10-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    margin-top: 20px;
    margin-bottom: 12px;
}

/* .q12-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    user-select: none;
    margin-top: 20px;
    margin-bottom: 12px;
} */

.section-text b {
    font-weight: normal;
    /* margin-bottom: 20px; */
    /* line-height: 1.2; */
}

.section-text {
    font-size: 14px;
    /* line-height: 1.2; */
    color: #202124;
    user-select: none;
    margin-bottom: 30px;
}

.q14-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    margin-top: 20px;
    margin-bottom: 12px;
}

.resilience-boost-question {
    font-size: 14px;
    /* line-height: 1.2; */
    margin-bottom: 15px;
    user-select: none;
    font-weight: bold;
    margin-top: 30px;
}

.resilience-boost-question-1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    user-select: none;
    font-weight: bold;
}

.the-four-hs-question {
    font-size: 14px;
    /* line-height: 1.2; */
    margin-bottom: 15px;
    user-select: none;
    font-weight: bold;
    margin-top: 30px;
}

.the-four-hs-question-1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    user-select: none;
    font-weight: bold;
}

.q26-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    margin-top: 20px;
    margin-bottom: 12px;
}

.q27-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    margin-top: 20px;
    margin-bottom: 12px;
}

.q28-question {
    font-size: 14px;
    font-weight: bold;
    color: #202124;
    /* line-height: 1.2; */
    user-select: none;
    margin-top: 20px;
    margin-bottom: 12px;
}

.feedback-title {
    font-size: 14px;
    margin-bottom: 12px;
    user-select: none;
}

.four-hs-advice-sections>div {
    border: 1px solid #999999;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.four-hs-advice-sections>div:first-child {
    margin-top: 30px;
}

.four-hs-advice-sections>div:last-child {
    margin-bottom: 0;
}

.feedback-text {
    font-size: 14px;
    margin-bottom: 12px;
    user-select: none;
}

.advice-section:first-of-type .feedback-text:last-of-type {
    margin-bottom: 0;
}

.advice-section:first-of-type .feedback-block:last-of-type {
    margin-bottom: 0;
    margin-top: 0;
}

.feedback-block {
    margin-bottom: 0;
}

.feedback-text:last-child {
    margin-bottom: 0;
}

.advice-section .feedback-text:last-child {
    margin-bottom: 0;
}

.graph-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.user-select-none {
    user-select: none;
}

/* .plot-with-title .js-plotly-plot {
    position: relative;
} */

.overlay-title {
    position: absolute;
    top: 10px;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
    border-radius: 4px;
    user-select: none;
}

.plot-with-title .svg-container {
    margin-top: -20px;
}

.graph-row {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 32px;
    justify-content: space-between;
}

/* .plot-with-title .svg-container {
    width: 245px;
    height: 343px; */
    /* height: 310px; */
    /* margin: 0 auto;
} */

/* .plotly .modebar {
    top: 0;
    right: 0;
    position: absolute;
} */

/* .js-plotly-plot .modebar {
  top: 44px !important;  
} */

.ground-truth-section-texts {
    margin: 0;
    user-select: none;
}

.ground-truth-section-texts b {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    user-select: none;
}

.graph-row:first-of-type {
    margin-top: 30px;
}

/* .side-by-side-container .graph-row .graph-container .js-plotly-plot .modebar {
    top: 44px;
} */

.rc-slider-handle {
    border: solid 2px #003f76;
    background-color: #003f76;
    outline: none;
    box-shadow: none;
    transition: none;
}

.rc-slider-handle:hover {
    border: solid 2px #003f76;
    background-color: #003f76;
    box-shadow: none;
}

.rc-slider-handle:focus {
    border: solid 2px #003f76;
    background-color: #003f76;
    box-shadow: none;
    outline: none;
}

.rc-slider-handle:active {
    border: solid 2px #003f76;
    background-color: 003f76;
    box-shadow: none;
}

.rc-slider-handle:hover {
    opacity: 0.9;
}

.download-text {
    font-size: 14px;
    user-select: none;
}

.download-text p {
    font-size: 14px;
    user-select: none;
    margin-bottom: 0;
}

/* .intro-bullet-list li::marker {
    font-size: 18px;
    color: #003f76;
}

.survey-list-item::marker {
    content: "• ";
    font-size: 18px;
    color: #003f76;
    vertical-align: sub;
    position: absolute;
    left: 6px;
} */

.follow-up-info-text {
    font-size: 14px;
    /* line-height: 1.2; */
    /* margin-bottom: 12px; */
    user-select: none;
}

.follow-up-refer-button {
    background-color: #708090; ;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
    position: relative;
    z-index: 10;
}

.follow-up-refer-button:hover {
    opacity: 0.9;
}

/* .follow-up-bullet-list {
    padding-left: 24px;
    list-style-type: disc;
    font-size: 14px;
}

.follow-up-bullet-list li {
    margin-bottom: 12px;
    user-select: none;
    margin-top: 12px;
}

.follow-up-bullet-list li:last-child {
    margin-bottom: 0;
}

.follow-up-bullet-list li::marker {
    font-size: 18px;
    color: #003f76;
} */

.progress-banner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
    margin-bottom: 28px;
    user-select: none;
    max-width: 800px; 
    margin-left: auto;
    margin-right: auto;
}

.progress-banner::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;          
    right: 15px;         
    height: 6px;
    background-color: #ddd;
    border-radius: 3px;
    z-index: 1;
}

.progress-bar {
    position: absolute;
    top: 15px;
    left: 15px;       
    height: 6px;
    background-color: #999999;
    border-radius: 3px;
    z-index: 2;
    transition: width 0.5s ease;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    margin: 0 2px; 
}

.progress-circle {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.progress-circle.completed {
    background-color: #999999;
}

.progress-circle.current {
    background-color: #003f76;
}

.progress-circle:hover {
    transform: scale(1.1); 
    transition: transform 0.3s ease; 
}

.progress-circle[data-tooltip]:hover::after {
    content: attr(data-tooltip); 
    position: absolute;
    top: -40px; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #003f76;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px; 
    white-space: nowrap; 
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.progress-circle[data-tooltip]::after {
    opacity: 0;
    visibility: hidden;
}

.progress-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.progress-circle:not(.completed):not(.current) .progress-icon {
    filter: grayscale(100%) brightness(80%);
}

.progress-letter {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #003f76;
    color: white;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: inherit;
    user-select: none;
}

.progress-label {
    margin-top: 6px;
    font-size: 12px;
    color: #003f76;
    text-align: center;
    line-height: 1.2;
    user-select: none;
}

.progress-label.current-label {
    font-weight: bold;
}

.graph-box {
    /* border: 1px solid #003f76; */
    border: 1px solid #999999;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.graph-box:first-of-type {
    margin-top: 30px;
}

.graph-box:last-of-type { 
    margin-bottom: 0; 
}

rect.nsewdrag.drag {
    display: none;
}

.modebar, .modebar-container {
    display: none;
}

.plot-container svg {
    pointer-events: none;
}

.external-link-note {
    user-select: none;
    margin-bottom: 0;
    font-size: 0.9rem;        
    color: #555;           
    margin-top: 8px;         
    margin-bottom: 0px;
    font-style: italic;
}

.chart-caption {
    font-size: 12px;
    margin-bottom: 0;
}

.bold-text {
    font-weight: bold;
}

.ewdrag.drag.cursor-ew-resize {
  display: none;
  pointer-events: none;
}

.scrollbar-capture-zone {
  display: none;
}

.scrollbar-glyph {
  display: none;
}

.chart-caption {
    user-select: none;
    font-size: 12px;
}

.rc-slider-mark-text {
    user-select: none;
}

.score-box {
    display: inline-block;
    padding: 2px 6px;
    margin-right: 3px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.95rem;
    min-width: 40px;
    text-align: center;
    line-height: 1.4;
    color: white;             
}

.score-box.green {
    background-color: rgb(0, 140, 0);
    border: 1px solid rgb(0, 140, 0);
}

.score-box.yellow {
    background-color: rgb(179, 160, 0);
    border: 1px solid rgb(179, 160, 0);
}

.score-box.orange {
    background-color: rgb(200, 95, 0);
    border: 1px solid rgb(200, 95, 0);
}

.score-box.red {
    background-color: rgb(179, 0, 0);
    border: 1px solid rgb(179, 0, 0);
}

.green-text {
    color: rgb(0, 140, 0);
}

.yellow-text {
    color: rgb(179, 160, 0);
}

.orange-text {
    color: rgb(200, 95, 0);
}

.red-text {
    color: rgb(179, 0, 0);
}

.feedback-title {
    font-weight: bold;
}

/* .loading-text {
    text-align: center;
    font-size: 14px;
    color: #003f76;
    margin-top: 25px; 
} */

#loading-sentiment > div {
  position: relative;
  top: 20px; 
}

.talk-section-text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 14px;
    /* line-height: 1.2; */
    color: #202124;
    user-select: none;
}

.advice-text p {
    margin-bottom: 10px;
}

.score-line {
    margin: 6px 0 10px 0;
}

.category-box {
    border: 1px solid #999999;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    page-break-inside: avoid;
}

.category-box ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.category-box ul li {
    color: #000000;
    margin-bottom: 6px;
}

.category-box ul li::marker {
    color: #003f76;
}

/* .page-transition {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slide-in {
    animation: slideIn 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: both;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
} */

.pdf-body {
    background-color: white;
}

.pdf-paragraph {
    margin-bottom: 30px;
}

.page-transition-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.page-transition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-in-left {
    animation: slideInLeft 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: both;
    z-index: 2;
}

.slide-in-right {
    animation: slideInRight 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: both;
    z-index: 2;
}

.slide-out-left {
    animation: slideOutLeft 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: both;
    z-index: 1;
}

.slide-out-right {
    animation: slideOutRight 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: both;
    z-index: 1;
}

@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0%); opacity: 1; }
}

@keyframes slideInLeft {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0%); opacity: 1; }
}

@keyframes slideOutLeft {
    from { transform: translateX(0%); opacity: 1; }
    to { transform: translateX(-100%); opacity: 0; }
}

@keyframes slideOutRight {
    from { transform: translateX(0%); opacity: 1; }
    to { transform: translateX(100%); opacity: 0; }
}