#abtc-profiler-modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

#abtc-profiler-modal-box {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  min-width: 15rem;
  max-width: calc(100% - 1rem);
  text-align: center;
}
#abtc-profiler-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  color: var(--darkgray);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#abtc-profiler-modal-photo {
  max-width: 5rem;
  height: auto;
  border-radius: 50%;
  margin: 0 auto;
  border: solid 0.1rem var(--gray);
}

#abtc-profiler-modal-nom {
  font-weight: bold;
  margin: 0.5rem 0;
  font-size: 1.25rem;
}

.lien-profil-modal-trigger {
  text-decoration-style: dashed;
  color: inherit;
  text-decoration-color: var(--accent);
}
