#bbp-consent-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
    z-index:999999;
    display:flex;
     align-items: flex-end;
    justify-content: flex-end;
}

#bbp-consent-overlay {
    display: none;
}

.bbp-consent-box{
    background:#fff;
    padding:15px;
    border-radius:0px;
    text-align:center;
    max-width:420px;
        margin: 0px;
}

button{
    margin:10px;
    padding:5px 18px;
    cursor:pointer;
}

button#bbp-accept, button#bbp-reject {
    background: #373b37;
    color: #fff;
    font-size: 14px!important;
    margin-top: 10px;
    width: 100%;
    border-radius: 4px;
}

.bbp-consent-box h6 {
    font-size: 15px;
}

.bbp-consent-box p {
    font-size: 11px;
    line-height: 16px;}

p.privacy-statement {
    margin-top: 14px;
}

.page-id-3 #bbp-consent-overlay {
   
    background: rgba(0,0,0,0.3);
    
}
@media only screen and (max-width: 767px) {

    .bbp-consent-box{
   
    max-width:none;
        width: 100%;
}
}