/* .cookiealert{
    right: 0;
    margin: 15px;
    position: fixed;
    background: #2b2b2b;
    color: #fff;
    bottom: 0;
    width: 200px;
    height: 200px;
    padding: 15px;
    border-radius: 100px 100px 0px 100px;
    text-align: center;
    z-index: 9999;
    
    }
    .cookiealert .acceptcookies {
      color: #000 !important;
      background-color: #fff !important;
      border-color: #fff !important;
    }
    .acceptcookies:hover {
      color: #000 !important;
      background-color: #fff !important;
      border-color: #fff !important;
    }

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
    color:white;
}
.cookiealert button {
    border-radius: 5px;
}
 */
