/* Pulsante icona accessibilità */
#idexa-accessibility-button {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #000;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 995;
    line-height: 0px;
}

#idexa-accessibility-button img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

/* Pannello impostazioni */
#idexa-accessibility-panel {
    position: fixed;
    /* top: 0px; */
    bottom: 35px;
    left: 35px;
    background: #fff;
    border: 1px solid #aaaaaa4f;
    border-radius: 10px;
    padding: 0px;
    width: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    display: none;
    overflow-x: hidden;
    max-height: 600px;
}

@media (max-width: 768px) {
    #idexa-accessibility-panel {
        position: fixed;
        bottom: 20px;
        left: 20px;
        width: 90%;
        max-height: 580px;
    }

}

.iap-close img {
    width: 32px;
    height: 32px;
}

#idexa-accessibility-panel[aria-hidden="false"] {
    display: block;
}


.iap-header {
    color: #fff;
    background-color: #111;
    padding: 20px;
    text-align: center;
    min-height: 280px;
    border-radius: 10px 10px 0 0;
    padding-top: 60px;
}

.iap-close {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #fff;
    border-radius: 50%;
    line-height: 0px;
}

.iap-close img {
    width: 24px;
    height: 24px;
}

.iap-content {
    margin-top: -60px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(60, 80, 170, .1);
    border-radius: 10px;
}


.iap-option {
    background: #F5F9FB;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    color: #111;
    border: solid 2px rgba(51, 51, 51, 0);
    position: relative;
}

.iap-option.selected {
    border: solid 2px rgba(51, 51, 51, 1);
}


.iap-header h3 {
    font-size: 1.4rem !important;
}

.iap-header p {
    font-size: 0.875rem !important;
}


.text-dimension-container {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#idexa-accessibility-panel button {
    background: #111;
    color: #fff;
    font-weight: 600;
    border: 2px solid #111;
}


span.iap-option-name {
    font-size: 13px !important;
    font-weight: 500;
    color: #353333;

}


.iap-option-name i {
    position: absolute;
    left: 15px;
    bottom: 0px;
    top: 16px;
    font-size: 26px;
    box-shadow: 0 10px 30px rgba(60, 80, 170, .1);
    opacity: 0;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}


.iap-option.selected .iap-option-name i {
    opacity: 1;
}

.ia-container {
    position: relative;
}

div#idexa-accessibility-button i {
    position: absolute;
    top: 18px;
    left: -12px;
    z-index: 999;
    color: #FFFF;
    font-size: 20px;
    border-radius: 50px;
    background-color: #111;
    opacity: 0;
}

body.iacs-active div#idexa-accessibility-button i {
    opacity: 1;
}


#iap-reset-config {
    position: absolute;
    right: 15px;
    top: 15px;
}

/** Parameters Rule */

/* TEXT SIZE 50% */
body.iacsb-text-large-50 h1,
body.iacsb-text-large-50 h2,
body.iacsb-text-large-50 h3,
body.iacsb-text-large-50 h4,
body.iacsb-text-large-50 h5,
body.iacsb-text-large-50 h6,
body.iacsb-text-large-50 a,
body.iacsb-text-large-50 span,
body.iacsb-text-large-50 li,
body.iacsb-text-large-50 ul,
body.iacsb-text-large-50 p,
body.iacsb-text-large-50 strong,
body.iacsb-text-large-50 em,
body.iacsb-text-large-50 b,
body.iacsb-text-large-50 i,
body.iacsb-text-large-50 label,
body.iacsb-text-large-50 button,
body.iacsb-text-large-50 textarea,
body.iacsb-text-large-50 select,
body.iacsb-text-large-50 td,
body.iacsb-text-large-50 th {
    font-size: 70% !important;
}

/* TEXT SIZE 60% */
body.iacsb-text-large-60 h1,
body.iacsb-text-large-60 h2,
body.iacsb-text-large-60 h3,
body.iacsb-text-large-60 h4,
body.iacsb-text-large-60 h5,
body.iacsb-text-large-60 h6,
body.iacsb-text-large-60 a,
body.iacsb-text-large-60 span,
body.iacsb-text-large-60 p,
body.iacsb-text-large-60 strong,
body.iacsb-text-large-60 em,
body.iacsb-text-large-60 b,
body.iacsb-text-large-60 i,
body.iacsb-text-large-60 label,
body.iacsb-text-large-60 button,
body.iacsb-text-large-60 textarea,
body.iacsb-text-large-60 select,
body.iacsb-text-large-60 td,
body.iacsb-text-large-60 th {
    font-size: 75% !important;
}

/* TEXT SIZE 70% */
body.iacsb-text-large-70 h1,
body.iacsb-text-large-70 h2,
body.iacsb-text-large-70 h3,
body.iacsb-text-large-70 h4,
body.iacsb-text-large-70 h5,
body.iacsb-text-large-70 h6,
body.iacsb-text-large-70 a,
body.iacsb-text-large-70 span,
body.iacsb-text-large-70 p,
body.iacsb-text-large-70 strong,
body.iacsb-text-large-70 em,
body.iacsb-text-large-70 b,
body.iacsb-text-large-70 i,
body.iacsb-text-large-70 label,
body.iacsb-text-large-70 button,
body.iacsb-text-large-70 textarea,
body.iacsb-text-large-70 select,
body.iacsb-text-large-70 td,
body.iacsb-text-large-70 th {
    font-size: 80% !important;
}

/* TEXT SIZE 80% */
body.iacsb-text-large-80 h1,
body.iacsb-text-large-80 h2,
body.iacsb-text-large-80 h3,
body.iacsb-text-large-80 h4,
body.iacsb-text-large-80 h5,
body.iacsb-text-large-80 h6,
body.iacsb-text-large-80 a,
body.iacsb-text-large-80 span,
body.iacsb-text-large-80 p,
body.iacsb-text-large-80 strong,
body.iacsb-text-large-80 em,
body.iacsb-text-large-80 b,
body.iacsb-text-large-80 i,
body.iacsb-text-large-80 label,
body.iacsb-text-large-80 button,
body.iacsb-text-large-80 textarea,
body.iacsb-text-large-80 select,
body.iacsb-text-large-80 td,
body.iacsb-text-large-80 th {
    font-size: 85% !important;
}

/* TEXT SIZE 90% */
body.iacsb-text-large-90 h1,
body.iacsb-text-large-90 h2,
body.iacsb-text-large-90 h3,
body.iacsb-text-large-90 h4,
body.iacsb-text-large-90 h5,
body.iacsb-text-large-90 h6,
body.iacsb-text-large-90 a,
body.iacsb-text-large-90 span,
body.iacsb-text-large-90 p,
body.iacsb-text-large-90 strong,
body.iacsb-text-large-90 em,
body.iacsb-text-large-90 b,
body.iacsb-text-large-90 i,
body.iacsb-text-large-90 label,
body.iacsb-text-large-90 button,
body.iacsb-text-large-90 textarea,
body.iacsb-text-large-90 select,
body.iacsb-text-large-90 td,
body.iacsb-text-large-90 th {
    font-size: 90% !important;
}

/* TEXT SIZE 110% */
body.iacsb-text-large-110 h1,
body.iacsb-text-large-110 h2,
body.iacsb-text-large-110 h3,
body.iacsb-text-large-110 h4,
body.iacsb-text-large-110 h5,
body.iacsb-text-large-110 h6,
body.iacsb-text-large-110 a,
body.iacsb-text-large-110 span,
body.iacsb-text-large-110 p,
body.iacsb-text-large-110 strong,
body.iacsb-text-large-110 em,
body.iacsb-text-large-110 b,
body.iacsb-text-large-110 i,
body.iacsb-text-large-110 label,
body.iacsb-text-large-110 button,
body.iacsb-text-large-110 textarea,
body.iacsb-text-large-110 select,
body.iacsb-text-large-110 td,
body.iacsb-text-large-110 th {
    font-size: 105% !important;
}

/* TEXT SIZE 120% */
body.iacsb-text-large-120 h1,
body.iacsb-text-large-120 h2,
body.iacsb-text-large-120 h3,
body.iacsb-text-large-120 h4,
body.iacsb-text-large-120 h5,
body.iacsb-text-large-120 h6,
body.iacsb-text-large-120 a,
body.iacsb-text-large-120 span,
body.iacsb-text-large-120 p,
body.iacsb-text-large-120 strong,
body.iacsb-text-large-120 em,
body.iacsb-text-large-120 b,
body.iacsb-text-large-120 i,
body.iacsb-text-large-120 label,
body.iacsb-text-large-120 button,
body.iacsb-text-large-120 textarea,
body.iacsb-text-large-120 select,
body.iacsb-text-large-120 td,
body.iacsb-text-large-120 th {
    font-size: 110% !important;
}

/* TEXT SIZE 130% */
body.iacsb-text-large-130 h1,
body.iacsb-text-large-130 h2,
body.iacsb-text-large-130 h3,
body.iacsb-text-large-130 h4,
body.iacsb-text-large-130 h5,
body.iacsb-text-large-130 h6,
body.iacsb-text-large-130 a,
body.iacsb-text-large-130 span,
body.iacsb-text-large-130 p,
body.iacsb-text-large-130 strong,
body.iacsb-text-large-130 em,
body.iacsb-text-large-130 b,
body.iacsb-text-large-130 i,
body.iacsb-text-large-130 label,
body.iacsb-text-large-130 button,
body.iacsb-text-large-130 textarea,
body.iacsb-text-large-130 select,
body.iacsb-text-large-130 td,
body.iacsb-text-large-130 th {
    font-size: 115% !important;
}

/* TEXT SIZE 140% */
body.iacsb-text-large-140 h1,
body.iacsb-text-large-140 h2,
body.iacsb-text-large-140 h3,
body.iacsb-text-large-140 h4,
body.iacsb-text-large-140 h5,
body.iacsb-text-large-140 h6,
body.iacsb-text-large-140 a,
body.iacsb-text-large-140 span,
body.iacsb-text-large-140 p,
body.iacsb-text-large-140 strong,
body.iacsb-text-large-140 em,
body.iacsb-text-large-140 b,
body.iacsb-text-large-140 i,
body.iacsb-text-large-140 label,
body.iacsb-text-large-140 button,
body.iacsb-text-large-140 textarea,
body.iacsb-text-large-140 select,
body.iacsb-text-large-140 td,
body.iacsb-text-large-140 th {
    font-size: 120% !important;
}

/* TEXT SIZE 150% */
body.iacsb-text-large-150 h1,
body.iacsb-text-large-150 h2,
body.iacsb-text-large-150 h3,
body.iacsb-text-large-150 h4,
body.iacsb-text-large-150 h5,
body.iacsb-text-large-150 h6,
body.iacsb-text-large-150 a,
body.iacsb-text-large-150 span,
body.iacsb-text-large-150 p,
body.iacsb-text-large-150 strong,
body.iacsb-text-large-150 em,
body.iacsb-text-large-150 b,
body.iacsb-text-large-150 i,
body.iacsb-text-large-150 label,
body.iacsb-text-large-150 button,
body.iacsb-text-large-150 textarea,
body.iacsb-text-large-150 select,
body.iacsb-text-large-150 td,
body.iacsb-text-large-150 th {
    font-size: 125% !important;
}





/* Alto contrasto */
body.iacsb-high-contrast * {
    background-color: #111111 !important;
    color: rgb(255, 255, 255, 0.8) !important;
}

body.iacsb-high-contrast * a {
    color: cyan !important;
}

/* Monocromia */
body.iacsb-monochrome {
    -o-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}



body.idexa-high-contrast {
    background-color: #000 !important;
    color: #fff !important;
}

body.iacsb-enhance-link a {
    border: 2px solid #ebae20;
    padding: 12px 10px;
}

body.iacsb-readability h1,
body.iacsb-readability h2,
body.iacsb-readability h3,
body.iacsb-readability h4,
body.iacsb-readability h5,
body.iacsb-readability h6,
body.iacsb-readability span,
body.iacsb-readability p {
    font-family: 'Arial', sans-serif !important;
}


/* end params */