/* /Layouts/MainLayout.razor.rz.scp.css */
.page[b-wnzdh0bgvu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wnzdh0bgvu] {
    flex: 1;
    height: 100%;
    /*overflow-y: auto;*/
    overflow-y: hidden;
}

/*.top-row {
    background-color: #35404A !important;
}

*/

.top-row[b-wnzdh0bgvu] {
    /*background-color: #f7f7f7;*/
    /*background-color: #35404A;*/
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 3.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 20px !important;
    margin-right: 20px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown[b-wnzdh0bgvu] {
    position: relative;
    display: inline-block;
    transform-origin: top center;
}

.dropdown-content[b-wnzdh0bgvu] {
    display: none;
    position: absolute;
    background-color: #35404A;
    width: 100%;
    padding: 12px 16px;
    z-index: 1;
    right: -8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .1s ease-in;
    z-index: 99999;
}

.dropdown:hover .dropdown-content[b-wnzdh0bgvu] {
    opacity: 1;
    display: block;
}    

@media (max-width: 1000.98px) {
    .top-row[b-wnzdh0bgvu] {
        display: none;
        visibility: hidden;
    }
    .footer[b-wnzdh0bgvu] {
        position: absolute;
        bottom: -10px;
    }
}

@media (min-width: 1001px) {
    .page[b-wnzdh0bgvu] {
        flex-direction: row;
    }


    .sidebar[b-wnzdh0bgvu] {
        display: none;
    }

    .footer[b-wnzdh0bgvu] {
        padding-left: 60px;
        padding-right: 60px;
    }

    .powered-by-logo[b-wnzdh0bgvu] {
        position: absolute;
        right: 60px;
        margin-top: -5px;
    }
}

.white-border-left[b-wnzdh0bgvu] {
    border-left: 1px solid white;
}

/* /Layouts/SiteAdminLayout.razor.rz.scp.css */
.page[b-25yms8jf8o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-25yms8jf8o] {
    flex: 1;
    height: 100%;
    /*overflow-y: auto;*/
    overflow-y: hidden;
}

/*.top-row {
    background-color: #35404A !important;
}

*/

.top-row[b-25yms8jf8o] {
    /*background-color: #f7f7f7;*/
    /*background-color: #35404A;*/
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 3.5rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 20px !important;
    margin-right: 20px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown[b-25yms8jf8o] {
    position: relative;
    display: inline-block;
    transform-origin: top center;
}

.dropdown-content[b-25yms8jf8o] {
    display: none;
    position: absolute;
    background-color: #35404A;
    width: 90px;
    padding: 12px 12px;
    z-index: 1;
    top: 46px;
    left: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .1s ease-in;
    z-index: 99999;
}

.dropdown:hover .dropdown-content[b-25yms8jf8o] {
    opacity: 1;
    display: block;
}
/*.top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;*/
/*margin-left: 1.5rem;*/
/*text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

@media (max-width: 769.98px) {
    /*    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
*/
    .top-row[b-25yms8jf8o] {
        display: none;
        visibility: hidden;
    }

    .footer[b-25yms8jf8o] {
        position: absolute;
        bottom: -10px;
    }

    /*    .top-menu
    {
        visibility:hidden !important;
    }*/
}

@media (min-width: 770px) {
    .page[b-25yms8jf8o] {
        flex-direction: row;
    }


    .sidebar[b-25yms8jf8o] {
        display: none;
        /*height: 50px;*/
        /*        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
*/
    }

    .footer[b-25yms8jf8o] {
        padding-left: 60px;
        padding-right: 60px;
    }

    .powered-by-logo[b-25yms8jf8o] {
        position: absolute;
        right: 60px;
        margin-top: -5px;
    }

    /*    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }
*/
    /*.top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;*/
    /*width: 0;*/
    /*}*/

    /*    .top-row, article {
        margin-left: 20px !important;
        margin-right: 20px !important;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }*/
}

.white-border-left[b-25yms8jf8o] {
    border-left: 1px solid white;
}
/* /Layouts/UnauthorizedLayout.razor.rz.scp.css */
.page[b-fl8nh6qas4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fl8nh6qas4] {
    flex: 1;
}

.sidebar[b-fl8nh6qas4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fl8nh6qas4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fl8nh6qas4]  a, .top-row[b-fl8nh6qas4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-fl8nh6qas4]  a:hover, .top-row[b-fl8nh6qas4]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-fl8nh6qas4]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fl8nh6qas4] {
        display: none;
    }

    .top-row.auth[b-fl8nh6qas4] {
        justify-content: space-between;
    }

    .top-row[b-fl8nh6qas4]  a, .top-row[b-fl8nh6qas4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fl8nh6qas4] {
        flex-direction: row;
    }

    .sidebar[b-fl8nh6qas4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fl8nh6qas4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fl8nh6qas4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fl8nh6qas4], article[b-fl8nh6qas4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Portal.razor.rz.scp.css */
.left_stuff[b-ae1lgao5lp] {
    width: 50%;
}

.right_stuff[b-ae1lgao5lp] {
    width: 50%;
    border-left: 2px rgba(0, 0, 0, 0.36) solid;
    position: absolute;
    right: 0px;
    height: 100%;
}

.recent-orders-header[b-ae1lgao5lp] {
    font-size: 40px;
    line-height: 1;
    font-family: Museo-Sans-Display;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cofiyhtgbq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-cofiyhtgbq] {
    font-size: 1.1rem;
}

.oi[b-cofiyhtgbq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-cofiyhtgbq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cofiyhtgbq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cofiyhtgbq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cofiyhtgbq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-cofiyhtgbq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-cofiyhtgbq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 1001px) {
    .navbar-toggler[b-cofiyhtgbq] {
        display: none;
    }

    .collapse[b-cofiyhtgbq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenuAdmin.razor.rz.scp.css */
.navbar-toggler[b-i94wvx8z05] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-i94wvx8z05] {
    font-size: 1.1rem;
}

.oi[b-i94wvx8z05] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i94wvx8z05] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i94wvx8z05] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i94wvx8z05] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i94wvx8z05]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-i94wvx8z05]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-i94wvx8z05]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 1001px) {
    .navbar-toggler[b-i94wvx8z05] {
        display: none;
    }

    .collapse[b-i94wvx8z05] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
