/* ================= SIDEBAR ================= */
.agent-sidebar {
	background: #1f1f5a;
	border-radius: 25px;
	color: #fff;
}
/* Custom Wide Responsive Container for Profile Section */
section.profile-section .container {
	width: 95% !important; /* Laptop aur desktops par dono taraf sirf 2.5% gap rahega */
	max-width: 1520px !important; /* Maximum display stretch limit */
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
}

/* --- Responsive Breakpoints for All Screens & Laptops --- */

/* 1. Ultra Wide Desktops / Large Monitors */
@media (min-width: 1600px) {
	section.profile-section .container {
		max-width: 1520px !important;
		width: 100% !important;
	}
}

/* 2. Standard Laptops & Medium Desktops (13" to 15.6" Laptops) */
section.profile-section .container {
	max-width: 87% !important;
	width: 94% !important;
}

/* 3. Small Laptops / Tablets Landscape */
@media (max-width: 1199px) and (min-width: 992px) {
	section.profile-section .container {
		max-width: 95% !important;
		width: 95% !important;
	}
}

/* 4. Tablets Portrait */
@media (max-width: 991px) and (min-width: 768px) {
	section.profile-section .container {
		max-width: 720px !important; /* Standard Bootstrap grid framework rest */
	}
}

/* 5. Mobile Screens */
@media (max-width: 767px) {
	section.profile-section .container {
		max-width: 100% !important;
		width: 100% !important;
		padding-right: 15px;
		padding-left: 15px;
	}
}
/* ================= PROFILE ================= */
.sidebar-profile {
	padding: 50px 0px 10px 0px;
}

.profile-img {
	width: 150px;
	height: 150px;
	margin: auto;
	position: relative;
}

.profile-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

/* EDIT ICON */
.edit-badge {
	position: absolute;
	top: 15px;
	right: 5px;
	background: red;
	color: #fff;
	padding: 6px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* TEXT */
.sidebar-profile h5 {
	margin: 10px 0 5px;
	font-size: 23px;
	font-weight: 800;
}

.sidebar-profile p {
	font-size: 14px;
	opacity: 0.7;
}

/* ================= MENU ================= */
.sidebar-menu {
	list-style: none;
	padding: 0;
}

.border-none-last {
	border-bottom: none !important;
}
/* ICON */
.sidebar-menu i {
	width: 20px;
}

li.logout {
	padding: 9px 0;
}

/* HOVER */
.sidebar-menu a:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* LOGOUT */
.sidebar-menu .logout a {
	border: 1px solid rgba(255, 255, 255, 0.3);
	justify-content: center;
	margin-top: 10px;
	margin: 16px 30px;
}

/* .icon-box {
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	border-radius: 10px !important;
} */
.card-wrapper {
	border-radius: 14px;
}
/* upload css */
.custom-input {
	height: 48px;
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 10px 15px;
	box-shadow: none !important;
	color: #1a222b !important;
	font-family: var(--secondary-medium-font);
}

.custom-input::placeholder {
	color: #1a222b !important;
	font-family: var(--secondary-medium-font);
	font-size: 15px;
}

.textarea-box {
	height: 130px !important;
	resize: none;
}

/* Button */
.change-plan-btn {
	background: #1f3b5c;
	color: #fff;
	border: none;
	padding: 10px 25px;
	border-radius: 10px;
	font-size: 14px;
	transition: 0.3s;
}

.change-plan-btn:hover {
	background: #162c45;
}
/* eye css */

.password-wrapper {
	position: relative;
}

.toggle-password {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #666;
	font-size: 18px;
	z-index: 10;
}

.toggle-password:hover {
	color: #000;
}
.my-profile-wrapper.whishlist .table_____wrapper table.table {
	background: #fcf7e8 !important;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 0;
}
.my-profile-wrapper.whishlist .table_____wrapper thead {
	background-color: #f8e5d2 !important;
}
.my-profile-wrapper.whishlist .table > :not(caption) > * > * {
	padding: 0.5rem 0.5rem;
	background-color: unset;
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
/* Dynamic custom typography matching images */
.heading-italic-font {
	text-transform: uppercase;
	color: #201c36;
	font-family: var(--bangers-font);
	font-size: 32px;
}

/* ================= SIDEBAR MODIFICATIONS ================= */
.agent-sidebar {
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(70, 36, 246, 1) 0%,
		rgba(42, 33, 151, 1) 0%,
		rgba(86, 74, 241, 1) 0%,
		rgba(34, 28, 56, 1) 0%,
		rgba(15, 25, 32, 1) 100%
	);
	border-radius: 30px;
	color: #fff;
	overflow: hidden;
	padding: 0;
}

.sidebar-profile {
	padding: 35px 20px 25px 20px;
	text-align: center;
}

.profile-img {
	width: 110px;
	height: 110px;
	margin: auto;
	position: relative;
	border: 3px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.profile-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.sidebar-profile h5 {
	margin: 15px 0 2px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.sidebar-profile p {
	font-size: 12px;
	font-family: var(--primary-medium-font);
	color: var(--extra-color-2);
	opacity: 0.8;
	margin-bottom: 0;
}

/* MENU COMPONENT WITH LINEAR GRADIENT & LEFT BORDER */
.sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-menu li {
	border-bottom: 1px solid #474957;
}

.sidebar-menu a {
	display: flex;
	align-items: center;
	padding: 16px 25px;
	color: var(--extra-color-2);
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 14px;
	font-family: var(--primary-medium-font);
	border-left: 5px solid transparent;
}

.sidebar-menu a:hover {
	background: rgba(255, 255, 255, 0.03);
	color: #fff;
}

/* Active menu logic with linear gradient and distinct left border */
.sidebar-menu a.active {
	/* background: linear-gradient(90deg, #1a5cb4 0%, #2b82ea 100%) !important; */
	background: linear-gradient(
		270deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(70, 36, 246, 1) 0%,
		rgba(42, 33, 151, 1) 0%,
		rgba(86, 74, 241, 1) 0%,
		rgba(43, 140, 238, 1) 0%,
		rgba(25, 80, 136, 1) 100%
	);
	color: #ffffff !important;
	border-left: 5px solid #fff !important; /* Left Red Border */
	font-weight: 600;
}

/* ================= WRAPPER & CARDS ================= */
.my-profile-wrapper {
	padding: 30px;
	background: #fcf7e8;
	border-radius: 20px;
	position: relative;
}

.profile-info-label {
	font-size: 24px;
	margin-bottom: 4px;
}

.profile-info-value {
	font-size: 16px;
	color: #4e485b;
}

/* Orange/Coral Buttons styled like 'Edit Profile' / 'Save' */
.orange-action-btn {
	background: #ff8730 !important;
	color: #fff !important;
	border: none;
	padding: 10px 30px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	transition: background 0.3s;
}

.orange-action-btn:hover {
	background: #e6721b !important;
}

/* File Upload element custom box styling */
.upload-wrapper-input {
	position: relative;
	display: flex;
	align-items: center;
}
.upload-wrapper-input .upload-btn-inside {
	position: absolute;
	right: 5px;
	background: #2b82ea;
	color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/* ================= ORDER DETAILS SPECIFIC ================= */
.info-circle-icon {
	width: 50px;
	height: 50px;
	border: 1px solid #eee;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 18px;
}
.payment-summary-card {
	background: linear-gradient(
		225deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(34, 28, 56, 1) 0%,
		rgba(15, 25, 32, 1) 100%
	);
	color: #fff;
	border-radius: 30px;
	padding: 18px;
}
.table-wrapper {
	width: 60px;
	height: 60px;
	object-fit: scale-down;
	border-radius: 100px;
}
/* Chrome, Safari, Opera aur Edge ke liye scrollbar hide karne ka rule */
.order-wrapper .no-scrollbar-container::-webkit-scrollbar {
	display: none !important;
}

/* Firefox aur IE ke liye scrollbar hide karne ka rule */
.order-wrapper .no-scrollbar-container {
	-ms-overflow-style: none !important; /* IE and Edge */
	scrollbar-width: none !important; /* Firefox */
}
/* ================= PARENT CLASS SCOPE: MY ORDER DETAIL ================= */

/* Header Text Styling */
.my-order-detail .main-title {
	color: var(--extra-color-6);
}

.my-order-detail .order-date {
	font-size: 15px;
	color: #554a65;
	font-family: "Outfit", sans-serif;
}

.my-order-detail .header-divider {
	border-color: #ebdcb2;
	opacity: 1;
}

/* Review Form Elements */
.my-order-detail .section-sub-title {
	font-size: 24px;
	color: #171a2a;
}

.my-order-detail .star-rating-container {
	display: flex;
	gap: 4px;
}

.my-order-detail .star-rating-container i.active {
	color: #e87134;
	font-size: 9px;
}

.my-order-detail .custom-form-label {
	font-size: 14px;
	color: #101a22;
	margin-bottom: 8px;
	font-family: var(--primary-semibold-font);
	opacity: 1;
}
/* Input & Textarea Boxes matching mockup precisely */
.my-order-detail .review-input-field {
	border-radius: 5px;
	border: 1px solid #b3b3b3;
	background-color: transparent;
	font-size: 14px;
	padding: 10px 18px;
	color: #878787;
	font-family: var(--primary-medium-font);
}

.my-order-detail .review-input-field::placeholder {
	color: #878787;
}

.my-order-detail .review-textarea-field {
	border-radius: 5px;
	border: 1px solid #b3b3b3;
	background-color: transparent;
	font-size: 14px;
	padding: 15px 18px;
	color: #878787;
	resize: none;
}

.my-order-detail .review-input-field::placeholder,
.my-order-detail .review-textarea-field::placeholder {
	color: #b1a994;
}

.my-order-detail .review-input-field:focus,
.my-order-detail .review-textarea-field:focus {
	box-shadow: none;
}

/* Sky Blue Action Button */
.my-order-detail .blue-submit-btn {
	background-color: #248af3 !important;
	color: #ffffff !important;
	border: none;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 15px;
	padding: 12px 35px !important;
	box-shadow: 0 4px 12px rgba(36, 138, 243, 0.2);
	transition: all 0.3s ease;
}

.my-order-detail .blue-submit-btn:hover {
	background-color: #1a73d3 !important;
	transform: translateY(-1px);
}

/* Right Side Mini Summary Card */
.my-order-detail .mini-order-card {
	background-color: var(--extra-color-2);
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.my-order-detail .mini-card-title {
	font-size: 20px;
	color: #171a2a;
}

.my-order-detail .item-img-box {
	width: 52px;
	height: 52px;
	background-color: #ffeeda; /* Light background behind avatar if transparent */
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-order-detail .item-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.my-order-detail .item-name {
	font-size: 12px;
	color: #180021;
	font-family: var(--secondary-semibold-font);
}

.my-order-detail .item-qty {
	font-size: 12px;
	font-family: var(--secondary-semibold-font);
	color: #180021;
}

.my-order-detail .item-price {
	font-size: 12px;
	color: #180021;
	font-family: var(--secondary-semibold-font);
}

/* ================= HIDDEN SCROLLBAR RESPONSIVE UTILITY ================= */
.my-order-detail .no-scrollbar-container::-webkit-scrollbar {
	display: none !important;
}

.my-order-detail .no-scrollbar-container {
	-ms-overflow-style: none !important; /* IE / Edge */
	scrollbar-width: none !important; /* Firefox */
}
/* ================= PARENT CLASS SCOPE: MY ADDRESSES SECTION ================= */

.my-address .add-address-btn {
	background: #ff8730 !important;
	color: #ffffff !important;
	border: none;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 14px;
}

.my-address .address-header-line {
	border-width: 2px;
	opacity: 1;
	background: #8e768c;
}

/* Base style setup for address component cards */
.my-address .clickable-address-box {
	border-radius: 20px;
	padding: 25px;
	min-height: 220px;
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- STATE 1: WHITE INACTIVE THEME DESIGN --- */
.my-address .standard-white-card {
	background-color: #ffffff !important;
	color: #191c2b !important;
	border: 1px solid #ebdcb2 !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}
.my-address .standard-white-card .card-type-title {
	color: #0f1b29;
	font-size: 22px;
}
.my-address .standard-white-card .action-icon-btn {
	color: #191c2b !important;
	opacity: 0.8;
}
.my-address .standard-white-card .address-details-text {
	font-family: "Outfit", sans-serif;
	color: #555555;
}
/* White custom box radio button configuration */
.my-address .standard-white-card .radio-checkmark {
	border: 2px solid #191c2b;
}
.my-address .standard-white-card input:checked ~ .radio-checkmark {
	background-color: #191c2b;
	box-shadow: inset 0 0 0 3px #ffffff;
}

/* --- STATE 2: ACTIVE DYNAMIC PINK THEME DESIGN --- */
.my-address .dynamic-pink-card {
	background-color: #d1257a !important; /* Flat exact match pink tint */
	color: #ffffff !important;
	border: 1px solid #fff !important;
	box-shadow: 0 8px 24px rgba(209, 37, 122, 0.15);
}
.my-address .dynamic-pink-card .border-bottom-wrapper11 {
	border-bottom: 1px solid #e861a4;
}
.my-address .dynamic-pink-card p {
	color: #fff;
}
.my-address .dynamic-pink-card .card-type-title {
	color: var(--extra-color-2);
	font-size: 22px;
}
.border-bottom-wrapper11 {
	border-bottom: 1px solid #c7bcca;
}
.my-address .dynamic-pink-card .action-icon-btn {
	color: #ffffff !important;
	opacity: 0.95;
}
.my-address .dynamic-pink-card .address-details-text {
	font-family: "Outfit", sans-serif;
	color: #ffffff;
	opacity: 0.95;
}
/* Pink active box custom radio selector configuration */
.my-address .dynamic-pink-card .radio-checkmark {
	border: 2px solid #ffffff;
}
.my-address .dynamic-pink-card input:checked ~ .radio-checkmark {
	background-color: #ffffff;
	box-shadow: inset 0 0 0 3px #d1257a;
}

/* General common action elements inside layout fields */
.my-address .radio-custom-container {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
}
.my-address .radio-custom-container input {
	position: absolute;
	opacity: 0;
}
.my-address .radio-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 50%;
}
.my-address .action-icon-btn {
	font-size: 14px;
	text-decoration: none;
	transition: transform 0.2s ease;
}
.my-address .action-icon-btn:hover {
	transform: scale(1.15);
}

/* ================= SEPARATE COMPONENT: CUSTOM PAGINATION ================= */
.pagination-container {
	background: #f8e6d2;
	width: 100%;
	padding: 9px 40px;
	border-radius: 0px 0px 14px 14px;
	margin-bottom: 0 !important;
}
.custom-account-pagination-component .pagination-list-wrapper {
	list-style: none;
}

.custom-account-pagination-component .page-link-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	text-decoration: none !important;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #6c727f !important;
	border-radius: 50%;
	transition: all 0.2s ease;
}

/* Active Page State - Round Bold Orange style */
.custom-account-pagination-component .page-link-item.active-page {
	background-color: #ff8730 !important;
	color: #ffffff !important;
	box-shadow: 0 3px 8px rgba(255, 135, 48, 0.3);
}

.custom-account-pagination-component .page-link-item:hover:not(.active-page) {
	background-color: rgba(255, 135, 48, 0.1);
	color: #ff8730 !important;
}
/* ================= PARENT CLASS SCOPE: MY COLLECTION SECTION ================= */

.my-profile-wrapper.my-collection {
	background-color: #fcf7e8 !important; /* Premium Cream Base Canvas Tint */
	border: 1px solid #ebdcb2;
	border-radius: 24px !important;
	padding: 40px;
}

/* Header Text Architectures */

.my-collection .collection-sub-desc {
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	color: #555555;
}

/* --- OVERVIEW SUMMARY BOX STYLING --- */
.my-collection .overview-stats-card-wrapper {
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
}

.my-collection .overview-section-title {
	font-size: 22px;
	color: #3a3a3a;
}

.my-collection .purple-shop-more-btn {
	background-color: #a135df !important; /* Bright solid purple button tint */
	color: #ffffff !important;
	font-family: "Outfit", sans-serif;
	font-size: 13px;
	font-weight: 600;
	border: none;
}

.my-collection .stat-label-text {
	font-family: var(--primary-regular-font);
	font-size: 14px;
	color: #717171;
}

.my-collection .trend-indicator {
	font-family: "Outfit", sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.my-collection .stat-number-counter {
	font-size: 22px;
	font-family: var(--primary-bold-font);
	color: #3a3a3a;
}

/* Stats Separators Layout System */
@media (min-width: 768px) {
	.my-collection .stat-column-box.divider-line-left::before {
		content: "";
		position: absolute;
		left: -40px;
		top: 15%;
		height: 100%;
		width: 1px;
		background-color: #e3decb;
	}
}

/* --- TABLE ARCHITECTURE MODIFIERS --- */
.my-collection .table-header-labels th {
	font-family: var(--bangers-font);
	font-weight: 400;
	color: #0f1b29;
	font-size: 16px;
	padding-bottom: 5px;
}

/* Custom Individual Row Spacing Controls */
.my-collection .rounded-row-container {
	background-color: #ffffff !important;
	border-radius: 20px;
	overflow: hidden;
}

.my-collection .rounded-row-container td {
	padding: 14px 10px;
	border: none !important;
}

/* Corner Smoothing for Inner Card Look rows */
.my-collection .border-radius-left {
	border-top-left-radius: 14px !important;
	border-bottom-left-radius: 14px !important;
}

.my-collection .border-radius-right {
	border-top-right-radius: 14px !important;
	border-bottom-right-radius: 14px !important;
}

.my-collection .product-avatar-box {
	width: 46px;
	height: 46px;
	background-color: #fff1ea; /* Custom variant box backgrounds */
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.my-collection .product-avatar-box img {
	max-width: 85%;
	object-fit: contain;
}

.my-collection .product-main-title {
	font-family: var(--primary-medium-font);
	font-size: 12px;
}

.my-collection .collection-category-name {
	font-size: 12px;
	font-family: var(--primary-medium-font);
}

/* Progress-Bar Neon customization rules matching layout mockup exactly */
.my-collection .custom-progress-bar-style {
	background-color: #f1f2f4;
	border-radius: 20px;
}

.my-collection .custom-progress-bar-style .bg-success {
	background-color: #00e676 !important; /* Perfect Neon-Green Fill */
	border-radius: 20px;
}

/* Pill status tag color configuration */
.my-collection .pink-status-badge {
	background-color: #ffe4f8 !important;
	color: #ff00c0 !important;
	font-family: var(--primary-medium-font);
	font-size: 12px;
	font-weight: 500;
}

.my-collection .light-purple-outline-btn {
	border: 1px solid #ebd6ff !important;
	background-color: #f3e4ff !important;
	color: #bf00ff !important;
	font-family: var(--primary-medium-font);
	font-size: 10px;
	font-weight: 500;
}

.my-collection .light-purple-outline-btn:hover {
	background-color: #a135df !important;
	color: #ffffff !important;
}

.my-collection .pagination-top-border {
	border-top: 1px solid #ebdcb2;
	width: 100%;
}

/* ================= HIDDEN SCROLLBAR UTILITY FOR TABLE REUSE ================= */
.my-collection .no-scrollbar-container::-webkit-scrollbar {
	display: none !important;
}

.my-collection .no-scrollbar-container {
	-ms-overflow-style: none !important; /* IE and Edge */
	scrollbar-width: none !important; /* Firefox */
}
/* --- ADDRESS FORM FIELD INPUT DESIGNS (MOCKUP COMPLIANT) --- */
.my-address .address-save-form-btn {
	background-color: #ff8730 !important; /* Premium flat orange tone */
	color: #ffffff !important;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: none;
	transition: background-color 0.2s ease;
}

.my-address .address-save-form-btn:hover {
	background-color: #e06d1b !important;
}

.my-address .custom-address-input {
	background-color: #ffffff !important;
	border: 1px solid #ebdcb2 !important; /* Matching outline color scheme */
	color: #191c2b !important;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	box-shadow: none !important;
	transition: all 0.2s ease-in-out;
}

.my-address .custom-address-input::placeholder {
	color: #8c91a0;
	opacity: 0.8;
}

.my-address .custom-address-input:focus {
	border-color: #ff8730 !important; /* Soft highlight border transition */
	background-color: #ffffff !important;
	box-shadow: 0 0 0 3px rgba(255, 135, 48, 0.15) !important;
}
/* ================= PARENT CLASS SCOPE: MY STATS PANEL ================= */

.my-profile-wrapper.my-stats-panel {
	background-color: #fdfbf4 !important; /* Premium Canvas Cream Tone Base */
	border: 1px solid #ebdcb2;
	border-radius: 24px !important;
	padding: 40px;
}

/* Base Component Metric Card Architecture */
.my-stats-panel .stat-metric-card {
	border-radius: 16px;
	padding: 12px;
	min-height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.my-stats-panel .stat-metric-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

/* --- STATE 1: STANDARD WHITE METRIC CARDS --- */
.my-stats-panel .standard-white-stat {
	background-color: #ffffff;
	border: 1px solid #f2efdf;
}

.my-stats-panel .standard-white-stat .stat-counter-number {
	font-size: 19px;
	font-family: var(--primary-semibold-font);
	color: #231d39;
}

.my-stats-panel .standard-white-stat .stat-label-title {
	font-family: var(--primary-regular-font);
	font-size: 12px;
	color: #7b7788;
}

/* --- STATE 2: ACTIVE RECTANGLE GRADIENT BLUE CARD --- */
.my-stats-panel .active-gradient-stat {
	border: none;
	background: linear-gradient(
		135deg,
		rgba(42, 123, 155, 1) 0%,
		rgba(70, 36, 246, 1) 0%,
		rgba(42, 33, 151, 1) 0%,
		rgba(86, 74, 241, 1) 0%,
		rgba(42, 33, 151, 1) 0%,
		rgba(94, 63, 255, 1) 100%
	);
}

.my-stats-panel .active-gradient-stat .stat-counter-number {
	font-size: 19px;
	font-family: var(--primary-semibold-font);
}

.my-stats-panel .active-gradient-stat .stat-label-title {
	font-family: var(--primary-regular-font);
	font-size: 12px;
	color: #b1abe1;
}

/* Card Subtle Texture Lines Configuration */
/* .my-stats-panel .card-texture-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.06;
	background-image: repeating-linear-gradient(
		45deg,
		#ffffff 0px,
		#ffffff 2px,
		transparent 2px,
		transparent 10px
	);
	z-index: 1;
} */

.my-stats-panel .card-texture-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* opacity: 0.06; */
	background-image: url(../img/purplebg-lines.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

/* --- ROUNDED ICON BADGES CORE CONFIGS --- */
.my-stats-panel .stat-icon-badge {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.my-stats-panel .badge-green {
	background-color: #01c36f;
	color: #231d39;
}

.my-stats-panel .badge-blue {
	background-color: #4624f6;
	color: var(--extra-color-2);
}

.my-stats-panel .badge-white {
	background-color: var(--extra-color-2);
}

.my-stats-panel .badge-white i {
	background: linear-gradient(
		90deg,
		#2a7b9b 0%,
		#4624f6 0%,
		#4624f6 0%,
		#574bf3 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.my-stats-panel .badge-pink {
	background-color: var(--extra-color-4);
	color: var(--extra-color-2);
}

/* --- TREND INDICATOR LABELS CONFIGS --- */
.my-stats-panel .trend-indicator {
	font-family: var(--primary-medium-font);
	font-size: 10px;
}

.my-stats-panel .text-success-trend {
	color: #aef31f;
}

.my-stats-panel .text-danger-trend {
	color: #ff6284;
}

.my-stats-panel .text-white-trend {
	color: #00e676; /* Bright fluorescent trend highlight inside dark active frame */
}
.my-profile-wrapper.whishlist .table_____wrapper th {
	font-size: 14px;
}
.my-profile-wrapper.whishlist .table_____wrapper td {
	font-size: 9px;
}
.my-profile-wrapper.whishlist .badge-out {
	font-size: 7px;
	padding: 9px;
}
.my-profile-wrapper.whishlist .badge-in {
	font-size: 6px;
	padding: 9px;
}
.my-profile-wrapper.whishlist .btn-notify {
	font-size: 9px;
}
.my-profile-wrapper.whishlist .wishlist____cart {
	font-size: 9px;
}
.my-profile-wrapper.whishlist .cross____btn {
	font-size: 18px;
}
.my-profile-wrapper.whishlist .table_____wrapper table.table {
	border-radius: 0px 0px 20px 20px;
}

/* order tab Css  */

.badge-paid {
	background: var(--extra-color-2);
	color: var(--extra-color-9);
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 12px;
}
.table_____wrapper.order____table td {
	padding: 18px 10px;
	color: var(--extra-color-6);
	border-right: 0;
	text-align: center;
	border-bottom: 0;
	font-size: 12px;
}
.table_____wrapper.order____table table.table {
	background: transparent;
	border-radius: 0;
}
.table_____wrapper.order____table th {
	background: #f8e5d2;
}
.detail____btn {
	background: var(--extra-color-14);
	color: var(--extra-color-2);
	font-family: var(--primary-regular-font);
	font-weight: 600;
	font-size: 12px;
}
.table_____wrapper.order____table thead {
	border-bottom: 1px solid transparent;
}
.icon-badge.edit___icon {
	background: var(--extra-color-4);
	border-radius: 8px;
}
.order___card {
	font-size: 18px;
	color: var(--extra-color-6);
}
.payment____heading {
	font-size: 26px;
}
.orderdetail_____table .table td {
	/* text-align: center; */
	padding: 10px 10px;
	font-size: 12px;
	color: #180021;
}
.check____span {
	background: var(--extra-color-9);
	color: var(--extra-color-2);
	border-radius: 50%;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.orderdetail____heading {
	color: var(--extra-color-6);
}
.border____right {
	border-right: 1px solid #eae1d9;
	height: 100%;
}
.orderdetail_____table .table td:last-child {
	text-align: end;
}
.feedback____stars li {
	cursor: pointer;
	color: #ccc;
}

.feedback____stars li.active i {
	color: #e87134;
}
/* order tab Css  */

/* Laptop Responsive  */
@media (max-width: 1400px) {
	.my-collection .light-purple-outline-btn {
		font-size: 9px;
		padding: 10px 12px;
	}
	.my-collection .pink-status-badge {
		font-size: 10px;
		padding: 10px 15px;
	}
	.my-collection .product-main-title {
		font-size: 10px;
	}
	.my-collection .collection-category-name {
		font-size: 10px;
	}
	.my-collection .table-header-labels th {
		font-size: 14px;
	}
}

@media (max-width: 1200px) {
	.my-collection .rounded-row-container td {
		padding: 14px 7px;
	}
	.my-collection .pink-status-badge {
		padding: 10px 12px;
	}
	.my-collection .table-header-labels th {
		font-size: 12px;
	}
}

/* Mobile Responsive  */
@media (max-width: 576px) {
	.my-profile-wrapper {
		padding: 20px;
	}
	.profile-info-label {
		font-size: 18px;
	}
	.my-profile-wrapper.my-stats-panel {
		padding: 20px;
	}
	.my-profile-wrapper.my-collection {
		padding: 20px;
	}
	.my-address .dynamic-pink-card .card-type-title {
		font-size: 18px;
	}
}
/* Mobile Responsive  */
