.container-form-cookie-settings {
    margin-top: 15px;
    overflow-x: clip;
    overflow-y: auto;
    max-height: 60vh;
}

.cc-revoke-custom {
    display: none;
}

.cartu-cookie-settings .row {
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #eee;
}

.cartu-cookie-settings .row button {
    margin: 15px;
}

.float-right-submit-button {
    float: right;
    margin: 13px;
}

#cookie-consent-modal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    #cookie-consent-modal {
        margin-top: 5%;
        height: 90%;
    }
}
