/* Print Options */
@media print {
    #Top_bar, .pdf-hide, .public-hide, .button, .mfn-popup-tmpl, #data-stored, #Footer {
        display: none !important;
    }

    body .dark, body .dark h1, body .dark h2, body .dark h3, body .dark h4, body .dark h5, body .dark h6, body .dark p, body .dark .chart-container .label,
    body .dark .column_column ul, body .dark .column_column ol, body .dark .the_content_wrapper ul, body .dark .the_content_wrapper ol {
        color: #000000 !important;
    }

    #compatibility, #further-investigation {
        page-break-after: always;
    }

}


.chart-container {
    max-width: 200px;
    position: relative;
    margin: 0 auto;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chart-container .chart-value {
    z-index: -1;
}

.chart-container .label {
    font-size: 4rem;
    font-weight: bold;
}

.dark .chart-container .label {
    color: #fff;
}


.w11r-copy-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    --height: 40px;
}

.w11r-copy-container input.w11r-urltocopy {
    height: var(--height);
    margin: 0;
    flex-grow: 1;
    border-radius: 5px 0 0 5px;
    border: 1px solid #CCCCCC;
    border-right: 0;
}

.w11r-copy-container .w11r-copytoclipboard {
    height: var(--height);
    padding: 0 10px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.w11r-copy-container .w11r-copytoclipboard button i {
    color: #ffffff;
}

/* Progress Nav */
#progress-nav .feature_list ul li .icon i, #progress-nav .feature_list ul a li {
    color: #ffffff;
}

#progress-nav .feature_list ul a li {
    background: rgb(255 255 255 / 15%);
}

#progress-nav .feature_list ul a li:hover {
    background: rgb(255 255 255 / 30%);
}

#progress-nav .feature_list ul li {
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    padding-left: 3%;
}
/* Screns below 768px */
@media (max-width: 768px) {
    #progress-nav .feature_list ul li {
        clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0, 50% 10%)
        /*padding-left: 30px;*/
    }
}

#progress-nav .feature_list ul li.complete .icon i, #progress-nav .feature_list ul a li.complete {
    text-decoration-line: line-through;
    color: #e0e0e0;
}

.esu-table tr.total-cost td:first-child {
    text-align: right;
}

/* Hide sections with 0 devices */
section:has(.hide-section), .hide-section {
    display: none;
}

.mfn-ui section:has(.hide-section), .mfn-ui .hide-section {
  display: initial;
}
