/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fqzmglpzsy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fqzmglpzsy] {
    flex: 1;
}

.sidebar[b-fqzmglpzsy] {
    background-color: #044872;
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-fqzmglpzsy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fqzmglpzsy]  a, .top-row[b-fqzmglpzsy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fqzmglpzsy]  a:hover, .top-row[b-fqzmglpzsy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fqzmglpzsy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fqzmglpzsy] {
        justify-content: space-between;
    }

    .top-row[b-fqzmglpzsy]  a, .top-row[b-fqzmglpzsy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fqzmglpzsy] {
        flex-direction: row;
    }

    .sidebar[b-fqzmglpzsy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fqzmglpzsy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fqzmglpzsy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fqzmglpzsy], article[b-fqzmglpzsy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fqzmglpzsy] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fqzmglpzsy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
nav[b-2tl5lp4gcj] {
    padding: 0;
}

.navbar-toggler[b-2tl5lp4gcj] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-2tl5lp4gcj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.logo[b-2tl5lp4gcj] {
    max-width: 4rem;
    margin: 0 auto;
}

.top-row[b-2tl5lp4gcj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

h1[b-2tl5lp4gcj] {
    margin: 1rem;
    color: #fff;
}

.bi[b-2tl5lp4gcj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    top: -0.75rem;
    font-size: 1.2rem;
}

.nav-item[b-2tl5lp4gcj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2tl5lp4gcj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2tl5lp4gcj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2tl5lp4gcj]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-2tl5lp4gcj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2tl5lp4gcj]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2tl5lp4gcj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2tl5lp4gcj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2tl5lp4gcj] {
        display: none;
    }

    .nav-scrollable[b-2tl5lp4gcj] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/EventDetails.razor.rz.scp.css */
/* /Components/Pages/Events.razor.rz.scp.css */
html[b-bk79bo7xr3], body[b-bk79bo7xr3] {
    overflow-y: scroll;
}

.container[b-bk79bo7xr3] {
    margin: 0.2rem 0;
    font-family: Verdana;
}


/* /Components/Pages/Home.razor.rz.scp.css */
html[b-j3dxzv1iec], body[b-j3dxzv1iec] {
    overflow-y: scroll;
}

.container[b-j3dxzv1iec] {
    margin: 0.2rem 0;
    font-family: Verdana;
}

.statistic-value[b-j3dxzv1iec] {
    font-size: 3rem;
}
/* /Components/Pages/Search.razor.rz.scp.css */
ul li a[b-x1nlxheabq] { 
    color: #fff;
}

ul li[b-x1nlxheabq] { 
    margin: 1em 0;
}

button[b-x1nlxheabq] {
    margin-top: 1em;
    background-color: #044872;
    border-color: #022B44;
}

    button:hover[b-x1nlxheabq] {
        background-color: #022B44;
        border-color: #022B44;
    }
/* /Components/Pages/SetlistDetails.razor.rz.scp.css */
.review[b-s0itszwdd6] {
    width: 100%;
    height: 150px;
}

.rating[b-s0itszwdd6] { 
    width: 40px;
}

.order[b-s0itszwdd6] { 
    width: 40px;
}
/* /Components/Shared/EventCard.razor.rz.scp.css */
a[b-2mkdnrkj50] {
    color: #fff;
}
/* /Components/Shared/EventListItem.razor.rz.scp.css */
.title[b-4qsoudjik3] {
    padding: 0.7rem 0 0 0;
    font-size: x-large;
    font-weight: bold;
}

.subtitle[b-4qsoudjik3] {
    padding: 0 0 0.7rem 0;
    margin: 0 0 0.7rem 0;
    border-bottom: 1px solid #e0e0e0;
}

date[b-4qsoudjik3] {
    text-transform: uppercase;
    padding: 1rem 0 0 0;
    font-weight: bold;
}

    date a[b-4qsoudjik3] {
        color: #e0e0e0;
    }

        date a:hover[b-4qsoudjik3] {
            color: #fff;
        }
/* /Components/Shared/Rating.razor.rz.scp.css */
i[b-j5jwebtlk0] { 
    color: #ffd800;
}
/* /Components/Shared/SetlistCard.razor.rz.scp.css */
a[b-f470ufufwb] {
    color: #fff;
}
/* /Components/Shared/StatisticCard.razor.rz.scp.css */
.statistic-value[b-o09x4twwlv] {
    font-size: 3rem;
}
