/* _content/RezervacijeApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-5xudimvszj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5xudimvszj] {
    flex: 1;
}

.cookie-banner[b-5xudimvszj] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1e1e2f;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}


@media (min-width: 648px) {

    .page[b-5xudimvszj] {
        flex-direction: row;
    }

}
/* _content/RezervacijeApp/Shared/NavMenu.razor.rz.scp.css */
