.pending-user-preview {
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.pending-user-preview .swal-section {
  background: #161c23;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.pending-user-preview .swal-section h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.pending-user-preview .swal-section p {
  margin: 5px 0;
}
.pending-user-preview .swal-section a {
  color: #007bff;
  text-decoration: underline;
  word-break: break-all;
}
.pending-user-preview .swal-section a:hover {
  text-decoration: none;
}
.pending-user-preview .swal-section img {
  max-width: 100%;
  border-radius: 10px;
  margin: 10px 0;
  display: block;
}
.swal-close {
  background-color: transparent;
  color: #2EDDF7;
  transition: color ease-in-out 200ms;
}
.swal-close:hover {
  color: var(--text-color);
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
/*# sourceMappingURL=externalUsers.css.map */