/* _content/Diving.Work.Blazor/AppUserAdmin/AppUserDashboard.razor.rz.scp.css */
.jumbotron[b-3yhrc168vq] {
	margin: 0;
	border-radius: 0;
	background: linear-gradient( rgba(0, 0, 250, 0.25), rgba(125, 250, 250, 0.45) ), url('images/jumbo/vintage-4230648_1280.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: white !important;
	height: 340px;
}
/* _content/Diving.Work.Blazor/Pages/DiveCenters.razor.rz.scp.css */
/* _content/Diving.Work.Blazor/Pages/Index.razor.rz.scp.css */

.index-hero[b-hedy2srrg4] {
    /* Uses generic style from divingwork.scss, override if needed */
}

.index-section[b-hedy2srrg4] {
    /* Uses generic style from divingwork.scss, override if needed */
}

/* Add more page-specific overrides here if needed */
/* _content/Diving.Work.Blazor/Shared/MainLayout.razor.rz.scp.css */
/* _content/Diving.Work.Blazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eel5jgywb6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-eel5jgywb6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eel5jgywb6] {
    font-size: 1.1rem;
}

.oi[b-eel5jgywb6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-eel5jgywb6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eel5jgywb6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eel5jgywb6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eel5jgywb6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-eel5jgywb6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-eel5jgywb6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eel5jgywb6] {
        display: none;
    }

    .collapse[b-eel5jgywb6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
