

.cookify .modal-title{
    font-size: 130%;
    color: #4c535d;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
}

.cookify p{
	text-align: justify;
}

.cookify .btn{
	width: 160px;
}


.cookify.modal {
 /* width: 0;
  height: 0; */
  overflow: unset;
  background-color:rgba(0, 68, 136,0.75);
}

.custom-control-input {
	margin-right: .25rem;
}


.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: #004488;
  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;
  /*opacity: 0.75;*/
}

.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 */