.cookify.modal {
  width: 0;
  height: 0;
  overflow: unset;
}

.cookify .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  float: left !important;
}

.cookify .modal-content {
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 0 !important;
  padding: 1rem !important;
}

.cookify .modal-header, .cookify .modal-footer {
  border: 0 !important;
}

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

@media (min-width: 576px) {
  .cookify .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    max-width: 300px;
    margin: 1rem !important;
  }
}
/*# sourceMappingURL=cookify.css.map */