/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-09g8ai3s7o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-09g8ai3s7o] {
    flex: 1;
}

.sidebar[b-09g8ai3s7o] {
    background-color: #052767;
}

.top-row[b-09g8ai3s7o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-09g8ai3s7o]  a, .top-row[b-09g8ai3s7o]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-09g8ai3s7o]  a:hover, .top-row[b-09g8ai3s7o]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-09g8ai3s7o]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-09g8ai3s7o] {
        justify-content: space-between;
    }

    .top-row[b-09g8ai3s7o]  a, .top-row[b-09g8ai3s7o]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-09g8ai3s7o] {
        flex-direction: row;
    }

    .sidebar[b-09g8ai3s7o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-09g8ai3s7o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-09g8ai3s7o]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-09g8ai3s7o], article[b-09g8ai3s7o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-09g8ai3s7o] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-09g8ai3s7o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-0qauwm1gr9] {
	font-size: 1.1rem;
}

.navbar-toggler[b-0qauwm1gr9] {
	color: #000;
	border-color: #bfbfbf;
}
/* /Components/Pages/FinancialWellnessItemPage.razor.rz.scp.css */
.financial-wellness-content[b-jge29v33fo]  img,
.financial-wellness-content[b-jge29v33fo]  iframe,
.financial-wellness-content[b-jge29v33fo]  video {
	max-width: 100%;
	height: auto;
}

.financial-wellness-content[b-jge29v33fo]  table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.financial-wellness-content[b-jge29v33fo]  p,
.financial-wellness-content[b-jge29v33fo]  ul,
.financial-wellness-content[b-jge29v33fo]  ol {
	line-height: 1.65;
}

.financial-wellness-content[b-jge29v33fo]  h2,
.financial-wellness-content[b-jge29v33fo]  h3,
.financial-wellness-content[b-jge29v33fo]  h4 {
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.financial-wellness-content[b-jge29v33fo]  > :first-child {
	margin-top: 0;
}

.financial-wellness-content[b-jge29v33fo]  > :last-child {
	margin-bottom: 0;
}
/* /Components/Pages/FinancialWellnessLandingPage.razor.rz.scp.css */
.financial-wellness-section.active[b-pxqnfrwdv1] {
	border-color: #f4a261;
	background-color: #f4a261;
	color: #212529;
}

.financial-wellness-loading-region[b-pxqnfrwdv1] {
	min-height: 12rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ── Hero Carousel ────────────────────────────────────── */

/* Give each slide a consistent min-height so the section
		   doesn't jump between slides with different content lengths */
.hero-slide[b-6fqpt2ec5g] {
	min-height: 340px;
	padding-top: 20px;
	padding-bottom: 60px; /* room for indicators */
}

/* Cap the app screenshot so it doesn't overwhelm on large screens */
.hero-img[b-6fqpt2ec5g] {
	max-width: 55%;
	height: auto;
}


@media (max-width: 767.98px) {
	.hero-img[b-6fqpt2ec5g] {
		max-width: 70%;
	}

	.hero-slide[b-6fqpt2ec5g] {
		padding-bottom: 70px;
	}
}

/* Indicators – make them visible against the solid hero background */
#heroCarousel .carousel-indicators [data-bs-target][b-6fqpt2ec5g] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #b3b3b3;
	border: none;
	margin: 0 5px;
}

#heroCarousel .carousel-indicators .active[b-6fqpt2ec5g] {
	background-color: #fff;
}

/* Prev/Next arrows – keep them white on the solid hero background */
#heroCarousel .carousel-control-prev-icon[b-6fqpt2ec5g],
#heroCarousel .carousel-control-next-icon[b-6fqpt2ec5g] {
	filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
	#heroCarousel .carousel-control-prev[b-6fqpt2ec5g],
	#heroCarousel .carousel-control-next[b-6fqpt2ec5g] {
		width: 5%;
	}
}

/* Smooth crossfade instead of the default slide (optional –
		   remove this block if you prefer the sliding animation) */
#heroCarousel.carousel-fade .carousel-item[b-6fqpt2ec5g] {
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
}

	#heroCarousel.carousel-fade .carousel-item.active[b-6fqpt2ec5g] {
		opacity: 1;
	}

/* In Home.razor.css */
[b-6fqpt2ec5g] #heroCarousel .carousel-indicators .active {
	background-color: #fff;
}

[b-6fqpt2ec5g] .hero-slide {
	min-height: 340px;
}

[b-6fqpt2ec5g] .hero-img {
	max-width: 55%;
}
/* /Components/Pages/RecurringExpensesPage.razor.rz.scp.css */
.recurring-expense-screenshot[b-n8vexmtbgz] {
	width: min(100%, 540px);
	aspect-ratio: 1 / 1;
	background: #fafafa;
	object-fit: contain;
}
