.show-gdpr-modal {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;    
    width: 50px;
    height: 50px;
    z-index: 8;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    transition: transform ease-in-out 200ms;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.05), 0 3px 1px -2px rgba(0,0,0,0.05);
}
.show-gdpr-modal svg{
    width: 32px;
    height: 31px;
}
@media(min-width:1785px){
    .show-gdpr-modal{
        width: 56px;
        height: 56px;
        bottom: 20px;
        transform: translateX(-6.771vw) ;
    }
    .show-gdpr-modal svg{
        width: 37px;
        height: 36px;
    }
}
@media(max-width:1784px){
    .show-gdpr-modal{
        bottom: -20px;
    }
}
@media(max-width:1199px){
    .show-gdpr-modal{
        bottom: 80px;
        left: 20px;
    }
}
@media(max-width:991px){
    .show-gdpr-modal{
        bottom: 25px;
        left: 15px;
    }
}
.position-relative{
    position: relative;
}
.show-gdpr-modal:hover{
    /* transform: scale(1.1); */
}
@media (max-width: 640px) {
    .show-gdpr-modal{
        width: 48px;
        height: 48px;
        padding: 10px;
    }
}
.show-gdpr-modal svg path{
    fill: var(--color-1);
}