@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/NetcodeHub.Packages.Components.Toast/NetcodeHub.Packages.Components.Toast.bundle.scp.css';

/* _content/MyRestaurantWebsite/Shared/MainLayout.razor.rz.scp.css */
.page[b-tg4ih6l0ej] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-tg4ih6l0ej] {
    flex: 1;
}
/*Top to Bottom (this is default)*/
#grad1[b-tg4ih6l0ej] {
    background-image: linear-gradient(darkblue, lightcyan);
}
/*Direction - Left to Right*/
#grad2[b-tg4ih6l0ej] {
    background-image: linear-gradient(to right, red, yellow);
}
/*Direction - Diagonal*/
#grad3[b-tg4ih6l0ej] {
    background-image: linear-gradient(to bottom right, red, yellow);
}
/*angles on linear gradients*/
#grad4[b-tg4ih6l0ej] {
    background-image: linear-gradient(180deg, red, yellow);
}
/*Multiple Color Stops*/
#grad5[b-tg4ih6l0ej] {
    background-image: linear-gradient(red, yellow, green);
}
/*rainbow*/
#grad6[b-tg4ih6l0ej] {
    background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
}
/*Using Transparency*/
#grad7[b-tg4ih6l0ej] {
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
}
/*Repeating a linear-gradient*/
#grad[b-tg4ih6l0ej] {
    background-image: repeating-linear-gradient(red, yellow 10%, green 20%);
}
/*aaaaaaaaa*/
/*aaaaaaaaa*/
.topheader[b-tg4ih6l0ej] {
    background-image: linear-gradient(180deg, rgb(6, 201, 201) 60%, #d5f7f7 90%);
}
.bodymain[b-tg4ih6l0ej] {
    background-image: linear-gradient(180deg, rgb(6, 201, 201) 0%, #d5f7f7 80%);
}
.bottomfooter[b-tg4ih6l0ej] {
    background-image: linear-gradient(120deg, rgb(245, 238, 218) 0%, #d5f7f7 70%);
}
.sidebar[b-tg4ih6l0ej] {
    background-image: linear-gradient(120deg, rgb(74, 71, 64) 0%, #f5eeda 90%);
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
*/
.top-row[b-tg4ih6l0ej] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tg4ih6l0ej]  a, .top-row .btn-link[b-tg4ih6l0ej] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-tg4ih6l0ej] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tg4ih6l0ej] {
        display: none;
    }

    .top-row.auth[b-tg4ih6l0ej] {
        justify-content: space-between;
    }

    .top-row a[b-tg4ih6l0ej], .top-row .btn-link[b-tg4ih6l0ej] {
        margin-left: 0;
    }
}

@media (min-width: 1641px) {
    .page[b-tg4ih6l0ej] {
        flex-direction: row;
    }

    .sidebar[b-tg4ih6l0ej] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tg4ih6l0ej] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-tg4ih6l0ej] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/*============================================================================================Mobile menu
    Vertical Mobile Navbar https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_mobile_navbar
*/
/*body {
    font-family: Arial, Helvetica, sans-serif;
}*/

.mobile-container_mm[b-tg4ih6l0ej] {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    /*height: 500px;*/
    color: white;
    border-radius: 10px;
}

.topnav_mm[b-tg4ih6l0ej] {
    overflow: hidden;
    background-color: lightcyan;
    position: relative;
}

    .topnav_mm #myLinks_mm[b-tg4ih6l0ej] {
        display: none;
    }

    .topnav_mm a[b-tg4ih6l0ej] {
        color: black;
        padding: 12px 15px;/*======left 12; right 15*/
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .topnav_mm a.icon[b-tg4ih6l0ej] {
            background: lightcyan;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav_mm a:hover[b-tg4ih6l0ej] {
            background-color: lightcyan;
            color: black;
        }

.active_mm[b-tg4ih6l0ej] {
    background-color: #04AA6D;
    color: white;
}

/*==============================================================*/
.topnav_mmnav[b-tg4ih6l0ej] {
    overflow: hidden;
    background-color: lightcyan;
    position: relative;
}

    .topnav_mmnav #myLinks_mmnav[b-tg4ih6l0ej] {
        display: none;
    }
    .topnav_mmnav #myLinks_mmnav2[b-tg4ih6l0ej] {
        display: none;
    }

    .topnav_mmnav a[b-tg4ih6l0ej] {
        color: black;
        padding: 12px 15px; /*======left 12; right 15*/
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .topnav_mmnav a.icon[b-tg4ih6l0ej] {
            background: lightcyan;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav_mmnav a:hover[b-tg4ih6l0ej] {
            background-color: lightcyan;
            color: black;
        }

.active_mmnav[b-tg4ih6l0ej] {
    background-color: #04AA6D;
    color: white;
}
/*============================================================================my simple menu*/

.topnav_l[b-tg4ih6l0ej] {
    overflow: hidden;
    background-color: lightcyan;
    position: relative;
}

    .topnav_l #myLinks_l[b-tg4ih6l0ej] {
        display: block;
    }

    .topnav_l a[b-tg4ih6l0ej] {
        color: black;
        padding: 12px 15px; /*======left 12; right 15*/
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .topnav_l a.icon[b-tg4ih6l0ej] {
            background: lightcyan;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }
/*==========================================================================================Responsive Mega Menu (Full-width dropdown in navbar)
    https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_mega_menu_responsive*/
*[b-tg4ih6l0ej] {
    box-sizing: border-box;
}

body[b-tg4ih6l0ej] {
    margin: 0;
}

.navbar_dd[b-tg4ih6l0ej] {
    overflow: hidden;
    /*background-color: #333;*/
    background-color: lightcyan;
    font-family: Arial, Helvetica, sans-serif;
}

    .navbar_dd a[b-tg4ih6l0ej] {
        float: left;
        font-size: 12px;
        /*color: white;*/
        color: black;
        text-align: center;
        padding: 10px 12px;
        text-decoration: none;
    }

.dropdown_dd[b-tg4ih6l0ej] {
    float: left;
    overflow: hidden;
}

    .dropdown_dd .dropbtn_dd[b-tg4ih6l0ej] {
        font-size: 12px;
        border: none;
        outline: none;
        /*color: white;*/
        color: gray;
        padding: 10px 12px;
        background-color: inherit;
        font: inherit;
        margin: 0;
    }

    .navbar_dd a:hover[b-tg4ih6l0ej], .dropdown_dd:hover .dropbtn_dd[b-tg4ih6l0ej] {
        /*background-color: red;*/
        background-color: whitesmoke;
    }

.dropdown-content_dd[b-tg4ih6l0ej] {
    display: none;
    /*position: absolute;*/
    /*background-color: #f9f9f9;*/
    background-color: lightcyan;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}
.header_dd[b-tg4ih6l0ej] {
    height: 1px;
    background: lightcyan;
    padding: 0px;
    color: white;
}
.dropdown-content_dd[b-tg4ih6l0ej] {
    /*background: red;*/
    background: lightcyan;
    padding: 12px;
    color: white;
}

.dropdown_dd:hover .dropdown-content_dd[b-tg4ih6l0ej] {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column_dd[b-tg4ih6l0ej] {
    float: left;
    width: 33.33%;
    padding: 5px;
    /*background-color: #ccc;*/
    background-color: lightcyan;
    height: auto;
}

    .column_dd a[b-tg4ih6l0ej] {
        float: none;
        color: black;
        padding: 6px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .column_dd a:hover[b-tg4ih6l0ej] {
            /*background-color: #ddd;*/
            background-color: whitesmoke;
        }

/* Clear floats after the columns */
.row_dd[b-tg4ih6l0ej]:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column_dd[b-tg4ih6l0ej] {
        width: 100%;
        height: auto;
    }
}
/*========================================================================================end Responsive Mega Menu (Full-width dropdown in navbar)*/

/* _content/MyRestaurantWebsite/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ry0aew7nnz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ry0aew7nnz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ry0aew7nnz] {
    font-size: 1.1rem;
}

.oi[b-ry0aew7nnz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ry0aew7nnz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ry0aew7nnz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ry0aew7nnz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ry0aew7nnz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ry0aew7nnz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ry0aew7nnz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 1641px) {
    .navbar-toggler[b-ry0aew7nnz] {
        display: none;
    }

    .collapse[b-ry0aew7nnz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
