@import '_content/FOD.Components/FOD.Components.bundle.scp.css';

/* /Pages/DataDraftRequest.razor.rz.scp.css */
.table-container[b-jdljxjt8xc] {
    max-width: auto;
    margin: 0 auto;
    padding: 0 40px;
}

.custom-table[b-jdljxjt8xc] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

    .custom-table thead th[b-jdljxjt8xc] {
        background-color: #f5f5f5;
        font-weight: 600;
        font-size: 14px;
        color: #333;
        padding: 12px 16px;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
    }

    .custom-table tbody tr[b-jdljxjt8xc] {
        border-bottom: 1px solid #e0e0e0;
    }

        .custom-table tbody tr:last-child[b-jdljxjt8xc] {
            border-bottom: none;
        }

    .custom-table tbody td[b-jdljxjt8xc] {
        padding: 12px 16px;
        font-size: 14px;
        color: #333;
        vertical-align: middle;
    }

    .custom-table .link-cell a[b-jdljxjt8xc] {
        color: #1976d2;
        text-decoration: none;
    }

        .custom-table .link-cell a:hover[b-jdljxjt8xc] {
            text-decoration: underline;
        }

    .custom-table .action-cell[b-jdljxjt8xc] {
        text-align: right;
        padding-right: 16px;
    }

    .custom-table .delete-btn[b-jdljxjt8xc] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px;
        color: #d32f2f;
    }

        .custom-table .delete-btn:hover[b-jdljxjt8xc] {
            opacity: 0.7;
        }
/* /Pages/ExtractRequest.razor.rz.scp.css */
.toggle-arrow[b-p3zmacwyby] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #326897;
    border-radius: 4px;
    transition: transform 0.3s ease;
    border: 1px solid #cbd5e1;
}

    .toggle-arrow svg path[b-p3zmacwyby] {
        stroke: white;
    }

    .toggle-arrow.expanded[b-p3zmacwyby] {
        transform: rotate(180deg);
    }

    .toggle-arrow.collapsed[b-p3zmacwyby] {
        transform: rotate(0deg);
    }

.collapsible-content[b-p3zmacwyby] {
    max-height: 5000px;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 1;
}

    .collapsible-content.collapsed[b-p3zmacwyby] {
        max-height: 0;
        opacity: 0;
    }

    .collapsible-content.expanded[b-p3zmacwyby] {
        max-height: 5000px;
        opacity: 1;
    }
/* /Pages/SearchRequest.razor.rz.scp.css */
body[b-0g27xbumyj], html[b-0g27xbumyj] {
    overflow-x: hidden;
    max-width: 100%;
}

.row[b-0g27xbumyj] {
    margin-left: 0;
    margin-right: 0;
}

.search-table-container[b-0g27xbumyj],
.custom-search-table[b-0g27xbumyj] {
    max-width: 100%;
    overflow-x: auto;
}

.search-table-container[b-0g27xbumyj] {
    max-width: 85%;
    margin: 0 auto;
    padding: 0 40px;
}

.custom-search-table[b-0g27xbumyj] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

    .custom-search-table thead th[b-0g27xbumyj] {
        background-color: #f5f5f5;
        font-weight: 600;
        font-size: 14px;
        color: #333;
        padding: 12px 16px;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
    }

    .custom-search-table tbody tr[b-0g27xbumyj] {
        border-bottom: 1px solid #e0e0e0;
    }

        .custom-search-table tbody tr:last-child[b-0g27xbumyj] {
            border-bottom: none;
        }

    .custom-search-table tbody td[b-0g27xbumyj] {
        padding: 12px 16px;
        font-size: 14px;
        color: #333;
        vertical-align: middle;
    }

    .custom-search-table .link-cell a[b-0g27xbumyj] {
        color: #1976d2;
        text-decoration: none;
    }

        .custom-search-table .link-cell a:hover[b-0g27xbumyj] {
            text-decoration: underline;
        }
/* /Shared/Components/AddDocument.razor.rz.scp.css */
.file-upload-chip[b-h0kjws6ol0] {
    display: flex;
    align-items: center;
    gap: 12px; 
    padding: 12px 16px;
    background-color: #F5F8FF; 
    border-radius: 8px;
    max-width: 580px;
    height: 56px;
    box-sizing: border-box;
}

.file-upload-icon[b-h0kjws6ol0] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

    .file-upload-icon img[b-h0kjws6ol0] {
        width: 100%;
        height: 100%;
    }

.file-upload-name[b-h0kjws6ol0] {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #101828;
    flex-grow: 1;
}
/* /Shared/Components/CheckboxComponent.razor.rz.scp.css */
.checkbox-svg[b-nzr74jki8o] {
    transition: all 0.3s ease;
    border-radius: 100%;
    padding: 6px;
}

.checkbox-svg:hover[b-nzr74jki8o] {
    background-color: rgba(128, 128, 128, 0.2);
}
/* /Shared/Components/CollectionInputForms/CollectionBeneficiaryInput.razor.rz.scp.css */
.indirect-ownership-list[b-b1ougb5ih0] {
    margin-top: -20px;
    padding: 10px 8px;
    border-collapse: collapse;
    width: 100%;
}

.indirect-ownership-header[b-b1ougb5ih0] {
    color: #326897;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 5px;
}

.indirect-ownership-row[b-b1ougb5ih0] {
    padding: 10px 8px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dee2e6;
}

    .indirect-ownership-row:last-child[b-b1ougb5ih0] {
        margin-bottom: 25px;
    }

.indirect-ownership-items[b-b1ougb5ih0] {
    margin: 0;
    padding: 0;
}
/* /Shared/Components/CollectionInputForms/CollectionFounderInput.razor.rz.scp.css */
.alert-list[b-yb0jc6qx6i] {
    list-style-type: disc !important;
    padding-left: 20px;
}

.alert-list li[b-yb0jc6qx6i] {
    margin-bottom: 5px;
    list-style-position: outside;
}
/* /Shared/Components/CollectionInputForms/CollectionRealEstateInput.razor.rz.scp.css */
.estate-list[b-d34tlz6pic] {
    margin-top: 20px;
    padding: 0px 12px;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    background-color: white;
}

.estate-header[b-d34tlz6pic] {
    color: #326897;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
    background-color: #F8FAFC;
}

.estate-row[b-d34tlz6pic] {
    padding: 12px 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6;
    background-color: white;
}

    .estate-row:last-child[b-d34tlz6pic] {
        border-bottom: none;
    }

.estate-items[b-d34tlz6pic] {
    margin: 0;
    padding: 0;
}

.estate-actions[b-d34tlz6pic] {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .estate-actions button[b-d34tlz6pic] {
        padding: 4px 8px;
    }
/* /Shared/Components/CollectionInputForms/CollectionTerrainInput.razor.rz.scp.css */
.terrain-list[b-exlxn94bp6] {
    margin-top: 20px;
    padding: 0px 12px;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    background-color: white;
}

.terrain-header[b-exlxn94bp6] {
    color: #326897;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
    background-color: #F8FAFC;
}

.terrain-row[b-exlxn94bp6] {
    padding: 12px 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6;
    background-color: white;
}

    .terrain-row:last-child[b-exlxn94bp6] {
        border-bottom: none;
    }

.terrain-items[b-exlxn94bp6] {
    margin: 0;
    padding: 0;
}

.terrain-actions[b-exlxn94bp6] {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .terrain-actions button[b-exlxn94bp6] {
        padding: 4px 8px;
    }
/* /Shared/Components/DisplayComponents/CapitalContributionsInput.razor.rz.scp.css */
.contribution-list[b-4xn91rvz18] {
    margin-top: -5px;
    padding: 10px 8px;
    border-collapse: collapse;
    width: 100%;
}

.contribution-header[b-4xn91rvz18] {
    color: #326897;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 5px;
}

.contribution-row[b-4xn91rvz18] {
    padding: 10px 8px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dee2e6;
}

    .contribution-row:last-child[b-4xn91rvz18] {
        margin-bottom: 25px;
    }

.contribution-items[b-4xn91rvz18] {
    margin: 0;
    padding: 0;
}
/* /Shared/Components/DisplayComponents/CollectionNominalCompositionsDisplay.razor.rz.scp.css */
.nominal-list[b-37aerezy7p] {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0px 12px;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    background-color: white;
}

.nominal-header[b-37aerezy7p] {
    color: #326897;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
    background-color: #F8FAFC;
}

.nominal-row[b-37aerezy7p] {
    padding: 12px 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6;
    background-color: white;
}

    .nominal-row:last-child[b-37aerezy7p] {
        border-bottom: none;
    }

.nominal-items[b-37aerezy7p] {
    margin: 0;
    padding: 0;
}

.nominal-actions[b-37aerezy7p] {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .nominal-actions button[b-37aerezy7p] {
        padding: 4px 8px;
    }
/* /Shared/Components/DisplayComponents/FileUploadArea.razor.rz.scp.css */
.file-upload-container[b-mpac6q3p0m] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 4px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.file-upload-container:hover[b-mpac6q3p0m] {
    border-color: #326897;
    background-color: #F9FAFB;
}

.file-upload-container.drag-over[b-mpac6q3p0m] {
    border-color: #326897;
    background-color: #EEF2F6;
    border-width: 2px;
}

.file-upload-content[b-mpac6q3p0m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 12px;
    width: 100%;
    pointer-events: none;
}

.file-upload-icon[b-mpac6q3p0m] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #F2F4F7;
    border: 6px solid #F9FAFB;
    border-radius: 28px;
}

    .file-upload-icon svg[b-mpac6q3p0m] {
        width: 35px;
        height: 35px;
    }

    .file-upload-icon img[b-mpac6q3p0m] {
        width: 35px;
        height: 35px;
    }

.file-upload-text[b-mpac6q3p0m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.file-upload-action[b-mpac6q3p0m] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}

.file-upload-link[b-mpac6q3p0m] {
    font-weight: 600;
    color: #326897;
    cursor: pointer;
    text-decoration: none;
}

.file-upload-container:hover .file-upload-link[b-mpac6q3p0m] {
    text-decoration: underline;
}

.file-upload-or[b-mpac6q3p0m] {
    color: #334155;
}

.file-upload-supporting[b-mpac6q3p0m] {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #334155;
}
/* /Shared/Components/DisplayComponents/InformativeTag.razor.rz.scp.css */
.informative-tag[b-ebhsjv3wyo] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 20px;
    gap: 12px;
    width: auto;
    height: auto;
    background: #EFF6FF;
    border-radius: 6px;
}

.informative-icon[b-ebhsjv3wyo] {
    width: 10px;
    height: 25px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #4382B4;
}

.informative-icon-svg[b-ebhsjv3wyo] {
    width: 200%;
    height: 100%;
}

.informative-message[b-ebhsjv3wyo] {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-left: 10px;
    color: #4382B4;
    flex: 1 1 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* /Shared/Components/DisplayComponents/MemberCollectionDisplay.razor.rz.scp.css */
.member-list[b-y7li4w2vd9] {
    margin-top: 20px;
    padding: 0px 12px;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    background-color: white;
}

.member-header[b-y7li4w2vd9] {
    color: #326897;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
    background-color: #F8FAFC;
}

.member-row[b-y7li4w2vd9] {
    padding: 12px 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6;
    background-color: white;
}

    .member-row:last-child[b-y7li4w2vd9] {
        border-bottom: none;
    }

.member-items[b-y7li4w2vd9] {
    margin: 0;
    padding: 0;
}

.member-actions[b-y7li4w2vd9] {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .member-actions button[b-y7li4w2vd9] {
        padding: 4px 8px;
    }
/* /Shared/Components/DisplayComponents/SectionHeader.razor.rz.scp.css */
.toggle-arrow[b-0iq973m0ep] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #326897;
    border-radius: 4px;
    border: 1px solid #cbd5e1;
}

    .toggle-arrow svg[b-0iq973m0ep] {
        transition: transform 0.3s ease;
        width: 16px;
        height: 16px;
    }

        .toggle-arrow svg path[b-0iq973m0ep] {
            stroke: white;
            stroke-width: 2;
        }

    .toggle-arrow.expanded svg[b-0iq973m0ep] {
        transform: rotate(180deg);
    }

    .toggle-arrow.collapsed svg[b-0iq973m0ep] {
        transform: rotate(0deg);
    }

    .toggle-arrow.collapsed svg[b-0iq973m0ep] {
        transform: rotate(-180deg);
    }

    .toggle-arrow.expanded svg[b-0iq973m0ep] {
        transform: rotate(0deg);
    }
/* /Shared/Components/DisplayComponents/TooltipIcon.razor.rz.scp.css */
.tooltip-icon-wrapper[b-1yw4g1a815] {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: help;
    margin-left: 4px;
}

.tooltip-icon[b-1yw4g1a815] {
    width: 18px;
    height: 18px;
    display: block;
}

.tooltip-text[b-1yw4g1a815] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    background-color: #333;
    color: white;
    text-align: left;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    min-width: 200px;
    max-width: 350px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}

    .tooltip-text[b-1yw4g1a815]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

.tooltip-icon-wrapper:hover .tooltip-text[b-1yw4g1a815] {
    visibility: visible;
    opacity: 1;
}
/* /Shared/Components/DisplayComponents/WarningTag.razor.rz.scp.css */
.warning-tag[b-hdrx4pu69u] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 20px;
    gap: 12px;
    width: auto;
    height: auto;
    background: #FEFCE9;
    border-radius: 6px;
}

.warning-icon[b-hdrx4pu69u] {
    width: 10px;
    height: 25px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #EB891C;
}

.warning-icon-svg[b-hdrx4pu69u] {
    width: 200%;
    height: 100%;
}

.warning-message[b-hdrx4pu69u] {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-left: 10px;
    color: #EB891C;
    flex: 1 1 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* /Shared/Components/DocumentList.razor.rz.scp.css */
.document-list[b-zbonttsw1p] {
    margin-top: -20px;
    padding: 10px 8px;
    border-collapse: collapse;
    width: 100%;
}

.document-header[b-zbonttsw1p] {
    color: #326897;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 5px;
}

.document-row[b-zbonttsw1p] {
    padding: 10px 8px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dee2e6;
}

    .document-row:last-child[b-zbonttsw1p] {
        margin-bottom: 25px;
    }

.document-items[b-zbonttsw1p] {
    margin: 0;
    padding: 0;
}
/* /Shared/Components/PaymentComponent.razor.rz.scp.css */
.display-text[b-23lhpt8kcd] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
    color: #334155;
    letter-spacing: 0%;
    line-height: 100%;
    margin-bottom: 10px
}
/* /Shared/Components/Selectors/CustomSelectors/CustomStringClassifierSelector.razor.rz.scp.css */
.string-selector-wrapper[b-b0q9hgn8n5] {
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
}

.string-selector-label[b-b0q9hgn8n5] {
    margin-bottom: 5px;
}

    .string-selector-label label[b-b0q9hgn8n5] {
        margin: 0;
    }

.string-selector-required[b-b0q9hgn8n5] {
    margin-left: 2px;
}

.string-autocomplete-container[b-b0q9hgn8n5] {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

    .string-autocomplete-container .form-control[readonly][b-b0q9hgn8n5] {
        background-color: #e9ecef;
        color: black;
        cursor: not-allowed;
    }

    .string-autocomplete-container .form-control[b-b0q9hgn8n5] {
        white-space: nowrap;
        overflow-x: auto;
        text-overflow: ellipsis;
    }

    .string-autocomplete-container .form-control[b-b0q9hgn8n5] {
        display: block;
        height: 44px !important;
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        box-sizing: border-box;
        padding: 0.5rem 2.5rem 0.5rem 0.75rem;
    }

.string-arrow-icon[b-b0q9hgn8n5] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
    pointer-events: auto;
}

.string-dropdown-list[b-b0q9hgn8n5] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.string-list-item[b-b0q9hgn8n5] {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    background-color: white;
    color: black;
}

    .string-list-item:last-child[b-b0q9hgn8n5] {
        border-bottom: none;
    }

    .string-list-item.selected[b-b0q9hgn8n5] {
        background-color: #4382b4 !important;
        color: white !important;
    }

    .string-list-item:not(.selected):hover[b-b0q9hgn8n5] {
        background-color: #e0e0e0 !important;
        color: black !important;
    }
/* /Shared/Components/Selectors/CustomSelectors/FormGroupNullableClassifierSelector.razor.rz.scp.css */
.custom-selector-wrapper[b-w0udl5zoty] {
    padding: 10px 8px;
    width: 100%;
    box-sizing: border-box;
}

.label-container[b-w0udl5zoty] {
    display: inline-flex;
    align-items: center;
    margin-top: -5px;
    margin-bottom: 5px;
    font-weight: 500;
}

    .label-container label[b-w0udl5zoty] {
        margin: 0;
    }

.required-indicator[b-w0udl5zoty] {
    margin-left: 2px;
}

.tooltip-container[b-w0udl5zoty] {
    margin-left: 10px;
    display: flex;
    position: relative;
    bottom: 5px;
}

.autocomplete-container[b-w0udl5zoty] {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.form-control[b-w0udl5zoty] {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
    padding: 0.5rem 2.5rem 0.5rem 0.75rem;
}

.arrow-icon[b-w0udl5zoty] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
    pointer-events: auto;
}

.dropdown-list[b-w0udl5zoty] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.list-group-item[b-w0udl5zoty] {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    background-color: white;
    color: black;
}

    .list-group-item:last-child[b-w0udl5zoty] {
        border-bottom: none;
    }

    .list-group-item.selected[b-w0udl5zoty] {
        background-color: #4382b4 !important;
        color: white !important;
    }

    .list-group-item:not(.selected):not(.disabled):hover[b-w0udl5zoty] {
        background-color: #e0e0e0 !important;
        color: black !important;
    }

    .list-group-item.disabled[b-w0udl5zoty] {
        cursor: not-allowed;
        opacity: 0.6;
    }

.readonly-input[b-w0udl5zoty] {
    background-color: #e9ecef;
    color: #212529;
}
/* /Shared/Components/Steps/ApplicantComponent.razor.rz.scp.css */
.applicant-type-container[b-8c6r6ncv7l] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    margin-top: -10px;
    flex-wrap: nowrap;
}

.radio-group-offset[b-8c6r6ncv7l] {
    margin-top: 12px;
    margin-left: 5px; 
}

.radio-label[b-8c6r6ncv7l] {
    font-size: 14px;
    font-weight: 500;
    color: #334155;
}

.radio-button[b-8c6r6ncv7l] {
    width: 17.5px;
    height: 17.5px;
    border-radius: 17.5px;
    border: 1px solid #CBD5E1;
}
/* /Shared/Components/Steps/CompletionPaymentComponent.razor.rz.scp.css */
.display-text[b-gby1vygqro] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
    color: #334155;
    letter-spacing: 0%;
    line-height: 100%;
    margin-bottom: 10px
}
/* /Shared/MainLayout.razor.rz.scp.css */
.fod-header[b-pek7wuvgp7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 44px;
    width: 1920px;
    height: 44px;
    background: #4382B4;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.fod-layout-container[b-pek7wuvgp7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 48px;
    gap: 42px;
    position: absolute;
    width: 1920px;
    height: 773px;
    left: 0px;
    top: 0px;
}

.user-navbar[b-pek7wuvgp7] {
    background-color: #fff;
    padding: 10px;
    color: #000;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 92px;
}

.user-navbar a[b-pek7wuvgp7] {
    transition: background-color .1s ease-in-out, color .1s ease-in-out;
    color: black;
    border: none;
    text-align: center;
    line-height: 0.5;
    font-size: 15px;
    background-color: transparent;
    padding: 10px 15px;
    outline: none;
    border-radius: 5px;
}

    .user-navbar a:hover[b-pek7wuvgp7] {
        background-color: rgba(231, 239, 247, 1);
        color: #326897;
        border: none;
    }

.user-navbar-divider[b-pek7wuvgp7] {
    height: 2px;
    background-color: #4382b4;
    margin: 0px 0;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fewxo962j0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fewxo962j0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fewxo962j0] {
    font-size: 1.1rem;
}

.oi[b-fewxo962j0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

    .nav-item:first-of-type[b-fewxo962j0] {
        padding-top: 1rem;
    }

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

    .nav-item[b-fewxo962j0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-fewxo962j0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-fewxo962j0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-fewxo962j0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
