/* body {
  background: url("../../images/bat-bg.svg") !important;
  margin: 0;
  padding: 0;
} */

.container {
  margin-top: 2.5em;
  margin-bottom: 7em;
}

.entry-content {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 10px;
}
.spinner {
  display: none;
}
.ep-frontend-event-form-submit {
  display: none;
}

#ep_frontend_event_form > div:nth-child(10) > div > button {
  background: linear-gradient(to right, #a512c4 0%, #aa34c3 40%, #4f095e 100%);
  border: 2px solid #f239f6 !important;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 1.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#ep_frontend_event_form > div:nth-child(10) > div > button:hover {
  transform: translate(0, -4px);
}
#ep_save_ticket_tier,
#ep_save_ticket_category {
  background: linear-gradient(
    to right,
    #a512c4 0%,
    #aa34c3 40%,
    #4f095e 100%
  ) !important;
  border: 2px solid #f239f6 !important;
  border-radius: 5px !important;
}

.ep-edit-event-image img {
  height: auto !important;
  width: 140px !important;
}
