/* RESTAURANT HOME CSS STARTS HERE */
.common-title h4 {
	font-weight: 700;
}

.restaurant-banner {
	min-height: 780px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/restuarent-banner-bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 50px 0;
}

.restaurant-banner .banner-dis h4 {
	font-size: 50px;
	font-weight: 600;
	line-height: 64px;
}

.restaurant-banner .banner-dis p {
	font-size: 18px;
	margin-bottom: 25px;
	color: rgba(0, 0, 0, 0.54);
}

.restaurant-banner-inr {
	position: relative;
}

.restaurant-banner .avatar {
	position: absolute;
}

.restaurant-banner .avatar.avatar1 {
	top: 0;
	left: 80px;
}

.restaurant-banner .avatar.avatar2 {
	top: 42%;
	left: 0px;
}

.restaurant-banner .avatar.avatar3 {
	bottom: 0;
	left: 120px;
}

.restaurant-banner .avatar.avatar4 {
	left: 80px;
	bottom: 50px;
}

.restaurant-banner .avatar.avatar5 {
	top: 50%;
	left: 0px;
}

.restaurant-banner .avatar.avatar6 {
	top: 70px;
	left: 150px;
}

.why-register {
	position: relative;
	overflow: hidden;
}

.why-register::before {
	content: "";
	position: absolute;
	right: 0;
	top: 100px;
	background-image: url("../img/why-shape.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 96px;
	height: 190px;
}

.why-register .why-right ul {
	margin: 0;
}

.why-register .why-right ul li {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 15px;
	margin-bottom: 30px;
}

.why-register .why-right ul li:last-child {
	margin-bottom: 0;
}

.why-register .why-right ul li .list-count {
	width: 60px;
	min-width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ebeff4;
	background-color: #fff;
	font-size: 20px;
	font-weight: 600;
	color: #212121;
	border-radius: 50%;
}

.why-register .why-right ul li h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	color: #212121;
}

.steps-how-work {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: rgba(78, 183, 17, 0.05);
}

.steps-how-work .feature-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	padding: 24px;
	align-items: center;
	gap: 8px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 1px 5px 0px #2d4aaa0a;
	margin-bottom: 24px;
	border: 1px solid #0000000d;
	will-change: transform, opacity;
	z-index: 1;
}

.steps-how-work .feature-box h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
}

.steps-how-work .feature-box p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

.steps-how-work .feature-box h4,
.steps-how-work .feature-box p {
	text-align: left;
}

.steps-how-work .feature-icon {
	max-height: 200px;
	max-width: 200px;
}

.steps-how-work::before {
	content: unset;
	opacity: 0;
}

.feature-area .features-inner {
	padding: 24px;
	background-color: #fff;
	box-shadow: 0px 1px 5px 0px #2d4aaa0a;
	border: 1px solid #0000000d;
	position: relative;
	z-index: 1;
}

.feature-area .features-inner .feature-box {
	text-align: center;
	padding: 40px;
}

.feature-area .features-inner .feature-box h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
}

.feature-area .features-inner .feature-box p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: rgb(33 33 33/ 54%);
	margin: 0;
}

.client-testimonial {
	position: relative;
	z-index: 1;
}

.client-testimonial::before {
	content: "";
	position: absolute;
	left: 0;
	top: -50%;
	background-image: url("../img/client-shape.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 642px;
	height: 1236px;
	z-index: -1;
}

.client-testimonial .clientSwiper {
	padding-top: 60px;
}

.client-testimonial .client-slider {
	margin-top: -60px;
}

.client-testimonial .client-slide {
	padding: 30px 25px;
	border: 1px solid rgba(78, 183, 17, 0.2);
	border-radius: 8px;
	background: rgba(78, 183, 17, 0.02);
	margin: 10px;
}

.client-testimonial .client-ftr {
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.client-testimonial .client-slide p {
	padding: 20px 0;
	line-height: 30px;
}

.client-testimonial .star-rating i {
	color: #eabf23;
}

.client-testimonial .client-slider .swiper-button-next {
	right: 0;
	left: auto;
	bottom: inherit !important;
	top: 20px;
	width: 50px;
}

.client-testimonial .client-slider .swiper-button-prev {
	right: 5%;
	left: auto;
	bottom: inherit !important;
	top: 20px;
	width: 50px;
}

.faq-area {
	position: relative;
	z-index: 1;
}

.faq-area::before {
	content: "";
	position: absolute;
	margin: 0 auto;
	top: 0;
	width: 80%;
	background-color: rgba(33, 33, 33, 5%);
	height: 2px;
	left: 0;
	right: 0;
}

.faq-area .faq-accordion .accordion-item {
	border-radius: 0 !important;
	margin-bottom: 15px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-color: #ebeff4;
	border-width: 2px;
}

.faq-area .faq-accordion .accordion-button:not(.collapsed) {
	color: #000;
	font-weight: 600;
	background-color: transparent;
	box-shadow: none;
}

.faq-area .faq-accordion .accordion-button:focus-visible {
	border: none;
	box-shadow: none !important;
}

.newsltetter {
	background: url("../img/news-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.newsltetter .img-box {
	background: url("../img/transfoem.png");
	min-height: 400px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 40px;
	display: flex;
	align-items: center;
}

.newsltetter .img-box h4 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 18px;
}

.newsltetter .img-box p {
	color: rgba(255, 255, 255, 0.54);
	font-size: 16px;
	margin-bottom: 18px;
}

/* RESTAURANT HOME CSS ENDS HERE */

/* =============== INNER HEADER STARTS HERE =============== */
.dashboard-wrapper .header-card {
	border-bottom: 1px solid #e3e3e3;
}

/* =============== INNER HEADER ENDS HERE =============== */
.dashboard_content {
	background: #fff;
	border-radius: 0px;
	box-shadow: none;
	padding: 0 0 50px;
}

.db_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}

.db_inr_hd h4 {
	margin-bottom: 0px;
	font-weight: 600;
	text-transform: capitalize;
}

.inner-card-body {
	padding: 30px;
}

/* =============== PROFILE DROPDOWN STARTS HERE =============== */
.hdr-pro-view {
	display: flex;
	align-items: center;
	gap: 3px;
}

.hdr-pro-view .username {
	color: #212121;
}

.hdr-pro-view span {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	display: inline-block;
}

.hdr-pro-view span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hdr-pro-view p {
	margin-bottom: 0;
}

.profile-drop .btn-secondary {
	background: none;
	border: none;
	padding: 0;
}

.profile-drop .dropdown-toggle::after {
	display: none;
}

.profile-drop .dropdown-menu {
	min-width: 220px;
	padding: 0;
	border: none;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	z-index: 999;
}

.profile-drop .dropdown-menu.show li {
	margin-right: 0;
}

.profile-drop .dropdown-menu.show li a {
	padding: 10px 12px !important;
	border-bottom: 1px solid #f4f4f4 !important;
	font-size: 14px;
	color: #000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.profile-drop .dropdown-menu li a span {
	margin-right: 0;
}

.profile-card-drop {
	display: flex;
	align-items: center;
	background: var(--primary-color);
	padding: 14px 12px;
	position: relative;
}

.profile-card-drop span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	min-width: 52px;
	min-height: 50px;
}

.profile-card-drop span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-card-rt h4 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
}

.profile-card-rt p {
	font-size: 14px;
	margin-bottom: 2px;
	color: #fff;
}

.profile-drop .dropdown-item {
	transition: all 0.5s ease-in-out;
}

.profile-drop .dropdown-item:hover {
	background: var(--primary-color);
	color: #fff !important;
}

.profile-drop .btn:first-child:active,
.profile-drop .btn.show {
	background: none !important;
	border-color: none !important;
}

/* =============== PROFILE DROPDOWN CSS ENDS HERE =============== */

/* =============== SIDEBAR CSS STARTS HERE =============== */
.dashboard_menu {
	background: #f4f4f4;
	overflow: hidden;
	border-radius: 0;
	border-right: 1px solid #e3e3e3;
	min-height: 100%;
}

.dasboard_header {
	padding: 30px 0px 20px 0;
	text-align: center;
}

.dasboard_header .dasboard_header_img {
	border: 8px solid #fff;
	box-shadow: 0px 0px 10px #3c3c3c38;
	width: 140px;
	height: 140px;
	position: relative;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.dasboard_header .dasboard_header_img label {
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #4eb711;
	box-shadow: 0px 0px 10px #3c3c3c38;
	cursor: pointer;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
}

.dasboard_header h2 {
	font-size: 22px;
	font-weight: 500;
	color: #212121;
	text-transform: capitalize;
	margin-bottom: 5px;
	margin-top: 15px;
	text-align: center;
}

.dashboard_menu ul li a {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	display: block;
	transition: all 0.3s linear 0s;
	background: none !important;
	color: #212121;
	border-top: 1px solid rgba(0, 128, 128, 0.15);
	padding: 0px 0px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	text-transform: capitalize;
	position: relative;
}

.dashboard_menu ul li a.active,
.dashboard_menu ul li a:hover,
.dashboard_menu ul li a.active span,
.dashboard_menu ul li a:hover span {
	background: var(--primary-color) !important;
	color: #fff !important;
}

.dashboard_menu ul li a span {
	display: inline-block;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	width: 50px;
	height: 50px;
	color: #212121;
	text-align: center;
	line-height: 50px;
	background: #4eb7111a;
	font-size: 18px;
	margin-right: 6px;
}

/* =============== SIDEBAR CSS ENDS HERE =============== */

/* =============== RESTAURANT PANEL CSS STARTS HERE =============== */
.restaurant .dash-widget {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 5px;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
}

.restaurant .dash-widget .value h6 {
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
	color: #212121;
	margin: 0;
}

.restaurant .dash-widget .value p {
	font-size: 16px;
	line-height: 28px;
	color: rgba(33, 33, 33, 54%);
	font-weight: 400;
	margin: 0;
}

.restaurant .dash-widget .icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
}

.restaurant .dash-widget.bx1 .icon {
	background-color: #1ba100;
}

.restaurant .dash-widget.bx2 .icon {
	background-color: #0092dd;
}

.restaurant .dash-widget.bx3 .icon {
	background-color: #ff00ba;
}

.restaurant .dash-widget.bx4 .icon {
	background-color: #ff005a;
}

.restaurant .custom-card {
	width: 100%;
	height: auto;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 8px;
}

.restaurant .custom-card-header {
	padding: 20px;
	border-bottom: 1px solid #ebebeb;
}

.restaurant .custom-card-body {
	padding: 20px;
}

.table.order-request tr td {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding: 13px;
	vertical-align: middle;
	border: 0;
	text-wrap: nowrap;
}

.table.order-request tr td h6 {
	font-size: 16px;
}

.table.order-request tr td p {
	color: rgba(33, 33, 33, 54%);
}

.trending-menus .timeline .timeline-panel {
	padding: 25px 30px 30px 30px;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.trending-menus .timeline .timeline-panel.active,
.trending-menus .timeline .timeline-panel:hover {
	box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.05);
}

.trending-menus .timeline .timeline-panel .media {
	width: 60px;
	height: 60px;
	position: relative;
	overflow: unset;
	border-radius: 0.5rem;
	background: #eee;
	font-size: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	align-self: start;
}

.trending-menus .timeline .timeline-panel .media img {
	border-radius: 0.5rem;
	width: 100%;
}

.trending-menus .timeline .timeline-panel .media .number {
	width: 42px;
	height: 42px;
	border-radius: 40px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	border: 3px solid #fff;
	line-height: 38px;
	transform: translateX(-50%);
	text-align: center;
	background: #ffb800;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.widget-media .timeline .timeline-panel .media-body h4,
.widget-media .timeline .timeline-panel .media-body h5 {
	font-size: 16px;
	line-height: 26px;
}

.widget-media .timeline .timeline-panel .media-body p {
	font-size: 14px;
	line-height: 1.5;
}

.widget-media .timeline li:last-child .timeline-panel {
	margin-bottom: 0;
	border-bottom: 0;
}

.tab-content {
	margin-top: 25px;
}

.custom_nav .nav-link.active,
.custom_nav .show>.nav-link {
	color: #fff !important;
	background-color: #4eb711 !important;
}

.custom_nav .nav-link {
	padding: 12px;
	margin: 0 10px;
	background: transparent !important;
	border-radius: 30px !important;
	border: 1px solid #4eb711 !important;
	width: auto !important;
	white-space: nowrap;
	color: #1ba100 !important;
	max-width: 200px;
	min-width: 130px;
	text-align: center;
}

.custom_nav .nav-link:hover {
	background: #4eb711 !important;
	color: #fff !important;
}

.restaurant_edit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.restaurant_edit a {
	width: 100%;
	text-align: center;
}

.restaurant_edit h6 {
	margin-bottom: 0px;
}

.menu_img_wrp img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 10px;
}

.restaurant_edit .theme-btn {
	font-size: 15px;
	font-weight: 500;
	padding: 8px 38px;
	height: 40px;
	line-height: 22px;
}

.custom_toggle input[type="checkbox"] {
	position: relative;
	width: 46px;
	height: 25px;
	-webkit-appearance: none;
	appearance: none;
	background: #c3c4c2;
	outline: none;
	border-radius: 2rem;
	cursor: pointer;
	box-shadow: inset 0 0 5px rgb(0 0 0/ 50%);
}

.custom_toggle input[type="checkbox"]::before {
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: 0.5s;
}

.custom_toggle input[type="checkbox"]:checked::before {
	transform: translateX(100%);
	background: #fff;
}

.custom_toggle input[type="checkbox"]:checked {
	background: #4caf50;
}

.restaurant-panel .nav-pills .nav-link {
	padding: 10px 0;
	font-size: 16px;
}

.menu_modal .btn-close {
	position: absolute;
	right: 15px;
}

.menu_modal .modal-dialog {
	max-width: 700px;
}

content-wrap .form-check input:checked {
	background-color: #4eb711;
	border-color: #4eb711;
}

.content-wrap p {
	color: rgb(33 33 33/ 55%);
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
}

.form-control[type="file"] {
	line-height: 32px;
}

.content-wrap .card-title {
	margin-bottom: 0.5rem;
	font-size: 19px;
	font-weight: 600;
}

.content-wrap .price {
	color: #000;
	font-size: 15px;
	margin-top: 8px;
}

.order-menu.style-1 img {
	border: 1px solid #4eb711;
	border-radius: 0.625rem;
	height: 4rem;
	object-fit: contain;
	width: 4rem;
}

.orders-img img {
	border-radius: 0.5rem;
	object-fit: cover;
	height: 3rem;
	margin-right: 0.5rem;
	width: 3rem;
}

.orderin-bx {
	border: 1px solid #dbdbdb;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	padding: 1.375rem 1.5rem;
}

.orderin-bx .icon-bx {
	background-color: #f5f5f5;
	border-radius: 0.5rem;
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	margin-left: 0.5rem;
	text-align: center;
	width: 2rem;
}

.orderin-bx:hover {
	background-color: #fff;
	border-color: #4eb711;
}

.orderin-bx:hover .icon-bx {
	background: #4eb711;
	color: #fff;
}

.total_earnings_wrp {
	background: rgb(78 183 17/ 13%);
	text-align: center;
	padding: 30px;
	margin-bottom: 30px;
}

.main-color {
	color: #4eb711;
}

table tr td,
table tr th {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding: 13px;
	vertical-align: middle;
	border: 0;
	text-wrap: nowrap;
}

table tr th {
	font-weight: "700";
}

.table th {
	background: #4eb711 !important;
	color: #fff;
	font-size: 15px;
	text-wrap: nowrap;
}

.table .table-primary th a {
	color: #fff;
}

.table-striped>tbody>tr:nth-of-type(2n+1)>* {
	--bs-table-accent-bg: rgb(78 183 17/ 15%);
}

.profile-img-wrap .profile_img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #eee;
	position: relative;
	margin: 0 auto;
}

.profile-img-wrap .profile_img img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-img-wrap .profile_img label {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 10px #3c3c3c38;
	cursor: pointer;
	transition: all linear 0.3s;
}

.profile_data {
	text-align: center;
	margin-top: 20px;
}

.profile_data .main-color {
	font-size: 20px;
	color: #4eb711 !important;
	font-weight: 600;
}

.profile_data p {
	font-size: 14px;
	margin-bottom: 5px;
}

.profile_right_wrp a {
	width: 100%;
	display: flex;
	align-items: center;
	color: #000;
	margin: 30px 0px;
	font-size: 14px;
}

.profile_right_wrp a i {
	background: rgb(78 183 17/ 15%);
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #4eb711;
	margin-right: 15px;
}

.profile_right_wrp a span i {
	color: #000;
	font-size: 20px;
	background: #0000;
}

.booking-img {
	height: 350px;
}

.booking-img .card-img {
	height: 100%;
	object-fit: cover;
}

.restaurant_photos {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 30px;
}

.restaurant_photos img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.offer_box {
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}

.offer_box img {
	width: 250px;
	margin: 0 auto 12px;
	object-fit: cover;
}

.delete-icon {
	width: 30px;
	height: 30px;
	background: #cd112a;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 13px;
	color: #fff;
	position: absolute;
	right: -10px;
	top: -10px;
}

.review-card {
	padding: 25px;
	margin-bottom: 15px;
	border: 1px solid #dadada;
}

.review-star {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.review-star li {
	display: inline-block;
	font-size: 18px;
	color: #ffc107;
}

.review-card p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.field-icon {
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 70%;
	font-size: 14px;
	transform: translate(-50%, -50%);
}

.notification-area .list-group-item {
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	margin-bottom: 12px;
	transition: all 0.3s ease;
	background-color: #fff;
}

.notification-area .list-group-item.unread {
	background-color: #f9faff;
	border-left: 4px solid #4eb711;
}

.notification-area .list-group-item:hover {
	background-color: #f5f7fa;
	transform: translateY(-2px);
}

.notification-area .icon-circle {
	width: 42px;
	min-width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
}

.notification-area h6 {
	font-weight: 600;
	margin-bottom: 4px;
}

.notification-area .time {
	font-size: 0.8rem;
}

.notification-area .mark-read {
	border-radius: 20px;
	font-size: 0.75rem;
}

.reservation-area .badge {
	font-size: 0.8rem;
	padding: 6px 10px;
	border-radius: 6px;
}

.reservation-area .no-reservation {
	padding: 40px 0;
}

.reservation-area .no-reservation img {
	opacity: 0.8;
}

.reservation-area .detail-card {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	margin-bottom: 20px;
	min-height: 228px;
}

.reservation-area .detail-card .detail-card-head {
	border-bottom: 1px solid #eee;
	padding: 20px;
	font-size: 18px;
}

.reservation-area .detail-card .detail-card-body {
	padding: 20px;
}

.reservation-area .detail-card .detail-card-body ul li {
	margin-bottom: 10px;
	font-size: 14px;
}

.reservation-area .detail-card .detail-card-body ul li:last-child {
	margin: 0;
}

.reservation-area .detail-card .detail-card-body p {
	font-size: 14px;
	line-height: 26px;
}

.custom-multi-upload {
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 8px;
	text-align: center;
	position: relative;
	transition: 0.3s ease;
}

.custom-multi-upload:hover {
	border-color: #4eb711;
}

.custom-multi-upload input[type="file"] {
	display: none;
}

.custom-multi-upload .upload-label {
	display: inline-block;
	cursor: pointer;
	padding: 12px 24px;
	background: #4eb711;
	color: #fff;
	border-radius: 8px;
	font-weight: 500;
	transition: background 0.3s ease;
}

.custom-multi-upload .upload-label:hover {
	background: #4eb711;
}

.custom-multi-upload .preview-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 20px;
	justify-content: flex-start;
}

.custom-multi-upload .preview-item {
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.preview-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preview-actions {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.preview-item:hover .preview-actions {
	opacity: 1;
}

.preview-actions button {
	border: none;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	border-radius: 5px;
	padding: 4px 8px;
	font-size: 13px;
	cursor: pointer;
}

.preview-actions button:hover {
	background: #4eb711;
	color: #fff;
}

.rest-profile-pic {
	position: absolute;
	left: -20px;
	bottom: -13px;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #fff;
	width: 120px;
	height: 120px;
	background: #fff;
}

.rest-profile-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.timing-section {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #dee2e6;
}

.timing-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0;
}

.timing-row:last-child {
	border-bottom: none;
}

.timing-day {
	flex: 1 1 80px;
	font-weight: 600;
	color: #333;
}

.timing-times {
	flex: 1 1 300px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.timing-times input[type="time"] {
	width: 250px;
}

.timing-checkbox {
	flex: none;
	text-align: center;
}

.timing-actions {
	flex: 1 1 80px;
	text-align: right;
}

/* =============== RESTAURANT PANEL CSS ENDS HERE =============== */

/* =============== RESTAURANT RESPONSIVE CSS STARTS HERE =============== */
.header-rt-card .mobile-profile {
	width: 50px;
	height: 50px;
	min-width: 50px;
	overflow: hidden;
	border-radius: 50%;
}

.header-rt-card .mobile-profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.side-bar-links {
	height: calc(100vh - 182px);
}

.side-link-list {
	padding: 0;
}

.side-link-list li {
	border-bottom: 1px solid #ececec;
}

.side-link-list li a {
	padding: 12px 14px;
	display: flex;
	font-size: 18px;
	color: #222;
	align-items: center;
	width: 100%;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.side-link-list li a::after {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-size: 24px;
	color: var(--primary-color);
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.nav-mobile .offcanvas-header {
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
}

.sider-card {
	background: var(--primary-color);
	padding: 20px 15px;
	position: relative;
}

.side-profile-card {
	display: flex;
	align-items: center;
}

.profile-img {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 8px;
	border: 2px solid #fff;
	display: inline-block;
	margin-right: 15px;
}

.profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.side-profile-dis p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 4px;
}

.side-profile-dis h4 {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.sider-card .btn-close {
	position: absolute;
	right: 20px;
	filter: brightness(0) invert(1);
	opacity: 1;
}

.user-mobile .dashboard_menu {
	border-radius: 0;
}

@media (max-width : 991px) {
	.header-logo {
		font-size: 13px;
	}

	.dashboard_menu.user-inr-menu {
		display: none;
	}

	.custom_nav {
		gap: 10px;
	}

	.db_inr_hd h4 {
		font-size: 18px;
	}

	.common-btn {
		padding: 10px 20px;
		font-size: 14px;
	}
}

@media (max-width : 768px) {
	.pd-100 {
		padding: 60px 0;
	}

	.common-title h4 {
		font-size: 30px;
	}

	.restaurant-banner {
		min-height: auto;
		padding: 50px 0;
	}

	.restaurant-banner .banner-dis h4 {
		font-size: 40px;
		line-height: 54px;
	}

	.restaurant-banner .avatar {
		position: absolute;
		z-index: -1;
		opacity: 0.2;
	}

	.restaurant-banner .avatar.avatar4,
	.restaurant-banner .avatar.avatar5,
	.restaurant-banner .avatar.avatar6 {
		display: none;
	}

	.why-register::before {
		display: none;
	}

	.why-right {
		margin-top: 20px;
	}

	.why-register .why-right ul li h5 {
		font-size: 16px;
		line-height: normal;
	}

	.steps-how-work .feature-box {
		flex-direction: column;
	}

	.feature-area .features-inner .feature-box {
		padding: 20px;
	}

	.client-testimonial::before {
		width: 100%;
		height: 100%;
	}

	.client-testimonial .client-slider .swiper-button-prev {
		right: auto;
		left: 30%;
		bottom: 10px !important;
		top: auto;
		width: 50px;
	}

	.client-testimonial .client-slider .swiper-button-next {
		right: 30%;
		left: auto;
		bottom: 10px !important;
		top: auto;
		width: 50px;
	}

	.client-testimonial .clientSwiper {
		padding-bottom: 60px;
	}

	.newsltetter .img-box {
		min-height: 300px;
	}

	.newsltetter .img-box h4 {
		color: #fff;
		font-size: 20px;
		margin-bottom: 18px;
	}

	.reservation-area .table th,
	.reservation-area .table td {
		font-size: 0.85rem;
	}

	.reservation-area .add-reservation-btn {
		font-size: 0.8rem;
		padding: 4px 10px;
	}

	.timing-row {
		flex-direction: inherit;
		align-items: flex-start;
	}

	.timing-day {
		flex: auto;
	}

	.timing-times {
		margin-top: 5px;
		flex: auto;
	}

	.timing-times input[type="time"] {
		width: 80px;
	}

	.timing-checkbox,
	.timing-actions {
		text-align: left;
		margin-top: 5px;
	}

	.inner-banner {
		min-height: 150px;
	}

	.inner-banner h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.participant .doc-bx img {
		width: 100%;
		height: 150px;
		min-height: 150px;
		margin-bottom: 20px;
	}

	.ftr-bottom-links {
		display: none !important;
	}
}

@media (max-width : 576px) {
	.participant .patient-box .info-bx {
		flex-wrap: wrap;
	}

	.db_head {
		flex-wrap: wrap;
		gap: 15px;
	}

	.participant .patient-top {
		flex-wrap: wrap;
		gap: 15px;
	}

	.notification-area .list-group-item {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.notification-area .mark-read {
		margin-top: 8px;
		align-self: flex-end;
	}
}

/* RESTAURANT RESPONSIVE CSS ENDS HERE */

/* External Booking Widget CSS */
.table-select-sec {
	background-image: url('../img/breadcrum-img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.table-select-box {
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: #fff3;
	border: 1px solid #ddd;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.table-select-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}

.table-select-sec .top-title h2 {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
}

.table-select-box .form-control,
.table-select-box .form-select {
	min-height: 45px;
	border-radius: 4px;
	font-size: 14px;
	color: #000;
}

.sumary-box-inr {
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: #ffffff17;
	border: 1px solid #ddd;
	padding: 15px;
}

.reservation-box {
	cursor: pointer;
	background: #4eb711;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	display: block;
	width: 100%;
	margin: 0 0 0 auto;
	transition: all .5s ease-in-out;
	text-align: center;
	max-width: 250px;
}

.slot-box label {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 10px;
	border: 1px solid #fff;
	transition: all 0.3s;
	border-radius: 10px;
	background-color: #cccccc40;
	cursor: pointer;
}

.slot-box input[type="radio"] {
	display: none;
}

.slot-box input[type="radio"]:checked+label {
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
}

.form-check-input:checked {
	background-color: #1ba100;
	border-color: #1ba100;
}

.form-group.res-preview-img img {
	height: 400px !important;
	min-width: 400px;
	border-radius: 16px;
}

.multi-upload .krajee-default.file-preview-frame .kv-file-content {
	width: 213px;
	height: 160px;
	overflow: hidden;
}

#editModalContent img {
	width: 100%;
	object-fit: cover;
}

.required label::after {
	/* color: red; */
	margin-left: 3px;
}

/****New Css Start****/
.table-status .form-select {
	height: 50px;
}

.table-status .form-select:focus {
	box-shadow: none;
	border: 1px solid var(--primary-color);
}

.filter-card-btn {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background: transparent;
	color: #4eb711;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	border: 1px solid #4eb711;
	transition: all .5s ease-in-out;
}

.filter-card-btn:hover {
	background: #4eb711;
	color: #fff;
}

.filter-view-card {
	display: none;
	transition: all 0.3s ease-in-out;
	/* Smooth transition */
	border-bottom: 1px solid #ebebeb;
}

.modify-btn a {
	cursor: pointer;
}

.loyalty-card {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
}

.loyalty-info p {
	margin: 0;
}

.points-reward {
	font-size: 1.1rem;
	font-weight: bold;
	color: #28a745;
}

.use-points-btn {
	font-size: 1rem;
	padding: 10px 20px;
	border-radius: 30px;
}

hr {
	margin: 20px 0;
}

.text-muted {
	color: #6c757d;
}

.text-success {
	color: #28a745 !important;
}

.earn-box p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ftr-icon i {
	font-size: 22px;
	color: #28a745;
	background: #f6fbf3;
}

/* Order Tracking Timeline Styles */
.order-tracking-timeline {
	padding: 20px 0;
}

.tracking-step {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 15px 0;
}

.step-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
	border: 3px solid #e0e0e0;
	background: #f5f5f5;
	color: #999;
	transition: all 0.3s ease;
}

.tracking-step.completed .step-icon {
	background: #28a745;
	border-color: #28a745;
	color: white;
}

.tracking-step.current .step-icon {
	background: #007bff;
	border-color: #007bff;
	color: white;
	animation: pulse 2s infinite;
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
	}

	50% {
		transform: scale(1.05);
		box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
	}
}

.step-content {
	flex: 1;
	padding-top: 5px;
}

.step-title {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.tracking-step.pending .step-title {
	color: #999;
}

.step-connector {
	position: absolute;
	left: 24px;
	top: 65px;
	width: 3px;
	height: calc(100% - 15px);
	background: #e0e0e0;
	transition: background 0.3s ease;
}

.step-connector.completed {
	background: #28a745;
}

.tracking-step:last-child .step-connector {
	display: none;
}

.open-badge,
.close-badge,
.mute-badge {

	color: #fff !important;
	padding: 5px 10px;
	border-radius: 100px;
	display: inline-block;
	font-size: 14px;
}

.open-badge {
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
}

.close-badge {
	border: 1px solid #da1313;
	background-color: #da1313;
	color: white;
}

.mute-badge {
	border: 1px solid #ddd;
	background-color: #ddd;
	color: #000 !important;
}


.close-box,
.open-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

#changepassword-form .field-icon {
	position: absolute;
	z-index: 2;
	right: 40px;
	top: 48px;
	font-size: 14px;
	transform: none;
}