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

550 lines
9.2 KiB
SCSS
Raw Normal View History

2026-01-27 18:27:29 +05:30
.BSBillingNavBar1 {
display: flex;
align-items: center;
width: 100vw;
height: 40px;
background-color: #ffffff;
box-shadow: var(--BOX_SHADOW_LEVEL2);
2026-02-24 17:19:56 +05:30
padding: 0 6px;
2026-01-27 18:27:29 +05:30
}
.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;
2026-02-11 17:21:58 +05:30
font-family: "Poppins" !important;
2026-01-27 18:27:29 +05:30
font-weight: 500;
justify-content: center;
white-space: nowrap;
background-color: #f4f4f4;
padding: 1px 6px;
div {
text-align: center;
}
}
2026-02-24 17:19:56 +05:30
.RiVerifiedBadgeFill {
width: 30px;
height: 30px;
border-radius: 6px;
background-color: #1292ee;
padding: 4px;
cursor: pointer;
}
2026-01-27 18:27:29 +05:30
}
.BSBillingNavBar1-SearchBar {
display: flex;
2026-02-11 17:21:58 +05:30
font-family: "Gilroy";
2026-01-27 18:27:29 +05:30
font-weight: 600;
border-radius: 5px;
color: #212529 !important;
font-size: 1.1rem;
text-wrap: nowrap;
2026-02-24 10:51:55 +05:30
width: 95px;
align-items: center;
2026-01-27 18:27:29 +05:30
}
.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;
.bs-membership__icon-btn {
svg {
color: #fbbf24;
}
}
2026-02-24 17:19:56 +05:30
@media (max-width: 1200px) {
column-gap: 1.2rem;
}
2026-01-27 18:27:29 +05:30
}
.BSBillingnav1-threedots {
display: none;
cursor: pointer;
width: 1.7rem;
margin-right: 1rem;
color: var(--DEFAULT_SELECTED_COLOR);
}
.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;
}
.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;
}
}
.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;
2026-03-03 12:59:32 +05:30
width: 100px;
2026-01-27 18:27:29 +05:30
}
}
@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%;
}
.BSNavbar1-timer {
display: none !important;
}
}
.BSBillingNavBar1-AllIcons-column {
display: flex;
flex-direction: column;
row-gap: 1.2rem;
color: var(--DEFAULT_SELECTED_COLOR);
height: 100vh !important;
2026-03-03 12:59:32 +05:30
overflow: auto;
2026-01-27 18:27:29 +05:30
padding-bottom: 20rem;
2026-02-24 17:19:56 +05:30
scrollbar-width: thin;
2026-03-03 12:59:32 +05:30
align-items: center;
2026-01-27 18:27:29 +05:30
}
.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;
2026-02-11 17:21:58 +05:30
font-family: "Gilroy";
2026-01-27 18:27:29 +05:30
display: flex;
justify-content: center;
text-wrap: nowrap;
font-weight: 600;
color: #212529 !important;
font-size: 1.1rem;
text-wrap: nowrap;
}
.BSBillingNavBar1-logo {
display: flex;
}
.BSBillingNavBar1-logo-smallText {
font-size: 10px;
}
.BSBillingNavBar1-searchbar {
width: 1rem;
}
.BSBillingNav1div2 .ant-input {
width: max-content;
}
.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;
}
.BSBillingnav1-Smallscreen {
display: none;
}
.BSNavbar1-timer .mytimer-width-container {
font-size: 2.7vh;
font-weight: 600;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
2026-02-24 10:51:55 +05:30
transform: scale(1.03) !important;
2026-01-27 18:27:29 +05:30
}
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;
}
.AddFavItemList {
padding: 0 !important;
}
}
@media (max-width: 600px) {
.AddFavList {
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;
}
2026-02-17 12:18:40 +05:30
.salesUserProfile {
display: flex;
align-items: center;
gap: 6px;
flex-direction: column;
padding: 10px 1rem;
font-family: "Poppins";
> div {
width: 100%;
font-size: 14px;
display: flex;
align-items: center;
gap: 10px;
}
.BSNavBar1-Acc-menu-list {
padding: 6px 10px;
background-color: #ee0000;
color: #fff;
border-radius: 6px;
cursor: pointer;
display: flex;
align-items: center;
gap: 1rem;
}
img {
width: 70px;
height: 70px;
border-radius: 1000px;
border: 1px solid #a1a1a1;
background-position: center;
}
}
2026-02-24 17:19:56 +05:30
.Navbar1SearchCombo {
.ant-select.ant-select-in-form-item {
width: 25vw !important;
}
.ant-form-item {
margin-bottom: -10px;
}
}
.NavbarDivForSearch {
display: flex;
align-items: center;
column-gap: 4px;
position: relative;
.BarCodeScanMaster {
position: absolute;
right: 10px;
top: 20%;
padding: 0 !important;
svg {
height: 20px;
width: 20px;
}
}
2026-02-26 17:47:48 +05:30
.MultiSearchIconDiv {
color: #1292ee !important;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
width: 27px !important;
height: 27px;
position: absolute;
z-index: 10;
left: 6px;
}
.custom-input {
padding: 10px 30px 10px 30px;
}
.search-icon {
top: 53%;
}
2026-02-24 17:19:56 +05:30
}
.BsNavbar1FullScreen {
background-color: #1292ee;
height: 28px;
width: 28px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
cursor: pointer;
font-size: 18px;
color: #fff;
}
.BsNavbar1FullScreenExit {
background-color: #ef4444;
height: 28px;
width: 28px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
color: #fff;
font-size: 18px;
cursor: pointer;
}