/* /Pages/Calender/CalenderPage.razor.rz.scp.css */
.Box[b-qvo1b6gumv] {
    position: relative;
    margin-top: 5em;
    padding: 0;
    width: 100%;
}

.LeftBox[b-qvo1b6gumv] {
    position: absolute;
    left: 0;
    top: 0;

}

.RightBox[b-qvo1b6gumv] {
    position: absolute;
    right: 0;
    top: 0;
}
/* /Pages/Calender/Components/CreateMealDay.razor.rz.scp.css */
.vertical-scroll[b-jtq8k1wt6z] {
    overflow-y: auto;
}
p[b-jtq8k1wt6z] {
    cursor: pointer;
    text-effect: none;
    user-select: none;
    border: 1px solid black;
    width: 100%;
    text-align: center;
    font-size: x-large;
    word-wrap: break-word;
}
/* /Pages/Calender/Components/DateComponent.razor.rz.scp.css */
.timeslot[b-57d2q045ct] {
    border: 1px solid black;
    margin-right: 2px;
    position: relative;
    padding-bottom: 60px;
    background-color: var(--background-secondary);
}

.timeslot-footer[b-57d2q045ct] {
    height: 50px;
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    display: block;
    text-align: center;
    width: 90%;
    margin: 0;
    border-top: 1px solid black;
}
.timeslot span[b-57d2q045ct] {
    font-size: x-large;
}
.selected[b-57d2q045ct] {
    background-color: var(--primary-selected);
    opacity: 80;
}
.ingredient-item[b-57d2q045ct] {
    font-size: small;
}

.ingredient-box[b-57d2q045ct] {
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    padding-top: 10px;
    line-height: 0.5em;
    background-color: var(--background-secondary);
    box-shadow: 1px 1px inset, 1px 1px;
}
/* /Pages/Recipe/Detail/ViewRecipe.razor.rz.scp.css */
.ingredient-item[b-ez8a5oy5bi] {
    font-size: small;
}
.ingredient-box[b-ez8a5oy5bi] {
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    padding-top: 10px;
    line-height: 0.5em;
    background-color: var(--background-primary) !important;
    box-shadow: 1px 1px inset, 1px 1px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
    button[b-ez8a5oy5bi] {
        min-width: 6em;
    }
}
/* /Pages/Recipe/Manage/ManageRecipe.razor.rz.scp.css */
.manage-content-container[b-a283igvvw1] {
    padding-top: 3em;
    height: 100%;
    width: 100%
}
label[b-a283igvvw1] {
    font-weight: 600;
    display: block;
    margin: 0;
}
.manage-content-ingridients[b-a283igvvw1] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 10em;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.manage-content-ingridients label[b-a283igvvw1] {
    margin-bottom: 10px;
    font-size: large;
}
body[b-a283igvvw1] {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
textarea[b-a283igvvw1] {
    min-height: 10em;
}
/* /Pages/Recipe/Manage/RecipeIngridientAdder.razor.rz.scp.css */
.niller-block[b-2k1qspqjay] {
    display: flex;
    margin-bottom: 20px;
}
/* /Pages/Recipe/RecipePage.razor.rz.scp.css */
/* /Pages/ShoppingList/Components/ShoppingList.razor.rz.scp.css */
.header-box[b-c9o40yk7bc] {
    border-top: 0.5px dashed black;
    border-bottom: 0.5px dashed black;
    height: 2em;
    line-height: 2em;
    padding-top: 0.2em;
    text-align: center;
    background-color: var(--background-secondary);
    font-weight: 800;
}
/* /Shared/Ingridient/IngridientLineItem.razor.rz.scp.css */
.niller-close[b-n7vg0aia6d] {
    font-weight: 800;
}
.niller-shop-box[b-n7vg0aia6d] {
    margin-bottom: 5px;

}
.niller-shop-box p[b-n7vg0aia6d]{
    font-weight: 600;
}

body[b-n7vg0aia6d] {
    padding: 5em;
    text-align: center;
}

h1[b-n7vg0aia6d] {
    margin-bottom: 1em;
}

.circle[b-n7vg0aia6d] {
    border: 1px solid #ffffff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}

.circle-loader[b-n7vg0aia6d] {
    border: 1px solid #ffffff;
    border-left-color: #5cb85c;
    animation: loader-spin-b-n7vg0aia6d 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}

.load-complete[b-n7vg0aia6d] {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.checkmark[b-n7vg0aia6d] {
    display: none;
}
.visible[b-n7vg0aia6d] {
    display: block;
}
.checkmark.draw[b-n7vg0aia6d]:after {
    animation-duration: 400ms;
    animation-timing-function: ease;
    animation-name: checkmark-b-n7vg0aia6d;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark[b-n7vg0aia6d]:after {
    opacity: 1;
    height: 1.5em;
    width: 0.75em;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: "";
    left: 0.05em;
    top: 1em;
    position: absolute;
}

@keyframes loader-spin-b-n7vg0aia6d {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark-b-n7vg0aia6d {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 0.75em;
        opacity: 1;
    }

    40% {
        height: 1.5em;
        width: 0.75em;
        opacity: 1;
    }

    100% {
        height: 1.5em;
        width: 0.75em;
        opacity: 1;
    }
}
/* /Shared/Ingridient/SearchResultComponent.razor.rz.scp.css */
div[b-mcr1pcu28l] {
    border-bottom: black 0.5px solid;
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}
p[b-mcr1pcu28l] {
    font-size: large;
    margin: 0;
}
div:hover[b-mcr1pcu28l] {
    background-color: var(--primary-mouseover);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-947vc7z8xj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-947vc7z8xj] {
    flex: 1;
}

.bottom-bar[b-947vc7z8xj] {
    border-top: solid 1px black;
    background-color: var(--background-secondary);
    display: flex;
    justify-content: center;
    height: 5.0rem;
    display: flex;
    align-items: center;
    position:fixed;
    bottom:0;
    width:100%;
    border-radius:10px;
    overflow:hidden;
    padding-top:10px;
}


    .top-row[b-947vc7z8xj]  a, .top-row[b-947vc7z8xj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-947vc7z8xj]  a:hover, .top-row[b-947vc7z8xj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-947vc7z8xj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-947vc7z8xj] {
        display: none;
    }

    .top-row.auth[b-947vc7z8xj] {
        justify-content: space-between;
    }

    .top-row[b-947vc7z8xj]  a, .top-row[b-947vc7z8xj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-947vc7z8xj] {
        flex-direction: row;
    }

    .sidebar[b-947vc7z8xj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-947vc7z8xj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-947vc7z8xj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-947vc7z8xj], article[b-947vc7z8xj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Modal/Modal.razor.rz.scp.css */
/* The Modal (background) */
.modal-nbc[b-hfky9fdruo] {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    height: 100%; /* Full height */
    height: -moz-available; /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    height: fill-available;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-nbc[b-hfky9fdruo] {
    background-color: var(--background-secondary);
    z-index: 999;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    border-radius: 7px;
}
.modal-title-nbc[b-hfky9fdruo] {
    text-align: center;
    font-weight: 600;
    font-size: large;
}
/* /Shared/navigation/NavigationItem.razor.rz.scp.css */
.bottom-bar img[b-6jnmxswrvl] {
    height: 50px;
    width: 50px;
}

.bottom-bar p[b-6jnmxswrvl] {
    font-size: small;
    text-align: center;
}

.bottom-bar img:hover[b-6jnmxswrvl] {
    opacity: 0.4;
    cursor: pointer;
}
/* /Shared/Spinner/Spinner.razor.rz.scp.css */
.loader[b-4cuuv908km],
.loader[b-4cuuv908km]:before,
.loader[b-4cuuv908km]:after {
    background: #000000;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1-b-4cuuv908km 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader[b-4cuuv908km] {
    color: #000000;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader[b-4cuuv908km]:before,
    .loader[b-4cuuv908km]:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader[b-4cuuv908km]:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader[b-4cuuv908km]:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1-b-4cuuv908km {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
