@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazor.Flags/Blazor.Flags.bundle.scp.css';

/* _content/CPPA.DROP.Consumer.UI/Components/AppealSuccessComponent.razor.rz.scp.css */

.eligibility-container[b-txvoy3qyel] {
    max-width: 650px;
    min-height: 100vh;
    margin-left: 26px;
}

.btn-primary[b-txvoy3qyel] {
    padding: 12px 28px;
    min-width: 100px;
    background-color: #046B99;
    color: white;
    border-radius: 4px;
    font-weight: 500;
}
/* _content/CPPA.DROP.Consumer.UI/Components/Consentmodal.razor.rz.scp.css */
.btn-primary[b-xypzlckcc4] {
    background-color: #046B99;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    min-width: 130px;
    padding-left: 14px;
    padding-right: 14px;
}
.modal-header[b-xypzlckcc4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 1rem 0 1rem;
    margin-bottom: 1rem;
    position: relative;
}

    .modal-header h3[b-xypzlckcc4] {
        margin: 0;
        font-size: 1.4rem;
        font-weight: bold;
        color: #2d3748;
    }

.popup-footer[b-xypzlckcc4] {
    padding: 1rem 1rem;
}
/* _content/CPPA.DROP.Consumer.UI/Components/ConsumerDashboard.razor.rz.scp.css */
.consumer-container[b-82jatx34o0] {
    max-width: 620px;
    margin-left: 26px;
}

.consumer-requestcontent[b-82jatx34o0] {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

.data-provided[b-82jatx34o0] {
    color: #3A3947;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.profile-data[b-82jatx34o0] {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .profile-data h5[b-82jatx34o0] {
        color: #3A3947;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

        .profile-data h5:first-child[b-82jatx34o0] {
            margin-top: 0;
        }

.data-field[b-82jatx34o0] {
    display: flex;
    align-items: center;
   
}
.field-value[b-82jatx34o0] {
    flex: 1;
    font-size: 16px;
    color: #333;
    display:flex;
    gap:10px;
}

.row[b-82jatx34o0] {
    --bs-gutter-x: -0.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.field-actions[b-82jatx34o0] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.verified-badge[b-82jatx34o0] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    margin-top: 15px;
}

.success-icon[b-82jatx34o0] {
    width: 24px;
    height: 24px;
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.verified-text[b-82jatx34o0] {
    color: #155724;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #28a745;
}

.remove-button[b-82jatx34o0] {
    background: none;
    border: none;
    color: #046B99;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin-right: 200px;
}

    .remove-button:focus[b-82jatx34o0] {
        outline: none;
    }

.add-link[b-82jatx34o0] {
    color: #046B99;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

    .add-link:hover[b-82jatx34o0] {
        color: #035a7f;
    }

.action-buttons[b-82jatx34o0] {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 34px;
}

.popup-actions[b-82jatx34o0] {
    justify-content: space-between;
}

.popup-content[b-82jatx34o0] {
    padding: 40px;
}

    .popup-content p[b-82jatx34o0] {
        margin-bottom: 40px;
    }

.btn-submit[b-82jatx34o0] {
    background-color: #046B99;
    color: white;
    border: none;
    padding: 12px 12px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
}

    .btn-submit:hover[b-82jatx34o0] {
        background-color: #035a7f;
    }

.btn-save[b-82jatx34o0] {
    background-color: #046B99;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
}

    .btn-save:hover[b-82jatx34o0] {
        background-color: #035a7f;
    }

.btn-cancel[b-82jatx34o0] {
    background: none;
    border: none;
    color: #046B99;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    padding: 12px 0;
}

    .btn-cancel:hover[b-82jatx34o0] {
        color: #035a7f;
    }
.ammend-request[b-82jatx34o0] {
   display: flex;
   justify-content: flex-end; 
   margin-bottom: 20px;
   margin-right:10px;
   margin-top:-10px;
}
.footer-disclaimer[b-82jatx34o0] {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
}

    .footer-disclaimer a[b-82jatx34o0] {
        color: #046B99;
        text-decoration: underline;
        font-size:16px;
    }

        .footer-disclaimer a:hover[b-82jatx34o0] {
            color: #035a7f;
        }

@media (max-width: 768px) {
    .consumer-container[b-82jatx34o0] {
        padding: 15px;
    }

    .action-buttons[b-82jatx34o0] {
        flex-direction: column;
    }

    .btn-submit[b-82jatx34o0],
    .btn-save[b-82jatx34o0] {
        width: 100%;
    }
}

.form-control[b-82jatx34o0] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    width: 100%;
}

    .form-control:focus[b-82jatx34o0] {
        border-color: #046B99;
        outline: none;
        box-shadow: 0 0 0 2px rgba(4, 107, 153, 0.25);
    }

.processing-message[b-82jatx34o0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 4px;
    padding: 15px;
    margin-top: 20px;
}

    .processing-message .text-danger[b-82jatx34o0] {
        color: #dc3545 !important;
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
    }

.text-danger[b-82jatx34o0] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}

.phone-verification[b-82jatx34o0] {
    padding: 10px;
    border-radius: 4px;
}

.form-check-inline[b-82jatx34o0] {
    margin-right: 15px;
}

.form-check-input[b-82jatx34o0] {
    margin-right: 5px;
}

.form-check-label[b-82jatx34o0] {
    font-size: 14px;
    color: #333;
}
.tooltip-box[b-82jatx34o0] {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px;
    width: 450px;
    z-index: 1000;
    margin-top: 8px;
    position: absolute;
}

    .tooltip-box p[b-82jatx34o0] {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
        color: #4a4a4a;
    }

.tooltip-close[b-82jatx34o0] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
}

    .tooltip-close:hover[b-82jatx34o0] {
        color: #333;
    }

.position-relative[b-82jatx34o0] {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.tooltip-maid[b-82jatx34o0] {
    top: -155px;
    left: 290px;
}

.tooltip-tvid[b-82jatx34o0] {
    top: -160px;
    left: 180px;
}

.tooltip-vin[b-82jatx34o0] {
    top: -100px;
    left: 340px;
}
.agent-name[b-82jatx34o0]{
    width:250px;
}
@media (max-width: 640.8px) {
    .agent-name[b-82jatx34o0] {
        width: unset !important;
    }
}


/* _content/CPPA.DROP.Consumer.UI/Components/Consumerreviewmodal.razor.rz.scp.css */
.stepper-wrapper[b-gqmspk083a] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0.5rem;
    width: calc(100% - 4rem);
}

.step[b-gqmspk083a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.step-circle[b-gqmspk083a] {
    width: 32px;
    height: 30px;
    border-radius: 50%;
    background-color: lightgray;
    border: 2px solid lightgray;
    z-index: 2;
    transition: all 0.3s ease;
}

    .step-circle.active[b-gqmspk083a],
    .step-circle.completed[b-gqmspk083a] {
        background: radial-gradient(circle, #046899 0%, #046899 40%, #7BC8E8 40%, #7BC8E8 100%);
    }

.step-line[b-gqmspk083a] {
    flex-grow: 1;
    height: 7px;
    background-color: lightgray;
    margin: 7px -57px 7px -50px;
    z-index: 1;
}

    .step-line.completed[b-gqmspk083a] {
        background-color: #7BC8E8;
    }

.step.active .step-line[b-gqmspk083a] {
    background-color: #7BC8E8;
}

.step-label[b-gqmspk083a] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

    .step-label.active[b-gqmspk083a] {
        color: #153554;
        font-weight: bold;
        font-size: 1rem;
    }

    .step-label.completed[b-gqmspk083a] {
        color: #006bb7;
        font-weight: bold;
        font-size: 1rem;
    }

.btn-primary[b-gqmspk083a] {
    background-color: #046B99;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    min-width: 130px;
    padding-left: 14px;
    padding-right: 14px;
}

.modal-overlay[b-gqmspk083a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-gqmspk083a] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}
.modal-header[b-gqmspk083a] {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: none;
}

.modal-body[b-gqmspk083a] {
    padding: 1rem 2rem;
    
}

.modal-footer[b-gqmspk083a] {
    border-top: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}




.data-broker-updated[b-gqmspk083a] {
    color: #666;
    font-size: 0.9rem;
}



.field-label[b-gqmspk083a] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.field-value[b-gqmspk083a] {
    color: #333;
    font-size: 1rem;
    font-weight: normal;
}

.link[b-gqmspk083a] {
    margin-left: auto;
}
.modal-title[b-gqmspk083a] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.btn-close[b-gqmspk083a] {
    background: none;
    border: none;
    font-size: 2.5rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 640.98px) {
    .stepper-wrapper[b-gqmspk083a] {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 2rem);
    }

    .step[b-gqmspk083a] {
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 15px;
    }

    .step-circle[b-gqmspk083a] {
        width: 44px;
        height: 44px;
    }

    .step-line[b-gqmspk083a] {
        width: 7px;
        height: 18px;
        margin: 0;
        transform: rotate(0deg);
        margin-left: 18px;
    }

    .step-label[b-gqmspk083a] {
        text-align: left;
        margin-top: 0;
        font-size: 0.9rem;
    }

        .step-label.active[b-gqmspk083a] {
            font-size: 1rem;
        }

    .step-labe.completed[b-gqmspk083a] {
        font-size: 1rem;
    }
}
@media(max-width:768px) {
    .link[b-gqmspk083a] {
        align-items: center;
        margin-left: 0;
    }

    .modal-footer[b-gqmspk083a] {
        justify-content: center;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/CountryPhoneInput.razor.rz.scp.css */
.countryflagItems[b-vyp5klmgzo] {
    max-width: 2rem;
    height: 10rem;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
}


/* _content/CPPA.DROP.Consumer.UI/Components/DataRemovalComponent.razor.rz.scp.css */
.consumer-container[b-2v78vvu6m5] {
    max-width: 625px;
    min-height: 100vh;
    margin-left: 26px;
}

.consumer-requestcontent[b-2v78vvu6m5] {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.modal-header[b-2v78vvu6m5]{
    justify-content:flex-end;
    margin-top:0px;
}
.profile-data[b-2v78vvu6m5] {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
    
    .profile-data h5[b-2v78vvu6m5] {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 25px;
    }
    .profile-data h3[b-2v78vvu6m5] {
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 0;
        border-bottom: 1px solid #461919;
        padding-bottom: 10px;
    }

        .profile-data h5:first-child[b-2v78vvu6m5] {
            margin-top: 0;
        }

.data-field[b-2v78vvu6m5] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .data-field:last-child[b-2v78vvu6m5] {
        border-bottom: none;
    }
.popup-actions[b-2v78vvu6m5] {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 34px;
}
.field-value[b-2v78vvu6m5] {
    flex: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.field-actions[b-2v78vvu6m5] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.remove-link[b-2v78vvu6m5] {
    color: #dc3545;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 1rem; /* One tab space */
}

.remove-icon[b-2v78vvu6m5] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.action-buttons[b-2v78vvu6m5] {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.btn-secondary[b-2v78vvu6m5] {
    background-color: white;
    color: #046B99;
    border: 1px solid #046B99;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    font-size: 1rem;
    max-width: 100px;
}

.btn-primary[b-2v78vvu6m5] {
    padding: 12px 28px;
    min-width: 100px;
    background-color: #046B99;
    color: white;
    border-radius: 4px;
    font-weight: 500;
}
.btn-profile[b-2v78vvu6m5] {
    padding: 12px 28px;
    min-width: 100px;
    background-color: #046B99;
    color: white;
    border-radius: 4px;
    font-weight: 500;
}
.tooltip-box[b-2v78vvu6m5] {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px;
    width: 450px;
    z-index: 1000;
    margin-top: 8px;
    position: absolute;
}

    .tooltip-box p[b-2v78vvu6m5] {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
        color: #4a4a4a;
    }

.tooltip-close[b-2v78vvu6m5] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
}

    .tooltip-close:hover[b-2v78vvu6m5] {
        color: #333;
    }

.position-relative[b-2v78vvu6m5] {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.tooltip-maid[b-2v78vvu6m5] {
    margin-top: -200px;
    left: 400px;
}

.tooltip-tvid[b-2v78vvu6m5] {
    margin-top: -160px;
    left: 290px;
}

.tooltip-vin[b-2v78vvu6m5] {
    margin-top: -20px;
    left: 340px;
}


@media (max-width: 640.80px) {
    .consumer-container[b-2v78vvu6m5] {
        padding: 15px;
        margin-left: 0;
    }

    .action-buttons[b-2v78vvu6m5] {
        flex-direction: column;
        margin-left: 0;
        align-items:flex-start;
    }
    .popup-actions[b-2v78vvu6m5]{
        flex-direction:row;
    }
    .btn-profile[b-2v78vvu6m5]{
        max-width:270px;
        min-width:0px;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/Donutchartcomponent.razor.rz.scp.css */
.donut-chart-container[b-c9s1jqpkbz] {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.donut-chart[b-c9s1jqpkbz] {
    position: relative;
    width: 250px;
    height: 250px;
}

    .donut-chart svg[b-c9s1jqpkbz] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.donut-center[b-c9s1jqpkbz] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.donut-count[b-c9s1jqpkbz] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #385068;
    line-height: 1;
    margin-bottom: 4px;
}

.donut-label[b-c9s1jqpkbz] {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
}
/* _content/CPPA.DROP.Consumer.UI/Components/DownloadPrint.razor.rz.scp.css */
/* Print only the popup content */
@media print {
    /* Hide everything by default */
    body *[b-wm6udom88q] {
        visibility: hidden !important;
    }

    /* Show only the popup content */
    #print-preview-body[b-wm6udom88q], #print-preview-body *[b-wm6udom88q] {
        visibility: visible !important;
    }

    /* Position popup content for single page print */
    #print-preview-body[b-wm6udom88q] {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        box-shadow: none !important;
        background: white !important;
        padding: 0.5rem !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
        page-break-inside: avoid !important;
    }

        /* Reduce spacing to fit on one page */
        #print-preview-body h1[b-wm6udom88q] {
            font-size: 18px !important;
            margin: 0.5rem 0 !important;
        }

        #print-preview-body h3[b-wm6udom88q], #print-preview-body h4[b-wm6udom88q] {
            font-size: 14px !important;
            margin: 0.3rem 0 !important;
        }

        #print-preview-body p[b-wm6udom88q] {
            margin: 0.2rem 0 !important;
            font-size: 11px !important;
        }

        #print-preview-body ul[b-wm6udom88q] {
            margin: 0.3rem 0 !important;
            padding-left: 1rem !important;
        }

        #print-preview-body li[b-wm6udom88q] {
            margin: 0.1rem 0 !important;
            font-size: 11px !important;
        }

    /* Ensure single page layout */
    @page {
        margin: 0.5in !important;
        size: letter !important;
    }

    /* Prevent page breaks within content */
    #print-preview-body *[b-wm6udom88q] {
        page-break-inside: avoid !important;
    }
}
.print-preview-overlay[b-wm6udom88q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.print-preview-content[b-wm6udom88q] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.print-preview-header[b-wm6udom88q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

    .print-preview-header h3[b-wm6udom88q] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #2d3748;
    }

    .print-preview-header .btn-close[b-wm6udom88q] {
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
    }

        .print-preview-header .btn-close:hover[b-wm6udom88q] {
            color: #000;
        }

.print-preview-body[b-wm6udom88q] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
    background-color: #f8f9fa;
}

.pdf-content-preview[b-wm6udom88q] {
    background-color: white;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-height: 600px;
}

.btn-primary[b-wm6udom88q] {
    background-color: #046B99;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    min-width: 130px;
    padding-left: 14px;
    padding-right: 14px;
}

.print-preview-footer[b-wm6udom88q] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e9ecef;
    background-color: #f8f9fa;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    border-radius: 0 0 8px 8px;
}

    .print-preview-footer .btn[b-wm6udom88q] {
        min-width: 120px;
    }
/* Print preview content styles */
.pdf-header[b-wm6udom88q] {
    text-align: center;
    margin-bottom: 30px;
}

    .pdf-header h1[b-wm6udom88q] {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #000;
    }

    .pdf-header .date[b-wm6udom88q] {
        font-size: 12px;
        margin-bottom: 30px;
        color: #000;
    }

.confirmation-message[b-wm6udom88q] {
    text-align: center;
    margin-bottom: 30px;
}

    .confirmation-message p[b-wm6udom88q] {
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

.drop-id-section[b-wm6udom88q] {
    margin-bottom: 30px;
}

    .drop-id-section .drop-id[b-wm6udom88q] {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
    }

    .drop-id-section .drop-id-description[b-wm6udom88q] {
        font-size: 12px;
        margin-bottom: 0;
        color: #000;
    }

.whats-next-section[b-wm6udom88q] {
    margin-bottom: 30px;
}

    .whats-next-section h3[b-wm6udom88q] {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #000;
    }

    .whats-next-section .description[b-wm6udom88q] {
        font-size: 12px;
        margin-bottom: 15px;
        color: #000;
    }

    .whats-next-section ul[b-wm6udom88q] {
        margin: 15px 0;
        padding-left: 20px;
    }

    .whats-next-section li[b-wm6udom88q] {
        margin-bottom: 8px;
        color: #000;
    }

.important-info-section[b-wm6udom88q] {
    margin-bottom: 20px;
}

    .important-info-section h4[b-wm6udom88q] {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
    }

    .important-info-section ul[b-wm6udom88q] {
        margin: 0;
        padding-left: 20px;
    }

    .important-info-section li[b-wm6udom88q] {
        margin-bottom: 5px;
        color: #000;
    }

.contact-info[b-wm6udom88q] {
    text-align: center;
    margin-top: 20px;
}

    .contact-info p[b-wm6udom88q] {
        font-size: 10px;
        font-style: italic;
        color: #000;
    }
/* Print styles */
@media print {
    .success-container[b-wm6udom88q] {
        background-color: white;
        box-shadow: none;
    }

    .success-content[b-wm6udom88q] {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .action-buttons[b-wm6udom88q],
    .bottom-actions[b-wm6udom88q] {
        display: none;
    }

    .email-input-group[b-wm6udom88q] {
        display: none;
    }

    .checkbox-group[b-wm6udom88q] {
        display: none;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/DropRequestComponent.razor.rz.scp.css */
.droprequest-container[b-pz84giittt] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


@media (min-width: 1200px) {
    .droprequest-container[b-pz84giittt] {
        max-width: 1000px;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}
.eligibility-container[b-pz84giittt] {
    max-width: 835px;
    min-height: 100vh;
    margin-left: 26px;
}

.stepper-wrapper[b-pz84giittt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
}
.modal-footer[b-pz84giittt]{
    padding:15px
}
.step[b-pz84giittt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}
.col-6[b-pz84giittt] {
    flex: 0 0 50%;
    width: auto;
}
.step-circle[b-pz84giittt] {
    width: 32px;
    height: 30px;
    border-radius: 50%;
    background-color: lightgray;
    border: 2px solid lightgray;
    z-index: 2;
    transition: all 0.3s ease;
}

    .step-circle.active[b-pz84giittt],
    .step-circle.completed[b-pz84giittt] {
        background: radial-gradient(circle, #046899 0%, #046899 40%, #7BC8E8 40%, #7BC8E8 100%);
    }

.step-line[b-pz84giittt] {
    flex-grow: 1;
    height: 7px;
    background-color: lightgray;
    margin: 7px -57px 7px -50px;
    z-index: 1;
}

    .step-line.completed[b-pz84giittt] {
        background-color: #7BC8E8;
    }

.step.active .step-line[b-pz84giittt] {
    background-color: #7BC8E8;
}

.step-label[b-pz84giittt] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

    .step-label.active[b-pz84giittt] {
        color: #153554;
        font-weight: bold;
        font-size: 1rem;
    }
    .step-label.completed[b-pz84giittt] {
        color: #006bb7;
        font-weight: bold;
        font-size: 1rem;
    }
.deleted-link[b-pz84giittt] {
    color: #006bb7;
    text-decoration: underline;
    font-weight: 500;
}
basic-title[b-pz84giittt] {
    color: #153554;
    font-weight: bold;
    font-size: 1.5rem;
}
.dropdown-section[b-pz84giittt] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    width:80%;
}

.dropdown-header[b-pz84giittt] {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 8px;
}
 
.dropdown-arrow[b-pz84giittt] {
    font-size: 16px;
    margin-right: 10px;
    border: 1px outset;
    height: 100%;
    display: flex;
    padding:12px 16px 12px 16px;
}

    .dropdown-arrow.expanded[b-pz84giittt] {
        transform: rotate(90deg);
        padding:12px 15px 10px 23px;
        border-right:1px outset;
        border-top:1px outset;
        border-bottom:none;
        
    }
    .dropdown-arrow:hover[b-pz84giittt] {
        background-color: #e9ecef;
    }


.dropdown-title[b-pz84giittt] {
    font-weight: 500;
    color: #333;
    font-size: 16px;
    font-weight:500;
}

.dropdown-content[b-pz84giittt] {
    max-height: 0;
    overflow: hidden;
    background-color: white;
}

    .dropdown-content.expanded[b-pz84giittt] {
        max-height: 210px;
        padding: 16px;
        border-top: 1px solid #e0e0e0;
    }

.dropdown-text[b-pz84giittt] {
    
    font-size: 16px;
    line-height: 1.5;
}

    .dropdown-text p[b-pz84giittt] {
        margin: 0;
    }


.field-description[b-pz84giittt] {
    font-size: 0.85rem;
    color: #666;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.add-button[b-pz84giittt] {
    background: none;
    border: none;
    color: #046899;
    font-size: 0.9rem;
    padding: 0;
    margin-top: 0.5rem;
    cursor: pointer;
    text-decoration: none;
}

    .add-button:hover[b-pz84giittt] {
        text-decoration: underline;
    }

    .add-button[b-pz84giittt]::before {
        content: "+ ";
        font-weight: bold;
    }
.modal-overlay[b-pz84giittt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.add-button-disabled[b-pz84giittt] {
    color: #adb5bd !important;
    cursor: not-allowed !important;
    opacity: 0.5;
    pointer-events: none;
}

    .add-button-disabled:hover[b-pz84giittt] {
        text-decoration: none !important;
            
    }

.modal-content[b-pz84giittt] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-header[b-pz84giittt] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 1rem 0 1rem;
    margin-bottom: 1rem;
    position: relative;
}

    .modal-header h3[b-pz84giittt] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: bold;
        color: #2d3748;
    }



.modal-body[b-pz84giittt] {
    padding: 0 1.5rem 1.5rem 1.5rem;
}

    .modal-body h4[b-pz84giittt] {
        margin: 0 0 1rem 0;
        font-size: 1rem;
    }

    .modal-body p[b-pz84giittt] {
        margin: 0 0 1rem 0;
        line-height: 1.6;
        font-size: 1.2rem;
    }

    .modal-body ul[b-pz84giittt] {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .modal-body li[b-pz84giittt] {
        margin-bottom: 0.5rem;
        line-height: 1.5;
        font-size:1.2rem;
        margin-left:18px;
    }
.btn-primary[b-pz84giittt] {
    background-color: #046B99;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    min-width: 130px;
    padding-left: 14px;
    padding-right: 14px;
}
.tooltip-inner[b-pz84giittt] {
    background-color: white !important;
    color: black !important;
}
.action-buttons[b-pz84giittt] {
    display: flex;
    gap: 4rem;
    align-items:flex-end;
}

    .action-buttons .btn[b-pz84giittt] {
        min-width: 140px;
    }

@media (max-width: 640.8px) {
    .tooltip-box[b-pz84giittt] {
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        padding: 16px;
        width: 450px;
        z-index: 1000;
        margin-top: 8px;
        position: absolute;
    }

        .tooltip-box p[b-pz84giittt] {
            margin: 0;
            font-size: 14px;
            font-weight: normal;
            line-height: 1.4;
            color: #4a4a4a;
        }

    .tooltip-close[b-pz84giittt] {
        position: absolute;
        top: 8px;
        right: 8px;
        background: none;
        border: none;
        font-size: 35px;
        cursor: pointer;
        color: #999;
        line-height: 1;
        padding: 0;
    }

        .tooltip-close:hover[b-pz84giittt] {
            color: #333;
        }
    .tooltip-vin[b-pz84giittt] {
        top: 20px;
        left: -40px;
    }

    .tooltip-tvid[b-pz84giittt] {
        top: 30px;
        left: -40px;
    }

    .tooltip-maid[b-pz84giittt] {
        top: 30px;
        left: -40px;
    }
    .stepper-wrapper[b-pz84giittt] {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 2rem);
    }

    .step[b-pz84giittt] {
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 15px;
    }

    .step-circle[b-pz84giittt] {
        width: 44px;
        height: 44px;
    }

    .step-line[b-pz84giittt] {
        width: 7px;
        height: 18px;
        margin: 0;
        transform: rotate(0deg);
        margin-left: 18px;
    }

    .step-label[b-pz84giittt] {
        text-align: left;
        margin-top: 0;
        font-size: 0.9rem;
    }

        .step-label.active[b-pz84giittt] {
            font-size: 1rem;
        }

    .step-labe.completed[b-pz84giittt] {
        font-size: 1rem;
    }

    .action-buttons[b-pz84giittt] {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .dropdown-section[b-pz84giittt] {
        width: 100%
    }
    
}
.tooltip-box[b-pz84giittt] {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px;
    width: 450px;
    z-index: 1000;
    margin-top: 8px;
    position: absolute;
    
}

    .tooltip-box p[b-pz84giittt] {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
        color: #4a4a4a;
    }

.tooltip-close[b-pz84giittt] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
}

    .tooltip-close:hover[b-pz84giittt] {
        color: #333;
    }

.position-relative[b-pz84giittt] {
    position: relative;
    display: inline-block;
}
.tooltip-maid[b-pz84giittt] {
    top: -155px;
    left: 290px;
}

.tooltip-tvid[b-pz84giittt] {
    top: -160px;
    left: 180px;
}
.tooltip-vin[b-pz84giittt] {
    top: -100px;
    left: 340px;
}

.field-error-border[b-pz84giittt],
input.field-error-border[b-pz84giittt],
input.form-control.field-error-border[b-pz84giittt] {
    border: 2px solid #dc3545 !important;
    border-radius: 4px !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)   !important;
}
/* _content/CPPA.DROP.Consumer.UI/Components/DropRequestComponents/ConsumerProfileField.razor.rz.scp.css */
.btn-primary[b-sb05gvlxhy] {
    background-color: #046B99;
    color: white;
    padding: 12px 25px;
    font-weight: 500;
    cursor: pointer;
    font-size: 1rem;
    min-width: 80px;
    margin-top:-10px;
    margin-left:-82px;
    border-radius:0px;
}
.btn-secondary[b-sb05gvlxhy] {
    color: black;
    padding: 12px 25px;
    font-weight: 500;
    border: 1px solid black;
    cursor: pointer;
    font-size: 1rem;
    min-width: 80px;
    margin-top: -10px;
    border-radius: 0px;
}

.verify-sent-message[b-sb05gvlxhy] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    margin-top: 15px;
}

.success-icon[b-sb05gvlxhy] {
    width: 24px;
    height: 24px;
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.verify-sent-text[b-sb05gvlxhy] {
    color: #155724;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #28a745;
}
.input-form[b-sb05gvlxhy] {
    max-width: 380px;
}
.verified-message[b-sb05gvlxhy] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    margin-top: 15px;
}

.verified-text[b-sb05gvlxhy] {
    color: #155724;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #28a745;
}
.name-button[b-sb05gvlxhy] {
    margin-left: -24px;
    background-color: #046B99;
    color: white;
    padding: 12px 25px;
    font-weight: 500;
    cursor: pointer;
    font-size: 1rem;
    min-width: 80px;
    margin-top: -10px;
    border-radius: 0px;
}
@media (max-width: 1360px) {
    .row.form-group[b-sb05gvlxhy] {
        flex-direction: column;
    }
    .btn-primary[b-sb05gvlxhy] {
        margin-left: 0px;
        margin-top: 0px;
    }
    .btn-secondary[b-sb05gvlxhy]{
        margin-top:0px;
    }
    .name-button[b-sb05gvlxhy] {
        margin-left: 0px;
        margin-top: 0px;
    }
    
}

/* _content/CPPA.DROP.Consumer.UI/Components/DropRequestComponents/DropRequestField.razor.rz.scp.css */
.btn-primary[b-hm6a52umbz] {
    background-color: #046B99;
    color: white;
    padding: 12px 30px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    min-width: 120px;
    margin-top:10px;
    margin-left:-23px;
    border-radius:0px;
}
.btn-secondary[b-hm6a52umbz] {
    min-width: 120px;
    margin-top: 10px;
    color: black;
    margin-left: 15px;
    padding: 12px 30px;
    font-weight: 500;
    border: 1px solid black;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 0px;
}
.verified-message[b-hm6a52umbz] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
}

.success-icon[b-hm6a52umbz] {
    width: 24px;
    height: 24px;
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.verified-text[b-hm6a52umbz] {
    color: #155724;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #28a745;
}

.row.form-group .col-12 .verified-message[b-hm6a52umbz] {
    margin-top: 23px;
    margin-left: -10px;
}

.row.form-group .col-12 .btn-secondary[b-hm6a52umbz] {
    margin-left: 15px;
}

.row.form-group:not(.flex-nowrap)[b-hm6a52umbz] {
    flex-wrap: nowrap !important;
    display: flex !important;
    align-items: flex-start !important;
}

    .row.form-group:not(.flex-nowrap) .col-12[b-hm6a52umbz] {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: fit-content !important;
        margin-top: 0 !important;
        padding-left: 15px !important;
    }

        .row.form-group:not(.flex-nowrap) .col-12 .btn-secondary[b-hm6a52umbz] {
            margin-top: 35px;
            white-space: nowrap;
        }

@media (max-width: 640.8px) {
    .row.form-group[b-hm6a52umbz] {
        flex-direction: column !important;
    }
    .btn-primary[b-hm6a52umbz]{
        margin-left:0px;
        margin-top:0px;
    }
    .btn-secondary[b-hm6a52umbz]{
        margin-top:0px;
    }
    .row.form-group .col-12 .verified-message[b-hm6a52umbz] {
        margin-left: 0px;
        margin-top: 10px;
    }
    
}
/* _content/CPPA.DROP.Consumer.UI/Components/DropRequestStatusComponent.razor.rz.scp.css */
.request-container[b-srq2079onz] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.status-container[b-srq2079onz] {
    max-width: 620px;
    min-height: 100vh;
    margin-left: 70px;
}

.custom-modal-size[b-srq2079onz] {
    max-width: 43%;
    max-height: 100vh;
    overflow-y: auto;
    margin-top: 20px;
}
.modal-header[b-srq2079onz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 1rem 0 1rem;
    margin-bottom: 1rem;
    position: relative;
}

    .modal-header h3[b-srq2079onz] {
        margin: 0;
        font-size: 1.4rem;
        font-weight: bold;
        color: #2d3748;
    }

.popup-body h4[b-srq2079onz] {
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #2d3748;
}
.popup-body h3[b-srq2079onz] {
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #2d3748;
}
.status-header[b-srq2079onz] {
    position: relative;
    margin-bottom: 15px;
}

.status-submitted[b-srq2079onz] {
    color: #666;
    margin-top: 2px;
    font-size:18px;
}

.close-button[b-srq2079onz] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    line-height: 1;
}

.status-circle[b-srq2079onz] {
    display: flex;
    margin: 20px 0;
}

.status-item[b-srq2079onz] {
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.status-dot[b-srq2079onz] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin-right: 12px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
}

.status-pending-for-submission[b-srq2079onz] {
    background-color: #6c757d; /* Gray */
}

.status-posted-by-consumer[b-srq2079onz] {
    background-color: #007bff; /* Blue */
}

.status-pulled-by-data-broker[b-srq2079onz] {
    background-color: #17a2b8; /* Teal */
}

.status-acknowledged-by-data-broker[b-srq2079onz] {
    background-color: #ffc107; /* Amber */
}

.status-completed-by-data-broker[b-srq2079onz] {
    background-color: #28a745; /* Green */
}

.status-withdraw-by-consumer[b-srq2079onz] {
    background-color: #dc3545; /* Red */
}

/* New status classes for DropRequestStatuses */
.status-deleted[b-srq2079onz] {
    background-color: #88B8CE; /* Light blue */
}

.status-opted-out[b-srq2079onz] {
    background-color: #143554; /* Dark blue */
}

.status-exempted[b-srq2079onz] {
    background-color: #046899; /* Medium blue */
}

.status-record-not-found[b-srq2079onz] {
    background-color: #FDB81D; /* Yellow */
}

.status-pending[b-srq2079onz] {
    background-color: #BCBBC1; /* Grey */
}

.status-label[b-srq2079onz] {
    flex-grow: 1;
    font-size: 1.2rem;
    color: #006bb7;
}

.status-count[b-srq2079onz] {
    font-weight: 500;
}

/* Modal styles - same as DataBrokerListComponent */
.modal-content[b-srq2079onz] {
    padding: 0.5rem;
}
.popup-footer[b-srq2079onz]{
    justify-content:center;
}
.table[b-srq2079onz] {
    border: 2px solid #343a40;
    font-size: 0.85rem;
    margin-top: 0px !important;
}

    .table td[b-srq2079onz], .table th[b-srq2079onz] {
        padding: 8px 6px;
        line-height: 1.3;
        vertical-align: middle;
        white-space: normal;
    }

    .table tbody tr[b-srq2079onz] {
        min-height: 40px;
    }

    .table td[b-srq2079onz] {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

.status-indicator[b-srq2079onz] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
}
.action-buttons[b-srq2079onz] {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    margin-bottom: 40px;
}

    .action-buttons .btn[b-srq2079onz] {
        padding: 10px 25px;
        font-weight: 500;
        border-radius: 4px;
    }

    .action-buttons .btn-primary[b-srq2079onz] {
        background-color: #006bb7;
        border-color: #006bb7;
    }
.form-control[b-srq2079onz] {
    font-size: 1rem;
}

.modal-header[b-srq2079onz] {
    justify-content: flex-end;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.btn-secondary.rounded-pill[b-srq2079onz] {
    border-radius: 50px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 0.85rem;
}
.table-row-white[b-srq2079onz] {
    background-color: #ffffff;
}

.table-row-gray[b-srq2079onz] {
    background-color: #F2F2F4;
}

.status-indicator[b-srq2079onz] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 4px;
}



/* Sortable header styles */
.sortable-header[b-srq2079onz] {
    cursor: pointer;
    user-select: none;
}

    .sortable-header:hover[b-srq2079onz] {
        background-color: #f8f9fa;
    }

.sort-icon[b-srq2079onz] {
    margin-left: 4px;
    font-size: 0.8rem;
}

/* Pagination styles */
.pagination-container[b-srq2079onz] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.pagination[b-srq2079onz] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2px;
}

.page-item[b-srq2079onz] {
    margin: 0;
}

.page-link[b-srq2079onz] {
    padding: 0.375rem 0.75rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #007bff;
    text-decoration: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 0.875rem;
}

    .page-link:hover[b-srq2079onz] {
        background-color: #e9ecef;
        border-color: #dee2e6;
        color: #0056b3;
    }

.page-item.active .page-link[b-srq2079onz] {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.page-item.disabled .page-link[b-srq2079onz] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}
/* _content/CPPA.DROP.Consumer.UI/Components/DropStatusDisplayComponent.razor.rz.scp.css */
.status-pending-for-submission[b-0j5ipek2gk] {
    background-color: #6c757d; /* Gray */
}

.status-posted-by-consumer[b-0j5ipek2gk] {
    background-color: #007bff; /* Blue */
}

.status-pulled-by-data-broker[b-0j5ipek2gk] {
    background-color: #17a2b8; /* Teal */
}

.status-acknowledged-by-data-broker[b-0j5ipek2gk] {
    background-color: #ffc107; /* Amber */
}

.status-completed-by-data-broker[b-0j5ipek2gk] {
    background-color: #28a745; /* Green */
}

.status-withdraw-by-consumer[b-0j5ipek2gk] {
    background-color: #dc3545; /* Red */
}
.status-list[b-0j5ipek2gk] {
    margin-top: 20px;
}

.status-item[b-0j5ipek2gk] {
    display: block;
    width: 100%;
    border-radius: 4px;
    cursor: default;
   
}
.status-method[b-0j5ipek2gk] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    flex-shrink: 0;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.status-dot[b-0j5ipek2gk] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin-right: 12px;
    flex-shrink: 0;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.status-label[b-0j5ipek2gk] {
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.4;
}

/* Status dot colors */
.status-deleted[b-0j5ipek2gk] {
    background-color: #88B8CE;
}

.status-opted-out[b-0j5ipek2gk] {
    background-color: #143554;
}

.status-exempted[b-0j5ipek2gk] {
    background-color: #046899;
}

.status-record-not-found[b-0j5ipek2gk] {
    background-color: #FDB81D;
}

.status-pending[b-0j5ipek2gk] {
    background-color: #BCBBC1;
}
/* Action Buttons */
.action-buttons[b-0j5ipek2gk] {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.modal-header[b-0j5ipek2gk] {
    justify-content: flex-end;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.popup-footer[b-0j5ipek2gk] {
    justify-content: center;
}
.validation-section[b-0j5ipek2gk] {
    margin-bottom: 30px;
    line-height: 1.5;
}
.back-to-site-btn[b-0j5ipek2gk] {
    color: white;
    background-color: #046B99;
    padding: 12px 24px;
    border: 2px solid #046B99;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    min-width: 150px;
}
.verify-residency-btn[b-0j5ipek2gk] {
    color: #046B99;
    padding: 12px 24px;
    border: 2px solid #046B99;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    min-width: 150px;
}


/* Responsive Design */
@media (max-width: 768px) {
    .action-buttons[b-0j5ipek2gk] {
        flex-direction: column;
        gap: 10px;
    }

    .back-to-site-btn[b-0j5ipek2gk],
    .verify-residency-btn[b-0j5ipek2gk] {
        width: 100%;
        min-width: auto;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/ExitDropComponent.razor.rz.scp.css */
.exit-button[b-zwagsjqlwd] {
    background: none !important;
    border: none !important;
    color: #d7d7d7;
    text-decoration: none !important;
    padding: 0 !important;
    margin-left: 19px;
    font-size: inherit !important;
    font-family: inherit !important;
    cursor: pointer !important;
    transition: color 0.15s ease-in-out !important;
    display: flex;
    align-items: center;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
}

    .exit-button:hover[b-zwagsjqlwd] {
        color: rgba(255,255,255,.75) !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
    }

    .exit-button:focus[b-zwagsjqlwd],
    .exit-button:active[b-zwagsjqlwd] {
        outline: none !important;
        box-shadow: none !important;
    }

/* Keep the old exit-link styles for backward compatibility */
.exit-link[b-zwagsjqlwd] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    color: #046B99;
    cursor: pointer;
    font: inherit;
}

    .exit-link:focus[b-zwagsjqlwd],
    .exit-link:active[b-zwagsjqlwd] {
        outline: none;
        box-shadow: none;
    }

.modal-overlay[b-zwagsjqlwd] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
    pointer-events: auto !important;
}
    .modal-content[b-zwagsjqlwd] {
    background: white;
    border-radius: 8px;
    padding: 0;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-header[b-zwagsjqlwd] {
    padding: 20px 24px 0 24px;
    border-bottom: none;
}

    .modal-header h3[b-zwagsjqlwd] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #333;
    }

.modal-body[b-zwagsjqlwd] {
    padding: 16px 24px 24px 24px;
}

    .modal-body p[b-zwagsjqlwd] {
        margin: 0;
        line-height: 1.5;
        color: #3B3A48;
        font-weight: 500;
    }

.modal-footer[b-zwagsjqlwd] {
    padding: 0 24px 24px 24px;
    border-top: none;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

    .modal-footer .btn[b-zwagsjqlwd] {
        padding: 8px 24px;
        border-radius: 4px;
        font-weight: 500;
        border: none;
        cursor: pointer;
        transition: background-color 0.2s;
    }

    .modal-footer .btn-primary[b-zwagsjqlwd] {
        background-color: #046B99;
        color: white;
    }

        .modal-footer .btn-primary:hover[b-zwagsjqlwd] {
            background-color: #035a82;
        }
/* _content/CPPA.DROP.Consumer.UI/Components/GlobalSpinner.razor.rz.scp.css */
.spinner-backdrop[b-jsxo7qlfs6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner[b-jsxo7qlfs6] {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-jsxo7qlfs6 1s linear infinite;
}

@keyframes spin-b-jsxo7qlfs6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/Layout/Footer.razor.rz.scp.css */
@media (max-width: 640.98px) {
    .copyright .container[b-d3xih6mowi] {
        text-align: left !important;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s0tbbw8oy8] {
    position: relative;
    display: flex;
    flex-direction: column;
    
}

main[b-s0tbbw8oy8] {
    flex: 1;
}

.sidebar[b-s0tbbw8oy8] {
    background: var(--sidebar-gradient);
}

.page-title-section[b-s0tbbw8oy8] {
    background: var( --sacramento-p2);
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 6px solid var(--oceanside-p1);
    top: 0px;
}

.page-title-container[b-s0tbbw8oy8] {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-left: 60px;
    padding-right: 1.5rem;
}

.page-title[b-s0tbbw8oy8] {
    color: #FFFFFF;
    font-size: 35px;
    line-height: 0px;
    font-weight: 600;
    margin-left: 0;
    text-align: left;
}



main[b-s0tbbw8oy8] {
    flex: 1;
}


.top-row[b-s0tbbw8oy8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-s0tbbw8oy8]  a, .top-row[b-s0tbbw8oy8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-s0tbbw8oy8]  a:hover, .top-row[b-s0tbbw8oy8]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-s0tbbw8oy8]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 990.98px) {
    .page[b-s0tbbw8oy8] {
        flex-direction: column;
    }


    .top-row[b-s0tbbw8oy8] {
        justify-content: space-between;
    }

        .top-row[b-s0tbbw8oy8]  a, .top-row[b-s0tbbw8oy8]  .btn-link {
            margin-left: 0;
        }

    .main-content[b-s0tbbw8oy8] {
        width: 100%;
        margin-top: -34px;
        margin-left: 0px;
        background-color: var(--main-content-bg);
    }

    .body[b-s0tbbw8oy8] {
        margin-left: 0px;
    }
   
    .page-title-section[b-s0tbbw8oy8] {
        margin: 0;
        margin-left: 0px;
        top: -15px;
    }
    .page-title[b-s0tbbw8oy8]{
        line-height:40px;
        margin-left:0;
    }


    .page-title-container[b-s0tbbw8oy8] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 991px) {
    .page[b-s0tbbw8oy8] {
        flex-direction: row;
    }

    .top-row[b-s0tbbw8oy8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-s0tbbw8oy8]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-s0tbbw8oy8], article[b-s0tbbw8oy8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .main-content[b-s0tbbw8oy8] {
        position: relative;
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: var(--main-content-bg);
    }

    .body[b-s0tbbw8oy8] {
        margin-left: 50px;
    }

    .page-title-container[b-s0tbbw8oy8] {
        margin-left: 50px;
        margin-right: auto;
    }

    main[b-s0tbbw8oy8] {
        margin-top: 0;
        padding-top: 0;
    }
}

#blazor-error-ui[b-s0tbbw8oy8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-s0tbbw8oy8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CPPA.DROP.Consumer.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6surs2qpzn] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-6surs2qpzn] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-6surs2qpzn] {
    height: 3.5rem;
    background-color: var(--sidebar-gradient);
}

.logo-container[b-6surs2qpzn] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left:-1pc;
}

.lock-icon[b-6surs2qpzn] {
    width: 50px;
    height: 78px;
}

.logo-text[b-6surs2qpzn] {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 31.5px;
    text-transform: uppercase;
}

.cppa-nav-item[b-6surs2qpzn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .cppa-nav-item:first-of-type[b-6surs2qpzn] {
        padding-top: 2rem;
    }

    .cppa-nav-item:last-of-type[b-6surs2qpzn] {
        padding-bottom: 1rem;
    }

    .cppa-nav-item[b-6surs2qpzn]  .nav-link {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        margin-left: 18px;
        text-decoration-line:none;
    }
        .cppa-nav-item[b-6surs2qpzn]  .nav-link:hover {
            background-color: #50667C;
        }
        .cppa-nav-item[b-6surs2qpzn]  a.active {
            background-color: #50667C;
        }

.nav-scrollable[b-6surs2qpzn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6surs2qpzn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6surs2qpzn] {
        display: none;
    }

    .nav-scrollable[b-6surs2qpzn] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.cppa-nav-item[b-6surs2qpzn]  .nav-link {
    width: 90%;
    padding: 15px;
}
@media (max-width: 640.98px) {
    .lock-icon[b-6surs2qpzn] {
        width: 30px;
        height: 42px;
    }

    .logo-text[b-6surs2qpzn] {
        font-size: 24px;
        line-height: 15px;
    }

    .cppa-nav-item:first-of-type[b-6surs2qpzn] {
        padding-top: 1rem;
    }
    .cppa-nav-item[b-6surs2qpzn]  .nav-link {
        width: 40%;
        padding: 15px;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/Layout/Sidebar.razor.rz.scp.css */


/**
 * Sidebar.razor.css
 * 
 * This stylesheet defines the layout and styles for the sidebar component, including responsive behavior,
 * navigation menu toggles, navigation links, logo containers, and overlay effects for mobile navigation.
 * 
 * Key Sections:
 * - Main Sidebar container: Styles for sidebar positioning and appearance on desktop and mobile.
 * - Nav Menu Toggle Buttons: Styles for hamburger and exit buttons for mobile navigation.
 * - Navigation containers and links: Styles for navigation items, active states, and scrollable containers.
 * - Logo containers: Styles for the logo and lock icon.
 * - Overlay: Styles for the background overlay when the mobile menu is open.
 * 
 * Responsive breakpoints:
 * - max-width: 990.98px (mobile/tablet)
 * - min-width: 991px (desktop)
 */

/* -------------------------------------- Main Sidebar container -------------------------------------------------- */

.sidebar[b-5zoluov4v8] {
    background: var(--sidebar-gradient);
}

@media (max-width: 990.98px) {
    .sidebar[b-5zoluov4v8] {
        margin-top: 0px;
        z-index: 100;

        height: 56px;
        width: 100%;

        display: flex;
        align-items: center;

        padding-inline: 16px;
    }

    .navbar-toggler[b-5zoluov4v8]  {
        margin-left: auto;
        margin-right: 5px;
    }
}

@media (min-width: 991px) {

    .sidebar[b-5zoluov4v8] {
        width: 250px;
        height: 100%;
        position: sticky; /* sticky allows for the menu to scroll with the user */
        top: 0px;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
}


/* -------------------------------------- Nav Menu Toggle Buttons -------------------------------------------------- */

/* navbar toggler button */

.navbar-toggler[b-5zoluov4v8] {
    width: 22px;
    height: 18px;
    background-image: url(/Images/NavMenu-Hamburger-Icon.svg);
    background-repeat: no-repeat; /* prevents the svg from repeating if the container's aspect ratio isn't exactly the same */
}


@media (min-width: 991px) {
    .navbar-toggler[b-5zoluov4v8] {
        display: none;
    }
}


/* close button when mobile nav menu is open */
.nav-menu-exit-button[b-5zoluov4v8] {
    width: 17px;
    height: 16px;
    border: none;
    margin-right: 12px;
    background-color: transparent;
    background-image: url(/Images/NavMenu-Exit-Icon.svg);
    background-repeat: no-repeat; /* prevents the svg from repeating if the container's aspect ratio isn't exactly the same */
}


/* ------------------------------ Containers for all links (nav-scrollable), specific nav item (cppa-nav-item), and each individual nav link (nav-link) ----------------------------------------- */


/* remove all styling from the ul element */
.nav-list[b-5zoluov4v8] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cppa-nav-item[b-5zoluov4v8]  .nav-link {
    color: white;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    text-decoration-line: none;
}

.cppa-nav-item[b-5zoluov4v8]  .nav-link {
    padding-left: 16px;
}

.cppa-nav-item[b-5zoluov4v8]  .nav-link:hover {
    background: rgba(217,217,217,0.30);
}

.cppa-nav-item[b-5zoluov4v8]  a.active {
    background: rgba(217,217,217,0.30);
}

.navbar-toggler:checked ~ .nav-scrollable[b-5zoluov4v8] {
    display: block;
}

@media (min-width: 991px) {

    .nav-scrollable[b-5zoluov4v8] {
        display: block;
        height: calc(100vh - 3.5rem);
        padding-top: 48px;
        padding-bottom: 48px;
        overflow-y: auto;
    }

    /* top level nav is the element on the top of the mobile menu that contains the close button */
    /* display none here since we don't want it on the desktop view of the sidebar */
    .cppa-top-level-nav[b-5zoluov4v8] {
        display: none;
    }

    .cppa-nav-item[b-5zoluov4v8] {
        margin-bottom: 16px;
        font-size: 18px;
        font-weight: 400;
    }

    .cppa-nav-item[b-5zoluov4v8]  a.active {
        border-left: 3px solid var(--oceanside-p1); /* oceanside highlight */
    }
}


@media (max-width: 990.98px) {
    .nav-scrollable[b-5zoluov4v8] {
        position: fixed;
        top: 0;
        right: -100%;
        margin-right: 0;
        padding: 0;
        height: 100%;
        width: 307px;

        max-width: 85%;

        overflow-y: auto;
        background: var(--sidebar-gradient);
        z-index: 100;
    }

    .nav-visible[b-5zoluov4v8] {
        opacity: 1;
        right: 0;
    }

    .nav-invisible[b-5zoluov4v8] {
        display: none;
    }

    .cppa-top-level-nav[b-5zoluov4v8] {
        height: 53px;
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        border-bottom: 1px solid var(--gray-200,#d4d4d7);
    }

    .cppa-nav-item[b-5zoluov4v8] {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
        border-bottom: 1px solid var(--gray-200,#d4d4d7);
    }

    .nav-link[b-5zoluov4v8] {
        height: 56px;
        width: 100%;
    }
}






/*------------------------------------------------------------ Containers for DROP Lock Icon and text ---------------------------------------------------------------------*/


.logo-container[b-5zoluov4v8] {
    display: flex; /* flex allows for the image and DROP text to be side by side */
    cursor: pointer;
    text-decoration: none; /* Underlining not needed for the logo (using an anchor tag) */
}

.image-container[b-5zoluov4v8] {
    height: 48px;
}

@media (min-width: 991px) {
    .logo-container[b-5zoluov4v8] {
        height: 48px;
        width: 190px; /* Width adjusted +10px from the wireframe to fit both the image and the DROP text, since the image contains the vertical line as well */
    }
}


@media (max-width: 990.98px) {
    .image-container[b-5zoluov4v8] {
        height: 32px;
    }
}


/*------------------------------------------------------------ overlay when menu is opened ---------------------------------------------------------------------*/

.menu-overlay[b-5zoluov4v8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
}


.menu-overlay.nav-visible[b-5zoluov4v8] {
    display: block;
    opacity: 1;
}

.menu-overlay.nav-invisible[b-5zoluov4v8] {
    display: none;
    opacity: 0;
}
/* _content/CPPA.DROP.Consumer.UI/Components/Layout/TopMenu.razor.rz.scp.css */
.top-row[b-eqyao4481f] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}
.action-buttons[b-eqyao4481f] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.translate-section[b-eqyao4481f] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.translate-text[b-eqyao4481f] {
    font-size: 1rem;
}

.translate-icon[b-eqyao4481f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #0066ff;
    color: white;
    border-radius: 50%;
    font-weight: bold;
}


.modal-buttons[b-eqyao4481f] {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.modal-button[b-eqyao4481f] {
    padding: 8px 30px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
}

.user-circle[b-eqyao4481f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

    .user-circle:hover[b-eqyao4481f]::after {
        content: attr(data-tooltip);
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: white;
        color: black;
        border-radius: 4px;
        white-space: nowrap;
        margin-top: 5px;
        z-index: 5;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

.bg-color-1[b-eqyao4481f] {
    background-color: #4285F4;
}

.bg-color-2[b-eqyao4481f] {
    background-color: #EA4335;
}

.bg-color-3[b-eqyao4481f] {
    background-color: #FBBC05;
}

.bg-color-4[b-eqyao4481f] {
    background-color: #34A853;
}

.bg-color-5[b-eqyao4481f] {
    background-color: #8E44AD;
}

.bg-color-6[b-eqyao4481f] {
    background-color: #16A085;
}

.bg-color-7[b-eqyao4481f] {
    background-color: #D35400;
}

.bg-color-8[b-eqyao4481f] {
    background-color: #2C3E50;
}
/* _content/CPPA.DROP.Consumer.UI/Components/LogInOrOut.razor.rz.scp.css */
.bi[b-cs93208x3h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-person-badge-nav-menu[b-cs93208x3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-cs93208x3h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-cs93208x3h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item .nav-link[b-cs93208x3h] {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

        .nav-item .nav-link:hover[b-cs93208x3h] {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
/* _content/CPPA.DROP.Consumer.UI/Components/Pages/CheckEligibility.razor.rz.scp.css */
.eligibility-container[b-is7yrvk2fu] {
    max-width: 835px;
    min-height: 100vh;
    margin-left: 26px;
}

.stepper-wrapper[b-is7yrvk2fu] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
}

.step[b-is7yrvk2fu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.step-circle[b-is7yrvk2fu] {
    width: 32px;
    height: 30px;
    border-radius: 50%;
    background-color: lightgray;
    border: 2px solid lightgray;
    z-index: 2;
    transition: all 0.3s ease;
}

    .step-circle.active[b-is7yrvk2fu],
    .step-circle.completed[b-is7yrvk2fu] {
        background: radial-gradient(circle, #046899 0%, #046899 40%, #7BC8E8 40%, #7BC8E8 100%);
    }

.step-line[b-is7yrvk2fu] {
    flex-grow: 1;
    height: 7px;
    background-color: lightgray;
    margin: 7px -57px 7px -75px;
    z-index: 1;
}

    .step-line.completed[b-is7yrvk2fu] {
        background-color: #153554;
    }

.step.active .step-line[b-is7yrvk2fu] {
    background-color: #7BC8E8;
}

.step-label[b-is7yrvk2fu] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

    .step-label.active[b-is7yrvk2fu] {
        color: #153554;
        font-weight: bold;
        font-size: 1rem;
    }
.eligibility-content[b-is7yrvk2fu] {
    margin-bottom: 2rem;
    overflow: hidden;
}

.eligibility-text[b-is7yrvk2fu] {
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #4a5568;
    font-size: 1.2rem;
}

    .eligibility-text p[b-is7yrvk2fu] {
        margin-bottom: 1rem;
    }

.california-link[b-is7yrvk2fu] {
    color: #006bb7;
    text-decoration: underline;
    font-weight: 500;
}

    .california-link:hover[b-is7yrvk2fu] {
        color: #035a7f;
    }

.eligibility-actions[b-is7yrvk2fu] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

    .eligibility-actions .btn-primary[b-is7yrvk2fu] {
        width: 245px;
        height: 48px;
        min-width: 245px;
        max-width: 245px;
        min-height: 48px;
        max-height: 48px;
        flex-shrink: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #046B99;
        color: white;
        border-radius: 4px;
        font-weight: 500;
        box-sizing: border-box;
    }

#useLoginGovBtn[b-is7yrvk2fu] {
    width: 151px;
    height: 48px;
    min-width: 151px;
    max-width: 151px;
    min-height: 48px;
    max-height: 48px;
    padding: 8px 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #046B99;
    border-radius: 4px;
    box-sizing: border-box;
}

.btn-primary[b-is7yrvk2fu] {
    padding: 14px 28px;
    min-width: 160px;
    background-color: #046B99;
    color: white;
    border-radius: 4px;
    font-weight: 500;
}

.btn-secondary[b-is7yrvk2fu] {
    background-color: white;
    color: #046B99;
    border: 1px solid #046B99;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    font-size: 1rem;
    max-width: 100px;
}

.eligibility-links[b-is7yrvk2fu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.help-link[b-is7yrvk2fu] {
    color: #006bb7;
    text-decoration: underline;
    font-size: 1.2rem;
}

    .help-link:hover[b-is7yrvk2fu] {
        color: #035a7f;
    }

.exit-link[b-is7yrvk2fu] {
    color: #006bb7;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.2rem;
}

    .exit-link:hover[b-is7yrvk2fu] {
        color: #035a7f;
    }
.modal-overlay[b-is7yrvk2fu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-is7yrvk2fu] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-header[b-is7yrvk2fu] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 1rem 0 1rem;
    margin-bottom: 1rem;
    position: relative;
}

    .modal-header h3[b-is7yrvk2fu] {
        margin: 0;
        font-size: 1.4rem;
        font-weight: bold;
        color: #2d3748;
    }

.modal-body[b-is7yrvk2fu] {
    padding: 0 1.5rem 1.5rem 1.5rem;
}

    .modal-body h4[b-is7yrvk2fu] {
        margin: 0 0 1rem 0;
        font-size: 1.2rem;
        font-weight: bold;
        color: #2d3748;
    }

    .modal-body p[b-is7yrvk2fu] {
        margin: 0 0 1rem 0;
        line-height: 1.6;
        font-size: 1.2rem;
    }

    .modal-body ul[b-is7yrvk2fu] {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .modal-body li[b-is7yrvk2fu] {
        margin-bottom: 0.5rem;
        line-height: 1.5;
        color: #4a5568;
    }

.modal-footer[b-is7yrvk2fu] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.modal-link[b-is7yrvk2fu] {
    color: #046B99;
    text-decoration: underline;
    font-weight: 500;
}

    .modal-link:hover[b-is7yrvk2fu] {
        color: #035a7f;
    }


.important-note[b-is7yrvk2fu] {
    background-color: white;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.note-icon[b-is7yrvk2fu] {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: #dc3545;
    border: 2px solid #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.important-note p[b-is7yrvk2fu] {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
}
.modal-actions[b-is7yrvk2fu] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: space-between;
}

    .modal-actions .btn[b-is7yrvk2fu] {
        min-width: 140px;
    }

@media (max-width: 768px) {
    .eligibility-container[b-is7yrvk2fu] {
        padding: 1rem;
    }

    .eligibility-actions[b-is7yrvk2fu] {
        flex-direction: column;
        align-items: center;
    }

        .eligibility-actions .btn-primary[b-is7yrvk2fu] {
            width: 245px;
            height: 48px;
            min-width: 245px;
            max-width: 245px;
            min-height: 48px;
            max-height: 48px;
            flex-shrink: 0;
        }

    #useLoginGovBtn[b-is7yrvk2fu] {
        width: 151px;
        height: 48px;
        min-width: 151px;
        max-width: 151px;
        min-height: 48px;
        max-height: 48px;
        padding: 8px 16px;
        gap: 8px;
    }

    .eligibility-links[b-is7yrvk2fu] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .step-labels[b-is7yrvk2fu] {
        gap: 20px;
    }

    .step-label[b-is7yrvk2fu] {
        width: 60px;
        font-size: 0.75rem;
    }

    .modal-footer[b-is7yrvk2fu] {
        flex-direction: column;
        align-items: stretch;
    }

        .modal-footer .btn[b-is7yrvk2fu] {
            width: 100%;
        }
}
@media (max-width: 640.98px) {
    .stepper-wrapper[b-is7yrvk2fu] {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 2rem);
    }

    .step[b-is7yrvk2fu] {
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 15px;
    }

    .step-circle[b-is7yrvk2fu] {
        width: 44px;
        height: 44px;
    }

    .step-line[b-is7yrvk2fu] {
        width: 7px;
        height: 18px;
        margin: 0;
        transform: rotate(0deg);
        margin-left: 18px;
    }

    .step-label[b-is7yrvk2fu] {
        text-align: left;
        margin-top: 0;
        font-size: 0.9rem;
    }

        .step-label.active[b-is7yrvk2fu] {
            font-size: 1rem;
        }

    .step-labe.completed[b-is7yrvk2fu] {
        font-size: 1rem;
    }
    .modal-actions[b-is7yrvk2fu]{
        flex-direction:column;
    }
    .eligibility-actions[b-is7yrvk2fu]{
        flex-direction:column;
        align-items:flex-start;
    }
        .eligibility-actions .btn-primary[b-is7yrvk2fu] {
            width: 245px;
            height: 48px;
            min-width: 245px;
            max-width: 245px;
            min-height: 48px;
            max-height: 48px;
            flex-shrink: 0;
        }

    #useLoginGovBtn[b-is7yrvk2fu] {
        width: 151px;
        height: 48px;
        min-width: 151px;
        max-width: 151px;
        min-height: 48px;
        max-height: 48px;
        padding: 8px 16px;
        gap: 8px;
    }
    .eligibility-links[b-is7yrvk2fu] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/Pages/Databrokerlist.razor.rz.scp.css */

.databroker-page-container[b-o10vd2excl] {
    min-height: 100vh;
}

.databroker-content[b-o10vd2excl] {
    max-width: 835px;
    margin-left: 26px;
}

.databroker-description[b-o10vd2excl] {
    margin-bottom: 25px;
}

.select-all-container .form-check-label[b-o10vd2excl] {
    color: #006bb7;
    cursor: pointer;
    font-weight: 500;
}

    .select-all-container .form-check-label u[b-o10vd2excl] {
        text-decoration-color: #006bb7;
    }

.form-control[b-o10vd2excl]{
    font-size:1rem;
}
.modal-header[b-o10vd2excl]{
    justify-content:flex-end;
    margin-top:2px;
    margin-right:10px;
}


.delete-data-column[b-o10vd2excl] {
    width: 100px;
    text-align: center;
}

.databroker-name-column[b-o10vd2excl] {
    width: 250px;
}

.request-status-column[b-o10vd2excl] {
    width: 200px;
}

.date-updated-column[b-o10vd2excl] {
    width: 150px;
}

.delete-data-cell[b-o10vd2excl] {
    text-align: center;
}

.sortable-header[b-o10vd2excl] {
    cursor: pointer;
    user-select: none;
    position: relative;
}

    .sortable-header:hover[b-o10vd2excl] {
        background-color: #c9d2d8 !important; /* Lighter hover effect to match */
    }

.sort-icon[b-o10vd2excl] {
    margin-left: 5px;
    font-size: 0.8rem;
}

.status-indicator[b-o10vd2excl] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 8px;
    border: 1px solid #ddd;
}

.status-deleted[b-o10vd2excl] {
    background-color: #88B8CE;
}

.status-opted-out[b-o10vd2excl] {
    background-color: #143554;
}

.status-exempted[b-o10vd2excl] {
    background-color: #046899;
}

.status-record-not-found[b-o10vd2excl] {
    background-color: #FDB81D;
}

.status-pending[b-o10vd2excl] {
    background-color: #BCBBC1;
}

.pagination-container[b-o10vd2excl] {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pagination[b-o10vd2excl] {
    margin: 0;
}

    .pagination .page-link[b-o10vd2excl] {
        color: #006bb7;
        padding: 8px 12px;
    }

    .pagination .page-item.active .page-link[b-o10vd2excl] {
        background-color: #e8ebee;
        border-color: #006bb7;
    }

    .pagination .page-link:hover[b-o10vd2excl] {
        border-color: #dee2e6;
    }

    .pagination .page-item.disabled .page-link[b-o10vd2excl] {
        color: #6c757d;
        background-color: #fff;
    }

.include-future-container[b-o10vd2excl] {
    background-color: #495057;
    color: white;
    padding: 15px 20px;
}

.include-future-checkbox[b-o10vd2excl] {
    display: flex;
    align-items: center;
}

    .include-future-checkbox input[type="checkbox"][b-o10vd2excl] {
        margin-right: 10px;
        transform: scale(1.1);
    }

    .include-future-checkbox label[b-o10vd2excl] {
        margin: 0;
        color: white;
        cursor: pointer;
        font-weight: 500;
    }
.data-broker-name-cell[b-o10vd2excl] {
    text-decoration: underline;
}
.action-buttons[b-o10vd2excl] {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    margin-bottom:40px;
}

    .action-buttons .btn[b-o10vd2excl] {
        padding: 10px 25px;
        font-weight: 500;
        border-radius: 4px;
    }

    .action-buttons .btn-primary[b-o10vd2excl] {
        background-color: #046B99;
        border-color: #046B99;
    }

        .action-buttons .btn-primary:hover[b-o10vd2excl] {
            background-color: #004d82;
            border-color: #004d82;
        }
.btn-primary[b-o10vd2excl] {
    background-color: #006bb7;
    border-color: #006bb7;
}

.alert[b-o10vd2excl] {
    border-radius: 4px;
    margin-bottom: 20px;
}

.form-check-input[b-o10vd2excl] {
    transform: scale(1.1);
}

    .form-check-input:checked[b-o10vd2excl] {
        background-color: #006bb7;
        border-color: #006bb7;
    }

@media (max-width: 768px) {
    
    .action-buttons[b-o10vd2excl] {
        justify-content:flex-start;
        margin-bottom:20px;
    }

}
/* _content/CPPA.DROP.Consumer.UI/Components/Pages/DropRequestPage.razor.rz.scp.css */
.container-fluid[b-4ycv9ldzx8] {
    width: 100%;
    max-width: 100vw;
    padding-right: 1vw;
    padding-left: 1vw;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.row[b-4ycv9ldzx8] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1vw;
    margin-left: -1vw;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.dashboard[b-4ycv9ldzx8],
.status[b-4ycv9ldzx8] {
    padding-left: 1vw;
    padding-right: 1vw;
    box-sizing: border-box;
    flex-shrink: 1;
    min-width: 0;
    transition: width 0.2s ease;
}

@media (max-width: 640px) {
    .dashboard[b-4ycv9ldzx8] {
        order: 2;
        width: 100%;
        flex: 0 0 100%;
    }

    .status[b-4ycv9ldzx8] {
        order: 1;
        width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .dashboard[b-4ycv9ldzx8],
    .status[b-4ycv9ldzx8] {
        width: 100%;
        flex: 0 0 100%;
    }

    .dashboard[b-4ycv9ldzx8] {
        order: 1;
    }

    .status[b-4ycv9ldzx8] {
        order: 2;
    }
}

/* Base desktop styles - 100% zoom = 65% dashboard, 35% status */
@media (min-width: 768px) and (max-width: 1400px) {
    .dashboard[b-4ycv9ldzx8] {
        width: 65%;
        flex: 1 1 65%;
        max-width: 65%;
        min-width: 20%;
        order: 1;
    }

    .status[b-4ycv9ldzx8] {
        width: 35%;
        flex: 1 1 35%;
        max-width: 35%;
        min-width: 15%;
        order: 2;
    }

    .row[b-4ycv9ldzx8] {
        justify-content: flex-start;
    }
}

/* 80% zoom approximation - viewport ~1750px */
@media (min-width: 1401px) and (max-width: 2200px) {
    .dashboard[b-4ycv9ldzx8] {
        max-width: 65%;
        width: 65%;
        flex: 1 1 65%;
        order: 1;
    }

    .status[b-4ycv9ldzx8] {
        max-width: 35%;
        width: 35%;
        flex: 1 1 35%;
        order: 2;
    }
}

/* 50% zoom approximation - viewport ~2800px */
@media (min-width: 2201px) and (max-width: 3500px) {
    .dashboard[b-4ycv9ldzx8] {
        max-width: 39%;
        width: 39%;
        flex: 1 1 39%;
        order: 1;
    }

    .status[b-4ycv9ldzx8] {
        max-width: 21%;
        width: 21%;
        flex: 1 1 21%;
        order: 2;
    }
}

/* 25% zoom approximation - viewport >5600px */
@media (min-width: 3501px) {
    .dashboard[b-4ycv9ldzx8] {
        max-width: 15%;
        width: 15%;
        flex: 1 1 15%;
        order: 1;
    }

    .status[b-4ycv9ldzx8] {
        max-width: 10%;
        width: 10%;
        flex: 1 1 10%;
        order: 2;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/Pages/Dropstatus.razor.rz.scp.css */
/* Drop Status Page Styles */
.dropstatus-container[b-6r95yxkpwb] {
    max-width: 700px;
    min-height: 100vh;
    margin-left: 26px;
    
}

/* Search Section */
.search-section[b-6r95yxkpwb] {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search-content[b-6r95yxkpwb] {
    max-width: 600px;
}

.search-description[b-6r95yxkpwb] {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
}

.search-form[b-6r95yxkpwb] {
    margin-bottom: 20px;
}

.input-group[b-6r95yxkpwb] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}

.input-label[b-6r95yxkpwb] {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.drop-id-input[b-6r95yxkpwb] {
    width: 100%;
    max-width: 400px;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.submit-btn[b-6r95yxkpwb] {
    background-color: #046B99;
    color: white;
    padding: 12px 24px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    max-width: 120px;
    margin-top: 10px;
    
}
.modal-header[b-6r95yxkpwb] {
    justify-content: flex-end;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 0px;
}
@media (max-width: 640.8px) {
    .dropstatus-container[b-6r95yxkpwb] {
        margin-left: 10px;
        max-width: calc(100% - 20px);
    }

    .search-section[b-6r95yxkpwb],
    .status-section[b-6r95yxkpwb] {
        padding: 15px;
    }

    .input-group[b-6r95yxkpwb] {
        gap: 6px;
    }

    .submit-btn[b-6r95yxkpwb] {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/Pages/NonCAResident.razor.rz.scp.css */

.content[b-jqxpslvh0j] {
    margin-bottom: 2rem;
    padding: 0 1rem;
}
.content-wrapper[b-jqxpslvh0j] {   
    max-width: 800px;
    margin-top:-80px;
}

.error-message[b-jqxpslvh0j] {
    color: #3A3947;
    font-weight: 600;
    margin-bottom: 50px;
    font-size:30px;
}

.action-section[b-jqxpslvh0j] {
    margin-bottom:50px;
    align-items: flex-start;
}

.btn-primary[b-jqxpslvh0j] {
    background-color: #046B99;
    border-color: #046B99;
    color: white;
    padding: 14px 28px;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}


    .instruction-section p[b-jqxpslvh0j] {
        color: #2d3748;
        font-size: 1.2rem;
        line-height: 1.6;
        margin: 0;
    }

/* _content/CPPA.DROP.Consumer.UI/Components/Pages/Success.razor.rz.scp.css */
.eligibility-container[b-gwvlq9ylu1] {
    max-width: 835px;
    min-height: 100vh;
    margin-left: 26px;
    margin-top: -50px;
}

.success-header[b-gwvlq9ylu1] {
    margin-bottom: 30px;
}


.page-title[b-gwvlq9ylu1] {
    color: #046B99;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.title-underline[b-gwvlq9ylu1] {
    height: 3px;
    background-color: #FFD700;
    width: 100px;
    margin-bottom: 20px;
}

.success-content[b-gwvlq9ylu1] {
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.confirmation-message[b-gwvlq9ylu1] {
    margin-bottom: 25px;
}

.confirmation-text[b-gwvlq9ylu1] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #046B99;
    margin: 0;
}

.drop-id-section[b-gwvlq9ylu1] {
    margin-bottom: 45px;
    border-radius: 6px;
}

    .drop-id-section p[b-gwvlq9ylu1] {
        margin-bottom: 10px;
        color: #333;
    }

.whats-next-section[b-gwvlq9ylu1] {
    margin-bottom: 30px;
}

    .whats-next-section h3[b-gwvlq9ylu1] {
        color: #3A3947;
        font-weight: bold;
        margin-bottom: 15px;
    }

.reminder-section[b-gwvlq9ylu1] {
    background-color: white;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.next-steps-list[b-gwvlq9ylu1] {
    list-style-type: disc;
    padding-left: 20px;
    color: #555;
}

    .next-steps-list li[b-gwvlq9ylu1] {
        margin-bottom: 10px;
        line-height: 1.5;
    }

.confirmation-section[b-gwvlq9ylu1] {
    margin-bottom: 15px;
    border-radius: 6px;
}

    .confirmation-section h3[b-gwvlq9ylu1] {
        color: #3A3947;
        font-weight: bold;
        margin-bottom: 15px;
    }

.confirmation-instruction[b-gwvlq9ylu1] {
    margin-bottom: 20px;
    color: #555;
}

.email-input-group[b-gwvlq9ylu1] {
    margin-bottom: 20px;
}

    .email-input-group label[b-gwvlq9ylu1] {
        display: block;
        font-weight: 500;
        margin-bottom: 8px;
        color: #333;
    }

.email-input[b-gwvlq9ylu1] {
    width: 100%;
    max-width: 400px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

    .email-input:focus[b-gwvlq9ylu1] {
        outline: none;
        border-color: #046B99;
        box-shadow: 0 0 0 2px rgba(4, 107, 153, 0.2);
    }

.email-description[b-gwvlq9ylu1] {
    font-size: 1.2rem;
    margin-top: 8px;
    line-height: 1.4;
}

.checkbox-group[b-gwvlq9ylu1] {
    margin-bottom: 25px;
}

.form-check[b-gwvlq9ylu1] {
    margin-bottom: 15px;
}


.form-check-label[b-gwvlq9ylu1] {
    color: #333;
    line-height: 1.4;
}

.action-buttons[b-gwvlq9ylu1] {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.print-btn[b-gwvlq9ylu1] {
    color: #046B99;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    min-width: 120px;
    border: 2px solid #046B99;
    background-color: transparent;
}

.email-sent-message[b-gwvlq9ylu1] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    margin-top: 15px;
}

.success-icon[b-gwvlq9ylu1] {
    width: 24px;
    height: 24px;
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.email-sent-text[b-gwvlq9ylu1] {
    color: #155724;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #28a745;
}

.rating-emojis[b-gwvlq9ylu1] {
    margin-bottom: 15px;
}

.feedback-text-section[b-gwvlq9ylu1] {
    margin-bottom: 30px;
}

.bottom-actions[b-gwvlq9ylu1] {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    margin-bottom: 20px;
}

.submit-btn[b-gwvlq9ylu1]{
    background-color: #046B99;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    font-size: 1rem;
    min-width: 150px;
}

.review-profile-btn[b-gwvlq9ylu1] {
    background-color: #E8EBEE;
    color: #046B99;
    border: 1px solid #046B99;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    font-size: 1rem;
    min-width: 150px;
}

.link-primary a[b-gwvlq9ylu1] {
    color: #046B99 !important;
    text-decoration: underline;
}

.error-message[b-gwvlq9ylu1] {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
}

.processing-message[b-gwvlq9ylu1] {
    border-radius: 4px;
    padding: 15px;
    margin-top: 20px;
}

    .processing-message .text-danger[b-gwvlq9ylu1] {
        color: #dc3545 !important;
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
    }
/* Print styles */
@media print {
    .success-container[b-gwvlq9ylu1] {
        background-color: white;
        box-shadow: none;
    }

    .success-content[b-gwvlq9ylu1] {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .action-buttons[b-gwvlq9ylu1],
    .bottom-actions[b-gwvlq9ylu1] {
        display: none;
    }

    .email-input-group[b-gwvlq9ylu1] {
        display: none;
    }

    .checkbox-group[b-gwvlq9ylu1] {
        display: none;
    }
}


/* Email input wrapper */
.email-input-wrapper[b-gwvlq9ylu1] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Common success message styles */
.success-message[b-gwvlq9ylu1] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #28a745;
    font-weight: 500;
}

    /* Inline success message (for email sent) */
    .success-message.inline[b-gwvlq9ylu1] {
        font-size: 14px;
        gap: 5px;
    }

        .success-message.inline .success-icon[b-gwvlq9ylu1] {
            width: 20px;
            height: 20px;
            font-size: 12px;
        }

    /* Centered success message (for details submitted) */
    .success-message.centered[b-gwvlq9ylu1] {
        font-size: 16px;
        margin-bottom: 15px;
        justify-content: flex-start;
    }

        .success-message.centered .success-icon[b-gwvlq9ylu1] {
            width: 24px;
            height: 24px;
            font-size: 14px;
        }

/* Common success text styling */
.success-text[b-gwvlq9ylu1] {
    color: #28a745;
    text-decoration:underline
}

/* Update existing success-icon to be more generic */
.success-message .success-icon[b-gwvlq9ylu1] {
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

@media (max-width: 640.98px) {
    .bottom-actions[b-gwvlq9ylu1] {
        flex-direction: column;
        align-items: flex-start;
    }

    .eligibility-container[b-gwvlq9ylu1] {
        margin-top: 0;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/Pages/TermsOfUse.razor.rz.scp.css */
.home-container[b-nn2vph8vmz] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


@media (min-width: 1200px) {
    .home-container[b-nn2vph8vmz] {
        max-width: 1000px;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}
.welcome-section[b-nn2vph8vmz] {
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.welcome-text[b-nn2vph8vmz] {
    max-width: 800px;
}

.lead-text[b-nn2vph8vmz] {
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    color: #2d3748;
    margin-bottom: 1.5rem;
}

.base-text[b-nn2vph8vmz] {
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    color: #2d3748;
    margin-bottom: 0;
}
.terms-instructions[b-nn2vph8vmz]{
    margin-left:10px;
}
.terms-container[b-nn2vph8vmz] {
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width:800px;
    margin-bottom:2rem;
}

.terms-header[b-nn2vph8vmz] {
    padding: 8px;
}

.terms-title[b-nn2vph8vmz] {
    font-size: 31px;
    line-height: 30px;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

.terms-content[b-nn2vph8vmz] {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    background-color: white;
}

.terms-text[b-nn2vph8vmz] {
    color: #2d3748;
    line-height: 1.6;
}

    .terms-text p[b-nn2vph8vmz] {
        margin-bottom: 1rem;
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
    }

    .terms-text h3[b-nn2vph8vmz] {
        color: #2d3748;
        font-size: 29px;
        line-height: 43.5px;
        font-weight: 600;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
    }

        .terms-text h3:first-child[b-nn2vph8vmz] {
            margin-top: 0;
        }

    .terms-text ul[b-nn2vph8vmz] {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .terms-text li[b-nn2vph8vmz] {
        margin-bottom: 0.5rem;
        line-height: 1.5;
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
    }

.terms-actions[b-nn2vph8vmz] {
    display: flex;
    align-items: flex-end;
    gap: 36px;
    padding: 20px;
    margin-bottom:3rem;
}

.btn-primary[b-nn2vph8vmz] {
    background-color: #046B99;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    width: 110px;
    height: 48px;
}


    .btn-primary:disabled[b-nn2vph8vmz] {
        background-color: #888790;
        border-color: #888790;
        cursor: not-allowed;
    }
   

.terms-content[b-nn2vph8vmz]::-webkit-scrollbar {
    width: 8px;
}

.terms-content[b-nn2vph8vmz]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.terms-content[b-nn2vph8vmz]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

    .terms-content[b-nn2vph8vmz]::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
/* _content/CPPA.DROP.Consumer.UI/Components/ReviewModal.razor.rz.scp.css */
.stepper-wrapper[b-wm7zlfn0uc] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1rem 2rem 2rem 2rem;
    width: calc(100% - 4rem);
}

.step[b-wm7zlfn0uc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.step-circle[b-wm7zlfn0uc] {
    width: 32px;
    height: 30px;
    border-radius: 50%;
    background-color: lightgray;
    border: 2px solid lightgray;
    z-index: 2;
    transition: all 0.3s ease;
}

    .step-circle.active[b-wm7zlfn0uc],
    .step-circle.completed[b-wm7zlfn0uc] {
        background: radial-gradient(circle, #046899 0%, #046899 40%, #7BC8E8 40%, #7BC8E8 100%);
    }

.step-line[b-wm7zlfn0uc] {
    flex-grow: 1;
    height: 7px;
    background-color: lightgray;
    margin: 7px -57px 7px -50px;
    z-index: 1;
}

    .step-line.completed[b-wm7zlfn0uc] {
        background-color: #7BC8E8;
    }

.step.active .step-line[b-wm7zlfn0uc] {
    background-color: #7BC8E8;
}

.step-label[b-wm7zlfn0uc] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

    .step-label.active[b-wm7zlfn0uc] {
        color: #153554;
        font-weight: bold;
        font-size: 1rem;
    }

    .step-label.completed[b-wm7zlfn0uc] {
        color: #006bb7;
        font-weight: bold;
        font-size: 1rem;
    }

.btn-primary[b-wm7zlfn0uc] {
    background-color: #046B99;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    min-width: 130px;
    padding-left: 14px;
    padding-right: 14px;
}

.modal-overlay[b-wm7zlfn0uc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-wm7zlfn0uc] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-header[b-wm7zlfn0uc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 2rem 0 2rem;
    margin-bottom: 0;
    position: relative;
    border-bottom: none;
}

.modal-body[b-wm7zlfn0uc] {
    padding: 1rem 2rem;
}

.modal-footer[b-wm7zlfn0uc] {
    border-top: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.field-group[b-wm7zlfn0uc] {
    min-height: 60px;
    display: flex;
    flex-direction: column;
}

.field-label[b-wm7zlfn0uc] {
    font-weight: 600;
}

.field-value[b-wm7zlfn0uc] {
    font-size: 1rem;
    font-weight: normal;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.link[b-wm7zlfn0uc] {
    margin-left: auto;
}

.modal-title[b-wm7zlfn0uc] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 640.98px) {
    .stepper-wrapper[b-wm7zlfn0uc] {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 2rem);
    }

    .step[b-wm7zlfn0uc] {
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 15px;
    }

    .step-circle[b-wm7zlfn0uc] {
        width: 44px;
        height: 44px;
    }

    .step-line[b-wm7zlfn0uc] {
        width: 7px;
        height: 18px;
        margin: 0;
        transform: rotate(0deg);
        margin-left: 18px;
    }

    .step-label[b-wm7zlfn0uc] {
        text-align: left;
        margin-top: 0;
        font-size: 0.9rem;
    }

        .step-label.active[b-wm7zlfn0uc] {
            font-size: 1rem;
        }

    .step-labe.completed[b-wm7zlfn0uc] {
        font-size: 1rem;
    }

    .link[b-wm7zlfn0uc] {
        align-items: center;
        margin-left: 0;
    }

    .modal-footer[b-wm7zlfn0uc] {
        justify-content: center;
    }

    .review-data-grid .row[b-wm7zlfn0uc] {
        flex-direction: column;
    }

    .review-data-grid .col-6[b-wm7zlfn0uc] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modal-content[b-wm7zlfn0uc] {
        width: 95%;
        max-height: 90vh;
        overflow-x: hidden;
    }

    .modal-header[b-wm7zlfn0uc] {
        padding: 1rem 1.5rem 0 1.5rem;
    }

    .modal-body[b-wm7zlfn0uc] {
        padding: 1rem 1.5rem;
    }

    .field-group[b-wm7zlfn0uc] {
        min-height: auto;
    }
}
/* _content/CPPA.DROP.Consumer.UI/Components/Templates/StaticModal.razor.rz.scp.css */
.modal-header[b-f00fj2zj4k] {
    border-bottom: none;
}
/* _content/CPPA.DROP.Consumer.UI/Components/VerificationCodeModal.razor.rz.scp.css */
.btn-primary[b-qhjooxdai8] {
    background-color: #046B99;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    min-width: 130px;
    padding-left: 14px;
    padding-right: 14px;
}
.modal-header[b-qhjooxdai8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 1rem 0 1rem;
    margin-bottom: 1rem;
    position: relative;
}

    .modal-header h3[b-qhjooxdai8] {
        margin: 0;
        font-size: 1.4rem;
        font-weight: bold;
        color: #2d3748;
    }
.popup-actions[b-qhjooxdai8]{
    align-items:flex-end;
}
