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

/* _content/CPPA.DROP.DataBroker.UI/Components/Dashboard/AccountInformationComponent.razor.rz.scp.css */
.account-info-wrapper[b-bt257sppof] {
    padding: 24px;
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 0;
}

.account-info-header[b-bt257sppof] {
    margin-bottom: 8px;
    padding: 0;
}

.account-info-header h3[b-bt257sppof] {
    margin: 0;
    color: #046B99;
    font-weight: 600;
    font-size: 29px;
    line-height: 43.5px;
}

.info-section[b-bt257sppof] {
    background-color: #ffffff;
    border: 1px solid #d4d4d7;
    border-radius: 0;
    padding: 16px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.info-section + .info-section[b-bt257sppof] {
    margin-top: 24px;
}

.info-section__title[b-bt257sppof] {
    margin: 0 0 24px 0;
    font-size: 1.4375rem; 
    font-weight: 600;
    line-height: 1.63; 
    color: #3B3A48;
}

.info-grid[b-bt257sppof] {
    display: grid;
    gap: 24px 32px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.info-column[b-bt257sppof] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-item[b-bt257sppof] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-label[b-bt257sppof] {
    font-size: 1.125rem; 
    font-weight: 400;
    line-height: 2rem; 
    color: #3B3A48;
    margin-bottom: 0;
}

.info-value[b-bt257sppof] {
    font-size: 1.125rem; 
    font-weight: 700;
    line-height: 2rem; 
    color: #3B3A48;
}

.info-value--stacked span[b-bt257sppof] {
    display: block;
}

.info-value--stacked span + span[b-bt257sppof] {
    margin-top: 4px;
}

.info-section__footer[b-bt257sppof] {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.info-section__cta[b-bt257sppof] {
    padding: 8px 32px;
    min-height: 48px;
    font-weight: 600;
    border-width: 1px;
    border-color: #046899;
    color: #046899;
    border-radius: 4px;
}

.info-section__cta:hover[b-bt257sppof],
.info-section__cta:focus[b-bt257sppof] {
    color: #03567a;
    border-color: #03567a;
}

@media (max-width: 768px) {
    .account-info-wrapper[b-bt257sppof] {
        padding: 16px;
        max-width: 100%;
        border-radius: 0;
    }

    .info-section[b-bt257sppof] {
        padding: 16px;
        border-radius: 0;
    }

    .info-grid[b-bt257sppof] {
        gap: 16px;
    }

    .info-section__footer[b-bt257sppof] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .info-section__cta[b-bt257sppof] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .info-grid[b-bt257sppof] {
        grid-template-columns: 1fr;
    }

    .account-info-header[b-bt257sppof] {
        padding: 0;
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/Dashboard/BillingSummaryComponent.razor.rz.scp.css */
.billing-summary-wrapper[b-97turyt44q] {
    padding: 24px;
    background-color: #ffffff;
    width: 100%;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 0;
    box-shadow: none;
}

.billing-summary-header[b-97turyt44q] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.billing-summary-title[b-97turyt44q] {
    margin: 0;
    font-weight: 600;
    font-size: 29px;
    line-height: 43.5px;
    color: #046B99;
    display: flex;
    align-items: center;
    gap: 12px;
}

.billing-status[b-97turyt44q] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
}

.billing-status__icon[b-97turyt44q] {
    font-size: 24px;
    line-height: 1;
    color: #FFC107;
    transform: translateY(1px);
}

.billing-status--paid .billing-status__icon[b-97turyt44q] {
    color: #2E7D32;
}

.billing-status__text[b-97turyt44q] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3B3A48;
    border-bottom: 1px solid #FFC107;
    padding: 0;
    display: inline-block;
}

.billing-status--paid .billing-status__text[b-97turyt44q] {
    border-bottom-color: #2E7D32;
}

.billing-summary-section[b-97turyt44q] {
    border: 1px solid #d4d4d7;
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: none;
}

.billing-summary-grid[b-97turyt44q] {
    display: grid;
    gap: 24px 32px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.billing-summary-column[b-97turyt44q] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.billing-summary-item[b-97turyt44q] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.billing-detail-label[b-97turyt44q] {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2rem;
    color: #3B3A48;
    margin-bottom: 0;
}

.billing-detail-value[b-97turyt44q] {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2rem;
    color: #3B3A48;
}

.billing-summary-footer[b-97turyt44q] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 16px 16px;
}

.billing-summary-cta[b-97turyt44q] {
    padding: 8px 32px;
    min-height: 48px;
    font-weight: 600;
    border-width: 1px;
    border-color: #046899;
    color: #046899;
    border-radius: 4px;
}

    .billing-summary-cta:hover[b-97turyt44q],
    .billing-summary-cta:focus[b-97turyt44q] {
        color: #03567a;
        border-color: #03567a;
    }

.billing-summary-history[b-97turyt44q] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.billing-history-title[b-97turyt44q] {
    margin: 0;
    font-weight: 600;
    font-size: 1.125rem;
    color: #3B3A48;
}

@media (max-width: 768px) {
    .billing-summary-wrapper[b-97turyt44q] {
        padding: 16px;
    }

    .billing-summary-section[b-97turyt44q] {
        padding: 16px;
    }

    .billing-summary-footer[b-97turyt44q] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .billing-summary-cta[b-97turyt44q] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .billing-summary-grid[b-97turyt44q] {
        grid-template-columns: 1fr;
    }

    .billing-summary-header[b-97turyt44q] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/Dashboard/DashboardBanner.razor.rz.scp.css */
.banner[b-qo2dg3rt9v] {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    width: 35vw;
}

.banner-content[b-qo2dg3rt9v] {
    display: flex;
    align-items: center;
    color: black;
}

.banner-link[b-qo2dg3rt9v] {
    margin-left: 0.5rem;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.banner-icon[b-qo2dg3rt9v] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 0.75rem;
    font-style: normal;
    font-weight: bold;
}
/* _content/CPPA.DROP.DataBroker.UI/Components/Dashboard/DashboardBannerPaymnetCompleted.razor.rz.scp.css */
.banner[b-lmoyst4hnl] {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    width: 35vw;
}

.banner-content[b-lmoyst4hnl] {
    display: flex;
    align-items: center;
    color: black;
}

.banner-link[b-lmoyst4hnl] {
    margin-left: 0.5rem;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.banner-icon[b-lmoyst4hnl] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 0.75rem;
    font-style: normal;
    font-weight: bold;
}
/* _content/CPPA.DROP.DataBroker.UI/Components/Dashboard/DashboardCardTitleHeader.razor.rz.scp.css */
/* _content/CPPA.DROP.DataBroker.UI/Components/Dashboard/RegistrationComponent.razor.rz.scp.css */
.banner[b-ep2qut5ezt] {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    width: 35vw;
}

.banner-content[b-ep2qut5ezt] {
    display: flex;
    align-items: center;
    color: black;
}

.banner-link[b-ep2qut5ezt] {
    margin-left: 0.5rem;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.title-h3[b-ep2qut5ezt] {
    margin: 0 0;
    font-weight: 600;
    font-size: 29px;
    line-height: 43.5px;
    letter-spacing: 0;
    color: #046B99;
    padding: 0px 16px 0pc
}

.banner-icon[b-ep2qut5ezt] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    margin-right: 0.75rem;
    font-style: normal;
    font-weight: bold;
}

.background-note[b-ep2qut5ezt] {
    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);
}

.pending-approval[b-ep2qut5ezt] {
    background-color: #ffebee;
    color: #c62828;
}

.registration-approval[b-ep2qut5ezt] {
    background-color: #FFFFFF;
    color: #3C91D4;
}

.annual-registration[b-ep2qut5ezt], .access-fee[b-ep2qut5ezt] {
    background-color: #fff8e1;
    color: #ff8f00;
}

.status-warning[b-ep2qut5ezt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ff9800;
    color: white;
    font-style: normal;
    font-weight: bold;
}

.info-label[b-ep2qut5ezt] {
    color: #020101;
}

.info-value[b-ep2qut5ezt] {
    font-weight: bold;
}

.date-value-registered[b-ep2qut5ezt] {
    color: #43a047;
    font-weight: bold;
}

.date-value-pending[b-ep2qut5ezt] {
    color: #9e9e9e;
    font-weight: bold;
}

.error-message[b-ep2qut5ezt] {
    color: #c62828;
    padding: 1rem;
    text-align: center;
    font-weight: 500;
}

.registration-row[b-ep2qut5ezt] {
    align-items: center;
    background: white;
    padding: 30px 20px;
    max-width: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.registration-title[b-ep2qut5ezt] {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0;
    margin-right: 16px;
}

.alert-status[b-ep2qut5ezt] {
    font-weight: 500;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
}

    .alert-status .icon[b-ep2qut5ezt] {
        color: #d0911d;
        margin-right: 17px;
        font-size: 2.2rem;
    }

.custom-underline[b-ep2qut5ezt] {
    color: #000;
    position: relative;
    text-decoration: none;
    font-size: 14px;
}

    .custom-underline[b-ep2qut5ezt]:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #d0911d;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
/* _content/CPPA.DROP.DataBroker.UI/Components/Dashboard/RequestsComponent.razor.rz.scp.css */
.status-warning[b-hkynk8f5hn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ff9800;
    color: white;
    font-style: normal;
    font-weight: bold;
}

.info-label[b-hkynk8f5hn] {
    color: #020101;
    font-weight: bold;
}

.info-value[b-hkynk8f5hn] {
    font-weight: bold;
}

.date-label[b-hkynk8f5hn] {
    color: #020101;
}

.date-value[b-hkynk8f5hn] {
    color: #43a047;
}

.custom-underline[b-hkynk8f5hn] {
    color: #000;
    position: relative;
    text-decoration: none;
    font-size: 14px;
}

    .custom-underline[b-hkynk8f5hn]:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: green;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/AmendRecordsPanel.razor.rz.scp.css */
.drp-amp-card[b-pnbaisfg8y] {
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.drp-amp-title[b-pnbaisfg8y] {
    margin: 0 0 12px 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 37.4px;
    color: #3B3A48;
}

.drp-amp-body[b-pnbaisfg8y] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.drp-amp-content[b-pnbaisfg8y] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.drp-amp-description[b-pnbaisfg8y] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3B3A48;
    letter-spacing: 0;
}

.drp-amp-btn[b-pnbaisfg8y] {
    background: #046899;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 32px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    height: 48px;
    white-space: nowrap;
}

.drp-amp-btn:hover[b-pnbaisfg8y],
.drp-amp-btn:focus[b-pnbaisfg8y] {
    background: #03557a;
    outline: none;
}

.drp-amp-btn:disabled[b-pnbaisfg8y] {
    background: #ccc;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .drp-amp-content[b-pnbaisfg8y] {
        flex-direction: column;
    }
    
    .drp-amp-btn[b-pnbaisfg8y] {
        width: 100%;
        margin-top: 12px;
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/ApiKeyPanel.razor.rz.scp.css */
.drp-api-card[b-rk3666i11l] {
    background: #fff;
    border-radius: 0;
    padding: 16px;
    display: flex;
    flex-direction: column; 
    gap: 24px; 
    box-shadow: none;
}

.drp-api-row[b-rk3666i11l] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.drp-api-title[b-rk3666i11l] {
    margin: 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 37.4px;
    color: #3B3A48;
}

.drp-api-kv[b-rk3666i11l] {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-height: 39px;
    padding-right: 16px;
}

.drp-api-k[b-rk3666i11l] {
    font-weight: 600;
    font-size: 18px;
    line-height: 31.5px;
    color: #3B3A48;
    letter-spacing: 0;
    margin: 0;
}

.drp-api-v[b-rk3666i11l] {
    font-weight: 400;
    font-size: 23px;
    line-height: 39px;
    color: #3B3A48;
    letter-spacing: 0;
    word-break: break-all; 
}

.drp-copy[b-rk3666i11l] {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    vertical-align: middle;
}

    .drp-copy img[b-rk3666i11l] {
        width: 24px;
        height: 24px;
        display: block;
    }

    .drp-copy:focus[b-rk3666i11l] {
        outline: none;
        box-shadow: none;
    }

    .drp-copy[disabled][b-rk3666i11l] {
        opacity: .35;
        cursor: default;
    }

.drp-api-meta[b-rk3666i11l] {
    font-weight: 400; 
    font-size: 16px;
    line-height: 26px;
    color: #3B3A48; 
}

.drp-new-link[b-rk3666i11l] {
    color: #046B99;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px; 
    line-height: 26px; 
}

    .drp-new-link:hover[b-rk3666i11l],
    .drp-new-link:focus[b-rk3666i11l] {
        color: #03557a; 
        text-decoration: underline;
    }

.sr-only[b-rk3666i11l] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/CreateApiKeyModal.razor.rz.scp.css */
.drp-modal-backdrop[b-xs2a8zvayu] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,.45);
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    padding: 32px;
    overflow: auto;
}

.drp-modal[b-xs2a8zvayu] {
    background: #fff;
    color: #1f2a37;
    border: 1px solid #d7dce0;
    border-radius: 0;
    width: 738px;
    max-width: calc(100% - 64px);
    margin-top: 107px; 
    box-shadow: 0 8px 28px rgba(0,0,0,.25);
    max-height: calc(100vh - 64px - 107px); 
    overflow: auto;
    padding: 16px;
}

.drp-modal-header[b-xs2a8zvayu] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 18px 20px 0 20px;
}

.drp-modal-title[b-xs2a8zvayu] {
    margin: 0;
    font-weight: 700;
    font-size: 37px; 
    line-height: 50.9px; 
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-close[b-xs2a8zvayu] {
    background: transparent;
    border: 0;
    font-size: 28px;
    cursor: pointer;
    padding: 0 6px;
}

.drp-modal-body[b-xs2a8zvayu] {
    padding: 12px 20px 6px 20px;
}

.drp-modal-intro[b-xs2a8zvayu] {
    margin: 0 0 12px;
    font-weight: 400; 
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    color: #3B3A48; 
}

    .drp-modal-intro strong[b-xs2a8zvayu] {
        font-weight: 700;
        color: inherit;
    }

.drp-h3[b-xs2a8zvayu] {
    margin: 16px 0 6px;
    font-weight: 700;
    font-size: 18px;
}

.drp-bullets[b-xs2a8zvayu] {
    margin: 0;
    padding-left: 18px;
}

.drp-key-row[b-xs2a8zvayu] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.drp-key-label[b-xs2a8zvayu] {
    font-weight: 600; 
    font-size: 18px;
    line-height: 31.5px;
    color: #3B3A48;
    letter-spacing: 0;
    margin-right: 6px;
}

.drp-key-value[b-xs2a8zvayu] {
    font-weight: 400; 
    font-size: 23px;
    line-height: 39px;
    color: #3B3A48; 
    letter-spacing: 0;
}


.drp-copy[b-xs2a8zvayu] {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    vertical-align: middle;
}

    .drp-copy img[b-xs2a8zvayu] {
        width: 24px;
        height: 24px;
        display: block;
    }

    .drp-copy:focus[b-xs2a8zvayu] {
        outline: none;
        box-shadow: none;
    }

    .drp-copy[disabled][b-xs2a8zvayu] {
        opacity: .35;
        cursor: default;
    }

/* Footer */
.drp-modal-footer[b-xs2a8zvayu] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    padding: 16px 20px 18px 20px;
    border-top: none;
}

.drp-btn-primary[b-xs2a8zvayu] {
    background: #046899 !important;
    border-color: #046899 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 8px 32px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    line-height: 1;
}

    .drp-btn-primary:hover[b-xs2a8zvayu],
    .drp-btn-primary:focus[b-xs2a8zvayu] {
        background: #03557a !important;
        border-color: #03557a !important;
    }

    .drp-btn-primary:focus-visible[b-xs2a8zvayu] {
        outline: 2px solid #03557a;
        outline-offset: 2px;
    }


.drp-btn-secondary[b-xs2a8zvayu] {
    background: #fff;
    color: #046899;
    border: 1px solid #046899;
    border-radius: 4px;
    padding: 8px 32px;
    line-height: 1;
    font-weight: 700;
    gap: 8px;
    width: 123px;
    height: 48px;
}

    .drp-btn-secondary:hover[b-xs2a8zvayu],
    .drp-btn-secondary:focus[b-xs2a8zvayu] {
        background: #f5f9fb; /* subtle hover */
        color: #03557a;
        border-color: #03557a;
    }

.drp-error[b-xs2a8zvayu] {
    width: 100%;
    color: #b91c1c;
    margin-top: 6px;
    font-weight: 700;
}

.drp-success-row[b-xs2a8zvayu] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.drp-success-icon-img[b-xs2a8zvayu] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
}

.drp-success-text[b-xs2a8zvayu] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3B3A48;
    border-bottom: 1px solid green;
    padding-bottom: 2px;
    display: inline-block;
    margin-right: 20px;
}


@media (max-width: 820px) {
    .drp-modal[b-xs2a8zvayu] {
        width: 100%;
        margin-top: 24px; 
        max-height: calc(100vh - 48px);
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/DeletionListTypesModal.razor.rz.scp.css */
.drp-modal-backdrop[b-8v7uh6snh2] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,.45);
    display: flex;
    align-items: flex-start; 
    justify-content: center; 
    overflow: auto;
    padding: 107px 16px 40px; 
}

.drp-modal[b-8v7uh6snh2] {
    background: #fff;
    color: #1f2a37;
    border: 1px solid #d7dce0;
    border-radius: 0;
    width: 898px; 
    max-width: 100%;
    box-shadow: 0 8px 28px rgba(0,0,0,.25);
    margin: 0 auto; 
    padding:0px 16px 16px 16px;
}
.drp-modal-header[b-8v7uh6snh2] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 18px 20px 0 20px;
}

.drp-modal-title[b-8v7uh6snh2] {
    margin: 0;
    font-weight: 700; 
    font-size: 37px; 
    line-height: 50.9px; 
    letter-spacing: 0;
    color: #3B3A48; 
}

.drp-close[b-8v7uh6snh2] {
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0 6px
}

.drp-modal-body[b-8v7uh6snh2] {
    padding: 12px 20px 6px 20px;
}

.drp-modal-intro[b-8v7uh6snh2] {
    font-weight: 400; 
    font-size: 18px; 
    line-height: 32px; 
    color: #3B3A48; 
    margin: 0 0 12px 0; 
    max-width: 700px; 
}

.drp-modal-note[b-8v7uh6snh2] {
    max-width: 700px; 
    font-size: 18px; 
    line-height: 32px; 
    margin: 0 0 12px 0; 
    color: #3B3A48; 
    font-weight: 400; 
}

    .drp-modal-note > strong[b-8v7uh6snh2] {
        font-weight: 700; 
        color: #000000;
    }

.drp-grid[b-8v7uh6snh2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.drp-panel[b-8v7uh6snh2] {
    border: 1px solid #A4A3AB; 
    border-radius: 0;
    padding: 16px; 
    min-height: 358px; 
    display: flex;
    flex-direction: column;
    row-gap: 10px; 
}

.drp-modal .drp-panel .drp-h3[b-8v7uh6snh2] {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #3B3A48;
    margin: 0 0 10px 0; 
}

.drp-current[b-8v7uh6snh2] {
    border: none;
    background: #fff;
    padding: 10px 0 0 0;
    flex: 1 1 auto;
}

.drp-empty[b-8v7uh6snh2] {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #3B3A48; 
    margin: 0;
}

.drp-bullets[b-8v7uh6snh2] {
    margin: 0;
    padding-left: 18px;
}

.drp-check-row[b-8v7uh6snh2] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}

.drp-checkbox[b-8v7uh6snh2] {
    -webkit-appearance: none;
    appearance: none;
    accent-color: unset;
    width: 16px;
    height: 16px;
    border: 1px solid #72717C; 
    background: #FFFFFF;
    border-radius: 2px; 
    display: inline-block;
    position: relative;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}

    .drp-checkbox:focus[b-8v7uh6snh2] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(4,107,153,.20);
    }

    .drp-checkbox:checked[b-8v7uh6snh2] {
        background: #3B3A48; 
        border-color: #3B3A48;
    }

        .drp-checkbox:checked[b-8v7uh6snh2]::after {
            content: "";
            position: absolute;
            left: 4px;
            top: 1px;
            width: 5px;
            height: 9px;
            border: 2px solid #FFFFFF;
            border-top: 0;
            border-left: 0;
            transform: rotate(45deg);
        }

    .drp-checkbox:disabled[b-8v7uh6snh2] {
        opacity: .5;
        cursor: not-allowed;
    }

.drp-check-row label[b-8v7uh6snh2] {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3B3A48; 
    margin: 0; 
}

.drp-bullets[b-8v7uh6snh2] {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
}

    .drp-bullets li[b-8v7uh6snh2] {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: #3B3A48; 
        margin: 0;
    }

.drp-modal-footer[b-8v7uh6snh2] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px 18px 20px;
    border-top: none;
    flex-wrap: wrap;
}

.drp-btn-primary[b-8v7uh6snh2] {
    background: #046899 !important;
    border-color: #046899 !important;
    color: #fff !important;
    border-radius: 4px; 
    padding: 8px 32px; 
    min-height: 48px; 
    display: inline-flex;
    align-items: center;
    gap: 8px; 
    font-weight: 600;
    line-height: 1;
}

    .drp-btn-primary:hover[b-8v7uh6snh2],
    .drp-btn-primary:focus[b-8v7uh6snh2] {
        background: #03557a !important;
        border-color: #03557a !important;
    }

    .drp-btn-primary:focus-visible[b-8v7uh6snh2] {
        outline: 2px solid #03557a;
        outline-offset: 2px;
    }

.drp-btn-secondary[b-8v7uh6snh2] {
    background: #fff; 
    color: #046899; 
    border: 1px solid #046899; 
    border-radius: 4px; 
    padding: 8px 32px; 
    min-height: 48px; 
    display: inline-flex;
    align-items: center;
    gap: 8px; 
    font-weight: 600;
    line-height: 1;
    margin-left: 16px;
}

    .drp-btn-secondary:hover[b-8v7uh6snh2] {
        background: #f5fafc; 
        border-color: #03557a;
        color: #03557a;
    }

    .drp-btn-secondary:focus[b-8v7uh6snh2],
    .drp-btn-secondary:focus-visible[b-8v7uh6snh2] {
        outline: 2px solid #03557a;
        outline-offset: 2px;
    }

    .drp-btn-secondary:disabled[b-8v7uh6snh2] {
        opacity: .6;
        cursor: not-allowed;
    }


.drp-modal-footer .drp-error[b-8v7uh6snh2] {
    flex-basis: 100%;
    margin-top: 8px;
    color: #B51E23;
    font-weight: 700;
    font-size: 18px;
    line-height: 31.5px;
}

.drp-success-box[b-8v7uh6snh2] {
    border: 1px solid #A4A3AB; 
    border-radius: 0;
    background: #fff;
    padding: 16px; 
    min-height: 215px; 
    max-width: 789px; 
    box-sizing: border-box;
}

    .drp-success-box .drp-h3[b-8v7uh6snh2] {
        margin: 0 0 10px 0; 
        font-weight: 700;
        font-size: 18px;
        line-height: 32px;
        color: #3B3A48; 
    }

    .drp-success-box .drp-bullets[b-8v7uh6snh2] {
        margin: 0;
        padding-left: 20px; 
        list-style: disc;
    }

        .drp-success-box .drp-bullets li[b-8v7uh6snh2] {
            font-weight: 400;
            font-size: 18px;
            line-height: 32px;
            color: #3B3A48; 
        }


.drp-success-row[b-8v7uh6snh2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.drp-success-icon-img[b-8v7uh6snh2] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
}

.drp-success-text[b-8v7uh6snh2] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px; 
    color: #3B3A48; 
    border-bottom: 1px solid green;
    padding-bottom: 2px;
    display: inline-block;
    margin-right: 20px; 
}

@media (max-width: 1200px) {
    .drp-modal-backdrop[b-8v7uh6snh2] {
        justify-content: center;
        padding: 80px 16px 40px; 
    }

    .drp-modal[b-8v7uh6snh2] {
        margin-left: 0;
        width: min(898px, 100%);
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/DeletionRequests.razor.rz.scp.css */
.drp-section[b-wi2l4chy5b] {
    /*padding-right: 16px;*/
    padding-bottom: 16px;
}

.drp-container[b-wi2l4chy5b] {
    background: #FFFFFF;
    border-radius: 0;
    padding: 16px;
    max-width: 100%; 
    margin: 0; 
    display: flex; 
    flex-direction: column;
    gap: 32px;
    box-shadow: none;
}

.drp-disabled[b-wi2l4chy5b] {
    opacity: .5;
    pointer-events: none;
}

.drp-h3[b-wi2l4chy5b] {
    margin: 0;
    font-weight: 600;
    font-size: 29px; 
    line-height: 43.5px; 
    letter-spacing: 0;
    color: #046B99; 
    padding: 0;
}

.drp-status-icon[b-wi2l4chy5b] {
    width: 27.08px;
    height: 27.08px;
    display: inline-block;
    object-fit: contain; 
    flex: 0 0 auto;
    transform: translateY(1px);
}

.drp-status-text[b-wi2l4chy5b] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3A48; 
    border-bottom: 1px solid #FFC107; 
    padding: 0;
}

.drp-status-active .drp-status-text[b-wi2l4chy5b] {
    border-bottom: 1px solid #2E7D32;
}

.drp-inline-status[b-wi2l4chy5b] {
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px; 
}

.drp-lead[b-wi2l4chy5b] {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px; 
    letter-spacing: 0; 
    color: #3B3A48; 
    padding: 0;
    margin: 0;
}

    .drp-lead span[b-wi2l4chy5b] { 
        font: inherit;
        color: inherit;
    }

.drp-note[b-wi2l4chy5b] {
    border: 1px solid #FFC107;
    border-radius: 0;
    padding: 16px;
    font-size: 18px;
    letter-spacing: 0;
    color: black;
    gap: 10px;
}

.drp-note-title[b-wi2l4chy5b] {
    font-size: 18px;
    font-weight: 700;
    margin-right: 6px;
}

.drp-card[b-wi2l4chy5b] {
    background: #fff;
    border: 1px solid #D4D4D7;
    border-radius: 0;
}

    .drp-card .card-header .drp-h4[b-wi2l4chy5b] {
        font-weight: 700;
        font-size: 23px;
        line-height: 37.4px;
        letter-spacing: 0;
        color: #5E5E6A;
        margin: 0; 
    }

.drp-card-body p[b-wi2l4chy5b] {
    font-weight: 400; 
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    color: #3B3A48; 
}

.drp-card-body .note[b-wi2l4chy5b] { 
    color: #3B3A48;
}

    .drp-card-body .note strong[b-wi2l4chy5b] { 
        font-weight: 700;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0;
    }

.drp-change-link[b-wi2l4chy5b] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #046B99; 
    text-decoration: underline;
}

    .drp-change-link:visited[b-wi2l4chy5b] {
        color: #046B99;
    }

    .drp-change-link:hover[b-wi2l4chy5b],
    .drp-change-link:focus[b-wi2l4chy5b] {
        color: #03557a; 
        text-decoration: underline;
    }


.drp-tabs-disabled[b-wi2l4chy5b] {
    opacity: .5;
    pointer-events: none;
}

.drp-stats-card[b-wi2l4chy5b] {
    background: #FFFFFF;
    border: 1px solid #D2D5DA;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    display: flex;
    gap: 120px;
    align-items: center;
}

.drp-stats-left[b-wi2l4chy5b] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.drp-stats-date[b-wi2l4chy5b] {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-stats-label[b-wi2l4chy5b] {
    font-weight: 400;
    font-size: 23px;
    line-height: 39px;
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-stats-total[b-wi2l4chy5b] {
    font-weight: 700;
    font-size: 29px;
    line-height: 43.5px;
    letter-spacing: 0;
    color: #046B99;
}

.drp-stats-right[b-wi2l4chy5b] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    max-width: 400px;
    align-items: flex-start;
}

.drp-stats-completion[b-wi2l4chy5b] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3A48;
    text-align: center;
    width: 100%;
}

.drp-progress-bar-horizontal[b-wi2l4chy5b] {
    width: 100%;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #D4D4D7;
    border-radius: 0;
    overflow: hidden;
}

.drp-progress-bar-fill[b-wi2l4chy5b] {
    height: 100%;
    background: #FDB81E;
    transition: width 0.3s ease;
}

.drp-stats-details[b-wi2l4chy5b] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.drp-stats-row[b-wi2l4chy5b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.drp-stats-detail-label[b-wi2l4chy5b] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-stats-detail-value[b-wi2l4chy5b] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3A48;
    text-align: right;
}

@media (max-width: 768px) {
    .drp-container[b-wi2l4chy5b] {
        padding: 16px;
    }

    .drp-stats-card[b-wi2l4chy5b] {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        gap: 24px;
    }

    .drp-stats-completion[b-wi2l4chy5b] {
        text-align: center;
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/DeletionRequestsTabs.razor.rz.scp.css */
.drp-tabs-card[b-uvctzilf6s] {
    background: #fff;
    border: none !important; 
    border-radius: 0;
    padding: 0;
    margin: 0 0 16px;
    box-shadow: none !important;
}

    .drp-tabs-card .tabs section[b-uvctzilf6s] {
        padding: 16px;
        border: 1px solid #D4D4D7;
        border-radius: 0;
        box-shadow: none !important;
    }

    .drp-tabs-card .tabs > ul[b-uvctzilf6s] {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 28px;
        list-style: none;
        margin: 0;
        padding: 0 0 6px 0;
        border-bottom: none !important; 
        box-shadow: none !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .drp-tabs-card .tabs > ul[b-uvctzilf6s]::-webkit-scrollbar {
            height: 0;
        }

        .drp-tabs-card .tabs > ul > li[b-uvctzilf6s] {
            margin: 0;
            padding: 0;
            border: none !important;
            background: transparent !important;
            box-shadow: none !important;
        }

            .drp-tabs-card .tabs > ul > li > a[b-uvctzilf6s],
            .drp-tabs-card .tabs [role="tab"][b-uvctzilf6s] {
                color: #046899 !important;
                text-decoration: none !important;
                background: transparent !important;
                border: none !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                padding: 0 0 6px 0;
                white-space: nowrap;
            }

            .drp-tabs-card .tabs > ul > li > a[b-uvctzilf6s] {
                border-bottom: 3px solid transparent !important;
            }

                .drp-tabs-card .tabs > ul > li > a[aria-selected="true"][b-uvctzilf6s] {
                    color: #046899 !important;
                    border-bottom: 3px solid #FDB81E !important;
                    box-shadow: none !important;
                }

    .drp-tabs-card .tabs [aria-selected="true"][b-uvctzilf6s]::before,
    .drp-tabs-card .tabs [aria-selected="true"][b-uvctzilf6s]::after {
        content: none !important;
        display: none !important;
    }

    .drp-tabs-card .tabs ul li a:focus[b-uvctzilf6s],
    .drp-tabs-card .tabs ul li a:focus-visible[b-uvctzilf6s],
    .drp-tabs-card .tabs [role="tab"]:focus[b-uvctzilf6s],
    .drp-tabs-card .tabs [role="tab"]:focus-visible[b-uvctzilf6s] {
        outline: none !important;
        box-shadow: none !important;
    }

    .drp-tabs-card .tabs ul li a[b-uvctzilf6s]::-moz-focus-inner {
        border: 0 !important;
    }

@media (max-width: 768px) {
    .drp-tabs-card .tabs > ul[b-uvctzilf6s] {
        flex-wrap: wrap !important;
        gap: 16px;
    }
    
    .drp-tabs-card .tabs > ul > li > a[b-uvctzilf6s],
    .drp-tabs-card .tabs [role="tab"][b-uvctzilf6s] {
        font-size: 14px;
        padding: 0 0 4px 0;
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/ManualDownloadModal.razor.rz.scp.css */
.drp-modal-backdrop[b-knr3pkf937] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,.45);
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: auto;
    padding: 20px;
}

.drp-modal.drp-mdl[b-knr3pkf937] {
    background: #fff;
    color: #1f2a37;
    border: 1px solid #d7dce0;
    border-radius: 0;
    width: min(738px, 100%);
    box-shadow: 0 8px 28px rgba(0,0,0,.25);
    padding-left: 32px;
    padding-right: 32px;
    gap: 24px;
}

.drp-modal-header[b-knr3pkf937] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 18px 20px 0 20px;
}

.drp-modal-title[b-knr3pkf937] {
    margin: 0;
    font-weight: 700; 
    font-size: 37px;
    line-height: 50.9px;
    color: #3B3A48;
}

.drp-close[b-knr3pkf937] {
    background: transparent;
    border: 0;
    font-size: 28px;
    cursor: pointer;
    padding: 0 6px;
}

/* Body */
.drp-modal-body[b-knr3pkf937] {
    padding: 12px 20px 6px 20px;
}

.drp-modal-intro[b-knr3pkf937] {
    margin: 0 0 12px 0;
    font-weight: 400; 
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0; 
    color: #3B3A48;
}

.drp-mdl-box[b-knr3pkf937] {
    border: 1px solid #A4A3AB;
    border-radius: 0;
    background: #fff;
    padding: 12px;
    margin-top: 10px;
}

.drp-mdl-box-text[b-knr3pkf937] {
    margin: 0 0 8px 0;
    font-weight: 400; 
    font-size: 18px;
    line-height: 32px;
    color: #3B3A48;
}

.drp-modal.drp-mdl .drp-modal-title[b-knr3pkf937] {
    font-weight: 700; 
    font-size: 37px; 
    line-height: 50.9px; 
    color: #3B3A48; 
    margin: 0;
}
.drp-mdl-listdate[b-knr3pkf937] {
    margin: 0 0 10px 0;
    font-size: 16px; 
    line-height: 26px;
    color: #3B3A48;
}

.drp-mdl-table[b-knr3pkf937] {
    width: 420px;
    max-width: 100%;
    margin-top: 4px;
    margin-bottom: 20px;
}

.drp-mdl-tr[b-knr3pkf937] {
    display: grid;
    grid-template-columns: 1fr 120px; 
    padding: 12px 0;
    border-bottom: 1px solid #E5E7EB;
}


.drp-mdl-tr--head[b-knr3pkf937] {
    font-weight: 700;
    color: #3B3A48;
    border-bottom: 1px solid #3B3A48;
}

.drp-mdl-th[b-knr3pkf937],
.drp-mdl-td[b-knr3pkf937] {
    font-size: 18px; 
    line-height: 32px;
    color: #3B3A48;
}

.drp-mdl-th--count[b-knr3pkf937],
.drp-mdl-td--count[b-knr3pkf937] {
    text-align: center;
}

.drp-mdl-empty[b-knr3pkf937] {
    flex-basis: 100%;
    margin-top: 8px;
    color: #B51E23;
    font-weight: 700;
    font-size: 18px;
    line-height: 31.5px;
}


.drp-modal-footer[b-knr3pkf937] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 16px 20px 18px 20px;
    border-top: none;
}

.drp-mdl-primary[b-knr3pkf937] {
    background: #046899 !important;
    border-color: #046899 !important;
    color: #fff !important;
    border-radius: 4px; 
    padding: 8px 32px;
    font-weight: 700;
    height: 48px;
}

    .drp-mdl-primary:hover[b-knr3pkf937],
    .drp-mdl-primary:focus[b-knr3pkf937] {
        background: #03557a !important;
        border-color: #03557a !important;
    }

.drp-mdl-secondary[b-knr3pkf937] {
    border: 1px solid #046B99;
    background: #fff;
    color: #046B99;
    border-radius: 4px;
    padding: 8px 32px;
    height: 48px;
}

@media (max-width: 768px) {
    .drp-modal.drp-mdl[b-knr3pkf937] {
        width: min(640px, 100%);
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/ManualDownloadPanel.razor.rz.scp.css */
.drp-md-card[b-sys1myd7ip] {
    background: #fff;
    border-radius: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.drp-md-title[b-sys1myd7ip] {
    margin: 0 0 12px 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 37.4px;
    color: #3B3A48;
}

.drp-md-body[b-sys1myd7ip] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drp-md-meta[b-sys1myd7ip] {
    color: #3B3A48;
    margin-top: 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.drp-md-top[b-sys1myd7ip] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.drp-md-label[b-sys1myd7ip] {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #3B3A48;
}

.drp-md-row[b-sys1myd7ip] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.drp-md-value[b-sys1myd7ip] {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3B3A48;
}

.drp-md-btn[b-sys1myd7ip] {
    align-self: flex-start;
    background: #046899;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 32px; 
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    height: 48px; 
}

    .drp-md-btn:hover[b-sys1myd7ip],
    .drp-md-btn:focus[b-sys1myd7ip] {
        background: #03557a;
        outline: none;
    }

.m-t-8[b-sys1myd7ip] {
    margin-top: 8px;
}

@media (max-width: 768px) {
    .drp-md-top[b-sys1myd7ip] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .drp-md-btn[b-sys1myd7ip] {
        width: 100%;
        margin-top: 12px;
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/ManualUploadModal.razor.rz.scp.css */
/* Manual Upload Modal Styles */

.drp-modal-backdrop[b-ris13f5u1f] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,.45);
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: auto;
    padding: 20px;
}

.drp-modal.drp-mdl[b-ris13f5u1f] {
    background: #fff;
    color: #1f2a37;
    border: 1px solid #d7dce0;
    border-radius: 0;
    width: min(738px, 100%);
    box-shadow: 0 8px 28px rgba(0,0,0,.25);
    padding-left: 32px;
    padding-right: 32px;
    gap: 24px;
}

.drp-modal-header[b-ris13f5u1f] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 18px 20px 0 20px;
}

.drp-modal-title[b-ris13f5u1f] {
    margin: 0;
    font-weight: 700; 
    font-size: 37px;
    line-height: 50.9px;
    color: #3B3A48;
}

.drp-close[b-ris13f5u1f] {
    background: transparent;
    border: 0;
    font-size: 28px;
    cursor: pointer;
    padding: 0 6px;
}

.drp-modal-body[b-ris13f5u1f] {
    padding: 12px 20px 6px 20px;
    overflow-x: hidden;
    gap: 32px;
}

.drp-modal-intro[b-ris13f5u1f] {
    margin: 0 0 12px 0;
    font-weight: 400; 
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0; 
    color: #3B3A48;
}

.drp-about-files[b-ris13f5u1f] {
    margin-top: 16px;
}

.drp-about-files h4[b-ris13f5u1f] {
    margin: 0 0 12px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-about-files ul[b-ris13f5u1f] {
    margin: 8px 0;
    padding-left: 20px;
}

.drp-about-files li[b-ris13f5u1f] {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-about-files p[b-ris13f5u1f] {
    margin: 8px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-file-upload-area[b-ris13f5u1f] {
    border: 1px dashed #898891;
    border-radius: 10px;
    padding: 16px 32px 16px 24px;
    text-align: center;
    background: #fff;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.drp-upload-text[b-ris13f5u1f] {
    font-size: 18px;
    font-weight: 700;
    color: #3B3A48;
}

.drp-upload-restrictions[b-ris13f5u1f] {
    font-size: 14px;
    color: #666;
}

.drp-select-file-btn[b-ris13f5u1f] {
    border: 1px solid #046B99;
    background: #fff;
    color: #046B99;
    border-radius: 4px;
    padding: 8px 32px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.drp-select-file-btn:hover:not(:disabled)[b-ris13f5u1f] {
    background: #f5f5f5;
}

.drp-select-file-btn:disabled[b-ris13f5u1f] {
    background: #f5f5f5;
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}

.drp-files-added[b-ris13f5u1f] {
    margin-top: 24px;
}

.drp-files-added h4[b-ris13f5u1f] {
    margin: 0 0 12px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-file-item[b-ris13f5u1f] {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0;
    background: #fff;
    margin-bottom: 10px;
    gap: 4px;
}

.drp-file-item-header[b-ris13f5u1f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

.drp-file-name[b-ris13f5u1f] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3A48;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
}

.drp-file-size[b-ris13f5u1f] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #3B3A48;
    margin-right: 12px;
}

.drp-file-status-icon[b-ris13f5u1f] {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    margin-left: 8px;
    flex-shrink: 0;
}

.drp-file-error-message[b-ris13f5u1f] {
    font-size: 14px;
    color: #B51E23;
    margin-top: 4px;
}

.drp-progress-bar[b-ris13f5u1f] {
    width: 100%;
    height: 3px;
    background: #E5E7EB;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 16px;
}

.drp-progress-fill[b-ris13f5u1f] {
    height: 100%;
    background: #046899;
    animation: drp-progress-animation-b-ris13f5u1f 2s ease-in-out;
}

@keyframes drp-progress-animation-b-ris13f5u1f {
    0% { width: 0%; }
    50% { width: 70%; }
    100% { width: 100%; }
}

.drp-upload-progress[b-ris13f5u1f] {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #e3f2fd;
    border: 1px solid #2196F3;
    border-radius: 4px;
    color: #1976D2;
    font-size: 16px;
    margin: 16px 0;
}

.drp-progress-spinner[b-ris13f5u1f] {
    width: 20px;
    height: 20px;
    border: 2px solid #E5E7EB;
    border-top: 2px solid #046899;
    border-radius: 50%;
    animation: drp-spin-b-ris13f5u1f 1s linear infinite;
    display: inline-block;
    margin-right: 8px;
}

@keyframes drp-spin-b-ris13f5u1f {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.drp-validation-error[b-ris13f5u1f] {
    flex-basis: 100%;
    margin-top: 8px;
    color: #B51E23;
    font-weight: 700;
    font-size: 18px;
    line-height: 31.5px;
}

.drp-validation-error .drp-error-icon[b-ris13f5u1f] {
    margin-right: 8px;
    flex-shrink: 0;
}

.drp-upload-result[b-ris13f5u1f] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
}

.drp-upload-result.success[b-ris13f5u1f] {
    color: #000;
}

.drp-upload-result.error[b-ris13f5u1f] {
    color: #000;
}

.drp-result-header[b-ris13f5u1f] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.drp-result-icon[b-ris13f5u1f] {
    flex-shrink: 0;
}

.drp-result-title[b-ris13f5u1f] {
    margin: 0;
    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-file-list[b-ris13f5u1f] {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
}

.drp-file-list li[b-ris13f5u1f] {
    margin: 0;
    padding: 0;
    max-width: 100%;
    white-space: nowrap;
    color: #3B3A48;
}

.drp-result-filename[b-ris13f5u1f] {
    overflow: hidden;
    max-width: 535px;
}

.drp-file-list li:not(:last-child)[b-ris13f5u1f] {
    margin: 0 0 12px 0;
}

.drp-email-message[b-ris13f5u1f] {
    margin: 0;
    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    color: #3B3A48;
}

.drp-modal-footer[b-ris13f5u1f] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 16px 20px 18px 20px;
    border-top: none;
}

.drp-mdl-primary[b-ris13f5u1f] {
    background: #046899 !important;
    border-color: #046899 !important;
    color: #fff !important;
    border-radius: 4px; 
    padding: 8px 32px;
    font-weight: 700;
    height: 48px;
}

.drp-mdl-primary:hover[b-ris13f5u1f],
.drp-mdl-primary:focus[b-ris13f5u1f] {
    background: #03557a !important;
    border-color: #03557a !important;
}

.drp-mdl-primary:disabled[b-ris13f5u1f] {
    background: #ccc !important;
    cursor: not-allowed;
}

.drp-mdl-secondary[b-ris13f5u1f] {
    border: 1px solid #046B99;
    background: #fff;
    color: #046B99;
    border-radius: 4px;
    padding: 8px 32px;
    height: 48px;
}

.drp-mdl-secondary:hover[b-ris13f5u1f] {
    background: #f5f5f5;
}

.drp-return-home-link[b-ris13f5u1f] {
    background: none;
    border: none;
    color: #046B99;
    text-decoration: underline;
    text-decoration-style: solid;
    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    cursor: pointer;
    padding: 0;
}

.drp-return-home-link:hover[b-ris13f5u1f] {
    color: #03557a;
}

@media (max-width: 768px) {
    .drp-modal.drp-mdl[b-ris13f5u1f] {
        width: min(640px, 100%);
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/DeletionRequests/ManualUploadPanel.razor.rz.scp.css */
.drp-mup-card[b-709v8n8dsq] {
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.drp-mup-title[b-709v8n8dsq] {
    margin: 0 0 12px 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 37.4px;
    color: #3B3A48;
}

.drp-mup-body[b-709v8n8dsq] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.drp-mup-content[b-709v8n8dsq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.drp-mup-info[b-709v8n8dsq] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.drp-mup-row[b-709v8n8dsq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.drp-mup-label[b-709v8n8dsq] {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #3B3A48;
}

.drp-mup-value[b-709v8n8dsq] {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3B3A48;
}

.drp-mup-text[b-709v8n8dsq] {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3B3A48;
    letter-spacing: 0;
}

.drp-mup-status-section[b-709v8n8dsq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.drp-mup-btn[b-709v8n8dsq] {
    background: #046899;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 32px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    height: 48px;
    white-space: nowrap;
}

.drp-mup-btn:hover[b-709v8n8dsq],
.drp-mup-btn:focus[b-709v8n8dsq] {
    background: #03557a;
    outline: none;
}

.drp-mup-btn:disabled[b-709v8n8dsq] {
    background: #ccc;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .drp-mup-content[b-709v8n8dsq] {
        flex-direction: column;
    }
    
    .drp-mup-btn[b-709v8n8dsq] {
        width: 100%;
        margin-top: 12px;
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/GlobalSpinner.razor.rz.scp.css */
.spinner-backdrop[b-wd83bcu7xn] {
    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-wd83bcu7xn] {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-wd83bcu7xn 1s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/Layout/DashboardLayout.razor.rz.scp.css */
.page[b-q9031fwogc] {
    display: flex;
    flex-direction: column;
}

.page-title-section[b-q9031fwogc] {
    background: var( --sacramento-p2);
    width: 100%;
    height: 107px;
    border-bottom: 6px solid var(--oceanside-p1);
}

.page-title[b-q9031fwogc] {
    color: white;
}

.main-content[b-q9031fwogc] {
    display: flex;
    flex-direction: column;

    width: 100%;
    background-color: var(--main-content-bg);
}


@media (max-width: 990.98px) {

    .body[b-q9031fwogc] {
        margin-inline: 0px;
        padding-inline: 16px;
    }

    .page-title-section[b-q9031fwogc] {
        height: auto;
    }

    /* margins & padding when the h1 is in the page-title-section element */

    .page-title[b-q9031fwogc] {
        margin-inline: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 16px;
        padding-bottom: 20px;
        padding-inline: 16px;
    }
}

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

    .body[b-q9031fwogc] {
        margin-inline: 128px;
        padding-inline: 16px;
    }

    /* margins & padding when the h1 is in the page-title-section element */
    .page-title[b-q9031fwogc] {
        margin-inline: 128px;

        /* override state template margins */
        margin-top: 0px;
        margin-bottom: 0px;

        padding-top: 24px;
        padding-bottom: 24px;
        padding-inline: 16px;
    }
}

#blazor-error-ui[b-q9031fwogc] {
    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-q9031fwogc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* _content/CPPA.DROP.DataBroker.UI/Components/Layout/Footer.razor.rz.scp.css */
@media (max-width: 640.98px) {
    .copyright .container[b-j5ll9d1xey] {
        text-align: left !important;
    }
}
/* _content/CPPA.DROP.DataBroker.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-l1avpev6fx] {
    background: var(--sidebar-gradient);
    /* the parent element of class "page" is a flex box, this property will prevent the sidebar from shrinking */
    flex-shrink: 0;
}

@media (max-width: 990.98px) {
    .sidebar[b-l1avpev6fx] {
        margin-top: 0px;
        z-index: 100;
        height: 56px;
        width: 100%;
        display: flex;
        align-items: center;
        padding-inline: 16px;
    }

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

@media (min-width: 991px) {

    .sidebar[b-l1avpev6fx] {
        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-l1avpev6fx] {
    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-l1avpev6fx] {
        display: none;
    }
}


/* close button when mobile nav menu is open */
.nav-menu-exit-button[b-l1avpev6fx] {
    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-l1avpev6fx] {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

@media (min-width: 991px) {

    .nav-scrollable[b-l1avpev6fx] {
        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-l1avpev6fx] {
        display: none;
    }

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

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


@media (max-width: 990.98px) {
    .nav-scrollable[b-l1avpev6fx] {
        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-l1avpev6fx] {
        opacity: 1;
        right: 0;
    }

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

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

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

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






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


.logo-container[b-l1avpev6fx] {
    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-l1avpev6fx] {
    height: 48px;
}


@media (min-width: 991px) {
    .logo-container[b-l1avpev6fx] {
        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-l1avpev6fx] {
        height: 32px;
    }
}


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

.menu-overlay[b-l1avpev6fx] {
    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-l1avpev6fx] {
        display: block;
        opacity: 1;
    }

    .menu-overlay.nav-invisible[b-l1avpev6fx] {
        display: none;
        opacity: 0;
    }
/* _content/CPPA.DROP.DataBroker.UI/Components/Pages/AnnualRegistration.razor.rz.scp.css */
.stepper-wrapper[b-p4bpo5nros] {
    display: flex;
    margin-bottom: 1rem;
    gap: 0;
}

.step-container[b-p4bpo5nros] {
    display: flex;
    align-items: center;
    position: relative;
}

.step-circle[b-p4bpo5nros] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: lightgray;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    flex-shrink: 0;
    transition: all 0.3s ease;
    font-size: 1rem;
}

    .step-circle.active[b-p4bpo5nros] {
        background-color: white;
        border-color: lightgray;
        border: solid;
        border-width: thin;
    }

    .step-circle.completed[b-p4bpo5nros] {
        background-color: green;
        color: white;
    }

.step-line[b-p4bpo5nros] {
    height: 3px;
    background-color: lightgray;
    width: 40px;
    margin: 0 -2px;
    z-index: 1;
}

    .step-line.completed[b-p4bpo5nros] {
        background-color: green;
    }

.step-labels[b-p4bpo5nros] {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 2rem;
}

.step-label[b-p4bpo5nros] {
    width: 76px;
    text-align: center;
    font-size: 0.85rem;
}
/* _content/CPPA.DROP.DataBroker.UI/Components/Pages/DataBrokerPaymentHistory.razor.rz.scp.css */

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

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

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

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

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

.form-control[b-z3eg5l329t] {
    font-size: 1rem;
}

.modal-header[b-z3eg5l329t] {
    justify-content: flex-end;
    margin-top: 2px;
    margin-right: 10px;
}


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

.databroker-name-column[b-z3eg5l329t] {
    width: 120px;
}

.date-method-column[b-z3eg5l329t] {
    width: 120px;
}

.databroker-transaction-column[b-z3eg5l329t] {
    width: 160px;
}

.request-status-column[b-z3eg5l329t] {
    width: 50px;
}

.date-updated-column[b-z3eg5l329t] {
    width: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .include-future-checkbox label[b-z3eg5l329t] {
        margin: 0;
        color: white;
        cursor: pointer;
        font-weight: 500;
    }

.data-broker-name-cell[b-z3eg5l329t] {
    text-decoration: underline;
}

.data-broker-transaction-cell[b-z3eg5l329t] {
    text-decoration: underline;
}

.action-buttons[b-z3eg5l329t] {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    margin-bottom: 40px;
}

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

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

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

.btn-primary[b-z3eg5l329t] {
    background-color: #006bb7;
    border-color: #006bb7;
}

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

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

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

@media (max-width: 768px) {

    .action-buttons[b-z3eg5l329t] {
        justify-content: flex-start;
        margin-bottom: 20px;
    }
}
/* _content/CPPA.DROP.DataBroker.UI/Components/Pages/TermsAndConditions.razor.rz.scp.css */
