/*@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}*/

.modal-xl {
  max-width: 90% !important;
  width:90% !important;
  min-width: 90% !important;
}

@media (max-width: 1300px) {
  .modal-xl {
    max-width: 100vw !important;
    width: 100vw !important;
    min-width: 0 !important;
  }
}