.cookify.btn {
  background: #fff !important;
  right: unset !important;
  z-index: 100;
}

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

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

.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;
  */
  color: #666666;
  padding: 1.2rem !important;
}

.cookify .modal-content .modal-header{
  padding-bottom: 22px;
}

.cookify h4, .cookify .h4{
  font-size: 1.25rem !important;
  margin-bottom: 0rem;
}

.cookify h5, .cookify .h5{
  font-size: 0.938rem  !important;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.cookify p{
  color: #000 !important;
  font-size: 0.813rem !important;
  margin-bottom: 1.438rem !important;
}

.cookify .form-check {
  margin-bottom: 0;
}

.cookify .btn {
  padding: 0.5rem 1rem;
}

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

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

@media (min-width: 576px) {
  .cookify .modal-dialog {
    margin: 30px 34px;
    max-width: 600px;
    /*margin: 1rem !important;*/
  }
  .cookify .modal-dialog .btn{
    font-size: 0.813rem;
  }
}