Android_Retail/src/Styles/BookingScreen/Components/BSNavbar/BSNavbar1.scss

509 lines
8.5 KiB
SCSS
Raw Normal View History

2026-01-27 18:27:29 +05:30
.BSBillingNavBar1 {
display: flex;
align-items: center;
// width: 100%;
width: 100vw;
height: 40px;
background-color: #ffffff;
box-shadow: var(--BOX_SHADOW_LEVEL2);
}
.BSBillingNav1div2 {
display: flex;
justify-content: space-between;
gap: 5px;
align-items: center;
width: 100vw;
color: var(--DEFAULT_SELECTED_COLOR);
.BSBillingNavBar1-SearchBar {
font-size: 12px !important;
font-family: 'Poppins' !important;
font-weight: 500;
justify-content: center;
white-space: nowrap;
background-color: #f4f4f4;
padding: 1px 6px;
div {
text-align: center;
}
}
}
// .BSBillingNav1div2 {
// display: flex;
// justify-content: space-evenly;
// align-items: center;
// width: 100%;
// color: var(--DEFAULT_SELECTED_COLOR);
// }
.BSBillingNavBar1-SearchBar {
display: flex;
font-family: 'Gilroy';
font-weight: 600;
border-radius: 5px;
color: #212529 !important;
font-size: 1.1rem;
text-wrap: nowrap;
}
.vl {
border-left: 0.5px solid rgb(0, 0, 0);
height: 15px;
}
.BSBillingNav1-search-icon {
display: flex;
align-items: center;
border: 1px solid black;
border-radius: 5px;
padding: 1px;
}
.BSBillingNav1-toggle-icon {
padding-left: 5px;
font-size: 25px;
}
.BSBillingNavBar1-AllIcons {
display: flex;
column-gap: 1.7rem;
align-items: center;
color: var(--DEFAULT_SELECTED_COLOR);
justify-content: space-around;
// >div {
// width: 25px !important;
// height: 35px !important;
// }
.bs-membership__icon-btn {
svg {
color: #fbbf24;
}
}
}
.BSBillingnav1-threedots {
display: none;
cursor: pointer;
//nk
width: 1.7rem;
//
margin-right: 1rem;
color: var(--DEFAULT_SELECTED_COLOR);
}
// .BSNavBar1-Accmenu {
// position: absolute;
// right: 0rem;
// width: 160px;
// top: 2rem;
// height: 80px;
// color: black;
// display: flex;
// justify-content: center;
// background-color: #f3f3f3;
// }
.BSBillingNavBar1-smallscreen-Inputsearch-container {
display: none;
align-items: center;
column-gap: 1rem;
}
@media (min-width: 500px) and (max-width: 991px) {
.BSNavBar1-Accmenu {
right: 4.5rem !important;
}
}
@media (min-width: 1000px) and (max-width: 1280px) {
.BSBillingNavBar1-SearchBar {
font-size: 1rem;
}
}
@media (max-width: 1098px) {
.BSNavbar1-timer {
display: none;
}
.BSBillingNavBar1-SearchBar {
display: none;
}
}
@media (max-width: 1000px) {
.BSBillingnav1-threedots {
display: flex;
margin-right: 1rem;
}
.BSBillingNavBar1-AllIcons {
display: none;
column-gap: 1.5rem;
}
.BSBillingNavBar1-smallscreen-Inputsearch-container {
display: flex;
align-items: center;
column-gap: 0.5rem;
}
.BSBillingNavBar1-SearchBar {
display: none;
}
.BSNavbar1-timer {
display: none;
}
.BSBillingNav1div2 {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
column-gap: 0rem !important;
width: 100%;
.ant-select-selector {
height: max-content !important;
padding: 0.2rem !important;
height: 25px !important;
}
}
// .custom-input {
// width: 53vw !important;
// }
.BSBillingNavBar1-Inputsearch {
width: 50vw !important;
height: 2rem;
text-align: center;
font-size: 14px;
}
.BSBillingnav1-Smallscreen {
position: absolute;
right: 0;
top: 40px;
display: flex !important;
border-right: 1px solid rgb(204, 198, 198);
background-color: rgb(255, 255, 255);
z-index: 3 !important;
justify-content: center;
padding: 10px;
box-shadow:
rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
height: 100vh;
width: 80px;
}
}
@media all and (max-width: 499px) {
.BSNavBar1-Accmenu {
right: 0 !important;
top: 40px !important;
}
.BSBillingNav1div2 {
display: flex;
flex-direction: row;
justify-content: space-around !important;
align-items: center;
column-gap: 1rem;
width: 100%;
// margin-left: 10px;
}
.BSNavbar1-timer {
display: none !important;
}
}
// .BSBillingNavBar1-AllIcons-column {
// display: flex;
// flex-direction: column;
// row-gap: 1.5rem;
// }
.BSBillingNavBar1-AllIcons-column {
display: flex;
flex-direction: column;
row-gap: 1.2rem;
color: var(--DEFAULT_SELECTED_COLOR);
height: 100vh !important;
overflow: scroll;
padding-bottom: 20rem;
}
// user detail style
.BSNavBar1-acc {
color: #fff;
display: flex;
align-items: center;
width: 100%;
justify-content: flex-end;
flex-direction: row;
font-size: 20px;
column-gap: 1.5rem;
}
.BSNavBar1-Acc-menu {
cursor: pointer;
display: flex;
justify-content: center;
row-gap: 0.5rem;
flex-direction: column;
text-align: center;
}
.BSNavBar1-Acc-menu-list {
color: black;
font-size: 14px;
}
.BSNavBar1-Acc-menu-list:hover {
color: #52c41a;
font-weight: 600;
}
.BSBillingNavBar1-hand {
position: relative;
}
.BSNavbar1-time-user {
display: flex;
align-items: center;
column-gap: 1rem;
justify-content: flex-end;
margin-right: 1rem;
margin-left: 1rem;
}
.UserProfile {
position: relative;
cursor: pointer;
}
.BSNavBar1-Accmenu {
position: absolute;
right: 3px;
top: 42px;
width: max-content;
height: max-content;
padding: 10px;
z-index: 2;
color: black;
display: flex;
justify-content: center;
background-color: #ffffff;
box-shadow: var(--BOX_SHADOW_LEVEL2);
border-radius: 4px;
}
.MyTime-time {
font-size: 14px !important;
}
.BSBilling7-badge {
position: absolute;
right: 3px;
}
.BSNavbar1-timer {
width: 8rem;
font-family: 'Gilroy';
display: flex;
justify-content: center;
text-wrap: nowrap;
font-weight: 600;
color: #212529 !important;
font-size: 1.1rem;
text-wrap: nowrap;
}
// .BSNavbar1-timer {
// width: 9vw;
// font-family: 'Gilroy';
// font-weight: 600;
// color: #212529 !important;
// font-size: 2.7vh;
// }
.BSBillingNavBar1-logo {
display: flex;
}
.BSBillingNavBar1-logo-smallText {
font-size: 10px;
}
.BSBillingNavBar1-searchbar {
width: 1rem;
}
.BSBillingNav1div2 .ant-input {
width: max-content;
// height: 2rem;
// border-radius: 0;
}
.BSBillingNavBar1-Inputsearch {
width: 21vw;
height: 2rem;
text-align: center;
font-size: 14px;
outline: none;
border: none;
border-radius: 5px;
border: 1px solid;
color: var(--DEFAULT_SELECTED_COLOR);
}
.BSBillingNavBar1-Inputsearch-container {
transition: transform 0.5s;
//nk
// & .custom-input {
// // width: 23vw;
// width: 18vw;
// }
}
.BSBillingnav1-Smallscreen {
display: none;
}
.BSNavbar1-timer .mytimer-width-container {
font-size: 2.7vh;
font-weight: 600;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
.pulse-element {
animation: pulse 2s infinite;
}
.AddFavList-subContainer {
display: flex;
column-gap: 2rem;
flex-wrap: wrap;
flex-direction: row;
width: 100%;
}
@media (max-width: 900px) {
.AddFavList-subContainer {
display: flex;
column-gap: 2rem;
flex-direction: column;
}
.AddFavList {
width: 55vw !important;
}
.favItem-SearchBar {
width: 14rem;
}
}
@media (max-width: 499px) {
.BSBillingNavBar1 {
column-gap: 0.8rem;
}
.BSNavbar1-time-user {
margin: 0 !important;
}
.AddFavList .primary_Button {
width: 6rem !important;
}
// .favItem-SearchBar {
// width: 7.6rem;
// }
.AddFavItemList {
padding: 0 !important;
}
}
@media (max-width: 600px) {
.AddFavList {
// width: 50vw !important;
padding: 2rem 1rem !important;
}
.AddFavList .primary_Button {
width: 10rem;
}
.AddFavItemList {
padding: 0.5rem rem !important;
}
.BSBillingnav2-threedots {
color: var(--DEFAULT_SELECTED_COLOR);
display: flex;
}
.BSBillingNavBar2-AllIcons {
display: none;
column-gap: 1.5rem;
}
.BSBillingnav2-Smallscreen {
height: 95vh;
width: 50px;
right: 0;
top: 40px;
display: flex !important;
border-right: 1px solid rgb(204, 198, 198);
background-color: rgb(255, 255, 255);
position: absolute;
z-index: 3 !important;
justify-content: center;
}
}
.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;
}
}