@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
.loader {
  margin: 48% auto;
  width: 50px;
  height: 50px;
  display: grid;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, #0000 40%, #000 41%);
  background: linear-gradient(0deg, #ffb70080 50%, #ffb700ff 0) center/4px 100%,
    linear-gradient(90deg, #ffb70040 50%, #ffb700bf 0) center/100% 4px;
  background-repeat: no-repeat;
  animation: s3 1s infinite steps(12);
}
.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

#tooltip {
  background-color: rgb(33, 37, 41) !important;
  border: 1px solid black !important;
  padding: 5px !important;
  border-radius: 10px !important;
  color: rgb(255, 255, 255) !important;
  text-align: center;
}

@keyframes s3 {
  100% {
    transform: rotate(1turn);
  }
}
body {
  margin: 0;
}

#seatmap {
  max-height: 560px;
}

.seatmap-container {
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
.seatmap-container .seat-added {
  width: 100%;
  display: block;
}
/*
.seats-selection {
  height: 560px;
  overflow-y: scroll;
  max-height: 560px;
  background-color: #292B36; }
*/
.seats-selection {
  height: auto !important;
  overflow-y: none !important;
  max-height: auto !important;
  background-color: #292b36;
}

.seats-selection .seats-selection-inner {
  padding: 10px;
  overflow-y: scroll;
}
.seats-selection h3.seats-title {
  padding-top: 15px;
  color: #ffb100;
  font-weight: 700;
  font-size: 16px;
}
.seats-selection #item-template {
  display: none;
}
.seats-selection .item {
  border: 1px solid #353535;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.seats-selection .item .remove-seat {
  position: absolute;
  right: -18px;
  top: -18px;
  cursor: pointer;
}
.seats-selection .item .item-first {
  border-right: solid #b5b5b5 1px;
}
.seats-selection .item .sector-name {
  margin-bottom: 14px;
}
.seats-selection .item .seat-info {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #eeeeee;
  padding-top: 14px;
  padding-bottom: 12px;
}
.seats-selection .item .seat-info span.desc {
  text-transform: uppercase;
}
.seats-selection .item .seat-info .sector-row,
.seats-selection .item .seat-info .sector-seat {
  font-size: 35px;
  line-height: 25px;
  font-weight: 700;
}
.seats-selection .dropbtn {
  color: #353535;
  padding: 10px;
  font-size: 12px;
  border: none;
  background-color: white;
  border: solid #353535 1px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.seats-selection .dropbtn:hover,
.seats-selection .dropbtn:focus {
  background-color: #eeeeee;
}
.seats-selection .dropbtn.selected {
  border: solid #f23d6d 1px;
}
.seats-selection .dropdown {
  margin-top: 10px;
  position: relative;
  display: grid;
}
.seats-selection .dropdown-content {
  transition: all 0.5s ease;
  display: none;
  position: absolute;
  top: 45px;
  background-color: #eeeeee;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: solid #353535 1px;
}
.seats-selection .dropdown-content .seat-variants,
.seats-selection .dropdown-content .seat-variants-cant {
  cursor: pointer;
  padding: 8px;
}
.seats-selection
  .dropdown-content
  .seat-variants
  .seat-variant
  a.seat-variant-action,
.seats-selection
  .dropdown-content
  .seat-variants-cant
  .seat-variant-cant
  a.seat-variant-action-cant {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  width: 100%;
}
.seats-selection
  .dropdown-content
  .seat-variants
  .seat-variant
  a.seat-variant-action:hover,
.seats-selection
  .dropdown-content
  .seat-variants-cant
  .seat-variant-cant
  a.seat-variant-action-cant:hover {
  background-color: white;
}
.seats-selection
  .dropdown-content
  .seat-variants
  .seat-variant
  a.seat-variant-action
  .seat-variant-price,
.seats-selection
  .dropdown-content
  .seat-variants-cant
  .seat-variant-cant
  a.seat-variant-action-cant
  .seat-variant-cantidad {
  font-weight: 900;
}
.seats-selection .show {
  display: block;
  position: initial;
  z-index: 99;
}
.seats-selection .prices {
  margin-top: 10px;
}
.seats-selection .prices span {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 700;
}

.sections {
  height: 560px;
}
.sections .active-section {
  font-weight: 700;
  background-color: #0049ff;
}

.cart {
  display: none;
  position: fixed;
  background-color: #f6f6f6;
  z-index: 9999;
  padding: 10px 20px;
  border: 1px solid black;
  left: 20px;
  top: 100px;
}

.zoom-button-list {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 98;
  transform: translate(0, -50%);
  background-color: rgba(41, 43, 54, 0.75);
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.zoom-button {
  height: 40px;
  width: 40px;
  background-color: #ffb100;
  color: rgba(41, 43, 54, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin: 10px 0;
  user-select: none;
}
.zoom-button:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
}

.checkout-bottom {
  display: none;
  transition: top 0.4s ease;
  width: 100%;
  padding: 20px 10px 20px 10px;
  z-index: 2;
}
.checkout-bottom .total {
  margin-bottom: 15px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-weight: 700;
  border: 1px solid #eeeeee;
}
.checkout-bottom .checkout {
  height: 50px;
}
.checkout-bottom .checkout button.checkout-btn {
  height: 50px;
  width: 100%;
  background-color: #ffb100;
}
.checkout-bottom .checkout button.checkout-btn:hover {
  background-color: #ffc133;
}

.svg-close {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  background-color: #f23d6d;
}

.blink-me {
  animation: blinker 0.4s ease-out 1;
}

@keyframes blinker {
  50% {
    background-color: #b37c00;
  }
}
.upper {
  bottom: 0px !important;
}

#sections {
  transition: bottom 0.4s ease;
  position: absolute;
  bottom: -120px;
  background-color: #eeeeee;
  padding: 10px;
}

.section-name {
  margin-right: 10px;
  margin-left: 3px;
}

.handler-icon {
  cursor: pointer;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -50px;
}

.json-expandable {
  max-height: 200px;
  overflow: auto;
}

#overlay {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#overlay .inner {
  z-index: 1;
  color: white;
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -180px;
  max-width: 360px;
}
#overlay .loader-available {
  margin-top: 10%;
}
#overlay .bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 53, 53, 0.9);
}
