Android_Retail/src/Styles/BookingScreen/Template/BSLayout3/BSLayout3.scss

521 lines
9.0 KiB
SCSS

.BSLayout3-Master {
display: flex;
flex-direction: column;
row-gap: 0;
}
.BSLayout3-NavBar {
width: 100%;
z-index: 3;
background-color: #000;
}
.BSLayout3 {
overflow: hidden;
position: relative;
}
.BSLayout3Standard {
overflow: hidden;
position: relative;
top: 2.2rem;
height: 100%;
@media (max-width: 768px) {
top: 3.5rem;
}
@media (max-width: 500px) {
top: 3rem;
}
}
.BSBillingTable-oCbtn {
font-size: 14px;
cursor: pointer;
position: fixed;
right: 0;
top: 5rem;
}
.BSCategory3-Contentcont {
overflow: hidden;
display: flex;
flex-direction: column;
width: 100vw;
}
.BSCategory3-Cardcont {
overflow: auto;
display: flex;
height: 100%;
margin-top: 10px;
}
.BsLayout3-ContentDiv {
display: flex;
overflow: hidden;
height: 86vh;
justify-content: space-between;
gap: 6px;
padding: 0 4px;
}
.BSCategory3-tablecont {
width: 430px !important;
height: 86vh;
background-color: #fff;
@media (max-width: 768px) {
width: 100% !important;
}
}
@media (min-width: 280px) and (max-width: 499px) {
.BSLayout3-Master .BSTable3_overall {
height: 0vh !important;
}
.BSLayout3-Master .bs-item-card-masterdiv {
height: 68%;
}
.BSLayout3-Master .BSBTOverall6-defaultscreen {
height: 0 !important;
}
.BSLayout3-Master .BSCategory3-Cardcont {
height: 94% !important;
}
.BSLayout3-Master .BSBTOverall1-div {
bottom: 0;
}
.BsLayout3-ContentDiv {
display: flex;
overflow: hidden;
height: 74vh !important;
}
.BSLayout3-Master .Table4-Price-summarypop {
display: none;
}
.BSCategory3-tablecont {
width: 100% !important;
justify-content: flex-end !important;
height: 104px;
display: flex !important;
position: fixed !important;
align-items: center !important;
bottom: 0;
}
.BSLayout3-Master .BsTable2-Master {
height: 0vh !important;
}
}
@media (min-width: 500px) and (max-width: 767px) {
.BSLayout3-Master .BSTable3_overall {
height: 0px !important;
}
.BSLayout3-Master .BSBTOverall6-defaultscreen {
height: 0 !important;
}
.BSLayout3-Master .bs-item-card-masterdiv {
height: 70% !important;
}
.BSLayout3-Master .BSCategory3-Cardcont {
height: 80% !important;
}
.BSLayout3-Master .BSBTOverall1-div {
bottom: 0;
}
.BSLayout3-Master .BsTable2-Master {
height: 0vh !important;
}
.BSCategory3-tablecont {
height: 60px;
display: flex !important;
justify-content: space-between !important;
position: fixed !important;
align-items: center !important;
bottom: 33px;
background: rgb(255, 255, 255) !important;
}
}
@media (width: 1280px) and (max-height: 1024px) {
.BSCategory3-tablecont {
height: clamp(66.5vh, 71rem, 79vh) !important;
}
}
.BSLayout3-Master .BSBTOverall1-Default {
height: 79vh;
}
.BSLayout3-Master .BsTable2-Master {
height: 79vh;
}
.BSLayout3-Master .BSTable3_overall {
height: 79vh;
}
.BSLayout3-Master .BSBilling4TableCont-default {
height: 79vh;
}
.BSLayout3-Master .BSBillingTable5-table-master-div {
height: 79vh;
}
.BSLayout3-Master .BSBTOverall6-defaultscreen {
height: 79vh;
}
.BSLayout3-Master .bs-item-card-masterdiv {
height: 100%;
}
.example1 {
height: 20px;
background-color: var(--ERROR_COLOR);
overflow: hidden;
position: relative;
}
.example1 p {
width: 100%;
font-weight: 600;
font-size: 12px;
color: #fff;
position: absolute;
text-align: center;
/* Starting position */
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
/* Apply animation to this element */
-moz-animation: example1 10s linear infinite;
-webkit-animation: example1 10s linear infinite;
animation: example1 20s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
0% {
-moz-transform: translateX(100%);
}
40% {
-moz-transform: translateX(0%);
}
60% {
-moz-transform: translateX(0%);
}
100% {
-moz-transform: translateX(-100%);
}
}
@-webkit-keyframes example1 {
0% {
-webkit-transform: translateX(100%);
}
40% {
-webkit-transform: translateX(0%);
}
60% {
-webkit-transform: translateX(0%);
}
100% {
-webkit-transform: translateX(-100%);
}
}
@keyframes example1 {
0% {
-moz-transform: translateX(100%);
/* Firefox bug fix */
-webkit-transform: translateX(100%);
/* Firefox bug fix */
transform: translateX(40%);
}
40% {
-moz-transform: translateX(0%);
/* Firefox bug fix */
-webkit-transform: translateX(0%);
/* Firefox bug fix */
transform: translateX(0%);
}
60% {
-moz-transform: translateX(0%);
/* Firefox bug fix */
-webkit-transform: translateX(0%);
/* Firefox bug fix */
transform: translateX(0%);
}
100% {
-moz-transform: translateX(-100%);
/* Firefox bug fix */
-webkit-transform: translateX(-100%);
/* Firefox bug fix */
transform: translateX(-43%);
}
}
.example2 {
height: 20px;
overflow: hidden;
background-color: var(--ERROR_COLOR);
position: relative;
}
.example2 p {
text-align: center;
width: 100%;
color: #fff;
font-weight: 600;
position: absolute;
font-size: 12px;
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
-moz-animation: example2 20s linear infinite 0s;
-webkit-animation: example2 20s linear infinite 0s;
animation: example2 20s linear infinite 0s;
}
@-moz-keyframes example2 {
0% {
-moz-transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%);
}
}
@-webkit-keyframes example2 {
0% {
-webkit-transform: translateX(100%);
}
100% {
-webkit-transform: translateX(-100%);
}
}
@keyframes example2 {
0% {
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(40%);
}
100% {
-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-35%);
}
}
.example3 {
height: 20px;
overflow: hidden;
position: relative;
background-color: var(--ERROR_COLOR);
}
.example3 p {
color: #fff;
width: 100%;
position: absolute;
text-align: center;
font-size: 12px;
font-weight: 600;
/* Starting position */
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
/* Apply animation to this element */
-moz-animation: example3 10s linear infinite;
-webkit-animation: example2 10s linear infinite;
animation:
example3 20s linear infinite,
Blink 0.5s 1s infinite;
}
@-moz-keyframes example3 {
0% {
-moz-transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%);
}
}
@-webkit-keyframes example3 {
0% {
-webkit-transform: translateX(100%);
}
100% {
-webkit-transform: translateX(-100%);
}
}
@keyframes example3 {
0% {
-moz-transform: translateX(100%);
/* Firefox bug fix */
-webkit-transform: translateX(100%);
/* Firefox bug fix */
transform: translateX(40%);
}
100% {
-moz-transform: translateX(-100%);
/* Firefox bug fix */
-webkit-transform: translateX(-100%);
/* Firefox bug fix */
transform: translateX(-35%);
}
}
@keyframes Blink {
0%,
50% {
opacity: 1;
}
25% {
opacity: 0;
}
}
.NosDays {
width: max-content;
padding: 0rem 0.4rem;
background-color: #fff;
font-size: 12px;
border-radius: 3px;
color: #000;
}
.upgrdbtn {
font-size: 10px;
width: max-content;
height: 10px;
padding: 0rem 0.4rem;
background-color: gold;
color: #000;
cursor: pointer;
}
.upgrdbtn:hover {
background-color: #fff;
}
.Expired {
font-weight: 600;
color: #ffffff;
}
.ExpiredMessage {
color: #fff;
}
.Layout-bill-Subcontainer {
display: flex;
width: 100%;
justify-content: space-around;
font-weight: 600;
align-items: center;
gap: 2px;
padding: 0 6px;
@media (max-width: 500px) {
font-size: 10px;
}
}
.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;
flex-wrap: wrap;
}
}
.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;
@media (max-width: 500px) {
font-size: 10px !important;
}
@media (max-width: 768px) {
display: none;
}
}
.RenewalExpired {
background-color: #ff0000;
}