.modal { overflow-y: auto !important; }
@media (min-width: 769px) {
  .modal-dialog {
    max-width: 40% !important;
  }
  .modal-dialog.modal-full{
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0;
    padding: 0;
  }
  .modal-dialog.modal-full .modal-content {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0;
  }
  .modal-dialog .modal-body {
    padding: 40px 100px 40px 100px;
    background-color: rgba(4, 104, 131, 0.05);
  }
  .modal-dialog .modal-header h4{
    font-weight: 500;
    font-size: 20px;
  }

  .modal-dialog.modal-alert {
    max-width: 30% !important;
  }
  .modal-dialog.modal-alert .modal-body {
    padding: 40px 60px 40px 60px;
    background-color: rgba(4, 104, 131, 0.05);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 !important;
    
  }
  .modal-dialog.modal-alert .modal-content {
    height: auto !important;
    border-radius: 0;
  }
}
/* .modal button.close span[aria-hidden=true] {
  background: url("../dist/img/icon-close.png") no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
} */