.alert-cookie-consent {
  font-family:arial,sans-serif;
  padding: 10px;
  background-color: rgba(0,0,0,0.6);
  color: white;
  position:fixed;
  overflow:hidden;
  bottom:10px;
  left:10px;
  font-size: 12px;
  z-index:9999;
}

@media (max-width: 992px) {.alert-cookie-consent {bottom:120px;}}

.alert-cookie-consent a{color:#FFF; transition:.6s; text-decoration:underline;}
.alert-cookie-consent a:hover{color:#5881E4;}

.closebtn-cookie-consent {
  background:#5881E4;
  padding:10px 14px;
  text-align:center;
  margin-left: 15px;
  color:#FFF;
  float: right;
  font-size: 12px;
  border-radius:50px;  
  cursor: pointer;
  transition:background .6s;
  
}

.closebtn-cookie-consent:hover {
  cursor:pointer; background:#000;
}