body{
    background:#0F172A;
    color:#90a1b9;
    min-height:100vh;
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
    scrollbar-color: #1e293b #0dcaf0;
    scrollbar-width: thin;
	margin: 90px 0 50px 0;
}
.top-header{
    background:#1e293b;
    border-bottom:1px solid rgba(255,255,255,.1);
    height:90px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.dashboard-card{
    background:#13274a;
    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;
    padding:18px;
    height:100%;
    position: relative;
}

.card-title-small{
    font-size:.8rem;
    font-weight:700;
    text-transform:uppercase;
    color:#9ec5ff;
    margin-bottom:15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.metric-box {
    background:#0d1d3f;
    border-radius:15px;
    padding:12px;
    text-align:center;
    position: relative;
    margin-top: 35px;
    border: 1px solid #90a1b9 !important
}
.clinicalPipelineDesc {
    min-height: 75px;
    margin-bottom: 20px;
    border: 1px solid #90a1b9 !important;
    border-radius: 15px;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
}
.form-text {
    background:#0d1d3f;
    border-radius:10px;
    text-align:center;
    position: relative;
    font-weight: 700;
}
.composition-value{
    font-size: 1.3rem;
    font-weight: 700;
    color: #3db6ff;
    background: transparent;
    max-width: 100%;
    border: none;
    text-align: center;
}

.flow-header{
    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;
    padding:15px;
}

.section-list {
    display: flex;
}

.list-group-item{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: none !important;
    border-radius: 15px !important;
    margin-top: 5px;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.form-text {
    width: 60px;
    height: 40px;
    color: #0dcaf0;
    border: 1px solid #90a1b9 !important;
    border-radius: 15px !important;
    margin: 0 !important;
}
.custom-slider{
    width:100%;
}

.progress{
    height:12px;
    background:#0d1d3f;
}

.footer-space{
    height:40px;
}

.table-dark-custom{
    --bs-table-bg:transparent;
    --bs-table-color:#fff;
    --bs-table-border-color:rgba(255,255,255,.08);
}

.small-label{
    color: #9aa7c7;
    font-size: 12px;
    position: absolute;
    top: -20px;
    left: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.sliderDiv {
    position: relative;
    margin: 40px 0;
}
.flowSplit {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
}
.flowSplit label {
    width: 100%;
}
.flowSplit .inputPercLabel {
    color: #0dcaf0;
}
.inputDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.text-secondary {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;	
}
.text-strong {
    font-weight: 900;
}
.text-sub-text {
    display:flex;
    justify-content: space-around;
    flex-direction: column;
}
.icon-image {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 18px;
}
.icon-image.big-icon {
    width: 75px;
    height: 75px;
    font-size: 24px;
}
.bg-azure {
    background-color: #0dcaf0 !important;
}
.text-azure {
    color: #0dcaf0;
}
.color-blue {
    color: #0F172A !important;
}
.color-azure {
    color: #0dcaf0;
}
.text-with-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btn-custom {
    border-radius: 15px;
    border-color: #90a1b9 !important;
    color: #90a1b9	;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}
.btn-custom:hover, .btn-custom:focus {
    background-color: #1e293b;
}
.first-row {
    min-height: 100px;
    padding: 20px;
    background-color: transparent;
}
.bg-light {
    background-color: #132840 !important;
    border: 1px solid #0dcaf0;

}
.color-white {
    color: white;
}
.bg-opaque {
    background-color: #1e293b;
}
.bg-blue {
    background-color: #0F172A;
}
.bg-darkish {
    background-color: #182234;
}
.no-bg {
    background-color: transparent;
}
.no-bg:hover, .no-bg:focus {
    background-color: #1e293b;
}
.label-abs {
    position: absolute;
    width: 100%;
}
.scenario-name {
    position: relative;
    min-height: 60px;
    padding: 0;
}
.first-line-buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.btn-info {
    text-transform: uppercase;
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
    font-size: 12px;
    padding: 20px;
    border-radius: 15px;
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.18),
        0 3px 8px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);

    transition: transform .15s ease, box-shadow .15s ease;
}
.btn-info:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.22),
        0 5px 12px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.text-with-sub {
    display: flex;
    flex-direction: column;
}
.color-std {
    color:#90a1b9;
}
.color-pink {
    color: #f6339a;
}
.title-text {
    font-size: 18px;
}
.mb10 {
    margin-bottom: 10px;
}
.slider-title {
    font-weight: 900;
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
    font-size: 11px;

}
h3.slider-title {
    font-size: 13px;
}
input[type="range"] {
    -webkit-appearance: none;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    background: #0F172A;

    height: 10px;
}

input[type="range"]::-moz-range-track {
    background: #0F172A;
    height: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #0dcaf0;
    margin-top: -5px;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background: #0dcaf0;
    margin-top: -5px;
    border-radius: 50%;
}
.space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
    font-size: 10px;
    font-weight: 700;
}
.patientPresentations input[type="range"]::-webkit-slider-thumb {
    background: #f6339a;
}
.patientPresentations input[type="range"]::-moz-range-thumb {
    background: #f6339a;
}
input[type="range"].esi1::-webkit-slider-thumb {
    background: red;
}
input[type="range"].esi1::-moz-range-thumb {
    background: red;
}
input[type="range"].esi2::-webkit-slider-thumb {
    background: orange;
}
input[type="range"].esi2::-moz-range-thumb {
    background: orange;
}
input[type="range"].esi3::-webkit-slider-thumb {
    background: yellow;
}
input[type="range"].esi3::-moz-range-thumb {
    background: yellow;
}
input[type="range"].esi4::-webkit-slider-thumb {
    background: green;
}
input[type="range"].esi4::-moz-range-thumb {
    background: green;
}
input[type="range"].esi5::-webkit-slider-thumb {
    background: blue;
}
input[type="range"].esi5::-moz-range-thumb {
    background: blue;
}

.patientPresentations .inputPercLabel {
    color: #f6339a;
}

.slider-div label {
    width: 100%;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 5px;
}

.inputPercLabel {
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 5px;
    color: white;
}
.bg-pink {
    border: 1px solid #f6339a;
    background-color: rgba(246,51,154,0.2);
    border-radius: 10px;
}

.bg-yellow {
    border: 1px solid #FFB900;
    background-color: rgba(255,185,0,0.2);
    border-radius: 10px;
}
.bg-orange {
    border: 1px solid #FF8904;
    background-color: rgba(255,137,4,0.2);
    border-radius: 10px;
}
.color-yellow {
    color: #FFB900;
}
.color-orange {
    color: #FF8904;
}
.color-red {
    color: red;
}
.color-green {
	color: green;
}
.color-light-green {
	color: #88E788;
}
.bg-light-green {
	border: 1px solid rgba(136,231,136);
	background-color: rgba(136,231,136,0.2);
	border-radius: 10px;
}
.bg-green {
	border: 1px solid green;
	background-color: rgba(0,255,0,0.2);
	border-radius: 10px;
}
.bg-red {
	border: 1px solid red;
    background-color: rgba(255,0,0,0.2);
    border-radius: 10px;
}
.init-target {
    min-height: 60px;
    padding: 20px;
    border: 1px solid #90a1b9;
    border-radius: 15px;

}
.init-target-title {
    text-transform: uppercase;
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
}
.form-control {
    border-radius: 15px;
    min-height: 45px;
}
.alert {
    border: 1px solid #90a1b9;
    border-radius: 15px;
    padding: 15px;
}
footer {
    position: fixed;
    bottom: 0;
    height: 50px;
    font-size: 12px;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
    flex-direction: column;
    z-index: 2;
}
.main-div {
    margin-top: 90px;
}
.progress {
    position: relative;
}
.progress-bar {
    display: block;
    position: absolute;
    height: 100%;
}
.bg-info {
    right: 0;
}
.overflow-div {
    max-height: 450px;
    overflow: auto;
    position: relative;
}
.blackBg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
}
#unityContainer {
    width: 100%;
    height: 550px;
    background: #000; 
    overflow: hidden;
}

#webContainer {
    width: 100%;
    height: 100%;
    display: block;
}
.tab-nav-btn {
	cursor: pointer;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
}
.small-text {
	font-size: 10px;
}