.configure-cookies [type="checkbox"]:not(:checked) ~ label:after { opacity: 0;transform: scale(0)}
.configure-cookies [type="checkbox"]:checked ~ label:after { opacity: 1; transform: scale(1)}
.configure-cookies [type="checkbox"]:disabled:not(:checked) ~ label:before, .configure-cookies [type="checkbox"]:disabled:checked ~ label:before { box-shadow: none; border-color: #bbb;background-color: #ddd}
.configure-cookies [type="checkbox"]:disabled:checked ~ label:after {color: #999}
.configure-cookies [type="checkbox"]:disabled ~ label {  color: #aaa}
.configure-cookies [type="checkbox"]:checked:focus ~ label:before, .configure-cookies [type="checkbox"]:not(:checked):focus ~ label:before {border: 1px dotted #333}
.configure-cookies section {text-align: left;display: table;margin: auto;}
main.user-main.configure-cookies h2, main.user-main.configure-cookies .buttons {margin-top: 30px;margin-bottom: 0;text-align: center;}
main.user-main.configure-cookies h2{font-size:16px;padding:0 0 10px 0}
#cookie_info_breve {position: fixed;bottom: 0;background: #7DC3BD;color: #000;width: 100%;z-index: 9;padding: 1.5em .75em;}
#cookie_info_breve .internoCSS { margin: auto }
#cookie_info_breve .internoTextCSS {font-size: 13px;line-height: 15px;text-align: justify;padding: 10px 10px 30px 10px;}
#cookie_info_breve .internoTextCSS .cookiesPolicyUrl {padding-left: 10px;color: #000;font-weight: 600;}
#cookie_info_breve .buttonsCSS {text-align: left;display: flex;max-width: 320px;margin: auto;justify-content: space-around;}
#cookie_info_breve .buttonsCSS a:first-of-type {color: #fff;}
#cookie_info_breve .buttonsCSS a {text-decoration: none;color: #333;padding: 10px 4px;display: inline-block;/* font-size: 12px; */}
#cookie_info_breve .buttonsCSS a.acceptButtonId{background-color: #333333;text-transform: uppercase;border-radius: 5px;padding: 10px 15px;}
#cookie_info_breve .buttonsCSS a.acceptButtonId:hover{background-color: #30abf5;}
.configure-cookies .form-fields{border:0}
@media screen and (min-width:1200px) {
        #cookie_info_breve .internoCSS {display: flex;margin: 0 auto;max-width: 1140px;}
        #cookie_info_breve .internoTextCSS {   width: 60%; padding: 0 10px; text-align: justify }
        #cookie_info_breve .buttonsCSS {width: 40%;padding: 0 10px;}
}