body {
    background-color: #f86daa;
    margin: 0;
    display: block;
    padding: 0px;
}
.custom-shape-divider-top-1624566418 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: -1;
}

.custom-shape-divider-top-1624566418 svg {
    position: relative;
    display: block;
    width: calc(113% + 1.3px);
    height: 214px;
    z-index: -1;
}

.custom-shape-divider-top-1624566418 .shape-fill {
    fill: #EE733A;
    z-index: -1;
}

.container {
    background: #d6d6d6;
    display: flex;
    height: 64vh;
    margin-top: 14%;
    flex-direction: column;
    margin-bottom: 0%;
    margin-left: 20%;
    margin-right: 20%;
    padding: 1% 3% 1% 3%;
    border-radius: 15px;
    z-index: 1;

    /* box-shadow: 6px 6px 13px #b6b6b6,
        -6px -6px 13px #f6f6f6; */
}

.op {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 100%;
    width: 100%;
    grid-gap: 20px;

}

.seats {
    border-radius: 50px;
    background: #d6d6d6;
    box-shadow: 6px 6px 13px #b6b6b6,
        -6px -6px 13px #f6f6f6;
    cursor: pointer;
    border-radius: 15px;
    display: inline-block;

}

.seats:hover {
    background: linear-gradient(145deg, #c1c1c1, #e5e5e5);
    box-shadow: 6px 6px 13px #6d6d6d,
        -6px -6px 13px #ffffff;
}

.seatsclicked {
    background: #d6d6d6;
    box-shadow: inset 6px 6px 13px #adadad,
        inset -6px -6px 13px #ffffff;
    border-radius: 15px;

}
.seatsleft{
    display: float;
    float: right;
}
