@media screen and (min-width: 768px) {
  .modal {
    text-align: center;
    padding: 0 !important;
    padding-top: 60px !important;
  }

  .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 0;
  }

  .modal-content {
    padding: 0px 0px 0px 0px;
  }

  .model-body {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
}

@media screen and (min-width: 1000px) {
  .modal-content {
    width: 900px;
  }
}

@media screen and (min-width: 1200px) {
  .modal-content {
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .modal {
    padding-top: 80px;
  }

  .modal-content {
    width: 100%;
  }
}

.modal-body {
  padding: 0px !important;
}

.modal-dialog {
  text-align: left;
}

.modal-title {
  text-align: center;
}

body.modal-open .modal {
  z-index: 9999;
  margin-top: 0px !important;
}

.modal-popup {
  cursor: pointer;
}

.modal.fade.in {
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
  box-shadow: none;
}

.modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
}

.modal-backdrop {
  display: none;
}

.modal-footer .nothanks {
  background-color: #ffffff;
  color: #333333;
  padding: 8px 12px;
  cursor: pointer;
}

button.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("close.svg") no-repeat center/1em;

  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

button.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close:focus {
  outline: 0;
  opacity: 1;
}

button.close:disabled,
button.close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

button.close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
