@media only screen and (max-width: 600px) {
  .user-identity {
    display: none;
  }
}

.modal-footer2 {
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.user-identity {
  font-size: 0.9rem;
}

.modal-footer-custom {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-start;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xxl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 95%
  }
}

/* Mengatur ukuran iframe */
iframe {
  width: 100%;
  height: 600px;
  /* Atur tinggi sesuai kebutuhan */
  border: none;
  /* Menghilangkan border jika diinginkan */
}