/*
CTC Separate Stylesheet
Updated: 2024-03-18 19:44:04
*/

li {
  color: #003a70;
}

.be-popup {
  position: fixed;
  inset: 0;
  background: white;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;

  z-index: 99999;
}

.be-popup__content {
  max-width: 640px;
  max-height: 100%;
  overflow: auto;
  background: white;
  padding: 12px 32px;
  border-radius: 10px;
}

.be-popup__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-direction: column;
  margin-bottom: 16px;
}

.be-popup__buttons a,
.be-popup__buttons button {
  margin: 0;
}

.be-popup {
  display: none;
}

.report-ae-button {
  position: fixed;
  background: var(--bs-body-bg);
  color: #003a70;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  padding: 12px 24px;
  border-radius: 4px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
  font-weight: 600;
  border: 1px solid #003a70;
  opacity: .9;
  text-decoration: none;
  transition: .1s all ease-in;
}

.report-ae-button:hover {
  background: #003a70;
  border: 1px solid white;
  color: white;
  text-decoration: none;
}

.is-public .hide-from-public {
  display: none !important;
}

.be-external-link-popup__content h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.be-hcp-popup__jobcode {
  position: absolute;
  bottom: 0;
  right: 2rem;
}