#modalShowAgreement {
  z-index: 999999;
}

#modalShowAgreement .modal-footer {
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  background-color: #fff;
  text-align: center;
}

#modalShowAgreement .modal-body {
  padding: 28px 36px;
}

#modalShowAgreement .modal-dialog {
  width: 90%;
  max-width: 700px;
}
