.cookie-alert {
  position: fixed;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: #e6e9f4;
  z-index: 5000;
  display: block;
}
.cookie-container {
  display: flex;
  justify-content: space-between;
  padding: 20px !important;
  align-items: center;
  height: 100%;
}
.cookie-btn {
  cursor: pointer;
  align-self: start;
}
.cookie-message {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .cookie-message {
    font-size: 13px;
    line-height: 130%;
  }
}/*# sourceMappingURL=cookie.min.css.map */