.modal-close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  background: none;
}
.bi-modal-btn{
    border: none;
    background: none;
}
.bi-modal{
    border: none;
    width: fit-content;
    max-width: 600px;
    max-height: 80dvh;
}