@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,500,600,700');
.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; font-family: 'PT Sans', sans-serif;
}

.cookify .modal-content {
  background-color: #555555;
  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-header{ display:none;}

.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; */
    width:100%; margin:0px;max-width: 100%;
  }
}
.text-dark {
    color: #fff!important;margin-left: 20px;margin-top: 0px; font-family: 'PT Sans', sans-serif;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #a0db8e !important;
    background-color: #a0db8e !important; border-radius: 10px; 
}
.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -2rem;
    display: block;
    width: 2.2rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
}

.custom-checkbox .custom-control-label::before {
    border-radius: 10px;
}
.modal-footer .col-md { width: 25%; max-width: 25%;
}
.modal-footer {
    background-color: rgb(85 85 85);
}
.btn-secondary {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}
.btn-secondary:hover{ background-color: #fff;
    color: #000;
    border-radius: 5px;}
    
    .p-1 {
    padding: 1.25rem !important;background-color: #fff !important;
}

.cookify.modal
{
    margin: 0;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ebebeb;
    text-align: left;
}
 .cookify.modal a:link, .cookify.modal a:visited
 {
         color: #319bff !important;
 }
 }
/*# sourceMappingURL=cookify.css.map */