/* _content/Financial_Intake_Form/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bvmgv870wj] {
    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-bvmgv870wj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Financial_Intake_Form/Components/Pages/Home.razor.rz.scp.css */
.disclosure-container[b-3rob5q78by] {
    font-family: Times New Roman, serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.disclosure-title[b-3rob5q78by] {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.disclosure-intro[b-3rob5q78by] {
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 20px;
}

.address-section[b-3rob5q78by] {
    display: flex;
    margin-bottom: 20px;
}

.address-block[b-3rob5q78by] {
    margin-left: 20px;
}

    .address-block p[b-3rob5q78by] {
        margin: 0;
        line-height: 1.5;
    }

.section[b-3rob5q78by] {
    margin-bottom: 20px;
}

.section-header[b-3rob5q78by] {
    font-weight: bold;
    margin-bottom: 5px;
}

.section-subheader[b-3rob5q78by] {
    text-align: center;
    margin-bottom: 5px;
}

.table-container[b-3rob5q78by] {
    border: 1px solid black;
    margin-bottom: 5px;
}

.table-row-textarea[b-3rob5q78by] {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid black;
    background-color: #e6e9f0;
    resize: none;
    padding: 5px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
}

    .table-row-textarea:last-child[b-3rob5q78by] {
        border-bottom: none;
    }

.add-row-button[b-3rob5q78by] {
    background-color: #cccccc;
    border: 1px solid #999999;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

    .add-row-button:hover[b-3rob5q78by] {
        background-color: #bbbbbb;
    }

.additional-note[b-3rob5q78by] {
    font-style: italic;
    font-size: 14px;
    margin-top: 5px;
}

.declaration-section[b-3rob5q78by] {
    margin-bottom: 20px;
}

.form-field[b-3rob5q78by] {
    border: none;
    height: 20px;
    border-bottom: 1px solid black;
    background-color: #e6e9f0;
    resize: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0 5px;
    text-align: center;
    vertical-align: bottom;
    overflow: hidden;
}

.name-field[b-3rob5q78by] {
    width: 250px;
    display: inline-block;
}

.address-field[b-3rob5q78by] {
    width: 350px;
    display: inline-block;
}

.declaration-text[b-3rob5q78by] {
    margin-top: 0;
}

/* Email section styles */
.email-section[b-3rob5q78by] {
    margin: 20px 0;
}

.email-row[b-3rob5q78by] {
    display: flex;
    margin-bottom: 5px;
}

.email-label[b-3rob5q78by] {
    width: 120px;
}

.email-field[b-3rob5q78by] {
    flex: 1;
    max-width: 350px;
    height: 20px;
    background-color: #e6e9f0;
    border: none;
    border-bottom: 1px solid black;
    font-family: inherit;
    font-size: inherit;
    padding: 0 5px;
}

    .email-field:invalid[b-3rob5q78by] {
        border-bottom: 1px solid red;
    }

.email-validation[b-3rob5q78by] {
    margin-left: 120px;
    color: red;
    font-size: 14px;
    height: 18px;
}

.signature-section[b-3rob5q78by] {
    margin-top: 20px;
}

.signature-row[b-3rob5q78by] {
    display: flex;
    margin-bottom: 10px;
}

.signature-label[b-3rob5q78by] {
    width: 60px;
}

.signature-field[b-3rob5q78by] {
    flex: 1;
    height: 20px;
    background-color: #e6e9f0;
    border: none;
    font-family: inherit;
    font-size: inherit;
}

.date-field[b-3rob5q78by] {
    max-width: 200px;
    padding: 0 5px;
}

.signature-line[b-3rob5q78by] {
    border-bottom: 1px solid black;
    resize: none;
}

.form-footer[b-3rob5q78by] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
    margin-bottom: 50px; /* Add bottom margin to create space for the revision note */
}

.revision-note[b-3rob5q78by] {
    font-style: italic;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -25px; /* Slightly higher than before */
}

.submit-button[b-3rob5q78by] {
    background-color: #cccccc;
    border: 1px solid #999999;
    padding: 8px 16px;
    font-weight: bold;
    margin: 0 auto;
}

#error[b-3rob5q78by] {
    color: red;
}

#success[b-3rob5q78by] {
    color: green;
}

.popup-overlay[b-3rob5q78by] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-container[b-3rob5q78by] {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 400px;
    max-width: 90%;
    padding: 20px;
}

.popup-error[b-3rob5q78by] {
    border-top: 5px solid #dc3545;
}

.popup-success[b-3rob5q78by] {
    border-top: 5px solid #28a745;
}

.popup-header[b-3rob5q78by] {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

    .popup-header h3[b-3rob5q78by] {
        margin: 0;
    }

.popup-content[b-3rob5q78by] {
    margin-bottom: 20px;
}

.popup-footer[b-3rob5q78by] {
    display: flex;
    justify-content: flex-end;
}

.popup-button[b-3rob5q78by] {
    padding: 8px 16px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .popup-button:hover[b-3rob5q78by] {
        background-color: #0052a3;
    }

/* Spinner/Throbber CSS */
.spinner[b-3rob5q78by] {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #0066cc;
    animation: spin-b-3rob5q78by 1s linear infinite;
    margin: 0 auto 20px auto;
}

@keyframes spin-b-3rob5q78by {
    to {
        transform: rotate(360deg);
    }
}

.loading-content[b-3rob5q78by] {
    text-align: center;
    padding: 20px;
}

.popup-loading[b-3rob5q78by] {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    max-width: 90%;
}
