.task-preview-table td {
  width: 50% !important;
  padding: 5px !important;
}
.pac-container {
  z-index: 1099;
}
.guestsAccordions .guest-name {
  font-size: 18px;
  font-weight: bold;
  color: orange;
}
.guestsAccordions .guest-email {
  font-size: 15px;
  color: var(--bs-accordion-btn-color);
}
.guestsAccordions .guest-label {
  color: black;
  font-weight: bold;
}

.idcard-img {
  width: 90%;
  height: auto;
  max-width: 400px;
  max-height: 250px;
}

.min-height-300 {
  min-height: auto;
}

/* Desktop and larger screens */
@media (min-width: 1024px) {
  .min-height-300 {
    min-height: 500px;
    margin-bottom: 10px !important;
  }
}
.margin-top-auto {
  margin-top: auto !important;
}
/* @media (max-width: 768px) {
  .idcard-img {
    width: 100%;
  }
} */
.avatar img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 100% !important;
}
.swal2-actions.swal2-loading .btn {
  display: none !important;
}