
#cookiesAcceptedDiv{
    background-color: var(--ps-color-light-blue-lighter);
    position: fixed;
    bottom:0;
    left:0;
    display:flex;
    flex-direction: column;
    padding: 10px;
    z-index: 10;
}
#cookiesAcceptedDiv .message-container{
    display: flex;
    color: var(--ps-color-dark-blue);
    justify-content: center;
}
#cookiesAcceptedDiv .message-container h2{
    font-size: 13px;
    margin-bottom:5px !important;
}
#cookiesAcceptedDiv .container-button{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    margin-bottom:10px;
}

#cookiesAcceptedDiv .container-button a:first-of-type{
    margin-left:15px;
    margin-right:15px;
}
