@import '_content/Lbu.Components/Lbu.Components.bundle.scp.css';

/* _content/Lbu.EPay.Website/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vc0nb08wy8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vc0nb08wy8] {
    flex: 1;
}

.sidebar[b-vc0nb08wy8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vc0nb08wy8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vc0nb08wy8]  a, .top-row[b-vc0nb08wy8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-vc0nb08wy8]  a:hover, .top-row[b-vc0nb08wy8]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-vc0nb08wy8]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-vc0nb08wy8] {
        justify-content: space-between;
    }

        .top-row[b-vc0nb08wy8]  a, .top-row[b-vc0nb08wy8]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-vc0nb08wy8] {
        flex-direction: row;
    }

    .sidebar[b-vc0nb08wy8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vc0nb08wy8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-vc0nb08wy8]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-vc0nb08wy8], article[b-vc0nb08wy8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vc0nb08wy8] {
    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-vc0nb08wy8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Lbu.EPay.Website/Components/Layout/ProfileMenu.razor.rz.scp.css */
.profileMenu[b-wk2wsclb2h] {
    align-self: center;
    flex-direction: row;
    margin: 0;
}

.profileMenu_username[b-wk2wsclb2h] {
    text-decoration: none;
    padding-right: 12px;
}

    .profileMenu_username i[b-wk2wsclb2h] {
        font-size: .75rem;
    }

.profileMenu_menu[b-wk2wsclb2h] {
    background-color: #ffffff;
    box-shadow: 0 5px 8px 0 rgba(100,100,100,2);
    position: absolute;
    top: 40px;
    right: 60px;
    display: inline-block;
    z-index: 99;
}

.profileMenu_image[b-wk2wsclb2h] {
}

    .profileMenu_image svg[b-wk2wsclb2h], .profileMenu_image img[b-wk2wsclb2h] {
        width: 48px;
        height: 48px;
        margin: 2px;
        border-radius: 10px;
    }

    .profileMenu_image svg[b-wk2wsclb2h] {
        padding: 5px;
    }

@media (min-width:1600px) {
    .profileMenu_image svg[b-wk2wsclb2h] {
        width: 64px;
    }
}
/* _content/Lbu.EPay.Website/Components/Shared/FullScreenLoader.razor.rz.scp.css */
body[b-afxulq80yb],
html[b-afxulq80yb] {
    margin: 0;
    padding: 0;
}

div.overlay[b-afxulq80yb] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(117 59 189 / 10%);
}

    div.overlay > div[b-afxulq80yb] {
        width: -35px;
        height: -35px;
    }

.loader-container[b-afxulq80yb] {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
}

.fading-bars[b-afxulq80yb] {
    display: flex;
    justify-content: space-between;
    width: 80px;
}

.bar[b-afxulq80yb] {
    width: 10px;
    height: 40px;    
    background-color: #753bbd;
    animation: fade-b-afxulq80yb 1s infinite;
}

    .bar:nth-child(1)[b-afxulq80yb] {
        animation-delay: 0s;
    }

    .bar:nth-child(2)[b-afxulq80yb] {
        animation-delay: 0.2s;
    }

    .bar:nth-child(3)[b-afxulq80yb] {
        animation-delay: 0.4s;
    }

    .bar:nth-child(4)[b-afxulq80yb] {
        animation-delay: 0.6s;
    }

    .bar:nth-child(5)[b-afxulq80yb] {
        animation-delay: 0.8s;
    }

@keyframes fade-b-afxulq80yb {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
/* _content/Lbu.EPay.Website/Components/Shared/InsidePageLoader.razor.rz.scp.css */
.loader-container[b-a933ai22ri] {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
}

.fading-bars[b-a933ai22ri] {
    display: flex;
    justify-content: space-between;
    width: 80px;
}

.bar[b-a933ai22ri] {
    width: 10px;
    height: 40px;
    background-color: #753bbd;
    animation: fade-b-a933ai22ri 1s infinite;
}

    .bar:nth-child(1)[b-a933ai22ri] {
        animation-delay: 0s;
    }

    .bar:nth-child(2)[b-a933ai22ri] {
        animation-delay: 0.2s;
    }

    .bar:nth-child(3)[b-a933ai22ri] {
        animation-delay: 0.4s;
    }

    .bar:nth-child(4)[b-a933ai22ri] {
        animation-delay: 0.6s;
    }

    .bar:nth-child(5)[b-a933ai22ri] {
        animation-delay: 0.8s;
    }

@keyframes fade-b-a933ai22ri {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
/* _content/Lbu.EPay.Website/Components/Shared/SmallLoader.razor.rz.scp.css */
.small-loader[b-qs6ftd4p5w] {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #545252;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin-b-qs6ftd4p5w 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-qs6ftd4p5w {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
