/* ==========================================================================
   صفحة حسابي (my-account) — تكييفات خاصة بالصفحة فوق styles.rtl.css
   ========================================================================== */

/* page.php بيحصر المحتوى في col-xl-8 — صفحة الحساب محتاجة العرض الكامل */
body.woocommerce-account section.flat-spacing-2 > .container > .row.justify-content-center > [class*="col-"] {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

/* رسائل ووكومرس (نجاح/خطأ/تنبيه) داخل صفحة الحساب */
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error {
	list-style: none;
	margin: 0 0 24px;
	padding: 14px 18px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background-color: var(--Surface);
}

body.woocommerce-account .woocommerce-error {
	border-color: #e53935;
	color: #b71c1c;
}

body.woocommerce-account .woocommerce-message a,
body.woocommerce-account .woocommerce-info a,
body.woocommerce-account .woocommerce-error a {
	text-decoration: underline;
	font-weight: 600;
}

/* عمودا الدخول/التسجيل فوق بعض على الشاشات الصغيرة */
@media (max-width: 991px) {
	.login-wrap {
		flex-direction: column;
		align-items: stretch;
		gap: 48px;
	}
}

/* ==========================================================================
   1) السايدبار — كارت بحد وزوايا دائرية + أيقونات icomoon
   ========================================================================== */

/* تعطيل تخطيط ووكومرس الافتراضي (float + width 30%/68%) — التخطيط عندنا flex */
body.woocommerce-account .my-account-wrap nav.woocommerce-MyAccount-navigation,
body.woocommerce-account .canvas-sidebar nav.woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}

body.woocommerce-account .my-account-wrap .my-account-content.woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	flex: 1 1 auto;
	min-width: 0;
}

.my-account-wrap {
	gap: 40px;
	max-width: 1240px;
}

.my-account-wrap .wrap-sidebar-account {
	width: 330px;
}

.sidebar-account {
	background-color: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 28px 20px;
	box-shadow: 0 2px 14px rgba(40, 43, 87, 0.05);
}

.sidebar-account .account-avatar {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--line);
}

.sidebar-account .account-avatar .image {
	width: 96px;
	height: 96px;
	border: 3px solid rgba(40, 43, 87, 0.12);
	padding: 3px;
	background: #fff;
}

.sidebar-account .account-avatar .image img {
	border-radius: 50%;
}

.sidebar-account .account-avatar .body-text-1 {
	color: var(--Secondary, #545468);
	font-size: 14px;
	word-break: break-word;
	text-align: center;
}

.sidebar-account .my-account-nav {
	gap: 6px;
}

.sidebar-account .my-account-nav .my-account-nav-item {
	padding: 12px 16px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 12px;
	gap: 12px;
	color: var(--Onsurface);
	transition: background-color 0.25s ease, color 0.25s ease;
}

.sidebar-account .my-account-nav .nav-item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	border-radius: 10px;
	background-color: rgba(40, 43, 87, 0.07);
	color: var(--main);
	font-size: 18px;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.sidebar-account .my-account-nav .nav-item-label {
	flex: 1 1 auto;
	min-width: 0;
}

.sidebar-account .my-account-nav .nav-item-arrow {
	font-size: 12px;
	opacity: 0;
	transform: translateX(4px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.sidebar-account .my-account-nav .my-account-nav-item:hover {
	background-color: var(--Surface);
	color: var(--main);
}

.sidebar-account .my-account-nav .my-account-nav-item:hover .nav-item-arrow {
	opacity: 0.6;
	transform: translateX(0);
}

.sidebar-account .my-account-nav .my-account-nav-item.active {
	background-color: var(--main);
	color: #fff;
}

.sidebar-account .my-account-nav .my-account-nav-item.active .nav-item-icon {
	background-color: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.sidebar-account .my-account-nav .my-account-nav-item.active .nav-item-arrow {
	opacity: 1;
	transform: translateX(0);
}

/* تبويب تسجيل الخروج — لمسة تحذيرية ناعمة عند المرور */
.sidebar-account .my-account-nav .nav-item--customer-logout:hover {
	background-color: rgba(240, 62, 62, 0.07);
	color: #c0392b;
}

.sidebar-account .my-account-nav .nav-item--customer-logout:hover .nav-item-icon {
	background-color: rgba(240, 62, 62, 0.12);
	color: #c0392b;
}

/* نسخة الأوف كانفس على الموبايل */
.canvas-sidebar .canvas-body .sidebar-account {
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

/* ==========================================================================
   2) لوحة التحكم — كارت ترحيب + شبكة اختصارات
   ========================================================================== */

.dashboard-welcome {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	background-color: var(--main);
	background-image: radial-gradient(circle at 12% -40%, rgba(255, 255, 255, 0.14), transparent 55%);
	border-radius: 16px;
	padding: 28px;
	margin-bottom: 24px;
	color: #fff;
}

.dashboard-welcome h5 {
	color: #fff;
}

.dashboard-welcome .dashboard-welcome-text {
	flex: 1 1 300px;
	min-width: 0;
}

.dashboard-welcome .text-secondary {
	color: rgba(255, 255, 255, 0.78) !important;
}

.dashboard-welcome-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 24px;
}

.dashboard-logout-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 22px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 99px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

.dashboard-logout-link:hover {
	background-color: rgba(255, 255, 255, 0.14);
	border-color: #fff;
	color: #fff;
}

.dashboard-logout-link .icon {
	font-size: 13px;
}

.dashboard-shortcuts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

@media (max-width: 767px) {
	.dashboard-shortcuts {
		grid-template-columns: 1fr;
	}
}

.dashboard-shortcut-card {
	display: flex;
	align-items: center;
	gap: 16px;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 22px;
	background-color: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.dashboard-shortcut-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(40, 43, 87, 0.12);
	border-color: var(--main);
}

.dashboard-shortcut-card .shortcut-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: rgba(40, 43, 87, 0.08);
	color: var(--main);
	font-size: 23px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.dashboard-shortcut-card:hover .shortcut-icon {
	background-color: var(--main);
	color: #fff;
}

.dashboard-shortcut-card .shortcut-count {
	position: absolute;
	top: -5px;
	inset-inline-end: -5px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 99px;
	background-color: var(--main);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border: 2px solid #fff;
	line-height: 1;
}

.dashboard-shortcut-card .shortcut-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
}

.dashboard-shortcut-card .shortcut-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--Onsurface);
}

.dashboard-shortcut-card .shortcut-desc {
	font-size: 14px;
}

.dashboard-shortcut-card .shortcut-arrow {
	font-size: 13px;
	color: var(--main);
	opacity: 0;
	transform: translateX(6px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.dashboard-shortcut-card:hover .shortcut-arrow {
	opacity: 1;
	transform: translateX(0);
}

/* ==========================================================================
   3) شارات حالة الطلب — pill ملونة
   ========================================================================== */

.nestly-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 14px;
	border-radius: 99px;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	white-space: nowrap;
	background-color: #eef0f3;
	color: #4b5563;
}

.nestly-status-pill::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: currentColor;
	flex-shrink: 0;
}

.nestly-status-pill.status-processing {
	background-color: #fdf1da;
	color: #a15c07;
}

.nestly-status-pill.status-completed {
	background-color: #ddf3e4;
	color: #18794e;
}

.nestly-status-pill.status-cancelled,
.nestly-status-pill.status-failed,
.nestly-status-pill.status-refunded {
	background-color: #fde8e8;
	color: #b42318;
}

.nestly-status-pill.status-on-hold,
.nestly-status-pill.status-pending {
	background-color: #eef0f3;
	color: #4b5563;
}

/* ==========================================================================
   جدول الطلبات — ديسكتوب جدول مرتب / موبايل كروت
   ========================================================================== */

.account-orders .wrap-account-order {
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
	overflow-x: auto;
}

.account-orders table thead tr {
	border: 0;
	background-color: var(--Surface);
}

.account-orders table thead th {
	font-size: 15px;
	white-space: nowrap;
}

.account-orders table tbody {
	border: 0;
}

.account-orders table tbody tr {
	transition: background-color 0.2s ease;
}

.account-orders table tbody tr:hover {
	background-color: rgba(40, 43, 87, 0.025);
}

.account-orders td .tf-btn {
	display: inline-flex;
}

.account-orders .order-action-btn {
	height: 38px;
	padding: 0 18px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid var(--main);
	color: var(--main);
	background-color: transparent;
}

.account-orders .order-action-btn:hover {
	background-color: var(--main);
	color: #fff;
	box-shadow: 0 6px 16px rgba(40, 43, 87, 0.2);
}

.account-orders .order-action-btn.cancel {
	border-color: rgba(240, 62, 62, 0.55);
	color: #c0392b;
}

.account-orders .order-action-btn.cancel:hover {
	background-color: #c0392b;
	border-color: #c0392b;
	color: #fff;
	box-shadow: 0 6px 16px rgba(192, 57, 43, 0.25);
}

/* حالة عدم وجود طلبات */
.nestly-empty-state {
	border: 1px dashed var(--line);
	border-radius: 16px;
	padding: 48px 24px;
}

.nestly-empty-state .empty-state-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: rgba(40, 43, 87, 0.07);
	color: var(--main);
	font-size: 32px;
	margin-bottom: 18px;
}

/* موبايل: الجدول يتحول كروت */
@media (max-width: 767px) {
	.account-orders .wrap-account-order {
		border: 0;
		border-radius: 0;
		overflow: visible;
	}

	.account-orders table {
		min-width: 0;
		display: block;
	}

	.account-orders table thead {
		display: none;
	}

	.account-orders table tbody {
		display: block;
	}

	.account-orders table tbody tr {
		display: block;
		border: 1px solid var(--line) !important;
		border-radius: 14px;
		margin-bottom: 14px;
		padding: 6px 0;
		background-color: #fff;
		box-shadow: 0 2px 10px rgba(40, 43, 87, 0.04);
	}

	.account-orders table td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 10px 16px;
		text-align: start;
	}

	.account-orders table td:not(:last-child) {
		border-bottom: 1px dashed var(--line);
	}

	.account-orders table td::before {
		content: attr(data-title);
		font-weight: 600;
		color: var(--Onsurface);
		flex-shrink: 0;
	}

	.account-orders table td.order-actions-cell {
		display: block;
	}

	.account-orders table td.order-actions-cell::before {
		display: block;
		margin-bottom: 10px;
	}

	.account-orders .order-actions {
		justify-content: flex-start;
	}

	.account-orders .order-action-btn {
		flex: 1 1 auto;
		justify-content: center;
	}
}

/* ==========================================================================
   4) تفاصيل الطلب — كروت
   ========================================================================== */

.account-order-details .order-card {
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 24px;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 2px 14px rgba(40, 43, 87, 0.04);
}

.order-card .order-card-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	padding-bottom: 14px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--line);
}

.order-card .order-card-title .icon {
	color: var(--main);
	font-size: 20px;
}

/* ترويسة الطلب */
.order-header-main {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.order-header-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	border-radius: 14px;
	background-color: rgba(40, 43, 87, 0.08);
	color: var(--main);
	font-size: 26px;
}

.order-header-text {
	flex: 1 1 200px;
	min-width: 0;
}

.order-header-text .text-2 .icon {
	font-size: 14px;
	margin-inline-end: 4px;
}

.order-header-main .nestly-status-pill {
	margin-inline-start: auto;
}

.order-meta-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed var(--line);
}

@media (max-width: 767px) {
	.order-meta-grid {
		grid-template-columns: 1fr;
	}

	.order-header-main .nestly-status-pill {
		margin-inline-start: 0;
	}
}

.order-meta-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.order-meta-label {
	font-size: 13px;
	color: var(--Secondary, #545468);
}

.order-meta-value {
	font-size: 15px;
	font-weight: 600;
	color: var(--Onsurface);
	word-break: break-word;
}

/* منتجات الطلب */
.order-product-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 0;
}

.order-product-row:not(:last-child) {
	border-bottom: 1px dashed var(--line);
}

.order-product-thumb {
	width: 68px;
	height: 68px;
	flex-shrink: 0;
	border: 1px solid var(--line);
	border-radius: 12px;
	overflow: hidden;
	margin: 0;
	background-color: var(--Surface);
}

.order-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.order-product-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1 1 auto;
	min-width: 0;
}

.order-product-name {
	font-size: 15px;
	line-height: 1.5;
}

.order-product-qty {
	font-size: 13px;
}

.order-product-price {
	font-weight: 700;
	color: var(--main);
	white-space: nowrap;
}

/* الإجماليات */
.order-totals {
	list-style: none;
	margin: 18px 0 0;
	padding: 16px 20px;
	background-color: var(--Surface);
	border-radius: 12px;
}

.order-totals .order-totals-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 7px 0;
	font-size: 14px;
}

.order-totals .order-totals-label {
	color: var(--Secondary, #545468);
	font-weight: 500;
}

.order-totals .order-totals-row.is-grand-total {
	margin-top: 8px;
	padding-top: 14px;
	border-top: 1px solid var(--line);
	font-size: 17px;
}

.order-totals .order-totals-row.is-grand-total .order-totals-label {
	color: var(--Onsurface);
	font-weight: 700;
}

.order-totals .order-totals-row.is-grand-total .order-totals-value {
	color: var(--main);
	font-weight: 700;
}

/* السجل + بيانات المستلم جنب بعض */
.order-details-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

@media (max-width: 991px) {
	.order-details-cols {
		grid-template-columns: 1fr;
	}
}

.order-details-cols .order-card {
	margin-bottom: 0;
}

.order-recipient-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.order-recipient-list li {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 10px 0;
}

.order-recipient-list li:not(:last-child) {
	border-bottom: 1px dashed var(--line);
}

.order-back-link {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.order-back-link .tf-btn .icon {
	font-size: 13px;
}

/* ==========================================================================
   5) العناوين — كروت بأيقونة + فورم موحد
   ========================================================================== */

.account-address .address-intro {
	text-align: center;
}

.list-account-address {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

@media (max-width: 767px) {
	.list-account-address {
		grid-template-columns: 1fr;
	}
}

.account-address-item {
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 24px;
	background-color: #fff;
	text-align: start;
	display: flex;
	flex-direction: column;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.account-address-item:hover {
	border-color: var(--main);
	box-shadow: 0 10px 26px rgba(40, 43, 87, 0.1);
	transform: translateY(-3px);
}

.address-card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid var(--line);
}

.address-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: rgba(40, 43, 87, 0.08);
	color: var(--main);
	font-size: 20px;
}

.address-card-title {
	margin: 0;
	font-size: 18px;
}

.address-card-body {
	flex: 1 1 auto;
}

.address-card-body p {
	margin: 0 0 6px;
	color: var(--Secondary, #545468);
	line-height: 1.7;
}

.address-card-body p:first-child {
	color: var(--Onsurface);
	font-weight: 600;
}

.address-card-actions {
	margin-top: 18px;
}

.address-edit-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 22px;
	border: 1px solid var(--main);
	border-radius: 99px;
	color: var(--main);
	font-size: 14px;
	font-weight: 600;
	transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.address-edit-btn .icon {
	font-size: 12px;
}

.address-edit-btn:hover {
	background-color: var(--main);
	color: #fff;
	box-shadow: 0 6px 16px rgba(40, 43, 87, 0.22);
}

/* ---- فورم تعديل العنوان ---- */

.account-address .nestly-edit-address {
	display: block;
	max-width: 720px;
	margin-inline: auto;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 28px;
	background-color: #fff;
	box-shadow: 0 2px 14px rgba(40, 43, 87, 0.04);
}

.nestly-edit-address .edit-address-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 16px;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--line);
}

.nestly-edit-address .edit-address-head .title {
	margin: 0;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
}

.nestly-edit-address .woocommerce-address-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0 16px;
	text-align: start;
}

.nestly-edit-address .form-row {
	margin: 0 0 16px;
	width: 100%;
}

.nestly-edit-address .form-row-first,
.nestly-edit-address .form-row-last {
	width: calc(50% - 8px);
}

@media (max-width: 767px) {
	.nestly-edit-address .form-row-first,
	.nestly-edit-address .form-row-last {
		width: 100%;
	}
}

.nestly-edit-address .form-row label {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
}

.nestly-edit-address .form-row .input-text,
.nestly-edit-address .form-row select {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 8px 16px;
	background-color: transparent;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.nestly-edit-address .form-row .input-text:focus,
.nestly-edit-address .form-row select:focus {
	border-color: var(--main);
	box-shadow: 0 0 0 3px rgba(40, 43, 87, 0.12);
	outline: none;
}

.nestly-edit-address .select2-container .select2-selection--single {
	height: 48px;
	border: 1px solid var(--line);
	border-radius: 10px;
}

.nestly-edit-address .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	padding-inline-start: 16px;
}

.nestly-edit-address .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}

.nestly-edit-address .select2-container--focus .select2-selection--single,
.nestly-edit-address .select2-container--open .select2-selection--single {
	border-color: var(--main);
	box-shadow: 0 0 0 3px rgba(40, 43, 87, 0.12);
}

.nestly-edit-address .edit-address-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px dashed var(--line);
}

.nestly-edit-address .edit-address-actions .tf-btn .icon {
	font-size: 13px;
}

.tf-btn.nestly-btn-ghost {
	border: 1px solid var(--line);
	color: var(--Onsurface);
	background-color: transparent;
}

.tf-btn.nestly-btn-ghost:hover {
	border-color: var(--main);
	color: var(--main);
	box-shadow: none;
	transform: none;
}

/* ==========================================================================
   6) تفاصيل الحساب — كروت + حقول موحدة
   ========================================================================== */

.account-details .form-account-details {
	gap: 24px;
}

.account-details .account-form-card {
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 28px;
	background-color: #fff;
	box-shadow: 0 2px 14px rgba(40, 43, 87, 0.04);
}

.account-details .account-form-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 20px;
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--line);
}

.account-details .account-form-title-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: rgba(40, 43, 87, 0.08);
	color: var(--main);
	font-size: 19px;
}

.account-details .form-account-details input[type="text"],
.account-details .form-account-details input[type="email"],
.account-details .form-account-details input[type="password"] {
	border-radius: 10px;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.account-details .form-account-details input[type="text"]:focus,
.account-details .form-account-details input[type="email"]:focus,
.account-details .form-account-details input[type="password"]:focus {
	border-color: var(--main);
	box-shadow: 0 0 0 3px rgba(40, 43, 87, 0.12);
	outline: none;
}

.account-details .button-submit {
	display: flex;
	justify-content: flex-start;
}

.account-details .btn-save-account {
	height: 52px;
	padding: 0 36px;
	font-weight: 600;
}

.account-details .btn-save-account .icon {
	font-size: 14px;
}

/* ==========================================================================
   تجاوب عام لصفحة الحساب
   ========================================================================== */

@media (max-width: 1199px) {
	.dashboard-welcome {
		padding: 22px;
	}
}

@media (max-width: 767px) {
	.account-order-details .order-card,
	.account-details .account-form-card,
	.account-address .nestly-edit-address {
		padding: 18px;
	}

	.dashboard-welcome {
		padding: 20px;
	}

	.dashboard-logout-link {
		width: 100%;
		justify-content: center;
	}
}
