.cookie-notice {
  background: #fff;
  position: fixed;
  z-index: 9999;
  left: 20px;
  bottom: -100vh;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  animation: slideUp;
  animation-duration: 1s;
  animation-fill-mode: forwards; }
  .cookie-notice .btn {
    margin-right: 15px; }

@keyframes slideUp {
  0% {
    bottom: -100vh; }
  100% {
    bottom: 20px; } }

/*# sourceMappingURL=cookie-pop.css.map */
