#tt-participant-modal {
  z-index: 10000;
}
#tt-participant-modal .modal-dialog {
  max-width: 50%;
}
#tt-participant-modal .modal-header {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 0;
}
#tt-participant-modal .modal-title {
  font-size: 1.1rem;
  font-weight: 700;
}
#tt-participant-modal .btn-close,
#tt-participant-modal .close {
  color: #fff;
  float: right;
  opacity: 1;
  text-shadow: none;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
#tt-participant-modal .modal-body {
  padding: 1.5rem;
}
#tt-participant-modal .modal-footer {
  padding: 1rem 1.5rem;
  justify-content: flex-end;
  gap: 0.5rem;
}
#tt-participant-modal .form-label {
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: block;
  text-align: left;
}
#tt-participant-modal .form-control {
  width: 100%;
  margin-bottom: 0.75rem;
}
#tt-participant-modal hr {
  margin: 0.75rem 0;
}
#tt-participant-modal #tt-error-msg {
  background: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  margin-top: 0.75rem;
}
