:root {
	--headerbg: #38943F;
	--nav-headbg: #38943F;
	--primary: #38943F;
}

.theme-btn {
	background-color: var(--primary);
	border-color: var(--primary);
	box-shadow: 0px 2px 7px 0px #38943F99;
	transition: all ease .25s;
	display: inline-flex !important;
}

.theme-btn:hover,
.theme-btn:focus {
	transform: translateY(-3px);
	box-shadow: 0px 1px 2px 0px #38943F99 !important;
	border-color: var(--primary);
	background-color: var(--primary);
}

.bordered-btn {
	background-color: #F0FEE1 !important;
	border-color: var(--primary) !important;
	color: var(--primary) !important;
}

.theme-lg {
	height: 50px;
	font-size: 20px;
	min-width: 180px;
}

.form-lg .form-group .form-control {
	height: 48px;
	border-color: #212529;
	border-radius: 10px;
}

.table-fixed {
	table-layout: fixed;
}

/*============ HEADER CSS STARTS HERE ==========*/

.web-header {
	width: 100%;
	height: auto;
	/* padding: 23px 0; */
	background-color: var(--white);
}

.web-header .web-logo {
	width: 99px;
	height: 43px;
}

.web-header .web-logo img {
	width: 100%;
	height: 100%;
}

.web-header .navbar-nav .nav-link {
	padding: 0;
	color: var(--text-gray-1);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.web-header .navbar-nav li {
	margin-right: 10px;
}

.web-header .navbar-nav li:last-child {
	margin-right: 0;
}

.web-header .navbar-nav li:first-child {
	margin-left: 35px;
}

.web-header .navbar-toggler {
	background-color: #fff;
	border: 1px solid var(--theme-color);
}

.web-header .navbar-toggler-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.web-header .navbar-toggler-icon::before {
	content: '\f0c9';
	position: absolute;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	color: var(--theme-color);
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
}

.web-header ul.dropdown-menu {
	padding: 0;
	border: 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.web-header .dropdown li {
	margin: 0 !important;
}

.web-header .dropdown li .dropdown-item {
	color: var(--text-gray-1);
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	padding: 5px 15px;
	border-bottom: 1px solid #ebebeb;
}

.web-header .dropdown li .dropdown-item:active {
	background-color: var(--primary);
	color: #fff;
}

.web-header .dropdown li:last-child .dropdown-item {
	border: 0;
}

.profile-drop .dropdown a.dropdown-toggle {
	text-decoration: none;
	display: flex;
	align-items: center;
	column-gap: 10px;
	color: #38943F;
}

.profile-drop .dropdown .employee_image {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
	border: 2px solid #245438;
	padding: 4px;
}

.profile-drop .dropdown-menu {
	padding: 0;
	border: 0;
	top: 60px !important;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.profile-drop .dropdown-item {
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	padding: 5px 20px;
}

/*============ HEADER CSS ENDS HERE ==========*/

/* Employee Header CSS START Here */

.employee-header {
	padding: 0;
	background-color: #fff;
	width: 100%;
	height: auto;
}

.employee-header .navbar a.nav-link {
	color: #38943F;
	padding: 0;
	margin-right: 35px;
}

.employee-header .navbar li:last-child a.nav-link {
	margin-right: 0;
}

.employee-header .navbar a.navbar-brand img {
	width: 110px;
}

.employee-header .profile-drop .dropdown a.dropdown-toggle {
	text-decoration: none;
	display: flex;
	align-items: center;
	column-gap: 10px;
	color: #38943F;
}

.employee-header .profile-drop .dropdown .employee_image {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
	border: 2px solid #245438;
	padding: 4px;
}

.employee-header .profile-drop .profile-dropdown a.dropdown-toggle:after {
	content: "\f107";
	border: 0;
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	font-weight: var(--fa-style, 900);
}

.employee-header .profile-drop .dropdown-menu {
	padding: 0;
	border: 0;
	top: 60px !important;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.employee-header .profile-drop .dropdown-item {
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	padding: 5px 20px;
}

/* Employee Header CSS Ends Here */


/* Banner Area CSS START Here */

.banner_area {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #38943f2e;
	background-blend-mode: multiply;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_area h4 {
	/* text-align: center; */
	color: var(--primary);
	font-size: 50px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.banner_area .breadcrumb {
	/* justify-content: center; */
	margin: 0;
}

.banner_area .breadcrumb ol {
	margin: 0;
}

.banner_area .breadcrumb ol li a {
	color: #000;
	text-decoration: none;
}

.banner_area .breadcrumb-item.active {
	color: var(--primary);
	text-decoration: underline;
}

.banner_area .breadcrumb-item+.breadcrumb-item::before {
	color: #000;
}

/* Employee Sidebar CSS START Here */

.inner_wrap {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f7f7f7;
}

.employee_sidebar {
	width: 100%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 20px 0;
	border-radius: 10px;
	background: #fff;
}

.employee_sidebar .sidebar-top {
	margin: 0 auto 30px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 2px solid #38943F;
	display: block;
	position: relative;
}

a.prfl-edit-btn {
	background: #37923f;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999999999999999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.employee_sidebar .sidebar-top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	padding: 10px;
}

.employee_sidebar .sidebar-inner .navbar-nav {
	justify-content: start;
	text-align: start;
}

.employee_sidebar .sidebar-inner .navbar-nav .nav-link {
	padding: 10px 15px;
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.employee_sidebar .sidebar-inner .navbar-nav .nav-link.active {
	color: #fff;
	background-color: #38943F;
}

.employee_sidebar .sidebar-inner .navbar-nav li:last-child .nav-link {
	border-bottom: 0;
}

/* Employee Dashboard CSS START Here */

.inner_wrap .employee_right_side {
	width: 100%;
	height: auto;

}

.inner_wrap .employee_right_side .custom_header {
	padding: 15px;
	background-color: #38943F;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
}

.inner_wrap .employee_right_side .inner_box {
	width: 100%;
	height: auto;
	padding: 30px 20px;
	background-color: #fff;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.inner_wrap .dashboard-widget {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 0 40px 5px rgb(0 0 0/3%);
}

.inner_wrap .dashboard-widget .dashboard-widget-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	border-radius: 50px;
}

.inner_wrap .dashboard-widget.color-1 {
	background: rgba(98, 89, 202, .15);
	color: #6259ca;
}

.inner_wrap .dashboard-widget.color-1 h1 {
	color: #6259ca;
}

.inner_wrap .dashboard-widget-info span {
	font-weight: 500;
	font-size: 14px;
}

.inner_wrap .dashboard-widget-info h1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.card-row [class*='col-'] {
	padding: 0 7px;
}

.inner_wrap .dashboard-widget.color-1 .dashboard-widget-icon {
	background: #6259ca;
	color: #fff;
}

.inner_wrap .dashboard-widget.color-2 {
	background: rgba(14, 198, 198, .15);
	color: #29bf6c;
}

.inner_wrap .dashboard-widget.color-2 .dashboard-widget-icon {
	background: #29bf6c;
	color: #fff;
}

.inner_wrap .dashboard-widget.color-2 h1 {
	color: #29bf6c;
}

.inner_wrap .dashboard-widget.color-3 {
	background: rgba(239, 29, 38, .15);
	color: #ef1d26;
}

.inner_wrap .dashboard-widget.color-3 h1 {
	color: #ef1d26;
}

.inner_wrap .dashboard-widget.color-3 .dashboard-widget-icon {
	background: #ef1d26;
	color: #fff;
}

.inner-box {
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #fff;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.info-heading {
	border-bottom: 1px dashed #dee2e6;
}

.info-heading h5 {
	font-weight: 600;
	font-size: 18px;
}


.inner_wrap .popular-item-box {
	display: flex;
	gap: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	padding-right: 10px;
	margin-bottom: 20px;
}

.inner_wrap .popular-item-box .popular-item-box-img {
	overflow: hidden;
	border-radius: 12px 0px 0px 12px;
	position: relative;
}

.inner_wrap .popular-item-box .popular-item-box-img img {
	height: 100%;
	;
	width: 135px;
	object-fit: contain;
}

.inner_wrap .popular-item-box .popular-item-box-img .popular-item-box-img-overlay {
	position: absolute;
	top: 12px;
	left: 12px;
	display: flex;
	align-items: center;
	padding: 4px 6px;
	border-radius: 6px;
	background: rgba(0, 9, 41, 0.8);
	z-index: 11;
}

.inner_wrap .popular-item-box .popular-item-box-img .popular-item-box-img-overlay .icon {
	line-height: 0;
}

.inner_wrap .popular-item-box .popular-item-box-img .popular-item-box-img-overlay .text p {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: -0.16px;
	margin: 0;
}

.inner_wrap .popular-item-box .popular-inner-box {
	padding: 14px 0;
	flex: 1;
}

.inner_wrap .popular-item-box .popular-inner-box .popular-item-box-text h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -0.24px;
	color: #424242;
	margin: 0;
}

.inner_wrap .popular-item-box .popular-inner-box .popular-inner-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
}

.inner_wrap .popular-item-box .popular-inner-box .popular-inner-item .icon {
	line-height: 0;
}

.inner_wrap .popular-item-box .popular-inner-box .popular-inner-item .text h5 {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #4d5461;
	margin: 0;
}

.inner_wrap .popular-item-box .popular-inner-box .popular-inner-item-btm {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	border-top: 1px solid rgba(229, 230, 235, 0.4);
}

.inner_wrap .popular-item-box .popular-inner-box .popular-inner-item-btm h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #424242;
	margin-bottom: 8px;
}

.inner_wrap .popular-item-box .popular-inner-box .popular-inner-item-btm .calories-count {
	margin-bottom: 5px;
}

.table th,
.table td {
	font-size: 15px;
	white-space: nowrap;
}

.table th:not(:first-child),
.table td:not(:first-child) {
	min-width: 100px;
}

.table th:first-child,
.table td:first-child {
	width: 100px;
}

.table-prfl-detail th,
.table-prfl-detail td {
	width: 25% !important;

}

.star-group {
	display: flex;
	font-size: 12px;
}

.star-group i {
	color: #FDBC15;
}

.review-wrapper {
	display: flex;
	align-items: center;
}

.review-count {
	color: #5E5E5E;
	font-size: 14px;
}

.custom-modal .modal-header {
	padding: 10px;
}

.custom-modal .modal-header h4 {
	font-size: 18px;
	font-weight: 600;
}

.custom-modal .modal-header .btn-close {
	font-size: 12px;
}

.custom-modal .modal-dialog {
	max-width: 650px;
}

.food-detail-banner {
	height: 200px;
}

.food-detail-banner img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.food-detail-wrapper.text p {
	color: #686868;
	font-size: 18px;
}

.food-detail-wrapper .text .address {
	color: #686868;
	font-size: 16px;
}

.food-detail-title h4 {
	font-size: 18px;
	font-weight: 600;
}

.food-detail-title h6 {
	color: #38943F;
	font-size: 18px;
	font-weight: 600;
}

.description-wrapper {
	padding-top: 10px;
	border-top: 1px solid #69696936;
	margin-top: 20px;
}

.description-wrapper p {
	font-size: 14px;
	color: #696969;
}

ul.food-detail {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -5px 10px;
}

.food-detail li {
	list-style: none;
	display: flex;
	align-items: center;
	background: #38943F;
	padding: 8px 16px;
	color: #fff;
	border-radius: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
}

.food-detail li .food-ic {
	width: 44px;
	height: 44px;
	background: #fff;
	margin-right: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.food-detail li .food-text span {
	font-size: 12px;
}

.food-detail li .food-text h5 {
	margin-bottom: 0;
	font-size: 18px;
}

.bordered-tab {
	border: 1px solid #38943F;
	border-radius: 6px;
	padding: 10px 0;
}

.bordered-tab .nav-item {
	flex: 0 0 50%;
	max-width: 50%;
}

.bordered-tab .nav-link {
	margin-bottom: 0px;
	border: 0;
	width: 100%;
	color: #949494;
	padding: 0;
}

.bordered-tab .nav-link.active {
	border-radius: 0px;
	color: var(--primary);
	font-weight: 600;
}

.bordered-tab .nav-item:nth-child(odd) {
	border-right: 1px solid #38943F;
}

.white-btn {
	background: #fff !important;
	color: var(--primary) !important;
}

/* Employee Dashboard CSS ENDS HERE */


/* start payment page css */
.payment-tabs {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 0;
	margin: 0 -10px;
}

.payment-tabs .nav-link {
	display: block;
	margin-bottom: 0;
	flex: 0 0 25%;
	max-width: 25%;
	border: 0;
	padding: 0 10px;
}

.payment-tabs .nav-link.active,
.payment-tabs .nav-link:hover,
.payment-tabs .nav-link:focus {
	border: 0;
	outline: none;
	box-shadow: unset;
}

.payment-tab-item {
	border: 1px solid #dee2e6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size: 16px;
	color: #777777;
	font-weight: 600;
}

.payment-tabs .nav-link .payment-ic {
	display: block;
	padding-right: 10px;
}

.payment-select {
	margin-bottom: 30px;
	display: flex;
}

.payment-select .form-check {
	display: flex;
	align-items: center;
	padding: 0 25px;
}

.payment-select .payment-ic img {
	width: 110px;
	height: 55px;
	margin: 0 10px;
	object-fit: contain;
}

.payment-select .form-check input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.payment-select .form-check input:focus {
	box-shadow: 0 0 0 0.25rem rgb(55 146 62 / 22%);
}

.pay-label {
	font-size: 16px;
	color: #4f4f4f;
}

.payment-tabs .nav-link.active .payment-tab-item {
	background-color: #38943F24;
	border: 1px solid var(--primary);
}

.selected-payment-col {
	border: 1px solid var(--primary);
	padding: 30px 20px;
	border-radius: 12px;
	background: #dbe8e3;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

.selected-payment-col i {
	color: var(--primary);
	font-size: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.selected-payment-col img {
	object-fit: contain;
	max-width: 130px;
}

/* end payment page css */

/* start lunch credit css */
.blance-card {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: auto;
	background: #38943F1f;
	border: 1px dashed var(--primary);
}

.blance-card h4 {
	font-size: 20px;
	margin-bottom: 10px !important;
	color: var(--primary);
}

.blance-card h2 {
	font-weight: 600;
}

.add-lunch-amount .form-label {
	font-size: 20px;
	color: #212529;
}

.add-lunch-amount .form-control {
	height: 60px;
}

.add-lunch-amount .form-control::placeholder {
	font-size: 20px;
}

.add-lunch-amount p {
	color: #212529ba;
	font-size: 16px;
	font-style: italic;
}

/* end lunch credit css */

/* start reporting css */
.custom-checkbox {
	position: relative;
	padding: 0;
	border: 0;
}

.custom-checkbox input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	border: 0;
	opacity: 0;
}

.custom-checkbox .form-check-label {
	border: 1px solid #77777759;
	width: 100%;
	height: 55px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.custom-checkbox input:checked+.form-check-label {
	background-color: var(--primary);
	color: #fff;
}

.fileformat-check {
	position: relative;
	max-width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;

}

.fileformat-check input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	opacity: 0;
}

.fileformat-check .form-check-label {
	border: 1px solid #e8e8e8;
	padding: 10px;
	border-radius: 4px;
}

.fileformat-check input:checked+.form-check-label {
	border-color: var(--primary);
	background: #F0FEE1;
}

.format-img {
	max-width: 100px;
}

.format-img img {
	width: 100%;
	height: 50px;
	object-fit: contain;
}

/* end reporting css */

/* start employee management  css*/
.image_box {
	width: 100%;
	height: 250px;
}

.image_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.invoice-content ul {
	padding-left: 0;
}

.invoice-content li {
	margin-bottom: 7px;
	display: block;
	padding: 15px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.invoice-content li:last-child {
	border: 0;
}


.invoice-content li h5 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}

.invoice-content li p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.invoice-content .invoice-user-img img {
	border-radius: 56px;
}

.invoice-content .invoice-info {
	position: relative;
	display: block;
}

.invoice-content .invoice-info p {
	margin-bottom: 5px;
}

.invoice-content li span {
	right: 15px;
	display: block;
	font-size: 12px;
	background: #fff;
	padding: 2px 10px;
	border-radius: 16px;
	display: inline-block;
}

/* end employee management css */

/* start notification wrapper */
.notification-wrapper a i {
	color: var(--primary);
	font-size: 20px;
}

.profile-drop .notification-wrapper {
	margin-right: 25px;
}

.profile-drop .notification-wrapper .dropdown-menu {
	top: 35px !important;
	width: 400px;
	right: 0;
	left: unset;
	padding: 15px 0 0;
}

.profile-drop .notification-wrapper .dropdown-menu .notify-item {
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.notification-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 100%;
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.notification-footer:hover {
	text-decoration: underline;
	color: var(--primary);
}

.notification-wrapper .dropdown-toggle::after {
	margin-left: 0px;
	font-size: 14px;
	content: "\f107";
	border: 0;
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	font-weight: var(--fa-style, 900);
}

/* end notification wrapper */

.field-user-contact_no .invalid-feedback {
	display: flex;
}

.field-user-contact_no .iti {
	position: relative;
	display: block !important;
}

.drop-content+span {
	font-size: 13px;
}

.employee_right_side .table th,
.employee_right_side .table td {
	font-size: 15px;
	white-space: nowrap;
	text-wrap: wrap;
	vertical-align:middle;
}

.employee_right_side .table th {
	white-space: nowrap;
	text-wrap: nowrap;
}

.payment-select .form-check .form-check-input {
	margin-bottom: 14px !important;
	margin-right: 3px !important;
}

.btn-action-group {
	display: flex;
}

.inner-box {
	height: 100% !important;
}

.lunch_wrp table th:last-child,
.lunch_wrp table td:last-child {
	text-align: left !important;
}


/*********************pagination start---------------------*/
ul.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	border-bottom: 0 !important;
}

ul.pagination>li {
	display: inline;
	border: 0 !important;
}

.pagination>li>a:hover,
.pagination>li.active>a,
.pagination>.active>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background-color: #38943F;
	border-color: #38943F;
	color: #fff;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: 0;
	line-height: 1.42857143;
	color: #38943F;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

/*********************pagination end---------------------*/

.dropdown-menu.kv-checkbox-list {
	padding: 0;
}

.dropdown-menu.kv-checkbox-list li {
	padding: 5px 15px;
}

.dropdown-menu.kv-checkbox-list li.dropdown-divider {
	padding: 0;
	margin: 0;
}