/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */

#error_message{
    color: red;
}
.my_td{
      border-top:none!important;
      padding: 0.5rem!important;
    }
    .my_table {
      width: 100%;
       margin-bottom: 0rem; 
      background-color: transparent;

    }


.tooltip-my {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.tooltip-my .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #ca7100;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 89%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-my .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ea8504 transparent transparent transparent;
}

.tooltip-my:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.seat_booked {
  background: #FA8072;
}
.seat_available {
  background: #fffff;
}
.seat_selected {
  background: #51a53c;
}
.seat_female {
  background: #e887c6;
}
.seat_agent {
  background: #4d85cc;
}

