/* _content/CLUK.OffshoreBonds.ApplicationForm/Home/Components/Completed.razor.rz.scp.css */
[b-2dbghisgho] .cluk-signing-option-selected {
    border-color: var(--mud-palette-error);
    border-width: 2px;
}

[b-2dbghisgho] .cluk-recommended-chip {
    background-color: var(--cluk-palette-success-teal);
    color: white;
}

[b-2dbghisgho] .cluk-signatory-list {
    max-width: 600px;
}
/* _content/CLUK.OffshoreBonds.ApplicationForm/Home/Components/Investment/SegregatedPortfolio.razor.rz.scp.css */
li[b-5t4c3tdjk9] {
    padding-bottom: 20px;
}
/* _content/CLUK.OffshoreBonds.ApplicationForm/Shared/Components/ApplicationStatusChip.razor.rz.scp.css */
[b-c8tetgylce] .cluk-applicationstatus-draft {
    background-color: var(--cluk-pallete-applicationstatus-draft-background);
}

[b-c8tetgylce] .cluk-applicationstatus-awaiting-signatures {
    background-color: var(--cluk-pallete-applicationstatus-awaiting-signatures-background);
}

[b-c8tetgylce] .cluk-applicationstatus-application-submitted {
    background-color: var(--cluk-pallete-applicationstatus-application-submitted-background);
}

[b-c8tetgylce] .cluk-applicationstatus-application-declined {
    background-color: var(--cluk-pallete-applicationstatus-application-declined-background);
}

[b-c8tetgylce] .fixed-width {
    width: 148px;
}
/* _content/CLUK.OffshoreBonds.ApplicationForm/Shared/Components/Navigation.razor.rz.scp.css */
/*THERE ARE SOME ENTRIES IN app.css, DUE TO NOT BEING ABLE TO OVER THE VALUES VIA ISOLATED CSS AND MUDBLAZOR*/

[b-wzkb4de3je] .cluk-form-nav-notselected {
    padding-left: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex
}

[b-wzkb4de3je] .cluk-form-nav-notvalidated .mud-typography-body1 {
    font-weight: 600;
    color: var(--mud-palette-error);
}

[b-wzkb4de3je] .cluk-form-nav-selected {
    padding-left: 10px;
    background: var(--action-hover, rgba(0, 0, 0, 0.04));
    border-left: 7px var(--mud-palette-primary) solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex
}

    [b-wzkb4de3je] .cluk-form-nav-selected .mud-list-item {
        background-color: transparent !important;
        padding-left: 0px !important;
    }

    [b-wzkb4de3je] .cluk-form-nav-selected .mud-typography-body1 {
        font-weight: 600;
        color: black;
    }

[b-wzkb4de3je] .cluk-form-nav-container {
    padding: 20px;
}
/* _content/CLUK.OffshoreBonds.ApplicationForm/Shared/Components/WhatHappensNext.razor.rz.scp.css */
[b-64elsrnovu] .cluk-step-avatar {
    background-color: var(--cluk-palette-success-teal);
    color: white;
}
