2026-01-27 18:27:29 +05:30
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout1-Master {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2026-03-19 15:50:18 +05:30
|
|
|
row-gap: 0;
|
2026-03-11 19:19:10 +05:30
|
|
|
background-color: #fff;
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
.BSLayout1Standard {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
2026-03-20 16:42:51 +05:30
|
|
|
height: 100%;
|
2026-01-27 18:27:29 +05:30
|
|
|
@media (max-width: 500px) {
|
2026-03-20 16:42:51 +05:30
|
|
|
bottom: 4px;
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
}
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
.layout1-card-content {
|
|
|
|
|
height: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout1-NavBar {
|
|
|
|
|
width: 100%;
|
2026-03-19 15:50:18 +05:30
|
|
|
position: sticky;
|
2026-01-27 18:27:29 +05:30
|
|
|
z-index: 3;
|
2026-03-19 15:50:18 +05:30
|
|
|
top: 0;
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-11 19:19:10 +05:30
|
|
|
.BSLayout1Main {
|
2026-01-27 18:27:29 +05:30
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
2026-03-19 15:50:18 +05:30
|
|
|
height: 91.5vh;
|
|
|
|
|
background-color: #fff;
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingTable-oCbtn {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 5rem;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-11 19:19:10 +05:30
|
|
|
.BSCategoryCardDiv {
|
2026-01-27 18:27:29 +05:30
|
|
|
overflow: hidden;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding: 0rem 0rem;
|
2026-03-11 19:19:10 +05:30
|
|
|
width: 100%;
|
2026-03-19 15:50:18 +05:30
|
|
|
height: 100%;
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
2026-03-13 16:31:12 +05:30
|
|
|
.BSLayout1-Card-Cat-Sub {
|
2026-01-27 18:27:29 +05:30
|
|
|
overflow: hidden;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 85vh;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-11 19:19:10 +05:30
|
|
|
.BSLayout1Master {
|
2026-01-27 18:27:29 +05:30
|
|
|
display: flex;
|
2026-03-19 15:50:18 +05:30
|
|
|
height: 85.5vh;
|
2026-01-27 18:27:29 +05:30
|
|
|
width: 100%;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
overflow: hidden;
|
2026-03-11 19:19:10 +05:30
|
|
|
gap: 6px;
|
2026-03-19 15:50:18 +05:30
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
height: 90vh;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-03-13 16:31:12 +05:30
|
|
|
.CategoryHorizontalNew {
|
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
|
padding: 6px 6px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-11 19:19:10 +05:30
|
|
|
.BSTable3_overall {
|
2026-03-19 15:50:18 +05:30
|
|
|
height: 85vh !important;
|
2026-03-11 19:19:10 +05:30
|
|
|
}
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSCategory1-tablecont {
|
|
|
|
|
width: 430px;
|
2026-03-19 15:50:18 +05:30
|
|
|
height: 85vh;
|
|
|
|
|
margin: 0.1rem 0.1rem;
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 0%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSlayout1-Table5 {
|
|
|
|
|
width: 460px;
|
|
|
|
|
height: clamp(95vh, 51rem, 45vh);
|
2026-03-11 19:19:10 +05:30
|
|
|
margin: 0.1rem 0.1rem;
|
2026-01-27 18:27:29 +05:30
|
|
|
background-color: #fff;
|
2026-03-19 15:50:18 +05:30
|
|
|
|
|
|
|
|
.BSBilling3PayMaster {
|
|
|
|
|
height: 150px;
|
|
|
|
|
}
|
|
|
|
|
.BSBill-Table3-content {
|
|
|
|
|
border-bottom: 1px dashed #000 !important;
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.TableStandardPay {
|
|
|
|
|
bottom: 40px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.BillingLayout-table6 {
|
|
|
|
|
width: 460px;
|
|
|
|
|
height: clamp(95vh, 51rem, 45vh);
|
|
|
|
|
margin: 0.1rem 0.1rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
|
|
|
|
.BSBilling3PayMaster {
|
|
|
|
|
height: 150px;
|
|
|
|
|
}
|
|
|
|
|
.BSBill-Table3-content {
|
|
|
|
|
border-bottom: 1px dashed #000 !important;
|
|
|
|
|
}
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Layout-bill-container {
|
|
|
|
|
width: 100vw;
|
|
|
|
|
height: 30px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
2026-03-19 15:50:18 +05:30
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.pricing-name-details {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.SalesCountComponent-Master {
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
gap: 1rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
|
.SalesCountComponent-Master {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 280px) and (max-width: 499px) {
|
|
|
|
|
.CategoryHorizontal.ant-modal-content {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
opacity: 12% !important;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-13 16:31:12 +05:30
|
|
|
.BSLayout1-Card-Cat-Sub {
|
2026-01-27 18:27:29 +05:30
|
|
|
height: 74vh !important;
|
|
|
|
|
column-gap: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-11 19:19:10 +05:30
|
|
|
.BSLayout1Main {
|
2026-01-27 18:27:29 +05:30
|
|
|
height: 88vh !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout1-ContentDiv {
|
|
|
|
|
height: 100vh;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layout1-card-content {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
height: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-19 15:50:18 +05:30
|
|
|
.BSlayout1-Table5 {
|
|
|
|
|
width: 0px;
|
|
|
|
|
justify-content: flex-end !important;
|
|
|
|
|
margin: 0rem 0rem !important;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
align-items: center !important;
|
|
|
|
|
}
|
|
|
|
|
.BillingLayout-table6 {
|
2026-01-27 18:27:29 +05:30
|
|
|
width: 0px;
|
|
|
|
|
justify-content: flex-end !important;
|
|
|
|
|
margin: 0rem 0rem !important;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
align-items: center !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout1-Master .Table3-Price-summarypop {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout1-Master .Table4-Price-summarypop {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Layout-bill-container {
|
|
|
|
|
height: max-content !important;
|
|
|
|
|
padding: 4px 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 500px) and (max-width: 767px) {
|
2026-03-13 16:31:12 +05:30
|
|
|
.BSLayout1-Card-Cat-Sub {
|
2026-01-27 18:27:29 +05:30
|
|
|
height: 74vh !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layout1-card-content {
|
|
|
|
|
height: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-19 15:50:18 +05:30
|
|
|
.BSlayout1-Table5 {
|
|
|
|
|
width: 0px;
|
|
|
|
|
margin: 0rem 0rem !important;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
justify-content: space-between !important;
|
|
|
|
|
position: fixed !important;
|
|
|
|
|
align-items: center !important;
|
|
|
|
|
}
|
|
|
|
|
.BillingLayout-table6 {
|
2026-01-27 18:27:29 +05:30
|
|
|
width: 0px;
|
|
|
|
|
margin: 0rem 0rem !important;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
justify-content: space-between !important;
|
|
|
|
|
position: fixed !important;
|
|
|
|
|
align-items: center !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (width: 1280px) and (max-height: 1024px) {
|
2026-03-19 15:50:18 +05:30
|
|
|
.BSlayout1-Table5 {
|
|
|
|
|
height: clamp(79.5vh, 80rem, 76vh) !important;
|
|
|
|
|
}
|
|
|
|
|
.BillingLayout-table6 {
|
2026-01-27 18:27:29 +05:30
|
|
|
height: clamp(79.5vh, 80rem, 76vh) !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout1-Master .bs-item-card-masterdiv {
|
|
|
|
|
height: 75vh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Layout-bill-container {
|
|
|
|
|
width: 100vw;
|
2026-03-19 15:50:18 +05:30
|
|
|
height: 36px;
|
2026-01-27 18:27:29 +05:30
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Layout-bill-Subcontainer {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 2px;
|
2026-03-03 12:59:32 +05:30
|
|
|
padding: 0 6px;
|
2026-02-12 18:15:06 +05:30
|
|
|
|
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
|
font-size: 10px;
|
2026-03-19 15:50:18 +05:30
|
|
|
gap: 10px !important;
|
|
|
|
|
justify-content: flex-end !important;
|
2026-03-20 18:18:13 +05:30
|
|
|
.SalesCountComponent-Master{
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.pricing-name-details {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2026-02-12 18:15:06 +05:30
|
|
|
}
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
2026-03-13 16:31:12 +05:30
|
|
|
.Layout-IfNavbar3 {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 2px;
|
|
|
|
|
padding: 2px 6px;
|
|
|
|
|
background: linear-gradient(to bottom right, #2a3447, #1e2536);
|
|
|
|
|
.SalesCountComponent-Master {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.keyboardShortcut {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
height: 25px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
> div {
|
|
|
|
|
padding: 3px 10px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.allpageSettingIcon {
|
|
|
|
|
background-color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.price-change-btn {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
height: 25px;
|
|
|
|
|
width: 45px;
|
|
|
|
|
img {
|
|
|
|
|
height: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
|
font-size: 10px;
|
2026-03-20 16:42:51 +05:30
|
|
|
justify-content: flex-end;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
.SalesCountComponent-Master {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
flex-wrap: nowrap;
|
2026-03-13 16:31:12 +05:30
|
|
|
}
|
|
|
|
|
}
|
2026-01-27 18:27:29 +05:30
|
|
|
|
|
|
|
|
.L .example {
|
|
|
|
|
width: 80%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.L .label-float {
|
|
|
|
|
top: -2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.L {
|
|
|
|
|
height: 32px;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-search .ant-input-affix-wrapper {
|
|
|
|
|
height: 30px !important;
|
|
|
|
|
padding: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 80%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-search .ant-input {
|
|
|
|
|
height: 28px !important;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
padding: 0 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-search .ant-input-suffix {
|
|
|
|
|
height: 28px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-13 16:31:12 +05:30
|
|
|
.custom-search .ant-input-affix-wrapper > input.ant-input {
|
2026-01-27 18:27:29 +05:30
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pricing-name-details {
|
2026-02-12 18:15:06 +05:30
|
|
|
font-family: "Poppins";
|
2026-01-27 18:27:29 +05:30
|
|
|
font-size: 12px;
|
|
|
|
|
background: var(--SELECTED_COLOR);
|
|
|
|
|
padding: 3px 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
color: white;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
margin-left: 8rem;
|
|
|
|
|
font-weight: 400;
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-02-12 18:15:06 +05:30
|
|
|
@media (max-width: 500px) {
|
|
|
|
|
font-size: 10px !important;
|
|
|
|
|
}
|
2026-01-27 18:27:29 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes shake {
|
|
|
|
|
0%,
|
|
|
|
|
100% {
|
|
|
|
|
transform: rotate(0deg);
|
|
|
|
|
}
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
25% {
|
|
|
|
|
transform: rotate(-15deg);
|
|
|
|
|
}
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
50% {
|
|
|
|
|
transform: rotate(15deg);
|
|
|
|
|
}
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
75% {
|
|
|
|
|
transform: rotate(-10deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bell-shake {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
animation: shake 0.5s infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-popover-userpin {
|
|
|
|
|
width: 200px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.userpin-div {
|
|
|
|
|
background-color: #ff4d4f;
|
|
|
|
|
width: 130px;
|
|
|
|
|
padding: 4px 6px;
|
|
|
|
|
border-radius: 4px 4px;
|
|
|
|
|
color: white;
|
|
|
|
|
font-size: 12px;
|
2026-02-12 18:15:06 +05:30
|
|
|
font-family: "POPPINS";
|
2026-01-27 18:27:29 +05:30
|
|
|
font-weight: 500;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
.BookingCloseButton {
|
2026-03-11 19:19:10 +05:30
|
|
|
background: #f70000;
|
2026-01-27 18:27:29 +05:30
|
|
|
color: white;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
.BookingOpenButton {
|
|
|
|
|
background: #52c41a;
|
|
|
|
|
color: white;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
2026-03-11 19:19:10 +05:30
|
|
|
|
2026-01-27 18:27:29 +05:30
|
|
|
.BookingCloseModal {
|
|
|
|
|
.ant-modal .ant-modal-content {
|
|
|
|
|
padding: 10px 10px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navline2LastIcons {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 2px;
|
2026-03-13 16:31:12 +05:30
|
|
|
}
|