/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-bod3o9ucui] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bod3o9ucui] {
    flex: 1;
}

.sidebar[b-bod3o9ucui] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bod3o9ucui] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bod3o9ucui]  a, .top-row[b-bod3o9ucui]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bod3o9ucui]  a:hover, .top-row[b-bod3o9ucui]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bod3o9ucui]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bod3o9ucui] {
        display: none;
    }

    .top-row.auth[b-bod3o9ucui] {
        justify-content: space-between;
    }

    .top-row[b-bod3o9ucui]  a, .top-row[b-bod3o9ucui]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bod3o9ucui] {
        flex-direction: row;
    }

    .sidebar[b-bod3o9ucui] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bod3o9ucui] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bod3o9ucui]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bod3o9ucui], article[b-bod3o9ucui] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z1j0kx9un6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-z1j0kx9un6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-z1j0kx9un6] {
    font-size: 1.1rem;
}

.oi[b-z1j0kx9un6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-z1j0kx9un6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-z1j0kx9un6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z1j0kx9un6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z1j0kx9un6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-z1j0kx9un6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-z1j0kx9un6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-z1j0kx9un6] {
        display: none;
    }

    .collapse[b-z1j0kx9un6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Layout/TopNavLayout.razor.rz.scp.css */
main[b-0l8ftk6mm1]{
    flex: 1 0 auto;
}

footer[b-0l8ftk6mm1]{
    flex-shrink: 0;
    background-color: var(--bs-success-bg-subtle);
}
/* /Layout/TopNavMenu.razor.rz.scp.css */
.topNavbg[b-skvkq42c6h]{
    background-color: var(--bs-success-bg-subtle);
}
/* /Pages/Index.razor.rz.scp.css */
.page[b-qsqm0mo7wm] {
    background-image: url(img/CuisineBG.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--bs-light);
    font-size: 1.2rem;
}

.pagestyle[b-qsqm0mo7wm]{
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(5px) brightness(40%);
    height: 100%;
}

main[b-qsqm0mo7wm]{
    flex: 1 0 auto;
}

footer[b-qsqm0mo7wm]{
    flex-shrink: 0;
}

.landingPage[b-qsqm0mo7wm]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a[b-qsqm0mo7wm]{
    color: var(--bs-light);
    text-decoration: none;
}

a:visited[b-qsqm0mo7wm]{
    color:var(--bs-light);
}

a:hover[b-qsqm0mo7wm]{
    cursor: pointer;
}
/* /Pages/MealRecipe.razor.rz.scp.css */
.recipeImage[b-1t2ulyoe0y] {
    max-height: 300px;
    max-width: 300px;
}

.instructions ul li[b-1t2ulyoe0y] {
    list-style-type: none;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .recipeImage[b-1t2ulyoe0y] {
        max-height: 450px;
        max-width: 450px;
    }

    .container[b-1t2ulyoe0y] {
        width: 80%;
    }
}

@media (max-width: 992px) {

    container[b-1t2ulyoe0y] {
        width: 80%;
    }
}
/* /Shared/ChefSpinner.razor.rz.scp.css */
.loader[b-ezcg361fnb] {
    color: var(--bs-success);
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6-b-ezcg361fnb 1.7s infinite ease, round-b-ezcg361fnb 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6-b-ezcg361fnb {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round-b-ezcg361fnb {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
