/* _content/Dealers.Portal/Components/Blocks/FormField.razor.rz.scp.css */
.form-field[b-k8gxgduluv]  {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0.8rem 0 1.3rem 0;
}

.form-field.horizontal[b-k8gxgduluv]  .input-container > * {
    width: 11.2rem;
}
[b-k8gxgduluv] .bold{
        font-weight: 600;

}
.form-field[b-k8gxgduluv]  .input-container > * {
    min-width: 100%;
    font-size: 0.85rem;
    /*padding: 0.1rem 0.8rem;*/
    /*border: solid 1px #dedede;*/
    border: solid 1px;
    border-radius: 0;
}

.form-field.horizontal[b-k8gxgduluv]  {
    flex-direction: row;
    /*margin-top: 1.4rem;*/
    position: relative;
}

.form-field.rtl[b-k8gxgduluv]  {
    direction: rtl;
}

.label-container[b-k8gxgduluv]  {
    flex: 0 0 40%;
    padding-right: 10px;
    margin: 0 0 0.4rem 0;
}

.form-field.horizontal[b-k8gxgduluv]  .label-container {
    margin-top: 0.5rem;
}

.form-field[b-k8gxgduluv]  label {
    font-size: 14px;
    /*font-weight: 600;*/
    width: 100%;
}

.input-container[b-k8gxgduluv]  {
    flex: 1;
}

.horizontal[b-k8gxgduluv]  .input-container {
    display: flex;
    flex-direction: column;
}

.help-text[b-k8gxgduluv]  {
    display: flex;
    font-size: 0.8em;
    color: #666;
    margin-top: 5px;
    border: none;
}

.horizontal .help-text[b-k8gxgduluv]  {
    position: absolute;
    left: 0.3rem;
    bottom: -1.4rem;
}
/* Responsive design */
@media (max-width: 425px) {
    .form-field.horizontal[b-k8gxgduluv]  {
        flex-direction: column;
    }

        .form-field.horizontal[b-k8gxgduluv]  .input-container > * {
            width: 100%;
        }

    :: deep .label-container[b-k8gxgduluv] {
        flex: none;
        padding-right: 0;
        padding-bottom: 5px;
    }
}
/* _content/Dealers.Portal/Components/Layouts/MainLayout.razor.rz.scp.css */
.page[b-l7h41nhghm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l7h41nhghm] {
    flex: 1;
}

.sidebar[b-l7h41nhghm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l7h41nhghm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l7h41nhghm]  a, .top-row[b-l7h41nhghm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l7h41nhghm]  a:hover, .top-row[b-l7h41nhghm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l7h41nhghm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-l7h41nhghm] {
        justify-content: space-between;
    }

    .top-row[b-l7h41nhghm]  a, .top-row[b-l7h41nhghm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l7h41nhghm] {
        flex-direction: row;
    }

    .sidebar[b-l7h41nhghm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l7h41nhghm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l7h41nhghm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l7h41nhghm], article[b-l7h41nhghm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-l7h41nhghm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-l7h41nhghm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Dealers.Portal/Components/Pages/AccountPages/MyAccount.razor.rz.scp.css */
[b-x2j6xnn1pc] .label {
    font-size: 14px;
    font-weight: 600;
    width: 120px;
}

[b-x2j6xnn1pc] .req-desc {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 1rem 1rem 0 0;
}

[b-x2j6xnn1pc] .value {
    font-size: 14px;
    font-weight: 500;
    width: 320px;
    text-align: left;
}

/*::deep :nth-of-type(2).vblock {
    margin-left: 1rem !important;
}*/

[b-x2j6xnn1pc] .vblock {
    width: 100%;
    display: inline-block;
    margin: 1rem 0;
    vertical-align: top;
}

[b-x2j6xnn1pc] h2 {
    font-size: 20px;
    font-weight: 600;
}


[b-x2j6xnn1pc] .rz-flex-row {
    height: 45px;
}

/*.content ::deep {
    padding: 0.6rem 0.6rem;
    align-self: flex-start;
}*/

@media (min-width: 768px) {
    [b-x2j6xnn1pc] .vblock {
        width: 45%;
        display: inline-block;
        margin: 1rem 1rem 1rem 0;
    }
/*
    .content ::deep {
        max-width: 1280px;
        padding: 1.2rem 2rem;
    }*/
}
/* _content/Dealers.Portal/Components/Pages/Login.razor.rz.scp.css */
.lg-h1[b-nfzwz964ro] {
    border: none;
    outline: none;
}
