.client-sidebar {
    background: linear-gradient(180deg, #063b63, #062b55);
}

.client-body .admin-eyebrow {
    color: #0e9fa6;
}

.client-quote-total {
    font-size: 2rem;
    color: #062b55;
    font-weight: 900;
    letter-spacing: -.04em;
}

.client-accept-box {
    border: 1px solid #bde7eb;
    background: #f0fbfc;
    border-radius: 16px;
    padding: 18px;
}

.client-accept-box label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-weight: 800;
    color: #10243f;
}

.client-accept-box input {
    margin-top: 4px;
}

.client-portal-note {
    background: #fbfdff;
    border: 1px solid #dce7f0;
    border-radius: 16px;
    padding: 16px;
    color: #63738b;
    font-weight: 700;
}
