#cconsent-bar {
    top: 0;
    left: 0 !important;
    bottom: unset !important;
    right: unset;
    background: rgba(0, 0, 0, 0.6) !important;
    width: 100vw !important;
    height: 100vh;
    transition-delay: unset !important;
    transition: unset !important;
    z-index: 9999999 !important;
}

#cconsent-bar .ccb__wrapper {
    padding: 30px !important;
    top: 50%;
    left: 50% !important;
    bottom: unset !important;
    right: unset;
    width: 90% !important;
    max-width: 800px !important;
    transform: translate(-50%, -50%) !important;
    background: #fff;
    position: absolute;
    max-height: 90vh !important;
    overflow: auto !important;
}

#cconsent-bar .ccb__right .ccb__button .ccb__edit {
    width: 27%;
    border: 1px solid #999;
    padding: 9px;
    text-decoration: none;
    color: #888;
    display: inline-block;
    float: left;
}

#cconsent-bar .ccb__right .ccb__button .consent-give {
    width: 40%;
    float: left;
    display: inline-block;
    font-size: 15px !important;
    font-weight: bold;
    background-color: #E84A24;
}

#cconsent-bar button.btn-accetta-selezionati-custom {
    width: 27%;
    border: 1px solid #999;
    padding: 9px;
    text-decoration: none;
    color: #888;
    display: inline-block;
    float: left;
    background: none;
    margin-right: 15px;
}

@media (max-width: 768px) {
    #cconsent-bar .ccb__right .ccb__button .ccb__edit {
        width: 100%;
    }

    #cconsent-bar .ccb__right .ccb__button .consent-give {
        width: 100%;
    }

    #cconsent-bar button.btn-accetta-selezionati-custom {
        width: 100%;
    }
}

#cconsent-modal {
    z-index: 99999999 !important;
}

#cconsent-modal .ccm__footer button#ccm__footer__consent-modal-submit {
    background: none;
    border: 1px solid #c0c0c0;
    color: #969696;
    font-size: 12px;
}

#cconsent-modal .ccm__footer button.consent-give {
    background-color: #E84A24 !important;
    width: 48%;
    font-weight: bold;
    font-size: 15px;
}

#cconsent-modal .ccm__content {
    max-width: 800px !important;
    max-height: 600px !important;
    overflow-y: auto;
    background-color: #efefef;
}

#cconsent-bar .cc-text {
    line-height: 20px;
    font-size: 12px;
}

#cconsent-bar .cc-text::before {
    content: "Preferenze sui Cookie";
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}

#cconsent-bar .ccb__right,
#cconsent-bar .ccb__button {
    text-align: center;
    width: 100%;

}

#cconsent-bar .ccb__button * {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 100%;
}