cookie {
  position: fixed;
  bottom: 3%;
  left: 2%;
  width: 43%;
  background: #007db2ef;
  color: #Fff;
  opacity: 0;
  z-index: 99999;
  transition: opacity .5s ease-in-out; }
  cookie .cookie-content {
    padding: 3%; }
    cookie .cookie-content-text {
      font-size: .8rem; 
      margin-bottom: 2%;}
      cookie .cookie-content-text p{
        line-height: 1.4;}
      cookie .cookie-content-text a {
        color: #fff;
        text-decoration: none; }
        cookie .cookie-content-text a:first-of-type {
          text-decoration: underline !important; }
    cookie .cookie-content .btn-confirm {
      text-align: end; }
      cookie .cookie-content .btn-confirm button {
        font-size: .8rem;
        font-weight: 400;
        padding: 2% 3%;
        border: none;
        border-radius: .5rem;
        outline-style: none;
      cursor: pointer; }

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