#cookiePopup{

  background-color: #ffffff;
  position: fixed;
  bottom: 0px;
  font-size: 14px;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  text-align: justify;
  line-height: 1.8em;
  padding: 1.4em 1.4em;
  border-radius: 6px;
  transition: all 0.5s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2000;

    
}

#cookiePopup img {
  display: block;
  width: 3.75em;
  transform: translateZ(0);
  position: relative;
  margin: 0 auto;

}

#cookiePopup p {
  text-align: center;
  margin-bottom: 1.4em ;

}

#cookiePopup div {
  display: flex;
  justify-content: space-evenly;


}

#cookiePopup button {
  background-color: #6859fe;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  padding: 1em 1em;
  display: inline-block;
  position: relative;
  border-radius: 10px;


}

#cookiePopup a {
  color: #6859fe
}

.hide{
  visibility: hidden;

}

.show {
  visibility: visible;

}
/* @media (max-width: 299px) {


  
  }
  
@media (min-width: 300px) and (max-width: 900px) {

  }
  
@media only screen and (min-width: 901px) {

  
  } */
  