/* _content/RumuzSmartCateringAdmin/Pages/Dashboard.razor.rz.scp.css */

/* _content/RumuzSmartCateringAdmin/Pages/GeneralComponents/Cards.razor.rz.scp.css */
.card[b-54h5eplmd6] { background-color: #fff; border-radius: 10px; border: none; position: relative; margin-bottom: 30px; box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1); }
.l-bg-cherry[b-54h5eplmd6] { background: linear-gradient(to right, #493240, #f09) !important; color: #fff; }

.l-bg-blue-dark[b-54h5eplmd6] { background: linear-gradient(to right, #373b44, #4286f4) !important; color: #fff; }

.l-bg-green-dark[b-54h5eplmd6] { background: linear-gradient(to right, #0a504a, #38ef7d) !important; color: #fff; }

.l-bg-orange-dark[b-54h5eplmd6] { background: linear-gradient(to right, #a86008, #ffba56) !important; color: #fff; }

.card .card-statistic-3 .card-icon-large .fas[b-54h5eplmd6], .card .card-statistic-3 .card-icon-large .far[b-54h5eplmd6], .card .card-statistic-3 .card-icon-large .fab[b-54h5eplmd6], .card .card-statistic-3 .card-icon-large .fal[b-54h5eplmd6] { font-size: 110px; }

.card .card-statistic-3 .card-icon[b-54h5eplmd6] { text-align: center; line-height: 50px; margin-left: 15px; color: #000; position: absolute; right: -5px; top: 20px; opacity: 0.1; }

.l-bg-cyan[b-54h5eplmd6] { background: linear-gradient(135deg, #289cf5, #84c0ec) !important; color: #fff; }

.l-bg-green[b-54h5eplmd6] { background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important; color: #fff; }

.l-bg-orange[b-54h5eplmd6] { background: linear-gradient(to right, #f9900e, #ffba56) !important; color: #fff; }

.l-bg-cyan[b-54h5eplmd6] { background: linear-gradient(135deg, #289cf5, #84c0ec) !important; color: #fff; }
/* _content/RumuzSmartCateringAdmin/Pages/GeneralComponents/DashCard.razor.rz.scp.css */
.card[b-krqiy6l1h0] { background-color: #fff; border-radius: 10px; border: none; position: relative; margin-bottom: 30px; box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1); }
.l-bg-cherry[b-krqiy6l1h0] { background: linear-gradient(to right, #493240, #f09) !important; color: #fff; }

.l-bg-blue-dark[b-krqiy6l1h0] { background: linear-gradient(to right, #373b44, #4286f4) !important; color: #fff; }

.l-bg-green-dark[b-krqiy6l1h0] { background: linear-gradient(to right, #0a504a, #38ef7d) !important; color: #fff; }

.l-bg-orange-dark[b-krqiy6l1h0] { background: linear-gradient(to right, #a86008, #ffba56) !important; color: #fff; }

.card .card-statistic-3 .card-icon-large .fas[b-krqiy6l1h0], .card .card-statistic-3 .card-icon-large .far[b-krqiy6l1h0], .card .card-statistic-3 .card-icon-large .fab[b-krqiy6l1h0], .card .card-statistic-3 .card-icon-large .fal[b-krqiy6l1h0] { font-size: 110px; }

.card .card-statistic-3 .card-icon[b-krqiy6l1h0] { text-align: center; line-height: 50px; margin-left: 15px; color: #000; position: absolute; right: -5px; top: 20px; opacity: 0.1; }

.l-bg-cyan[b-krqiy6l1h0] { background: linear-gradient(135deg, #289cf5, #84c0ec) !important; color: #fff; }

.l-bg-green[b-krqiy6l1h0] { background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important; color: #fff; }

.l-bg-orange[b-krqiy6l1h0] { background: linear-gradient(to right, #f9900e, #ffba56) !important; color: #fff; }

.l-bg-cyan[b-krqiy6l1h0] { background: linear-gradient(135deg, #289cf5, #84c0ec) !important; color: #fff; }
/* _content/RumuzSmartCateringAdmin/Pages/GeneralComponents/Loading.razor.rz.scp.css */
/* Absolute Center Spinner */
.loading[b-p62oljw5h4] {
    position: fixed;
    z-index: 1050;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading[b-p62oljw5h4]:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required)[b-p62oljw5h4] {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required)[b-p62oljw5h4]:after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner-b-p62oljw5h4 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-b-p62oljw5h4 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
    
/* _content/RumuzSmartCateringAdmin/Shared/MainLayout.razor.rz.scp.css */
.page[b-g191yap6o9] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

main[b-g191yap6o9] {
    flex: 1;
}

.sidebar[b-g191yap6o9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g191yap6o9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g191yap6o9]  a, .top-row[b-g191yap6o9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g191yap6o9]  a:hover, .top-row[b-g191yap6o9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g191yap6o9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-g191yap6o9] {
        display: none;
    }

    .top-row.auth[b-g191yap6o9] {
        justify-content: space-between;
    }

    .top-row[b-g191yap6o9]  a, .top-row[b-g191yap6o9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g191yap6o9] {
        flex-direction: row;
    }

    .sidebar[b-g191yap6o9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g191yap6o9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-g191yap6o9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g191yap6o9], article[b-g191yap6o9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* _content/RumuzSmartCateringAdmin/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ft5tydg05r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ft5tydg05r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ft5tydg05r] {
    font-size: 1.1rem;
}

.oi[b-ft5tydg05r] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ft5tydg05r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ft5tydg05r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ft5tydg05r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ft5tydg05r]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ft5tydg05r]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ft5tydg05r]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ft5tydg05r] {
        display: none;
    }

    .collapse[b-ft5tydg05r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ft5tydg05r] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
