:root {
	/* --theme-color: #F2A93E; */
	--theme-color: #ffae00;
	--theme-color2: #F07054;
	--active-submenu-after-color: #fff;
	--page-header-height: 88px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif !important;
}

.dt-scroll-wrapper {
	overflow-x: auto;
	width: 100%;
}

.dt-scroll-wrapper table {
	white-space: nowrap;
}

.loader-wrapper {
	z-index: 1000;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
	z-index: 500;
}

.page-wrapper .page-header,
.footer {
	z-index: 402;
}

.footer {
	padding: 25px;
}

i.header {
	color: #f19407;
}

.ri-pencil-line,
.ri-check-line,
.ri-pencil-fill {
	color: #277d2a !important;
}

.ri-delete-bin-line,
.ri-close-line,
.ri-delete-bin-fill {
	color: #a10000 !important;
	/* color: #c30 !important; */
}

.ri-eye-line,
.ri-eye-fill {
	color: #F2A93E !important;
}

.ri-printer-line,
.ri-printer-fill {
	color: #0e6489 !important;
}


td,
th {
	/* text-align: center; */
}

.text-black {
	color: black;
}

.section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 12px;
	margin-bottom: 24px;
	border-bottom: 1px dashed rgba(222, 219, 219, 0.6)
}

.section-title h5 {
	font-size: calc(22px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	color: #3d3d3d
}

.sidebar-wrapper .sidebar-footer {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding-left: 30px;
	padding-right: 0.75rem;
	height: 5rem;
	background-color: #373333a1;
	margin-top: -4.8rem;
	line-height: 1.4rem;
}

.sidebar-wrapper .sidebar-footer .sidebar-footer-content {
	font-size: 1rem;
	color: white;
}

.sidebar-wrapper .sidebar-footer .sidebar-footer-content .sidebar-footer-subtitle {
	font-size: 0.75rem;
	color: #b6b6b6;
}

.sidebar-wrapper .sidebar-footer .sidebar-footer-content .sidebar-footer-title {
	font-weight: 500;
}

.card-header-option {
	color: #F2A93E;
	font-weight: 500;
	margin-right: 20px;
	cursor: pointer;
}

.card-header-option:hover {
	color: #747474;
}

.form-radio-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 45px;
	border-radius: 5px;
	padding: 4px 10px;
	gap: 20px;
}

.form-radio-group .form-radio-input,
.form-radio-group .form-radio label {
	cursor: pointer;
}

.form-radio-group .form-radio label,
.form-radio-group .form-radio label h6 {
	margin: 0;
	margin-left: 5px;
}

.form-radio-group .form-radio .form-radio-input {
	/* vertical-align: top; */
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* float: left; */
	/* margin-inline-start: -1.5em; */
	width: 0.75rem;
	height: 0.75rem;
	margin-top: 0.2em;
}

.form-radio-group .form-radio .form-radio-input[type="radio"] {
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #c4c8d4;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #c4c8d4;
}

.form-radio-group .form-radio .form-radio-input[type="radio"]:checked {
	background-color: var(--theme-color);
	-webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #c4c8d4;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #c4c8d4;
}

.form-titles {
	font-size: 1rem !important;
	font-weight: 500 !important;
	text-transform: capitalize;
	margin-bottom: 10px !important;
	color: #3d3d3d !important;
}

.switch-xsm .slider {
	background-color: #dbdbdb;
}

.card-shadow {
	box-shadow: 0 0.1rem 1rem 0 rgba(33, 40, 50, 0.082);
}

.media-library-sec .library-box:hover label:before {
	opacity: 0;
	visibility: hidden
}

.library-box .image-utilities {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(87, 87, 87, 0.151);
	line-height: 1;
	/* color: #fff; */
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	border-radius: 3px;

	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	cursor: default;
}

.library-box:hover .image-utilities {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
	visibility: visible
}

.library-box .image-utilities a {
	background-color: rgb(245, 245, 245);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.2vw;
	height: 2vw;
	font-size: 1.6rem;
	/* border: 1px solid #c1c1c15d; */
	border-radius: 4px;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.308);
}

.dropzone .dz-preview .dz-image {
	border-radius: 5px;
	width: 110px;
	height: 110px;
	margin-bottom: .5vw;
}

.dropzone .dz-preview .dz-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
	font-size: .8rem;
}


.select2-container--default .select2-selection--multiple .select2-selection__clear {
	height: 100%;
	margin-right: 10px;
	width: 25px;
	margin-top: 0;
	position: absolute;
	right: 0;
	padding: 0;
	font-size: 1.1rem;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	float: right;
	font-weight: bold;
	height: 100%;
	width: 50px;
	position: absolute;
	right: 0;
	top: -2px;
	padding: 0;
	margin-right: 30px;
	padding-right: 0px;
	font-size: 1.2rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
	text-align: start;
}


/* Multiple Select2 CSS */
.select2-container .select2-selection--multiple {
	/* height: 44px !important; */
	min-height: 44px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px dashed #dedbdb !important;
	outline: 0 !important
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	line-height: 35px !important;
}

.select2-container--default .select2-selection--multiple {
	border: 1px dashed #dedbdb !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
	top: 7px !important;
	right: 10px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-color: #13cb2b !important;
	padding: 0 0 0 5px !important;
	line-height: 30px !important;
	margin-top: 5px !important;
	margin-right: 0px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	color: black !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	position: relative !important;
	/* color: black !important; */
	width: 25px !important;
	font-size: 1.1rem !important;
	margin-left: 0rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	background-color: transparent !important;
}

.selection .select2-selection .select2-search__field {
	padding: 0 10px !important;
	font-family: "Poppins", sans-serif !important;
}

.select2-container .select2-dropdown {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
	font-size: 14px;
}

.dataTables_wrapper .dataTables_filter label {
	justify-content: end;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
	/* background-image: none; */
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:hover i {
	color: var(--theme-color)
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:hover span {
	color: var(--theme-color)
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:hover .according-menu i {
	color: var(--theme-color)
}

.btn-theme {
	background: -webkit-gradient(linear, left top, right top, from(#13cb2b), to(#438e0c));
	background: linear-gradient(to right, #13cb2b, #438e0c)
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:disabled {
	background: #f19407;
}

.btn-primary:hover {
	background: #ce7e05;
}

.btn-outline {
	border: 1px dashed #f19407 !important;
	color: #f19407 !important;
}

.btn-outline:hover {
	background-color: #f19407 !important;
}

.btn-outline:hover>i {
	color: white !important;
}

.btn-outline-secondary {
	border: 1px dashed #6c757d !important;
	color: #6c757d !important;
}

.btn-outline-secondary:hover {
	background-color: #6c757d !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:hover>i {
	color: white !important;
}

.btn-outline-success {
	border: 1px dashed #198754 !important;
	/* color: #198754 !important; */
}


.btn-outline-warning {
	border: 1px dashed #f2863e !important;
}

.btn-outline-warning i {
	color: #865202 !important;
}

.btn-outline-warning:hover {
	background-color: #f2953e !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	opacity: 0;
	z-index: -1
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:hover {
	background-color: rgba(242, 169, 62, 0.06)
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:hover i {
	color: var(--theme-color);
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:hover span {
	color: var(--theme-color);
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:hover .according-menu i {
	color: var(--theme-color);
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	color: #fff
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active:before {
	opacity: 0.1
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active .according-menu i {
	color: var(--theme-color);
}

[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active .according-menu i {
	margin-left: unset;
	margin-right: 10px
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active i {
	color: var(--theme-color);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span {
	color: var(--theme-color);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

/* .theme-modal .modal-dialog .modal-content .modal-footer button:first-child:hover {
	background: -webkit-gradient(linear, left top, right top, from(#13cb2b), to(#438e0c));
	background: linear-gradient(to right, #13cb2b, #438e0c);
	color: #3d3d3d
}

.theme-modal .modal-dialog .modal-content .modal-footer button:nth-child(2) {
	background: -webkit-gradient(linear, left top, right top, from(#13cb2b), to(#438e0c));
	background: linear-gradient(to right, #13cb2b, #438e0c);
	color: #fff
} */

.custom-checkbox::before {
	color: #13cb2b;
}

.custom-checkbox:checked {
	background-color: #13cb2b;
	border: 1px solid #13cb2b
}

.delete-modal-content {
	border: none
}


.delete-modal-header {
	border-bottom: 1px dashed #dee2e6;
	padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(17px + (16 - 17) * ((100vw - 320px) / (1920 - 320)))
}

.delete-modal-header h5 {
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
	color: #3d3d3d;
	font-weight: 500
}

.delete-modal-header .delete-modal-title {
	font-weight: 600;
	font-size: 20px;
	width: 95%;
	margin-top: -4px
}

@media (max-width: 575px) {
	.delete-modal-header .delete-modal-title {
		margin-top: 0
	}
}

.delete-modal-header .btn-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: var(--theme-color);
	opacity: 1;
	background-image: none;
	border-radius: 4px;
	font-size: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
	color: #fff;
	margin: 0;
	padding: 8px;
	z-index: 1
}

.delete-modal-header .btn-close i {
	font-size: 22px
}

[dir="rtl"] .delete-modal-header .btn-close {
	right: unset;
	left: -15px
}

.delete-modal-header .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width: 575px) {
	.delete-modal-header .btn-close {
		right: 13px;
		top: 7px;
		padding: 6px
	}

	[dir="rtl"] .delete-modal-header .btn-close {
		right: unset;
		left: 13px
	}
}

@media (max-width: 575px) and (max-width: 575px) {
	.delete-modal-header .btn-close i {
		margin-top: -1px;
		display: block
	}
}

.sweet-alert {
	background-color: #ffffff;
	width: 478px;
	padding: 0;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: visible;
	display: none;
	z-index: 2000;
}

.sweet-alert p.lead {
	display: none;
}

.sweet-alert .sa-button-container {
	/* display: none; */
	border-top: 1px dashed #dee2e6;
	padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(17px + (16 - 17) * ((100vw - 320px) / (1920 - 320)));
	;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #b02a37
}

.form-switch .form-check-input,
.form-switch .form-check-label {
	cursor: pointer;
}

.form-switch .form-check-input {
	font-size: 16px;
}

.btn-danger {
	color: #fff;
	background-color: #ea0016 !important;
	border-color: #ea0016 !important;
}

.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b !important;
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	border: 1px dashed #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border: 1px solid #dc3545;
}

.btn-warning {
	color: #fff !important;
	background-color: #13cb2b !important;
}

.btn-warning:hover {
	background-color: #10a724 !important;
}

.text-warning {
	color: #13cb2b !important
}

#map-wrapper {
	position: relative;
	/* height: 300px; */
}

/* #zone-map-wrapper {
	position: relative;
	height: 300px;
} */

#map {
	height: 100%;
	z-index: 1;
	border-radius: 10px;
}

/* Hint overlay */
#map-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	background: rgba(0, 0, 0, 0.527);
	color: rgb(255, 255, 255);
	padding: 10px 16px;
	border-radius: 10px;
	font-size: 14px;
	pointer-events: none;
	/* So map still clickable */
	opacity: 0;
	transition: opacity .35s ease-out;
	width: 100%;
	height: 100%;
	/* smooth */
	z-index: 2;
}

#map-hint p {

	/* transform: translate(0%, 560%); */
}

/* 
1 - #13cb2b
2 - #438e0c */

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.page-link,
.page-link:hover,
.page-link:active,
.page-link:focus {
	color: var(--theme-color);
}

.page-link:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(53, 253, 13, 0.25);
	box-shadow: 0 0 0 .25rem rgba(53, 253, 13, 0.25);
}

.status-danger span {
	background-color: rgba(226, 36, 84, 0.15);
	color: #e22454;
	padding: 5px 10px;
	text-transform: capitalize;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600
}

.status-warning span {
	background-color: rgba(242, 170, 62, 0.15);
	color: #cf9031;
	padding: 5px 10px;
	text-transform: capitalize;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600
}

.status-success span {
	background-color: rgba(47, 135, 51, 0.15);
	color: #2f8733;
	padding: 5px 10px;
	text-transform: capitalize;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600
}

.input-items .input-box input.custom-checkbox:checked {
	background-color: #13cb2b
}

.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
	min-height: calc(100vh - 90px);
	margin-top: 86px;
}

.log-in-section::after {
	/* background-image: url(../../admin/images/bg.png); */
	background-image: none;
	background-color: #ffe09c;
}

.dataTables_filter .select2-container {
	width: 20% !important;
	margin-right: 15px;
}

.dataTables_filter .select2-container .select2-selection--single .select2-selection__rendered {
	margin-right: 10px;
}

.logo-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 30px;
	/* Adjust size as needed */
	color: #FFFFFF;
	letter-spacing: -2px;
	display: flex;
	align-items: baseline;
	/* text-transform: uppercase; */
	letter-spacing: 2px;
}

.orange-dot {
	display: inline-block;
	width: 5px;
	/* Proportional to font size */
	height: 5px;
	background-color: #f39c12;
	/* The exact orange from the image */
	margin-left: 5px;
	/* Ensures it stays a square like the logo */
	line-height: 0;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link {
	margin-top: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	background-color: #ffc40017 !important;
	border: 1px dashed #dedbdb !important;
}

.order-submenu a {
	justify-content: space-between;
	padding: 7px 10px !important;
}

.badge-pill {
	padding-inline-end: 0.6em;
	padding-inline-start: 0.6em;
	border-radius: 10rem;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.sidebar-list .badge {
	position: relative !important;
	top: 0;
	left: 0;
	right: 0;
	font-size: .75rem !important;
	/* padding: 0; */
}


.order-item-details-table tbody tr:nth-child(even),
.order-item-details-table table tbody tr:nth-child(even) {
	background-color: white;
}

.order-details-items-total-pricing dt {
	font-weight: 600 !important;
}


.tooltip.bs-tooltip-top .tooltip-arrow:before {
	border-bottom-color: #199e1f;
	border-top-color: transparent
}

.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: #199e1f;
	border-top-color: transparent
}

.tooltip.bs-tooltip-start .tooltip-arrow:before {
	border-left-color: #199e1f;
	border-top-color: transparent
}

.tooltip.bs-tooltip-end .tooltip-arrow:before {
	border-right-color: #199e1f;
	border-top-color: transparent
}

.tooltip .tooltip-inner {
	background-color: #199e1f;
	color: #fff
}

.tooltip .tooltip-arrow:before {
	border-top-color: #199e1f
}

.bg-soft-success {
	background: #1987543d;
}

.truncate-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* 🔔 Bell ring animation */
@keyframes bell-ring {
	0% {
		transform: rotate(0);
	}

	10% {
		transform: rotate(15deg);
	}

	20% {
		transform: rotate(-15deg);
	}

	30% {
		transform: rotate(10deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(5deg);
	}

	60% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0);
	}
}

.bell-animate {
	animation: bell-ring 0.9s ease-in-out;
	transform-origin: top center;
}

/* 🔴 Badge pulse */
@keyframes badge-pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

.badge-animate {
	animation: badge-pulse 0.6s ease-in-out;
}

/* ✨ Optional glow */
.badge-glow {
	box-shadow: 0 0 8px rgba(255, 0, 0, 0.8);
}

.dropdown-menu .dropdown-item {
	opacity: 1;
	cursor: pointer;
}

/* Sticky bottom action bar */
.sticky-action-footer {
	position: sticky;
	top: 86px;
	background: #ffffff;
	padding: 12px 0px 0;
	/* border-top: 1px solid #e5e5e5; */
	z-index: 403;
	border-radius: 5px;
	/* Above cards & map */
	/* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06); */
}

.order-timeline {
	display: flex;
	justify-content: space-between;
	margin: 25px 0;
	position: relative;
	/* padding: 0 7px; */
	/* 🔑 half dot width */
}

.order-timeline::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 57px;
	right: 57px;
	height: 3px;
	background: #e5e7eb;
	z-index: 0;
}



.timeline-item {
	text-align: center;
	position: relative;
	z-index: 1;
	flex: 1;
}

.timeline-item .date {
	margin: auto;
	font-size: 13px;
}

.timeline-item .time {
	margin: auto;
	font-size: 13px;
}

.timeline-item .time {
	font-size: 11px;
	color: #6b7280;
	margin-top: 4px;
}

.timeline-item .dot {
	width: 14px;
	height: 14px;
	margin: auto;
	border-radius: 50%;
	background: #cbd5e1;
}

.timeline-item .label {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: #64748b;
}


/* STATES */

.timeline-item.completed .dot {
	background: #22c55e;
}

.timeline-item.current .dot {
	background: #f59e0b;
	box-shadow: 0 0 0 4px rgba(245, 158, 11, .3);
}

.timeline-item.completed .label {
	color: #16a34a;
	font-weight: 600;
}

.timeline-item.current .label {
	color: #b45309;
	font-weight: 700;
}

.timeline-item.upcoming .label {
	color: #94a3b8;
}

/* CANCEL STATE */

.timeline-item.canceled .dot {
	background: #ef4444;
}

.timeline-item.canceled .label {
	color: #ef4444;
	font-weight: 700;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu>li a {
	padding-left: 60px !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after {
	left: 40px !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5:after {
	border-top: 2px dashed var(--active-submenu-after-color) !important;
}

/* HOME */
.dashboard-card {
	background: linear-gradient(135deg, #f6b01e, #f39c12);
	border: none;
	border-radius: 16px;
	transition: all 0.3s ease;
	/* box-shadow: 0 10px 30px rgba(0,0,0,0.15); */
	/* color: #3d3d3d !important; */
}

.dashboard-card .card-footer a {
	/* color: #3d3d3d !important; */

}

.dashboard-card:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
	/* box-shadow: 0 18px 45px rgba(0,0,0,0.25); */
}

.card-label {
	font-size: 0.85rem;
	letter-spacing: 0.4px;
	opacity: 0.9;
}

.icon-circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.dashboard-card .badge {
	font-size: 0.75rem;
}

.card-yellow {
	background: linear-gradient(135deg, #f6b01e, #f39c12);
	color: #ffffff;
}

.card-blue {
	background: linear-gradient(135deg, #4e73df, #224abe);
	color: #ffffff;
}

.card-purple {
	background: linear-gradient(135deg, #9b59b6, #6f42c1);
	color: #ffffff;
}

.card-teal {
	background: linear-gradient(135deg, #1abc9c, #16a085);
	color: #ffffff;
}

.card-green {
	background: linear-gradient(135deg, #2ecc71, #27ae60);
	color: #ffffff;
}

.card-red {
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	color: #ffffff;
}


.admin-notification-card-wide {
	width: 550px;
	max-width: 95vw;
	background: #ffffff;
	border-left: 5px solid #198754;
	border-radius: 8px;
	padding: 10px 14px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	/* 🔥 whole card clickable */
	position: relative;
	transition: background 0.2s ease;
	margin: 10px auto;
}

/* Hover effect */
.admin-notification-card-wide:hover {
	background: #fcfcfc;
}

/* Type colors */
.admin-notification-card-wide.order {
	border-left-color: #198754;
}

.admin-notification-card-wide.campaign {
	border-left-color: #0d6efd;
}

/* Text */
.notif-text strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: black;
}

.notif-text span {
	font-size: 13px;
	color: #444;
}

/* Layout */
.notif-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.notif-main .icon-circle {
	font-size: 25px;
	margin-right: 10px;
}

.admin-notification-card-wide.order .notif-main .icon-circle {
	background: rgb(25 135 84 / 15%);
	color: #198754;
}

.admin-notification-card-wide.campaign .notif-main .icon-circle {
	background: rgb(13 110 253 / 15%);
	color: #0d6efd;
}



.notif-time {
	font-size: 12px;
	color: #888;
	white-space: nowrap;
	margin-left: 12px;
	margin-top: 15px;
}

/* ❌ Close button */
.notif-close {
	position: absolute;
	top: 2px;
	right: 8px;
	background: transparent;
	border: none;
	font-size: 22px;
	color: #000000;
	cursor: pointer;
	line-height: 1;
}

.notif-close:hover {
	color: #464646;
	background-color: #acacac38;
	border-radius: 50%;
}

.notify-text-highlight {
	font-weight: 500;
	color: black;
}

.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li p span {
	color: black;
}

.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li+li p span {
	color: black;
	font-weight: 500;
}

.DTFC_RightBodyLiner {
	overflow: hidden !important;
}

.DTFC_RightHeadWrapper .DTFC_Cloned,
.DTFC_RightBodyWrapper .DTFC_Cloned {
	margin: 0 !important;
	/* border-left: none; */
	/* border-bottom: none; */
	/* padding-right: 0 !important; */
	padding-left: 0 !important;
	padding-bottom: 8px !important;
}

.DTFC_RightBodyWrapper .DTFC_Cloned {
	padding-top: 8px !important;
}

.DTFC_RightHeadWrapper .DTFC_Cloned {
	margin-top: 6px !important;
}

.DTFC_RightBodyWrapper .DTFC_Cloned thead,
.dataTables_scrollBody table#dataTableServer thead {
	visibility: collapse;
}

.DTFC_RightHeadWrapper .DTFC_Cloned thead tr {
	background-color: #f5f5f5;
}

.table tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
	background-color: rgb(245 245 245);
}


.sidebar-collapsed .nav-item {
	display: none !important;
}

.sidebar-wrapper {
	transition: width 0.25s ease;
}

.nav-item {
	transition: opacity 0.2s ease;
}

.sidebar-collapsed .sidebar-list span {
	display: none;
}

.sidebar-collapsed:hover .nav-item {
	display: block !important;
}

.sidebar-collapsed:hover .sidebar-list span {
	display: block;
}

.lead {
	/* margin: 0 !important; */
}

.badge-all {
	background: rgba(108, 117, 125, .50);
}

.badge-new {
	background: rgba(242, 170, 62, .50);
}

.badge-confirmed {
	background: rgba(13, 202, 240, .50);
}

.badge-preparing {
	background: rgba(13, 110, 253, .50);
}

.badge-packed {
	background: rgba(108, 117, 125, .50);
}

.badge-assigned {
	background: rgba(102, 16, 242, .50);
}

.badge-picked {
	background: rgba(33, 37, 41, .50);
}

.badge-out {
	background: rgba(25, 135, 84, .50);
}

.badge-delivered {
	background: rgba(40, 167, 69, .50);
}

.badge-admin-cancel {
	background: rgba(220, 53, 69, .50);
}

.badge-user-cancel {
	background: rgba(255, 87, 34, .50);
}

.badge-failed {
	background: rgba(156, 39, 176, .50);
}

.required::after {
	content: " *";
	color: #dc3545;
	user-select: none;
}

.sticky-footer {
	position: sticky;
	top: var(--page-header-height);
	bottom: 0;
	padding: 16px 5px;
	z-index: 403;
	display: flex;
	justify-content: end;
}

.input-group-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	background-color: white;
}

.input-group-select-custom {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	background-color: #e9ecef;
	border: 1px dashed #ced4da;
	border-radius: .25rem;
}