.leadingDollarSign {
    align-items: center;
    background: var(--bs-gray-500);
    font-size: 1.1rem;
    font-weight: 400;
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
    line-height: 1.5;
    padding: .25rem .5rem .25rem .5rem;
}

.leadingDollarInput {
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}

tr.GreenText {
    color: #00bb00;
}

table.CiIneligibleNewPlanOptions > tbody > tr > td > ul {
    list-style-type: none;
    padding: 0;
}

.ci25-medical-checkbox-label {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
}

.MedicalQuestionHeader {
    top: 5px;
    left: 5px;
    right: 5px;
    height: 50px;
    position: absolute;
}

.MedicalQuestionBody {
    top: 60px;
    bottom: 80px;
    left: 20px;
    right: 20px;
    position: absolute;
    overflow-y: scroll;
    overflow-x: auto;
}

.MedicalQuestionFooter {
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    position: absolute;
}

.thick-blue-underline {
    text-decoration: underline;
    text-decoration-thickness: .2rem;
    text-decoration-color: var(--bs-wellabe-cta);
}

.cursor-pointer {
    cursor: pointer;
}

[data-bs-theme=light] {
    .highlight-rider-button {
        border-radius: .5rem;
        box-shadow:
                0.25rem 0.25rem 0 rgba(255, 255, 255, 0.04), 
                0.4rem 0.4rem 0 rgba(120, 150, 200, 0.18),   
                0.5rem 0.5rem 0 rgba(0, 0, 0, 0.4);
    }
}

[data-bs-theme=dark]
{
    .highlight-rider-button {
        border-radius: .5rem;
        box-shadow:
                0.25rem 0.25rem 0 rgba(255, 255, 255, 0.06),     
                0.4rem 0.4rem 0 rgba(57, 110, 190, 0.3),
                0.5rem 0.5rem 0 rgba(20, 40, 80, 0.6)  
    }
}