::-webkit-scrollbar { display: none; } .BSLayout1-Master { display: flex; flex-direction: column; row-gap: 3rem; } .BSLayout1Standard { overflow: hidden; position: relative; top: 3.2rem; height: 100%; @media (max-width: 768px) { top: 2rem; } @media (max-width: 500px) { top: 2rem; } } .layout1-card-content { height: 100% !important; //nk // height: 85vh !important; // } .BSLayout1-NavBar { width: 100%; position: fixed; z-index: 3; } body { background-color: #f3f3f3; } .BSLayout1 { overflow: hidden; position: relative; top: 2rem; height: 99vh; //nk // height: 94vh; // } .BSBillingTable-oCbtn { font-size: 14px; cursor: pointer; position: fixed; right: 0; top: 5rem; } .BSCategory1-Contentcont { overflow: hidden; display: flex; flex-direction: column; padding: 0rem 0rem; //nk //padding: 1rem 0.3rem; // // width: 100vw; } .BSCategory1-Cardcont { overflow: hidden; display: flex; height: 85vh; // column-gap: 1rem; } .BSLayout1-ContentDiv { display: flex; height: 95vh; width: 100%; justify-content: space-between; overflow: hidden; // background-color:#dbd8d8 } .BSCategory1-tablecont { width: 430px; // height: min(100vh, 66vh); // height: min(100vh, 93vh); // height: calc(36.1em + 1.5vw); height: clamp(100vh, 51rem, 45vh); margin: 0.5rem 0.3rem 1rem 0.3rem; background-color: #fff; } .Layout-bill-container { width: 100vw; height: 30px; // background-color: lightblue; //srinath made changes By Sridhar Anna // margin-top: 9px; align-items: center; display: flex; } @media (min-width: 280px) and (max-width: 499px) { .CategoryHorizontal.ant-modal-content { padding: 0 !important; opacity: 12% !important; } .BSCategory1-Cardcont { height: 74vh !important; column-gap: 0 !important; } .BSLayout1 { height: 88vh !important; } .BSLayout1-ContentDiv { height: 100vh; overflow: auto; } // .layout1-card-content{ // flex-grow: 1; // height: 66vh !important; // } //nk .layout1-card-content { flex-grow: 1; height: 100% !important; //nk //height: 57vh !important; // } //nk // .BSLayout1-Master .bs-item-card-masterdiv { // height: 50vh !important; // } // // .BSCategory1-tablecont { 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; } //nk .Layout-bill-Subcontainer { font-size: 10px; flex-wrap: wrap; } .pricing-name-details { font-size: 10px !important; } .Layout-bill-container { height: max-content !important; padding: 4px 0; } // } @media (min-width: 500px) and (max-width: 767px) { .BSCategory1-Cardcont { height: 74vh !important; } //nk // .BSLayout1-Master .bs-item-card-masterdiv { // height: 55vh !important; // } // .layout1-card-content { height: 100% !important; //nk // height: 65vh !important; // } .BSCategory1-tablecont { width: 0px; margin: 0rem 0rem !important; display: flex !important; justify-content: space-between !important; position: fixed !important; align-items: center !important; // bottom: 0px; // background:rgb(255, 255, 255) !important; } //nk .Layout-bill-Subcontainer { font-size: 12px; } // } @media (width: 1280px) and (max-height: 1024px) { .BSCategory1-tablecont { height: clamp(79.5vh, 80rem, 76vh) !important; } } //nk .BSLayout1-Master .bs-item-card-masterdiv { height: 75vh; } .Layout-bill-container { width: 100vw; height: 30px; // background-color: lightblue; //srinath made changes By Sridhar Anna // margin-top: 9px; align-items: center; display: flex; } .Layout-bill-Subcontainer { display: flex; width: 100%; justify-content: space-around; font-weight: 600; align-items: center; gap: 2px; } .L .example { width: 80%; } .L .label-float { top: -2px; } .L { height: 32px; /* Set the height of the navbar to 30px */ margin-top: 0px; /* Remove margin for the navbar */ } .custom-search .ant-input-affix-wrapper { height: 30px !important; /* Match the height of the navbar */ padding: 0; /* Remove any padding */ display: flex; /* Use flexbox to align items */ align-items: center; /* Vertically center the input */ width: 80%; } .custom-search .ant-input { height: 28px !important; /* Slightly less than 30px to fit within the wrapper */ font-size: 10px; /* Adjust font size as needed */ line-height: 28px; /* Align text vertically */ padding: 0 8px; /* Adjust padding to fit the input field */ } .custom-search .ant-input-suffix { height: 28px; /* Ensure the clear icon fits */ display: flex; align-items: center; } .custom-search .ant-input-affix-wrapper > input.ant-input { padding: 0; } .pricing-name-details { font-family: 'Poppins'; font-size: 12px; background: var(--SELECTED_COLOR); padding: 3px 5px; border-radius: 5px; color: white; white-space: nowrap; margin-left: 8rem; font-weight: 400; } @keyframes shake { 0%, 100% { transform: rotate(0deg); } 25% { transform: rotate(-15deg); } 50% { transform: rotate(15deg); } 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; font-family: 'POPPINS'; font-weight: 500; cursor: pointer; } .BookingCloseButton { background: red; color: white; border: none; padding: 2px; border-radius: 5px; } .BookingOpenButton { background: #52c41a; color: white; border: none; padding: 2px; border-radius: 5px; } .BookingCloseModal { .ant-modal .ant-modal-content { padding: 10px 10px !important; } } .navline2LastIcons { display: flex; align-items: center; gap: 2px; }