.tickets .events {
  padding-right: 0;
  z-index: 1009;
}

.tickets .events ul {
  display: block;
  margin-top: 30px;
}

.tickets .events ul li a {
  display: block;
  margin: 5px 0;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #354b54;
  background-color: #fff;
  color: #444;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tickets .events ul li a.active {
  color: #f07e25;
  font-weight: bold;
  border-right-color: #fff;
}

.tickets .event-details {
  border: 1px solid #354b54;
  border-radius: 10px;
  margin-left: -1px;
  display: block;
  /* z-index: 1008; */
  padding: 20px 20px;
}

.tickets .event-details h3 {
  font-weight: bold;
}

.tickets .event-details .btn-primary {
  font-weight: bold;
}

.tickets .event-details .btn-primary i {
  margin-right: 5px;
}

.tickets .event-details h4 {
  font-size: 18px;
  font-weight: bold;
}

.tickets .event-details .registration .alert {
  font-size: 14px;
  padding: 10px;
  margin: 10px 0;
}

.tickets .event-details .ticket-hint {
  font-size: 14px;
  margin-top: 20px;
  text-align: justify;
}

.tickets .event-details .qr-code {
  margin: -10px;
}

.switch-user {
  margin-bottom: 10px;
}

.switch-user::before,
.switch-user::after {
  clear: both;
}

.switch-user::after {
  content: " ";
  display: table;
}

.switch-user .user-select {
  display: inline-block;
  width: auto;
  float: right;
  text-align: right;
}

.switch-user strong {
  display: block;
  text-align: left;
}

.switch-user a {
  font-weight: bold;
  font-size: 16px;
}

.switch-user select {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  border: 1px solid #cecece;
}

.switch-user .add-user {
  width: auto;
}

.switch-user form {
  display: inline-block;
}

.switch-user .alert {
  font-size: 14px;
  padding: 10px;
  width: auto;
  display: inline-block;
}

@media (max-width: 600px) {
  .switch-user .user-select {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
  }

  .switch-user form {
    display: block;
  }

  .switch-user select {
    display: block;
    width: 100%;
  }

  .tickets .events {
    padding: 0;
    margin-bottom: 15px;
  }

  .tickets .events ul {
    margin-top: 0;
    min-height: auto !important;
  }

  .tickets .events ul li a {
    border-radius: 0;
    border: none !important;
    padding: 5px 10px;
  }
}

@media (max-width: 1199px) {
  .tickets .event-details .registration > div {
    margin-top: 20px;
  }
}

.event-registration-modal .nav-tabs .nav-item .nav-link {
  margin-bottom: -1px;
}

.event-registration-modal .nav-tabs .nav-item .nav-link.active {
  color: #f07e25;
  font-weight: bold;
}

.event-registration-modal .tab-pane {
  padding: 10px;
  border: 1px solid #dee2e6;
  border-top: none;
}

.event-registration-modal .tab-pane table {
  border: none;
}

.event-registration-modal .tab-pane table.persons-table {
  border-collapse: separate;
  border-spacing: 10px 0;
}

.event-registration-modal .tab-pane table.persons-table tbody tr:first-of-type td {
  border-radius: 5px 5px 0 0;
}

.event-registration-modal .tab-pane table.persons-table tbody tr:last-of-type td {
  border-radius: 0 0 5px 5px;
}

.event-registration-modal .tab-pane .dropdown a {
  cursor: pointer;
}

.event-registration-modal .ui-dialog .ui-dialog-titlebar {
  display: none;
}
