.biv-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
.biv-modal .modal-content {
  position: relative;
  margin: auto;
  padding-top: 20px;
  max-width: 70%;
  min-width: 150px;
  max-height: 90%;
  width: auto;
  overflow: auto; /* Enable scroll if needed */
}
@media (max-width: 576px) {
  .biv-modal .modal-content {
    max-width: 90%;
  }
}
.biv-modal .modal-content.mini {
  width: 840px;
  max-width: 90%;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.biv-modal .close {
  color: white;
  float: right;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  padding: 0;
  line-height: 1;
}
.biv-modal .close:hover,
.biv-modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.biv-modal .modal-header {
  padding: 9px 17px;
  color: white;
  position: fixed;
  width: 70%;
  margin: auto;
  top: 15px;
  z-index: 9;
  border: 1px solid #565656;
}
@media (max-width: 576px) {
  .biv-modal .modal-header {
    width: 90%;
  }
}
.biv-modal .mini .modal-header {
  width: 840px;
  max-width: 90%;
}
.biv-modal .modal-body {
  padding: 5px 16px;
}
.biv-modal .modal-footer {
  padding: 3px 16px;
  color: white;
}

/*# sourceMappingURL=modal.css.map */
