.seatsContainer {
    background-color: #fff;
    border-radius: .6125em;
    color: #212121;
    min-width: -webkit-max-content;
    min-width: max-content;
    padding: .625rem;
    width: -webkit-max-content;
    width: max-content;
}

.seatsContainer .displaySeat table {
    width: 100% !important;
    text-align: right;
}

.seatsContainer {
    width: 100% !important;
}

.frontsection {
    width: 10%;
    margin-right: 30px;
}

.displaySeat {
    width: 90%;
}

.frontsection .seat-d {
    top: -15px;
    left: -15px;
    padding: 0px 10px 0 0;
}

.frontsection .seat-c {

    left: 0;
    padding: 50px 0px 0 0;
}

.frontsection .seat-c,
.frontsection .seat-d {
    border-right: solid 4px #dadada;
}


.seatsContainer .header {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: .625rem 0;
}

.seatsContainer td {
    padding: 0;
}

.Tooltip-Wrapper {
    display: inline-block;
    position: relative;
}

.seatsContainer .seat {
    background: none;
    border: none;
    cursor: pointer;
    font-size: .625rem;
    margin: .1875rem;
    padding: 0;
    position: relative;
}

/* .container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
} */

.seatsContainer .seat.sleeper {
    margin: .15rem;
}

@media (min-width: 1280px) {
    .seatsContainer .header {
        flex-direction: column;
    }
}

@media (min-width: 1280px) {
    .seatsContainer .header svg {
        rotate: 270deg;
    }
}

@media (min-width: 1280px) {
    .seatsContainer .header span {
        rotate: 180deg;
        writing-mode: vertical-rl;
    }
}

@media (min-width: 1280px) {
    .seatsContainer td {
        height: 2rem;
    }
}

@media (min-width: 1280px) {
    .seatsContainer {
        animation-delay: 50ms;
        animation-duration: .2s;
        animation-name: entry-from-left;
    }
}

.seatlist {
    float: right;
    list-style: none;
}

.seat-type-container {
    flex-grow: 1;
}

@media (orientation: landscape) {
    .seat-type-container {
        margin-top: 0rem;
    }
}

.seat-type-container .col {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container .col {
    box-sizing: border-box;
    flex: 1 0;
}

.Disableclick {
    cursor: pointer;
}