.headerBlock {
  padding: 10px 0px !important;
  padding-bottom: 45px !important;
}

.headerBlock p {
  padding: 0px !important;
}

.headerBlock p:not(:last-child) {
  padding-bottom: 15px !important;
}

.hidden {
  display: none;
}

.textItalic {
  font-style: italic;
}

.pdfLink {
  display: none;
}

.ticket {
  margin-bottom: 10px;
}

.ticketOptionPopup {
  display: none;
}

.ticketControl {
  display: inline-flex;
  gap: 0.5em;
}

.ticketControlButton {
  cursor: pointer;
  border: 1px solid;
  border-radius: 100%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  background: black;
  border: black;
  color: white;
  justify-content: center;
  align-content: center;
  user-select: none;
}

.wantedTicketsContainer {
  background: black;
  border-radius: 6px;
  padding: 6px;
  color: white;
}

.vatRow span label {
  display: initial;
  font-family: "RocGrotesk";
}

.wantedTicket {
}

.wantedTicket .ticketRedeemSection {
  margin-top: 0.4em;
}

.ngRegistrationContent {
  padding: 30px 30px 40px 30px;
  color: black;
}

.ngRegistrationContent table.nonVisualTable {
  border: none;
}

.ngRegistrationContent table.nonVisualTable td {
  border: none;
  padding: 0;
}

.ngRegistrationContent table.nonVisualTable td label {
  color: black;
  display: initial;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
}

.ngRegistrationContent .specialctext {
  margin-top: 15px;
}

div.ngRegistrationContent .error {
  color: white;
  background-color: red;
  margin-bottom: 55px;
  font-size: 1.2em;
  padding: 0px 0px 0px 10px;
  font-family: "RocGrotesk";
}

div.ngRegistrationContent .error a {
  color: black;
}

label.error.required {
  font-weight: normal;
}

div.ngRegistrationContent h1,
div.ngRegistrationContent h2,
div.ngRegistrationContent h3,
div.ngRegistrationContent h4,
div.ngRegistrationContent h5 {
  font-family: inherit;
  text-align: left;
  color: #ed2f26;
}

div.ngRegistrationContent .registrationTitle {
  color: black;
  text-align: center;
}

.ticketHeader .headerText {
  font-family: inherit;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: black;
}

div.ngRegistrationContent input {
  width: 100%;
  padding: 8px 21px;
  font-family: "RocGrotesk";
}

div.ngRegistrationContent input.noButton {
  appearance: none;
  width: auto;
  background: inherit;
  color: inherit;
  border: inherit;
  padding: inherit;
  font-size: inherit;
}

div.ngRegistrationContent input[type="radio"],
div.ngRegistrationContent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  padding: 0px;
  margin-right: 6px;
}

div.ngRegistrationContent .continueButtonContainer {
  margin-top: 20px;
}

div.ngRegistrationContent .footerBlock {
  margin-top: 55px;
}

div.content .section table {
  margin-top: 0px;
}

.ngRegistrationContent .textInfo {
  min-height: 15px;
}

.ngRegistrationContent .errorText {
  color: #ed2f26;
  margin-bottom: 15px;
}

.ngRegistrationContent .redeemed label {
  color: green;
}

.ngRegistrationContent .ngShopInfoText {
  margin-bottom: 15px;
}

.ngRegistrationContent tr.noPadding td {
  padding: 0;
}

.ngRegistrationContent .trHidden {
  padding: 4px;
}

.ngRegistrationContent .trHidden div {
  /*padding: 0.5em;*/
}

.ngShopContent .paymentTable td:not(:first-child),
.ngRegistrationContent .paymentTable td:not(:first-child) {
  white-space: nowrap;
}
.ngShopContent .paymentTable th,
.ngRegistrationContent .paymentTable th {
  white-space: nowrap;
}

input[type="submit"].continueButton,
button.continueButton {
  font-family: inherit;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: white;
  border: none;
  font-size: 1.2em;
  padding: 5px 25px;
  width: auto;
  vertical-align: top;
  transition: all 0.3s;
}
button.continueButton {
  padding: 3px 9px 3px 9px;
}
@-moz-document url-prefix() {
  button.continueButton {
    padding: 0px 9px 3px 9px;
  }
}
input[type="submit"].continueButton:hover,
input[type="submit"].continueButton:active,
button.continueButton:hover,
button.continueButton:active {
  transform: scale(1.1);
}

input[type="submit"].continueButton:disabled,
button.continueButton:disabled {
  opacity: 0.5;
}

.section table {
  margin-top: 0px;
  margin-bottom: 1em;
}

table select {
  width: 100%;
}

.ui-autocomplete-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  //background: #fff;
  //border-radius: 0;
  //border-style: solid;
  //border-width: 0.1rem;
  //box-shadow: none;
  //display: block;
  //font-size: 1.6rem;
  //letter-spacing: -0.015em;
  //margin: 0;
  //max-width: 100%;
  //padding: 1.5rem 1.8rem;
  //width: 100%;
}

.otherInput {
  display: none;
}

.formRow {
  margin-bottom: 15px;
}

.formRow.country {
  margin-top: 30px;
}

.formCell select {
  font-family: inherit;
  width: 25%;
}

.foundUsContainer label {
  color: black;
  font-size: 1.1em;
  font-weight: normal;
  font-family: "RocGrotesk";
}

.paymentForm label {
  display: initial;
  color: black;
  font-size: 1em;
}

.ngShopErrorText {
  margin: 30px 0px !important;
}
