.order-details {
  max-width: 940px;
  margin: 0 auto;
}
.order-details .loading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1400;
}
.order-details .layout-title {
  font-size: 24px;
  font-weight: 400;
}
.order-details .sub-title {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}
.order-details .order-summary-box {
  margin-top: 30px;
}
.order-details .total-row td {
  font-weight: 700;
  color: white;
}
.order-details th {
  font-weight: 700;
  color: white;
}
.order-details .tickets-box {
  margin-top: 30px;
}
.order-details .ticket-add-on-table {
  background-color: #fcf8e3;
}
.order-details .action-button {
  width: max-content;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  min-height: auto;
  padding: 12px;
  border: 1px solid white;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #212529;
  border-radius: 0;
  color: #fff;
  position: relative;
  display: block;
  cursor: pointer;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
  text-decoration: none;
}
.order-details .download-button:hover {
  background-color: #505050;
}

.order-details .personal-link {
  padding: 20px 0;
}

.order-details .total-referrer {
  padding: 0px 0px 20px 0px;
}
