/* _content/AccountOpening/Areas/Wizard/Layout/WizardLayout.razor.rz.scp.css */
/* css scoped to WizardLayout component */

.page[b-i59180bfnv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i59180bfnv] {
    flex: 1;
}

.sidebar[b-i59180bfnv] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-i59180bfnv] {
    background-color: var(--primary-color);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4.5rem;
    display: flex;
    align-items: center;
    color: white;
}

    .top-row a[b-i59180bfnv] {
        color: white;
    }

    .top-row[b-i59180bfnv]  a, .top-row[b-i59180bfnv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-i59180bfnv]  a:hover, .top-row[b-i59180bfnv]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-i59180bfnv]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-i59180bfnv] {
        justify-content: space-between;
    }

        .top-row[b-i59180bfnv]  a, .top-row[b-i59180bfnv]  .btn-link {
            margin-left: 0;
        }
}

@media (max-width: 360.98px) {
    .top-row[b-i59180bfnv] {
        justify-content: center;
    }      
}

@media (max-width: 320.98px) {
    .top-row[b-i59180bfnv] {
        /*overflow-x: hidden;*/ /* Disable horizontal scrolling */
    }
}
 
@media (min-width: 641px) {
    .page[b-i59180bfnv] {
        flex-direction: row;
    }

    .sidebar[b-i59180bfnv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i59180bfnv] {
        position: sticky;
        top: 0;
        z-index: 3;
    }

        .top-row.auth[b-i59180bfnv]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-i59180bfnv], article[b-i59180bfnv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-i59180bfnv] {
    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-i59180bfnv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 768px) {
    #footerInfo[b-i59180bfnv] {
        text-align: left !important;
        margin-top: 20px;
        margin-left: 7px
    }

    #footerURLS[b-i59180bfnv] {
        margin-bottom: 20px;
        flex-wrap: nowrap;
    }
}

@media (max-width: 363px) {
    #footerInfo[b-i59180bfnv] {
        text-align: left !important;
        margin-top: 20px;
        margin-left: 7px
    }

    #footerURLS[b-i59180bfnv] {
        margin-bottom: 20px;
        margin-left: 7px;
        display: flex;
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    #footerURLS[b-i59180bfnv] {
        font-size: 10px;
    }
}
/* _content/AccountOpening/Components/Layout/MainLayout.razor.rz.scp.css */
/* css scoped to MainLayout component */

.page[b-dhrbnujl7a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dhrbnujl7a] {
    flex: 1;
}

.sidebar[b-dhrbnujl7a] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-dhrbnujl7a] {
    background-color: var(--primary-color);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4.5rem;
    display: flex;
    align-items: center;
    color: white;
}

    .top-row a[b-dhrbnujl7a] {
        color: white;
    }

    .top-row[b-dhrbnujl7a]  a, .top-row[b-dhrbnujl7a]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-dhrbnujl7a]  a:hover, .top-row[b-dhrbnujl7a]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-dhrbnujl7a]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-dhrbnujl7a] {
        justify-content: space-between;
    }

        .top-row[b-dhrbnujl7a]  a, .top-row[b-dhrbnujl7a]  .btn-link {
            margin-left: 0;
        }
}

@media (max-width: 360.98px) {
    .top-row[b-dhrbnujl7a] {
        justify-content: center;
    }      
}

@media (max-width: 320.98px) {
    .top-row[b-dhrbnujl7a] {
        /*overflow-x: hidden;*/ /* Disable horizontal scrolling */
    }
}
 
@media (min-width: 641px) {
    .page[b-dhrbnujl7a] {
        flex-direction: row;
    }

    .sidebar[b-dhrbnujl7a] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dhrbnujl7a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-dhrbnujl7a]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-dhrbnujl7a], article[b-dhrbnujl7a] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dhrbnujl7a] {
    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-dhrbnujl7a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 768px) {
    #footerInfo[b-dhrbnujl7a] {
        text-align: left !important;
        margin-top: 20px;
        margin-left: 7px
    }

    #footerURLS[b-dhrbnujl7a] {
        margin-bottom: 20px;
        flex-wrap: nowrap;
    }
}

@media (max-width: 363px) {
    #footerInfo[b-dhrbnujl7a] {
        text-align: left !important;
        margin-top: 20px;
        margin-left: 7px
    }

    #footerURLS[b-dhrbnujl7a] {
        margin-bottom: 20px;
        margin-left: 7px;
        display: flex;
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    #footerURLS[b-dhrbnujl7a] {
        font-size: 10px;
    }
}
