/* .profile__sidebar {
	background: var(--dark-color);
	border: 1px solid #ffffff3d;
	position: sticky !important;
	top: 80px;
	width: 300px;
}

#profile_heading {
	font-family: var(--Grotesk-font);
	font-weight: 900;
}

.img__wrapp label {
	right: 60px;
	top: 10px;
	background: black;
	width: 30px;
	height: 30px;
	border-radius: 50px;
}

.img__wrapp label img {
	width: 16px;
}

.profile__img {
	border: 6px solid #ffffff;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.profile__info {
	max-width: 270px;
	margin: auto;
	text-align: center;
	margin-top: -80px;
	position: relative;
	z-index: 9;
}

.sidebar__list {
	position: relative;
	z-index: 1;
	text-align: center;
}

.sidebar__list li {
	border-top: 1px solid #ffffff;
	list-style: none;
	text-decoration: none;
}

.sidebar__list li a {
	text-decoration: none;
	display: flex !important;
	justify-content: start;
	margin-left: 40px;
}

.sidebar__list li a span {
	text-decoration: none;
	align-items: center;
}

.form-check-input:checked {
	background-color: #000000;
	border-color: #000000;
}

.house_icon {
	border-radius: 50px;
	background-color: var(--dark-color);
	padding: 10px;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-content: center;
}

.address_card #check_box {
	background-color: #000000 !important;
	width: 130px;
	position: absolute;
	top: 0;
	right: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.inner_order_no h3 {
	color: black;
}

.inner_order_no p {
	color: black;
}

.form-check-input {
	width: 13px;
	height: 13px;
	margin-top: 0.25em;
	vertical-align: top;
	margin-right: 6px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid white;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.form-check-input:checked {
	background-color: #000000;
	border-color: #ffffff;
}

.form-check-input::before {
	content: "";
	position: relative;
	bottom: 80%;
	left: 80%;
	font-family: var(--primary-medium-font);
}

.address_card {
	background-color: var(--light-color);
	padding: 0px 10px 10px 10px 10px;
	border: 1px solid var(--dark-color);
	height: 150px;
	align-content: center;
	position: relative;
}

.light-bg-div {
	background: rgba(255, 255, 255, 0);
	padding: 70px 69px;
	margin: 10px 0;
}

.my__orders-table {
	border-spacing: 10px 10px;
	margin: 10px 0;
}

.border-1 {
	border: 1px solid rgb(0, 0, 0);
}

.my__orders-table tr td:not(:last-child) {
	position: relative;
}

.my__orders-table tr td::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 50%;
	width: 1px;
	background: #020202;
	transform: translateY(-50%);
}

.my__orders-table tr td:last-child::before {
	content: none;
}

.my__orders-table tr td:nth-child(4):before {
	content: none;
}

.my__orders-table .tag {
	max-width: 90%;
	margin: auto;
	padding: 4px 0;
}

.my-order-product-img {
	width: 50px;
	height: 50px;
	background-color: var(--light-gray);
	display: flex;
	justify-content: center;
	align-items: center;
}

.order_status_pending {
	background-color: #00fb0a;
	width: 173px;
	height: 25px;
	padding: 5px;
	text-align: center;
	align-content: center;
	display: flex;
	align-items: center;
}

.order_status_Approved {
	background-color: #00fb0a;
	width: 135px;
	height: 25px;
	padding: 5px;
	text-align: center;
	align-content: center;
	display: flex;
	align-items: center;
}

.order_status_completed {
	background-color: rgb(0, 30, 128);
}

.order_status_reject {
	background-color: rgb(241, 14, 14);
}

.black_box_order_details {
	max-width: 250px;
	display: flex;
	padding: 5px 5px;
	background: black;
	align-items: center;
	justify-content: start;
	margin: 7px 0px;
}

.order_details_list {
	background-color: #f4f4f4;
	width: 556px;
	padding: 30px;
}

.order_details_list_overFlow {
	max-width: 556px;
	margin: 30px auto 0px auto;
	overflow-y: scroll;
	height: 310px;
	overflow-y: scroll;
}

.product_img {
	width: 80px;
	height: 80px;
}

.refun_order_details {
	border: 1px solid black;
	display: flex;
	align-items: center;
	width: 372px;
	height: 78px;
	padding: 0px 20px;
	position: relative;
	margin: 15px 0px;
}
.inner_order_date {
	position: relative;
	left: 90px;
}

.refun_order_details .inner_order_no::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 180px;
	height: 70%;
	width: 1px;
	background: #020202;
	transform: translateY(-50%);
}

@media (min-width: 200px) and (max-width: 992px) {
	.my__orders-table {
		border-spacing: 10px 10px;
		margin: 10px 0;
		width: 500px !important;
		overflow-x: scroll;
	}
	.refun_order_details {
		width: auto !important;
	}
	.order_details_list {
		background-color: #f4f4f4;
		width: 100%;
		padding: 30px;
	}

	.profile__sidebar {
		background: var(--dark-color);
		border: 1px solid #ffffff3d;
		position: sticky !important;
		top: 80px;
		width: auto;
	}

	.my__orders-table tr td::before {
		content: "";
		width: 0px;
	}

	.address_card {
		height: 120px;
		padding: 0px;
		width: 330px;
	}

	.pagination-section {
		display: flex;
		justify-content: center;
	}
} */
.sidebar {
	background: #2e31fc;
	padding: 0px;
	border-radius: 20px;
}
.icon-upload {
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid #2e31fc;
}
.icon-upload i {
	color: #fff;
	padding-left: 3px;
}
.main-profile-nav-bg img#profileImage {
	width: 110px;
	height: 110px;
	border-radius: 110px;
	object-fit: scale-down;
}
.sidebar.main-profile-nav-bg h4 {
	text-transform: capitalize;
}
.bottom-bg {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom-bg span.bg-white {
	width: 50%;
	height: 2px;
	display: flex;
}
.bottom-bg span.yellow-bg {
	background: #ffb803;
	width: 50%;
	height: 2px;
	display: flex;
}
li.nav-profile {
	list-style: none;
}
.border-bottom-profile {
	border-bottom: 1px solid #9293fd;
}
li.nav-profile.active {
	border-left: 3px solid #fff;
	background: rgb(255, 255, 255);
	background: linear-gradient(
		90deg,
		rgb(255 255 255 / 20%) 7%,
		rgb(255 255 255 / 16%) 35%,
		rgb(255 255 255 / 6%) 67%
	);
}
.wrapper-jstcacjha {
	border: 3px solid #2e31fc;
	padding: 0;
	border-radius: 20px;
	margin: 0px 20px;
	width: 95%;
}
a.wrappper-view-btn {
	font-style: italic;
}
.wrapper-jstcacjha iframe {
	border-radius: 20px;
}
.my-account.account-wrapper-padding {
	padding: 0;
}
.my-account {
	background: #f8f8f8;
	padding: 30px 36px;
	border-radius: 20px;
}
section.profile-sec {
	padding: 70px 0;
}
span.line-account {
	width: 100%;
	height: 1px;
	border: 1px solid #c7c7c7;
}
.my-account h2 {
	white-space: nowrap;
}
.upload-img img {
	width: 80px;
	height: 80px;
	object-fit: scale-down;
	border-radius: 50px;
}
.upload-img {
	display: flex;
	gap: 30px;
	align-items: center;
}
a.profilr-btn {
	background: #2e31fc;
	padding: 13px 23px;
	color: #fff;
	border-radius: 44px;
	font-family: "poppins-medium";
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-info-wrapper i {
	background: #d0d0f9;
	padding: 5px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	color: #2e31fc;
}
.sidebar.main-profile-nav-bg h5 {
	font-style: italic;
}
.user-info-wrapper {
	display: flex;
	align-items: center;
	gap: 14px;
}
a.change-password {
	font-family: "poppins-medium";
	text-decoration: underline;
	color: #2e31fc;
	font-size: 14px;
	position: relative;
	top: -6px;
}
label.lable-form {
	font-family: "poppins-medium";
	margin-bottom: 6px;
	color: #2e31fc;
	font-size: 14px;
}
.wrapper-search-wrapper i {
	background: #dadada;
	padding: 10px;
	border-radius: 30px;
	color: #818181;
	position: absolute;
	bottom: 6px;
	right: 10px;
}
.date-wrapper-id h5 {
	font-family: "poppins-medium";
	margin-bottom: 0px;
	color: #2e31fc;
	font-size: 15px;
}
.secondary-bg {
	background-color: #e9e9eb;
}
.cart-table-wrapper th {
	padding: 22px 14px;
	border-bottom: none;
	white-space: nowrap;
}
.cart-table-wrapper .table tbody td {
	vertical-align: middle;
	background: transparent;
	padding: 17px;
	font-size: 15px;
	white-space: nowrap;
}
.position-map {
	width: 50%;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	position: absolute;
	height: 435px;
	bottom: 50px;
	left: 60px;
}
.buttons-map a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	font-family: var(--secondary-medium-font);
	font-size: 15px;
}
.buttons-map {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 10px;
}
a.map-wrapper-view {
	border: 1px solid #254881;
	background: #c6d8fe;
}
a.map-wrapper-hide {
	border: 1px solid #195f15;
	background: #a4dca5;
}
p.scheduled-wrapper-heading {
	white-space: nowrap;
	margin-bottom: 0;
}
a.in-progress-anchor {
	color: #2e31fc;
	background: #e5e5f9;
	padding: 10px 20px;
	white-space: nowrap;
	border-radius: 20px;
	font-family: "jost-medium";
}
.cvs-bg {
	background: #e9e9eb;
	border-radius: 20px;
	padding: 10px;
}
.img-cvs {
	background: #fff;
	border-radius: 10px;
	width: 100%;
	height: 80px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.upload-submit-file-content {
	border-radius: 20px;
	border: 1px solid #71716e;
	text-align: center;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/* auth css */
section.auth-wrapper-main {
	background-image: url(../img/home-img1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: flex;
	background-position: center;
	position: absolute;
}
.bg-auth-content {
	position: relative;
	height: 100vh;
	padding: 70px 40px;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
	background: #a9c9eabf;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(56px);
	-webkit-backdrop-filter: blur(8px);
	background: rgb(154, 192, 235);
	background: linear-gradient(
		180deg,
		rgba(154, 192, 235, 1) 11%,
		rgba(184, 206, 229, 1) 25%,
		rgba(194, 198, 202, 8.997724) 57%,
		rgba(149, 180, 199, 1) 78%
	);
}

.bg-auth-content::before {
	content: "";
	position: absolute;
	top: -8px; /* -blur */
	left: -8px; /* -blur */
	width: calc(100% + 16px); /* 100% + blur * 2 */
	height: calc(100% + 16px); /* 100% + blur * 2 */
	background-position: 50%;
	filter: blur(8px);
	z-index: -1;
	border-radius: 0;
}

/* .bg-auth-content {
	background: #a9c9ea;
	padding: 70px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	backdrop-filter: blur(10px);
	filter: drop-shadow(2px 2px 1px var(--off-black));
	transition: all 500ms ease;
} */

.bg-auth-content .form-control::placeholder {
	color: #999999;
}
.login-checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 10px;
}

.login-checkbox .checkbox-main-wrapper .custom-checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #2e31fc;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
	background: #fff;
}

.login-checkbox .checkbox-main-wrapper .custom-checkbox::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 12px;
	border: solid #393939;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	display: none;
}
.my-auth {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.checkbox-main-wrapper label {
	display: flex;
	align-items: center;
}

.checkbox-main-wrapper input[type="checkbox"] {
	display: none;
}

.checkbox-main-wrapper
	input[type="checkbox"]:checked
	+ .custom-checkbox::after {
	display: block;
}
.togglePassword {
	position: absolute;
	top: 21px;
	right: 17px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #14252a;
}
section.auth-wrapper-main .form-control {
	border: 1px solid #989da0 !important;
}
section.auth-wrapper-main .form-control::placeholder {
	color: #999999 !important;
}

.bottom-head {
	text-align: center;
	margin-top: 20px;
}
.bottom-head a {
	font-style: italic;
}
.form-group.otp input {
	border-radius: 50px !important;
	width: 100%;
	height: 73px;
	text-align: center;
	padding: 0 !important;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 5px; /* Optional rounded corners */
}

.table-responsive::-webkit-scrollbar {
	height: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
	background: #292cf9;
	border-radius: 10px;
}

@media (max-width: 1400px) {
	label.lable-form {
		font-size: 13px;
	}
	a.profilr-btn {
		padding: 12px 23px;
		font-size: 13px;
	}
	.form-group.otp input {
		height: 58px;
	}
}
