/* _content/RestaurantSite/Pages/Account/AccessDenied.cshtml.rz.scp.css */
a[b-lm9zjndxxj] {
    text-decoration: none;
    color: black;
}

div.access-container[b-lm9zjndxxj] {
    justify-content: flex-start;
    flex-grow: 1;
}
/* _content/RestaurantSite/Pages/Account/Index.cshtml.rz.scp.css */
a[b-yo0nqruvaq] {
    text-decoration: none;
    color: black;
}

div.account-container[b-yo0nqruvaq] {
    justify-content: flex-start;
    flex-grow: 1;
}

div.order-detail[b-yo0nqruvaq] {
    gap: 20px;
    border-bottom: black 2px solid;

}
/* _content/RestaurantSite/Pages/Account/Login.cshtml.rz.scp.css */
div.login[b-lkfbojs6uo] {
    gap: 20px !important;
    flex-wrap: wrap !important;
}

div.login-first[b-lkfbojs6uo] {
    width: 700px;
    flex-grow: 1;
}

div.login-second[b-lkfbojs6uo] {
    width: 100px;
    flex-grow: 1;
}

div.login-second a[b-lkfbojs6uo] {
    font-weight: bolder;
    font-size: larger;
}

div.login-container[b-lkfbojs6uo] {
    justify-content: flex-start;
    flex-grow: 1;
}

a[b-lkfbojs6uo] {
    text-decoration: none;
    color: black;
}
/* _content/RestaurantSite/Pages/Account/Logout.cshtml.rz.scp.css */
a[b-9u88swq4f9] {
    text-decoration: none;
    color: black;
}

div.logout-container[b-9u88swq4f9] {
    justify-content: flex-start;
    flex-grow: 1;
}

div.hor[b-9u88swq4f9] {
    gap: 10px !important;
}
/* _content/RestaurantSite/Pages/Account/Register.cshtml.rz.scp.css */
div.register-container[b-ot82m9936d] {
    justify-content: flex-start;
    flex-grow: 1;
}
/* _content/RestaurantSite/Pages/Contact.cshtml.rz.scp.css */
div.h-50[b-s4g5o0070x] {
    width: 500px;
}

img[b-s4g5o0070x] {
    width: 425px;
    height: 350px;
}
/* _content/RestaurantSite/Pages/Index.cshtml.rz.scp.css */

div[b-qivwvuxbdl] {
    width: 100%;
    flex-grow: 1;
    justify-content: flex-start;
}

input[b-qivwvuxbdl] {
    width: 70%;
    height: 3em;
}

#offers-slider[b-qivwvuxbdl] {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    flex-grow: 0.1 !important;
    max-width: 100vw;
    overflow-x: scroll;
}

#offers-slider[b-qivwvuxbdl]::-webkit-scrollbar {
    display: none;
}

#offers-slider .offers-slide[b-qivwvuxbdl] {
    min-width: 300px;
    min-height: 300px;
    width: 300px;
    height: 300px;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    margin: auto;
}

#offers-slider .offers-slide:hover[b-qivwvuxbdl] {
    cursor: pointer;
}

#offers-slider .slider-active[b-qivwvuxbdl] {
}

.no-grow[b-qivwvuxbdl] {
    flex-grow: 0 !important;

}
/* _content/RestaurantSite/Pages/Shared/_Layout.cshtml.rz.scp.css */
nav[b-fi20n9pebq] {
    min-width: inherit;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 0 !important;
    height: 100%;
}

nav a[b-fi20n9pebq] {
    font-weight: bolder;
    font-size: larger;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    height: 100%;
}

nav a:hover[b-fi20n9pebq] {
    box-sizing: border-box;
    border-bottom: 2px solid black;
}

nav .navExpandControl[b-fi20n9pebq] {
    display: none;
    text-align: center;
    font-size: xxx-large;
}

@media screen and (max-width: 600px) {
    nav a:not(:nth-child(1))[b-fi20n9pebq] {
        display: none;
    }

    nav .navExpandControl[b-fi20n9pebq] {
        float: right;
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    nav.responsive[b-fi20n9pebq] {
        position: relative;
        flex-direction: column !important;
    }

    nav.responsive .navExpandControl[b-fi20n9pebq] {
        order: -1;
    }

    nav.responsive a[b-fi20n9pebq] {
        display: flex;
        max-height: 10%;
    }
}

div[b-fi20n9pebq] {
    flex-grow: 1;
}

h1[b-fi20n9pebq] {
    margin: 0;
}

h3[b-fi20n9pebq] {
    margin: 0;
}

.title-container[b-fi20n9pebq] {
    max-height: 7em;
    display: flex;
    flex-direction: row;

}

.title[b-fi20n9pebq] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

@media (min-width: 700px) {
    .title-container[b-fi20n9pebq] {
        flex-direction: column;
    }
}
