/* .assessment-card{

    border:1px solid #4F8EF7;

    border-radius:16px;

    padding:16px;

    background:#fff;

} */

.assessment-container{

    border:1px solid #4F8EF7;

    border-radius:16px;

    padding:16px;

    background:#fff;

}

.assessment-question{

    display:flex;

    flex-direction:column;

    gap:16px;

}

.assessment-card hr{

    margin:24px 0;

    opacity:1;

    border-color:#D9D9D9;

}

.question-title{

    font-size:14px;

    line-height:24px;

    font-weight:500;

    color:#1D2321;

}

.learn-more{

    font-size:14px;

    color:#4F8EF7;

    text-decoration:none;

}

.learn-more:hover{

    text-decoration:underline;

}

.answer-pill{

    position:relative;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:max-content;

    min-height:28px;

    padding:6px 12px;

    border:1px solid #D9D9D9;

    border-radius:20px;

    background:#fff;

    cursor:pointer;

    transition:.25s ease;

}

.answer-pill input{

    position:absolute;

    opacity:0;

    pointer-events:none;

}

.answer-text{

    font-size:12px;

    line-height:16px;

    color:#666;

    transition:.25s ease;
    white-space:normal;
    word-break:break-word;

}

.answer-pill:hover{

    border-color:#3791E5;

    background:#F5FAFF;

}

.answer-pill.active{

    background:#3791E5;

    border-color:#3791E5;

}

.answer-pill.active .answer-text{

    color:#fff;

}

.assessment-answer{
    cursor:pointer;
    transition:.2s ease;
}

.assessment-answer.active{
    border-color:#3791E5;
    background:#EEF6FF;
}


.assessment-loader{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-direction:column;

    min-height:250px;

}

.assessment-loader .spinner-border{

    width:3rem;

    height:3rem;

}

.hope-prev-tab:disabled,
.hope-next-tab:disabled{

    opacity:.5;

    pointer-events:none;

    cursor:not-allowed;

}

.save_progress{
    border: 2px solid #A6A6A6;
    color: #A6A6A6;

}


.hope-progress-circle{
    position:relative;
    width:180px;
    margin:auto;
}

.hope-progress-circle svg{
    display:block;
}

.hope-progress-text{

    position:absolute;

    left:50%;

    bottom:-2px;

    transform:translateX(-50%);

    font-size:18px;

    font-weight:700;

    line-height:22px;

    color:#1D2321;

}

.hope-progress-circle{

    width:190px;

    margin:0 auto;

    position:relative;

}

.hope-progress-circle svg{

    display:block;

    width:100%;

    height:auto;

}

.hope-progress-text{

    position:absolute;

    left:50%;

    top:68px;

    transform:translateX(-50%);

    font-size:16px;

    font-weight:700;

    color:#1D2321;

}


.hope-progress-circle{
    position: relative;
}

.hope-progress-text{
    position: absolute;
    left: 50%;
    top: 72px;          /* adjust as needed */
    transform: translateX(-50%);
    text-align: center;
}

#hopeOverallScore{
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}


.hope-tab-score{

    min-width:40px;
    height:30px;

    border-radius:8px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-left:16px;

    font-size:14px;
    font-weight:600;

    color:#fff;

    background:#CBD5E1;

    flex-shrink:0;
}


.hope-resource-table-wrapper{

    border:1px solid #D7DCE5;
    border-radius:8px;
    overflow:hidden;
    background:#fff;

}

.hope-resource-table{

    width:100%;
    border-collapse:collapse;
    background:#fff;

}

.hope-resource-table thead{

    background:#F5F7FA;

}


.hope-resource-table th{

    padding:14px 18px;
    text-align:left;
    background:#EEF4FF;
    font-size:14px;
    font-weight:600;
    border:1px solid #D7DCE5;

}

.hope-resource-table td{

    padding:14px 18px;
    border:1px solid #E5E7EB;
    font-size:14px;

}

.hope-resource-link{

    color:#3B82F6;
    text-decoration:none;

}

.hope-resource-link:hover{

    text-decoration:underline;

}

.hope-resource-table tbody tr:last-child td{

    border-bottom:none;

}

.hope-download-link{

    color:#3791E5;
    font-weight:500;
    text-decoration:none;

}

.hope-download-link:hover{

    text-decoration:underline;

}

.hope-no-resource{

    padding:40px 20px;
    text-align:center;
    font-size:16px;
    color:#6B7280;
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:8px;

}


/*=====================================================
  HEADING SCORE CARD
======================================================*/

.hope-heading-score-card{
    margin-top:24px;
    background:#E6F0FF;
    border-radius:12px;
    padding:18px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}


.hope-heading-score-card{

    margin-left:-16px;
    margin-right:-16px;
    margin-bottom:-16px;

    border-radius:0 0 12px 12px;

}



.hope-heading-score-left{
    flex:1;
}

.hope-heading-title{
    font-size:15px;
    font-weight:600;
    color:#1D2321;
    margin:0 0 2px;
}

.hope-heading-score-title{
    font-size:13px;
    font-weight:500;
    color:#1D2321;
    margin:0 0 10px;
}

.hope-heading-score-legends{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:10px;
}

.legend-item{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:11px;
    color:#636363;
}

.legend-dot{
    width:8px;
    height:8px;
    border-radius:50%;
}

.legend-dot.red{
    background:#D04316;
}

.legend-dot.orange{
    background:#EB943D;
}

.legend-dot.yellow{
    background:#FCC72A;
}

.legend-dot.green{
    background:#34850D;
}

.hope-heading-score-message{
    margin:0;
    font-size:12px;
    color:#666;
    line-height:1.6;
}

.hope-heading-score-right{
    width:100px;
    min-width:100px;
    height:100px;
    border-radius:8px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    font-weight:700;
    color:#1D2321;
    background:#FCC72A;
}

.self-assessment-options{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:nowrap;
    margin-top:12px;
}

.self-answer-pill{
    margin:0;
}

.self-question-row{

    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    flex-direction:row;

}

.question-left{

    flex:1;
    padding-right:20px;

}

.question-right{

    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:nowrap;
}
