/* Account area — full-page layout like products/cart (view owns #content; no template wrapper) */

.account-area {
	margin-bottom: 0;
}

.account-area.align-items-start > [class*="col-"] {
	align-self: flex-start;
}

.account-side-panel .account-side-nav {
	border-radius: 0.5rem;
	overflow: hidden;
}

.account-side-panel .account-side-nav .list-group-item:first-child {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.account-side-panel .account-side-nav .list-group-item:last-child,
.account-side-panel .account-side-nav .list-group-item.text-danger {
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.account-area a.button.button-small:has(> i:only-child) {
	vertical-align: middle;
}

.account-orders-table thead th,
.account-addresses-table thead th,
.account-saved-carts-table thead th,
.account-payment-methods-table thead th {
	font-size: 0.8125rem;
	font-weight: 600;
	white-space: nowrap;
}

.account-side-nav .list-group-item {
	font-weight: 500;
	border-radius: 0.25rem;
	padding: 0.75rem 1rem;
}

.account-side-nav .list-group-item:not(.active):hover {
	color: #467FF7;
	background-color: rgba(70, 127, 247, 0.08);
}

.account-side-nav .list-group-item.active {
	color: #fff !important;
}

.account-side-nav .list-group-item.text-danger:hover {
	color: #dc3545 !important;
	background-color: rgba(220, 53, 69, 0.08) !important;
}

.account-content .account-form .form-label {
	font-weight: 500;
}

.account-area .order-box:hover {
	border-color: #467FF7 !important;
}

.account-area .order-box .status.completed {
	color: #198754;
}

.account-area .order-box .status.canceled {
	color: #dc3545;
}

.account-area .order-box .status.onhold {
	color: #467FF7;
}

.account-area .image-big {
	width: 80px;
	height: 80px;
}

.account-area .image-small {
	width: 48px;
	height: 48px;
}

.account-auth-page .account-panel {
	background: #fff;
	border-radius: 0.5rem;
}

.account-auth-page .account-panel-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.account-page .account-panel-login,
.account-page .account-panel-register {
	background: #fff;
	border: 0;
	border-radius: 0.5rem;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
	padding: 1.5rem;
}

@media (min-width: 992px) {
	.account-page .account-panel-login,
	.account-page .account-panel-register {
		min-height: 100%;
	}
}
