@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*
font-family: "Poppins", sans-serif;
font-family: "Manrope", sans-serif;
*/

body {
	font-family: "Inter", sans-serif;
}

:root {
	--Link: #6D1D9C;
	--gray-black: #232323;
	--Black: #12141D;
	--White: #FFF;
	--Black-50: #53545C;
	--Primary: #4C2363;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
p {
	margin: 0;
}

figure {
	margin: 0;
}

span,
small {
	display: inline-block;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	transition: 0.3s all ease-in-out;
	font-size: 16px;
	font-weight: 600;
	color: #0e0591;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	font-family: "Inter", sans-serif;
}

button:focus {
	outline: none;
	box-shadow: none !important;
}

input:focus,
textarea:focus {
	outline: none;
	border: none;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

::selection {
	background: #00B57A;
	color: #FFFFFF;
}

::-webkit-selection {
    background: #00B57A;
	color: #FFFFFF;
}

::-moz-selection {
    background: #00B57A;
	color: #FFFFFF;
}

::placeholder {
	opacity: 1;
	color: rgba(65, 65, 65, 0.50);
	letter-spacing: 0 !important;
}

/*--------------------
 Back to Top Button
---------------------*/

.scrollToTopBtn {
  	background-color: rgba(201, 201, 201, 1);
  	border: none;
 	border-radius: 50%;
  	color: rgba(0, 0, 0, 1);
  	cursor: pointer;
  	font-size: 20px;
	line-height: 0;
  	width: 45px;
  	height: 45px;
  	position: fixed;
  	bottom: 35px;
  	right: 32px;
  	z-index: 100;
  	opacity: 0;
  	transform: translateY(100px);
  	transition: all .5s ease;
}
    
.showBtn {
  	opacity: 1;
  	transform: translateY(0)
}


.container {
	max-width: 100%;
	padding: 0;
}


/*
--------------------
Login - Page
--------------------
*/

.login-body {
	background-image: url('/themes/custom/gafoor/build/images/login-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 60px 0;
}

.login__form {
	width: 434px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
	padding: 18px 28px 34px;
}

.log__body > h3 {
	color: var(--gray-black);
	font-size: 28px;
	font-weight: 500;
	line-height: 33px;
	margin: 95px 0 50px;
}

.log__body > h4 {
	color: #2C2C2C;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 18px 0 75px;
}

.log__body > h4 a {
	margin: 0 15px 3px 0;
	vertical-align: middle;
}

.log__group:first-of-type {
	margin: 0 0 24px;
}

.log__group label span {
	color: var(--gray-black);
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	margin: 0 0 16px;
}

.log__group input {
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	color: var(--gray-black);
	background: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 17px 16px;
	display: block;
	width: 100%;
}

.log__group input:focus {
	border: 1px solid #603577;
}

.forgot_a {
	margin: 20px 0 45px;
}

.forgot_a a {
	color: var(--Link);
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.submit__btn button {
	width: 100%;
	display: block;
	color: var(--White);
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	border-radius: 8px;
	background: var(--Link);
	padding: 16px 0;
}

.submit__btn button:hover {
	box-shadow: 1px 1px 5px rgba(106, 28, 152, 0.9);
}



/*-----Offcanvas-----*/

.sidebar-nav {
	width: 296px;
	background: #FFF;
	box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.05);
	padding: 25px 0 0;
	left: 0;
	border: none;
	z-index: 9;
}

.canvas__list {
	padding: 44px 30px;
}

.canvas__list ul li a {
	color: var(--Black-50);
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding: 16px 20px;
	border-radius: 12px;
	background: transparent;
	display: block;
	width: 100%;
}

.canvas__list ul li a img {
	margin: 0 16px 0 0;
	transition: 0.3s all ease-in-out;
}

.canvas__list ul li a.active {
	background: #6D1D9C !important;
	color: #fff !important;
}

.canvas__list ul li a.active img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(19%) hue-rotate(29deg) brightness(107%) contrast(104%) !important;
}

.canvas__list ul li a:hover {
	background: rgba(232, 232, 232, 0.6);
}

.canvas__list ul li a:hover img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(93%) saturate(0%) hue-rotate(290deg) brightness(94%) contrast(100%);
}



/*
--------------------
Home - Page
--------------------
*/

.dashboard-body {
	background: #F4F5FA;
}

.dashboard-body h2 {
	color: #424242;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
}


/*====aside-div====*/

.recent-div22 {
	padding: 23px 0;
}

.slider-area {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.slider-area .owl-nav,
.slider-area .owl-dot {
	display: none;
}

.aside-div {
	width: calc(100% - 296px);
	margin-left: auto;
}

.chiken-div {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4.924px 7.386px 0px rgba(0, 0, 0, 0.05);
	padding: 11px 0;
}

.chiken-div img {
	width: auto !important;
	display: inline-block !important;
}

.chiken-div h3 {
	color: #414141;
	font-size: 12.349px;
	font-weight: 600;
	line-height: normal;
	margin: 8px 0 4px;
}

.chiken-div p {
	color: #4C2363;
	font-size: 12.349px;
	font-weight: 600;
	line-height: normal;
}

.aside-head {
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
	padding: 10px 18px;
	background: #FFF;
	margin-bottom: 30px;
}

.bell-profile-btn ul li button {
	position: relative;
}

.bell-profile-btn ul li button span {
	position: absolute;
	color: #FFF;
	font-family: "Public Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 19px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(234, 84, 85, 1);
	right: -6px;
	top: -2px;
	text-align: center;
}

.prf-btn {
	margin: 0 0 0 30px;
}

.prf-btn img {
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
}

.aside-body {
	padding: 0 18px;
}

.pdng_h2 {
	padding: 38px 0;
}

.order-box {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
	padding: 11px 15px;
	position: relative;
}

.order-box:hover {
	background: #4C2363;
	transition: 0.3s all ease-in-out;
}

.order-box:hover * {
	color: #FFF;
	transition: 0.3s all ease-in-out;
}

.img__after {
	position: relative;
}

.opacity-im-0 {
	transition: 0.3s all ease-in-out;
}

.img__after::after {
	content: "";
	background-image: url(/themes/custom/gafoor/build/images/bag1.svg);
	background-repeat: no-repeat;
	width: 37px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.img__after2::after {
	content: "";
	background-image: url(/themes/custom/gafoor/build/images/car1.svg);
	background-repeat: no-repeat;
}

.img__after3::after {
	content: "";
	background-image: url(/themes/custom/gafoor/build/images/man1.svg);
	background-repeat: no-repeat;
}

.order-footer div h3 span.red {
	color: #FF5959;
}



/*----Box-Hover----*/

.order-box:hover .img__after::after {
	opacity: 1;
}

.order-box:hover .opacity-im-0 {
	opacity: 0;
}

.order-box:hover .title-head button {
	color: #EEE;
}

.order-box:hover span.green {
	color: #00E933;
}

.order-box:hover .order-body {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	transition: 0.3s all ease-in-out;
}

.order-box:hover .order-footer div small {
	color: #B18AC7;
}

/*----Box-Hover----*/



.order-text span {
	color: #130F26;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 0 7px;
}

.title-head {
	position: relative; 
}

.title-head button {
	position: absolute;
	right: 0;
	top: 9px;
	color: var(--Primary);
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	padding: 0;
	z-index: 50;
}

.title-head button img {
	margin: 0 0 0 7px;
}

.order-body {
	padding: 28px 0 17px;
	border-bottom: 1px solid rgba(190, 192, 202, 0.3);
}

.order-body div h3 {
	color: #45464E;
	font-size: 16.881px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 2px;
}

.order-body div p {
	color: #45464E;
	font-size: 10.316px;
	font-weight: 400;
	line-height: normal;
	width: 180px;
}

.order-body div p span.green {
	color: #008E1F;
}

.order-footer {
	padding: 15px 0 0;
}

.order-footer div small {
	color: #8B8D97;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 3px;
}

.order-footer div h3 {
	color: #45464E;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	line-height: normal;
}

.order-footer div h3 span {
	color: #008E1F;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	vertical-align: 3px;
}

.bottom-recent {
	position: relative;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.recent-div {
	padding: 28px 0 18px;
}

.recent-div h3 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.recent-div a {
	color: var(--Primary);
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.recent-order-div {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05);
	padding: 0 26px 0 16px;
	height: 350px;
	overflow-y: scroll;
}

.recent-order-div2 {
	height: 370px;
}

.recent-order-div3 {
	height: 470px;
}

.recent-order-div3 > div {
	padding: 12px 0;
}

.stock-btn {
	color: var(--White) !important;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	width: 175px;
	padding: 19px 0 15px 0;
	border-radius: 8px;
	background: #168C4C;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 55px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
}

.stock-btn-1 {
	color: var(--White) !important;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	width: 175px;
	padding: 19px 0 15px 0;
	border-radius: 8px;
	background: #168C4C;
	position: absolute;
	left: 33%;
	transform: translate(-50%);
	bottom: -90px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
}

.stock-btn-2 {
	color: var(--White) !important;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	width: 175px;
	padding: 19px 0 15px 0;
	border-radius: 8px;
	background: #168C4C;
	position: absolute;
	right: 20%;
	transform: translate(-50%);
	bottom: -90px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
}

.export-pdf a {
	position: relative !important;
	bottom: -20px !important;
	left: 50% !important;
}

.stock-btn2 {
	background: rgba(193, 102, 18, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
}

.stock-btn img {
	margin: 0 2px 0 0;
}

.inr-order {
	padding: 18px 0;
	border-bottom: 1px solid rgba(190, 192, 202, 0.3);
}

.inr-order-link .d-flex {
	gap: 14px;
}

.inr-order-link .details-order h4 {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 4px;
}

.inr-order-link .details-order2 h4 {
	color: #148423;
}

.inr-order-link .details-order2 h4.red {
	color: #DC1B1B;
}

.inr-order-link .details-order2 p {
	font-weight: 500;
}

.inr-order-link .details-order p {
	color: #222;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	opacity: 0.4;
}

.title-text {
	color: #2C2C2C;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 10px;
}

.opacity-6 {
	opacity: 0.6;
}

.opacity-5 {
	opacity: 0.8;
}

/*===Hide-Scrollbar===*/

.recent-order-div {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.recent-order-div::-webkit-scrollbar {
    width: 0;
    height: 0;
}



/*=====bottom-fixed-div=====*/

.bottom-fixed-div {
	background: #FFF;
	box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.05);
	padding: 22px 20px 20px;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.bottom-fixed-div ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 500px;
	margin: 0 auto;
}

.bottom-fixed-div ul li a {
	min-width: 65px;
}

.bottom-fixed-div ul li a * {
	transition: 0.3s all ease-in-out;
}

.bottom-fixed-div ul li a.active span,
.bottom-fixed-div ul li a:hover span {
	color: #6D1D9C;
	font-weight: 700;
}

.bottom-fixed-div ul li a.active img,
.bottom-fixed-div ul li a:hover img {
	filter: brightness(0) saturate(100%) invert(13%) sepia(82%) saturate(4130%) hue-rotate(275deg) brightness(87%) contrast(92%);
}

.bottom-fixed-div ul li a span {
	color: #8C8C8C;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}



/*
-------------------
Make-a-sell
-------------------
*/

.make-a-sell {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05);
	margin: 20px 0 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
}

.inr-sell {
	padding: 22px 18px 20px 18px;
	border-bottom: 1px solid rgb(190, 192, 202, 0.3);
}

.inr-sell h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

.inr-sell img {
	margin: 0 9px 0 0;
	vertical-align: -2px;
}

.make-sell-flex {
	gap: 50px;
	padding: 22px 22px 30px 18px;
}

.make-sell-flex2 {
	padding: 22px 22px 30px 18px;
}

.make-sell-flex > div {
	width: 50%;
}



.select-dropdown > h4,
.select-dropdown label {
	color: #2C2C2C;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 7px;
}

.first-div .dropdown {
  	max-width: 100%;
  	position: relative;
  	margin: 0 0 28px;
}

.first-div .dropdown__button,
.modal__btn,
.select-dropdown input {
  	position: relative;
  	display: flex;
  	align-items: center;
  	width: 100%;
  	text-align: left;
  	cursor: pointer;
  	border-radius: 8px;
  	border: 1px solid #DDD;
  	background: #FFF;
  	padding: 15px 15px;
  	color: #2F2F2F;
  	font-size: 16px;
  	font-weight: 400;
  	line-height: normal;
  	background-image: url(/themes/custom/gafoor/build/images/angle-down1.svg);
  	background-repeat: no-repeat;
  	background-position: 97% center;
}

.modal__btn {
	background-image: url(/themes/custom/gafoor/build/images/angle-down2.svg);
	margin: 0 0 28px;
}

.select-dropdown input,
.select-dropdown select,
.select-dropdown textarea {
	background-image: none;
	cursor: inherit;
	margin: 0 0 28px;
}

.select-dropdown input.ant {
	background: #F6F6F6;
	color: #2F2F2F;
}

.first-div .dropdown__button::after {
  	content: "";
  	position: absolute;
  	top: 50%;
  	right: 15px;
  	transform: translateY(-50%);
  	width: 15px;
  	height: 15px;
  	background: url("/themes/custom/gafoor/build/images/dropdown.svg") 100% 100%;
  	pointer-events: none;
  	transition: 200ms ease;
}

.first-div .dropdown__button_active::after {
  	transform: translateY(-50%) rotate(-180deg);
}

.first-div .dropdown__list {
  	margin: 3px 0 0;
  	padding: 9px 0;
  	list-style-type: none;
  	position: absolute;
  	left: 0;
  	top: 50px;
  	overflow: hidden;
  	width: 100%;
  	z-index: 1;
  	opacity: 0;
  	visibility: hidden;
  	transition: 200ms ease;
  	border-radius: 8px;
  	border: 1px solid #DDD;
  	background: #FFF;
}

.first-div .dropdown__list_visible {
  	opacity: 1;
  	visibility: visible;
}

.first-div .dropdown__list-item,
.first-div .dropdown__list-item a {
  	margin: 0;
  	padding: 0;
  	padding: 9px 17px;
  	cursor: pointer;
  	transition: 200ms ease;
  	color: #000;
  	font-size: 18px;
  	font-weight: 400;
  	line-height: normal;
}

.first-div .dropdown__list-item_active {
  	background: #f5f8fa;
}

.first-div .dropdown__list-item:hover {
  	background: #f5f8fa90;
}

.first-div .dropdown__input_hidden {
  	display: none;
}

.aside-footer {
	padding: 0 18px;
}

.sell-footer {
	background: #FFF;
	box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.05);
	padding: 20px 30px 20px;
}

.amount-text h3 {
	color: #D30E0E;
	font-size: 32.632px;
	font-weight: 600;
	line-height: normal;
}

.amount-text h3.green {
	color: #168B4C;
}

.amount-text h3 small {
	font-size: 25.102px;
	font-weight: 600;
}

.amount-text p {
	color: #717171;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.sell-btn-div {
	width: 50%;
	margin-left: auto;
}

.sell-btn-div a, input.button, .btn-primary {
	display: block;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	border-radius: 8px;
	background: #C16612;
	padding: 17px 0;
	border: 0;
}



.sell-btn-div a.green, .btn-primary:hover {
	background: #168B4C;
	border: 0;
}



.second-div {
	padding: 0 14px 0 0;
}

/*uploadbox*/

@charset "UTF-8";

.upload__box {
  	height: 100%;
}

.upload__inputfile {
  	width: 0.1px;
  	height: 0.1px;
  	opacity: 0;
  	overflow: hidden;
  	position: absolute;
  	z-index: -1;
}

.upload__btn {
  	text-align: center !important;
  	transition: all 0.3s ease;
  	cursor: pointer;
  	line-height: 77px;
  	height: 80px;
  	margin: 0;
  	width: 100%;
  	height: 100%;
  	border-radius: 8px;
  	border: 1px dashed #E6CBF6;
  	background: #FDF9FF;
}

.upload__btn i {
  	font-size: 24px;
  	color: #fff;
}

.upload__btn:hover {
  	border: 1px dashed #C3C4C8;
  	background-color: #F4F5FA;
}

.upload__img-wrap {
  	display: flex;
  	flex-wrap: wrap;
  	margin: 0px;
  	height: 100%;
}

.upload__btn-box {
	width: 100%;
	min-height: 345px;
	position: relative;
}

.upload__img-box {
  	margin: 30px 3px 3px 3px;
  	width: 120px;
  	height: 130px;
  	bottom: 0;
  	padding: 6px 7px 40px;
  	border-radius: 8px;
  	border: 1px solid #DDD;
  	background: #FFF;
}

.upload__img-close {
  	position: absolute;
  	bottom: 5px;
  	left: 50%;
  	transform: translate(-50%);
  	z-index: 1;
  	cursor: pointer;
  	background-image: url('/themes/custom/gafoor/build/images/delete.svg');
	background-repeat: no-repeat;
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -33px;
}

.upload__img-close:after {
  	content: "";
}

.img-bg {
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  	position: relative;
  	border-radius: 8px;
  	height: 80px;
  	border-radius: 10px;
}

.upload-psn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.upload-psn p {
	color: #2C2C2C;
	font-size: 18.862px;
	font-weight: 400;
	line-height: normal;
	margin: 7px 0 0;
}

.upload__img-box ~ .upload__btn-box {
	display: none;
}





/*
----------------------
Make-a-sell-receipt
----------------------
*/

.share-cnt {
	color: #6D1D9C !important;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.share-cnt img {
	vertical-align: -5px;
}

.submitted-div {
	width: 60%;
}

.submitted-box {
	border-radius: 20px;
	border: 1px solid #9FD393;
	background: #F0FAF5;
	padding: 36px 20% 36px 30px;
	gap: 30px;
	margin: 0 0 40px;
	justify-content: center;
}

.submitted-box h3 {
	color: #2C2C2C;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}

.home__btn a {
	color: #6D1D9C;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	border-radius: 8px;
	border: 1px solid #6D1D9C;
	background: #FFF;
	padding: 17px 0;
}

.detail-transaction {
	width: 100%;
}

.inr-transaction {
	border-radius: 20px;
	border: 1px solid #D1D1D1;
	background: #FFF;
}

.inr-transaction .attachment-div img {
	width: 100%;
}

.inr-transaction .trans_div1 img {
	width: 100%;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.trans_div {
	padding-left: 20px;
	padding-right: 20px;
}

.trans_div p {
	color: #2F2F2F;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	position: relative;
}

.trans_div p.p_span {
	padding-left: 15px;
}

.trans_div p.p_span::before {
	content: "•";
	position: absolute;
	left: -2px;
}

.trans_div_bg {
	background: #F5F5F5;
}

.trans_div_pd {
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 20px 20px 0px 0px;
}

.trans_div1 {
	padding-top: 17px;
}

.trans_div2 {
	border-bottom: 1px solid #E2E2E2;
	padding: 14px 4px;
}

.trans_div p span {
	color: #6D6D6D;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	display: block;
}

.trans_div p.green {
	color: #168B4C;
}

.trans_div p.red {
	color: #D30E0E;
}

.stricks_pdng {
	padding: 0 15px;
}

.trans_div_pd2 {
	padding-top: 11px;
	padding-bottom: 11px;
	margin: 17px 0 20px;
}

.attachment-div {
	padding: 0 18px 22px;
}

.attachment-div h3 {
	color: #2F2F2F;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 17px;
}



/*make-sel popup*/

#purchaseModal h4 {
	color: #2C2C2C;
	font-size: 20px;
	font-weight: 600; 
	position: relative;
	padding: 15px 0 25px;
	border-bottom: 1px solid #EAEAEA;
}

#purchaseModal h4 button {
	margin-right: 8px;
}

#purchaseModal h4 span {
	color: #6D1D9C;
	text-align: right;
	font-size: 16px;
	font-weight: 500; 
	position: absolute;
	right: 0;
	margin-top: -4px;
}

.list-search .dataTables_wrapper .dataTables_length {
	display: none;
}

.list-search #data-table-markup thead {
	display: none;
}

.list-search .dataTables_wrapper div.dataTables_info {
	padding-top: 0.85em;
	white-space: nowrap;
	display: none;
}

.list-search .dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
	display: none;
}

.list-search table.dataTable.no-footer {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
	margin-top: 20px;
}

.list-search div.dataTables_wrapper div.dataTables_filter {
	text-align: right;
	width: 100%;
}

.list-search div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	width: 100%;
}


.list-search div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: 100%;
	margin-left: -58px;padding: 10px 10px 10px 40px;
	border-radius: 10px;
	border: 1px solid #D6D6D6;
	background-color: #F5F5F5;
	color: #767676;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	background-image: url('/themes/custom/gafoor/build/images/left-arw.png');
	background-repeat: no-repeat;
	background-position: 16px 50%;
}
            
.add-to-cart {
	display: flex;
  border-radius: 4px;
  /* width: 95px; */
	background-color: #fff;
  color: #6D1D9C;
  font-size: 15px;
	font-weight: 600; 
	border: 1px solid #6D1D9C;
	justify-content: center;
}

.quantity {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 /* width: 95px;*/
	display: none;
}

.quantity button {
  background-color: #6D1D9C;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  min-width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #6d1d9c;
}

.count {
  width: 40px;
  text-align: center;
  border: none;
  padding: 4px 10px;
  font-size: 18px;
  outline: none;
  background: #6D1D9C;
  color: #fff;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}




.add-item {
	text-align: right;
	width: 20%;
}


.list-search table tr td {
	vertical-align: middle;
}

.list-search table tr td:first-child {
	width: 14%;
}

.list-search table tr td {
	font-size: 14px;
	font-weight: 600;
	color: #222;
}

.list-search table tr td span {
	color: #767676;
	font-size: 14px;
	font-weight: 500; 
}

.modal-body {
  min-height: 95vh;
}

.field--name-field-gafoor-id {
	margin-right: 30px;
}

.canvas__list li a img {
    min-width: 27px;
} 

.button {
	margin-top: 20px;
	max-width: 324px;
}
 
.w-full {
	width: 100%;
}


@media screen and (max-width: 425px) {

	#purchaseModal h4 {
		color: #2C2C2C;
		font-size: 17px;
		font-weight: 600; 
		position: relative;
		padding: 15px 0 25px;
		border-bottom: 1px solid #EAEAEA;
	}

	#purchaseModal h4 button {
		margin-right: 4px;
	}

	#purchaseModal h4 span {
		color: #6D1D9C;
		text-align: right;
		font-size: 16px;
		font-weight: 500; 
		position: absolute;
		right: 0;
		margin-top: -6px;
	}

}