/* _content/demo/Pages/Index.cshtml.rz.scp.css */
#be_plot[b-biwb1gcyab] {
    padding-top: 2rem;
}

#be-title[b-biwb1gcyab] {
    width: 70%;
    margin: 0 28% 0 2%;
}

#be-title h3[b-biwb1gcyab]{
    color: white;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
}

.be-tooltip[b-biwb1gcyab] {
    pointer-events: none;
    position: absolute;
    font-size: 0.8em;
    text-align: center;
    background: #000000bf;
    padding: 10px 15px;
    z-index: 5;
    height: 30px;
    line-height: 1em;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 5px;
    transform: translateX(-50%) translateY(-150%);
    display: none;
}
.be-tooltip.active[b-biwb1gcyab] {
    display: block;
}
.be-tooltip[b-biwb1gcyab]::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000bf;
}

.slider-tooltip[b-biwb1gcyab] {
    pointer-events: none;
    position: absolute;
    font-size: 0.8em;
    text-align: center;
    background: #000000bf;
    padding: 10px 15px;
    z-index: 5;
    height: 30px;
    line-height: 1em;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 5px;
    transform: translateX(-50%) translateY(-150%);
    display: none;
}
.slider-tooltip.active[b-biwb1gcyab] {
    display: block;
}
.slider-tooltip[b-biwb1gcyab]::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000bf;
}

.be-label[b-biwb1gcyab] {
    font-size: 0.8em !important;
    background: #000000;
    border-radius: 5px;
    border: 0.5px solid #666666;
    padding: 2px;
}

.evaluation-head[b-biwb1gcyab] {
    display: flex;
    align-items: center;
}
.evaluation-head h2[b-biwb1gcyab] {
    margin: 0; 
}
.evaluation-head a[b-biwb1gcyab] {
    margin-left: 10px;
}
@media only screen and (min-width: 768px) {
    aside[b-biwb1gcyab] {
        width: 25%;
        max-width: 300px;
    }
    main[b-biwb1gcyab] {
        min-width: calc(100% - 300px);
    }
}
/* _content/demo/Pages/_3DRenderer.cshtml.rz.scp.css */
#cardio-viewer[b-ad9w55nbh3] {
    background-color: black;
}

#main-controls[b-ad9w55nbh3] {
    background-color: black;
}
/* _content/demo/Pages/_EvalInfo.cshtml.rz.scp.css */
.evaluation-head[b-vxed66j4fo] {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 20px;
}

.evaluation-head p.pb-0.mb-0.word-break[b-vxed66j4fo] {
    font-weight: bold !important; /* Added !important to override any other styles */
    font-size: 20px;
}
.evaluation-head a[b-vxed66j4fo] {
    margin-left: 10px;
}
/* _content/demo/Pages/_GlobalMetrics.cshtml.rz.scp.css */
.normalrange-slider[b-slrcgywulv] {
    -webkit-appearance: none;
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    background-repeat: no-repeat;
    outline: none;
    padding: 0;
    margin: 0;
}

.normalrange-slider[b-slrcgywulv]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2c3e50;
    cursor: default;
    transform: translateY(-10px);
}

.normalrange-slider[b-slrcgywulv]::-moz-range-thumb {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2c3e50;
    background: transparent;
    cursor: default;
    transform: translateY(-10px);
}

.normalrange-slider.slider-dark[b-slrcgywulv]::-webkit-slider-thumb {
    border-top: 10px solid #d7dcdf;
}

.normalrange-slider.slider-dark[b-slrcgywulv]::-moz-range-thumb {
    border-top: 10px solid #d7dcdf;
}

.slider-label[b-slrcgywulv] {
    font-size: 12px;
}

.slider-cell[b-slrcgywulv]{
    text-align: center;
}

#global-metrics-table td[b-slrcgywulv] {
    padding: 10px;
}
/* _content/demo/Pages/_PressureMetrics.cshtml.rz.scp.css */
.pressure-table-cell[b-59whezw913]{
    text-align: center;
}

.pressure-table-cell-divider[b-59whezw913]{
    border-right: 1px solid #ccc;
    text-align: center;
}
/* _content/demo/Views/Shared/_FooterPartial.cshtml.rz.scp.css */
.footer[b-saytdkagrz] {
    flex-shrink: 0;
    z-index: 2;
    position: relative;
    min-height: 60px;
    background-image: linear-gradient(to right, #0094ba, #00b0dc, #0094ba);
    color: #ffffff;
    position: relative;
    display: flex;
    height: 100%;
    flex-flow: row nowrap;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
.footer a[b-saytdkagrz] {
    color: #ffffff;
}
/* _content/demo/Views/Shared/_HeaderPartial.cshtml.rz.scp.css */
header[b-n9fyjkjlwk] {
    flex-shrink: 0;
    z-index: 3;
    /* Removed position: fixed to allow header to scroll with the page */
    width: 100%;
}
.navbar[b-n9fyjkjlwk] {
    background-image: linear-gradient(to right, #0094ba, #00b0dc, #0094ba);
    font-weight: 800;
}
