@media (max-width: 600px) {
  body.tableTopBody.body-bg .slideBoxContainer .slideBoxContent a.linkBtn {
        min-height: 40px;
        border-radius: 5px !important;
    }

    body.tableTopBody.body-bg .tableTopHome .tableTopPageContainer.itemsView {
        padding-top: 50px !important;
    }

    body.tableTopBody.body-bg .seatItemsSideBar .imageDiv .memberDetails {
        align-items: center;
    }

    body.tableTopBody.body-bg .seatItemsSideBar .imageDiv {height: max-content;}

    body.tableTopBody.body-bg .seatItemsSideBar .imageDiv .memberDetails .memberImgThumbnail {
        height: 40px;
        width: 40px;
    }

    body.tableTopBody.body-bg .tableTopPageContainer .seatItemsSideBar .seatItemsContainer .itemsDetails .itemsList {height: 100% !important;}

    body.tableTopBody.body-bg .tableTopPageContainer .seatItemsSideBar .seatItemsContainer .seatItemsContent .borderT {
        bottom: 0;
        width: 100%;
    }

    body.tableTopBody.body-bg .itemsSelectionView .itemsList {
        height: 100%;
    }


    body.tableTopBody.body-bg .tableTopPageContainer .checkDetailsView .checkDetailsCard {
        height: 100vh !important;
    }
    .tableTopPage .checkDetailsView .checkDetailsCard .checkDetailsInner .TT_footer_btn {
        padding: 0;
        background: transparent;
        bottom: 0;
    }

    .tableTopPage .checkDetailsView .checkDetailsCard .checkDetailsInner .pTypeBtn {
        background: transparent;
    }
    .tableTopPage .checkDetailsCard .checkDetails .checkDetailsInner {
        height: 100%;
        justify-content: flex-start;
    }
    .tableTopPage .checkDetailsView .checkDetailsCard .checkDetailsInner .TT_footer_btn {
        position: relative;
    }

    .tableTopPage .checkDetailsCard .checkDetails .checkItems,
    .tableTopPage .checkDetailsCard .checkDetails .checkItems .scrollable-items {
        max-height: max-content;
    }
}