/* Event Booking - Events Timeline Page H2 */

/* Disable for now - Because this is affecting all H2 in whole website and so it's looks smaller than H3, so had to disble this
.event-page, h2 {
font-size: 28px !important;
}
*/

.event-page, .eb-events-timeline .eb-taskbar {
  padding: 0px !important;
  border-bottom: 0.5px dotted #a5a5a5;
}

.eb-container textarea
{
  height: auto !important;
}

#eb-individual-registration-page {
  display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

#eb-individual-registration-page .form-actions {
  justify-content: center;
    display: flex;
}

@media (max-width: 575.98px) { 
  .eb-container .input-xlarge, .eb-container .input-large {
    width: 100% !important;
  }
  
  /* To solve the issue of fields are going out of the border */
  #eb-individual-registration-page #adminForm {
  width: 100%;
}