/* _content/Multibanking.Theme.MudBlazor/Shared/Components/Breadcrumbs.razor.rz.scp.css */
ul.breadcrumb[b-3p6ftctnqg] {
    padding: 10px 16px;
    list-style: none;
}

    /* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li[b-3p6ftctnqg]:before {
    padding: 8px;
    content: "›";
}

ul.breadcrumb li[b-3p6ftctnqg],
ul.breadcrumb li a[b-3p6ftctnqg] {
    text-transform: uppercase;
    text-shadow: none;
    font-size: 13px;
    text-decoration: none;
    display: inline;
}

ul.breadcrumb li a:hover[b-3p6ftctnqg] {
    text-decoration: underline;
}
/* _content/Multibanking.Theme.MudBlazor/Shared/Layouts/Layout.razor.rz.scp.css */
.layout[b-ab4umh00cl] {
    min-height: 100vh;
    position: relative;
    background: repeating-linear-gradient(150deg, white, white, #faeef5, #d5b2c7);
}

.layout .header[b-ab4umh00cl] {
    background-color: #fff;
    border-bottom: 1px solid #981d6830;
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 15px;
    padding: 15px;
}

.layout .header .logos[b-ab4umh00cl],
.layout .header .menu-user[b-ab4umh00cl],
.layout .header .menu[b-ab4umh00cl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.layout .header .menu[b-ab4umh00cl] {
    gap: 15px;
    flex-flow: row wrap;
    justify-content: space-evenly
}

.layout .header .menu a[b-ab4umh00cl],
.layout .header .menu button.exit[b-ab4umh00cl] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 15px;
    transition: all linear 0.3s;
    border-radius: 22px;
    font-size: 20px;
    color: #616161;
    font-weight: bold;
    text-align: center;
    flex: 1 10%;
    max-width: 15%;
    min-width: 130px;
}

.layout .header .menu a:hover[b-ab4umh00cl],
.layout .header .menu button.exit:hover[b-ab4umh00cl] {
    color: #981d68;
}

.layout .header a.is-active[b-ab4umh00cl] {
    background-color: #981d68;
    color: #fff
}

.layout .header a.is-active:hover[b-ab4umh00cl] {
    background-color: #981d68;
    color: #fff;
}

.layout .body .sidebar a.is-active svg[b-ab4umh00cl] {
    fill: #fff;
}

.layout .header .menu-user[b-ab4umh00cl] {
    position: relative;
}

.layout .header .menu-user .user-exit[b-ab4umh00cl] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.layout .header .menu-user.mobile[b-ab4umh00cl] {
    display: none;
}

.layout .header .menu-user .user-exit span[b-ab4umh00cl] {
    color: #981d68;
    font-size: 16px;
    transition: all linear 0.3s;
}

.layout .header .menu-user .user-exit *[b-ab4umh00cl] {
    fill: #981d68;
    transition: all linear 0.3s;
}

.layout .header .menu-user .user-exit.visible-tooltip span[b-ab4umh00cl] {
    color: #616161;
}

.layout .header .menu-user .user-exit.visible-tooltip *[b-ab4umh00cl] {
    fill: #616161
}

.layout .header .menu-user .tooltip[b-ab4umh00cl] {
    position: absolute;
    top: 122%;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    background-color: #f5f5f5;
    gap: 5px;
    border-radius: 5px;
    box-shadow: 3px 2px 16px -1px rgba(145,145,145,0.8);
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
    z-index: 9999;
}

.layout .header .menu-user .tooltip.visible-tooltip[b-ab4umh00cl] {
    opacity: 100;
    visibility: visible;
}

.layout .header .menu-user .tooltip .angle[b-ab4umh00cl] {
    background-color: #f5f5f5;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    position: absolute;
    top: -7px;
    right: 8px;
    transform: rotate(45deg);
    transition: all linear 0.3s;
}

.layout .header .menu-user .tooltip *[b-ab4umh00cl] {
    fill: #616161;
    transition: all linear 0.3s;
    min-width: 25px;
}

.layout .header .menu-user .tooltip span[b-ab4umh00cl] {
    color: #616161;
    transition: all linear 0.3s;
    font-size: 18px;
}

.layout .header .menu-user .tooltip:hover *[b-ab4umh00cl] {
    fill: #fff;
}

.layout .header .menu-user .tooltip:hover span[b-ab4umh00cl] {
    color: #fff;
}

.layout .content[b-ab4umh00cl] {
    min-height: calc(100vh - 145px);    
    padding: 15px;
    display: flex;
    justify-content: center;
}

.layout .menu[b-ab4umh00cl] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout .menu .user[b-ab4umh00cl] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.layout .header .menu-button[b-ab4umh00cl] {
    position: relative;
    height: 18px;
    width: 30px;
}

.layout .header .menu-button > div[b-ab4umh00cl] {
    height: 1.5px;
    background-color: #781952;
    width: 25px;
    transition: all linear 0.2s;
    position: absolute;
}

.layout .header .menu-button .first[b-ab4umh00cl] {
    top: 0;
    transform-origin: 95%;
}

.layout .header .menu-button .second[b-ab4umh00cl] {
    top: 8px;
    opacity: 100;
}

.layout .header .menu-button .third[b-ab4umh00cl] {
    bottom: 0;
    transform-origin: 95%;
}

.layout .header .menu-button.opened .first[b-ab4umh00cl] {
    transform: rotate(-45deg);
}

.layout .header .menu-button.opened .second[b-ab4umh00cl] {
    opacity: 0;
}

.layout .header .menu-button.opened .third[b-ab4umh00cl] {
    transform: rotate(45deg);
}

.layout .menu-dropdown[b-ab4umh00cl] {
    position: absolute;
    left: 0;
    right: 0;
    top: 133px;
    bottom: 100%;
    overflow: auto;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 999;
    margin-top: 1px;
    background-color: rgba(210,210,210, 0.85);
    transition: all linear 0.3s;
}

.layout .menu-dropdown > div[b-ab4umh00cl] {
    border: 1px solid #981d68;
    transition: all linear 0.2s;
    background-color: #f4e7e6;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    border-radius: 10px;
}

.layout .menu-dropdown.opened[b-ab4umh00cl] {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.layout .menu-dropdown div a[b-ab4umh00cl] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid #981d68;
    width: 100%;
}

.layout .menu-dropdown div a.is-active[b-ab4umh00cl] {
    background-color: #981d68;
}

.layout .menu-dropdown div a.is-active span[b-ab4umh00cl] {
    color: #fff;
}

.layout .menu-dropdown div a.is-active svg[b-ab4umh00cl] {
    fill: #fff;
}

.layout .menu-dropdown div a:last-child[b-ab4umh00cl] {
    border-bottom: 0;
}

.layout .menu-dropdown div a span[b-ab4umh00cl] {
    color: #981d68;
    font-size: 24px;
}

.layout .menu-dropdown div a svg[b-ab4umh00cl] {
    fill: #981d68;
}

.layout .menu-dropdown div a:hover span[b-ab4umh00cl] {
    color: #fff;
}

.layout .menu-dropdown div a:hover svg[b-ab4umh00cl] {
    fill: #fff;
}

@media only screen and (max-width: 1400px) {
    .layout .header .menu[b-ab4umh00cl] {
        gap: 10px;
    }

    .layout .header .menu a[b-ab4umh00cl],
    .layout .header .menu button.exit[b-ab4umh00cl] {
        font-size: 18px;
        padding: 5px;
    }
}

@media only screen and (max-width: 900px) {
    .layout .header .menu.desktop[b-ab4umh00cl] {
        display: none;
    }

    .layout .header .menu-user.mobile[b-ab4umh00cl] {
        display: flex;
    }

    .layout .header .logos .moite-pari-logo[b-ab4umh00cl],
    .layout .header .logos .creditland-logo[b-ab4umh00cl] {
        height: 50px;
        width: auto
    }

    .layout .header .logos[b-ab4umh00cl] {
        padding-bottom: 15px;
        border-bottom: 1px solid #981d6830;
    }

    .layout .content[b-ab4umh00cl] {
        min-height: calc(100vh - 135px);
    }
}

@media only screen and (max-width: 475px) {
    .layout .header .logos .moite-pari-logo[b-ab4umh00cl],
    .layout .header .logos .creditland-logo[b-ab4umh00cl] {
        height: 38px;
        width: auto
    }

    .layout .menu-dropdown[b-ab4umh00cl] {
        left: 0;
        right: 0;
    }

    .layout .menu-dropdown[b-ab4umh00cl] {
        top: 120px;
    }
}
/* _content/Multibanking.Theme.MudBlazor/Shared/Layouts/LoginLayout.razor.rz.scp.css */
.layout[b-iocm768n3x] {
    min-height: 100vh;
    background: repeating-linear-gradient(150deg, white, white, #faeef5, #d5b2c7);
    position: relative;
}

.layout .header[b-iocm768n3x] {
    background-color: #fff;
    height: 90px;
    border-bottom: 1px solid #981d6830;
}

.layout .header .logos[b-iocm768n3x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.layout .wrap[b-iocm768n3x],
.layout .header-wrap[b-iocm768n3x] {
    margin: 0 auto;
    padding: 15px;
}

.layout .content[b-iocm768n3x] {
    min-height: calc(100vh - 90px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 768px) {
    .layout .header[b-iocm768n3x] {
        background-color: #fff;
        height: 80px;
    }

    .layout .header .logos .moite-pari-logo[b-iocm768n3x],
    .layout .header .logos .creditland-logo[b-iocm768n3x] {
        height: 50px;
        width: auto
    }
}

@media only screen and (max-width: 475px) {
    .layout .header[b-iocm768n3x] {
        background-color: #fff;
        height: 70px;
    }

    .layout .header .logos .moite-pari-logo[b-iocm768n3x],
    .layout .header .logos .creditland-logo[b-iocm768n3x] {
        height: 38px;
        width: auto
    }      
}
/* _content/Multibanking.Theme.MudBlazor/Shared/Layouts/MainLayout.razor.rz.scp.css */
.hidden-mdc-down[b-kbpldrbnod] {
    white-space:nowrap;
}
