/* _content/Connect.UI.GuidedOnboarding.Web/Components/Buttons/BackButton.razor.rz.scp.css */
button[b-bd2t2eghv0] {
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    background: none;
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Buttons/PrimaryOrangeButton.razor.rz.scp.css */
.button[b-3ko9npd5sl] {
    display: inline-flex;
    width: 305px;
    height: 50px;
    border-radius: 10px;
    background: var(--Primary-700-Realto-Orange);
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-style: none;

    &:disabled .spinner {
        height: 40px;
        width: 40px;
        margin-top: 5px;
    }
}

.button:hover[b-3ko9npd5sl] {
    background: var(--Primary-500-Light-Orange);
}

span[b-3ko9npd5sl] {
    color: var(--Primary-100-Realto-White);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.button.disabled[b-3ko9npd5sl] {
    background: var(--Neutral-300-Cloud);
    cursor: not-allowed;
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Buttons/SecondaryOutlineWhiteButton.razor.rz.scp.css */
button[b-mpsky35k53] {
    display: inline-flex;
    width: 145px;
    height: 35px;
    border: 1px solid var(--Neutral-200-Silver);
    border-radius: 10px;
    background: var(--Primary-100-Realto-White);
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

button:hover[b-mpsky35k53] {
    background: var(--Neutral-200-Silver);
}

span[b-mpsky35k53] {
    color: var(--Neutral-700-Light-Black);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

button.disabled[b-mpsky35k53], button.disabled:hover[b-mpsky35k53] {
    border: 1px solid var(--Neutral-100-Smoke);
    background: none;
    cursor: not-allowed;
}

button.disabled span[b-mpsky35k53]{
    color: var(--Neutral-200-Silver);
}


/* _content/Connect.UI.GuidedOnboarding.Web/Components/Inputs/OutlinedInput.razor.rz.scp.css */
.outlined-input-container[b-k7vbx6a22v] {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 305px;
    height: 56px;
    border: 1px solid #D2D2D2;
    padding: 0 15px 3px 13px;
    border-radius: 10px;
}

.outlined-input-container .label-frame[b-k7vbx6a22v] {
    position: absolute;
    width: 65px;
    height: 16px;
    left: 15px;
    top: -9px;
    padding: 0px 4px 0px 4px;
    background: var(--Neutral-700-Light-Black);
}

.outlined-input-container .label-frame label[b-k7vbx6a22v] {
    font-weight: 700;
    line-height: 16px;
    text-align: left;
}

.outlined-input-container input[b-k7vbx6a22v] {
    padding: 0;
    height: 24px;
    width: 275px;
    background: var(--Neutral-700-Light-Black);
    color: var(--Neutral-100-Smoke);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border: none;
    outline: none;
}

.outlined-input-container.disabled[b-k7vbx6a22v] {
    border: 1px solid var(--Neutral-400-Grey);
}

.outlined-input-container.error[b-k7vbx6a22v] {
    border-color: var(--Primary-500-Light-Orange);
}

.outlined-input-container.disabled .label-frame label[b-k7vbx6a22v] {
    color: var(--Neutral-400-Grey);
}

.outlined-input-container.disabled input[b-k7vbx6a22v] {
    color: var(--Neutral-400-Grey);
}

.body3-regular.error[b-k7vbx6a22v] {
    text-align: center;
    margin-top: 5px;
    color: var(--Primary-500-Light-Orange);
    height: 20px;
}

/* _content/Connect.UI.GuidedOnboarding.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#page[b-cfgfw6iybc] {
    max-width: var(--Page-Max-Width);
    margin: auto;
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Layout/PoweredByFooter.razor.rz.scp.css */
#footer[b-v41ii684hs] {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    color: var(--Neutral-600-Dark-Grey);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

    #footer em[b-v41ii684hs] {
        color: var(--Neutral-600-Dark-Grey);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
    }
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Layout/ReAltoHeader.razor.rz.scp.css */
header[b-bczjb2v7kr] {
    display: grid;
    grid-template-columns: 1fr 104px 1fr;
    align-items: center;
    margin: 55px 0 25px 6px;
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Layout/ReAltoStaticHeader.razor.rz.scp.css */
header[b-xvpix4qb9y] {
    display: flex;
    justify-content: center;
    margin: 55px 0 25px 0;
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Layout/StaticLayout.razor.rz.scp.css */
#page[b-1pv7zencnx] {
    max-width: var(--Page-Max-Width);
    margin: auto;
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Messages/ManufacturerMessage.razor.rz.scp.css */
.unsupported-manufacturer-container[b-o47ix8p3jl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 373px;
    border-radius: 10px;
    background-color: var(--Secondary-800-Soft-Honey);
    margin-top: 10px;
    padding: 40px 0;
    
    .body1-bold {
        margin-top: 20px;
        padding: 0 22px;
    }
    
    .microtext[b-o47ix8p3jl] {
        margin-top: 14px;
        padding: 0 34px;
    }

    a[b-o47ix8p3jl] {
        margin-top: 27px;
        color: var(--Primary-700-Realto-Orange);
    }
}

.container[b-o47ix8p3jl] {
    .microtext {
        margin-top: 30px;
    }

    .body1-bold[b-o47ix8p3jl] {
        margin-top: 20px;
    }

    img[b-o47ix8p3jl] {
        width: 100px;
        height: 100px;
        margin-top: 23px;
    }
}

.microtext[b-o47ix8p3jl], .body1-bold[b-o47ix8p3jl] {
    text-align: center;
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Pages/CanceledSession.razor.rz.scp.css */
.container[b-q4cr4acsu9] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
    .spinner {
        height: 65px;
        width: 65px;
        margin-top: 160px;
    }

    .image-container[b-q4cr4acsu9] {
        display: flex;
        justify-content: center;
        margin: 160px 0 35px 0;
    }

    .text-container[b-q4cr4acsu9] {
        display: flex;
        flex-direction: column;
        align-items: center;

        h5 {
            margin: 0;
            text-align: center;
            padding: 0 44px;
        }

        span[b-q4cr4acsu9] {
            margin: 10px 0 20px 0;
            text-align: center;
            padding: 0 44px;
        }
    }
}


/* _content/Connect.UI.GuidedOnboarding.Web/Components/Pages/ConsentConfirmation.razor.rz.scp.css */
.container[b-9mftd3fjup] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
    .spinner {
        height: 65px;
        width: 65px;
        margin-top: 160px;
    }
}

h3[b-9mftd3fjup] {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    width: 304px;
    margin: 0;
}

h3:first-child[b-9mftd3fjup] {
    margin-top: 230px;
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Pages/Error.razor.rz.scp.css */
.image-container[b-p500tbvlj5] {
    display: flex;
    justify-content: center;
    margin: 160px 0 35px 0;
    
    svg {
        width: 120px;
        height: 120px;
    }
}

.text-container[b-p500tbvlj5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    h5 {
        margin: 0;
        text-align: center;
        padding: 0 44px;
    }
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Pages/ExpiredSession.razor.rz.scp.css */
.container[b-zgzkyobv1l] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    .spinner {
        height: 65px;
        width: 65px;
        margin-top: 160px;
    }

    .image-container[b-zgzkyobv1l] {
        display: flex;
        justify-content: center;
        margin: 160px 0 35px 0;
    }

    .text-container[b-zgzkyobv1l] {
        display: flex;
        flex-direction: column;
        align-items: center;

        h5 {
            margin: 0;
            text-align: center;
            padding: 0 44px;
        }

        span[b-zgzkyobv1l] {
            margin: 10px 0 20px 0;
            text-align: center;
            padding: 0 44px;
        }
    }
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Pages/FailedConnection.razor.rz.scp.css */
.container[b-2u4r43acx3] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    .spinner {
        height: 65px;
        width: 65px;
        margin-top: 160px;
    }

    .image-container[b-2u4r43acx3] {
        display: flex;
        justify-content: center;
        margin: 160px 0 35px 0;
    }

    .text-container[b-2u4r43acx3] {
        display: flex;
        flex-direction: column;
        align-items: center;

        h5 {
            margin: 0;
            text-align: center;
            padding: 0 44px;
        }

        span[b-2u4r43acx3] {
            margin: 10px 0 20px 0;
            text-align: center;
            padding: 0 44px;
        }
    }
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Pages/GuidedOnboarding.razor.rz.scp.css */
.container[b-3txpfbl8a4] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
    .spinner {
        height: 65px;
        width: 65px;
        margin-top: 200px;
    }
}

.intro-logo[b-3txpfbl8a4] {
    margin: 25px 0;
}

.greeting[b-3txpfbl8a4] {
    margin-bottom: 40px;
    display: grid;
    max-width: 285px;
    justify-items: center;
    color: var(--Neutral-900-Black, #141414);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 280px;
}

.greeting-details[b-3txpfbl8a4] {
    width: 300px;
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 15px;
    row-gap: 22px;
    margin-bottom: 60px;
}

.greeting-details span[b-3txpfbl8a4] {
    color: var(--Neutral-900-Black, #141414);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 240px;
}

.terms[b-3txpfbl8a4] {
    margin-top: 40px;
    width: 320px;
    color: var(--Neutral-900-Black);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.terms a[b-3txpfbl8a4] {
    color: var(--Neutral-900-Black);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Pages/SuccessfulConnection.razor.rz.scp.css */
.container[b-zhwvotxisz] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    .spinner {
        height: 65px;
        width: 65px;
        margin-top: 160px;
    }

    .image-container[b-zhwvotxisz] {
        display: flex;
        justify-content: center;
        margin: 160px 0 35px 0;
    }

    .text-container[b-zhwvotxisz] {
        display: flex;
        justify-content: center;

        h5 {
            margin: 0;
            padding: 0 44px;
            text-align: center;
        }
    }
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Pages/VINNumber.razor.rz.scp.css */
.container[b-kisajtro5v] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
    .spinner {
        height: 65px;
        width: 65px;
        margin-top: 200px;
    }
}

form[b-kisajtro5v] {
    width: 373px;
    height: 280px;
    border-radius: 10px;
    background-color: var(--Neutral-700-Light-Black);
    color: var(--Primary-Contrast);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

form .title[b-kisajtro5v] {
    box-sizing: border-box;
    height: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.vin-question[b-kisajtro5v] {
    margin: 29px 0 16px 0;
    max-width: 285px;
    width: 280px;
}

.check-registration-label[b-kisajtro5v] {
    margin-bottom: 18px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: var(--Neutral-600-Dark-Grey);
}
/* _content/Connect.UI.GuidedOnboarding.Web/Components/Pages/WorkingOnConnection.razor.rz.scp.css */
.container[b-8cm8gvvniy] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    .spinner {
        height: 65px;
        width: 65px;
        margin-top: 160px;
    }

    .image-container[b-8cm8gvvniy] {
        display: flex;
        justify-content: center;
        margin: 160px 0 35px 0;
    }

    .text-container[b-8cm8gvvniy] {
        display: flex;
        flex-direction: column;
        align-items: center;

        h5 {
            margin: 0;
            text-align: center;
            padding: 0 44px;
        }

        span[b-8cm8gvvniy] {
            margin: 10px 0 20px 0;
            text-align: center;
            padding: 0 44px;
            max-width: 254px;
        }
    }
}
