#cookie-notice {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    border: 2px solid var(--cookie-color-button-primary);
    border-radius: 50%;
    background-color: var(--cookie-color-button-primary);
    background-image: url("../Icons/cookie.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    cursor: pointer;
}
