/* _content/Web/Components/Common/PhoneNumberFormItem.razor.rz.scp.css */
.phone-input-container[b-tt7dqqstam] {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.phone-input-labels[b-tt7dqqstam] {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

.country-code-label[b-tt7dqqstam] {
    flex: 0 0 120px;
    min-width: 120px;
}

.phone-number-label[b-tt7dqqstam] {
    flex: 1;
    min-width: 0;
}

.phone-input-row[b-tt7dqqstam] {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.country-code-section[b-tt7dqqstam] {
    flex: 0 0 120px;
    min-width: 120px;
}

.phone-number-section[b-tt7dqqstam] {
    flex: 1;
    min-width: 0;
}

.country-code-dropdown[b-tt7dqqstam] {
    width: 100%;
    height: 100%;
}

.phone-number-input[b-tt7dqqstam] {
    width: 100%;
    height: 100%;
}

/* Match standard Syncfusion DataForm label styles */
.phone-input-container .e-form-label[b-tt7dqqstam] {
    color: #343a40;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 400;
}

/* Match standard Syncfusion DataForm input heights */
.phone-input-row[b-tt7dqqstam]  .e-input-group,
.phone-input-row[b-tt7dqqstam]  .e-dropdownlist {
    height: 30px;
}

.phone-input-row[b-tt7dqqstam]  .e-input-group .e-input,
.phone-input-row[b-tt7dqqstam]  .e-dropdownlist .e-input {
    height: 30px;
    line-height: 30px;
    padding: 4px 8px;
    font-size: 14px;
}

/* Ensure dropdown icon alignment */
.phone-input-row[b-tt7dqqstam]  .e-dropdownlist .e-ddl-icon,
.phone-input-row[b-tt7dqqstam]  .e-dropdownlist .e-clear-icon {
    line-height: 30px;
}

/* Focus states */
.phone-input-row[b-tt7dqqstam]  .e-input-group.e-input-focus,
.phone-input-row[b-tt7dqqstam]  .e-dropdownlist.e-input-focus {
    border-color: #007bff;
}

/* Validation styling */
.phone-input-row[b-tt7dqqstam]  .e-input-group.e-error,
.phone-input-row[b-tt7dqqstam]  .e-dropdownlist.e-error {
    border-color: #dc3545;
}

.phone-input-row[b-tt7dqqstam]  .e-input-group.e-success,
.phone-input-row[b-tt7dqqstam]  .e-dropdownlist.e-success {
    border-color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .phone-input-labels[b-tt7dqqstam] {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 8px;
    }

    .phone-input-row[b-tt7dqqstam] {
        flex-direction: column;
        gap: 8px;
    }

    .country-code-label[b-tt7dqqstam],
    .country-code-section[b-tt7dqqstam] {
        flex: none;
        width: 100%;
    }

    .phone-number-label[b-tt7dqqstam],
    .phone-number-section[b-tt7dqqstam] {
        flex: none;
        width: 100%;
    }
}
/* _content/Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-s2i2o7u8yo] {
    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-s2i2o7u8yo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Web/Components/Pages/Home/EntityInformation/Beneficial/BeneficialOwnersDialog.razor.rz.scp.css */
.beneficial-owners-dialog[b-qqkd3pkbnr] {
    /* Add any custom dialog styling here */
}

.beneficial-owners-grid[b-qqkd3pkbnr] {
    margin-top: 10px;
}

.third-parties-grid[b-qqkd3pkbnr] {
    margin-top: 10px;
}

[b-qqkd3pkbnr] .e-form-layout {
    margin-top: 15px;
}

.borrower-form-group[b-qqkd3pkbnr]  .e-form-item-wrapper {
    margin-bottom: 15px;
}

.review-section[b-qqkd3pkbnr] {
    padding: 0;
}

.review-detail-group[b-qqkd3pkbnr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.review-detail[b-qqkd3pkbnr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.review-detail:last-child[b-qqkd3pkbnr] {
    border-bottom: none;
}

.review-label[b-qqkd3pkbnr] {
    font-weight: 600;
    color: #333;
    min-width: 150px;
}

.review-value[b-qqkd3pkbnr] {
    color: #666;
    text-align: right;
    flex: 1;
}

/* Match the styling from other forms */
.review-section h6[b-qqkd3pkbnr] {
    font-weight: 600;
    margin-bottom: 1rem;
}

.border[b-qqkd3pkbnr] {
    border: 1px solid #dee2e6;
}

.rounded[b-qqkd3pkbnr] {
    border-radius: 0.25rem;
}

.p-3[b-qqkd3pkbnr] {
    padding: 1rem;
}

.mb-3[b-qqkd3pkbnr] {
    margin-bottom: 1rem;
}
/* _content/Web/Components/Pages/Home/EntityInformation/Corporation/CorporationDataForm.razor.rz.scp.css */
.corporation-information-container[b-71r5v4c0jw] {
    width: 100%;
}

.corporation-accordion[b-71r5v4c0jw] {
    margin-bottom: 16px;
    width: 100%;
}

.accordion-content[b-71r5v4c0jw] {
    padding: 16px;
}

.switch-wrapper[b-71r5v4c0jw] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.switch-label[b-71r5v4c0jw] {
    margin: 0;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.beneficial-owners-section[b-71r5v4c0jw],
.third-parties-section[b-71r5v4c0jw] {
    margin-top: 12px;
}

.beneficial-owners-grid[b-71r5v4c0jw],
.third-parties-grid[b-71r5v4c0jw] {
    margin-bottom: 12px;
    width: 100%;
}

.empty-state[b-71r5v4c0jw] {
    text-align: center;
    padding: 16px;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 6px;
    margin-bottom: 12px;
}

.empty-state p[b-71r5v4c0jw] {
    margin: 0;
    color: #6c757d;
}

.info-message[b-71r5v4c0jw] {
    text-align: center;
    padding: 16px;
    background-color: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 6px;
    margin-bottom: 12px;
}

.info-message p[b-71r5v4c0jw] {
    margin: 0;
    color: #0066cc;
}

.button-wrapper[b-71r5v4c0jw] {
    margin-top: 12px;
}

/* Form button spacing */
.e-form-btn-container[b-71r5v4c0jw] {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
}

/* Accordion item spacing */
.e-accordion .e-acrdn-item[b-71r5v4c0jw] {
    margin-bottom: 8px;
}

.e-accordion .e-acrdn-item .e-acrdn-header[b-71r5v4c0jw] {
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.e-accordion .e-acrdn-item .e-acrdn-content[b-71r5v4c0jw] {
    padding: 0;
}

@media (max-width: 768px) {
    .accordion-content[b-71r5v4c0jw] {
        padding: 12px;
    }
}
/* _content/Web/Components/Pages/Home/EntityInformation/EntityInformationStep.razor.rz.scp.css */
.entity-information-container[b-xrpgjxc8ov] {
    width: 100%;
}

.entity-information-container .e-stepper[b-xrpgjxc8ov] {
    margin-bottom: 16px;
}

.default-data-form-container[b-xrpgjxc8ov] {
    margin-bottom: 12px;
}

.validation-summary[b-xrpgjxc8ov] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    color: #721c24;
    padding: 12px;
    margin: 12px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.validation-summary h4[b-xrpgjxc8ov] {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.validation-summary ul[b-xrpgjxc8ov] {
    margin: 0;
    padding-left: 16px;
}

.validation-summary li[b-xrpgjxc8ov] {
    margin-bottom: 4px;
    line-height: 1.4;
}

.validation-icon[b-xrpgjxc8ov] {
    font-size: 16px;
}

/* Error styling */
[b-xrpgjxc8ov] .e-error {
    border-color: #dc3545 !important;
}
/* _content/Web/Components/Pages/Home/EntityInformation/Partnership/PartnershipDataForm.razor.rz.scp.css */
/* Partnership Data Form Styles */
.partnership-information-container[b-x5mrobe5j3] {
    width: 100%;
}

.partnership-accordion[b-x5mrobe5j3] {
    margin-bottom: 16px;
    width: 100%;
}

.accordion-content[b-x5mrobe5j3] {
    padding: 16px;
}

.accordion-header[b-x5mrobe5j3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.accordion-title[b-x5mrobe5j3] {
    flex: 1;
}

.validation-success[b-x5mrobe5j3] {
    color: #28a745;
    font-size: 16px;
    margin-left: 10px;
}

.switch-wrapper[b-x5mrobe5j3] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.switch-label[b-x5mrobe5j3] {
    margin: 0;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.table-wrapper[b-x5mrobe5j3] {
    margin-top: 12px;
}

.third-parties-section[b-x5mrobe5j3] {
    margin-top: 12px;
}

.third-parties-grid[b-x5mrobe5j3] {
    margin-bottom: 12px;
    width: 100%;
}

.empty-state[b-x5mrobe5j3] {
    text-align: center;
    padding: 16px;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 6px;
    margin-bottom: 12px;
}

.empty-state p[b-x5mrobe5j3] {
    margin: 0;
    color: #6c757d;
}

.button-wrapper[b-x5mrobe5j3] {
    margin-top: 12px;
}

/* Form button spacing */
.e-form-btn-container[b-x5mrobe5j3] {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
}

/* Accordion item spacing */
.e-accordion .e-acrdn-item[b-x5mrobe5j3] {
    margin-bottom: 8px;
}

.e-accordion .e-acrdn-item .e-acrdn-header[b-x5mrobe5j3] {
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.e-accordion .e-acrdn-item .e-acrdn-content[b-x5mrobe5j3] {
    padding: 0;
}

.third-party-form-group[b-x5mrobe5j3]  .e-form-item-wrapper {
    margin-bottom: 12px;
}

.third-party-header[b-x5mrobe5j3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.third-party-header h4[b-x5mrobe5j3] {
    margin: 0;
    color: #333;
    font-weight: 600;
}

.third-party-form-group .e-form-layout[b-x5mrobe5j3] {
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #fafafa;
}

@media (max-width: 768px) {
    .accordion-content[b-x5mrobe5j3] {
        padding: 12px;
    }
}
/* _content/Web/Components/Pages/Home/EntityInformation/Trust/TrustDataForm.razor.rz.scp.css */
.trust-information-container[b-9mrlggdoyw] {
    width: 100%;
}

.trust-accordion[b-9mrlggdoyw] {
    margin-bottom: 16px;
    width: 100%;
}

.accordion-content[b-9mrlggdoyw] {
    padding: 16px;
}

.switch-wrapper[b-9mrlggdoyw] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.switch-label[b-9mrlggdoyw] {
    margin: 0;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.trustees-section[b-9mrlggdoyw] {
    margin-top: 12px;
}

.trustees-grid[b-9mrlggdoyw] {
    margin-bottom: 12px;
    width: 100%;
}

.empty-state[b-9mrlggdoyw] {
    text-align: center;
    padding: 16px;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 6px;
    margin-bottom: 12px;
}

.empty-state p[b-9mrlggdoyw] {
    margin: 0;
    color: #6c757d;
}

.button-wrapper[b-9mrlggdoyw] {
    margin-top: 12px;
}

/* Form button spacing */
.e-form-btn-container[b-9mrlggdoyw] {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
}

/* Accordion item spacing */
.e-accordion .e-acrdn-item[b-9mrlggdoyw] {
    margin-bottom: 8px;
}

.e-accordion .e-acrdn-item .e-acrdn-header[b-9mrlggdoyw] {
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.e-accordion .e-acrdn-item .e-acrdn-content[b-9mrlggdoyw] {
    padding: 0;
}

@media (max-width: 768px) {
    .accordion-content[b-9mrlggdoyw] {
        padding: 12px;
    }
}
/* _content/Web/Components/Pages/Home/EntityInformation/Trust/TrusteeDialog.razor.rz.scp.css */

.trustee-dialog[b-mmvq8m7m03] {
    /* Add any custom dialog styling here */
}

.review-section[b-mmvq8m7m03] {
    padding: 0;
}

.review-detail-group[b-mmvq8m7m03] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.review-detail[b-mmvq8m7m03] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.review-detail:last-child[b-mmvq8m7m03] {
    border-bottom: none;
}

.review-label[b-mmvq8m7m03] {
    font-weight: 600;
    color: #333;
    min-width: 150px;
}

.review-value[b-mmvq8m7m03] {
    color: #666;
    text-align: right;
    flex: 1;
}

/* Match the styling from other forms */
.review-section h6[b-mmvq8m7m03] {
    font-weight: 600;
    margin-bottom: 1rem;
}

.border[b-mmvq8m7m03] {
    border: 1px solid #dee2e6;
}

.rounded[b-mmvq8m7m03] {
    border-radius: 0.25rem;
}

.p-3[b-mmvq8m7m03] {
    padding: 1rem;
}

.mb-3[b-mmvq8m7m03] {
    margin-bottom: 1rem;
}
/* _content/Web/Components/Pages/Home/Home.razor.rz.scp.css */
.header-container[b-i1ze01af3v] {
    position: relative;
    padding: 20px 24px;
}

.logo-section[b-i1ze01af3v] {
    position: absolute;
    top: 20px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
}

.company-logo[b-i1ze01af3v] {
    height: 48px;
    width: auto;
}

.company-name[b-i1ze01af3v] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--ci-grey, #313D48);
}

.content-area[b-i1ze01af3v] {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.form-container[b-i1ze01af3v] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* Responsive adjustments */
@media (max-width: 1500px) {
    .header-container[b-i1ze01af3v] {
        padding: 16px;
    }
    
    .logo-section[b-i1ze01af3v] {
        position: static;
        margin-bottom: 16px;
    }
    
    .form-container[b-i1ze01af3v] {
        padding: 0 16px;
    }
}

[b-i1ze01af3v] .form-card {
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
}

.step-content[b-i1ze01af3v] {
    margin-top: 20px;
}

.template-content[b-i1ze01af3v] {
    background: #fff;
    width: 65px;
}

/* Stepper progressbar customization */
[b-i1ze01af3v] .e-stepper .e-stepper-progressbar {
    height: 3px;
    top: 25px;
}

[b-i1ze01af3v] .e-stepper .e-stepper-progressbar .e-progressbar-value {
    background-color: #27d96d;
}

/* Stepper status customization */
[b-i1ze01af3v] #stepper .e-step-completed * {
    color: #19cd60;
}

[b-i1ze01af3v] #stepper .e-step-inprogress * {
    color: #3479f3;
}

[b-i1ze01af3v] #stepper .e-step-notstarted * {
    color: #bdbdbd;
}

/* Custom icon styles using standard CSS instead of embedded font */
[b-i1ze01af3v] [class^="sf-icon-"], [b-i1ze01af3v] [class*=" sf-icon-"] {
    speak: none;
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[b-i1ze01af3v] .sf-icon-projector:before {
    content: "📽️";
}

[b-i1ze01af3v] .sf-icon-powerpoint:before {
    content: "📊";
}

[b-i1ze01af3v] .sf-icon-onedrive:before {
    content: "☁️";
}

.stepper-template-wrapper[b-i1ze01af3v] {
    width: 75%;
    margin: 0px auto;
    min-width: 85px;
    padding: 25px 0;
}

[b-i1ze01af3v] .e-content .e-item {
    font-size: 12px;
    margin: 10px;
    text-align: justify;
}

/* Hide close button for first & last headers */
[b-i1ze01af3v] .first-tab .e-close-icon,
[b-i1ze01af3v] .last-tab .e-close-icon {
    display: none !important;
}

[b-i1ze01af3v] .borrower-form-group .e-label-position-top {
    margin-top: 0 !important;
}

.loading-container[b-i1ze01af3v] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    font-size: 1.2em;
}

.error-container[b-i1ze01af3v] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
}

.error-message[b-i1ze01af3v] {
    color: #d32f2f;
    font-size: 1.1em;
    text-align: center;
    background: #ffebee;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ffcdd2;
    position: relative;
    max-width: 600px;
}

.error-message h4[b-i1ze01af3v] {
    margin: 0 0 10px 0;
    color: #b71c1c;
    font-weight: 600;
}

.retry-button[b-i1ze01af3v] {
    background: #d32f2f;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 0.9em;
}

.retry-button:hover[b-i1ze01af3v] {
    background: #b71c1c;
}

.submission-error-banner[b-i1ze01af3v] {
    background: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}

.submission-success-banner[b-i1ze01af3v] {
    background: #e8f5e8;
    border: 1px solid #c8e6c9;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}

.error-content[b-i1ze01af3v], .success-content[b-i1ze01af3v] {
    padding: 16px 40px 16px 16px;
}

.error-content h4[b-i1ze01af3v] {
    color: #b71c1c;
    margin: 0 0 8px 0;
    font-size: 1.1em;
    font-weight: 600;
}

.success-content h4[b-i1ze01af3v] {
    color: #2e7d32;
    margin: 0 0 8px 0;
    font-size: 1.1em;
    font-weight: 600;
}

.error-content p[b-i1ze01af3v] {
    color: #d32f2f;
    margin: 0;
    line-height: 1.4;
}

.success-content p[b-i1ze01af3v] {
    color: #388e3c;
    margin: 0;
    line-height: 1.4;
}

.close-error-button[b-i1ze01af3v], .close-success-button[b-i1ze01af3v] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.close-error-button[b-i1ze01af3v] {
    color: #d32f2f;
}

.close-success-button[b-i1ze01af3v] {
    color: #388e3c;
}

.close-error-button:hover[b-i1ze01af3v] {
    background: #ffcdd2;
}

.close-success-button:hover[b-i1ze01af3v] {
    background: #c8e6c9;
}
/* _content/Web/Components/Pages/Home/IndividualInformation/IndividualInformationForm.razor.rz.scp.css */
.individual-information-container[b-i3q3qs5slt] {
    width: 100%;
}

.individual-information-container[b-i3q3qs5slt]  .e-stepper {
    margin-bottom: 16px !important;
}

.individual-accordion[b-i3q3qs5slt] {
    margin-bottom: 16px;
    width: 100%;
}

.accordion-content[b-i3q3qs5slt] {
    padding: 16px;
}

.form-row[b-i3q3qs5slt] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 6px;
}

.form-group[b-i3q3qs5slt] {
    margin-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
}

.form-group label.e-form-label[b-i3q3qs5slt] {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
}

.col-md-6[b-i3q3qs5slt] {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-12[b-i3q3qs5slt] {
    flex: 0 0 100%;
    max-width: 100%;
}

.e-field[b-i3q3qs5slt] {
    width: 100%;
}

.switch-wrapper[b-i3q3qs5slt] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.switch-label[b-i3q3qs5slt] {
    margin: 0;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.table-wrapper[b-i3q3qs5slt] {
    margin-top: 12px;
}

.third-parties-grid[b-i3q3qs5slt] {
    margin-bottom: 12px;
    width: 100%;
}

.empty-state[b-i3q3qs5slt] {
    text-align: center;
    padding: 16px;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 6px;
    margin-bottom: 12px;
}

.empty-state p[b-i3q3qs5slt] {
    margin: 0;
    color: #6c757d;
}

.button-wrapper[b-i3q3qs5slt] {
    margin-top: 12px;
}

/* Form button spacing */
.e-form-btn-container[b-i3q3qs5slt] {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
}

/* Accordion item spacing */
.e-accordion .e-acrdn-item[b-i3q3qs5slt] {
    margin-bottom: 8px;
}

.e-accordion .e-acrdn-item .e-acrdn-header[b-i3q3qs5slt] {
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.e-accordion .e-acrdn-item .e-acrdn-content[b-i3q3qs5slt] {
    padding: 0;
}

@media (max-width: 768px) {
    .col-md-6[b-i3q3qs5slt] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .accordion-content[b-i3q3qs5slt] {
        padding: 12px;
    }

    .form-row[b-i3q3qs5slt] {
        margin-left: -6px;
        margin-right: -6px;
    }

    .form-group[b-i3q3qs5slt] {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/* _content/Web/Components/Pages/Home/ReviewAndSubmit/ReviewAndSubmitForm.razor.rz.scp.css */
[b-iq56nydilk] .success-card-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

[b-iq56nydilk] .success-card {
    max-width: 500px;
    width: 90%;
    margin: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background: white;
}

[b-iq56nydilk] .success-content {
    text-align: center;
    padding: 20px;
}

[b-iq56nydilk] .success-icon {
    font-size: 48px;
    color: var(--ci-amg-blue);
    margin-bottom: 16px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 157, 214, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-weight: bold;
}

[b-iq56nydilk] .success-content h4 {
    color: var(--ci-navy);
    margin: 0 0 12px 0;
    font-size: 1.25em;
    font-weight: 600;
}

[b-iq56nydilk] .success-content p {
    color: var(--ci-grey);
    margin: 0 0 16px 0;
    line-height: 1.5;
}

[b-iq56nydilk] .confirmation-details {
    background: rgba(0, 157, 214, 0.05);
    border: 1px solid rgba(0, 157, 214, 0.2);
    border-radius: 6px;
    padding: 12px;
    margin: 16px 0;
    color: var(--ci-navy);
}

[b-iq56nydilk] .submission-message {
    background: rgba(0, 157, 214, 0.1);
    border-radius: 6px;
    padding: 12px;
    margin: 12px 0;
    color: var(--ci-grey);
    border-left: 4px solid var(--ci-amg-blue);
}

.review-and-submit-container[b-iq56nydilk] {
    margin-top: 20px;
}

.review-content[b-iq56nydilk] {
    width: 100%;
}

.review-section[b-iq56nydilk] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.review-card[b-iq56nydilk] {
    width: 100%;
}

.review-detail-group[b-iq56nydilk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.review-detail[b-iq56nydilk] {
    display: flex;
    flex-direction: column;
}

.review-label[b-iq56nydilk] {
    font-weight: 500;
    color: var(--ci-lightgrey);
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.review-value[b-iq56nydilk] {
    font-size: 1rem;
    color: var(--ci-grey);
}

.entity-review-section[b-iq56nydilk], .individual-review-section[b-iq56nydilk] {
    border-bottom: 1px solid rgba(123, 123, 123, 0.2);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.entity-review-section:last-child[b-iq56nydilk], .individual-review-section:last-child[b-iq56nydilk] {
    border-bottom: none;
    margin-bottom: 0;
}

.beneficial-owners-section[b-iq56nydilk], .third-parties-section[b-iq56nydilk] {
    grid-column: 1 / -1;
}

.beneficial-owners-list[b-iq56nydilk], .third-parties-list[b-iq56nydilk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.beneficial-owner-item[b-iq56nydilk], .third-party-item[b-iq56nydilk] {
    background-color: rgba(0, 157, 214, 0.05);
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid var(--ci-amg-blue);
}

.beneficial-owner-item strong[b-iq56nydilk], .third-party-item strong[b-iq56nydilk] {
    display: block;
    margin-bottom: 4px;
    color: var(--ci-navy);
}

.beneficial-owner-item span[b-iq56nydilk], .third-party-item span[b-iq56nydilk] {
    display: block;
    font-size: 0.9rem;
    color: var(--ci-lightgrey);
}

.third-party-details[b-iq56nydilk] {
    margin-top: 4px;
    padding-left: 12px;
    border-left: 2px solid rgba(123, 123, 123, 0.3);
}

.third-party-details span[b-iq56nydilk] {
    font-size: 0.85rem;
    color: var(--ci-lightgrey);
}

.consent-section[b-iq56nydilk] {
    margin-bottom: 20px;
}

.consent-checkbox[b-iq56nydilk] {
    margin-bottom: 12px;
}

.consent-text[b-iq56nydilk] {
    font-size: 0.9rem;
    color: var(--ci-lightgrey);
}

.success-message[b-iq56nydilk] {
    text-align: center;
    padding: 20px 0;
    color: var(--ci-grey);
}
/* _content/Web/Components/Pages/Home/StepperComponent.razor.rz.scp.css */
/* _content/Web/Components/Pages/Home/ThirdPartyRelationships/ThirdPartiesDialog.razor.rz.scp.css */
.third-parties-dialog[b-zghbp4qfkp] {
    /* Add any custom dialog styling here */
}

.review-section[b-zghbp4qfkp] {
    padding: 0;
}

.review-detail-group[b-zghbp4qfkp] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.review-detail[b-zghbp4qfkp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.review-detail:last-child[b-zghbp4qfkp] {
    border-bottom: none;
}

.review-label[b-zghbp4qfkp] {
    font-weight: 600;
    color: #333;
    min-width: 150px;
}

.review-value[b-zghbp4qfkp] {
    color: #666;
    text-align: right;
    flex: 1;
}

/* Match the styling from other forms */
.review-section h6[b-zghbp4qfkp] {
    font-weight: 600;
    margin-bottom: 1rem;
}

.border[b-zghbp4qfkp] {
    border: 1px solid #dee2e6;
}

.rounded[b-zghbp4qfkp] {
    border-radius: 0.25rem;
}

.p-3[b-zghbp4qfkp] {
    padding: 1rem;
}

.mb-3[b-zghbp4qfkp] {
    margin-bottom: 1rem;
}
