.full-screen-modal-windowClass .modal-dialog {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
}

.full-screen-modal-windowClass .modal-content {
  height: 100vh !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* E-Way Bill confirmation dialogs (Credit Note / Debit Note / Sale Challan / Purchase) */
/* Match the Sales > Generate E-Way Bill confirmation look exactly */
.eway-confirm-modal-backdrop {
  z-index: 1080 !important;
}
.eway-confirm-modal-windowClass {
  z-index: 1085 !important;
}
/* Bootstrap-4 default modal-header / .close styling so the X renders as a plain corner icon */
.eway-confirm-modal-windowClass .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.eway-confirm-modal-windowClass .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  cursor: pointer;
}
.eway-confirm-modal-windowClass .modal-header .close:hover {
  opacity: .75;
}
