body {
  margin: 0;
  padding: 0;
}
.event-detail__tier {
  padding: 17px 35px 20px;
  background-color: #fff;
}
.event-detail__tier-name {
  font-family: Inter-Bold;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  padding-right: 20%;
  color: black;
  font-size: 0.85rem;
  font-family: 'Bebas Neue';
  letter-spacing: 0.2em;
  margin-top: 16px;
  margin-bottom: 8px;
}
.event-detail__tier-status {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.event-detail__tier-status.ticket-button {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  border-radius: 0;
  border: 3px solid black;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  cursor: pointer;
  width: 200px;
}

.event-tickets-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-detail__tier-status.ticket-button.true {
  background-color: #c1c3c6;
  border-color: #afb0b1;
}
.event-detail__tier-price {
  font-family: Inter-Bold;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  text-align: center;
}

.event-detail__tier-price p {
  margin: 0;
}

.event-detail__tier-price .fees {
  font-size: 14px;
  text-align: left;
  margin-top: 4px;
}

.event-detail__tier-price .old-price {
  margin-bottom: 5px;
  color: #f00;
  text-decoration: line-through;
  font-size: 1.3rem;
}

.alert-info {
  border: 1px solid #fbeed5;
  padding: 8px 15px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  font-size: 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: 0px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-info svg {
  margin-right: 4px;
}

.event-detail__tier-state {
  font-family: Inter-Bold;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  color: #30bc9d;
  text-align: right;
  text-transform: uppercase;
}

.event-detail__tier-state .ticket-not-started-message {
  color: #000000;
  text-transform: initial;
  width: 50px;
  text-align: left;
}

.promo-code-block input {
  font-size: 14px;
  padding: 1px 8px;
}

.book-button {
  background-color: #212529;
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  background-color: #212529;
  border-color: #212529;
  border-radius: 0;
  border: 3px solid black;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.5;
  margin: 25px auto 10px auto;
}
.book-button:hover {
  background-color: #505050;
  border-color: #505050;
}
.loader-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.get-tickets-paper::-webkit-scrollbar {
  width: 5px;
}
.get-tickets-paper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.get-tickets-paper::-webkit-scrollbar-thumb {
  background: #888;
}
.get-tickets-paper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.get-tickets .get-tickets__selectbox {
  width: 100%;
}

.disabled {
  user-select: none;
  pointer-events: none;
}

.hidden {
  display: none;
}

.event-closed-message {
  font-family: 'Bebas Neue';
  letter-spacing: 0.5px;
}
