.modal-body-no-scroll {
  overflow: hidden; }

.modal {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    background-color: rgba(211, 239, 255, 0.7);
  backgroundold: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
  padding: 2rem; }

.modal--is-visible {
  pointer-events: initial;
  opacity: 1; }

.modal__dialog {
  background: white;
  margin: 7% auto;
  width: 62%;
  max-widthold: 40rem;
  border-radius: 0.3rem;
  overflow: hidden;
    border-bottom: 2px #585858 solid;
    border-right: 2px #585858 solid;
    border-top: 1px #d4d0c8 solid;
    border-left: 1px #d4d0c8 solid;
 }

.modal__headerold,
.modal__body {
  paddingold: 1.5rem 2rem;
padding: 56px;
 }

.modal__header {
  border-bottom: 1px solid whitesmoke; }
  .modal__header:before, .modal__header:after {
    content: " ";
    display: table; }
  .modal__header:after {
    clear: both; }

.modal__title {
  margin: 0;
  float: left; }

.modal__close {
  float: right;
display: none; }

/*# sourceMappingURL=style.min.css.map */

