@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/SnapChef/Components/Icons/Spinner.razor.rz.scp.css */
/* _content/SnapChef/Components/Layout/IngredientList.razor.rz.scp.css */
/* _content/SnapChef/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c604lowdyl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c604lowdyl] {
    flex: 1;
}

.sidebar[b-c604lowdyl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c604lowdyl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c604lowdyl]  a, .top-row[b-c604lowdyl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-c604lowdyl]  a:hover, .top-row[b-c604lowdyl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-c604lowdyl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-c604lowdyl] {
        justify-content: space-between;
    }

    .top-row[b-c604lowdyl]  a, .top-row[b-c604lowdyl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c604lowdyl] {
        flex-direction: row;
    }

    .sidebar[b-c604lowdyl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c604lowdyl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-c604lowdyl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-c604lowdyl], article[b-c604lowdyl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c604lowdyl] {
    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-c604lowdyl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SnapChef/Components/Layout/PreparationStepList.razor.rz.scp.css */
.preparation-step-number[b-fof4pedf8g] {
    color: #FFF;
    background-color: var(--color-primary);
    border-radius: 14px;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    min-width: 28px;
    text-align: center;
}
/* _content/SnapChef/Components/Layout/Rating.razor.rz.scp.css */
.rating[b-mnq1r765i2] {
    font-size: 14px;
    color: var(--color-secondary);
    gap: 2px;
    line-height: 14px;
}

.vote-count[b-mnq1r765i2] {
    color: #000;
}
/* _content/SnapChef/Components/Layout/RecipeDetails.razor.rz.scp.css */
.recipe-detail-container[b-l6laoq17xc] {
    background-color: #ffffff;
    width: 100%;
    min-height: 100%;
}

.share-icon[b-l6laoq17xc] {
    color: var(--color-primary);
    font-size: 20px;
}

.share-icon:hover[b-l6laoq17xc] {
    cursor: pointer;
}

section.recipe-container[b-l6laoq17xc] {
    margin-left: 16px;
    margin-right: 16px;
}

.icon-string[b-l6laoq17xc] {
    line-height: 14px;
    font-size: 10px;
}

.recipe-meta[b-l6laoq17xc] {
    line-height: 14px;
    font-size: 14px;
}
/* _content/SnapChef/Components/Layout/RecipePreview.razor.rz.scp.css */
.recipe-preview-container[b-43jtylpljr] {
    display: flex;
    flex-direction: column;
    min-width: 148px;
}

.recipe-preview-container img[b-43jtylpljr] {
    height: 148px;
    width: 148px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 6px;
}

.recipe-meta[b-43jtylpljr] {
    line-height: 12px;
    font-size: 12px;
    margin-left: auto;
    align-self: center;
}

.icon-string[b-43jtylpljr] {
    line-height: 12px;
    font-size: 10px;
}

.recipe-link:hover[b-43jtylpljr] {
    cursor: pointer;
}
/* _content/SnapChef/Components/Menus/CaptureImageOverlayMenu.razor.rz.scp.css */
.overlay-background[b-wnkzurnomw] {
    width: 100%;
    height: 100%;
    background-color: #55555555;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.menu-container[b-wnkzurnomw] {
    background-color: #ffffff;
    border-radius: 28px;
    padding: 18px;
    max-width: 340px;
    margin-bottom: 30px;
    display: flex;
    gap: 11px;
}
/* _content/SnapChef/Components/Menus/TabMenu.razor.rz.scp.css */
.tab-container[b-7wmxyj7y7g] {
    width: 100%;
}

.tabs a[b-7wmxyj7y7g] {
    display: inline-block;
    flex-grow: 1;
    line-height: 40px;
    padding: 0 12px;
    color: #000000;
    border-bottom: 2px solid var(--bs-gray-500);
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.tabs a:hover[b-7wmxyj7y7g] {
    cursor: pointer;
}

.tabs a.active[b-7wmxyj7y7g] {
    color: var(--color-tertiary);
    font-weight: 600;
    border-bottom: 2px solid var(--color-tertiary);
}

.tab-content[b-7wmxyj7y7g] {

}

.tab-content div[b-7wmxyj7y7g] {
    display: none;
}

.tab-content div.active[b-7wmxyj7y7g] {
    display: block;
}
/* _content/SnapChef/Components/Overlay/Overlay.razor.rz.scp.css */
.overlay[b-7gkggdwaku] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #55555555;*/
    z-index: 999;
    padding-bottom: 80px;
    overflow-y: scroll;
}

.close-button[b-7gkggdwaku] {
    display: inline-block;
    position: fixed;
    top: 14px;
    right: 14px;
    height: 38px;
    width: 38px;
    line-height: 34px;
    padding: 2px;
    border-radius: 17px;
    background: #FFFFFF33;
    color: #FFF;
    font-size: 34px;
}

.close-button:hover[b-7gkggdwaku] {
    cursor: pointer;
}
/* _content/SnapChef/Components/Pages/HomePage.razor.rz.scp.css */
