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

#cookieButton {
	background-color: rgb(0,77,105);
	line-height : 1rem;
	color: #ffffff;
	font-size: 1rem;
}

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

.cookify .modal-content {
  background-color: rgb(0,77,105);
  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;
  }
}

#cookieModalManage .text-dark {
    color: #ffffff !important;
    font-size: 1rem;
}
button#cookieButtonManageAccept {
    background-color: #ea4213;
}

button#cookieButtonManageSave {
	background-color:#ffffff;
	color:rgb(0,77,105);
}
/*# sourceMappingURL=cookify.css.map */