.divDisableSite {
    position: fixed; 
    opacity: 1;
    transition: 0.5s;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 30000000000;
    background: rgba(0,0,0,0.2);
    -webkit-font-smoothing: antialiased;
}

.rodo-accepted {
    height:170px;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:9999;
    background-color:#fff;
    color:#1d2a32;
    font-size:16px;
    font-weight:400;
    font-family: \'Ubuntu\', sans-serif; 
    padding-top:10px;
    padding-bottom:10px;
    line-height: 1.4;
    text-align: center;
}

.wrapper3 {
    width:720px;
    margin: 0 auto;
}
.rodo-accepted a {
    color:#5e5e5e;
    font-size:17px;
    text-decoration: underline;
}
.rodo-accepted h3 {
    font-size:24px;
    text-align:center;
    margin-top: 30px;
}
.buttonAccepted {
    background: #1d2a32;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    border-radius:40px;
}

.divButtons {
    margin-top: 15px;
    text-align: center;
}

@media only screen and (max-width: 600px) { 
    .wrapper3 {
        width:100%;
    }
    .rodo-accepted {
        height:initial;
    }
    .divButtons {
        margin-bottom:5px;
    }
}