.header-logo img {
  max-width: 300px;
}
.text-pink {
  color: #e83e8c !important;
}
.text-green {
  color: #8efa00 !important;
}
.submitting {
  display: none;
}
img.footer-partners {
  max-width: 600px;
}

#tpay-payment-submit {
  font-weight: 700 !important;
}
hr.pink {
  border-top: 1px solid #e83e8c;
}
.btn-primary {
  width: 80%; 
  text-transform: uppercase;
}

.seats_selection_container {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.seats_selection_container .showcase {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  background: rgba(0,0,0,0.1);
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.seats_selection_container .showcase li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  line-height: 1em;
}

.seats_selection_container .showcase li small {
  margin-left: 2px;
}

.seats_selection_container .seats_container {
  margin: 20px 0 0;
  max-width: 100%;
  box-sizing: border-box;
}

.seats_selection_container .seats_container .rows .loader {
  color: #eee;
  font-size: 0.7em;
  text-align: center;
}

.seats_selection_container .stage {
  background: #ddd;
  height: 70px;
  width: 500px;
  max-width: 80%;
  margin: 20px 0;
}

.seats_selection_container .stage p {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 20px;
  color: #54279D;
}

.seats_selection_container .seat {
  background-color: #8efa00;
  height: 20px;
  width: 20px;
  margin: 5px;
  color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.seats_selection_container .seats_container .scroll_explainer {
  color: #fff;
  line-height: 1.4em;
  font-size: 0.8em;
  text-align: center;
  display: none;
}

.seats_selection_container .seats_container .level_name {
  color: #fff;
  text-align: center;
}

.seats_selection_container .seats_container .row .row_number {
  width: 30px;
  margin: 5px;
  color: #fff;
  text-align: center;
}
.seats_selection_container .seats_container .row .seats {
  display: flex;
  flex: 1;
  align-items: center;
  overflow-x: auto;  
}
.seats_selection_container .seats_container .row .seats .seat {
  display: inline-block;
  min-width: 20px;
  padding: 1px 0;
  font-weight: 700;
  font-size: 0.7em;
  transition: background-color 0.2s linear;
  text-align: center;
}

.seats_selection_container .seat.selected {
  background-color: #34b5ff;
  color: #fff;
}

.seats_selection_container .seat.occupied {
  background-color: #bb0000;
  color: #fff;
}

.seats_selection_container .seat.hidden {
  background-color: transparent;
  opacity: 0;
}

.seats_selection_container .seats_container .level-1 > .row > .seats > .seat:nth-child(5) {
  margin-right: 18px;
}

.seats_selection_container .seats_container .level-1 > .row > .seats > .seat:nth-child(21) {
  margin-left: 18px;
}

.seats_selection_container .seats_container .level-2 > .row > .seats > .seat:nth-child(4) {
  margin-right: 18px;
}

.seats_selection_container .seats_container .level-2 > .row > .seats > .seat:nth-child(19) {
  margin-left: 18px;
}

.seats_selection_container .seats_container .seat:not(.occupied):hover {
  cursor: pointer;
  transform: scale(1.2);
}

.seats_selection_container .showcase .seat:not(.occupied):hover {
  cursor: default;
  transform: scale(1);
}

.seats_selection_container .text p, .summary .text p {
  margin: 20px 0 10px;
  color: #fff;
  text-align: center;
}

.seats_selection_container .text p span, .summary .text p span {
  color: #8efa00;
  font-weight: 700;
  box-sizing: content-box;
  font-size: 2em;
}

.seats_selection_container .text p input {
  color: #8efa00;
  border-width: 0 0 1px 0;
  border-color: #34b5ff;
  font-weight: 700;
  text-align: center;
  background-color: inherit;
  box-sizing: content-box;
  font-size: 2em;
  width: 200px;
}

@media(max-width: 1130px) {
  .seats_selection_container .seats_container .scroll_explainer {
    display: block;
  }
  .header-logo img {
    max-width: 50%;
  }
  img.footer-partners {
    max-width: 100%;
  }
}