/* General style */

:root {
    --ncaw-slider-value: 50%;
}

/* Bootstrap Icons loaded via HTML link tag */

#ncaw .tabber-wrapper{
    overflow: auto;
}


#ncaw #tabber a{
    padding: 3px 15px;
    line-height: 2em;
    border-radius:4px;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
    color:#000;
    text-decoration: none;
}


#ncaw #tabber a.active{
     padding: 3px 15px;
    line-height: 2em;
    border-radius:4px;
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

#ncaw .bi {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
}

#ncaw h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 16px !important;
    padding:10px 0;
    color: inherit;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

#ncaw button {
    color: #000;
}

#ncaw button:not(:disabled) {
    cursor: pointer;
}

#ncaw {
    font-size:14px;
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    position: fixed;
    z-index: 99999;
    color: #000;
}

#ncaw * {
    box-sizing: border-box;
}

#ncaw .on, #ncaw .off {
    background: inherit !important;
}

#ncaw .ncaw-wrap-content {
    background: #FFF;
    border-radius: 15px;
    width: 380px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
}

#ncaw .ncaw-wrap-content.off {
    width: 50px;
    height: 50px;
    color: #000;
    border-radius: 0 0px 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    margin-left: -1px;
    background: #fff !important;
    -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

#ncaw .ncaw-wrap-content .ncaw-icon {
    overflow: hidden;
    color: #000;
    font-size: inherit;
    margin: 0;
    width: inherit !important;
    height: inherit !important;
    background: inherit !important;
}

/* Toggle indicator */

#ncaw .ncaw-wrap-content .toggle-active-indicator {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    display: none;
    padding: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#ncaw .ncaw-wrap-content .toggle-active-indicator svg {
    width: 12px;
    height: 12px;
}

/* Bootstrap override */

#ncaw .ncaw-list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

#ncaw .ncaw-list-group.ncaw-list-group-flush {
    border-radius: 0;
}

#ncaw .ncaw-list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px;
}

#ncaw .ncaw-list-group-item > * {
    text-decoration: none;
}

#ncaw .ncaw-list-group-item img {
    vertical-align: middle;
    float: left;
}

#ncaw .ncaw-container {
    display: block;
    width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-right: auto;
    margin-left: auto;
}
#ncaw .ncaw-container.modificators{
    background: #e7faf7;
}

#ncaw .ncaw-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}

#ncaw .ncaw-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-top: 0; 
}

#ncaw .ncaw-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

#ncaw .ncaw-col-6 {
    flex: 0 0 auto;
    width: 50%;
}

#ncaw .ncaw-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

#ncaw .ncaw-w-100 {
    width: 100% !important;
}

#ncaw .ncaw-m-0 {
    margin: 0 !important;
}

#ncaw .ncaw-mt-2 {
    margin-top: .5rem !important;
}

#ncaw .ncaw-me-2 {
    margin-right: .5rem !important;
}
#ncaw .ncaw-ms-1 {
    margin-left: .2rem !important;
}

#ncaw .ncaw-ms-2 {
    margin-left: .5rem !important;
}

#ncaw .ncaw-mb-2 {
    margin-bottom: .5rem !important;
}

#ncaw .ncaw-p-3 {
    padding: 1rem !important;
}

#ncaw .ncaw-py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

#ncaw .ncaw-px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#ncaw .ncaw-d-flex {
    display: flex !important;
}

#ncaw .ncaw-justify-content-between {
    justify-content: space-between !important;
}

#ncaw .ncaw-justify-content-center {
    justify-content: center !important;
}

#ncaw .ncaw-justify-content-end {
    justify-content: flex-end !important;
}

#ncaw .ncaw-align-items-center {
    align-items: center !important;
}

#ncaw .ncaw-text-start {
    text-align: left !important;
}

#ncaw .ncaw-rounded {
    border-radius: 0.375rem !important;
}

#ncaw .ncaw-form-switch {
    padding-left: 2.5em;
}

#ncaw .ncaw-form-switch .ncaw-form-check-input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 1em !important;
    min-height: 1em !important;
    margin-top: .25em;
    vertical-align: top;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dee2e6;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    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-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
    cursor:pointer;
}

#ncaw .ncaw-form-switch .ncaw-form-check-input:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(186 186 186 / 25%);
    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");
}

#ncaw .ncaw-form-switch .ncaw-form-check-input:checked {
    border-color: #000;
    background-color: #000;
    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");
}

#ncaw .ncaw-form-switch .ncaw-form-check-input:before, #ncaw .ncaw-form-switch .ncaw-form-check-input:after {
    display: none;
}

#ncaw .ncaw-form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

#ncaw .ncaw-form-check.ncaw-form-check-reverse {
    /* padding-right: 2.5em; */
    padding: 10px;
    border-radius: 4px;
    cursor:pointer;
    min-height: 65px;
    display: block;
    background: #fff;
    border:1px solid transparent
}

#ncaw .ncaw-form-check.ncaw-form-check-reverse.active {
    border:1px solid #000;
}

#ncaw .ncaw-form-switch.ncaw-form-check-reverse .ncaw-form-check-input {
    float: right;
    margin-right: -2.5em;
    margin-left: 0;
    display: none;
    cursor:pointer;
}

#ncaw .ncaw-wrap-off {
    display: block;
}

#ncaw .ncaw-wrap-on {
    display: none;
}

#ncaw .ncaw-wrap-on .ncaw-close {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-wrap-on .ncaw-close:hover {
    transform: rotate(15deg);
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-body {
    /* height: calc(100vh - 220px); */
    overflow: auto;
    /* box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3) inset; */
    position: relative;
}

#ncaw .ncaw-body .toolWrapper {
    display: none;
}

#ncaw .ncaw-body .toolWrapper.on {
    display: block;
    background: inherit !important;
}

/* Languages */

#ncaw .ncaw-wrap-on .ncaw-body .langWrapper {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    display: none;
    background: #FFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-wrap-on .ncaw-body .langWrapper.on {
    display: block;
    background: #fff !important;
}

#ncaw .ncaw-wrap-on .ncaw-body .langWrapper .langList a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

#ncaw .ncaw-wrap-on .ncaw-body .langWrapper .langList a > span {
    display: none;
}

#ncaw .ncaw-wrap-on .ncaw-body .langWrapper .langList a:hover {
    padding-left: 5px;
}

#ncaw .ncaw-wrap-on .ncaw-body .langWrapper .langList a.active {
    font-weight: 600;
}

#ncaw .ncaw-wrap-on .ncaw-body .langWrapper .langList a.active > span {
    display: inline-block;
}

#ncaw .ncaw-wrap-on .title {
    font-size: 20px;
    font-weight: 400;
}

#ncaw .ncaw-wrap-on .profiles {
    background: #e7faf7;
    /* background: linear-gradient(270deg, #e7faf7, transparent); */
}

#ncaw .ncaw-wrap-on .profiles button.awProfileBut {
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px;
    font-size: 14px;
    min-height: 90px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

#ncaw .ncaw-wrap-on .profiles button.awProfileBut span {
    margin: 7px 0px;
}

#ncaw .ncaw-wrap-on .profiles button.awProfileBut svg {
    display: none;
    position: absolute;
    right: -8px;
    top: -11px;
}

#ncaw .ncaw-wrap-on .profiles button.awProfileBut:hover {
    border: 1px solid #000;
    padding-left: 10px
}

#ncaw .ncaw-wrap-on .profiles button.awProfileBut.active {
    border: 1px solid #000;
}

#ncaw .ncaw-wrap-on .profiles button.awProfileBut.active svg {
    display: block;
}

#ncaw .ncaw-wrap-on .aligner .awAlignBut {
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 7px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

#ncaw .ncaw-wrap-on .aligner .awAlignBut svg {
    display: none;
    position: absolute;
    top: -7px;
    right: -7px;
    background: #fff;
}

#ncaw .ncaw-wrap-on .aligner .awAlignBut:hover {
    border: 1px solid #000;
}

#ncaw .ncaw-wrap-on .aligner .awAlignBut.active {
    border: 1px solid #000;
}

#ncaw .ncaw-wrap-on .aligner .awAlignBut.active svg {
    display: block;
}

/* Top Buttons */

#ncaw .ncaw-wrap-on button.awTopBut {
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 4px 8px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-wrap-on button.awTopBut span {
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-wrap-on button.awTopBut:hover,
#ncaw .ncaw-wrap-on button.awTopBut.active {
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-wrap-on button.awTopBut.reset {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 4px 8px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-wrap-on button.awTopBut.reset:hover {
    background: #FFF;
    border: 1px solid #000;
    color: #000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 4px 8px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-wrap-on button.awTopBut.reset span {
    color: #FFF;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-wrap-on button.awTopBut.reset:hover span {
    color: #000;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

#ncaw .ncaw-wrap-on button.awTopBut.reset .counter {
    font-size: 10px;
    color: #000;
    background: #FFF;
    border-radius: 5px;
    padding: 0px 4px;
    margin-left: 8px;
}

/* Range */

#ncaw .ncaw-wrap-on .ranger input[type=range].styled-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    min-height: 12px;
    background: transparent;
    cursor: pointer;
    padding: 0;
    border: none;
}

/* Track */

#ncaw .ncaw-wrap-on .ranger input[type=range].styled-slider::-webkit-slider-runnable-track {
    height: 12px;
    background: linear-gradient(to right, #1a181b var(--ncaw-slider-value, 50%), #efeff2 var(--ncaw-slider-value, 50%));
    border-radius: 50px;
}

#ncaw .ncaw-wrap-on .ranger input[type=range].styled-slider::-moz-range-track {
    height: 12px;
    background: linear-gradient(to right, #1a181b var(--ncaw-slider-value, 50%), #efeff2 var(--ncaw-slider-value, 50%));
    border-radius: 50px;
}

#ncaw .ncaw-wrap-on .ranger input[type=range].styled-slider::-ms-track {
    height: 12px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

/* Thumb */

#ncaw .ncaw-wrap-on .ranger input[type=range].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #1a181b;
    margin-top: -2px;
    transition: background .3s ease;
    position: relative;
    z-index: 2;
}

#ncaw .ncaw-wrap-on .ranger input[type=range].styled-slider::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #1a181b;
    position: relative;
    z-index: 2;
}

#ncaw .styled-slider::-ms-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #1a181b;
    position: relative;
    z-index: 2;
}

#ncaw .ncaw-wrap-on .ranger .rangeTitle {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: end;
    width: 100%;
}

#ncaw .ncaw-wrap-on .ranger .rangeTitle span {
    margin-right: 10px;
}

#ncaw .ncaw-wrap-on .ranger .rangeTextAmount {
    font-size: 11px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    color: #969696;
}

/* Zoom Controls */

#ncaw .ncaw-zoom-btn {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    color: #000;
}

#ncaw .ncaw-zoom-btn:hover {
    border-color: #000;
    background: #f8f9fa;
}

#ncaw .ncaw-zoom-btn:active {
    background: #e9ecef;
}

#ncaw .ncaw-zoom-percentage {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    min-width: 50px;
    text-align: center;
    margin: 0 8px;
}

/* Switchers */

#ncaw .ncaw-wrap-on .switchers label {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    line-height: 1em !important;
}

#ncaw .ncaw-wrap-on .switchers label span {
    margin: 10px;
}

#ncaw .ncaw-wrap-on .switchers .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

#ncaw .ncaw-wrap-on .switchers .form-check-input:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(186 186 186 / 25%);
}

#ncaw .ncaw-footer {
    height: 50px;
}

#ncaw .ncaw-footer .ncaw--footer-link{
    color: #000;
    text-decoration: none;
}

#ncaw .ncaw-footer img {
    vertical-align: middle !important;
}

/* Evidenzia titoli */

h1.da-ncaw-highlight-titles,
h2.da-ncaw-highlight-titles,
h3.da-ncaw-highlight-titles,
h4.da-ncaw-highlight-titles,
h5.da-ncaw-highlight-titles,
h6.da-ncaw-highlight-titles {
    outline: rgb(20, 111, 248) solid 2px !important;
    outline-offset: 2px !important;
}

/* Evidenzia link */

a.da-ncaw-highlight-links, 
a.da-ncaw-highlight-links:link,
a.da-ncaw-highlight-links:hover,
a.da-ncaw-highlight-links:visited {
    outline: 2px solid rgba(255, 114, 22, 0.5) !important;
    outline-offset: 2px !important;
}

/* Tooltip di ingrandimento testo */

.da-ncaw-text-magnifier-tooltip {
    position: absolute !important;
    z-index: 999999 !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: #fff !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    max-width: 400px !important;
    word-wrap: break-word !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, left 0.1s ease-out, top 0.1s ease-out !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.da-ncaw-text-magnifier-tooltip.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Allineamento centrale del testo */

.da-ncaw-text-center {
    text-align: center !important;
}

.da-ncaw-text-center[style*="display: flex"],
.da-ncaw-text-center[style*="display:flex"] {
    justify-content: center !important;
    text-align: center !important;
}

.da-ncaw-text-center[style*="display: grid"],
.da-ncaw-text-center[style*="display:grid"] {
    justify-items: center !important;
    text-align: center !important;
}

ul.da-ncaw-text-center,
ol.da-ncaw-text-center {
    text-align: center !important;
    list-style-position: inside !important;
}

table.da-ncaw-text-center,
table.da-ncaw-text-center td,
table.da-ncaw-text-center th {
    text-align: center !important;
}

@media (max-width: 768px) {
    .da-ncaw-text-center {
        text-align: center !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #ncaw .ncaw-wrap-content {
        width: 92%;
        margin: 4%;
    }

}

.da-ncaw-text-center[style*="position: absolute"],
.da-ncaw-text-center[style*="position:absolute"],
.da-ncaw-text-center[style*="position: fixed"],
.da-ncaw-text-center[style*="position:fixed"] {
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
}

span.da-ncaw-text-center,
a.da-ncaw-text-center,
strong.da-ncaw-text-center,
em.da-ncaw-text-center,
b.da-ncaw-text-center,
i.da-ncaw-text-center {
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important;
}

.da-ncaw-text-center[style*="float: left"],
.da-ncaw-text-center[style*="float:left"],
.da-ncaw-text-center[style*="float: right"],
.da-ncaw-text-center[style*="float:right"] {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* Allineamento a sinistra del testo */

.da-ncaw-text-left {
    text-align: left !important;
}

.da-ncaw-text-left[style*="display: flex"],
.da-ncaw-text-left[style*="display:flex"] {
    justify-content: flex-start !important;
    text-align: left !important;
}

.da-ncaw-text-left[style*="display: grid"],
.da-ncaw-text-left[style*="display:grid"] {
    justify-items: start !important;
    text-align: left !important;
}

ul.da-ncaw-text-left,
ol.da-ncaw-text-left {
    text-align: left !important;
    list-style-position: inside !important;
}

table.da-ncaw-text-left,
table.da-ncaw-text-left td,
table.da-ncaw-text-left th {
    text-align: left !important;
}

@media (max-width: 768px) {
    .da-ncaw-text-left {
        text-align: left !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.da-ncaw-text-left[style*="position: absolute"],
.da-ncaw-text-left[style*="position:absolute"],
.da-ncaw-text-left[style*="position: fixed"],
.da-ncaw-text-left[style*="position:fixed"] {
    left: 0 !important;
    transform: none !important;
    text-align: left !important;
}

span.da-ncaw-text-left,
a.da-ncaw-text-left,
strong.da-ncaw-text-left,
em.da-ncaw-text-left,
b.da-ncaw-text-left,
i.da-ncaw-text-left {
    display: inline-block !important;
    text-align: left !important;
    width: 100% !important;
}

.da-ncaw-text-left[style*="float: left"],
.da-ncaw-text-left[style*="float:left"],
.da-ncaw-text-left[style*="float: right"],
.da-ncaw-text-left[style*="float:right"] {
    float: left !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Allineamento a destra del testo */

.da-ncaw-text-right {
    text-align: right !important;
}

.da-ncaw-text-right[style*="display: flex"],
.da-ncaw-text-right[style*="display:flex"] {
    justify-content: flex-end !important;
    text-align: right !important;
}

.da-ncaw-text-right[style*="display: grid"],
.da-ncaw-text-right[style*="display:grid"] {
    justify-items: end !important;
    text-align: right !important;
}

ul.da-ncaw-text-right,
ol.da-ncaw-text-right {
    text-align: right !important;
    list-style-position: inside !important;
}

table.da-ncaw-text-right,
table.da-ncaw-text-right td,
table.da-ncaw-text-right th {
    text-align: right !important;
}

@media (max-width: 768px) {
    .da-ncaw-text-right {
        text-align: right !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.da-ncaw-text-right[style*="position: absolute"],
.da-ncaw-text-right[style*="position:absolute"],
.da-ncaw-text-right[style*="position: fixed"],
.da-ncaw-text-right[style*="position:fixed"] {
    right: 0 !important;
    transform: none !important;
    text-align: right !important;
}

span.da-ncaw-text-right,
a.da-ncaw-text-right,
strong.da-ncaw-text-right,
em.da-ncaw-text-right,
b.da-ncaw-text-right,
i.da-ncaw-text-right {
    display: inline-block !important;
    text-align: right !important;
    width: 100% !important;
}

.da-ncaw-text-right[style*="float: left"],
.da-ncaw-text-right[style*="float:left"],
.da-ncaw-text-right[style*="float: right"],
.da-ncaw-text-right[style*="float:right"] {
    float: right !important;
    margin: 0 !important;
    text-align: right !important;
}

/* Maschera per la lettura */

.da-ncaw-reading-mask {
    pointer-events: none !important;
    z-index: 2147483647;
    position: fixed;
    display: none;
}

.da-ncaw-reading-mask:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: var(--top);
    transform: translateY(-50%);
    width: 100%;
    height: 150px;
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, .5);
}

/* Guida alla lettura */

.da-ncaw-reading-guide {
    position: fixed;
    max-width: 500px;
    width: 90%;
    height: 13px;
    border-radius: 50px;
    pointer-events: none;
    background-color: #146ff8;
    border: solid 4px #1f2533;
    z-index: 2147483647;
    transform: translateX(-50%);
    display: none;
}

/* Nascondi immagini */

.da-ncaw-hidden-image {
    opacity: 0 !important;
    visibility: hidden !important;
}

.da-ncaw-hidden-background {
    background-image: none !important;
}

/* Ferma animazioni */

html.da-ncaw-stop-animations * {
    transition: none !important;
    animation-fill-mode: forwards !important;
    animation-iteration-count: 1 !important;
    animation-duration: 0.01s !important;
}