/*---Inter / Rubik - Fonts---*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

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

@import url('https://fonts.googleapis.com/css2?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');


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

/* .font-inter {
	font-family: "Inter", sans-serif !important;
} */

.body-bg {
	background-color: #F6F6F6 !important;
}

p {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 19.6px !important;
	letter-spacing: -0.02em;
	color: #545454 !important;
}

:root {
	--text-black: #000000;
	--text-white: #FFFFFF;
	--text-black1: #0B0B0B;
	--text-black2: #4A4A4A;
	--text-black3: #999999;
	--text-black4: #0B0B0B;
}

.text-gray {
	color: #545454 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: var(--text-black);
	font-family: "Rubik", sans-serif;
}

.h1-text {
	font-size: 28px;
	font-weight: 700;
	line-height: 39.2px;
	color: #161616;
	font-family: "Inter", sans-serif !important;
}

.h2-text {
	font-size: 20px !important;
	font-weight: 600;
	line-height: 28px !important;
	font-family: "Inter", sans-serif !important;
	color: #161616;
	vertical-align: middle;
}

.h3-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 23.4px;
	color: #161616;
	font-family: "Rubik", serif;
}

.h4-text {
	font-size: 14px;
}

.h5-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #000000;
}

figure,
th,
td,
p {
	margin: 0;
}

span,
small {
	display: inline-block;
}

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

a {
	text-decoration: none;
	display: inline-block;
	transition: 0.3s all ease-in-out;
}

button {
	border: none;
	background: transparent;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

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

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

::placeholder {
	opacity: 1;
}

::selection {
	background: #3F8C32;
	color: #FFFFFF;
}

::-webkit-selection {
	background: #3F8C32;
	color: #FFFFFF;
}

::-moz-selection {
	background: #3F8C32;
	color: #FFFFFF;
}



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

.scrollToTopBtn {
	background-color: #00496E;
	border: none;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	font-size: 20px;
	line-height: 0;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	opacity: 0;
	transform: translateY(100px);
	transition: all .5s ease;
}

.showBtn {
	opacity: 1;
	transform: translateY(0)
}



/* ==========header-accordion======= */

.accordion-header>button {
	padding: 12px;
	border-radius: 0 !important;
}



/*
------------------
Sign In Page
------------------
*/

.account__body p,
.account__body a,
.account__body span {
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
}

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

.account__body {
	background-image: url(../images/account-body-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pson-rel {
	padding: 100px 0;
}

.line-gradient {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2.3px;
	height: 100%;
	background: linear-gradient(0.15deg, #E1BE7A 0%, #A2803E 23.51%, #CAA868 41.4%, #8A6A2E 80.95%, #E3C380 100%);
}

.account-box {
	max-width: 550px;
	margin: 0 auto;
	border: 1px solid #E5E5E5;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 40px 40px;
}

.account-box h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 31.47px;
	margin: 0 0 24px;
}

.account-box form input {
	width: 100%;
	display: block;
	background-color: #F0EFED;
	border-radius: 8px;
	padding: 14px 16px 14px 48px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
	border: 2px solid transparent;
	margin: 0 0 16px;
	background-repeat: no-repeat;
	background-position: 16px 50%;
}

.account-box form input::placeholder {
	opacity: 1;
	color: #999999;
}

.account-box form input:focus {
	border: 2px solid #E4C481;
}

.account-box form input[type="email"] {
	background-image: url(../images/sms.svg);
}

.account-box form input.pass_w {
	background-image: url(../images/lock.svg);
}

.account-box2 .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.account-box2 .form-group label {
	position: relative;
	cursor: pointer;
}

.account-box2 .form-group label:before {
	content: '';
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
	background: #E4C481;
	width: 16px;
	height: 16px;
	border-radius: 3px;
}

.account-box2 .form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 8.3px;
	left: 6px;
	width: 4.5px;
	height: 8px;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.account-box form span {
	color: var(--text-black2);
}

.account-box form a {
	color: #C38400;
}

.account-box form a:hover {
	text-decoration-line: underline;
}

.submit-btn button {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
	background: #E4C481;
	padding: 14px 0;
	border-radius: 8px;
	margin: 16px 0 0;
}

.submit-btn button:hover {
	opacity: 0.9;
}

.account-box form p {
	color: var(--text-black2);
	margin: 24px 0 0;
	font-size: 16px !important;
	font-weight: 500;
}

.sample__p {
	line-height: 25px !important;
	margin-bottom: 24px !important;
}




/*
---------------------
Change Password page
---------------------
*/

.changePassword__body {
	background-image: none;
	background-color: #F0EFED;
}

.account-box3 .form-group {
	position: relative;
}

.toggle-password {
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 16px;
}



/*
-------------------
Dashboard Page
-------------------
*/

.dashboard-body {
	background: #FFFCF5;
}

.Dashboard-Page h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	font-family: "Inter", sans-serif !important;
	color: #161616;
}

.Dashboard-Page a,
.Dashboard-Page p,
.Dashboard-Page span,
.Dashboard-Page input {
	font-size: 14px;
	font-weight: 600;
	line-height: 16.44px;
	color: var(--text-black);
	font-size: 14px;
	font-weight: 500;
	line-height: 18.2px;
}


.Dashboard-Page .container-fluid {
	max-width: 100%;
}


/*---dashboard-header---*/

.dashboard-header {
	background-color: #FFFFFF;
	position: relative;
	z-index: 5;
	padding: 12px 16px;
	/*! border-bottom: 1px solid  rgba(237, 237, 237, 1); */
}

.dashboard-header-2 {
	background-image: url(../images/partern.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #282828;
	position: relative;
	z-index: 5;
}

.logo-dashboard-2 a img {
	width: 50vw;
	max-width: 194px;
}


/*----sidebar----*/

.sidebar {
	position: relative;
	width: 180px;
	height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	gap: 20px;
	background-color: #fff;
	border-radius: 0;
	transition: all 0.3s;
	z-index: 9;
	overflow-y: auto;
}

.sidebar {
	display: flex;
	gap: 20px;
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #E7E6E6;
}

.sidebar .accordion {
	border: none !important;
	--bs-accordion-border-color: none;
}

.accordion-item:first-of-type {
	border-radius: 0;
}

.accordion-body {
	padding: 0 10px 10px 20px !important;
}

.active-acc {
	background-color: rgba(251, 244, 228, 1) !important;
}

.active-accordion {
	background-color: rgba(251, 244, 228, 1) !important;
}

.accordion-button:not(.collapsed) {
	background-color: transparent !important;
	box-shadow: none;
}

.sidebar .accordion-button {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: rgba(84, 84, 84, 1) !important;
}

.accordion-item .active-acc {
	border-bottom: 1px solid #EDEDED;
}

.accordion-item.active-acc .accordion-button {
	border-bottom: none !important;
}

.accordion-button {
	border-bottom: 1px solid #EDEDED !important;
}

.accordion-button::after {
	display: none;
}

.accordion-item.active-acc .accordion-button::before {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.2s all ease-in-out;
}

.accordion-button {
	position: relative;
}

.accordion-button::before {
	content: '';
	background-image: url(../images/arrow-right.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 16px;
	height: 20px;
	right: 10px;
	top: 55%;
	transform: translateY(-50%);
	transition: 0.2s all ease-in-out;
}

.acc-item li a {
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 19.6px;
	font-family: "Inter", sans-serif;
	color: rgba(84, 84, 84, 1);
	display: block;
	width: 100%;
}

.acc-item li a.active {
	background-color: #FFF !important;
	color: rgba(22, 22, 22, 1);
}

.acc-item li a:hover {
	background-color: #F6F6F6;
}

.sidebar .accordion-button span {
	color: rgba(84, 84, 84, 1) !important;
	font-weight: 600;
}

.sidebar.active .accordion-button img {
	margin: 0 0 0 14px !important;
}

.sidebar.active .accordion-body {
	padding: 0 0 15px !important;
}

.sidebar.active .accordion-body .acc-item li a {
	font-size: 12px;
	padding: 6px 8px;
	text-align: center;
	line-height: 1.3;
}

.sidebar.active .hide-span {
	display: none;
}

.sidebar.active .accordion-button {
	text-align: center;
}

.search__div {
	background: #F4F4F4;
	border: 1px solid #E5E5E5;
	padding-left: 12px;
	border-radius: 8px;
	margin: 0 0 16px;
}

.sidebar.active .search__div input {
	display: none;
}

.sidebar.active .search__div {
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 11px;
}

.search__div input {
	background: transparent;
	border: none;
	width: 89%;
	padding: 11px 3px 11px 3px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	opacity: 1;
	color: #999999;
}

.inr-sidebar .nav {
	flex: 1;
}

.menu {
	width: 100%;
}

.menu ul {
	padding-bottom: 100px;
}

.menu ul li {
	position: relative;
	list-style: none;
	margin-bottom: 5px;
	width: 100%;
	display: block;
}

.menu ul li a {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #757575;
	text-decoration: none;
	padding: 12px 12px;
	border-radius: 8px;
	transition: all 0.3s;
	width: 100%;
}

.menu ul li a span {
	color: #4A4A4A;
}

.sidebar.active .menu ul li {
	width: 40px;
	margin: 0 auto;
}

.sidebar.active .menu ul li a {
	width: 40px;
}

.menu ul li a.active {
	background: #F9ECCE !important;
}

.menu ul li a.active span {
	color: #000;
}

.menu ul li>a:hover,
.menu ul li.active>a {
	color: #000;
	background-color: #f6f6f6;
}

.menu ul li .icon {
	font-size: 20px;
}

.menu ul li .text {
	flex: 1;
}

.menu ul li .arrow {
	font-size: 14px;
	transition: all 0.3s;
}

.menu ul li.active .arrow {
	transform: rotate(180deg);
}

.menu:not(:last-child) {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #f6f6f6;
}

.sidebar.active .menu-btn {
	transform: rotate(180deg);
	transition: 0.3s all ease-in-out;
	left: 35%;
}

.menu-btn {
	position: absolute;
	left: 50%;
	bottom: 3.5%;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #757575;
	border: 2px solid #f6f6f6;
	background-color: #fff;
	transform: translate(-50%);
	z-index: 50;
	transition: 0.3s all ease-in-out;
}

.menu-btn:hover i {
	color: #000;
}

.menu-btn i {
	transition: all 0.3s;
}

.sidebar.active {
	width: 92px;
}

.sidebar.active .menu-btn i {
	transform: rotate(180deg);
}

.sidebar.active .user-details {
	display: none;
}

.sidebar.active .menu .title {
	text-align: center;
}

.sidebar.active .menu ul li .arrow {
	display: none;
}

.sidebar.active .menu>ul>li>a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar.active .menu>ul>li>a .text {
	position: absolute;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	border-radius: 4px;
	color: #fff;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 1;
}

.sidebar.active .menu>ul>li>a .text::after {
	content: "";
	position: absolute;
	left: -5px;
	top: 20%;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background-color: #000;
	transform: rotate(45deg);
	z-index: -1;
}

.sidebar.active .menu>ul>li>a:hover .text {
	left: 50px;
	opacity: 1;
	visibility: visible;
}



/*main-right start here*/

.main-right {
	position: absolute;
	top: 60px;
	left: 180px;
	width: calc(100% - 180px);
	transition: all 0.5s ease;
	padding: 20px 20px;
	height: calc(100vh - 60px);
	overflow-y: scroll;
}

.sidebar.active~.main-right {
	left: 92px;
	width: calc(100% - 92px);
}


/*---offcanvas---*/

.demo-offcanvas {
	width: 320px !important;
}




/*
---------------------
Notification - Modal
---------------------
*/

.modal-notification .modal-dialog {
	max-width: 440px;
	background: #FFFFFF;
	/*! box-shadow: -30px 0px 59px 0px #00000026; */
	border-radius: 4px;
	margin: 70px 15px 0 auto;
	height: calc(100vh - 100px);
	box-shadow: 0px 5px 15px 0px #00000033;
}

.modal-backdrop.show {
	opacity: 0.2;
}

.modal-notification .modal-dialog .modal-content {
	border-radius: 4px;
	height: 100%;
	padding-bottom: 40px;
}

.modal-notification .modal-header {
	padding: 16px 16px;
	border-bottom: none;
}

/* .modal-notification .modal-title {
	font-size: 19px;
	font-weight: 600;
	line-height: 26.6px;
	color: var(--text-black4);
} */

.notification-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #1A1F36;
	font-family: 'Inter', sans-serif;
}

#message__select__btn {
	padding:  5px 5px !important;
	min-width: 70px;
	opacity: 0.5;
}

.message__select__ul {
	width: auto !important;
}

.mark_as_read_link {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #1A1F36;
}

.notification__message__link {
	border-bottom: 1px solid #E7E6E6;
	position: relative;
}

.notification__message__link:hover {
	background-color: #F9F9F9;
}

.notification__message__link > span.active__notification {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #90CDF4;
	border: 1px solid #4299E1;
	position: absolute;
	left: 8px;
	top: 3px;
}

.notification__text__div h3 {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #1A1F36;
	font-family: 'Inter', sans-serif;
}

.notification__text__div .blockquote__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	font-family: 'Inter', sans-serif;
	color: #1A1F36;
	padding-left: 8px;
	border-left: 4px solid #DDDEE1;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 8px 0;
}

.notification__text__div h3 strong {
	font-weight: 600;
}

.notification__text__div span {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 6px 0 0;
	color: #A5ACB8;
}

.notification__img__div > img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.notification__cuple__btn button {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #FFFFFF;
	border-radius: 6px;
	padding: 4px 8px;
}

.notification__cuple__btn button:first-child {
	background-color: #E95744;
}

.notification__cuple__btn button:nth-child(2) {
	border: 1px solid #DDDEE1;
	color: #3C4257;
}

.switch-dropdown ul {
	min-width: 256px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E7E6E6;
	padding: 8px;
	transform: translate(-176px, 36px) !important;
}

.switch2 span {
	top: 2px !important;
	right: 0px !important;
}

.modal-notification .modal-body {
	padding: 6px 16px;
}

.today__text {
	padding: 0 0 6px;
}

.today__text * {
	font-size: 14px;
	font-weight: 500;
	line-height: 18.2px;
}

.today__text h3 {
	color: var(--text-black2);
}

.today__text a {
	color: #C38400;
}

.notification-div>a {
	position: relative;
	border-bottom: 1px solid #E7E6E6;
}

.notification-div>a:hover {
	background: #f6f6f6;
}

.notification-div>a:hover .attachment-div2 {
	background: rgb(252, 242, 221);
	transition: 0.2s all ease-in-out;
}

.not-sms {
	padding: 12px 12px;
	transition: 0.2s all ease-in-out;
	border-radius: 4px;
}

.dot-spn {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #E4C481;
	border-radius: 50%;
	right: 12px;
	top: 28px;
	padding: 0;
}

.not-sms h4 {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: var(--text-black2);
}

.not-sms h4 span {
	color: var(--text-black4);
}

.not-sms p {
	font-size: 12px;
	font-weight: 400;
	line-height: 16.8px;
	color: var(--text-black2);
}

.not-sms p span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #4A4A4A;
	vertical-align: middle;
	margin: 0 6px;
}

.attachment-div {
	padding: 8px;
	border-radius: 4px;
	background: #FCF2DD;
	margin: 12px 0 0;
}

.attachment-div2 {
	background: #F5F5F5;
}

.pdng__cl {
	padding-left: 12px !important;
}

.attachment-div button {
	padding: 7px 12px;
	background: #E4C481;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18.2px;
	color: #FFF;
}

.star-rating {
	padding: 12px 12px;
}

.star-rating ul li {
	display: inline-block;
}

.star-rating ul li i {
	font-size: 21px;
	color: #B4B4B4;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
	margin: 0 8px 0 0;
}

.star-rating ul li i.i-bg {
	color: #FFAB00 !important;
}

.star-rating ul li i.i-bg-dark {
	color: #E7E6E6;
}

.star-rating ul li i:hover {
	color: #FFAB00;
}

.notification__message__fixed {
	color: #E4C481 !important;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	z-index: 5;
}




/*
---------------------
Priofile - Modal
---------------------
*/

.modal-profile .modal-dialog {
	max-width: 240px !important;
	background: #FFFFFF;
	box-shadow: -30px 0px 59px 0px #00000026;
	border-radius: 12px;
	margin: 70px 10px 0 auto;
}
/* 
.change_user_photo {
	margin: 70px 10px 0 auto !important;
} */

.modal-profile .modal-dialog .modal-content {
	padding: 12px;
	background-color: #F9ECCE;
}

.switch-body>* {
	font-size: 14px;
	font-weight: 500;
	line-height: 16.94px;
	color: #4A4A4A;
	padding: 9.5px 12px;
	border-radius: 8px;
	color: var(--text-black2);
	transition: 0.3s all ease-in-out;
	cursor: pointer;
	margin: 0 0 1px;
}

.switch-body>*:hover {
	background: #FFF8F8;
	color: var(--text-black4);
}

/* ---profile__picture_main_div--- */

.profile__body > * {
	background-color: #FFF;
}

.profile__picture_main_div {
	cursor: initial;
	background-color: transparent;
}

.main-upload-btn {
	position: absolute;
	bottom: -10px;
	right: -10px;
}

.main-upload-btn img {
	width: 28px;
	height: 28px;
}

.profile__picture_main_div:hover {
	background-color: transparent;
}

.profile__picture_main_div > div {
	width: 74px;
	height: 74px;
	margin: 0 auto 12px;
	padding: 0;
	position: relative;
	text-align: center;
}

.profile__picture_main_div > div > img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
}

.profile__picture_main_div .user-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #161616;
	margin: 12px 0 0;
	text-align: center;
}

.profile__body .slider {
	border: 2px solid #545454;
	background-color: transparent !important;
}

.profile__body .slider::before {
	background-color: transparent !important;
	border: 2px solid #545454;
	bottom:  1.2px !important;
	left: 2px !important;
}

/*---custom-switch---*/

.switch-body .switch {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.switch-body .switch input {
	display: none;
}

.switch-body .slider {
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 12px;
	bottom: 0;
	background: #E5E5E5;
	border-radius: 40px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 28px;
	height: 15px;
}

.switch-body .slider:before {
	position: absolute;
	content: "";
	height: 9px;
	width: 9px;
	background: #999999;
	border-radius: 50%;
	left: 4px;
	bottom: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.switch-body input:checked+.slider {
	background: #C38400;
}

.switch-body input:checked+.slider:before {
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	transform: translateX(11px);
	background: #FFF;
}



/*donut-chart*/


.donutTarget {
	display: inline-block;
	vertical-align: top;
}

.donut {
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0 15% 15% 0;
}

.donut::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 70%;
	height: 70%;
	background: white;
	border-radius: 50%;
	top: 15%;
	left: 15%;
}

.donut::after {
	content: "";
	display: block;
	width: 60%;
	height: 1%;
	border-radius: 50%;
	box-shadow: 0 0 1.5% 2% rgba(0, 0, 0, 0.1);
	margin: 110% auto;
}


.donutWrapper {
	width: 150px;
	height: 150px;
	margin: 16px auto;
	display: block;
	position: relative;
	overflow: hidden;
}


.legendWrapper {
	display: block;
	margin: 20px;
}

.chunk {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(50% 50%, 100% 0%, 0% 0%, 0% 100%);
	animation: makeDonut 1s;
}

.chunk span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	clip-path: polygon(50% 50%, 100% 0%, 0% 0%, 0% 100%);
}

.legend {
	list-style-type: none;
	padding: 0;
	width: 100%;
	font-size: 14px;
	color: #4A4A4A;
	float: left;
}

.legend li {
	width: 100%;
	height: 1.25em;
	margin-bottom: 1.7em;
	padding-left: 0.5em;
	border-left: 1.25em solid black;
}

.legend em {
	font-style: normal;
}

.legend span {
	float: right;
}



/* -----for lang select----- */

.lan-select-div {
	position: relative;
}

#myDiv {
	display: none;
	width: 200px;
	height: 100px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 10px;
}

.lan-select-div {
	margin-right: 12px;
}

.select-btn {
	font-size: 16px;
	font-weight: 500;
	padding: 7px 16px;
	background-color: rgb(246, 246, 246);
	width: 100%;
	text-align: start;
	border-radius: 8px;
	border: 1px solid rgb(237, 237, 237);
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	background-image: url(../images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	width: 125px;
}

.select-btn img {
	margin: 0 10px 0 0;
}

#hide-list img {
	margin-right: 7px;
}

.hide-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	box-shadow: -12px 12px 30px 0px #0000001A;
	padding: 5px;
	border-radius: 10px;
	position: absolute;
	width: 100%;
	top: 43px;
	display: none;
	z-index: 1;
}

.hide-ul li {
	cursor: pointer;
	font-size: 14px;
	padding: 8px 15px;
	background-color: transparent;
	transition: 0.2s all ease-in-out;
	border-radius: 5px;
	font-weight: 600;
}

.hide-ul li:hover {
	background-color: #E1E1E1;
}

.bar-icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background-color: rgb(246, 246, 246);
	border: 1px solid rgb(237, 237, 237);
}





/* 
----------------
right-head
----------------
*/

.filter-btn {
	font-size: 14px;
	font-weight: 600 !important;
	line-height: 19.6px;
	background-color: #FFCE5D;
	width: 130px;
	padding: 10px 0;
	border-radius: 8px;
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


.filter_btn_new {
	font-size: 14px;
	font-weight: 600 !important;
	line-height: 19.6px;
	background-color: #fff;
	width: 100px;
	padding: 10px 0;
	border-radius: 8px;
	color: #000;
	border: 1px solid #E5E5E5;
}

.filter-btn img {
	margin-right: 12px;
}


/* 
-------------
aed-card
-------------
*/

.aed-card2 {
	grid-template-columns: repeat(4, 1fr) !important;
}

.aed-card3 {
	grid-template-columns: repeat(3, 1fr) !important;
}

.sky-cloud-bg {
	background-color: #F6F6F6 !important;
}

.aed-card {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
	padding: 16px 0;
}

.aed-item {
	border: 1px solid #EDEDED;
	background-color: #FFF;
	padding: 12px;
	border-radius: 12px;
}



/* 
------------------
evaluation-trends
------------------
*/

.evaluation-trends {
	background-color: #FFF;
	border-radius: 16px;
}

.evaluation-head {
	padding: 12px;
	border: 1px solid #EDEDED;
	border-radius: 12px 12px 0 0;
	background-color: #FFF;
}

.edalucation-drp {
	position: relative;
}

.edalucation-drp #item-select1,
.edalucation-drp #item-select2 {
	width: 180px;
	border: 1px solid #EDEDED;
	background-color: transparent;
	height: 48px;
}

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

.fc-grid-item {
	border: 1px solid #EDEDED;
	border-radius: 16px;
	background-color: #FFF;
}

.fc-grid-head {
	padding: 12px 0;
}

.fc-grid-head>h3 {
	padding: 0 16px 12px;
	border-bottom: 1px solid #EDEDED;
}

.moment-picker .daterangepicker {
  top: 185px !important;
  left: auto !important;
  right: 32px !important;
}
.finance-inr-item {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	padding: 16px 0 0;
}

.finance-inr-item .aed-item {
	background-color: #F6F6F6;
	width: 228px;
}


/* multiple date */

.daterangepicker .calendar-table {
	background-color: #F5F5F6;
	border: none;
}

.daterangepicker .drp-calendar {
	background-color: #F5F5F6;
}

.daterangepicker th.month {
	width: auto;
	color: #000 !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	color: #0C111D;
	font-size: 0.75rem;
}


.daterangepicker td.available {
	background-color: #fff !important;
	border: 3px solid #F5F5F6;
	color: #FFCE5D !important;
	border-radius: 6px;
}


.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background-color: #F5F5F6 !important;
	border-color: transparent;
	color: #434751;
}

.daterangepicker td.in-range {
	background-color: #F9ECCE !important;
	border-color: transparent !important;
	color: #E59F00 !important;
	border-radius: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #FFCE5D !important;
	border-color: transparent !important;
	color: #0C111D !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #F9ECCE !important;
	border-color: transparent;
	color: #FFCE5D !important;
}


.daterangepicker {
	top: 185px !important;
	left: 200px !important;
}

.daterangepicker .drp-selected {
	display: none;
}

.daterangepicker.opensright::before {
	display: none;
}

.daterangepicker.opensright::after {
	display: none;
}

.applyBtn {
	background-color: #FFCE5D;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	padding: 12px 24px !important;
	border-radius: 8px;
	color: #161616;
	border: none
}


.cancelBtn {
	background-color: #CECFD2;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	padding: 12px 24px !important;
	border-radius: 8px;
	color: #161616;
	border: none
}




.multiple-input {
	padding: 28px 0 35px;
	border-bottom: 1px solid #E2E7F2;
}

.multiple-input .d-flex {
	justify-content: space-between;
}

.multiple-input .d-flex>div {
	padding-right: 0;
}



.inr-input1 {
	width: 15%;
}

.inr-input2 {
	width: 20%;
}

.inr-input3 {
	width: 25%;
}

.inr-input4 {
	width: 14%;
}

.inr-input5 {
	width: 11%;
}

.next-prev-btn button {
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	width: 150px;
	padding: 9px 0;
	border-radius: 12px;
	text-align: center;
}

.next-prev-btn button.prev {
	border: 1px solid #397FFB;
	background: #FFF;
	color: #397FFB;
}

.next-prev-btn button.prev:hover {
	background: #397FFB;
	color: #FFF;
}

.next-prev-btn button.prev i {
	margin: 0 9px 0 0;
}

.next-prev-btn button.next {
	border: 1px solid #397FFB;
	background: #397FFB;
	color: #FFF;
}

.next-prev-btn button.next:hover {
	background: #FFF;
	color: #397FFB;
}

.next-prev-btn button.next i {
	margin: 0 0 0 9px;
}

.sm__marg {
	padding: 10px 0 0;
	margin-bottom: -15px;
}


.upload__box {
	padding: 15px;
	text-align: center !important;
	width: 100%;
	border-radius: 14px;
	background-color: #f3f3f3;
	margin-bottom: 20px;
}

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

.upload__btn-box {
	height: 100px;
	width: 100%;
	margin: 16px 0 40px;
}

.upload__btn {
	width: 100%;
	height: 100%;
	color: #7A818D;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	position: relative;
	border-radius: 12px;
	border: 1px dashed #397FFB;
	background: #F9FBFF;
	display: flex;
	align-items: center;
	justify-content: center;
}




/* 
-------------------
financial-snapshot
-------------------
*/

.financial-snapshot {
	padding: 16px;
	border-radius: 16px;
	border: 1px solid #EDEDED;
	background-color: #FFF;
}


/* 
-----------------
paying-customers
-----------------
*/

.paying-customers {
	border: 1px solid #EDEDED;
	border-radius: 16px;
	background-color: #FFF;
	overflow: auto !important;
}

.paying-cm-details tbody tr:last-child {
	border: none;
}

.paying-cm-details th {
	text-transform: uppercase;
	width: 20%;
	min-width: 180px;
	background-color: #F6F6F6;
}

.paying-cm-details tr th:first-child {
	border-radius: 16px 0 0 0;
}

.paying-cm-details tr th:last-child {
	border-radius: 0 16px 0 0;
}

.paying-cm-details th:last-child {
	width: 10%;
	min-width: 120px;
}

.paying-cm-details tr {
	border-bottom: 1px solid #EDEDED;
}

.paying-cm-details tbody tr:last-child td:nth-child(1) {
  border: none;
  border-radius: 0 0 0px 16px;
}

.paying-cm-details tbody tr:last-child td:last-child {
  border: none;
  border-radius: 0 0 16px 0px;
}


.paying-cm-details tr:hover td {
	background-color: #F6F6F6;
	transition: 0.1s all ease-in-out;
}

.paying-cm-details th,
.paying-cm-details td {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	font-family: "Inter", sans-serif;
	height: 48px;
	padding: 0 12px;
	border-right: 1px solid #EDEDED;
	position: relative;
}

.paying-cm-details tr th:last-child,
.paying-cm-details tr td:last-child {
	border-right: 0;
}

.bank-details tr th {
	width: 85%;
	min-width: 230px;
}

.number_th {
	width: 37% !important;
	min-width: 200px !important;
}








/* 
========================
Finance.html
========================
*/

.finance-body .h3-text {
	font-weight: 600;
	font-family: "Inter", sans-serif;
}

.finance-body .h5-text {
	font-weight: 400;
}

.bdr-div {
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0 16px 16px;
}



/* 
-------------------
income-expense
-------------------
*/

.income-expense {
	display: grid;
	grid-template-columns: 0.75fr 0.25fr;
	gap: 20px;
}

.circle-chart-div2 {
	border-radius: 16px;
	border: 1px solid #EDEDED;
}

.circle-chart-div2 .evaluation-head {
	border-radius: 16px 16px 0 0;
}




/* 
---------------------
quotation-formula
---------------------
*/

.quotation-formula {
	display: flex;
	gap: 16px;
}

.quotation-formula>div {
	width: calc(50% - 10px);
}

.quotation-formula-table th:first-child {
	width: auto !important;
}

.quotation-formula-table th:last-child {
	width: auto !important;
}

.quotation-formula-table th {
	width: auto !important;
	min-width: 100px !important;
}

.quotation-formula-table2 th:first-child {
	min-width: 37% !important;
}





/* 
========================
Evaluation.html
========================
*/

.aed-card3 {
	grid-template-columns: repeat(3, 1fr);
}

.bank-table th {
	width: auto !important;
}

.bank-table th:first-child {
	width: 65% !important;
	min-width: auto !important;
}

.vechile-table th {
	min-width: 125px !important;
}



/* 
-------------------
analysis-trend
-------------------
*/

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







/* 
========================
user-overview.html
========================
*/

.user-overview-card {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.user-details-table th,
.user-details-table td {
	min-width: 100px;
}

.user-details-table td span,
.activity-summary-table td span {
	width: 78px;
	height: 32px;
	border-radius: 8px;
	text-align: center;
	font-weight: 600;
	padding: 7px 0;
}

.activity-summary-table td span {
	padding: 7px 12px;
	width: auto !important;
}

.user-details-table td span.inactive,
.activity-summary-table td span.inactive {
	background-color: #FFDFDF;
	color: #FF0000;
}

.user-details-table td span.active,
.activity-summary-table td span.active {
	background-color: #C6FFC4;
	color: #15A108;
	width: 68px;
}

.user-details-table th {
	width: auto !important;
	min-width: auto !important;
}

.user-details-table tr th:first-child {
	width: 65px !important;
	min-width: 88px !important;
}

.user-details-table tr th:nth-child(2) {
	/*! width: 4% !important; */
	min-width: 115px !important;
}

.user-details-table tr th:nth-child(5) {
	width: 11% !important;
}

.user-details-table tr th:nth-child(6) {
	/*! width: 18% !important; */
}

.user-details-table tr th:last-child {
	min-width: 100px !important;
	width: 100px !important;
}

.user-details-table th,
.user-details-table td,
.user-details-table td a {
	font-weight: 500;
	font-family: "Inter", sans-serif;
}

.link-drp {
	border: 1px solid #EDEDED;
	background-color: #FFF;
	border-radius: 8px;
	padding: 4px;
	width: 245px;
}

.link-drp li a {
	padding: 8px 12px !important;
	border-radius: 8px;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 19.6px;
	font-family: "Inter", sans-serif;
}

.link-drp li a img {
	transition: 0.3s all ease-in-out;
}

.link-drp li a:hover,
.link-drp li a:focus,
.link-drp li a:active,
.hide-ul2 li:hover {
	background-color: #FBF4E4;
	color: #E59F00;
}

.link-drp li a:hover img,
.link-drp li a:focus img,
.link-drp li a:active img {
	filter: invert(59%) sepia(63%) saturate(1082%) hue-rotate(6deg) brightness(96%) contrast(101%);
	transition: 0.3s all ease-in-out;
}


/* 
========================
add-user.html
========================
*/

/* 
--------------------
user-info-area
--------------------
*/

.user-info-area {
	padding: 20px 0 0;
}

.person-details {
	background-color: #FFF;
	border: 1px solid #EDEDED;
	border-radius: 12px;
	padding-top: 10px;
}

.person-details>img {
	border-radius: 12px 12px 0 0;
}

.profile-bg {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background-color: #F9ECCE;
	border-radius: 50%;
	border: 7px solid #FFF;
	position: relative;
}

.profile-bg>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.upload-btn {
	position: absolute;
	right: -9px;
	bottom: -10px;
	padding: 0;
}

.person-name {
	padding: 8px 0 16px;
	border-bottom: 1px solid #EDEDED;
}

.person-name p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	margin: 4px 0 0;
	color: #000000;
}

.personal-info {
	padding: 16px;
}

.personal-info table tr td {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	padding: 12px 0 0;
	color: #000000;
}

.personal-info table tr td:last-child {
	font-weight: 600;
}

.step-form-area {
	background-color: #FFF;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #EDEDED;
	height: 100%;
}

.col-pdng {
	padding-left: 20px;
}

.custom__switch__body label {
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #161616;
	margin: 0 0 16px;
}

.custom__switch__body label:hover {
	background-color: transparent;
}

.custom__switch__body .slider {
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.custom__switch__body .slider {
	width: 36px;
	height: 20px;
}

.custom__switch__body input:checked+.slider::before {
	transform: translateX(16px);
}

.custom__switch__body .slider::before {
	width: 12px;
	height: 12px;
	top: 4px;
}

.qr-code-content>h2 {
	margin: 24px 0 8px;
}

.qr-code-img {
	padding: 24px 0;
}

/* for copy to clipboard */

.copy-input .tooltip {
	position: relative;
	display: inline-block;
	opacity: 1;
}

.copy-input .tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
}

.copy-input .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	z-index: 1;
}

.copy-input .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.copy-input .tooltip button {
	position: absolute;
	right: 19px;
	top: -16px;
	padding: 0;
	opacity: 1;
}

.step-form-area #heading {
	text-transform: uppercase;
	color: #673AB7;
	font-weight: normal
}

.step-form-area #msform {
	text-align: center;
	position: relative;
	height: 100%;
}

.step-form-area #msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: initial !important;
}

.step-form-area .form-card input::placeholder {
	color: #B5B5B5;
}

.step-form-area .form-card input {
	color: #161616 !important;
}

.step-form-area .form-card {
	text-align: left;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

.step-form-area #msform input,
.step-form-area #msform textarea,
.step-form-area .custom__select {
	padding: 13px 16px;
	border: 1px solid #EDEDED;
	border-radius: 0px;
	margin-bottom: 16px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	background-color: #F6F6F6;
	border-radius: 8px;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	color: #B5B5B5;
}

.step-form-area #msform .action-button {
	width: 100px;
	background: #FFCE5D;
	font-weight: bold;
	border: 0 none;
	cursor: pointer;
	float: right
}

.step-form-area #msform .action-button-previous {
	width: 100px;
	font-weight: bold;
	color: white;
	padding: 10px 5px;
	float: left;
}

.step-form-area .card {
	z-index: 0;
	border: none;
	position: relative;
	height: 100%;
}

.step-form-area .fs-title {
	font-size: 25px;
	color: #673AB7;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left
}

.step-form-area .purple-text {
	color: #673AB7;
	font-weight: normal
}

.step-form-area .steps {
	font-size: 25px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right
}

.step-form-area .fieldlabels {
	color: gray;
	text-align: left;
}

.step-form-area #progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
	display: flex;
	border-bottom: 1px solid #EDEDED;
}

.step-form-area #progressbar .active strong,
.step-form-area #progressbar .active i {
	color: #E59F00 !important;
}

.step-form-area #progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 33.33%;
	float: left;
	position: relative;
	font-weight: 400;
	padding: 0 0 10px;
}

.step-form-area #progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px
}

.step-form-area #progressbar li.active {
	border-bottom: 2px solid #FFCE5D;
}

.step-form-area .progress-bar {
	background-color: #673AB7
}

.step-form-area .fit-image {
	width: 100%;
	object-fit: cover
}

.step-form-area #progressbar strong {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #161616;
}

.click-input {
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 19.6px !important;
	color: #161616 !important;
	height: 40px !important;
	padding: 0 !important;
	width: 49% !important;
	position: absolute;
	bottom: 0;
	margin: 0 !important;
}

.click-input1 {
	left: 0;
}

.click-input2 {
	right: 0;
}

.custom__select1 {
	background-position: 98% center;
	color: #161616 !important;
}



/* otp - code */

.otp-input-fields {
	margin: 24px auto 0;
	max-width: 425px;
	width: auto;
	display: flex;
	justify-content: center;
	gap: 12px;
}

.otp-input-fields input {
	height: 56px;
	width: 60px !important;
	background-color: transparent !important;
	border-radius: 8px !important;
	border: 1px solid #B5B5B5 !important;
	text-align: center;
	outline: none;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 28px !important;
	color: #161616 !important;
	margin: 0 !important;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.otp-input-fields input[type=number] {
	appearance: textfield;
	-moz-appearance: textfield;
}

.otp-input-fields input:focus {
	border-width: 2px;
	border-color: #287a1a;
	font-size: 20px;
}

.result {
	max-width: 400px;
	margin: auto;
	padding: 24px;
	text-align: center;
}

.result p {
	font-size: 24px;
	font-family: "Antonio", sans-serif;
	opacity: 1;
	transition: color 0.5s ease;
}

.result p._ok {
	color: green;
}

.result p._notok {
	color: red;
	border-radius: 3px;
}







/* 
========================
user-role.html
========================
*/

.user-role-table tr th {
	width: auto !important;
	min-width: 160px !important;
}




/* 
========================
user-activity.html
========================
*/

.user-activity-table tr {
	z-index: 1;
}

.user-activity-table tr:has(td:first-child input:checked),
.customers-table tr:has(td:first-child input:checked) {
	background-color: #F6F6F6;
}

.user-activity-table tr th {
	width: auto !important;
	min-width: 150px !important;
}

.user-activity-table tr th:nth-child(2) {
	width: auto !important;
	min-width: auto !important;
}

.user-activity-table tr th:nth-child(4),
.user-activity-table tr th:nth-child(5) {
	width: auto !important;
	min-width: auto !important;
}

.checkbox-td input {
	width: 0;
	height: 0;
	display: initial;
	opacity: 0;
}

.checkbox-td label {
	position: absolute;
	width: 100%;
	height: 99%;
	left: 0;
	bottom: 1px;
	z-index: 0;
}

.checkbox-td label::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #434751;
	border-radius: 3px;
	left: 25px;
	top: 16px;
	z-index: 1;
}

.checkbox-td input:checked+label::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 28px;
	top: 15px;
	font-size: 13px;
	z-index: 2;
}

.pagination-area>h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 22.4px;
	color: #171616;
}

.pagination-ul li a {
	width: 36px;
	height: 36px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #EDEDED;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #444242;
	font-family: "Inter", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination-ul li.active {
	border: 0px solid #E59F00;
	background-color: #F9ECCE;
	color: #E59F00;
}

#user-activity-edit-table tr th:first-child,
#user-activity-edit-table tr td:first-child {
	width: 66px !important;
	min-width: 66px !important;
}

#user-activity-edit-table tr th:nth-child(3),
#user-activity-edit-table tr td:nth-child(3) {
	width: 100px !important;
	min-width: 100px;
}

#activity-summary-table-id tr th {
	width: auto !important;
	min-width: 100px !important;
}

#activity-summary-table-id tr th:nth-child(1),
#activity-summary-table-id tr th:nth-child(3),
#activity-summary-table-id tr th:nth-child(4),
#activity-summary-table-id tr th:nth-child(6) {
	min-width: 160px !important;
}

#activity-summary-table-id tr th:nth-child(5) {
	min-width: 300px !important;
	width: 40% !important;
}






/* 
========================
access-permission.html
========================
*/

.permission__dash .dash-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #0B0B0B;
	width: 100%;
	text-align: start;
}

.permission__dash .dash-text img {
	float: right;
}

.dash-div {
	border: 1px solid #EDEDED;
	background-color: #FFF;
	border-radius: 8px;
	display: flex;
	margin: 12px 0 0;
}

.dash-div>div {
	width: 33.33%;
}

.dash-content h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #0B0B0B;
	font-family: "Inter", sans-serif;
	padding: 14px 12px;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	height: 48px;
}

.dash-content>div {
	height: 48px;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}

.dash-content2>* {
	border-right: none !important;
}

.check-div {
	position: relative;
}

.check-div input {
	opacity: 0;
	width: initial;
	height: initial;
}

.check-div input:checked+label::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 1px;
	top: -2px;
	font-size: 13px;
	color: #434751;
}

.check-div label {
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #434751;
	border-radius: 3px;
	left: 14px;
	top: 16px;
}




/* 
========================
customer-overview.html
========================
*/

#customers-table-id tr th:first-child,
#customers-table-id tr td:first-child {
	width: 65px !important;
	min-width: 48px !important;
}




/* 
========================
customer-overview2.html
========================
*/

.customer-company-area {
	margin: 20px 0 0;
}

.customer-company-grid {
	display: grid;
	grid-template-columns: 370px calc((100% - 370px) - 20px);
	gap: 20px;
}

.bg-bdr-round-pdng {
	background-color: #FFF;
	border: 1px solid #EDEDED;
	border-radius: 12px;
	padding: 16px;
}

.input-design {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 19.6px !important;
	letter-spacing: -0.02em;
	padding: 14px 16px;
	background-color: #F6F6F6;
	border: 1px solid #EDEDED;
	color: #545454 !important;
	border-radius: 8px;
	display: block;
	width: 100%;
	margin: 16px 0 0;
	font-family: "Inter", sans-serif !important;
}

.input-design::placeholder {
	color: #B5B5B5 !important;
	opacity: 1;
}

.dark-placeholder::placeholder {
	color: #161616 !important;
	opacity: 1;
}

.input-design:focus {
	border: 1px solid #EDEDED;
}

.input-design::placeholder {
	color: #B5B5B5;
}

.cancel-save-btn {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #161616;
	border-radius: 8px;
	padding: 10px 0;
	text-align: center;
}

.cancel-btn {
	background-color: #F6F6F6;
}

.save-btn {
	background-color: #FFCE5D;
}

.company-card h3 {
	margin: 8px 0 4px;
}

#evaluation-placed-table tr th:last-child {
	min-width: 95px !important;
	width: 95px !important;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.form-grid2 {
	grid-template-columns: repeat(3, 1fr);
}

.form-grid input {
	margin: 0;
}

.company-switch label span {
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #B5B5B5;
}

.company-switch label span.black-text {
	color: #161616;
}

.company-switch label:hover {
	background-color: transparent;
}

.company-switch label span.slider {
	width: 36px;
	height: 20px;
	background-color: #B5B5B5;
	position: relative;
	top: 6px;
	right: 0;
	margin: 0 8px;
}

.company-switch label span.slider::before {
	background-color: #FFF;
	width: 12px;
	height: 12px;
	top: 4px;
}


.company-switch input:checked+.slider::before {
	transform: translateX(17px);
}





/* 
========================
make(vehicle).html
========================
*/

#vehicle-make-table tr th {
	background-color: #F6F6F6;
}

#vehicle-make-table tr th:first-child {
	border-radius: 16px 0 0 0;
}

#vehicle-make-table tr th:last-child {
	border-radius: 0 16px 0 0;
}

#vehicle-make-table tr th,
#vehicle-make-table tr td {
	min-width: auto !important;
	width: auto !important;
}

#vehicle-make-table tr th:nth-child(1),
#vehicle-make-table tr td:nth-child(1) {
	min-width: 65px !important;
	width: 65px !important;
}
#vehicle-make-table tr th, #vehicle-make-table tr td {
    min-width: auto !important;
    width: auto !important;
}

#vehicle-make-table tr th:last-child,
#vehicle-make-table tr td:last-child {
	min-width: 100px !important;
	width: 115px !important;
	height: 52px;
}

.active-inactive-switch label {
	position: relative;
	display: flex !important;
	align-items: center;
}

.active-inactive-switch label .slider {
	position: relative;
	top: 2px;
	left: -10px;
	background: #B5B5B5;
	width: 17px;
	height: 10px;
	padding: 0;
}

.active-inactive-switch label .slider::before {
	width: 5px;
	height: 5px;
	top: 2.5px;
	left: 3px;
	background: #545454;
}

.active-inactive-switch input:checked+.slider::before {
	background-color: #000000;
}

.active-inactive-switch input:checked+.slider {
	background-color: #FFCE5D;
}

.active-inactive-switch input:checked+.slider::before {
	transform: translateX(6px);
}

.active-inactive-switch label:hover {
	background-color: transparent;
}



/* ---AddMakeModal--- */

.max-w-sm {
	max-width: 560px;
	padding: 15px;
}

.max-w-xs {
	max-width: 400px;
	padding: 15px;
}

.max-w-sm2 {
	max-width: 470px;
	padding: 15px;
}

.modal-bg-bdr-round {
	background-color: #FFF;
	border: 1px solid #EDEDED;
	border-radius: 12px;
}

.border-ed {
	border: 1px solid #EDEDED;
}

.border-t-ed {
	border-top: 1px solid #EDEDED !important;
}

.border-b-ed {
	border-bottom: 1px solid #EDEDED !important;
}

.cancel__save__btn {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	border-radius: 8px;
	padding: 10px 0;
	width: 112px;
}

.modal__cancel__btn {
	background-color: #F9ECCE;
	margin-right: 10px;
}

.modal__save__btn {
	background-color: #FFCE5D;
}





/* 
========================
model(vehicle).html
========================
*/

#vehicle-make-table.vehicle-make-table-class tr th:nth-child(2),
#vehicle-make-table.vehicle-make-table-class tr td:nth-child(2) {
	min-width: 130px !important;
	width: 38% !important;
}

#vehicle-make-table.vehicle-make-table-class tr th:nth-child(3),
#vehicle-make-table.vehicle-make-table-class tr td:nth-child(3) {
	min-width: 130px !important;
	width: 38% !important;
}




/* 
========================
trim(vehicle).html
========================
*/

#vehicle-make-table.vehicle-make-table-class2 tr th:nth-child(2),
#vehicle-make-table.vehicle-make-table-class2 tr td:nth-child(2) {
	min-width: 180px !important;
	width: 25% !important;
}

#vehicle-make-table.vehicle-make-table-class2 tr th:nth-child(3),
#vehicle-make-table.vehicle-make-table-class2 tr td:nth-child(3) {
	min-width: 180px !important;
	width: 25% !important;
}

#vehicle-make-table.vehicle-make-table-class2 tr th:nth-child(4),
#vehicle-make-table.vehicle-make-table-class2 tr td:nth-child(4) {
	min-width: 180px !important;
	width: 25% !important;
}





/* 
========================
evaluation-overview.html
========================
*/

#evaluation-details-table tr th,
#evaluation-details-table tr td {
	font-weight: 600;
	width: auto !important;
	min-width: auto !important;
}

#evaluation-details-table tr th:first-child,
#evaluation-details-table tr td:first-child {
	width: 65px !important;
	min-width: 65px !important;
}

#evaluation-details-table tr th:last-child,
#evaluation-details-table tr td:last-child {
	width: 115px !important;
	min-width: 100px !important;
}

#evaluation-details-table tr th:nth-child(8),
#evaluation-details-table tr td:nth-child(8) {
	/*! width: 19% !important; */
}

#evaluation-details-table tr th:nth-child(8) span,
#evaluation-details-table tr td:nth-child(8) span {
	color: #0B0B0B;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: start;
}

.select-bdr {
	border: 1px solid #EDEDED;
	border-radius: 8px;
	background-color: #FFF;
	padding: 14px 48px 14px 16px;
	background-position: 90% center;
}

.date__btn {
	background-image: url(../images/date.svg);
}

.bar__btn {
	background-color: #FFF;
	border-radius: 8px;
	padding: 4px;
}

.bar__btn .link__btn {
	border-radius: 8px;
	width: 32px;
	height: 32px;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.bar__btn .link__btn.active {
	background-color: #F9ECCE;
}

.evaluation-cart-area {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 20px 0 0;
}

.main__card__item .evaluation-cart-area {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.main__card__item .evaluation-cart-area>div {
	width: calc(25% - 12px);
}

.evaluation-cart-item {
	border-radius: 12px;
	background-color: #FFF;
	border: 1px solid #EDEDED;
}

.evaluation-cart-img {
	position: relative;
}

.evaluation-cart-img img {
	border-radius: 12px 12px 0 0;
	width: 100%;
}

.evaluation-cart-img .pson-text {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	color: #161616;
	padding: 6px 10px;
	border-radius: 8px;
	background-color: #F9ECCE;
}

.evaluation-cart-content {
	padding: 12px;
}

.evaluation-cart-content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	color: #161616;
	min-width: 106px;
	position: relative;
}

.evaluation-cart-content p:first-child::after {
	content: '';
	position: absolute;
	height: 12px;
	width: 1px;
	background-color: #EDEDED;
	right: -7px;
	top: 50%;
	transform: translateY(-50%);
}

.evaluation-cart-content p.after-none::after {
	display: none;
}

.edit-approve-div {
	padding: 12px;
	border-top: 1px solid #EDEDED;
}

.edit-aprove-btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	padding: 8px;
	border-radius: 8px;
	color: #000;
}

.edit-aprove-btn i {
	position: relative;
}

.edit-aprove-btn i::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 24px;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #00000033;
}

.edit-btn {
	background-color: #F9ECCE;
}

.aprove-btn {
	background-color: #FFCE5D;
}

.edit-aprove-btn.active {
	background-color: #C6FFC4;
	color: #15A108;
}

@media (min-width: 1200px) {
	.eval__input {
		width: 120px;
	}
}






/* 
========================
evaluation-details.html
========================
*/

.ev__details__head {
	padding: 16px 16px;
	border-bottom: 1px solid #EDEDED;
}

.ev__details__body {
	padding: 16px;
}

.label-design {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #000000;
	margin: 0 0 8px;
}

.input-design2 {
	padding: 8px 16px;
	margin: 0;
}

#datepicker,
#datepicker1,
#datepicker2,
#datepicker3 {
	background-image: url(../images/date2.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
	cursor: pointer;
}

.company__details__body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.vehicle__details__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}


/* ---for custom date---- */

#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}

.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}

.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}

.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
	background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}

.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}

.ui-datepicker-header a>span {
	display: none;
}

.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}




.w-34 {
	width: 38% !important;
}

.w-35 {
	width: 48% !important;
}

.fig__p {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #000000;
	margin: 12px 0 0;
}

.images__body {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.document_image_blk .images__body {
	grid-template-columns: repeat(4, 1fr);
}

.body__inspection__body {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.body__inspection__body2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.body__inspection__body____2 {
	grid-template-columns: repeat(5, 1fr);
}

.body__inspection__body .input-design {
	background-position: 95% center;
}

.cuple-btn-div {
	border-top: 1px solid #EDEDED;
}



/* 
========================
evaluation-details.html
========================
*/

#evaluation-details-table.evaluation-details-table-class tr th,
#evaluation-details-table.evaluation-details-table-class tr td {
	width: auto !important;
	min-width: auto !important;
}

#evaluation-details-table.evaluation-details-table-class tr th:first-child,
#evaluation-details-table.evaluation-details-table-class tr td:first-child {
	width: 65px !important;
	min-width: 65px !important;
}

.evaluation-details-table-class .wdt-fixed {
	max-width: 100px !important;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#evaluation-details-table tr th.max-wd-125,
#evaluation-details-table tr td.max-wd-125 {
	min-width: 125px !important;
	width: auto !important;
}


#create-evaluation-id #msform {
	text-align: center;
	position: relative;
	margin-top: 20px
}

#create-evaluation-id #msform fieldset {
	position: relative;
}

#create-evaluation-id .form-card {
	text-align: left
}

#create-evaluation-id #msform fieldset:not(:first-of-type) {
	display: none
}

#create-evaluation-id #msform .action-button {
	width: 170px;
	border: none;
}

#create-evaluation-id #msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px 10px 0px;
	float: right
}

#create-evaluation-id #msform .action-button-previous:hover,
#create-evaluation-id #msform .action-button-previous:focus {
	background-color: #000000
}

#create-evaluation-id .card {
	z-index: 0;
	border: none;
	position: relative;
	background: transparent;
}

#create-evaluation-id .fs-title {
	font-size: 25px;
	color: #673AB7;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left
}

#create-evaluation-id .purple-text {
	color: #673AB7;
	font-weight: normal
}

#create-evaluation-id .steps {
	font-size: 25px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right
}

#create-evaluation-id .fieldlabels {
	color: gray;
	text-align: left
}

#create-evaluation-id #progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
	/* max-width: 857px; */
	margin: 0 auto 24px;
	display: flex;
	padding: 29px 0 0 !important; 
	justify-content: center;
}

#create-evaluation-id #progressbar .active {
	color: #161616;
}

#create-evaluation-id #progressbar .active.current {
	color: #545454;
}

#create-evaluation-id #progressbar .active.current::before {
	content: '\f00c';
	background: #FFCE5D;
	font-family: 'FontAwesome';
	line-height: 1.3;
	font-weight: 900;
	font-size: 12px;
	color: #000000;
}

#create-evaluation-id #progressbar .active.current::after {
	background: #FFCE5D;
}

#create-evaluation-id #progressbar li {
	position: relative;
	font-size: 13px;
	font-weight: 500;
	line-height: 19.6px;
	color: #545454;
	padding: 0 10px;
	cursor: pointer;
}

#create-evaluation-id #progressbar li:last-child::after {
	display: none;
}

#create-evaluation-id #progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #D0D0D0;
	position: absolute;
	left: 53%;
	z-index: -1;
	top: -18px;
	width: 112%;
}

#create-evaluation-id #progressbar li::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #D0D0D0;
	left: 50%;
	transform: translateX(-50%);
	top: -28px;
}

#create-evaluation-id #progressbar li.active:before {
	background: #FFF;
	border: 3px solid #FFCE5D;
}


#create-evaluation-id .fit-image {
	width: 100%;
	object-fit: cover
}

.pson-switch {
	position: absolute;
	right: 10px;
	top: 5px;
}

.pson-switch input:checked+.slider {
	background-color: #E59F00;
}


.form-grid__2 {
	grid-template-columns: repeat(3, 1fr);
}

.step__form__document__head h5 {
	margin: 10px 0 5px;
}

.step__form__document__head p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	color: #545454;
}

.step__form__document__head p span {
	font-weight: 700;
	color: #E59F00;
}

.upload__file__div {
	position: relative;
	border: 1px dashed #B5B5B5;
	border-radius: 8px;
	background-color: #F6F6F6;
	padding: 45px 0;
}

.upload__file__div input[type='file'] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

.cloud-upload-body h3:nth-child(2) {
	color: #161616;
	margin: 14px 0;
}

.cloud-upload-body h3:last-child {
	color: #E59F00;
}

.set__image img {
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.set__image {
	position: relative;
}

.upload__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 8px;
	background-color: #00000099;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.upload__overlay p {
	font-size: 14px;
	font-weight: 700;
	line-height: 16.44px;
	color: #FFFFFF !important;
	margin: 5px 0 0;
}

.p-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	color: #545454;
}

.bg__div {
	background-color: #F9ECCE;
	border-top: 1px solid #EDEDED;
	padding: 12px;
	border-radius: 0 0 12px 12px;
}

.bar__btn__2 {
	background-color: #F6F6F6;
	border-radius: 8px;
	padding: 8px 12px;
}

.bar__btn__2 button {
	background-color: transparent;
	padding: 0;
}

.bar__btn__2 button.active {
	background-color: transparent !important;
	padding: 0;
}

.bar__btn__2 button.active img {
	filter: invert(59%) sepia(63%) saturate(1082%) hue-rotate(6deg) brightness(96%) contrast(101%);
}

.price__div__2 {
	padding-bottom: 90px !important;
	margin-bottom: -80px;
}

.body__scratch__grid {
	grid-template-columns: repeat(4, 1fr);
}








/* 
========================
pricing.html
========================
*/

#vehicle-make-table.pricing-table-class tr th:first-child,
#vehicle-make-table.pricing-table-class tr td:first-child {
	width: 65px !important;
	min-width: 65px !important;
}

#vehicle-make-table.pricing-table-class tr th,
#vehicle-make-table.pricing-table-class tr td {
	width: 180px !important;
	min-width: 180px !important;
}

#vehicle-make-table.pricing-table-class tr th:last-child,
#vehicle-make-table.pricing-table-class tr td:last-child {
	width: 115px !important;
	min-width: 100px !important;
}





/* 
========================
quotation.html
========================
*/

#vehicle-make-table2.pricing-table-class2 tr th:first-child,
#vehicle-make-table2.pricing-table-class2 tr td:first-child {
	width: 65px !important;
	min-width: 65px !important;
}

#vehicle-make-table2.pricing-table-class2 tr th,
#vehicle-make-table2.pricing-table-class2 tr td {
	width: 140px !important;
	min-width: 140px !important;
}

#vehicle-make-table2.pricing-table-class2 tr th:nth-child(8),
#vehicle-make-table2.pricing-table-class2 tr td:nth-child(8) {
	width: 115px !important;
	min-width: 115px !important;
}

#vehicle-make-table2.pricing-table-class2 tr th:last-child,
#vehicle-make-table2.pricing-table-class2 tr td:last-child {
	width: 100px !important;
	min-width: 100px !important;
}







/* 
========================
create-quotation.html
========================
*/

#descriptions__table__area tr:hover,
#descriptions__table__area2 tr:hover {
	background-color: transparent;
}

#descriptions__table__area tr th,
#descriptions__table__area tr td,
#descriptions__table__area2 tr th,
#descriptions__table__area2 tr td {
	padding: 10px !important;
}

#descriptions__table__area tr th {
	min-width: 160px !important;
}

#descriptions__table__area tr th:nth-child(4) {
	min-width: 240px !important;
	width: 40% !important;
}

#descriptions__table__area tr th:nth-child(5) {
	min-width: 190px !important;
}

#descriptions__table__area tr th:nth-child(6) {
	min-width: 105px !important;
}

#descriptions__table__area tr th:last-child {
	min-width: 90px !important;
}

.input-design__2 {
	padding: 13px 16px;
}

#descriptions__table__area2 th {
	width: auto !important;
	min-width: 170px !important;
}





/* 
=========================
new-customer-company.html
=========================
*/

.form-grid-customer-company {
	grid-template-columns: repeat(3, 1fr);
}

.new-cstmr-switch label span.slider {
	background-color: #D0D0D0;
}

.new-cstmr-switch input:checked+.slider {
	background-color: #E59F00;
}



/* 
=========================
quatation-preview.html
=========================
*/

.quatation-bg {
	background-color: #000000;
}

.quatation-preview-img img {
	max-width: 100%;
	padding: 16px 20px;
}



/* 
=========================
tax-invoice.html
=========================
*/

.date__btn__2 {
	background-position: 90% center !important;
	background-image: url(../images/calender-md.svg) !important;
	background-repeat: no-repeat;
}

.date__btn__2::placeholder {
	color: #161616 !important;
}

.date__label {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
}

#vehicle-make-table3.vehicle-make-table-class__3 th:first-child,
#vehicle-make-table3.vehicle-make-table-class__3 td:first-child {
	min-width: 65px !important;
	width: 65px !important;
}

#vehicle-make-table3.vehicle-make-table-class__3 th,
#vehicle-make-table3.vehicle-make-table-class__3 td {
	min-width: 120px !important;
	width: 120px !important;
	padding: 0 8px;
}

#vehicle-make-table3.vehicle-make-table-class__3 th:nth-child(10),
#vehicle-make-table3.vehicle-make-table-class__3 td:nth-child(10) {
	min-width: 80px !important;
	width: 80px !important;
}

#vehicle-make-table3.vehicle-make-table-class__3 th:last-child,
#vehicle-make-table3.vehicle-make-table-class__3 td:last-child {
	min-width: 88px !important;
	width: 88px !important;
	margin: 0 auto;
}




/* 
=========================
receipt.html
=========================
*/

#receipt-table-id th:first-child,
#receipt-table-id td:first-child {
	width: 65px !important;
	min-width: 65px !important;
}

#receipt-table-id th,
#receipt-table-id td {
	width: auto !important;
	min-width: 150px !important;
}

#receipt-table-id th:last-child,
#receipt-table-id td:last-child {
	width: 105px !important;
	min-width: 105px !important;
}

#receipt-table-id.receipt-table-id-class tr th:last-child,
#receipt-table-id.receipt-table-id-class tr td:last-child {
	width: auto !important;
	min-width: 150px !important;
}






/* 
=========================
report.html
=========================
*/

.report-checkbox-table table td {
	position: relative;
	width: 50%;
	margin: 0 0 16px;
}

.checkbox-td input:checked+label::after,
.check-div input:checked+label::after {
	background-color: #FFCE5D;
}

.checkbox-td input:checked+label::after,
.check-div input:checked+label::after {
	border: 2px solid #FFCE5D;
}

.checkbox-td__2 label {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #161616;
	padding-left: 32px;
	display: flex;
	align-items: center;
}

.checkbox-td__2 label::after {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.checkbox-td__2 input:checked+label::before {
	left: 2.5px;
	top: 50%;
	transform: translateY(-50%);
}

#report-results-table tr th {
	width: auto !important;
	min-width: auto !important;
}






/* 
=========================
currency.html
=========================
*/

#currency-table-id tr th:first-child {
	width: 80% !important;
}

#currency-table-id2 tr th:nth-child(3) {
	width: 80% !important;
}

#currency-table-id-3 thead tr th:nth-child(4) {
	width: 2% !important;
	min-width: 95px !important;
}

#currency-table-id-3 thead tr th:nth-child(5) {
	width: 2% !important;
	min-width: 95px !important;
}

#currency-table-id-3.currency-table-class tr th:first-child {
	width: 12% !important;
	min-width: 80px !important;
}

#currency-table-id-3.currency-table-class tr th:last-child {
	width: 24% !important;
	min-width: 170px !important;
}








/* 
=======================
API.html
=======================
*/


/* ------verticle-tabs-------- */

.verticle-tabs-area {
	position: relative;
}

.verticle-tabs-area .tab a,
.verticle-tabs-area .tab2 a {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #545454;
	padding: 10px 16px;
	border-radius: 8px;
	font-family: "Inter", sans-serif !important;
	display: block;
	width: 100%;
}

.verticle-tabs-area .tab.active a,
.verticle-tabs-area .tab2.active a {
	background-color: #FBF4E4;
	font-weight: 600;
	color: #161616;
}

.verticle-tabs-area .tab-content {
	background: transparent;
}

@media (min-width: 992px) {
	.verticle-tabs-area .tab-content {
		position: absolute;
		top: 0;
		right: 0;
		width: calc((100% - 175px) - 16px);
		overflow-y: auto;
		height: 100vh;
	}

	.verticle-tabs-area .tabs-container {
		/* min-height: 100vh; */
		background: #FFF;
		width: 175px;
		padding: 10px;
		border-radius: 12px;
		border: 1px solid #EDEDED;
	}

	.security-tabs-area .tabs-container {
		width: 215px
	}

	.security-tabs-area .tab-content {
		width: calc((100% - 215px) - 16px);
	}
}

.copy___btn {
	position: absolute !important;
	right: 13px !important;
	top: -37px !important;
}


/* ----Overview---- */

.access-list-ul {
	list-style-type: disc;
	padding-left: 15px;
}

.yellow-span {
	color: #E59F00 !important;
}



/* -----Api----- */

#api-table-id tr th {
	width: auto !important;
	min-width: 100px !important;
}

#api-table-id tr th.w-80 {
	width: 70px !important;
	min-width: 70px !important;
}

#api-table-id tr th.w-80 span {
	width: 70px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#api-table-id tr th:first-child {
	width: 22% !important;
}

#api-table-id tr th:nth-child(2) {
	width: 100px !important;
	min-width: 100px !important;
}

#api-key {
	background-image: url(../images/magic.svg);
	background-repeat: no-repeat;
	background-position: 97% center;
}



/* ----api-Usage-logs---- */

#api-table-id.api-usage-logs-table tr th.w-80 {
	width: 80px !important;
}







/* 
====================
templates.html
====================
*/


/* -----Invoice---- */

.templates-title-bg {
	background-color: #F6F6F6;
	border: 1px solid #EDEDED;
	border-left: none;
	border-right: none;
	padding: 12px 16px;
}

.qr-code-switch .slider {
	position: absolute !important;
	right: 0 !important;
	top: 50% !important;
	transform: translateY(-50%);
}

.inr__switch__form span {
	font-weight: 400 !important;
}

.inr__switch__form label.input-design {
	background-color: #F6F6F6;
	height: 49px;
}

.inr__switch__form label.input-design .check-spn {
	position: absolute;
	width: 74%;
	top: 50%;
	transform: translateY(-50%);
}

#inr__description__table tr:hover {
	background-color: transparent;
}

#inr__description__table tr th {
	min-width: 120px !important;
	width: auto !important;
}

.label__inr__span {
	position: relative;
	left: 50px;
	top: 16px;
	max-width: 60px;
	white-space: nowrap;
}

.terms__content .des__box {
	background-color: #F6F6F6;
	border: 1px solid #EDEDED;
	padding: 16px;
	border-radius: 8px;
	min-height: 120px;
	margin: 8px 0 0;
}



/* ---proforma---- */

#inr__description__table2 th {
	width: 100% !important;
}

#inr__description__table2 th:first-child {
	min-width: auto !important;
	width: 14% !important;
}


/* -----Evaluation----- */

.inr__switch__form__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 12px;
	column-gap: 16px;
}

.inr__switch__form__grid2 {
	grid-template-columns: repeat(3, 1fr);
}





/* 
===================
qr-code.html
===================
*/

#qr-code-table-info tr th {
	width: auto !important;
	min-width: auto !important;
}

#qr-code-table-info tr th:nth-child(1) {
	min-width: 135px !important;
}

#qr-code-table-info tr th:nth-child(2) {
	min-width: 350px !important;
}

#qr-code-table-info tr th.w-145 {
	width: 155px !important;
	min-width: 155px !important;
}

#qr-code-table-info tr th.w-80 {
	width: 80px !important;
	min-width: 80px !important;
}

#qr-code-table-info tr th.w-105 {
	width: 105px !important;
	min-width: 105px !important;
}






/* 
======================
security.html
======================
*/

#security-table-info tr th {
	width: auto !important;
	min-width: 150px !important;
}

#security-table-info tr th.w-90 {
	width: 90px !important;
	min-width: 90px !important;
}

#security-table-info tr th.w-190 {
	min-width: 190px !important;
	width: 190px !important;
}

#security-table-info tr th.min-w-190 {
	min-width: 190px !important;
}

#security-table-info tr th.w-150 {
	width: 150px !important;
	min-width: 150px !important;
}

#security-table-info tr th.w-110 {
	width: 110px !important;
	min-width: 110px !important;
}

.password-strength-div .add__btn__area {
	max-width: 610px;
}

.add__btn__div {
	background-color: #F6F6F6;
	border: 1px solid #EDEDED;
	border-radius: 8px;
	padding: 12px;
	gap: 6px;
}

.create__btn {
	padding: 8px 12px;
	background-color: #FFF;
	border: 1px solid #EDEDED;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
}

.create__btn .close {
	margin-left: 8px;
}

.modal .select-btn,
.select-btn___222 {
	padding: 14px 16px !important;
}




/* --- for remove access-permission --- */
#accordionExample .accordion-item:nth-child(6) .acc-item li:last-child {
	display: none;
}




/* ----for-evaluation--custom date */

#eval__date,
#eval__time {
	background-image: url(../images/date2.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	position: relative;
}

#eval__time {
	background-image: url(../images/time__2.svg);
}

#reportrange,
#reportrange2 {
	background-image: url(../images/calender__2.svg);
	background-repeat: no-repeat;
	background-position: 93% center;
}



/* for theme switch */

.theme_switch span {
	right: initial !important;
	left: 11px;
}

.theme_switch b {
	padding-left: 35px;
}


























/* =========================== New css area start ============= */
.overview__inner__center {
	max-width: 100% !important;
	margin: 0;
	display: block;
}

.overview__inner__center .aed-item {
	width: 100% !important;
}

.filter__dropdown ul li a {
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 12px;
	border-radius: 8px;
	transition: .3s all;
}

.filter__dropdown {
	width: 192px;
	box-shadow: 0px 4px 20px 0px #00000040;
	background: #fff;
	padding: 4px;
	border-radius: 8px;
	border: 0;
}

.filter__dropdown ul li a:hover {
	background: #FBF4E4;
	color: #E59F00;
}

.filter__dropdown ul li a:hover img {
	filter: brightness(0) saturate(100%) invert(59%) sepia(93%) saturate(710%) hue-rotate(3deg) brightness(92%) contrast(102%);
}

.filter__dropdown ul li a img {
	transition: .3s all;
}

.button-div {
	position: relative;
}

.overview__inner__center .aed-item {
	width: 100% !important;
}

.overview__inner__center .row {
	--bs-gutter-x: 16px;
	--bs-gutter-y: 16px;
}


.body-body-part .row {
	--bs-gutter-x: 16px;
}

.similar_upload_height .cloud-upload-body {
	height: 49px;
}

.edalucation-drp button {
	color: #161616 !important;
}

.templates__input__style .p-text {
	color: #161616;
}

.templates__input__style .input-design::placeholder {
	color: #B5B5B5 !important;
}

.table_number_width #api-table-id tr th:nth-child(1),
.table_number_width #api-table-id tr th:nth-child(2) {
	width: 140px !important;
}

#api-table-id.api-usage-logs-table thead tr th:last-child {
	width: 105px !important;
}

#api-table-id tr th:last-child {
	width: 105px !important;
}

.text_gray {
	color: #B5B5B5 !important;
}

.text_gray::placeholder {
	color: #B5B5B5 !important;
}

.input-design tbody tr td:last-child {
	color: #161616;
}

.confirm__save {
	text-align: center;
}

.confirm__save h5 {
	font-size: 20px;
	color: #161616;
	margin: 12px 0;
}

.confirm_cancel_btn {
	background: #F6F6F6;
}

.confirm_btn {
	display: flex;
	flex-direction: column;
}

.confirm_btn button {
	width: 100%;
}

.step__form__document__head h6 {
	font-size: 14px;
	color: #000;
	margin-top: 4px;
}

.document_dropdown .input-design {
	padding: 0 14px;
	height: 42px;
}

.document_dropdown {
	padding: 12px;
}

.document_image_blk figure {
	border: 1px solid #F1F1F1;
	border-radius: 8px;
	position: relative;
}

.delete_item {
	position: absolute;
	top: 12px;
	right: 12px;
}

.modal__delete__btn {
	background: #FF0000;
	color: #fff;
}

.images__body figure img {
	border-radius: 10px;
}

.clock_icon {
	position: absolute;
	top: 34px;
	right: 5px;
}

.clock_icon img {
	height: 18px;
}

/* .second__td__end .input-design tbody tr td:first-child {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 10px;
} */

.second__td__end .input-design tbody tr td:last-child {
	text-align: right;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
}


.or-inter-the-code span {
	background: #fff;
	display: inline-block;
	padding: 0 8px;
	position: relative;
}

.or-inter-the-code:before {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background: #EDEDED;
	height: 1px;
	width: 280px;
	left: 50%;
}

.or-inter-the-code {
	position: relative;
	z-index: 2;
}

.has_boder_end {
	border-right: 1px solid #EDEDED !important;
}

.edit__permission__top__form {
	position: relative;
}

.edit__permission__top__form label {
	font-size: 16px;
	font-weight: 600;
	line-height: 22.4px;
	position: absolute;
	text-decoration-skip-ink: none;
	top: 12px;
	left: 15px;
}

.single__report__form {
	position: relative;
	background: #F6F6F6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 11px;
}

.single__report__form label:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #434751;
	border-radius: 3px;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}

.single__report__form input:checked+label::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 3px;
	font-size: 13px;
	z-index: 2;
}

.single__report__form input:checked+label::after,
.check-div input:checked+label::after {
	background-color: #FFCE5D;
}

.single__report__form input:checked+label::after,
.check-div input:checked+label::after {
	border: 2px solid #FFCE5D;
}

.single__report__form input {
	width: 0;
	height: 0;
	display: initial;
	opacity: 0;
}

.report__form .row {
	--bs-gutter-x: 8px;
	--bs-gutter-y: 8px;
}

.single__report__form label {
	width: 100%;
	cursor: pointer;
}

.single__report__area {
	padding: 18px 16px;
	border: 1px solid #EDEDED;
	border-radius: 8px;
}

.report__inner--text {
	font-size: 14px;
	font-weight: 500;
	line-height: 19.6px;
	text-transform: uppercase;
}

.angle_down_icon {
	font-size: 22px !important;
	color: #000 !important;
}

.body__inspection__blk {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.setup__blk p {
	letter-spacing: -0.02em;
	text-align: center;
	max-width: 471px;
	margin: 0 auto;
	margin-bottom: 16px;
}

.setup__blk {
	text-align: center;
	padding: 16px 0;
	margin-bottom: 16px;
	border-bottom: 1px solid #EDEDED;
}

.setup__blk a {
	color: #E59F00;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	text-align: center;
	text-decoration-skip-ink: none;
	display: inline-block;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid #E59F00;
	transition: .3s all;
}

.setup__blk a:hover {
	background: #E59F00;
	color: #000000;
}

.set__authentic {
	display: flex;
	padding: 8px;
	border-radius: 8px;
	background: #F6F6F6;
	display: flex;
	justify-content: space-between;
}

.authentic__qr__blk {
	display: flex;
	align-items: center;
	gap: 16px;
}

.qr_content h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	text-decoration-skip-ink: none;
	color: #161616;
}

.qr_content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #161616;
}

.authentic__qr__blk>span {
	flex: 0 0 auto;
}

#create-evaluation-id .progressbar__small #progressbar li::after {
	width: 98%;
}


#create-evaluation-id .progressbar__small #progressbar li#Representative-details::after {
	width: 125%;
	left: 10%;
}

.profile-bg span,
.profile-bg span img {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.change__user {
	max-width: 240px !important;
}

.change__user .modal-bg-bdr-round {
	background: #F9ECCE;
	padding: 14px;
}

.change__user p {
	font-weight: 600 !important;
	text-align: center;
	margin-bottom: 7px;
	color: #161616 !important;
}

.change__user .modal-footer {
	padding: 0;
	display: flex;
	margin-top: 8px;
}

.change__user .modal-footer button {
	width: 44%;
}

.change__user .modal__cancel__btn {
	background-color: #fff;
}

.add__new__user img {
	width: 100%;
	border-radius: 100px !important;
}

.rifresh_ico a {
	display: inline-flex;
	padding: 12px;
	border-radius: 8px;
	background: #F9ECCE;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	text-decoration-skip-ink: none;
	align-items: center;
	color: #E59F00;
	transition: .3s all;
}

.rifresh_ico a i {
	font-size: 22px;
}

.rifresh_ico a:hover {
	background: #E59F00;
	color: #fff;
}

.rifresh_ico {
	margin-top: 15px;
}

.qr_text {
	max-width: 265px;
	margin: 0 auto;
	padding-top: 16px;
}

.qr_text>img {
	margin-bottom: 20px;
}

.qr_text h2 {
	margin-bottom: 6px;
}

.copy__text__blk input {
	padding: 13px 16px;
	border: 1px solid #EDEDED;
	border-radius: 0px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	background-color: #F6F6F6;
	border-radius: 8px;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	color: #161616;
}

.copy__text__blk {
	padding: 0 10px;
}

.max-w-586 {
	max-width: 586px;
}

.max-w-586 .otp-input-fields {
	max-width: 100%;
	padding: 0 10px !important;
}

.max-w-586 .otp-input-fields input {
	width: 16.66% !important;
}

.auto_weight_user_table tr th:nth-child(2) {
	width: auto !important;
}

.preview__review__blk {
	max-width: 793px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 40px;
	position: relative;
	z-index: 1;
}

.preview__top__blk>a img {
	height: 130px;
}

.company_name img {
	height: 34px;
}

.company_name {
	display: block;
	text-align: right;
}

.preview__top__blk {
	display: flex;
	justify-content: space-between;
}

.preview__cpntact a,
.preview__cpntact a span {
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-decoration-skip-ink: none;
	align-items: flex-start;
}

.preview__cpntact a:first-child {
	margin-right: 7px;
}

.preview__cpntact a span:first-child {
	flex: 0 0 auto;
	height: 15px;
	width: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.preview__cpntact a {
	display: flex;
	align-items: flex-start;
	margin-top: 3px;
}

.preview__cpntact {
	display: flex;
}

.preview_top_right_blk .trn_text {
	font-size: 9.19px;
	font-weight: 700;
	line-height: 11.12px;
}

.customer__details__table table tr th {
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	background: #F6F6F6;
	color: #181716;
	text-transform: uppercase;
}

.customer__details__table table tbody tr td {
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-decoration-skip-ink: none;
	text-align: center;
	height: 31px;
}

.customer__details__table table tr th:nth-child(1),
.customer__details__table table tr th:nth-child(2) {
	text-align: left;
	padding-left: 8px;
}

.customer__details__table table tbody tr td:nth-child(1),
.customer__details__table table tbody tr td:nth-child(2) {
	text-align: left;
	padding-left: 8px;
}

.customer__details__table table tr th:not(:nth-child(n+1):nth-child(-n+2)) {
	width: 60px;
}

.customer__details__table table tr th:first-child {
	width: 40px;
}

.customer__details__table .table {
	min-width: 580px;
}

.customer__details__table .border-primary {
	border-color: #B09247 !important;
}

.customer__details__inner {
	padding: 16px 12px;
	border: 1px solid #B09247;
	border-bottom: 0;
	margin-top: -15px;
	height: 100%;
}

.customer__details__badge span {
	display: flex;
	height: 30px;
	width: 160px;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-decoration-skip-ink: none;
	background: #AF9147;
	color: #FFFFFF;
	border-radius: 50px;
}

.customer__details__badge {
	display: flex;
	justify-content: center;
}

.single__customers__details p {
	font-size: 10px !important;
	font-weight: 400 !important;
	width: 100px;
	margin: 0 0 auto;
	color: #181716 !important;
	flex: 0 0 auto;
	margin-bottom: 0 !important;
}

.single__customers__details span {
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-decoration-skip-ink: none;
	display: block;
	padding: 6px 8px;
	border-bottom: 1px dashed #C8C8C8;
	width: 100%;
	text-transform: uppercase;
}

.single__customers__details {
	display: flex;
	align-items: flex-end;
}

.quotation_top p {
	font-size: 10px !important;
	font-weight: 400 !important;
	margin: 0 0 auto;
	margin-bottom: auto;
	color: #181716 !important;
	flex: 0 0 auto;
	margin-bottom: 0 !important;
}

.quotation_top span {
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-decoration-skip-ink: none;
	display: block;
	padding: 6px 8px;
	border-bottom: 1px dashed #C8C8C8;
	width: 100%;
	text-align: center;
}

.quotation__top__date p {
	font-size: 10px !important;
	font-weight: 400 !important;
	width: 30px;
	margin: 0 0 auto;
	margin-bottom: auto;
	color: #181716 !important;
	flex: 0 0 auto;
	margin-bottom: 0 !important;
}

.quotation__top__date span {
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-decoration-skip-ink: none;
	display: block;
	padding: 6px 8px;
	border-bottom: 1px dashed #C8C8C8;
	width: 167px;
	text-align: center;
}


.quotation__top__date {
	display: flex;
	align-items: flex-end;
	flex: 0 0 auto;
	width: 33.33%;
	justify-content: flex-end;
}

.quotation_top {
	display: flex;
	align-items: flex-end;
	flex: 0 0 auto;
	width: 33.33%;
	gap: 10px;
}

.quotation__title {
	font-family: Inter;
	font-size: 28px;
	font-weight: 700;
	line-height: 39.2px;
	text-align: center;
	color: #B09247;
	text-transform: uppercase;
	flex: 0 0 auto;
}

.customer__details__top {
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 16px;
}

.left_border_none {
	border-left: 0;
}

.bank_details-blk .customer__details__inner {
	margin-top: 0;
}

.bank_details-blk {
	margin-top: -17px;
}

.bank_details_title h4 {
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.6px;
	color: #B09247;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.signature__top__text h5 {
	font-family: Inter;
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
	text-decoration-skip-ink: none;
}

.signature__top__text {
	text-align: center;
	border-bottom: 1px dashed #B6B6B6;
	padding-bottom: 6px;
}

.single__signature__blk>span {
	font-family: Inter;
	font-size: 10px;
	font-weight: 400;
	line-height: 12.1px;
	text-align: center;
	text-decoration-skip-ink: none;
	display: block;
	text-align: center;
	padding-top: 4px;
}

.signature__area {
	border: 1px solid #B09247;
	padding: 12px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.single__signature__blk {
	width: 33.33%;
}

.signature__area .single__signature__blk:nth-child(2) {
	padding: 0 20px;
}

.signature__area .single__signature__blk:nth-child(3) {
	padding-left: 20px;
}

.signature__area .single__signature__blk:nth-child(1) {
	padding-right: 20px;
}

.terms__content__blk h5 {
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-decoration-skip-ink: none;
	color: #231F20;
	margin-top: 7px;
}

.terms__content__blk p {
	font-size: 10px !important;
	font-weight: 400;
	line-height: 14px !important;
	text-decoration-skip-ink: none;
	margin-top: 3px;
}

.terms__content__blk {
	padding-top: 40px;
}

.customer__details__table {
	position: relative;
}

.description__content h6 {
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
	display: flex;
	align-items: center;
	color: #464646;
	gap: 9px;
}

.description__content h6 b {
	color: #181716;
	font-weight: 600;
}

.prev_bottom_shape {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.prev_bottom_shape img {
	width: 100%;
}

.prev_top_shape {
	position: absolute;
	top: 110px;
	left: 0;
	z-index: -1;
	right: 0;
}

.prev_top_shape img {
	width: 100%;
}

.customer__details__table table tbody tr td {
	background-color: transparent;
}

.certificate_question {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.certificate_question span {
	width: auto;
	padding: 0;
	border: 0;
}

.certificate_date {
	flex-direction: column;
}

.certificate_date .cartificate_inner_date span {
	padding: 0;
	border: 0;
	width: auto;
}

.certificate_date .cartificate_inner_date p {
	width: 56px;
}

.certificate_date .cartificate_inner_date {
	display: flex;
	align-items: center;
	width: 116px;
}

.certificate__title h4 {
	font-size: 12px;
	font-weight: 700;
	line-height: 13.26px;
	text-align: center;
	text-transform: uppercase;
}

.certificate__title span {
	font-family: Inter;
	font-size: 12px;
	font-weight: 600;
	line-height: 16.8px;
	text-align: center;
	display: block;
	text-decoration-skip-ink: none;
	margin-bottom: 3px;
}

.vehicle_table_content span {
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	display: block;
	text-decoration-skip-ink: none;
}

.vehicle_table_content h5 {
	font-size: 10px;
	font-weight: 600;
	margin-top: 6px;
	text-align: center;
}

.cartificate_table table tbody tr td {
	height: 100px;
	vertical-align: middle;
	width: 20%;
}

.cartificate_table {
	margin-top: -15px;
	position: relative;
	z-index: -1;
}

.showroom__no p,
.showroom__no a {
	font-size: 8px !important;
	font-weight: 400 !important;
	line-height: 11.2px !important;
	text-align: center;
	color: #231F20 !important;
	text-decoration-skip-ink: none;
	transition: .3s all;
}

.showroom__no a:hover {
	color: #B09247 !important;
}

.showroom__no {
	padding-top: 16px;
	margin-top: 16px;
	border-top: 2px solid #CAA96B;
}

.page_number {
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
	text-align: right;
	color: #464646;
	margin: 0;
	margin-top: 16px;
}

.market_value_btn {
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 16.8px !important;
	text-align: center;
	color: #fff !important;
	padding: 8px 13px;
	background: #B09247;
	border-radius: 6px;
}

.market__value {
	padding: 20px;
	border: 1px solid #AE9249;
	border-top: 0;
	margin-top: -20px;
	margin-bottom: 30px;
}

.market__value h5 {
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	color: #464646;
	margin-bottom: 21px;
	margin-top: -23px;
}

.market__value p {
	font-size: 10px !important;
	line-height: 14px !important;
	color: #231F20 !important;
	text-decoration-skip-ink: none;
}

.vehicle__document {
	border: 1px solid #B09247;
	margin-top: -15px;
	margin-bottom: 122px;
}

.single__vehicle__document {
	padding: 18px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.height_half {
	min-height: 50%;
}

.height_pone1 {
	height: 38%;
}

.height_full {
	height: 24%;
}

.vehicle__document .col-lg-6:first-child .single__vehicle__document {
	border-bottom: 1px solid #B09247;
	border-right: 1px solid #B09247;
}

.vehicle__document .col-lg-6:first-child .single__vehicle__document:last-child {
	border-bottom: 0;
}

.vehicle__document .col-lg-6:last-child .single__vehicle__document {
	border-bottom: 1px solid #B09247;
}

.vehicle__document .col-lg-6:last-child .single__vehicle__document:last-child {
	border: 0;
}

.document_thumb {
	max-width: 170px;
	text-align: center;
}

.document_thumb img {
	width: 100%;
}

.doc_text p {
	margin-top: 4px;
	font-size: 10px !important;
	font-weight: 600 !important;
	line-height: 14px !important;
	text-decoration-skip-ink: none;
	color: #181716 !important;
}

.vehicle_image {
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #AF9147;
	border-right: 1px solid #AF9147;
}

.vehicle_image img {
	width: 100%;
}

.vehicle_view_text {
	font-size: 10px !important;
	font-weight: 600 !important;
	line-height: 14px !important;
	color: #181716 !important;
}

.kpis__card__content h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 23.4px;
	text-decoration-skip-ink: none;
	margin-bottom: 4px;
	text-align: left;
}

.kpis__card__content p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 18.6px;
	text-align: left;
	text-decoration-skip-ink: none;
}

.kpis__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	height: 48px;
	width: 48px;
	background: #fff;
	flex: 0 0 auto;
}

.single__common__kpis--card {
	border: 1px solid var(--BG-stroke, #EDEDED);
	background: #F6F6F6;
	padding: 12px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.kpis_four_card__blk {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.kpis_four_card__blk .single__common__kpis--card {
	width: 25%;
}

.kpis_three_card__blk {
	display: flex;
	gap: 16px;
}

.kpis_three_card__blk .single__common__kpis--card {
	width: 33.33%;
}

.no_need_border {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

.no_need_left_radious {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.chart_thumb {
	border: 1px solid #EDEDED;
	border-top: 0;
	overflow: hidden;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.tax-invoices {
	display: flex;
	align-items: center;
	gap: 12px;
}

.tax__dropdown button {
	padding: 6px 16px;
	border-radius: 8px;
	color: #000;
	border: 1px solid #E5E5E5;
	background: #F6F6F6;
	padding-right: 20px;
	padding-bottom: 9px;
}

.tax__dropdown button:after {
	border: 0;
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	position: relative;
	top: 2px;
	right: -5px;
}

.value__customer--title {
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.view__all {
	font-family: Inter;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 23.4px !important;
	color: #E59F00 !important;
	display: flex;
	gap: 6px;
	align-items: center;
	text-transform: uppercase;
}


.overview__customer--table .paying-cm-details th {
	width: auto !important;
	min-width: auto !important;
}

.table_dropdown--up {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.evaluation__bank--table th:last-child {
	width: 180px;
	min-width: 180px;
}

.table-responsive.vehicle_type--table table th:not(:nth-child(1)) {
	width: 111px !important;
	min-width: 111px !important;
}

.evaluation_status--qr span {
	height: 30px;
	width: 30px;
	display: flex;
	flex: 0 0 auto;
}

.evaluation_status--qr {
	display: flex;
	align-items: center;
	gap: 10px;
}

.top__evaluationQr--table table th {
	width: auto;
	min-width: auto;
}

.top__evaluation--table .paying-cm-details th:nth-child(5) {
	min-width: 0;
	width: 122px !important;
}

.chart_title h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 23.4px;
	text-decoration-skip-ink: none;
	padding: 16px;
	background: #fff;
	border-bottom: 1px solid #EFEFEF;
}

.overview__chart {
	border: 1px solid #F1F1EF;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	width: 287px;
	flex: 0 0 auto;
}

.overview__chart--wrap {
	display: flex;
	gap: 16px;
}

.radial_chart--content h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	display: flex;
	justify-content: space-between;
	padding-left: 18px;
	position: relative;
	color: #545454;
	margin-bottom: 12px;
}

.radial_chart--content h5 b {
	font-size: 18px;
	font-weight: 600;
	line-height: 23.4px;
	text-decoration-skip-ink: none;
	color: #161616;
}

.radial_chart--content {
	padding: 16px;
}

.radial_chart--content h5:last-child {
	margin: 0;
}

.overview_chart--thumb {
	padding-top: 16px;
	padding-bottom: 3px;
	text-align: center;
}

.radial_chart--content h5 small {
	position: absolute;
	left: 0;
	top: -2px;
}

.overview__chart--wrap .paying-customers {
	width: 100%;
}

.top__evaluationQr--table table th {
	width: auto !important;
	min-width: auto !important;
}

.top__evaluation--table .paying-cm-details th:nth-child(5) {
	min-width: 122px !important;
	width: 122px !important;
}

.top__evaluation--table table tr th {
	width: auto;
	min-width: auto;
}

.top__evaluation--table .paying-cm-details th:nth-child(4) {
	width: 112px;
}

.top__evaluation--table .paying-cm-details th:nth-child(3) {
	width: 70px;
}

.top__evaluation--table .paying-cm-details th:nth-child(2) {
	width: 83px;
}

/* =========================== New css area end ============= */








/* 
====================
Add Sign & Stamp
====================
*/

.p__text__design {
	font-size: 14px;
	font-weight: 600 !important;
	line-height: 19.6px;
	color: #0B0B0B !important;
	margin: 0 0 4px;
}

.upload__file__div_sign_stamp {
	padding: 10px 0 0;
}

.sign_stamp_body {
	height: 150px;
}

.sign_stamp_body h3 {
	font-size: 14px;
	margin: 5px 0 !important;
}

.xs_text {
	font-size: 10px;
	font-weight: 400;
	line-height: 13px;
	color: #545454;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}





/* 
=========================
company-details-overview
=========================
*/

.company-details-overview-title span.h2-text {
	font-size: 18px !important;
	margin-top: 0 !important;
}

.company-details-overview-title .fcc-number {
	color: #0B0B0B;
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	border-radius: 8px;
	padding: 8px 12px;
	margin-left: 12px;
	background-color: #F9ECCE;
}

.customer__info__links__div ul li a {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #545454;
	padding: 8px 20px;
	border: 1px solid #EDEDED;
	background-color: #FFF;
}

.customer__info__links__div ul li a:hover {
	background-color: #EFEDED;
}

.customer__info__links__div ul li a.active {
	background-color: #F9ECCE;
	color: #E59F00;
}

.customer__info__links__div ul li:first-child a {
	border-radius: 8px 0 0 8px;
}

.customer__info__links__div ul li:last-child a {
	border-radius: 0 8px 8px 0;
}

.company__details__overview__grid {
	grid-template-columns: repeat(1, 1fr) !important;
}

.company__details__overview__grid table tr td:first-child {
	color: #0B0B0B !important;
}

.company__details__overview__grid2 table tr td:first-child {
	color: #545454 !important;
}

/* --evaluation__status__box__area-- */

.evaluation__status__box__area {
	border: 1px solid #EDEDED;
	padding: 16px;
	background-color: #FFF;
	border-radius: 12px;
	margin: 20px 0 16px;
}

.inr__evaluation__item__box,
.inr__evaluation__item__box > div {
	height: 100%;
}

.evaluation__status__box__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.inr__evaluation__status__box {
	background-color: #FFF;
	border: 1px solid #EDEDED;
	padding: 16px 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
}

.inr__evaluation__status__box h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 19.6px;
	color: #545454;
	font-family: "Inter", sans-serif;
	margin-bottom: 4px;
}

.inr__evaluation__status__box h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 23.4px;
	color: #161616;
}

.inr__evaluation__status__box span {
	font-family: "Inter", sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 13px;
	color: #E59F00;
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #FBF4E4;
	vertical-align: middle;
}

/* --upload document-- */

.max-w-lg {
	max-width: 930px;
}

.upload__document__file__div .sign_stamp_body {
	height: 100% !important;
	padding: 30px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.upload__document__file__div img {
	width: 48px;
}

.upload__document__file__div h3 {
	font-size: 18px !important;
}

.upload__document__file__div small {
	font-size: 14px !important;
	max-width: none !important;
	line-height: 20px;
}

.editing__tools__div {
	background-color: #000000;
	border-radius: 8px;
	padding: 8px;
	width: 54%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 16px;
}

.editing__tools__div button {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
}

.editing__tools__div button.active {
	background-color: #545454;
}

.editing__tools__div img {
	width: 24px;
}



/* ---add-customer-buisness--- */

.label-design_4th {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	color: #161616;
	margin: 0 0 8px;
}

.max_w_310 {
	max-width: 310px;
	margin: 0 auto;
}





/* --create-evaluation-update-- */

.label-design__5th {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 19.6px !important;
	letter-spacing: -0.02em;
	margin: 0 0 8px;
	color: #161616 !important;
}

.border-top-ED {
	border-top: 1px solid #EDEDED;
}

.border-right-ED {
	border-right: 1px solid #EDEDED !important;
}

.border-bottom-ED {
	border-bottom: 1px solid #EDEDED !important;
}

.border-ED {
	border: 1px solid #EDEDED;
}

.image-color-changer-class tr td:last-child button img, 
.paying-cm-details tr td:last-child button img {
	border: 1px solid transparent;
	border-radius: 6px;
}


.image-color-changer-class tr:hover td:last-child button img, 
.paying-cm-details tr:hover td:last-child button img {
	filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(98%) contrast(103%) !important;
	border: 1px solid #D9BEBE;
}

a {
	text-decoration: none !important;
}

.sidebar.active~.main-right {
    left: 92px;
    width: calc(100% - 92px);
}

/* new css add */
#rep_details strong{
	word-break: break-all;
    max-width: 100px;
    width: 100%;
    display: inline-block;
}

.upload__document__file__div .sign_stamp_body{
	padding: 30px 0px 0px !important;
}
