/* _content/KingsInns.Dining.Web/Shared/MainLayout.razor.rz.scp.css */

@font-face {
    font-family: 'Founders Grotesk X-Condensed Bold';
    src: url('/fonts/FoundersGroteskX-CondensedBold.otf') format('opentype');
}

@font-face {
    font-family: 'Founders Grotesk Light';
    src: url('/fonts/FoundersGroteskLight.otf') format('opentype');
}

@font-face {
    font-family: 'Founders Grotesk Bold';
    src: url('/fonts/FoundersGroteskBold.otf') format('opentype');
}

:root[b-nt6ibo3azu] {
    --primary-navy: #00205D;
    --gray: #8A8A8A;
    --lightgray: #E0E5E7;
}


html[b-nt6ibo3azu], body[b-nt6ibo3azu] {
    font-family: 'Founders Grotesk Light','Segoe UI';
}

.subheading[b-nt6ibo3azu] {
    font-family: 'Founders Grotesk Bold','Segoe UI';
}

.heading[b-nt6ibo3azu], h1[b-nt6ibo3azu] {
    font-family: 'Founders Grotesk X-Condensed Bold','Segoe UI';
}

.page[b-nt6ibo3azu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nt6ibo3azu] {
    flex: 1;
}

.sidebar[b-nt6ibo3azu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nt6ibo3azu] {
    background-color: #00205D;
    border-bottom: 0px solid #d6d5d5;
    justify-content: start;
    height: 9.5rem;
    display: flex;
    align-items: center;
}


    .top-row round-logo[b-nt6ibo3azu] {
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }



.top-row-nav[b-nt6ibo3azu] {
    background-color: #69D6D6;
    border-bottom: 0px solid #d6d5d5;
    justify-content: flex-end;
    min-height: 2.5rem;
    max-height: 7rem;
    display: flex;
    align-items: center;
}

.top-row[b-nt6ibo3azu]  a, .top-row[b-nt6ibo3azu]  .btn-link {
    white-space: nowrap;
    /*margin-left: 1.5rem;*/
    text-decoration: none;
}

    .top-row[b-nt6ibo3azu]  a:hover, .top-row[b-nt6ibo3azu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-nt6ibo3azu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }



@media (min-width: 641px) {
    .page[b-nt6ibo3azu] {
        flex-direction: row;
    }

    .sidebar[b-nt6ibo3azu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nt6ibo3azu] {
        position: sticky;
        top: 0;
        z-index: 1;
        height: 6.5rem;
    }

        .top-row.auth[b-nt6ibo3azu]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-nt6ibo3azu], article[b-nt6ibo3azu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.image-container[b-nt6ibo3azu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:10;
}


.navbar-horizontal-container[b-nt6ibo3azu] {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width:100%;
    padding:0.75rem 2rem;
    align-items:end;
    z-index:10;
}

.navbar-horizontal[b-nt6ibo3azu] {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px; /* Set your maximum width here */
}

.nav-item-horizontal[b-nt6ibo3azu] {
    margin:0 1.25rem;
}


.footer[b-nt6ibo3azu] {
    background-color: #69D6D6;
    color: #092543;
    padding: 10px 20px 10px 24px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: right;
    height: 2.5rem;
    z-index:10;
}

.nav-img-container[b-nt6ibo3azu] {
    display: flex;
    gap: 1rem
}

.nav-heading-text[b-nt6ibo3azu] {
    color: white;
    margin-bottom: -12px;
    padding: 0;
    align-self: end;
    letter-spacing: 2px;
}

.nav-profile-name[b-nt6ibo3azu]{
    margin:0 1rem;
}

@media (max-width: 640.98px) {
    /*.top-row:not(.auth) {
        display: none;
    }*/

    .top-row[b-nt6ibo3azu] {
        position: sticky;
        top: 0;
        z-index: 10;
        height: 6.5rem;
    }

        .top-row.auth[b-nt6ibo3azu] {
            justify-content: space-between;
        }

        .top-row[b-nt6ibo3azu]  a, .top-row[b-nt6ibo3azu]  .btn-link {
            margin-left: 0;
        }
  
}
@media (max-width:992px){
    .nav-profile-name[b-nt6ibo3azu] {
        display: block;
        margin-right: auto;
        margin-left: 0.5rem;
    }
    .profile[b-nt6ibo3azu]{
        display:none
    }
    label[b-nt6ibo3azu] {
        margin: 0
    }
}
.dropdown-item:hover[b-nt6ibo3azu] {
    background-color: #69D6D6;
    border-bottom:3px solid var(--primary-navy);
}
/* _content/KingsInns.Dining.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sahkqy82ll] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sahkqy82ll] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sahkqy82ll] {
    font-size: 1.1rem;
}

.oi[b-sahkqy82ll] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-sahkqy82ll] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sahkqy82ll] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sahkqy82ll] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sahkqy82ll]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-sahkqy82ll]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-sahkqy82ll]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sahkqy82ll] {
        display: none;
    }

    .collapse[b-sahkqy82ll] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-sahkqy82ll] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/KingsInns.Dining.Web/Shared/NoLayout.razor.rz.scp.css */

@font-face {
    font-family: 'Founders Grotesk X-Condensed Bold';
    src: url('/fonts/FoundersGroteskX-CondensedBold.otf') format('opentype');
}

@font-face {
    font-family: 'Founders Grotesk Light';
    src: url('/fonts/FoundersGroteskLight.otf') format('opentype');
}

@font-face {
    font-family: 'Founders Grotesk Bold';
    src: url('/fonts/FoundersGroteskBold.otf') format('opentype');
}

:root[b-tkqmjz0lug] {
    --primary-navy: #00205D;
    --gray: #8A8A8A;
    --lightgray: #E0E5E7;
}


html[b-tkqmjz0lug], body[b-tkqmjz0lug] {
    font-family: 'Founders Grotesk Light','Segoe UI';
}

.subheading[b-tkqmjz0lug] {
    font-family: 'Founders Grotesk Bold','Segoe UI';
}

.heading[b-tkqmjz0lug], h1[b-tkqmjz0lug] {
    font-family: 'Founders Grotesk X-Condensed Bold','Segoe UI';
}

.page[b-tkqmjz0lug] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tkqmjz0lug] {
    flex: 1;
}

.sidebar[b-tkqmjz0lug] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tkqmjz0lug] {
    background-color: #00205D;
    border-bottom: 0px solid #d6d5d5;
    justify-content: start;
    height: 9.5rem;
    display: flex;
    align-items: center;
}


    .top-row round-logo[b-tkqmjz0lug] {
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }



.top-row-nav[b-tkqmjz0lug] {
    background-color: #69D6D6;
    border-bottom: 0px solid #d6d5d5;
    justify-content: flex-end;
    min-height: 2.5rem;
    max-height: 7rem;
    display: flex;
    align-items: center;
}

.top-row[b-tkqmjz0lug]  a, .top-row[b-tkqmjz0lug]  .btn-link {
    white-space: nowrap;
    /*margin-left: 1.5rem;*/
    text-decoration: none;
}

    .top-row[b-tkqmjz0lug]  a:hover, .top-row[b-tkqmjz0lug]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tkqmjz0lug]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }



@media (min-width: 641px) {
    .page[b-tkqmjz0lug] {
        flex-direction: row;
    }

    .sidebar[b-tkqmjz0lug] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tkqmjz0lug] {
        position: sticky;
        top: 0;
        z-index: 1;
        height: 6.5rem;
    }

        .top-row.auth[b-tkqmjz0lug]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-tkqmjz0lug], article[b-tkqmjz0lug] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.image-container[b-tkqmjz0lug] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:10;
}


.navbar-horizontal-container[b-tkqmjz0lug] {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width:100%;
    padding:0.75rem 2rem;
    align-items:end;
    z-index:10;
}

.navbar-horizontal[b-tkqmjz0lug] {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px; /* Set your maximum width here */
}

.nav-item-horizontal[b-tkqmjz0lug] {
    margin:0 1.25rem;
}


.footer[b-tkqmjz0lug] {
    background-color: #69D6D6;
    color: #092543;
    padding: 10px 20px 10px 24px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: right;
    height: 2.5rem;
    z-index:10;
}

.nav-img-container[b-tkqmjz0lug] {
    display: flex;
    gap: 1rem
}

.nav-heading-text[b-tkqmjz0lug] {
    color: white;
    margin-bottom: -12px;
    padding: 0;
    align-self: end;
    letter-spacing: 2px;
}

.nav-profile-name[b-tkqmjz0lug]{
    margin:0 1rem;
}

@media (max-width: 640.98px) {
    /*.top-row:not(.auth) {
        display: none;
    }*/

    .top-row[b-tkqmjz0lug] {
        position: sticky;
        top: 0;
        z-index: 10;
        height: 6.5rem;
    }

        .top-row.auth[b-tkqmjz0lug] {
            justify-content: space-between;
        }

        .top-row[b-tkqmjz0lug]  a, .top-row[b-tkqmjz0lug]  .btn-link {
            margin-left: 0;
        }
  
}
@media (max-width:992px){
    .nav-profile-name[b-tkqmjz0lug] {
        display: block;
        margin-right: auto;
        margin-left: 0.5rem;
    }
    .profile[b-tkqmjz0lug]{
        display:none
    }
    label[b-tkqmjz0lug] {
        margin: 0
    }
}
.dropdown-item:hover[b-tkqmjz0lug] {
    background-color: #69D6D6;
    border-bottom:3px solid var(--primary-navy);
}
