#seating_chart_body{
   /*  background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-left: 1%;
}

form{
    margin-left: 12px;

}

.seat_single{
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    text-align: center;
    vertical-align: center;
    padding: 7px;
    margin-inline-end: 5px;
    margin-block-end: 10px;
    border: 2px solid #5bc0de;
    font-size: 11px;
}

.table_circle{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 25px;
    position: relative;
    text-align: center;
    vertical-align: center;
    padding: 20px;
    margin-inline-end: 10px;
    margin-block-end: 10px;
    border: 2px solid #5bc0de;
}

.seat{
    width:  27px;
    height:  22px;
    display: inline-block;
    /* border-radius: 28px;  */
    position: relative;
    text-align: center;
    vertical-align: center;
    padding: 9px;
    margin-inline-end: 10px;
    margin-block-end: 10px;
    border: 2px solid #5bc0de;

}

.seat.on-hold{
    background: gray;
}

.table.on-hold{
    background: gray;
}


.seat.sold{
    background: gray;
}

.table.sold{
    background: gray;
}



div.table{
    width:  57px;
    height:  22px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: center;
    padding: 9px;
    /* margin-inline-end: 17px; */
    margin-inline-end: 10px;
    margin-block-end: 10px;
    border: 2px solid #5bc0de;

}



.vip{
    border: 3px solid rgb(220, 28, 36);
    width: 45.6042px;
    height: 44.6042px;
    display: inline-block;
    border-radius: 28px;
    position: relative;
    background: rgb(255, 255, 255);
    color: #771010;
    text-align: center;
    /*padding: 4px;*/
}
.seat.active, .seat_single.active{
    background: rgb(18, 117, 6) !important;
}

.table.active, .table_circle.active{
    background: rgb(18, 117, 6) !important;
}


.rotation-handle {
    margin-bottom: -16px;
    /* position: absolute; */
    align-content: flex-start;
    padding-top: 15px;
    margin-left: -27px;
    color: red;
    width: 18px;
    margin-block-start: -54px;


}

.selected-seat{
    border: 3px solid rgb(12, 12, 11);
    width: 45.6042px;
    height: 44.6042px;
    display: inline-block;
    /*border-radius: 28px;*/
    position: relative;

    color: #771010;
    background: rgb(18, 117, 6);
}

.available{
    border: 3px solid rgb(12, 12, 11);
    width: 45.6042px;
    height: 44.6042px;
    display: inline-block;
    /*border-radius: 28px;*/
    position: relative;
    background: rgb(255, 255, 255);
    color: #771010;

}

.reserved{
    border: 3px solid rgb(12, 12, 11);
    width: 45.6042px;
    height: 44.6042px;
    display: inline-block;
    /*border-radius: 28px;*/
    position: relative;
    background: rgb(239, 41, 21);
    color: #771010;
}


#seats-iframe{
    position: relative !important;
    overflow-x: scroll;
    height: 100vh; 
    width:100%
    
    
}

/* .ring {
    background: #ccc;
    height: 98px;
    width: 260px;
    border-radius: 62%;
    padding-bottom: 257px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */


.ring {
    width: 200px;
    height: 200px;
    background:#ccc;
    position: absolute;
    top: 270px;
    left: 40%;
    /* -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
  }
  .ring:before {
    content: ""; 
    width: 200px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 60px solid #ccc;
    border-left: 60px solid white;
    border-right: 60px solid white;
  }
  .ring:after {
    content: "";
    width: 200px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 60px solid #ccc;
    border-left: 60px solid white;
    border-right: 60px solid white;
  }

  .ticket-text-hold, .ticket-text-sold, .ticket-text-lock, .ticket-text{
    display: table;
    font-weight: bold;
    color: black;
    padding-left: 35%;
    font-size: smaller;
    margin-top: -7px;
}
