.card .card-header .card-title .icon {
	width: 58px;
	height: 58px;
	background: #fff;
	border-radius: 6px;
	margin-right: 15px;
	padding: 14px;
}

.card .card-header .card-title .icon svg {
	width: 30px;
	height: 30px;
}

/* Center the loader */
#loader-wrapper {
	display: none;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999999 !important;
	opacity: 1 !important;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 11111111111111111111 !important;
	width: 120px;
	height: 120px;
	margin: -76px 0 0 -76px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s;
}
@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0;
	}
	to {
		bottom: 0px;
		opacity: 1;
	}
}
@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 1;
	}
}

label.error {
	color: red !important;
}

[dir="rtl"]
	.select2-results__option.select2-results__option--selectable.select2-results__option--selected:after {
	left: 1.25rem;
	right: auto;
}
[dir="rtl"]
	.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted:after {
	left: 1.25rem;
	right: auto;
}
[dir="rtl"] td.text-end {
	text-align: left !important;
}

.select_company
	.select2-container--bootstrap5
	.select2-selection--single
	.select2-selection__rendered {
	color: #fff !important;
}

.select2-container--bootstrap5
	.select2-selection--single
	.select2-selection__placeholder,
.select2-container--bootstrap5
	.select2-selection--single.form-select-solid
	.select2-selection__rendered,
.select2-container--bootstrap5
	.select2-selection--single
	.select2-selection__rendered,
.form-control,
.form-check-label,
.menu-gray-600 .menu-item .menu-link,
.text-muted {
	color: #333 !important;
}

/* rtl */

[dir="rtl"]
	.select_company
	.select2-container--bootstrap5
	.select2-selection--single
	.select2-selection__rendered {
	color: #fff !important;
}

[dir="rtl"]
	.select2-container--bootstrap5
	.select2-selection--single
	.select2-selection__placeholder,
[dir="rtl"]
	.select2-container--bootstrap5
	.select2-selection--single.form-select-solid
	.select2-selection__rendered,
[dir="rtl"]
	.select2-container--bootstrap5
	.select2-selection--single
	.select2-selection__rendered,
[dir="rtl"] .form-control,
[dir="rtl"] .form-check-label,
.menu-gray-600 .menu-item .menu-link,
[dir="rtl"] .text-muted {
	color: #333 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	[data-kt-app-sidebar-fixed="true"] .app-wrapper {
		margin: 0px;
	}

	.card-without-pd-0 {
		padding: 0px !important;
	}

	.table tbody td:last-child,
	.table tfoot td:last-child {
		border-bottom: 1px solid #eee !important;
	}

	.table tbody tr:last-child td,
	.table tbody tr:last-child th,
	.table tfoot tr:last-child td,
	.table tfoot tr:last-child th {
		border-bottom: 1px solid #eee !important;
	}

	.table-row-dashed thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-row-dashed tbody tr {
		border-top: #e9eef1 5px solid;
	}

	.table-row-dashed tbody tr td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		display: inline-block;
		width: 100%;
		line-height: 30px;
		padding: 10px 15px !important;
	}

	.table-row-dashed tbody tr td p {
		margin: 0px;
	}

	.table-row-dashed tbody tr td.text-end {
		text-align: left !important;
	}

	.table-row-dashed tbody tr td:before {
		position: absolute;
		top: 20px;
		right: 15px;
		width: 100%;
		white-space: nowrap;
		line-height: 12px;
		font-size: 12px;
		font-weight: 700;
		text-align: right;
		text-transform: uppercase;
	}

	.employee-list-table tbody tr td:nth-of-type(1):before {
		content: "ID";
	}

	.employee-list-table tbody tr td:nth-of-type(2):before {
		content: "NAME";
	}

	.employee-list-table tbody tr td:nth-of-type(3):before {
		content: "Primary Mobile No ";
	}

	.employee-list-table tbody tr td:nth-of-type(4):before {
		content: "Email Id";
	}

	.employee-list-table tbody tr td:nth-of-type(5):before {
		content: "Status";
	}

	.employee-list-table tbody tr td:nth-of-type(6):before {
		content: "Balance";
	}

	.employee-list-table tbody tr td:nth-of-type(7):before {
		content: "Action";
	}

	.task-list-table tbody tr td:nth-of-type(1):before {
		content: "ID";
	}

	.task-list-table tbody tr td:nth-of-type(2):before {
		content: "Date";
	}

	.task-list-table tbody tr td:nth-of-type(3):before {
		content: "Employee Name ";
	}

	.task-list-table tbody tr td:nth-of-type(4):before {
		content: "Customer Name ";
	}

	.task-list-table tbody tr td:nth-of-type(5):before {
		content: "Mobile No ";
	}

	.task-list-table tbody tr td:nth-of-type(6):before {
		content: "Price ";
	}

	.task-list-table tbody tr td:nth-of-type(7):before {
		content: "Status";
	}

	.task-list-table tbody tr td:nth-of-type(8):before {
		content: "Action";
	}

	.statistics-table tbody tr td:nth-of-type(1):before {
		content: "Task No.";
	}

	.statistics-table tbody tr td:nth-of-type(2):before {
		content: "Employee Name";
	}

	.statistics-table tbody tr td:nth-of-type(3):before {
		content: "Mobile No";
	}

	.statistics-table tbody tr td:nth-of-type(4):before {
		content: "Status";
	}

	.statistics-table tbody tr td:nth-of-type(5):before {
		content: "Price";
	}

	.statistics-table tbody tr td:nth-of-type(6):before {
		content: "Date";
	}

	.transaction-list-table tbody tr td:nth-of-type(1):before {
		content: "ID";
	}

	.transaction-list-table tbody tr td:nth-of-type(2):before {
		content: "Date";
	}

	.transaction-list-table tbody tr td:nth-of-type(3):before {
		content: "Employee Name";
	}

	.transaction-list-table tbody tr td:nth-of-type(4):before {
		content: "Amount";
	}

	.transaction-list-table tbody tr td:nth-of-type(5):before {
		content: "After Balance";
	}

	.transaction-list-table tbody tr td:nth-of-type(6):before {
		content: "Notes";
	}

	.transaction-list-table tbody tr td:nth-of-type(7):before {
		content: "Transaction Type";
	}

	.waiting-list-table tbody tr td:nth-of-type(1):before {
		content: "ID";
	}

	.waiting-list-table tbody tr td:nth-of-type(2):before {
		content: "DATE";
	}

	.waiting-list-table tbody tr td:nth-of-type(3):before {
		content: "Employee Name";
	}

	.waiting-list-table tbody tr td:nth-of-type(4):before {
		content: "Customer Name";
	}

	.waiting-list-table tbody tr td:nth-of-type(5):before {
		content: "Mobile No";
	}

	.waiting-list-table tbody tr td:nth-of-type(6):before {
		content: "Price";
	}

	.waiting-list-table tbody tr td:nth-of-type(7):before {
		content: "Status";
	}

	.waiting-list-table tbody tr td:nth-of-type(8):before {
		content: "Approved";
	}
}

@media (max-width: 767px) {
	.card-toolbar .btn-primary {
		width: 100%;
	}

	.card .card-header .card-toolbar {
		margin-top: 0px;
	}

	[data-kt-app-sidebar-fixed="true"] .app-wrapper {
		margin: 0px;
	}

	.card-without-pd-0 {
		padding: 0px !important;
	}

	.table tbody td:last-child,
	.table tfoot td:last-child {
		border-bottom: 1px solid #eee !important;
	}

	.table tbody tr:last-child td,
	.table tbody tr:last-child th,
	.table tfoot tr:last-child td,
	.table tfoot tr:last-child th {
		border-bottom: 1px solid #eee !important;
	}

	.table-row-dashed thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-row-dashed tbody tr {
		border-top: #e9eef1 5px solid;
	}

	.table-row-dashed tbody tr td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		display: inline-block;
		width: 100%;
		min-height: 40px;
		padding: 26px 15px 10px 15px !important;
		text-align: right;
	}

	.table-row-dashed tbody tr td p {
		margin: 0px;
	}

	.table-row-dashed tbody tr td:before {
		position: absolute;
		top: 10px;
		right: 15px;
		width: 100%;
		white-space: nowrap;
		line-height: 12px;
		font-size: 12px;
		font-weight: 700;
		text-align: right;
		text-transform: uppercase;
	}

	.employee-list-table tbody tr td:nth-of-type(1):before {
		content: "ID";
	}

	.employee-list-table tbody tr td:nth-of-type(2):before {
		content: "NAME";
	}

	.employee-list-table tbody tr td:nth-of-type(3):before {
		content: "Primary Mobile No ";
	}

	.employee-list-table tbody tr td:nth-of-type(4):before {
		content: "Email Id";
	}

	.employee-list-table tbody tr td:nth-of-type(5):before {
		content: "Status";
	}

	.employee-list-table tbody tr td:nth-of-type(6):before {
		content: "Balance";
	}

	.employee-list-table tbody tr td:nth-of-type(7):before {
		content: "Action";
	}

	.task-list-table tbody tr td:nth-of-type(1):before {
		content: "ID";
	}

	.task-list-table tbody tr td:nth-of-type(2):before {
		content: "Date";
	}

	.task-list-table tbody tr td:nth-of-type(3):before {
		content: "Employee Name ";
	}

	.task-list-table tbody tr td:nth-of-type(4):before {
		content: "Customer Name ";
	}

	.task-list-table tbody tr td:nth-of-type(5):before {
		content: "Mobile No ";
	}

	.task-list-table tbody tr td:nth-of-type(6):before {
		content: "Price ";
	}

	.task-list-table tbody tr td:nth-of-type(7):before {
		content: "Status";
	}

	.task-list-table tbody tr td:nth-of-type(8):before {
		content: "Action";
	}

	.statistics-table tbody tr td:nth-of-type(1):before {
		content: "Task No.";
	}

	.statistics-table tbody tr td:nth-of-type(2):before {
		content: "Employee Name";
	}

	.statistics-table tbody tr td:nth-of-type(3):before {
		content: "Mobile No";
	}

	.statistics-table tbody tr td:nth-of-type(4):before {
		content: "Status";
	}

	.statistics-table tbody tr td:nth-of-type(5):before {
		content: "Price";
	}

	.statistics-table tbody tr td:nth-of-type(6):before {
		content: "Date";
	}

	.transaction-list-table tbody tr td:nth-of-type(1):before {
		content: "ID";
	}

	.transaction-list-table tbody tr td:nth-of-type(2):before {
		content: "Date";
	}

	.transaction-list-table tbody tr td:nth-of-type(3):before {
		content: "Employee Name";
	}

	.transaction-list-table tbody tr td:nth-of-type(4):before {
		content: "Amount";
	}

	.transaction-list-table tbody tr td:nth-of-type(5):before {
		content: "After Balance";
	}

	.transaction-list-table tbody tr td:nth-of-type(6):before {
		content: "Notes";
	}

	.transaction-list-table tbody tr td:nth-of-type(7):before {
		content: "Transaction Type";
	}

	.waiting-list-table tbody tr td:nth-of-type(1):before {
		content: "ID";
	}

	.waiting-list-table tbody tr td:nth-of-type(2):before {
		content: "DATE";
	}

	.waiting-list-table tbody tr td:nth-of-type(3):before {
		content: "Employee Name";
	}

	.waiting-list-table tbody tr td:nth-of-type(4):before {
		content: "Customer Name";
	}

	.waiting-list-table tbody tr td:nth-of-type(5):before {
		content: "Mobile No";
	}

	.waiting-list-table tbody tr td:nth-of-type(6):before {
		content: "Price";
	}

	.waiting-list-table tbody tr td:nth-of-type(7):before {
		content: "Status";
	}

	.waiting-list-table tbody tr td:nth-of-type(8):before {
		content: "Approved";
	}
}

div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 2px;
}

.custom-file-label::after {
	content: "Browse";
}

.readable_emails {
	background-color: aliceblue !important;
}

.btn-close {
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.cross-icon {
	display: inline-block;
	position: relative;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background-color: #333; /* Adjust background color */
}
.cross-icon:before,
.cross-icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 2px;
	background-color: #fff; /* Adjust line color */
	transform: translate(-50%, -50%);
}

.cross-icon:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.cross-icon:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.card-container {
	display: flex;
	flex-wrap: wrap;
}

.card {
	flex: 1; /* Each card will take equal width */
}
.table-row-dashed td {
	font-size: 16px !important;
	border: black 1px solid;
	padding: 4px 12px !important;
	color: black !important;
}
.table-row-dashed th {
	padding: 10px 12px !important;
	border: black 1px solid !important;
	border-left: none !important;
	color: #004aad !important;
}
.table-row-dashed th:first-child {
	border-left: black 1px solid !important;
}
.table {
	border-bottom: black 1px solid;
	margin-top: 30px;
}
table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
	border-bottom-width: 0px !important;
	border: black 1px solid !important;
}
table.dataTable {
	border-collapse: collapse !important;
	border-spacing: 0;
}

.container-color {
	display: flex;
	align-items: center;
	font-size: 17px;
	width: 200px;
	border: 1px solid lightgray;
	border-radius: 7px;
	padding: 5px 10px;
}

input[type="color"] {
	border: none;
	background-color: transparent;
	width: 44px;
	height: 42px;
	outline: none;
}

#color-picker::-webkit-color-swatch {
	border-radius: 100%;
}
.bg-receive-chat-color {
	background-color: var(--kt-secondary) !important;
}
/* .bg-send-chat-color{background-color: #FFF8E3 !important;} */
.bg-send-chat-color {
	background-color: #d7fbd2 !important;
}

.modal-body .recentChatBody a .contact_user:hover {
	background: var(--kt-secondary) !important;
	border-radius: 0.475rem !important;
	/* padding-right: .75rem !important;
        padding-left: .75rem !important; */
}

.chat-sideber a .contact_user:hover {
	background: var(--kt-secondary) !important;
	border-radius: 0.475rem !important;
	/* padding-right: .75rem !important;
        padding-left: .75rem !important; */
}

.chat-sideber a .contact_user {
	border-top: 1px solid #f0f0f0;
	transition: 0.7s all;
}

.form-control-solid {
	background-color: #f3f4f5;
	border-color: #c9d2d7;
}
.form-select.form-select-solid {
	background-color: #f3f4f5;
	border-color: #c9d2d7;
}
.form-control.form-control-solid:focus {
	border-color: #b6d5ff;
	background: #f1f8ff;
}
© .disabled-bg-color {
	background-color: #f00c0c8a !important;
}
.disabled-div {
	opacity: 0.6; /* Reduce opacity to make it visually appear disabled */
	pointer-events: none; /* Prevent interactions with the div */
}
.enable-div {
	/* Reduce opacity to make it visually appear disabled */
	pointer-events: pointer; /* Prevent interactions with the div */
}

.form-control {
	background-color: #f3f4f5;
	border-color: #c9d2d7;
	border-radius: 0px;
}
.form-control:focus {
	border-color: #b6d5ff;
	background: #f1f8ff;
}
.form-control.form-control-solid {
	background-color: #f3f4f5;
	border-color: #c9d2d7;
	border-radius: 0px;
	color: #000 !important;
}
.form-select.form-select-solid {
	background-color: #f3f4f5;
	border-color: #c9d2d7;
	border-radius: 0px;
	color: #000 !important;
}
.form-select {
	background-color: #f3f4f5;
	border-color: #c9d2d7;
	border-radius: 0px;
	color: #000 !important;
}
.form-select.form-control-solid {
	background-color: #f3f4f5;
	border-color: #c9d2d7;
	border-radius: 0px;
	color: #000 !important;
}
.form-control.form-control-solid:focus {
	border-color: #b6d5ff;
	background: #f1f8ff;
}

/* New css for color for input box */
.form-control::placeholder {
	color: #333 !important;
}
.form-label {
	color: #000 !important;
}
.form-check-input {
	color: #333 !important;
	height: 1.45rem !important;
	width: 1.45rem !important;
}
.fw-semibold {
	color: #000 !important;
}
.orm-control.form-select {
	color: #333 !important;
}

/* css for entities page*/

.ntt-item-main-area .ntt-title {
	color: #181c32;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 1.275rem;
	margin-bottom: 15px;
}
.table-ntt {
	border-bottom: 1px solid #000 !important;
	margin: 0px;
}
.table-ntt .form-check-input:checked[type="checkbox"] {
	background-size: 12px;
}
.table-ntt th {
	border: 1px solid #000 !important;
	padding: 8px 10px !important;
	font-size: 12px !important;
	vertical-align: middle;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}
.table-ntt th:first-child .form-check-input {
	margin-top: 0px !important;
}
.table-ntt th.item-td {
	width: 400px;
}
.table-ntt .status-td {
	text-align: center;
}
.table-ntt th .btn-sm {
	width: 26px !important;
	height: 26px !important;
}
.table-ntt th:first-child {
	border-left: 1px solid #000 !important;
	padding: 5px !important;
	width: 30px;
}
.table-ntt td {
	border: 1px solid #000 !important;
	vertical-align: middle;
	padding: 8px 10px !important;
	font-size: 14px !important;
}
.table-ntt td:first-child {
	padding: 5px !important;
	width: 30px;
}
.table-ntt td:first-child .form-check-input {
	margin-top: 0px !important;
}
.table-ntt td .btn-sm {
	width: 26px !important;
	height: 26px !important;
}
.table-ntt th:last-child,
.table-ntt td:last-child {
	padding: 5px !important;
	width: 40px;
	text-align: center;
}
/* .table-ntt tfoot td{background:#E4E6EF;} */
/* .table-ntt tfoot td .form-control{padding: 5px 10px; font-size: 12px; border:none; background:#fff;} */
.table-ntt td .form-control {
	padding: 8px 10px;
	font-size: 12px;
	background: #fff;
}
/* .table-ntt tfoot td .form-select{padding: 5px 10px; font-size: 12px; border:none;} */
.table-ntt tfoot td .form-select {
	padding: 8px 10px;
	font-size: 12px;
}
.table-ntt tfoot td .btn-status {
	background: #fff !important;
	width: 100%;
	padding: 5px 10px !important;
	font-size: 12px;
}
ul.status-menu {
	margin: 0px;
	padding: 20px 20px 15px 20px;
	list-style: none;
}
ul.status-menu li {
	padding: 8px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 5px;
}

.chat-sideber button {
	border: none;
	background: none;
}

.chat-sideber .mark-as-unread {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.chat-sideber a .contact_user:hover .mark-as-unread {
	opacity: 1;
	/* padding-right: .75rem !important;
        padding-left: .75rem !important; */
}

#kt_chat_messenger {
	position: relative;
}

#kt_chat_messenger #loader-wrapper-whatsapp {
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999999999999 !important;
	opacity: 1 !important;
}
#kt_chat_messenger #loader-whatsapp {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 11111111111111111111 !important;
	width: 120px;
	height: 120px;
	margin: -76px 0 0 -76px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
/*  #kt_chat_messenger #loader-wrapper {*/
/*    background: rgba(255, 255, 255, 0.9);*/
/*    height: 100%;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: 1000;*/
/*}*/

/*#kt_chat_messenger #loader {*/
/*    -moz-border-bottom-colors: none;*/
/*    -moz-border-left-colors: none;*/
/*    -moz-border-right-colors: none;*/
/*    -moz-border-top-colors: none;*/
/*    animation: 2s linear 0s normal none infinite running spin;*/
/*    border-color: #5b90d7 transparent transparent;*/
/*    border-image: none;*/
/*    border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    border-style: solid;*/
/*    border-width: 3px;*/
/*    display: block;*/
/*    height: 200px;*/
/*    left: 50%;*/
/*    margin: -100px 0 0 -100px;*/
/*    position: relative;*/
/*    top: 50%;*/
/*    width: 200px;*/
/*}*/

/*#kt_chat_messenger #loader::before {*/
/*    -moz-border-bottom-colors: none;*/
/*    -moz-border-left-colors: none;*/
/*    -moz-border-right-colors: none;*/
/*    -moz-border-top-colors: none;*/
/*    animation: 3s linear 0s normal none infinite running spin;*/
/*    border-color: #004aad transparent transparent;*/
/*    border-image: none;*/
/*    border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    border-style: solid;*/
/*    border-width: 3px;*/
/*    bottom: 5px;*/
/*    content: "";*/
/*    left: 5px;*/
/*    position: absolute;*/
/*    right: 5px;*/
/*    top: 5px;*/
/*}*/

/*#kt_chat_messenger #loader::after {*/
/*    -moz-border-bottom-colors: none;*/
/*    -moz-border-left-colors: none;*/
/*    -moz-border-right-colors: none;*/
/*    -moz-border-top-colors: none;*/
/*    animation: 1.5s linear 0s normal none infinite running spin;*/
/*    border-color: #5b90d7 transparent transparent;*/
/*    border-image: none;*/
/*    border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    border-style: solid;*/
/*    border-width: 3px;*/
/*    bottom: 15px;*/
/*    content: "";*/
/*    left: 15px;*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 15px;*/
/*}*/
.mb-4.template-replay .user-date-time {
	margin: 0px;
}
.mb-4.template-replay {
	margin-top: -72px;
	position: relative;
	z-index: 1;
}
.mb-4.template-replay .inner-message {
	position: relative;
	padding-left: 50px;
}
.mb-4.template-replay .icon {
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: #c6ccd0 1px solid;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mb-4.template-replay .icon i {
	line-height: 40px;
}
.mb-4.template-replay .inner-message .user-message {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.bg-receive-chat-color {
	position: relative;
}
.reply-btn .replay-text {
	width: 30px;
	height: 30px;
	background: #fff !important;
	border: #c6ccd0 1px solid !important;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: -40px;
}

:lang(he) .reply-btn .replay-text {
	width: 30px;
	height: 30px;
	background: #fff !important;
	border: #c6ccd0 1px solid !important;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -40px;
	right: auto;
}

.disable-cart-button {
	pointer-events: none;
	cursor: not-allowed; /* Optional: Show a "not-allowed" cursor to indicate that it's not clickable */
	color: gray; /* Optional: Change the color to indicate the disabled state */
	text-decoration: none; /* Optional: Remove underline or other text decorations */
}

.autocomplete-suggestion {
	padding: 8px;
	cursor: pointer;
	/* border: 1px solid #13263c; */
	border-radius: 10px;
	transition: all 0.3s;
	/* font-size: 16px; */
	/* line-height: 30px; */
	color: #13263c;
	position: relative;
	display: flex;
	align-items: center;
}

.ui-widget-content {
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	z-index: 3;
	max-height: 290px;
	overflow-x: auto;
	width: 790px !important;
}

.autocomplete-suggestion:hover {
	background-color: #f3f4f5;
	color: #000;
}

.business-image {
	height: 70px;
	width: 70px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	padding: 0px 6px;
	margin-right: 10px;
	border: 1px solid #c4c4c4;
}
.business-name {
	font-size: 1.25rem !important;
	color: #014aac;
	font-weight: 700 !important;
}
.business-info .sku {
	font-size: 13px;
	margin-right: 20px;
	color: #6d6d6d;
	margin-top: 3px;
}
.business-info .sku span {
	text-transform: uppercase;
	color: #000;
	margin-right: 2px;
}
.business-info .price {
	font-size: 13px;
	margin-right: 20px;
	color: #6d6d6d;
	margin-top: 3px;
}
.business-info .price span {
	color: #000;
	margin-right: 2px;
}
.business-info .costprice {
	font-size: 13px;
	margin-right: 20px;
	color: #6d6d6d;
	margin-top: 3px;
}
.business-info .costprice span {
	color: #000;
	margin-right: 2px;
}

.listImg {
	width: 60px;
	height: 60px;
}
.menu-sub-lg-down-accordion {
	background-color: #1e1e2d;
}
.ui-menu .ui-menu-item-wrapper:hover {
	background: #014aac !important;
	color: #fff !important;
}
.unread-checkblock input[type="checkbox"].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.unread-checkblock input[type="checkbox"].css-checkbox + label.css-checkboxbtn {
	position: relative;
	margin: 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	margin-top: 5px;
}
.unread-checkblock
	input[type="checkbox"].css-checkbox
	+ label.css-checkboxbtn
	svg
	path {
	stroke: #737373;
}
.unread-checkblock
	input[type="checkbox"].css-checkbox:checked
	+ label.css-checkboxbtn
	svg
	path {
	stroke: #2cbf2c;
}
.unread-checkblock
	input[type="checkbox"].css-checkbox
	+ label.css-checkboxbtn
	svg {
	width: 100%;
	height: 100%;
}
a.btn.change_company:hover {
	background-color: #e4e6ef !important;
}

a.reloadButton {
	position: fixed;
	margin-left: 300px;
	bottom: 28px;
	background: #f3f4f5;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.app-header {
	background-color: #d2d5d6 !important;
	border-bottom: white 2px solid !important;
}

.card {
	border: #000 1px solid;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .card-header {
	background-color: #e4e6ef;
	border-bottom: #000 1px solid;
	min-height: auto;
	padding: 15px 2.25rem;
}
.card .card-header .card-title {
	font-weight: 700;
	margin: 0px;
}
.card .card-header.seach_user_form {
	border: none;
	border-radius: 8px !important;
}

.form-check-custom.form-check-solid .form-check-input {
	background-color: #fff;
	border: #8f8f9d 1px solid;
	border-radius: 3px;
}

.form-check-custom.form-check-solid	.form-check-input:checked {
	background-color: var(--kt-form-check-input-checked-bg-color-solid);
	border: var(--kt-form-check-input-checked-bg-color-solid) 1px solid;
}
.fw-900,
.fw-900 span {
	font-weight: 900;
}

/* Chrome, Safari, Edge, Opera */

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

/* Firefox */

.quantity-container input[type="number"] {
	-moz-appearance: textfield;
}
body .supplier-timer-btn {
	padding: 5px 20px !important;
	font-size: 20px;
}
.supplier-timer-btn i {
	font-size: 18px;
}

.small-colorblock .container-color {
	padding: 2px !important;
	line-height: 20px;
	font-size: 13px;
	width: 150px;
}
.small-colorblock .container-color input[type="color"] {
	padding: 0px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: none !important;
	margin-right: 5px;
}

[dir="rtl"] .small-colorblock .container-color input[type="color"] {
	margin-left: 5px;
	margin-right: 0;
}
[dir="rtl"] .me-5 {
	margin-left: 10px !important;
	margin-right: 0 !important;
}
[dir="rtl"] .send_order_type .me-3 {
	margin-right: 0px !important;
}

.swal2-html-container .text-left {
	text-align: left;
}
.swal2-html-container .text-right {
	text-align: right;
}
.swal2-html-container td {
	padding: 5px;
}

/* common design for checkbox */
.all-checkbox {
	background-color: #fff;
	border: #8f8f9d 1px solid;
	border-radius: 3px !important;
	height: 1.55rem !important;
  width: 1.55rem !important;
}

.all-checkbox:checked {
	background-color: var(--kt-form-check-input-checked-bg-color-solid);
	border: var(--kt-form-check-input-checked-bg-color-solid) 1px solid;
}

.app-default, body {
    background-color: #d2d5d6;
}

.bg-light-red{ background-color: #f547702b; }

.select2-results__option{ color: #3B3B3B !important; font-size:14px; }
.select2-search__field{border: 1px solid #3B3B3B!important;background-color: #EDEDED !important;font-size: 12px;color: #3B3B3B;}
.select2-dropdown.select2-dropdown--below{ background-color: #EDEDED !important; }
.select2-dropdown .select2-results__option:hover{background-color:#C3C3C3 !important;}
/*.select2-dropdown .select2-results__option{padding: 5px 10px 5px 10px !important;}*/
.select2-dropdown .select2-results__option.select2-results__option--selected{background-color:#C3C3C3 !important;}
.select2-dropdown .select2-results__option.select2-results__option--highlighted{background-color:#C3C3C3 !important;}
.select2-dropdown .select2-results__option.select2-results__option--selected:after{ background-color: #3B3B3B !important;}
.select2-dropdown .select2-results__options{scrollbar-color:#3B3B3B transparent !important;}
/* End */

.modal-header{
		background-color: #e4e6ef;
    border-bottom: #000 1px solid;
    min-height: auto;
    padding: 15px;
}

.table tbody tr:last-child td, .table tbody tr:last-child th, .table tfoot tr:last-child td, .table tfoot tr:last-child th {
		border-bottom: 1px solid black !important;
}


.table-row-dashed th:last-child, .table-row-dashed td:last-child {
  border-left: black 1px solid !important;
}
.summary-table td, .summary-table th {
  padding: 10px 0 !important;
}

@media (max-width: 767px) {

	.failed-payment{
		width:295px !important;
	}
	.table-row-dashed th:last-child, .table-row-dashed td:last-child {
	  border-left: black 0px solid !important;
	}

	.table-row-dashed th:last-child, .table-row-dashed td:last-child {
	  border-left: none;
	}
	.table-resp {margin: 0px; border-bottom: 1px solid #c9d2d7 !important;}
	.table tr td.text-center{text-align: right !important}
	.table-resp tbody tr td:nth-of-type(1):before {content:'שם המוצר'}
    .table-resp tbody tr td:nth-of-type(2):before {content: 'מק"ט'}
    .table-resp tbody tr td:nth-of-type(3):before {content: 'מספר רכב'}
    .table-resp tbody tr td:nth-of-type(4):before {content:'תמונה'}
    .table-resp tbody tr td:nth-of-type(5):before {content:'מחיר'}
    .table-resp tbody tr td{padding:26px 0px 10px 0px !important;}
    .table-resp tbody tr td::before {right:0px; color:#004aad !important;}
    .table tbody tr:last-child td, .table tbody tr:last-child th, .table tfoot tr:last-child td, .table tfoot tr:last-child th {border-bottom: 1px solid #c9d2d7 !important;}
    .card .card-header{padding:13px 2.25rem !important;}
    #payment-form .table th {border-bottom: 1px solid #eee !important;}

    .summary-table .form-check-custom input {margin: 5px 0 0 5px;}
    .summary-table .form-check-custom {align-items: flex-start;}
    .installable-desc {margin-top: 5px;}
    .summary-table tbody tr:last-child td {border: none !important; padding-bottom: 0px !important;}
}
