.attend-event {
  max-width: 100%;
  color: black;
  font-size: 14px;
}

.attend-event .success {
  color: black;
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
  margin: 16px 0 25px;
}

.oae_input_group-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

[class*="oae_input"].error label {
  color: #db222a;
}

[class*="oae_input"].error input[type="email"] {
  color: #db222a;
  border-color: #db222a;
}

.validation-error {
  color: #db222a;
  font-size: 13px;
  display: none;
  margin: 0;
}

[class*="oae_input"].error .validation-error {
  display: block;
}

.oae_input_group-100 {
  grid-column: span 2;
}

.oae_input_group-50 {
  grid-column: span 1;
}

@media only screen and (max-width: 595px) {
  .oae_input_group-50 {
    grid-column: span 2;
  }
}

.oae_input,
.oae_textarea {
  box-sizing: border-box;
  width: 100%;
}

.attendee-event {
  position: relative;
}

.attend-event__loading {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: opacity 400ms ease-out;
  opacity: 0;
}
.attend-event__loading svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #77b255;
}
.attendee-details {
  transition: opacity 400ms ease-out;
}
.attend-event--loading .attendee-details {
  opacity: 0.2;
}
.attend-event--loading .attend-event__loading {
  opacity: 1;
  z-index: 2;
}

.oge-small-column-gap {
  gap: 1em !important;
  padding: 1rem;
}

.oge-file-upload-block,
.oge-file-upload-block a {
  font-weight: '400';
  color: #000 !important;
  padding-left: 5px !important;
  text-decoration: underline;
}

.wp-admin .components-popover.nux-dot-tip {
  display: none !important;
}

#welcome-panel {
  display: none;
}