@media screen and (max-width: 770px) {
    #cconsent-bar{
        background-color: white !important;
        color: black !important;
        height: 200px;
        opacity: 97%;
    }

    .ccb__wrapper{
        z-index: 100001;
        padding: 0 3%
    }
}
@media screen and (min-width: 771px) {
    #cconsent-bar{
        background-color: white !important;
        color: black !important;
        padding: 15px;
        text-align: right;
        font-family: sans-serif;
        font-size: 14px;
        line-height: 18px;
        position: fixed;
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
        left: unset !important;
        bottom: 10px !important;
        right: 10px !important;
        width: 500px !important;
    }

    .ccb__wrapper{
        z-index: 100001;
        padding: 0 5%
    }

}

.col-12 .py-2{
    ;
}

.ccb__left{
    margin: 0 0 15px !important;
}

.ccb__button{
    display: flex !important;
    width: 100%;
    justify-content: space-evenly;
}

.btn__neutral{
    font-weight: 700;
    background-color: #757575;
    color: white !important;
    padding: 9px 20px;
    text-decoration: auto !important;
}

.ccb__button .consent-give{
    padding: 10px 20px !important;
}


.ccb__button .ccb__edit{
    font-weight: 700;
    font-size: 14px;
    background-color: #757575;
    color: white !important;
    padding: 9px 20px;
    text-decoration: auto !important;
    margin: 0 !important;
}

#cconsent-bar.ccb--hidden{
    transform: translateY(270px) !important;
}
