+ {/* Multiple search */}
+
+
+ setMultiple(true)} />
+
+
+
{Comboglobal === false && (
)}
+
setMultiple(false)}
+ destroyOnClose={true}
+ children={
+ <>
+
+ >
+ }
+ />
>
);
}
diff --git a/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar1.scss b/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar1.scss
index e542f43..2884b12 100644
--- a/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar1.scss
+++ b/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar1.scss
@@ -484,3 +484,26 @@
.DisableIcon {
pointer-events: none;
}
+
+
+.MultiSearchIconDiv {
+ background-color: #1292ee;
+ color: #fff !important;
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ cursor: pointer;
+ width: 35px !important;
+ height: 35px;
+ padding: 6px;
+
+
+ svg {
+ font-size: 22px;
+ width: 35px !important;
+ height: 35px;
+
+ display: flex;
+ }
+}
\ No newline at end of file
diff --git a/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar2.scss b/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar2.scss
index d2c1640..2275894 100644
--- a/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar2.scss
+++ b/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar2.scss
@@ -397,3 +397,26 @@
left: 11px;
top: 10px;
}
+
+
+.MultiSearchIconDiv2 {
+ background-color: #1292ee;
+ color: #ffffff !important;
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ cursor: pointer;
+ width: 32px !important;
+ height: 32px;
+ padding: 4px;
+
+
+ svg {
+ font-size: 22px;
+ width: 32px !important;
+ height: 32px;
+
+ display: flex;
+ }
+}
\ No newline at end of file
diff --git a/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar3.scss b/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar3.scss
index ab7d5c2..3ae00bf 100644
--- a/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar3.scss
+++ b/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar3.scss
@@ -569,9 +569,9 @@
);
background-size: 300% 300%;
animation: rainbowBorder 5s linear infinite;
- -webkit-mask:
- linear-gradient(#fff 0 0) content-box,
- linear-gradient(#fff 0 0);
+ // -webkit-mask:
+ // linear-gradient(#fff 0 0) content-box,
+ // linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
@@ -679,11 +679,11 @@
}
}
- .BSCategory2New {
- // position: absolute;
- // bottom: -50%;
- // height: 0 !important;
- }
+ // .BSCategory2New {
+ // // position: absolute;
+ // // bottom: -50%;
+ // // height: 0 !important;
+ // }
.ant-tooltip {
display: none !important;
@@ -734,3 +734,26 @@
color: #fff;
cursor: pointer;
}
+
+
+.MultiSearchIconDiv3 {
+ background-color: #ffffff;
+ color: #1292ee !important;
+ border-radius: 4px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ cursor: pointer;
+ width: 32px !important;
+ height: 32px;
+ padding: 4px;
+
+
+ svg {
+ font-size: 22px;
+ width: 32px !important;
+ height: 32px;
+
+ display: flex;
+ }
+}
\ No newline at end of file