2026-01-27 18:27:29 +05:30
|
|
|
.BSBillingNavBar2 {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
padding: 0rem 1rem;
|
|
|
|
|
box-shadow: var(--BOX_SHADOW_LEVEL2);
|
|
|
|
|
background-color: #ffffff;
|
2026-02-05 10:53:48 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
// background-color: #ffffff;
|
2026-02-05 10:53:48 +05:30
|
|
|
.RiVerifiedBadgeFill {
|
|
|
|
|
color: #1292ee !important;
|
|
|
|
|
}
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNav2div2 {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-evenly;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
2026-02-05 10:53:48 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
.bs-membership__icon-btn {
|
|
|
|
|
svg {
|
|
|
|
|
color: #fbbf24;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar2-SearchBar {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 32px;
|
|
|
|
|
// border: 1px solid black;
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.favItem-SearchBar {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 32px;
|
|
|
|
|
border: 1px solid var(--DEFAULT_SELECTED_COLOR);
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-image: url(https://cdn3.iconfinder.com/data/icons/feather-5/24/search-64.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 18px 18px;
|
|
|
|
|
background-position: 95% center;
|
|
|
|
|
padding: 0 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSNavBar2-searchbar-searchicon {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 8px 16px;
|
|
|
|
|
color: var(--DEFAULT_SELECTED_COLOR);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .BSBillingNavBar2-SearchBar {
|
|
|
|
|
// display: flex;
|
|
|
|
|
|
|
|
|
|
// border: 1px solid black;
|
|
|
|
|
// border-radius: 5px;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .BSBillingNav2-search-icon {
|
|
|
|
|
// display: flex;
|
|
|
|
|
// align-items: center;
|
|
|
|
|
// border: 1px solid black;
|
|
|
|
|
// border-radius: 5px;
|
|
|
|
|
// padding: 1px;
|
|
|
|
|
// }
|
|
|
|
|
.BSBillingNav2-toggle-icon {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
transform: scale(1.1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar2-AllIcons {
|
|
|
|
|
display: flex;
|
|
|
|
|
color: var(--DEFAULT_SELECTED_COLOR);
|
|
|
|
|
// column-gap: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingnav2-threedots {
|
|
|
|
|
display: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavList {
|
|
|
|
|
padding: 1.5rem 2rem;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 33vw;
|
|
|
|
|
top: 0;
|
|
|
|
|
// height: 90vh;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-color: white;
|
|
|
|
|
right: 2px;
|
|
|
|
|
transition-duration: 0.6s;
|
|
|
|
|
z-index: 50;
|
|
|
|
|
box-shadow: var(--BOX_SHADOW_LEVEL2);
|
|
|
|
|
color: black;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavItemListCont {
|
|
|
|
|
height: 60vh;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.favsbmtbtn {
|
|
|
|
|
// position: fixed;
|
|
|
|
|
// bottom: 40px;
|
|
|
|
|
// right: 12px;
|
|
|
|
|
// vicky
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: flex-end;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavItemList {
|
|
|
|
|
margin: 0.5rem 0rem;
|
|
|
|
|
padding: 0.5rem 2rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 40px;
|
|
|
|
|
background-color: #fcfcfc;
|
|
|
|
|
// background-color: #fafafa;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
transition-duration: 0.6s;
|
2026-02-05 10:53:48 +05:30
|
|
|
|
|
|
|
|
.anticon {
|
2026-01-27 18:27:29 +05:30
|
|
|
color: red !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavItemList:hover {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 45px;
|
|
|
|
|
background-color: #ebebeb;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
transition-duration: 0.1s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavList-subContainer {
|
|
|
|
|
display: flex;
|
|
|
|
|
column-gap: 2rem;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fav-close {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fav-Downarrow {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.salesUserProfile {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 6px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding: 10px 1rem;
|
|
|
|
|
font-family: 'Poppins';
|
|
|
|
|
|
2026-02-05 10:53:48 +05:30
|
|
|
>div {
|
2026-01-27 18:27:29 +05:30
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 900px) {
|
|
|
|
|
.AddFavList-subContainer {
|
|
|
|
|
display: flex;
|
|
|
|
|
column-gap: 2rem;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavList {
|
|
|
|
|
width: 55vw !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 499px) {
|
|
|
|
|
// .AddFavList .primary_Button {
|
|
|
|
|
// width: 6rem !important;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
.favItem-SearchBar {
|
|
|
|
|
width: 7.6rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.AddFavList {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 17rem;
|
|
|
|
|
width: 100vw !important;
|
|
|
|
|
padding: 1rem 1rem !important;
|
|
|
|
|
// height: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.smallScreenclose {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavItemListCont {
|
|
|
|
|
height: 40vh;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.favItem-SearchBar {
|
|
|
|
|
width: 97%;
|
|
|
|
|
height: 2.8rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fav-close {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
/* background-color: #ff4d4f; */
|
|
|
|
|
/* color: #080808; */
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 23px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fav-Downarrow {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavList .primary_Button {
|
|
|
|
|
width: 12rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.favsbmtbtn {
|
|
|
|
|
bottom: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavList .primary_Button {
|
|
|
|
|
width: 10rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.favIcon {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.AddFavItemList {
|
|
|
|
|
padding: 0.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingnav2-threedots {
|
|
|
|
|
display: flex;
|
|
|
|
|
color: var(--DEFAULT_SELECTED_COLOR);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar2-AllIcons {
|
|
|
|
|
display: none;
|
|
|
|
|
column-gap: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingnav2-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: 60px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar2-AllIcons-column {
|
|
|
|
|
row-gap: 0.8rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNav2div2 .EstimateButton {
|
|
|
|
|
flex-direction: column !important;
|
|
|
|
|
height: max-content !important;
|
|
|
|
|
padding: 5px 2px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNav2div2 .EstimateButton {
|
|
|
|
|
// margin: 0 5px;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingnav2-Smallscreen {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar2-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
|
|
|
|
|
.BSNavBar2-acc {
|
|
|
|
|
color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
column-gap: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSNavBar2-Accmenu {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
right: 0;
|
|
|
|
|
width: 160px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
color: black;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSNavBar2-Acc-menu {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
row-gap: 0.5rem;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSNavBar2-Acc-menu-list {
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSNavBar2-Acc-menu-list:hover {
|
|
|
|
|
color: var(--SELECTED_COLOR);
|
|
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar2-hand {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar2-hand .ant-badge {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 11px;
|
|
|
|
|
top: 10px;
|
|
|
|
|
}
|
2026-01-28 17:27:30 +05:30
|
|
|
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
}
|