/* CC26 - New CSS additions START - JUNAID */

/* Neue Plak fonts -- https: //fonts.cdnfonts.com/css/neue-plak -- START */

@font-face {
  font-family: 'Neue Plak';
  font-style: normal;
  font-weight: 400;
  src: local('Neue Plak'), url('https://fonts.cdnfonts.com/s/67517/Neue Plak Regular.woff') format('woff');
}
@font-face {
  font-family: 'Neue Plak Bold';
  font-style: normal;
  font-weight: 600;
  src: local('Neue Plak Bold'), url('https://fonts.cdnfonts.com/s/67517/Neue Plak Bold.woff') format('woff');
}
@font-face {
  font-family: 'Neue Plak Black';
  font-style: normal;
  font-weight: 800;
  src: local('Neue Plak Black'), url('https://fonts.cdnfonts.com/s/67517/Neue Plak Black.woff') format('woff');
}

/* Neue Plak fonts -- https: //fonts.cdnfonts.com/css/neue-plak -- END */

.attendease-reg-form-header {
  display: none !important;
}

.btn-default {
  border: 1px solid #adadad !important;
}

.btn-default:hover {
  color: #fff !important;
}

.registration-header-content .attendease-registration-state {
  display: none;
}

.attendease-navigation ul {
& li:nth-child(1),
  li:nth-child(3),
  li:nth-child(4),
  li:nth-child(5) {
    display: none !important;
  }
}

.dropdown-menu {
& li:nth-child(2),
  li:nth-child(3),
  li:nth-child(4),
  li:nth-child(5) {
    display: none !important;
  }
}

.attendease-attendee-qr-code {
  display: none;
}

/* CC26 - New CSS additions END - JUNAID */