:root {
    --primary-bg-color: #ffffff;
    --primary-text-color: #000000;
    --primary-font-family: var(--bs-body-font-family);
    --primary-button-disabled-color: #ccc;
    --primary-outline-color: #b0bbb1;
    --primary-shadow-color-incomplete: #e22323;
    --primary-shadow-color-complete: rgb(62, 183, 78);
    --secondary-text-color: #b0bbb1;
    --tertiary-text-color: rgb(77, 143, 77);
    --primary-box-shadow: 0px 0 10px #b0bbb1;
    --secondary-bg-color: #67856a;
}

.navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

button:disabled {
    background-color: var(--primary-button-disabled-color);
}

.onboarding-title {
    font-family: var(--primary-font-family);
    color: var(--primary-text-color);
    font-size: 60px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.onboarding-FFM-introduction {
    font-family: var(--primary-font-family);
    font-size: 1rem;
    color: var(--primary-text-color);
    margin-bottom: 40px;
    width: 80%;
    text-align: left;
    flex: 1;
    font-weight: 300;
}

.onboarding-card-header-title {
    font-family: var(--primary-font-family);
}

.onboarding-question {
    font-family: var(--primary-font-family);
    background-color: var(--primary-bg-color);
    font-size: 0.75rem;
    text-align: center;
    font-weight: 300;
}

input[type="range"] {
    -webkit-appearance: none;

    /* Override default CSS styles */
    appearance: none;
    width: 100%;
    height: 10px;
    background: #b0bbb1;

    /* Background of the slider track */
    outline: none;
    opacity: 1;
    transition: opacity 0.2s;
    border-radius: 15px;
}

input[type="range"]:hover {
    opacity: 1;

    /* Full opacity when hovered */
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;

    /* Override default CSS styles */
    appearance: none;
    width: 25px;
    height: 25px;
    background: #1d5181;
    margin-top: -0.5vh;
    border: 2px solid #000000;

    /* Color of the slider thumb */
    cursor: pointer;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4caf50;

    /* Color of the slider thumb */
    cursor: pointer;
    border-radius: 50%;
}

input[type="range"]::-ms-thumb {
    width: 25px;
    height: 25px;
    background: #4caf50;

    /* Color of the slider thumb */
    cursor: pointer;
    border-radius: 50%;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    border-radius: 5px;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    background: #2196f3;

    /* Color of the slider track */
    border-radius: 15px;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 15px;
    cursor: pointer;

    /* Color of the slider track */
    border-radius: 5px;
    border-color: transparent;
    color: transparent;
}

.onboarding-question-navigation-button {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 15px;
    width: 100px;
    border-color: #000000;
    border-width: 1px;
    font-family: var(--primary-font-family);
    background-color: var(--primary-bg-color);
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.onboarding-intro-begin-button {
    background-color: #285f60;
    border-radius: 15px;
    width: 150px;
    border-color: #ffffff;
    border-width: 1px;
    font-family: var(--primary-font-family);
    color: #ffffff;
}

.onboarding-intro-begin-button {
    background-color: var(--primary-bg-color);
    border-radius: 15px;
    width: 250px;
    border-color: #000000;
    border-width: 1px;
    font-family: var(--primary-font-family);
    color: var(--primary-text-color);
}

.onboarding-question-navigation-button:hover {
    background-color: #b0bbb1;
}

.onboarding-accordion-custom {
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
}

.onboarding-accordion-header {
    border-width: 0;
    padding: 0;
    margin-bottom: 5px;
}

.onboarding-custom-title {
    background-color: var(--primary-bg-color);
    font-family: var(--primary-font-family);
    font-size: 0.75rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    font-weight: 300;
}

.onboarding-custom-title:hover {
    color: var(--tertiary-text-color);
}

.onboarding-accordion-text {
    font-family: var(--primary-font-family);
    font-size: 15px;
    background-color: var(--primary-bg-color);
}

.onboarding-range-option {
    font-family: var(--primary-font-family);
    font-size: 0.75rem;
    background-color: var(--primary-bg-color);
    margin-top: 21px;
    font-weight: 300;
}

.onboarding-question-number {
    grid-area: quesitonNumber;
    font-family: var(--primary-font-family);
    font-size: 0.5rem;
    background-color: var(--primary-bg-color);
    text-align: center;
    height: 20px;
    font-weight: 300;
    margin-top: 20px;
}

.onboarding-intro-FAQ {
    font-family: var(--primary-font-family);
    font-size: 30px;
    background-color: var(--primary-bg-color);
    text-align: center;
}

.onboarding-body-custom {
    background-color: #ffffff;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.see-my-personality-score-button {
    background-color: var(--primary-bg-color);
    border: 1px solid #000000;
    border-radius: 10px;
    margin-top: 10px;
    background-color: var(--primary-bg-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

.see-my-personality-score-button:hover {
    background-color: #51675a;
}

.onboarding-intro-box-welcome-screen {
    display: flex;
    flex-direction: column;
    width: 70%;
    overflow-y: auto;
    margin-top: 61px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;

    /* border: 2px solid #bdbdbd */
    /* box-shadow: 0px 0 10px #b0bbb1 */
    border-radius: 15px;
    align-items: center;
}

.onboarding-intro-box-colleague-selection {
    display: flex;
    flex-direction: column;
    width: 70%;
    overflow-y: auto;
    margin-top: 61px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #bdbdbd;
    box-shadow: 0px 0 10px #b0bbb1;
    border-radius: 15px;
    align-items: center;
    padding: 20px;
    justify-content: flex-start;
    height: 80%;
}

.onboarding-questions-title {
    font-family: var(--bs-body-font-family);
    font-size: 1.75rem;
    font-weight: 300;
    align-self: flex-start;
}

@keyframes flashHighlight {
    0%,
    100% {
        background-color: transparent;
    }

    /* Original color at the start and end */
    50% {
        background-color: #076254;
    }

    /* Red in the middle of the animation cycle */
}

.onboarding-flash-highlight {
    animation: flashHighlight 1s infinite;

    /* Runs the animation continuously every 1 second */
}

.onboarding-lottie-box {
    width: 300px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.onboarding-score-interpretation-grid {
    width: 70%;
}

.usericons-convowindow {
    grid-area: recordButton;
    width: 50px;
    height: 50px;
    background-color: #285f60;
}

.coach-play-btn.disabled {
    background-color: var(--primary-button-disabled-color);
    pointer-events: none;

    /* Prevents clicking */
    cursor: not-allowed;

    /* Shows an indicator that the button is disabled */
}

.usericons-convowindow {
    grid-area: recordButton;
    width: 50px;
    height: 50px;
    background-color: #285f60;
}

.coach-convo-window-buttons {
    width: 50px;
    height: 50px;
}

@keyframes flashRed {
    0%,
    100% {
        background-color: transparent;
    }

    /* Original color at the start and end */
    50% {
        background-color: #932424;
    }

    /* Red in the middle of the animation cycle */
}

.flash-red {
    animation: flashRed 1s infinite;

    /* Runs the animation continuously every 1 second */
}

.spider-chart-container {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

    /* Distribute space around the items */
    align-items: center;

    /* Center the items vertically */
}

.personality-speed-btn {
    grid-area: resultsSpeed;
    margin-right: 10px;
    display: none;
}

.personality-team-chart-container,
.personality-user-chart-container,
.personality-others-chart-container {
    /* Set the desired width */
    height: 90%;

    /* Set the desired height */
    display: flex;

    /* Set to flex to allow canvas to grow */
    justify-content: center;

    /* Center the content */
    align-items: center;

    /* Center the content vertically */
}

.spider-chart {
    /* Ensure the canvas takes the full width */
    height: 100%;
    display: block;
    box-sizing: border-box;

    /* Ensure the canvas takes the full height */
}

@media (max-width: 575px) {
    .personality-team-chart-container,
    .personality-user-chart-container,
    .personality-others-chart-container {
        width: 150px;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .personality-team-chart-container,
    .personality-user-chart-container,
    .personality-others-chart-container {
        width: 200px;
    }
}

@media (min-width: 1024px) {
    .personality-team-chart-container,
    .personality-user-chart-container,
    .personality-others-chart-container {
        width: 350px;
    }
}

.colleague-selection-interactive-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 40%;
    border-radius: 15px;
    border: 2px solid #bdbdbd;
    box-shadow: 0px 0 10px var(--primary-shadow-color-incomplete);
    padding: 15px;
    align-items: center;
}

.colleague-selection-input-title {
    font-family: var(--primary-font-family);
    color: var(--primary-text-color);
    word-break: normal;
    margin-bottom: 15px;
    font-size: 1rem;
    width: 100%;
    font-weight: 300;
}

.colleague-selection-panel1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.colleage-selection-input-box {
    background-color: var(--primary-bg-color);
    font-family: var(--primary-font-family);
    color: #000000;
    border-radius: 10px;
    border: 1px solid #000000;
    padding-left: 10px;
    font-size: 0.75rem;
    font-weight: 300;
}

.colleague-selection-autocomplete-options {
    color: #285f60;
    font-family: var(--primary-font-family);
    padding-left: 10px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 300;
}

a.suggestion-item {
    font-family: var(--primary-font-family);
    color: #285f60;
    text-decoration: none;
}

.colleague-selection-list-of-colleagues-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.colleague-selection-selected-colleagues-list {
    color: var(--secondary-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.colleague-list-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
    align-items: center;
}

.selected-colleague-list-name {
    white-space: normal;
    color: var(--secondary-text-color);
    display: flex;
    flex-wrap: wrap;
}

.selected-colleague-list-button {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    border: 1px solid #b0adad;
    color: #b8b8b8;
}

.selected-colleague-list-button:hover {
    background-color: #285f60;
}

.selected-colleague-list-filler {
    flex: 1;
}

.colleague-selection-submit-btn {
    background-color: var(--primary-bg-color);
    border-radius: 10px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font-family);
    color: var(--primary-text-color);
    width: 80%;
    margin-top: 40px;
    font-size: 1rem;
    font-weight: 300;
    padding: 10px;
}

.colleague-selection-submit-btn:hover {
    background-color: var(--primary-outline-color);
}

.colleague-selection-page-title {
    /* margin-bottom: 50px */
    margin-top: 30px;
    font-size: 50px;
    width: 70%;
    font-family: var(--primary-font-family);
    font-weight: 300;
}

@media (min-width: 800px) and (max-width: 1200px) {
    .colleague-selection-page-title {
        font-size: 50px;
    }
}

@media (min-width: 400px) and (max-width: 799px) {
    .colleague-selection-page-title {
        font-size: 40px;
    }
}

.colleague-selection-intro-text {
}

@media (min-width: 400px) and (max-width: 799px) {
    .colleague-selection-intro-text {
        font-size: 15px;
    }

    .colleague-selection-input-title {
        font-size: 15px;
    }

    .colleague-selection-interactive-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 30px;
    }

    .colleague-selection-panel1 {
        width: 100%;
    }
}

.onboarding-questions-box {
    width: 45vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #ffffff;
    padding: 20px;
    align-items: center;
    border-radius: 15px;
    border: 2px solid #bdbdbd;
    box-shadow: 0px 0 10px var(--primary-shadow-color-incomplete);
}

.onboarding-questions-colleague-disclaimer {
    color: red;
    text-align: center;
    font-size: 12px;
}

@keyframes flashLightGreen {
    0%,
    100% {
        background-color: transparent;
    }

    /* Original color at the start and end */
    50% {
        background-color: #5a8f6f;
    }
}

.flash-green {
    animation: flashLightGreen 1s infinite;

    /* Runs the animation continuously every 1 second */
}

.onboarding-questions-right-box {
    background-color: var(--primary-bg-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 5px 0px #e6e6e6;
    padding: 20px;
    border: 2px solid #bdbdbd;
    box-shadow: 0px 0 10px var(--primary-shadow-color-incomplete);
    border-radius: 15px;
}

.onboarding-questions-resume-box {
    width: 90%;
    height: 25%;
    margin-bottom: 3vh;
}

.onboarding-questions-goals-box {
    width: 100%;
    margin-bottom: 3vh;
    flex: ;
}

.onboarding-questions-main-container {
    width: 90vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    height: 90vh;
    margin-top: 5vh;
}

.onboarding-questions-big-five-explainer {
    width: 100%;
    flex: 1;
}

.onboarding-questions-fiv-five-explainer-accordion {
    bottom: 0;
    background-color: var(--primary-bg-color);
}

.onboarding-questions-questions-box {
    display: grid;
    grid-template-columns: auto 150px 1fr 150px auto;
    grid-template-rows: auto auto 40px 40px 20px auto 5px auto;
    grid-template-areas: ". . questionNumber . ." "title title title title title" ". range range range ." "veryInaccurate veryInaccurate . veryAccurate veryAccurate" ". . . . ." ". previousButton . nextButton ." ". . . . ." "disclaimer disclaimer disclaimer disclaimer disclaimer";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.onboarding-questions-leadership-qualities-options {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.onboarding-questions-leadership-option-boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: var(--primary-bg-color);
    margin-left: 5px;
    margin-top: 5px;
    font-size: 12px;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: var(--primary-text-color);
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    border-left: 1 none;
    border-right: 1 none;
    border-bottom: 1 none;
    border-width: 1px;
    border-style: solid;
    border-top: 1px solid;
    margin-bottom: 10px;
    background-color: #b0bbb1;
    font-weight: 300;
}

.file-name {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.onboarding-question-anything-else-box {
    width: 90%;
}

.onboarding-questions-anything-else-save {
    background-color: var(--primary-bg-color);
    border: 1px solid #000000;
    border-radius: 10px;
    margin-top: 10px;
    background-color: var(--primary-bg-color);
    font-weight: 300;
}

.onboarding-questions-anything-else-save:hover {
    background-color: #b0bbb1;
}

.onboarding-questions-leadership-strengths {
    width: 100%;
    background-color: var(--primary-bg-color);
    padding: 20px;
    border: 2px solid #bdbdbd;
    box-shadow: 0px 0 10px var(--primary-shadow-color-incomplete);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    /* align-items: center */
}

.disable-submit-colleague-button {
    border: 1px solid #000000;
    background-color: var(--primary-button-disabled-color);
    pointer-events: none;
    cursor: not-allowed;
}

.prev-next-icons {
    color: #000000;
}

.onboarding-intro-nav-buttons-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.carousel-indicators .onboarding-intro-nav-buttons-progress {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0d4a11;
    height: 2px;
    margin-top: auto;
    margin-bottom: auto;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.carousel-indicators .onboarding-intro-nav-buttons-progress.active {
    background-color: #932424;

    /* Red color when active */
}

.onboarding-intro-all-boxes {
    border: 2px solid #bdbdbd;
    background-color: var(--primary-bg-color);
    box-shadow: var(--primary-box-shadow);
    border-radius: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.onboarding-intro-carousel-slide-container {
    margin-top: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
}

/* Hover effect */
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    filter: invert(60%);
}

.onboarding-intro-header {
    margin-bottom: 10px;
    overflow-y: auto;
}

.onboarding-intro-box-content {
    flex: 1;
}

.onboarding-intro-header-text {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: var(--bs-body-font-family);
    text-align: center;
    color: #486a38;
}

.onboarding-intro-box-text {
    font-family: var(--bs-body-font-family);
    font-size: 0.9rem;
    font-weight: 300;
}

.onboarding-intro-emphasis {
    color: #3c6936;
    font-weight: 400;
    font-size: 0.9rem;
    text-align: center;
}

.onboarding-text-in-boxes {
    font-weight: 300;
    font-family: var(--bs-body-font-family);
    font-size: 1rem;
}

.onboarding-analysis-modal {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.onboarding-modal-title {
    font-weight: 300;
    text-align: center;
}

.onboarding-modal-body-left-box {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.onboarding-modal-body-right-box {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.onboarding-modal-body {
    width: 100%;
    height: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.onboarding-modal-lottie-container {
    width: 100%;
    height: 70%;
    font-weight: 300;
}

.onboarding-modal-text-under-lottie {
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.onboarding-modal-right-box-text-container {
    width: 100%;
    height: 50px;
    display: flex;
    gap: 10px;
}

.onboarding-modal-text-lotties {
    width: 50px;
    height: 50px;
}

.onboarding-modal-right-box-text-words {
    margin-bottom: 0;
    font-weight: 300;
}

.onboarding-modal-ready-to-proceed-box {
    width: 100%;
    margin-top: 50px;
}

.onboarding-modal-ready-to-proceed-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #000000;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px;
    width: 400px;
}

.onboarding-modal-ready-to-proceed-btn:hover {
    background-color: var(--secondary-bg-color);
}

@media (max-width:767px) {
    .onboarding-intro-box-welcome-screen {
        width: 90%;
        height: 100%;
    }
}

.carousel-right-control {
    height: 500px;
    margin-top: 10px;
}

@media (max-width:767px) {
    .carousel-right-control {
        right: -20px;
    }
}

.carousel-left-control {
    height: 500px;
    margin-top: 10px;
}

@media (max-width:767px) {
    .carousel-left-control {
        left: -20px;
    }
}

.carousel-main-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-progress-mine {
}

@media (max-width:767px) {
    .carousel-progress-mine {
        /* bottom: -100px */
    }

    .onboarding-intro-nav-buttons-container {
        height: 60vh;
    }

    .onboarding-intro-box3 {
        height: 600px;
    }

    .carousel-main-box {
        height: 100%;

        /* height: 700px */
    }

    .carousel-inner {
        height: 100%;
    }
}

.carousel-slide1-container {
}

@media (max-width:767px) {
    .carousel-slide1-container {
    }
}


