.Onewindowt1section {
    display: flex;
    align-items: center; /* Align both heading and buttons vertically at the center */
    /* margin-top: 50px; */
    padding: 10px 0px;
}

.Onewindowt1heading {
    transform: rotate(-90deg);
    white-space: nowrap;
}

.Onewindowt1buttons {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

.Onewindowt1buttons li {
    margin-right: 8px;
}

.Onewindowt1buttons button {
    padding: 15px;
    font-size: 16px;
}

.table-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Align tables to the start of the row */
}

.table-cell {
    display: flex !important;
    flex: 1;
    margin: 5px;
    min-width: calc(5% - 10px);
    max-width: calc(5% - 10px);
    height: 4.5rem;
    background-color: #fff !important;
    border: 1px solid #008d4c;
    padding: 4px;
    color: #008d4c !important;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /* font-size: 0.77rem!important; */
}

.table-cell-active {
    background: linear-gradient(to top, #008d4c, #00bf6f) !important;
    color: #fff !important;
}

.table-cell:hover {
    /* background: linear-gradient(to top, #008d4c, #00bf6f)!important; */
    /* color: #fff!important; */
    border: 2.5px solid #008d4c !important;
}

.table-cell-booked:hover {
    border: none !important;
}

.table-cell-booked {
    background: #ef4444 !important;
    color: #fff !important;
    border: #ef4444 !important;
}

@media (max-width: 1139px) {
    .mainOneWindowContainer .leftSection {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mainOneWindowContainer .rightSection {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .table-cell {
        min-width: 3.5em !important;
        max-width: 3.5em !important;
        height: 3.5em !important;
    }

    .paxTableContainer li {
        margin: 3px !important;
        min-width: 1.8rem !important;
        max-width: 1.8rem !important;
        height: 1.8rem !important;
        font-size: 0.7rem !important;
    }

    .Onewindowt1buttons button {
        padding: 5px 8px !important;
    }

    .StewardList {
        padding: 3px !important;
    }

    .StewardList div {
        height: 2.5rem !important;
        width: 2.5rem !important;
        margin-bottom: 3px !important;
        margin-top: 3px !important;
    }

    .StewardList p {
        font-size: 0.68rem !important;
    }

    .Onewindowt1section h4,
    .Onewindowt1heading,
    .rotateHeadingH4 {
        font-size: 0.65rem !important;
    }
}

@media (max-width: 769px) {
    .table-cell {
        min-width: 4em !important;
        max-width: 4em !important;
        height: 4em !important;
        /* font-size : 0.6rem!important; */
    }

    .StewardList {
        padding: 3px !important;
    }

    .StewardList div {
        height: 2.5rem !important;
        width: 2.5rem !important;
        margin-bottom: 3px !important;
        margin-top: 3px !important;
    }

    .StewardList p {
        font-size: 0.68rem !important;
    }

    .mainOneWindowContainer .leftSection {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mainOneWindowContainer .rightSection {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 480px) {
    .table-cell {
        min-width: calc(
            50% - 10px
        ); /* On even smaller screens, display 2 tables per row */
        max-width: calc(
            50% - 10px
        ); /* On even smaller screens, display 2 tables per row */
    }

    .paxTableContainer li {
        margin: 3px !important;
        min-width: 2.5rem !important;
        max-width: 2.5rem !important;
        height: 2.1rem !important;
        font-size: 0.7rem !important;
    }

    .Onewindowt1section{
        overflow-x: auto!important;
    }
}

/* shift table popup */
.shiftTable .table-cell {
    flex: 1;
    margin: 5px;
    min-width: 4rem !important;
    max-width: 4rem !important;
    height: 4rem;
    background-color: #fff !important;
    border: 1px solid #008d4c;
    padding: 8px;
    color: #008d4c !important;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    font-size: 0.77rem !important;
}

.shiftTable .table-cell-active {
    background: linear-gradient(to top, #008d4c, #00bf6f) !important;
    color: #fff !important;
}

.shiftTable .table-cell:hover {
    background: linear-gradient(to top, #008d4c, #00bf6f) !important;
    color: #fff !important;
}

.shiftTable .table-cell-booked {
    background: #ef4444 !important;
    color: #fff !important;
    border: #ef4444 !important;
}

/* shift table ends */

.tableGrpBtn {
    border: 1px solid #008d4c !important;
    background: #fff !important;
    color: #008d4c !important;
    transition: all 200ms ease-in-out;
}

.tableGrpBtn-active {
    background: linear-gradient(to top, #008d4c, #00bf6f) !important;
    color: #fff !important;
}

.tableGrpBtn:hover {
    /* background: linear-gradient(to top, #008d4c, #00bf6f)!important; */
    /* color: #fff!important; */
    /* border: 2.5px solid #008d4c!important; */
    /* transition: none!important; */
}

.paxTableContainer {
    display: flex;
    overflow: auto;
    width: 100%;
}

.paxTableContainer li {
    flex: 1;
    margin: 5px;
    min-width: 3.8em; /* Initially, display 10 tables per row */
    max-width: 3.8em; /* Initially, display 10 tables per row */
    height: 3.5em;
    background-color: #fff;
    border: 1px solid #008d4c !important;
    padding: 4px;
    color: #008d4c;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.paxTableContainer-active {
    background: linear-gradient(to top, #008d4c, #00bf6f) !important;
    color: #fff !important;
}

.paxTableContainer li:hover {
    /* background: linear-gradient(to top, #008d4c, #00bf6f)!important; */
    /* color: #fff!important; */
    border: 2.5px solid #008d4c !important;
}

.menu-cell:hover {
    border: 2.5px solid #008d4c !important;
    transition: none !important;
}

.menuCategory:hover {
    border: 2px solid #035a31 !important;
    transition: none !important;
}

.StewardContainer {
    display: flex;
    overflow: auto;
    width: 100%;
}

.StewardContainer li {
    flex: 1;
    margin: 5px;
    min-width: calc(9% - 10px); /* Initially, display 10 tables per row */
    max-width: calc(9% - 10px); /* Initially, display 10 tables per row */
    height: auto;
    /* background-color: teal; */
    padding: 4px;
    /* color: rgb(44, 42, 42); */
    text-align: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sidebarButtonContainer ul li a.btn {
    list-style: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.037),
        0 6px 8px rgba(176, 176, 176, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 1rem;
    background: #fff;
    color: #f56616;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    padding: 1rem 0.5rem;
    border-image: linear-gradient(to right, #f56616, #f9a825);
    border-image-slice: 1;
    transition: all 100ms ease-in-out;
}

.sidebarButtonContainer ul li a.btn:hover {
    background: linear-gradient(to right, #fa6915, #fda81f);
    color: #fff !important;
    border: none !important;
}

/* second tab styling starts */
.menuCategory {
    flex: 1;
    margin: 2.5px;
    height: 4.5rem;
    border: 1px solid #008d4c !important;
    color: #008d4c !important;
    background-color: #fff!;
    padding: 4px;
    color: white;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    font-size: 0.7rem !important;
}

.menuCategory-active {
    background: linear-gradient(to top, #008d4c, #00bf6f) !important;
    color: #fff !important;
}

.menuCategory:hover {
    /* background: linear-gradient(to top, #008d4c, #00bf6f)!important; */
    /* color: #fff!important; */
    z-index: 9999 !important;
}

.menuCategory:hover {
    border: 2.5px solid #008d4c !important;
}

@media (max-width: 768px) {
    .menuCategory {
    }
}

@media (max-width: 480px) {
    .menuCategory {
        height: 3.5rem !important;
    }

    .resizable-x {
        overflow-y: scroll !important;
    }

    .thisAddedItemsTable {
        max-height: 22vh!important;
        overflow-y: auto!important;
    }

    .addedMenuBtns{
     position : fixed;
     bottom : 0!important;
     left: 0;
     right: 0;
     justify-content: center;
     background: #fff;
    }

    
}

/* Add custom styles to position the navigation buttons */

.owl-item {
    margin-right: 0 !important;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav button.owl-next {
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    transition: all 200ms ease-in-out;
    margin-right: -16px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    transition: all 200ms ease-in-out;
    margin-left: -12px !important;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(to top, #008d4c, #00bf6f) !important;
    color: #fff !important;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(to top, #008d4c, #00bf6f) !important;
    color: #fff !important;
}

.owl-nav {
    /* position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 100%;
          z-index: 1;
          display: flex;
          justify-content: space-between; */
}

/* .owl-nav .owl-prev,
      .owl-nav .owl-next {
          background-color: #333;
          color: #fff;
          padding: 10px 20px;
          border: none;
          border-radius: 5px;
          cursor: pointer;
          transition: background-color 0.3s;
      } */

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    /* background-color: #555; */
}

.owl-nav .owl-prev {
    /* left: 0; */
}

.owl-prev span {
    display: none !important;
}

.owl-next span {
    display: none !important;
}

.owl-nav .owl-next {
    right: 0;
}

/* Style the navigation buttons text (you can also use font-awesome icons) */
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
    content: "←";
    font-size: 20px;
    padding: 8px 10px;
}

.owl-nav .owl-prev:before:hover {
    color: #fff !important;
}

.owl-nav .owl-next:before:hover {
    color: #fff !important;
}

.owl-nav .owl-next:before {
    content: "→";
}

.owl-next {
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.085), 0 1px 2px rgba(0, 0, 0, 0.134);
    width: 30px;
    text-align: center;
    /* border: 1px solid #f2f2f2; */
    border-radius: 4px;
    transition: all 100ms ease-in-out;
    /* background: #f56616; */
    border: 1px solid #e5e2e2;
    /* color: #fff; */
    padding-top: 0 !important;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5e2e2;
}

.owl-prev {
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.085), 0 1px 2px rgba(0, 0, 0, 0.134);
    width: 30px;
    text-align: center;
    /* border: 1px solid #f2f2f2; */
    border-radius: 4px;
    transition: all 100ms ease-in-out;
    /* background: #f56616; */
    border: 1px solid #e5e2e2;
    /* color: #fff; */
    padding-top: 0 !important;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5e2e2;
}

.search-container {
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-radius: 20px;
    padding: 10px;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.table-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Align tables to the start of the row */
}

.table-cell {
    flex-direction: column;
    flex: 1;
    margin: 4px;
    /* min-width: calc(6.5% - 10px); 
  max-width: calc(6.5% - 10px);  */
    min-width: 6.5em;
    max-width: 6.5em;
    height: 5.2em;
    background-color: teal;
    padding: 4px;
    color: white;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

@media (max-width: 768px) {
    .table-cell {
        min-width: calc(
            20% - 10px
        ); /* On smaller screens, display 5 tables per row */
        max-width: calc(
            20% - 10px
        ); /* On smaller screens, display 5 tables per row */
    }
}

@media (max-width: 480px) {
    .menu-cell {
        min-width: calc(
            25% - 10px
        ); /* On even smaller screens, display 2 menus per row */
        max-width: calc(
            25% - 10px
        ); /* On even smaller screens, display 2 menus per row */
    }
}

.menu-cell {
    transition: all 200ms ease-in-out;
    flex: 1;
    margin: 2.5px;
    min-width: calc(10% - 10px);
    max-width: calc(11% - 10px);
    height: 4.5rem;
    border: 1px solid #008d4c !important;
    background: #fff !important;
    padding: 4px;
    color: #008d4c;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    font-size: 0.6rem !important;
    font-weight: 600 !important;
    /* white-space: nowrap!important; */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.menu-cell img {
    display: none;
}

.MenuCellImg {
    display: flex;
    align-items: flex-end;
    min-width: calc(14% - 5px);
    max-width: calc(14% - 5px);
    height: 6rem !important;
    padding: 0 !important;
    text-align: center !important;
    background-size: cover;

    color: #fff !important;
    /* position: relative!important; */
    font-size: 0.75rem !important;
    text-shadow: 2px 2px 5px #44444417 !important;
}

.MenuCellImg img {
    display: none !important;
    width: 100% !important;
    min-height: 6rem !important;
    max-height: 6rem !important;
    margin-bottom: 0.33rem !important;
    object-fit: cover;
}

.MenuCellImg .itemNameTxt {
    background: #0000003d !important;
    padding: 1px 5px !important;
    width: 100% !important;
}

.menu-cell-active {
    background: linear-gradient(to top, #008d4c, #00bf6f) !important;
    color: #fff !important;
}

.menu-cell:hover {
    /* background: linear-gradient(to top, #008d4c, #00bf6f)!important; */
    /* color: #fff!important; */
}

@media (max-width: 768px) {
    .menu-cell {
        min-width: calc(
            20% - 10px
        ); /* On smaller screens, display 5 menus per row */
        max-width: calc(
            20% - 10px
        ); /* On smaller screens, display 5 menus per row */
    }
}

@media (max-width: 480px) {
    .menu-cell {
        min-width: calc(
            25% - 10px
        ); /* On even smaller screens, display 2 tables per row */
        max-width: calc(
            25% - 10px
        ); /* On even smaller screens, display 2 tables per row */
    }
}

#myTab li button {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    background: #f4f6f9;
    padding: 0.7rem !important;
    border: none !important;
    border-radius: 0 !important;
}

#myTab li button.active {
    background: #fff !important;
}

/* second tab styling ends */

/* 5th tab styling */

.occ-table-cell {
    flex: 1;
    margin: 5px;
    min-width: calc(6% - 10px); /* Initially, display 10 tables per row */
    max-width: calc(6% - 10px); /* Initially, display 10 tables per row */
    height: 4.5rem;
    background-color: tomato;
    padding: 4px;
    color: white !important;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    font-size: 0.77rem !important;
}

@media (max-width: 768px) {
    .occ-table-cell {
        min-width: calc(
            20% - 10px
        ); /* On smaller screens, display 5 tables per row */
        max-width: calc(
            20% - 10px
        ); /* On smaller screens, display 5 tables per row */
    }

    .mobileDrawerWidth {
        width: 95% !important;
    }
}

@media (max-width: 480px) {
    .occ-table-cell {
        min-width: calc(
            50% - 10px
        ); /* On even smaller screens, display 2 tables per row */
        max-width: calc(
            50% - 10px
        ); /* On even smaller screens, display 2 tables per row */
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.tbl tr {
    background: #fff !important;
}

.tbl tr:hover {
    background: #fff !important;
}

.payment-container {
    display: flex;
    flex-flow: row wrap;
}
.payment-container > .payment-radio-container {
    flex: 1;
    /* padding: 0.5rem; */
}

/* input[type="radio"] {
    display: none;
  } */
input[type="radio"]:not(:disabled) ~ .pplogo-container {
    cursor: pointer;
}
input[type="radio"]:disabled ~ .pplogo-container {
    color: #2251fc;
    border-color: #2251fc;
    box-shadow: none;
    cursor: not-allowed;
}
.pplogo-container {
    /* height: 150px; */
    display: flex;
    justify-content: canter;
    align-items: center;
    /* width:200px; */
    background: white;
    border: 2px solid white;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0px 3px 10px -2px rgba(34, 81, 252, 0.5);
    position: relative;
}
input[type="radio"]:checked + .pplogo-container {
    background: #2251fc;
    color: white;
    border: 2px solid #2251fc;
}
input[type="radio"]:checked + .pplogo-container::after {
    /* content: "\F269"; */
    font-family: "Font Awesome 5 Free";
    color: #2251fc;
    border: 1px solid #2251fc;
    font-size: 2.5rem;
    font-weight: 100;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 49px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.payment-container label {
    padding: 5px !important;
}

.payment-container label img {
    height: 30px !important;
    object-fit: scale-down;
}

/* 5th tab styling ends */
