.report-wrapper {
    min-height: 400px;
    padding-top: 40px;
}

.report-title {
    margin-top: 50px;
}

.report-subtitle {
    margin-bottom: 15px;
}

.report-table {
    width: 100%;
    border: none;
}

.report-section {
    background-color: #ebf5fa;
    border-bottom: 5px solid #fff;
    padding-top: 20px;
}

.report-desc {
    font-size: 10px;
}

.interpretation-box {
    font-size: 12px;
    background: #deeef6;
    padding: 10px;
}

.report-overall {
    background-color: #ebf5fa;
}

.progress-bar-container {
    height: 20px;
    background: #e1d8d8;
    border-radius: 5px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

.progress-bar {
    height: 20px;
    border-radius: 5px 0 0 5px;
    line-height: 20px;
}

.progress-red {
    background: red;
}

.progress-green {
    background: green;
}

.progress-blue {
    background: blue;
}

.psyTst-overall-cards {
    padding: 20px;
}

.card-cont {
    margin-top: 70pt;
}

.report-trend {
    background-color: #ebf5fa;
}

.trend-title {
    margin-top: 35pt;
}
.eligibility-form {
    max-width: 700px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.form-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 15px;
    background: #f9f9f9;
}

.form-option input[type="radio"] {
    transform: scale(1.2);
    cursor: pointer;
}

.submit-btn {
    display: block;
    margin-left: auto;
    padding: 10px 20px;
    font-size: 16px;
    background: #2f8bfd;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #1f6edb;
}

