@import '_content/Nextended.Blazor/Nextended.Blazor.bundle.scp.css';

/* _content/Sky.Blazor/Pages/GeneralCoding/FoodMenu/CustomerPriceList.razor.rz.scp.css */
/* Container styling */
.loading[b-3jkvw1khnb] {
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    color: #1e90ff; /* Sea blue color */
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

    /* Animation for each letter */
    .loading span[b-3jkvw1khnb] {
        animation: wave-b-3jkvw1khnb 1.5s infinite;
        display: inline-block;
        transform-origin: bottom center;
    }

        /* Delay each letter’s animation */
        .loading span:nth-child(1)[b-3jkvw1khnb] {
            animation-delay: 0s;
        }

        .loading span:nth-child(2)[b-3jkvw1khnb] {
            animation-delay: 0.1s;
        }

        .loading span:nth-child(3)[b-3jkvw1khnb] {
            animation-delay: 0.2s;
        }

        .loading span:nth-child(4)[b-3jkvw1khnb] {
            animation-delay: 0.3s;
        }

        .loading span:nth-child(5)[b-3jkvw1khnb] {
            animation-delay: 0.4s;
        }

        .loading span:nth-child(6)[b-3jkvw1khnb] {
            animation-delay: 0.5s;
        }

        .loading span:nth-child(7)[b-3jkvw1khnb] {
            animation-delay: 0.6s;
        }

        .loading span:nth-child(8)[b-3jkvw1khnb] {
            animation-delay: 0.7s;
        }

        .loading span:nth-child(9)[b-3jkvw1khnb] {
            animation-delay: 0.8s;
        }

        .loading span:nth-child(10)[b-3jkvw1khnb] {
            animation-delay: 0.9s;
        }

/* Keyframe for wave effect */
@keyframes wave-b-3jkvw1khnb {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px); /* Adjust height of wave */
    }
}
/* _content/Sky.Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-zzyjd3lsl4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zzyjd3lsl4] {
    flex: 1;
}

.sidebar[b-zzyjd3lsl4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zzyjd3lsl4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zzyjd3lsl4]  a, .top-row .btn-link[b-zzyjd3lsl4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zzyjd3lsl4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zzyjd3lsl4] {
        display: none;
    }

    .top-row.auth[b-zzyjd3lsl4] {
        justify-content: space-between;
    }

    .top-row a[b-zzyjd3lsl4], .top-row .btn-link[b-zzyjd3lsl4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zzyjd3lsl4] {
        flex-direction: row;
    }

    .sidebar[b-zzyjd3lsl4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zzyjd3lsl4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-zzyjd3lsl4], article[b-zzyjd3lsl4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Sky.Blazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-280qrh4rfi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-280qrh4rfi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-280qrh4rfi] {
    font-size: 1.1rem;
}

.oi[b-280qrh4rfi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-280qrh4rfi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-280qrh4rfi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-280qrh4rfi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-280qrh4rfi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-280qrh4rfi]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-280qrh4rfi]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-280qrh4rfi] {
        display: none;
    }

    .collapse[b-280qrh4rfi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
