2026-03-11 15:35:19 +05:30
|
|
|
.BSBillingNavBar1,
|
|
|
|
|
.BSBillingNavBar2 {
|
2026-01-27 18:27:29 +05:30
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100vw;
|
2026-03-11 15:35:19 +05:30
|
|
|
height: 42px;
|
|
|
|
|
box-shadow: var(--BOX_SHADOW_LEVEL2);
|
|
|
|
|
padding: 1px 6px;
|
|
|
|
|
gap: 12px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
.NavbarSearchModified {
|
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
|
}
|
|
|
|
|
.custom-input {
|
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
|
border: none;
|
|
|
|
|
font-family: "Poppins";
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
.search-input {
|
|
|
|
|
border: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
|
.nameofBracnchmain {
|
|
|
|
|
width: 100px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ParkingIconDea {
|
|
|
|
|
background-color: #fff !important;
|
|
|
|
|
fill: #1292ee;
|
|
|
|
|
}
|
|
|
|
|
.ParkingIconActive {
|
|
|
|
|
background-color: #fff !important;
|
|
|
|
|
fill: #52c41a;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.BSBillingNavBar3 {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100vw;
|
2026-03-13 16:31:12 +05:30
|
|
|
height: 45px;
|
2026-01-27 18:27:29 +05:30
|
|
|
box-shadow: var(--BOX_SHADOW_LEVEL2);
|
2026-03-11 15:35:19 +05:30
|
|
|
padding: 1px 6px;
|
|
|
|
|
gap: 12px;
|
|
|
|
|
background: linear-gradient(to bottom right, #1e2536, #2a3447);
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
|
.nameofBracnchmain {
|
|
|
|
|
width: 100px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
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);
|
2026-03-11 15:35:19 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
.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;
|
2026-03-11 15:35:19 +05:30
|
|
|
background-color: #e5e5e5;
|
2026-01-27 18:27:29 +05:30
|
|
|
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);
|
2026-03-11 15:35:19 +05:30
|
|
|
@media (max-width: 1024px) {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-right: 1rem;
|
|
|
|
|
}
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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) {
|
|
|
|
|
.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;
|
2026-03-11 15:35:19 +05:30
|
|
|
justify-content: space-between;
|
2026-01-27 18:27:29 +05:30
|
|
|
align-items: center;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@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;
|
2026-03-11 15:35:19 +05:30
|
|
|
gap: 12px;
|
2026-01-27 18:27:29 +05:30
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
2026-03-11 15:35:19 +05:30
|
|
|
@media (max-width: 1024px) {
|
|
|
|
|
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: 100px;
|
|
|
|
|
}
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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-01-28 17:18:34 +05:30
|
|
|
|
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;
|
2026-03-11 15:35:19 +05:30
|
|
|
width: 100%;
|
|
|
|
|
max-width: 300px;
|
2026-02-24 17:19:56 +05:30
|
|
|
.BarCodeScanMaster {
|
|
|
|
|
position: absolute;
|
2026-03-11 15:35:19 +05:30
|
|
|
right: 15px;
|
2026-02-24 17:19:56 +05:30
|
|
|
top: 20%;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
svg {
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-02-26 17:47:48 +05:30
|
|
|
|
|
|
|
|
.MultiSearchIconDiv {
|
2026-03-11 15:35:19 +05:30
|
|
|
color: #333 !important;
|
2026-02-26 17:47:48 +05:30
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
width: 27px !important;
|
|
|
|
|
height: 27px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 10;
|
2026-03-11 15:35:19 +05:30
|
|
|
right: 6px;
|
2026-03-04 12:19:03 +05:30
|
|
|
background-color: unset !important;
|
2026-02-26 17:47:48 +05:30
|
|
|
}
|
|
|
|
|
.custom-input {
|
|
|
|
|
padding: 10px 30px 10px 30px;
|
|
|
|
|
}
|
|
|
|
|
.search-icon {
|
2026-03-12 16:31:02 +05:30
|
|
|
top: 43%;
|
2026-02-26 17:47:48 +05:30
|
|
|
}
|
2026-02-24 17:19:56 +05:30
|
|
|
}
|
2026-03-03 18:27:39 +05:30
|
|
|
.BsNavbar1FullScreen {
|
|
|
|
|
background-color: #1292ee;
|
2026-03-11 15:35:19 +05:30
|
|
|
height: max-content;
|
|
|
|
|
width: max-content;
|
2026-03-03 18:27:39 +05:30
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #fff;
|
2026-03-11 15:35:19 +05:30
|
|
|
padding: 6px;
|
2026-03-03 18:27:39 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BsNavbar1FullScreenExit {
|
|
|
|
|
background-color: #ef4444;
|
2026-03-11 15:35:19 +05:30
|
|
|
height: max-content;
|
|
|
|
|
width: max-content;
|
2026-03-03 18:27:39 +05:30
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
border-radius: 4px;
|
2026-03-11 15:35:19 +05:30
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 19px;
|
2026-03-03 18:27:39 +05:30
|
|
|
color: #fff;
|
2026-03-11 15:35:19 +05:30
|
|
|
padding: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSNavbarHomeIcon {
|
|
|
|
|
color: #1292ee;
|
2026-03-03 18:27:39 +05:30
|
|
|
cursor: pointer;
|
2026-03-11 15:35:19 +05:30
|
|
|
width: 30px !important;
|
|
|
|
|
height: 30px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.NavbarCus-Add {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.PrinterSettingMB {
|
|
|
|
|
color: #1292ee;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BsNavbar-IconSections {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.BSBillingNav1div2 .EstimateButton {
|
|
|
|
|
flex-direction: row !important;
|
|
|
|
|
}
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
// Responsive navbar code
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
.resNavbarMain {
|
|
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-color: #00000056;
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: 99999;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
backdrop-filter: blur(6px);
|
|
|
|
|
animation: fadeInRes 0.3s ease;
|
|
|
|
|
|
|
|
|
|
&.closing {
|
|
|
|
|
animation: fadeOutRes 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ResBsNavbar-IconSections {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: max-content;
|
|
|
|
|
padding: 0 16px;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
animation: slideInRightRes 0.3s ease;
|
|
|
|
|
.BSBillingNav-icon {
|
|
|
|
|
color: #1292ee;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.closing .ResBsNavbar-IconSections {
|
|
|
|
|
animation: slideOutRightRes 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.EstimateButton {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #52c41a;
|
|
|
|
|
background-color: #1292ee;
|
|
|
|
|
height: 30px;
|
|
|
|
|
width: max-content;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
.resnavbarClose {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 12px 0px 0 12px;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: #ff0000;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ReprintIconRes {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
}
|
|
|
|
|
.ParkingIconDea {
|
|
|
|
|
background-color: #1292ee !important;
|
|
|
|
|
}
|
|
|
|
|
.ParkingIconActive {
|
|
|
|
|
background-color: #52c41a !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.NavbarSearchModified {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 2px 6px;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
|
|
|
|
|
.BSNavBarSearchMaster {
|
|
|
|
|
width: 80%;
|
|
|
|
|
}
|
|
|
|
|
.custom-input {
|
|
|
|
|
padding: 6px 0 !important;
|
|
|
|
|
height: unset;
|
|
|
|
|
border: none !important;
|
|
|
|
|
color: #333 !important;
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-radius: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.search-icon {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.Prdinput-container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bothnbavbarIcon {
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInRes {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutRes {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideInRightRes {
|
|
|
|
|
from {
|
|
|
|
|
transform: translateX(100%);
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideOutRightRes {
|
|
|
|
|
from {
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
transform: translateX(100%);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar3 {
|
|
|
|
|
.BSNavbarHomeIcon,
|
|
|
|
|
.nameofBracnchmain,
|
|
|
|
|
.BSBillingNav-icon,
|
|
|
|
|
.favIcon,
|
|
|
|
|
.PrinterSettingMB,
|
|
|
|
|
.UserProfile {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.OtherServiceParking,
|
|
|
|
|
.EstimateButton,
|
|
|
|
|
.WholesaleretialChangeIcon,
|
|
|
|
|
.BsNavbar1FullScreen,
|
|
|
|
|
.BSBillingNavBar1-SearchBar {
|
|
|
|
|
background-color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.ParkingIconDea {
|
|
|
|
|
background-color: #000000 !important;
|
|
|
|
|
fill: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ParkingIconActive {
|
|
|
|
|
background-color: #ffffff !important;
|
|
|
|
|
fill: #52c41a;
|
|
|
|
|
}
|
|
|
|
|
.WholesaleretialChangeIcon svg {
|
|
|
|
|
color: #1292ee !important;
|
|
|
|
|
}
|
|
|
|
|
.favIcon svg {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.BsNavbar1FullScreen {
|
|
|
|
|
color: #1292ee !important;
|
|
|
|
|
}
|
|
|
|
|
.BSBillingNavBar1-SearchBar {
|
|
|
|
|
font-size: 11px !important;
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar3 {
|
|
|
|
|
.ResBsNavbar-IconSections {
|
|
|
|
|
background: linear-gradient(to bottom right, #1e2536, #2a3447);
|
|
|
|
|
}
|
2026-03-03 18:27:39 +05:30
|
|
|
}
|