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