/* The Modal (background) */
.ebcf_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 70px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.ebcf_modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  height: 92%;
  border-radius: 7px;
}
.modal-content {
  max-height: 60vh;
  overflow-y: auto;
}
/* The Close Button */
.ebcf_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.ebcf_close:hover, .ebcf_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.btn-secondary {
  background: #6c757d;
  border: #6c757d;
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  margin-right: 10px;
  border-radius: 7px;
}
.btn-primar {
  background: #0d6efd;
  border: #0d6efd;
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  margin-right: 10px;
  border-radius: 7px;
}
.download_list li a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .ebcf_modal-content {
    width: 95%;
    height: 100%;
  }
  hr {
    margin: 10px 0;
    opacity: .2;
  }
  .modal-content p {
    margin-right: 10px;
  }
}