.eventHeaderContainer {
  position: relative; }
  .eventHeaderContainer .column {
    padding: 0; }
  .eventHeaderContainer img {
    width: 100%;
    max-width: 1920px;
    display: block;
    margin: 0 auto; }
  .eventHeaderContainer .eventName {
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
    margin: 0; }

.detailContainer .eventDate {
  text-align: center; }
  .detailContainer .eventDate span {
    display: inline-block;
    font-size: 20px;
    margin: 15px 0; }
    .detailContainer .eventDate span.date + .date {
      margin-left: 20px; }

.detailContainer .shareIcons {
  text-align: center; }
  .detailContainer .shareIcons i.fa {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer; }
    .detailContainer .shareIcons i.fa:hover {
      transform: rotate(360deg); }
  .detailContainer .shareIcons a + a {
    margin-left: 10px; }

p.comingSoon {
  width: 1200px;
  margin: 50px auto;
  min-height: 200px; }

.pageHeaderDesc {
  margin-top: 30px; }

.note {
  margin-bottom: 15px;
  display: block; }

.mandatory {
  color: red; }

div#formSections {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 10px 50px 0 rgba(172, 189, 203, 0.5);
  margin-bottom: 50px; }
  div#formSections .card {
    border-radius: 10px; }
    div#formSections .card .detail-header {
      display: inline-flex;
      justify-content: space-between;
      margin: 0;
      padding: 10px 20px;
      font-size: 20px;
      background-color: #1d2c4c;
      color: #ffffff;
      cursor: pointer;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      div#formSections .card .detail-header:not(.collapsed) i.fa.fa-chevron-down:before {
        content: '\f077'; }
    div#formSections .card .form-group:last-child {
      margin-bottom: 0; }
    div#formSections .card ul.dropdown-menu {
      max-height: 300px;
      overflow-y: auto; }
    div#formSections .card + .card {
      margin-top: 20px; }
  @media (max-width: 991.98px) {
    div#formSections {
      padding: 15px; }
      div#formSections .card .detail-header {
        font-size: 16px; }
      div#formSections .card .card-body {
        padding: 15px; }
        div#formSections .card .card-body label {
          font-size: 14px; } }
