.typify-consent-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #f9f9f9;
  padding: 60px;
}
.typify-consent-bar .typify-consent-bar-content {
  padding-left: 120px;
  background-image: url("../img/cookies.svg");
  background-size: 83px;
  background-repeat: no-repeat;
}
.typify-consent-bar .bar-title {
  color: #333;
  overflow: hidden;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.typify-consent-bar .bar-description {
  font-size: 16px;
  margin-bottom: 40px;
}
.typify-consent-bar.hidden {
  display: none;
}
.typify-consent-bar .typify-content-manage {
  margin-bottom: 40px;
}
.typify-consent-bar .typify-content-manage .typify-content-manage-item input[type=checkbox] {
  display: none;
}
.typify-consent-bar .typify-content-manage label {
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  padding-left: 40px;
  background: url("../img/unchecked.svg") no-repeat 0 50%;
}
.typify-consent-bar .typify-content-manage label.active, .typify-consent-bar .typify-content-manage label.default {
  background: url("../img/checked.png") no-repeat 0 50%;
}
.typify-consent-bar .typify-content-manage label span {
  font-weight: 400;
}
.typify-consent-bar .typify-content-manage.hidden {
  display: none;
}
.typify-consent-bar .button {
  text-transform: initial;
  font-size: 16px;
}
.typify-consent-bar .button.hidden {
  display: none;
}
.typify-consent-bar .button.manage,
.typify-consent-bar .button.changes {
  border: solid 2px #1e1e1e;
  margin-right: 10px;
  color: #1e1e1e;
}
.typify-consent-bar .button.accept {
  background-color: #1e1e1e;
  border: solid 2px #1e1e1e;
  color: #fff;
}
.typify-consent-bar .button.accept:hover, .typify-consent-bar .button.accept:focus, .typify-consent-bar .button.accept:active {
  border: 2px solid #1e1e1e;
}

@media (max-width: 768px) {
  .typify-consent-bar {
    padding: 20px;
  }
  .typify-consent-bar .bar-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .typify-consent-bar .bar-title:after {
    height: 10px;
    bottom: 5px;
  }
  .typify-consent-bar .bar-description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .typify-consent-bar .typify-consent-bar-content {
    padding-top: 70px;
    padding-left: 0;
    background-size: 53px;
  }
  .typify-consent-bar .typify-content-manage {
    margin-bottom: 20px;
  }
  .typify-consent-bar .typify-content-manage label {
    font-size: 14px;
    padding-left: 30px;
    background: url("../img/unchecked.svg") no-repeat 0 0;
  }
  .typify-consent-bar .typify-content-manage label.active, .typify-consent-bar .typify-content-manage label.default {
    background: url("../img/checked.png") no-repeat 0 0;
  }
  .typify-consent-bar .typify-consent-bar__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .typify-consent-bar .typify-consent-bar__actions .button {
    margin: 0;
    font-size: 14px;
  }
}/*# sourceMappingURL=typify-cookie-bar.css.map */