@import '_content/PRCB.Portal.Blazor.Common/PRCB.Portal.Blazor.Common.bundle.scp.css';
@import '_content/PRCB.Portal.Front.Blazor.Common.Components/PRCB.Portal.Front.Blazor.Common.Components.bundle.scp.css';
@import '_content/PRCB.Portal.Front.Blazor.Common.Pages/PRCB.Portal.Front.Blazor.Common.Pages.bundle.scp.css';
@import '_content/PRCB.Portal.Front.Blazor.Documents/PRCB.Portal.Front.Blazor.Documents.bundle.scp.css';
@import '_content/PRCB.Portal.Front.Blazor.Loan.Individual/PRCB.Portal.Front.Blazor.Loan.Individual.bundle.scp.css';
@import '_content/PRCB.Portal.Front.Blazor.Onboarding.Company/PRCB.Portal.Front.Blazor.Onboarding.Company.bundle.scp.css';
@import '_content/PRCB.Portal.Front.Blazor.Onboarding.Individual/PRCB.Portal.Front.Blazor.Onboarding.Individual.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
[b-985n5reme9] .title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 61px;
    margin-bottom: 80px;
    padding: 0px 24px;
}
[b-985n5reme9] .button-rectangle {
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

[b-985n5reme9] .button-rectangle svg {
    pointer-events: none;
}

[b-985n5reme9] .button-rectangle.hover svg {
    border-radius: 24px;
    box-shadow: 10px 10px 50px rgba(0, 79, 149, 0.15);
}


[b-985n5reme9] .button-rectangle-title {
    position: absolute;
    font-family: 'MetaPro-Book', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    font-feature-settings: 'case' on, 'cpsp' on;
    color: #000000;
    bottom: 48px;
    left: 50%;
    transform: translate(-50%);
}

[b-985n5reme9] .hover .button-rectangle-title {
    color: #004F95;
    font-weight: 700;
}

[b-985n5reme9] .info {
    padding: 16px 40px;
    background: #D1DAE9;
    border-radius: 12px;
    margin: 0px 16px;
    margin-top: 32px;
}

@media only screen and (max-width: 1366px) {
    [b-985n5reme9] .title {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 32px;
    }

    [b-985n5reme9] .info {
        margin: 16px 4px;
        padding: 8px 16px;
    }

    [b-985n5reme9] .buttons-grid {
        width: 600px;
        margin: auto;
    }

        [b-985n5reme9] .buttons-grid svg {
            width: 290px;
            height: 290px;
        }
}

@media only screen and (max-width: 1440px) {
    [b-985n5reme9] .title {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 32px;
        padding: 0px 0px;
    }

    [b-985n5reme9] .info {
        margin: 16px 4px;
        padding: 8px 16px;
    }

    [b-985n5reme9] .buttons-grid {
        width: 630px;
        margin: auto;
    }

        [b-985n5reme9] .buttons-grid svg {
            width: 305px;
            height: 305px;
        }
}

@media only screen and (max-width: 1920px) {
    [b-985n5reme9] .title {
        margin-top: 37px;
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 912px) {
    [b-985n5reme9] .button-rectangle:first-child {
        margin-bottom: 32px;
    }
}   

@media only screen and (max-width: 768px) {
    [b-985n5reme9] .title {
        padding: 0px 32px;
    }

    [b-985n5reme9] .buttons-grid {
        width: 100%;
    }

    [b-985n5reme9] .buttons-grid svg {
        width: auto;
        height: auto;
        margin: 0px 24px;
    }

    [b-985n5reme9] .button-rectangle:last-child {
        margin-top: 16px;
    }

    [b-985n5reme9] .info {
        width: auto;
        height: auto;
        margin: 24px 24px;
        padding: 11px 24px;
    }
}
/* /Pages/InvalidLinkPage.razor.rz.scp.css */
[b-pvh4x2xfoc] h5 {
    font-weight: 700;
    text-align: center;
    color: #004F95;
    margin-bottom:16px;
}

[b-pvh4x2xfoc] h6 {
    font-weight: 400;
    text-align: center;
    color: black;
    line-height: 120%;
}

[b-pvh4x2xfoc] .prcb-form {
    padding-bottom: 190px;
    padding-top: 190px;
    text-align: center;
}

[b-pvh4x2xfoc] .text-font-weight {
    font-weight: 400;
}

[b-pvh4x2xfoc] .prcb-button {
    margin: auto;
    min-width: 256px;
    height: 48px;
    padding: 10px 24px;
    margin-top: 96px;
    border-radius: 24px;
    background: linear-gradient(100.4deg, #AA0C10 -1.44%, #B81C21 41.86%, #F8E4E5 181.51%);
    box-shadow: 0px 6px 16px rgba(212, 15, 20, 0.15);
    color: white;
}

@media only screen and (max-width: 768px) {

    [b-pvh4x2xfoc] .prcb-form {
        margin-top: -42px;
        padding-bottom: 132px;
        padding-top: 142px;
        border-radius: 0;
    }
}
