.seating-delete {
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  color: red;
}


.tooltip_del .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  position: absolute;
  z-index: 1;
  top: -5px;
  left: 150%;
}

/* .tooltip_del { */
/*   position: relative; */
/*   display: inline-block; */
/* } */

.tooltip_del:hover .tooltiptext {
  visibility: visible;
}

.swal2-styled:focus {
  box-shadow: none !important;
}
