/* _content/BlazorZamboo/Pages/Categories.razor.rz.scp.css */

/* _content/BlazorZamboo/Pages/Delivery.razor.rz.scp.css */
/* _content/BlazorZamboo/Pages/Index.razor.rz.scp.css */
.page-container[b-a8t59tewi5] {
    overflow: hidden;
}
/* Prevents unwanted scroll space when scroll FX used. */
/* анимация на home бекграунда */


@keyframes hero-b-a8t59tewi5 {
    from {
        transform: scale(1.5);
    }

    to {
        transform: scale(1);
    }
}

.home-buttons[b-a8t59tewi5]::before {
    animation-name: hero-b-a8t59tewi5;
    animation-duration: .6s;
}



.home-buttons[b-a8t59tewi5]::before {
    background-image: url(css/img/home-background-4.svg);
    /* background-attachment: fixed !important; */
    height: 100vh; 
    background-size: cover;
    content: '';
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
}

.home-buttons[b-a8t59tewi5] {
    background-position: center center;
    justify-content: center;
    overflow-x: hidden;
    flex-direction: column;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 100px;
}

p[b-a8t59tewi5] {
    margin-top: 0;
    margin-bottom: 0.1rem;
    font-family: 'Gilroy-light';
    
}


.ion-soup-can[b-a8t59tewi5]:before { /* икона база данни */
    content: "\f4f4";
    color: #ff8000;
    margin-right: 5px;
}

.active-user[b-a8t59tewi5] {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
/* -webkit-animation: fade-in 1.5s ease-out both;
           animation: fade-in 1s ease-out .2s both;*/
}

/* fade-in-top - keyframes за анимациите на логин страницата */
/* opacity */
   @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
    @keyframes fade-in-b-a8t59tewi5 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
    }
    }
        
/* opacity */

/* _content/BlazorZamboo/Pages/Login.razor.rz.scp.css */
/* анимация на логин бекграунда */
/*
@keyframes hero {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}
*/
.login-elements[b-kj5culdmb0]::before {
    animation-name: hero;
    animation-duration: 3s;
}


    .login-elements[b-kj5culdmb0]::before {
        /*background-image: url(css/img/home-background-3.svg);
        background-size: cover;*/
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-position: center center;
        
    }
    .login-elements[b-kj5culdmb0] {
        background-position: center center;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 100dvh !important;
        overflow-x: hidden;
         -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both !important;
        animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both .5s !important;
    }

    

    .dxbl-group[b-kj5culdmb0] {
        background: rgba(255,255,255,0);
        color: #fff;
        border: none;
        font-family: Gilroy;
    }

    .link-powered[b-kj5culdmb0] {
        color: #fff !important;
        font-family: 'Gilroy';
        text-decoration: none !important;
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: 10px;
    }
@media screen and (max-width: 992px) {
    .logo-style[b-kj5culdmb0] {
        width: 180px;
    }
}

@media screen and (min-width: 992px) {
    .logo-style[b-kj5culdmb0] {
        width: 180px;
    }
}

    .logo-container[b-kj5culdmb0] {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
        color: #fff;
        font-size: 25px;
        /*-webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/

        /* -webkit-animation: fade-in 1.5s ease-out both;
           animation: fade-in 1s ease-out .2s both;*/
    }

    /* fade-in-top - keyframes за анимациите на логин страницата */
    /* opacity */
    /*
    @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
    @keyframes fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
    }
    }
        */
    /* opacity */


    @-webkit-keyframes fade-in-top {
        0% {
            -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes fade-in-top-b-kj5culdmb0 {
        0% {
            -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* fade in powered-by */
    @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fade-in-b-kj5culdmb0 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /* fade in powered-by - край*/
    /* keyframes за анимациите на логин страницата - край*/

    .label-style[b-kj5culdmb0] {
        color: #fff !important;
        font-size: 20px;
        line-height: 20px;
        font-family: Gilroy-UltraLight !important;
    }

    .fields-position[b-kj5culdmb0] {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    [b-kj5culdmb0] .dxbl-wait-indicator {
        --dxbl-wait-indicator-color: #fff;
    }

    .powered-by[b-kj5culdmb0] {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        -webkit-animation: fade-in 1.5s ease-out .5s both;
        animation: fade-in-b-kj5culdmb0 1s ease-out .5s both;
    }

    .login-elements[b-kj5culdmb0] {
        color: #fff;
    }


/* _content/BlazorZamboo/Pages/Materials.razor.rz.scp.css */

/* _content/BlazorZamboo/Pages/MealPlanning.razor.rz.scp.css */

/* _content/BlazorZamboo/Pages/ServingPlaces.razor.rz.scp.css */

@media (min-width: 568px) {
    .serving-places-saloon[b-vktxkrftiw] {
        color: #ff8000;
        font-size: 1.6rem;
        margin-right: 5px;
    }
}
@media (max-width: 568px) {
    .serving-places-saloon[b-vktxkrftiw] {
        color: #ff8000;
        font-size: 1.8rem;
        margin-right: 5px;
    }
}
@media (min-width: 568px) {
    .serving-places-table[b-vktxkrftiw] {
        color: #ff8000;
        font-size: 1.4rem;
        margin-right: 15px;
    }
}

@media (max-width: 568px) {
    .serving-places-table[b-vktxkrftiw] {
        color: #ff8000;
        font-size: 1.5rem;
        margin-right: 15px;
    }
}

    .serving-place-name[b-vktxkrftiw] {
        color: #000;
        font-family: 'Gilroy';
        font-size: 1.1rem;
    }

    .bi-plus-square[b-vktxkrftiw] {
        color: rgb(125 179 0) !important;
    }

    .dxbl-image-green:not(svg)[b-vktxkrftiw] {
        color: rgb(125 179 0) !important;
    }
/* _content/BlazorZamboo/Pages/Shop/MenuIndex.razor.rz.scp.css */
/* _content/BlazorZamboo/Pages/SignIn/CustomerRegistration.razor.rz.scp.css */
/* _content/BlazorZamboo/Pages/TimeIntervals.razor.rz.scp.css */

/* _content/BlazorZamboo/Pages/Uoms.razor.rz.scp.css */
/* _content/BlazorZamboo/Shared/MainLayout.razor.rz.scp.css */
.page[b-j04woyiwiy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j04woyiwiy] {
    flex: 1;
}

.sidebar[b-j04woyiwiy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-j04woyiwiy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j04woyiwiy]  a, .top-row .btn-link[b-j04woyiwiy] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-j04woyiwiy] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-j04woyiwiy] {
        display: none;
    }

    .top-row.auth[b-j04woyiwiy] {
        justify-content: space-between;
    }

    .top-row a[b-j04woyiwiy], .top-row .btn-link[b-j04woyiwiy] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j04woyiwiy] {
        flex-direction: row;
    }

    .sidebar[b-j04woyiwiy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j04woyiwiy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-j04woyiwiy], article[b-j04woyiwiy] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.ping-pong[b-j04woyiwiy]{
    position:fixed;
    right:0;
    top:0;
}
/* _content/BlazorZamboo/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hefxhbh9wn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hefxhbh9wn] {
    height: 3.5rem;
}

.navbar-brand[b-hefxhbh9wn] {
    font-size: 1.1rem;
}

.oi[b-hefxhbh9wn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hefxhbh9wn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hefxhbh9wn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hefxhbh9wn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hefxhbh9wn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hefxhbh9wn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-hefxhbh9wn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hefxhbh9wn] {
        display: none;
    }

    .collapse[b-hefxhbh9wn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hefxhbh9wn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top-b-hefxhbh9wn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


