.magnify {
  margin-bottom: 50px;
}
.magnify ul {
  padding: 0;
  margin: 0;
}
.magnify ul li {
  list-style: none;
  display: inline-block;
}
.magnify ul li a {
  cursor: pointer;
}
.magnify ul li a:hover {
  text-decoration: none;
}
.increase, .decrease, .reset {
  background-color: #8fc53c;
  border-radius: 1rem;
  color: #fff !important;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.56rem 0.8rem;
  font-size: 0.7rem;
}

.table-responsive{
  padding: 20px 0;
}

.seating{text-align: center;user-select: none;}
.seating ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.seating .skewed ul:nth-child(even) li:first-child{
  margin-right: 12px;
}
.seating .skewed ul:nth-child(odd) li:last-child{
  margin-left:12px;
}

.seating ul li {
  list-style: none;
  display: inline-block;
  /*width: 40px;
  height: 40px;*/
  width: 22px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  color: #ccc;
  font-weight: 700;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  
}

.seat{position: relative;}

.seat label {
  display: flex;
  /*color: #277da1;
  color: #88bbd1;
  color: #d1d9dd;*/
  /*color: #93dbcd;*/
  /*color: #93dbb9;*/
  color: #79939b;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  font-size: 12px;
  font-weight: 400!important;
  width: 24px;
  height: 23px;
  margin: 0;
  box-sizing: border-box;
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
  border-radius: 10px 10px 5px 5px;
  user-select: none;
  transition: all 0.1s ease-in-out;
}

.selectedSeats, .seat input{display: none; font-size: 11px}
.seat.available label{
  /*background-color: #277da1;
  background-color: #88bbd1;
  background-color: #d1d9dd;*/
  /*background-color: #93dbcd;*/
  /*background-color: #93dbb9;*/
  background-color: #86bccb;
}
.seat.available label:hover{
/*  background-color: #ff4231;*/
  color: #fff;
}
.seat.unavailable label{
  /*background-color: #999;*/
  /*background-color: #d9d9d9;*/
    background-color: #E7E8EF;
    cursor: auto;
    color: #fff;
}
.seat.protocol label{
    background-color:#f7d86b;
    /*color: #aaa;*/
    /*border-bottom: 4px solid #ffeb94;*/
}
.seat.booked label{
    background: #faa;
    /*border-bottom: 4px solid #faa;*/
}
.seat.choosed label{
    border: 1px solid #000;
    /*border-bottom: 4px solid #faa;*/
}
.seat.reserved label{
/*  background-color: #999999;*/
  background-color: #f00;
  cursor: auto;
  color: #d9d9d9;
}
.seat.scanned label{
/*  background-color: #999999;*/
  background-color: #000;
  cursor: auto;
  color: #d9d9d9;
}

.selectedSeats ul li{width: 80px;
    padding-right: 25px!important;
    position: relative;
    text-align: left;
    background: #e7e7e7;
  }
.circle-top{width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    top: -6px;
    right: 20px;
    z-index: 9;
    border-radius: 50px;}
.circle-bottom{width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    bottom: -6px;
    right: 20px;
    z-index: 9;
    border-radius: 50px;}
.remove-selected-x, .remove-selected{width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ff2d16;
    text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    border-left: 2px dotted #fff;
    font-size: 14px;
  }
.remove-selected-x{background:transparent }

.yourchoise label, .seat input:checked + label/*, .seat label:hover*/{
/*  background-color: #8fc53c;*/
/*  background-color: #ff2d16;*/
  /*background-color: #ff4231;*/
  background-color: #d62728;
  color: #fff;
  border: none!important;
}

.note { margin-left: 20px;}

.note ul {
  padding: 0;
  margin: 0;
}
.note ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.screencontainer {
  background-color: #000;
  text-align: center;
}

.seating ol {
  padding: 0;
  margin: 0;
  text-align: center;
}

.seating ol li {
  list-style: none;
  display: inline-block;
}

.screenPosition{
  /*background: linear-gradient(0deg, rgb(227 227 227 / 0%) 0%, rgb(227 227 227) 100%);
  height: 80px;
  -webkit-transform: perspective(400px) rotateX(10deg);*/
  width: 75%;
  margin: 0 auto 10px;
  border-top: 8px solid #aab9bd;
  background: linear-gradient(0deg, rgb(227 227 227 / 0%) 0%, rgb(172 183 203) 300%);
  height: 90px;
  -webkit-transform: perspective(400px) rotateX(10deg);
  border-radius: 60% 60% 0 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
/*.screen{background: #fff; display: inline-block; position: relative;}
.screen:before{content: '';
    position: absolute;
    top: 12px;
    background: #ccc;
    height: 3px;
    width: 100%;
    left: 0;}*/

/*tooltip*/

.tooltipp {
  position: absolute;
  background-color: #222;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  top: -170%;
  left: 50%;
  width: 110px;
  transform: translateX(-50%);
  opacity: 1!important;
  text-align: center;
  font-size: 12px;
  z-index: 99999;
  pointer-events: none;
}

@media (min-width: 1600px) {
  .seatingBox{
/*    height: 50vh;*/
    /*
    transform: scale(1.20);
    */
    overflow: hidden;
    transform: scale(1.40);
    padding-top: 130px !important;
    margin-bottom: 100px;
    padding-bottom: 60px !important;
  }
  .seat label {
    font-size: 10px;
  }
}

@media (max-width: 1160px) {
  .seating ul li {
    width: 18px;
    height: 23px;
  }
  .seat label {
    width: 20px;
    height: 19px;
  }
}

@media (max-width: 992px) {
  .selectedSeats, .seat input{display: none; font-size: 14px}
}

@media (max-width: 768px) {
  .screenPosition {
    margin: 0 auto;
    width: 100%;
  } 

  /*.seat.available label:hover {
    
    background-color: inherit;
    color: inherit;
  }*/
  
  .seating ul li {
    width: 19px;
    height: 25px;
    font-size: 12px;
  }

  .seat label {
    font-size: 12px;
    font-weight: 400!important;
    width: 20px;
    height: 19px;
    border-radius: 7px 7px 3px 3px;
  }
}

