.cookiesjsr-banner{
    background-color: #78895d;
}
.cookiesjsr-btn.cookiesjsr-settings{
    background-color: #78895d;
    
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--content{
    background: #78895d;
}
.cookiesjsr-btn.allowAll,
.cookiesjsr-btn.denyAll{
    color: #78895d;
}
.cookiesjsr-btn.invert.important.save.dialog-last-tab{
    background-color: #78895d;
    border-color: #78895d;
    color: white;
}
.cookiesjsr-btn.invert{
    border-color: #78895d;
    color: #78895d;
}
.cookiesjsr-service--always-on span{
    color: #78895d;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab{
    background: #78895d;

}

.cookiesjsr-service-group--content{
    top: 50px!important;
}

.cookie_remove{
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #d6970a;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#remove_cookie{
    border: none;
    background: url('./noun-cookie-4793599.svg') center center no-repeat;
    background-size: cover;
    color: rgba(0, 0, 0, 0);
    display: block;
    width: 35px;
    height: 35px;
    
}