#cookiePreferenze .modal-body, #cookiePreferenze .modal-footer  {
    font-size: 1.5rem;
    line-height:170%
}
#cookiePreferenze .accordion {
    box-shadow: none;
}
#cookiePreferenze .accordion .card {
    border: none;
}
#cookiePreferenze .accordion .card .card-header {
    background-color: #fff;
}
#cookiePreferenze .accordion .card .card-header h3.section-subtitle{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 0 6.5rem;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    color: #2e61ca;
}
#cookiePreferenze .accordion .card .card-header h3.section-subtitle:before{
    content: '';
    width: 5px;
    height: 5px; 
    top: 10px;
    left: 5rem;
    position: absolute;
    border-radius: 3px;
    background: #fd5d0d;
}
#cookiePreferenze .accordion .card .card-header h3.section-subtitle:after{ 
    top: 12px;
    left: 0;
    content: '';
    width: 4rem;
    height: 1px;
    background: #2e61ca;
    position: absolute;
}
#cookiePreferenze .accordion .card .card-header button {
    text-transform: none;
    padding-left: 4rem;
    background-size: 1.5rem;
}
#cookiePreferenze  .accordion .card-header button:before {
    width: 0;
    height: 0;
    background: none;
}
#cookiePreferenze .accordion .card-header button:not(.collapsed) {
    background-image: url(../img/chevron-top-azure.png);
    background-color: #fff;
    color: #2e61ca;
}
#cookiePreferenze .accordion .card-header button:not(.collapsed):before {
    background: #2e61ca;
}
#cookiePreferenze .accordion .card-body .list-line ul li{
    list-style-type: disc;
    margin-left: 3rem;
}
#cookiePreferenze .accordion .card-body {
    padding-top: 0px;
}
#cookiePreferenze button.btn-generic, .cookiebar button.btn-generic{
    margin:0 1rem; 
}
.cookiebar img {
     max-height: 2rem!important;
     padding-right:20px;
}
.justify-content-center {
    text-align:center;
}
#cookiePreferenze button.btn-accept-all img, .cookiebar button.btn-accept-all img {
    /*width:3rem;*/
    width:
}
@media(max-width:768px){
  #cookiePreferenze button.btn-generic, .cookiebar button.btn-generic {
        width: 100%;
        margin: 0 0 1rem auto;
  }
  .modal-sss-dialog {
    top: calc(100% - 440px)!important; 
  }
  .cookiePreferenze .container {
    text-align: left!important;
  }
  .cookiePreferenze .container .row {
    padding:1rem;    
  }
}

/* form switch*/

.form-control-color:not(:disabled):not([readonly]){
    cursor:pointer
}
.form-control-color::-moz-color-swatch{
    height:1.5em;
    border-radius:.25rem
}
.form-control-color::-webkit-color-swatch{
    height:1.5em;
    border-radius:.25rem
}
.form-check-input{
    width:1em;
    height:1em;
    margin-top:.25em;
    vertical-align:top;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    border:1px solid rgba(0,0,0,.25);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-print-color-adjust:exact;
    color-adjust:exact
}
.form-check-input[type=checkbox]{
    border-radius:.25em
}
.form-check-input[type=radio]{
    border-radius:50%
}
.form-check-input:active{
    filter:brightness(90%)
}
.form-check-input:focus{
    border-color:#86b7fe;
    outline:0;
    box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.form-check-input:checked{
    background-color:#0d6efd;
    border-color:#0d6efd
}
.form-check-input:checked[type=checkbox]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.form-check-input:checked[type=radio]{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate{
    background-color:#0d6efd;
    border-color:#0d6efd;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-input:disabled{
    pointer-events:none;
    filter:none;
    opacity:.5
}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{
    opacity:.5
}
.form-switch{
    padding-left:2.5em
}
.form-switch .form-check-input{
    width:2em;
    margin-left:-2.5em;
    /* background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); */
    background-image: url(../img/circle-opa.svg);
    background-position:left center;
    border-radius:2em;
    transition:background-position .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-switch .form-check-input{
        transition:none
    }
}
.form-switch .form-check-input:focus{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked{
    background-position:right center;
    /* background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") */
    background-image: url(../img/circle-fill.svg);
}
.form-check-inline{
    display:inline-block;
    margin-right:1rem
}
.modal-dialog {
    margin-top: 0rem;
    max-width: 100%; 
}
.cookiebar {
    bottom: 0;
    left: 0;
    right: 0;
    /* display: none; */
    position: fixed;
    width: 100%; 
    /* z-index: 1100;
    background-color: #435a70;
    padding: 24px 32px;*/
}
.modal .cookiebar {
    max-width: 100%!important;
    width: 100%!important;
}
.cookiebar .modal-footer {
    display: inline;
}
.cookiebar .modal-body {
    padding: 1rem 2rem;
}
.page-intro .content-disabled .row {
    justify-content: left;
    margin-left: 1.5rem;
}
.modal .text { color: #000; padding: 1rem;}
.modal .text a { color: #0a6299;}

.cookiePreferenze .accordion .card-header button {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #2e61ca;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 2rem 3rem;
    padding-left: 4.5rem;
    padding-right: 7rem;
    background: transparent;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    background: url(../img/chevron-down-azure.png) no-repeat 92% center;
    background-color: transparent;
    background-size: 2rem;
    position: relative;
}
.cookiePreferenze .modal-dialog{
    top:50%!important;
    max-width:70%!important;
    /* position: relative;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 80%;
    z-index: 1100;
    width: auto; */
}
.cookiePreferenze .modal-body { 
    overflow-y: scroll;
    height:60rem;  
    margin-top: 20px; 
    margin-bottom:20px;"
}
.cookiePreferenze label {
    display: inline!important;
    font-weight: normal!important;
}
.cookiePreferenze .panel-group .panel-title a:after {
    content: '';
    width: 4rem;
    height: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/accordion-gray-up.png) no-repeat center center;
    background-size: auto 20%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.cookiePreferenze .panel-group .panel-title a[aria-expanded="true"]:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.cookiePreferenze .panel-group .panel, .cookiePreferenze .panel {
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.cookiePreferenze .panel-group .panel-heading { padding:.2rem!important}
.cookiePreferenze img {
    max-height: 2rem!important;
    padding-right: 20px;
}
.cookiePreferenze .modal-footer { margin: 0 auto; text-align: center;}
.modal-sss-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right:0;
    top: calc(100% - 220px); 
    overflow-y: hidden!important;
}
.cookiePreferenze .title-visore {
    font-family: 'Abril Fatface';
    text-transform: none;
    color: #1C133F;
    font-size: 3rem;
    font-weight:bold;
}
.cookiePreferenze .hr-border {
    margin-top: 1rem!important;
}
#openVideo .modal-body, .modal.fade.in .modal-body { line-height: normal!important; padding:1.5rem;}
section.cookiePreferenze { background:none!important}
section.modal-sss-dialog { padding:0px!important}
