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

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-1nxqynnb30] {
    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-1nxqynnb30] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FinanceTracker/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uh067137ym] {
    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-uh067137ym] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-brand[b-uh067137ym] {
    font-size: 1.1rem;
}

.bi[b-uh067137ym] {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

.bi-house-door-fill-nav-menu[b-uh067137ym] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-uh067137ym] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-uh067137ym] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-uh067137ym]  .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-uh067137ym]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

.dropdown-divider[b-uh067137ym] {
    margin: 0.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/FinanceTracker/Components/Pages/Budgeting.razor.rz.scp.css */
/* _content/FinanceTracker/Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-content[b-xzaaroofok] {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}

.loading-container[b-xzaaroofok] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
}

.dashboard-header[b-xzaaroofok] {
	margin-bottom: 2rem;
}

.dashboard-title[b-xzaaroofok] {
	font-size: 2rem;
	font-weight: 600;
	color: #1a237e;
	margin-bottom: 0.5rem;
}

.dashboard-subtitle[b-xzaaroofok] {
	color: #666;
	font-size: 1.1rem;
}

.dashboard-grid[b-xzaaroofok] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.stats-card[b-xzaaroofok] {
	background: white;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	transition: transform 0.2s ease;
}

.stats-card:hover[b-xzaaroofok] {
	transform: translateY(-2px);
}

.stats-icon[b-xzaaroofok] {
	background: rgba(26, 35, 126, 0.1);
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #1a237e;
}

.stats-info[b-xzaaroofok] {
	flex: 1;
}

.stats-info h3[b-xzaaroofok] {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 0.5rem;
}

.stats-info .amount[b-xzaaroofok] {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1a237e;
	margin-bottom: 0.25rem;
}

.trend[b-xzaaroofok] {
	font-size: 0.85rem;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.trend.positive[b-xzaaroofok] {
	color: #2e7d32;
}

.trend.negative[b-xzaaroofok] {
	color: #c62828;
}

.dashboard-charts[b-xzaaroofok] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.chart-container[b-xzaaroofok] {
	background: white;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
	min-height: 400px;
	display: flex;
	flex-direction: column;
}

.chart-container h3[b-xzaaroofok] {
	font-size: 1.1rem;
	color: #1a237e;
	margin-bottom: 1rem;
	flex: 0 0 auto;
}

.chart-container canvas[b-xzaaroofok] {
	flex: 1;
	width: 100% !important;
	height: auto !important;
	max-height: 350px;
}

.recent-transactions[b-xzaaroofok] {
	background: white;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.section-header[b-xzaaroofok] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.transaction-list[b-xzaaroofok] {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.transaction-item[b-xzaaroofok] {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border-radius: 12px;
	background: #f8f9fa;
	transition: all 0.2s ease;
	border: 1px solid #e9ecef;
}

.transaction-item:hover[b-xzaaroofok] {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.transaction-icon[b-xzaaroofok] {
	width: 45px;
	height: 45px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	flex-shrink: 0;
}

.transaction-icon.income[b-xzaaroofok] {
	background: rgba(46, 125, 50, 0.15);
	color: #2e7d32;
}

.transaction-icon.expense[b-xzaaroofok] {
	background: rgba(198, 40, 40, 0.15);
	color: #c62828;
}

.transaction-details[b-xzaaroofok] {
	flex: 1;
	min-width: 0;
}

.transaction-details h4[b-xzaaroofok] {
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 0.25rem 0;
	color: #2c3e50;
}

.category[b-xzaaroofok] {
	font-size: 0.85rem;
	color: #666;
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	background: #e9ecef;
	border-radius: 1rem;
}

.transaction-amount[b-xzaaroofok] {
	font-size: 1.1rem;
	font-weight: 600;
	white-space: nowrap;
	padding-left: 1rem;
	border-left: 1px solid #e9ecef;
}

.transaction-amount.income[b-xzaaroofok] {
	color: #2e7d32;
}

.transaction-amount.expense[b-xzaaroofok] {
	color: #c62828;
}

.no-data[b-xzaaroofok] {
	text-align: center;
	color: #666;
	padding: 2rem;
	background: #f8f9fa;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.dashboard-grid[b-xzaaroofok] {
		grid-template-columns: 1fr;
	}

	.dashboard-charts[b-xzaaroofok] {
		grid-template-columns: 1fr;
	}
}
/* _content/FinanceTracker/Components/Pages/Home.razor.rz.scp.css */
/* Base styles */
*[b-2fm7fogwcp] {
	box-sizing: border-box;
}

html[b-2fm7fogwcp],
body[b-2fm7fogwcp] {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Brand color */
.brand-color[b-2fm7fogwcp] {
	color: #1a237e;
}

.brand-bg[b-2fm7fogwcp] {
	background-color: #1a237e;
}

/* Hero section */
.hero-section img[b-2fm7fogwcp] {
	max-width: 500px;
}

/* Feature cards */
.card[b-2fm7fogwcp] {
	transition: transform 0.3s ease;
}

.card:hover[b-2fm7fogwcp] {
	transform: translateY(-5px);
}

/* Step numbers */
.step-number[b-2fm7fogwcp] {
	width: 40px;
	height: 40px;
	border: 2px solid #1a237e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Footer styles */
footer[b-2fm7fogwcp] {
	background-color: #1a237e;
}

/* Buttons */
.btn-brand[b-2fm7fogwcp] {
	background-color: #1a237e;
	border-color: #1a237e;
	color: white;
}

.btn-brand-outline[b-2fm7fogwcp] {
	background-color: transparent;
	border: 2px solid #1a237e;
	color: #1a237e;
}

.btn-brand-outline:hover[b-2fm7fogwcp] {
	background-color: #1a237e;
	color: white;
}

/* Home.razor.css additions */
.section-heading[b-2fm7fogwcp] {
	color: #1a237e;
}

.hero-image[b-2fm7fogwcp] {
	max-width: 500px;
}

.steps-image[b-2fm7fogwcp] {
	max-width: 550px;
}

.integration-icon[b-2fm7fogwcp] {
	width: 60px;
}
  
.section-title[b-2fm7fogwcp] {
	color: #1a237e;
}

.navbar[b-2fm7fogwcp] {
	background-color: #1a237e;
}

.navbar .nav-link[b-2fm7fogwcp] {
	padding: 0.5rem 1rem;
	transition: all 0.2s ease;
}

.navbar .nav-link:hover[b-2fm7fogwcp],
.navbar .nav-link.active[b-2fm7fogwcp] {
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.hover-white:hover[b-2fm7fogwcp] {
	color: #fff !important;
}
/* _content/FinanceTracker/Components/Pages/Settings.razor.rz.scp.css */
.settings-container[b-otuvh9aulv] {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.settings-header[b-otuvh9aulv] {
	margin-bottom: 2rem;
	text-align: center;
}

.settings-header h1[b-otuvh9aulv] {
	color: #1a237e;
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.settings-grid[b-otuvh9aulv] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	align-items: start;
}

.settings-card[b-otuvh9aulv] {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.card-header[b-otuvh9aulv] {
	background: #f8f9fa;
	padding: 1.5rem;
	border-bottom: 1px solid #e9ecef;
}

.card-header h2[b-otuvh9aulv] {
	font-size: 1.25rem;
	color: #1a237e;
	margin: 0 0 0.5rem 0;
}

.card-header p[b-otuvh9aulv] {
	color: #6c757d;
	margin: 0;
}

.card-body[b-otuvh9aulv] {
	padding: 1.5rem;
}

.form-group[b-otuvh9aulv] {
	margin-bottom: 1.5rem;
}

.form-label[b-otuvh9aulv] {
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: #344767;
}

.input-group[b-otuvh9aulv] {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.input-group-text[b-otuvh9aulv] {
	background-color: #f8f9fa;
	border: 1px solid #ced4da;
	color: #6c757d;
}

.form-control[b-otuvh9aulv] {
	border: 1px solid #ced4da;
	padding: 0.625rem 0.75rem;
}

.form-control:focus[b-otuvh9aulv] {
	border-color: #1a237e;
	box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.25);
}

.btn-primary[b-otuvh9aulv] {
	background-color: #1a237e;
	border-color: #1a237e;
	padding: 0.625rem 1.25rem;
	transition: all 0.2s ease;
}

.btn-primary:hover[b-otuvh9aulv] {
	background-color: #151b59;
	border-color: #151b59;
	transform: translateY(-1px);
}

.alert[b-otuvh9aulv] {
	border-radius: 8px;
	margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
	.settings-container[b-otuvh9aulv] {
		padding: 1rem;
	}

	.settings-header h1[b-otuvh9aulv] {
		font-size: 1.75rem;
	}

	.settings-grid[b-otuvh9aulv] {
		grid-template-columns: 1fr;
	}

	.card-header[b-otuvh9aulv] {
		padding: 1.25rem;
	}

	.card-body[b-otuvh9aulv] {
		padding: 1.25rem;
	}
}
/* _content/FinanceTracker/Components/Pages/Transactions.razor.rz.scp.css */
.dashboard-title[b-mu6z35s3x0] {
	font-size: 1.7rem;
	margin-bottom: 1rem;
	color: #333;
}

.cards-container[b-mu6z35s3x0] {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2rem;
}

.card[b-mu6z35s3x0] {
	flex: 1 1 200px;
	background-color: #f9f9f9;
	padding: 1rem;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.card h2[b-mu6z35s3x0] {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.amount[b-mu6z35s3x0] {
	font-size: 1.5rem;
	font-weight: bold;
}

.amount.green[b-mu6z35s3x0] {
	color: green;
}

.amount.red[b-mu6z35s3x0] {
	color: crimson;
}

.progress-bar[b-mu6z35s3x0] {
	background-color: #ddd;
	height: 10px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0.5rem 0;
}

.progress[b-mu6z35s3x0] {
	height: 100%;
	background-color: #4caf50;
}

.transactions-table[b-mu6z35s3x0] {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
}

.transactions-table th[b-mu6z35s3x0],
.transactions-table td[b-mu6z35s3x0] {
	padding: 0.75rem;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.transactions-table td.red[b-mu6z35s3x0] {
	color: crimson;
}

.transactions-table td.green[b-mu6z35s3x0] {
	color: green;
}

.button-group .btn[b-mu6z35s3x0] {
	padding: 0.5rem 1rem;
	border-radius: 8px;
	text-decoration: none;
	margin-right: 0.5rem;
}

.button-group .add-tsx[b-mu6z35s3x0] {
	background-color: #2e86de;
	color: white;
}
.button-group .add-tsx:hover[b-mu6z35s3x0] {
	background-color: #1a5bb8;
}

.edit-tsx[b-mu6z35s3x0] {
	border: #2e86de;
	border-style: solid;
}

.edit-tsx:hover[b-mu6z35s3x0] {
	background-color: #2e86de;
	color: white;
}

.delete-tsx[b-mu6z35s3x0] {
	border: #e74c3c;
	border-style: solid;
}
.delete-tsx:hover[b-mu6z35s3x0] {
	background-color: #e74c3c;
	color: white;
}

.transaction-form[b-mu6z35s3x0] {
	background-color: #fff;
	border-radius: 12px;
	padding: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.transaction-form .form-group[b-mu6z35s3x0] {
	margin-bottom: 1.25rem;
}

.transaction-form label[b-mu6z35s3x0] {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #333;
}

.transaction-form .form-control[b-mu6z35s3x0] {
	width: 100%;
	padding: 0.55rem 0.75rem;
	font-size: 1rem;
	border: 1px solid #ccc;
	border-radius: 8px;
	transition: border-color 0.3s;
}

.transaction-form .form-control:focus[b-mu6z35s3x0] {
	border-color: #4caf50;
	outline: none;
}

.transaction-form .btn[b-mu6z35s3x0] {
	padding: 0.6rem 1.2rem;
	font-size: 1rem;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.transaction-form .btn.submit[b-mu6z35s3x0] {
	background-color: #4caf50;
	color: #fff;
	margin-right: 0.5rem;
}

.transaction-form .btn.cancel[b-mu6z35s3x0] {
	background-color: #f44336;
	color: #fff;
}

.transaction-form .btn:hover[b-mu6z35s3x0] {
	opacity: 0.9;
}

.recent-transactions-title[b-mu6z35s3x0] {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
	color: #222;
}

.table th[b-mu6z35s3x0] {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.5px;
}

.table td[b-mu6z35s3x0] {
	vertical-align: middle;
	font-size: 0.875rem;
}

.badge[b-mu6z35s3x0] {
	font-weight: 500;
	padding: 0.5em 0.75em;
}

.btn-check:checked + .btn-outline-success[b-mu6z35s3x0],
.btn-check:hover + .btn-outline-success[b-mu6z35s3x0] {
	color: white;
}

.btn-check:checked + .btn-outline-danger[b-mu6z35s3x0],
.btn-check:hover + .btn-outline-danger[b-mu6z35s3x0] {
	color: white;
}

.modal-header[b-mu6z35s3x0],
.modal-footer[b-mu6z35s3x0] {
	background-color: #f8f9fa;
}

.form-label[b-mu6z35s3x0] {
	font-weight: 500;
	font-size: 0.875rem;
}

.validation-message[b-mu6z35s3x0] {
	font-size: 0.75rem;
	color: #dc3545;
	margin-top: 0.25rem;
}

.transaction-item[b-mu6z35s3x0] {
	transition: transform 0.2s ease;
}

.transaction-item:hover[b-mu6z35s3x0] {
	transform: translateY(-1px);
}

@media (max-width: 320px) {
	.dashboard-title[b-mu6z35s3x0] {
		font-size: 1.45rem;
	}
}

@media (min-width: 425px) {
	.dashboard-title[b-mu6z35s3x0] {
		font-size: 2rem;
	}
}

@media (max-width: 640px) {
	.transactions-table[b-mu6z35s3x0],
	.transactions-table thead[b-mu6z35s3x0],
	.transactions-table tbody[b-mu6z35s3x0],
	.transactions-table th[b-mu6z35s3x0],
	.transactions-table td[b-mu6z35s3x0],
	.transactions-table tr[b-mu6z35s3x0] {
		display: block;
		width: 100%;
	}

	.transactions-table thead[b-mu6z35s3x0] {
		display: none;
	}

	.transactions-table tr[b-mu6z35s3x0] {
		margin-bottom: 1rem;
		border: 1px solid #ccc;
		border-radius: 8px;
		padding: 0.75rem;
		background-color: #f9f9f9;
	}

	.transactions-table td[b-mu6z35s3x0] {
		padding: 0.5rem;
		text-align: right;
		position: relative;
		border-bottom: none;
	}

	.transactions-table td[b-mu6z35s3x0]::before {
		content: attr(data-label);
		position: absolute;
		left: 0.75rem;
		top: 50%;
		transform: translateY(-50%);
		font-weight: bold;
		text-align: left;
		color: #555;
	}

	.transaction-form[b-mu6z35s3x0] {
		padding: 1.25rem;
		margin-bottom: 3rem;
	}

	.transaction-form .btn[b-mu6z35s3x0] {
		width: 100%;
		margin-bottom: 0.75rem;
	}
}

@media (max-width: 768px) {
	.table-responsive[b-mu6z35s3x0] {
		border: 0;
	}

	.table tbody tr[b-mu6z35s3x0] {
		display: block;
		margin-bottom: 1rem;
		border-radius: 0.5rem;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
		background-color: #fff;
	}

	.table tbody td[b-mu6z35s3x0] {
		display: block;
		text-align: right;
		padding: 0.75rem;
		border-bottom: 1px solid #dee2e6;
	}

	.table tbody td:last-child[b-mu6z35s3x0] {
		border-bottom: 0;
	}

	.table tbody td[b-mu6z35s3x0]::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
}
