#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    right: 0%;
    transform: translateX(-20%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 100;
}
.cookie_notification--container {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    padding: 20px;
    width: 282px;
    gap: 10px;
}
#cookie_notification p {
    margin: 0;
    font-size: 1rem;
    text-align: left;
    color: #333;
}
.cookie_accept {
    margin: 10px 0;
}

button.btn.btn-default.button.cookie_accept {
    background: linear-gradient(90deg, rgba(62, 125, 50, 1) 0%, rgba(74, 143, 57, 1) 35%, rgba(87, 163, 66, 1) 100%);
    color: #ffffff;
} 
@media (max-width: 576px) {
    #cookie_notification.show {
        display: flex;
        align-items: center;
    }
}
.journals-popup-img {
    margin: 20px auto 5px;
    max-width: 100%;
    width: 30%;
}