.consent a {
  cursor: pointer; }
.consent p {
  font-size: 16px; }
.consent.hidden {
  display: block !important; }
  .consent.hidden .accept-view {
    display: none; }
  .consent.hidden .edit-button {
    display: block;
    opacity: 1; }
    .consent.hidden .edit-button button.btn {
      -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
      -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
      box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46); }
.consent .accept-view {
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px; }
  .consent .accept-view button {
    margin-right: 10px; }
.consent .edit-button {
  opacity: 0;
  position: fixed;
  left: 20px;
  bottom: 20px; }
  .consent .edit-button button.btn {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: white;
    color: black;
    border-radius: 32px !important;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.46); }
    .consent .edit-button button.btn img {
      width: 100%;
      height: 100%; }
    .consent .edit-button button.btn.activated::before {
      opacity: 1; }
    .consent .edit-button button.btn::before {
      pointer-events: none;
      -webkit-box-shadow: 0px 0px 40px 5px #0047f6;
      -moz-box-shadow: 0px 0px 40px 5px #0047f6;
      box-shadow: 0px 0px 40px 5px #0047f6;
      content: " ";
      position: fixed;
      left: 20px;
      bottom: 20px;
      border-radius: 32px;
      width: 64px;
      height: 64px;
      opacity: 0;
      transition: opacity 1s ease-in; }

.consent-placeholder {
  background-color: #6c757d;
  width: 100%;
  text-align: center;
  color: white;
  padding: 20px;
  border-radius: 5px; }

/*# sourceMappingURL=consent.css.map */
