.roi__container {
}
.roi__header {
	text-align:center;
	padding-bottom:4rem;
}
.roi__header__logos {
	display:none;
	justify-content:center;
	align-items:center;
	margin: 2rem;
}
.roi__isabel-logo{
    width: 14rem;
	margin:0 2rem;
}
.roi__medchat-logo{
    width: 16.5rem;
	width: calc(553px / 2);
	margin:0 2rem;
}

.roi__explainer{
    position: relative;
    width: 100%;
    border: 1px solid #cdd5d9;
    border-radius: .7rem;
	padding: 3rem 5rem;
    display: flex;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
.roi__explainer p:last-of-type {
	margin-bottom:0;
}

.roi__explainer .mdi-information-outline{
    position: absolute;
    left: 1.8rem;
    font-size: 1.5rem;
}

.roi__panel {
	border:1px solid #CDD5D9;
	border-radius:0.7rem;
	padding:5rem;
	display:flex;
	margin-bottom:2rem;
}
.roi__input {
	min-width: 50rem;
	width:55%;
	margin-right:5rem;
}
.roi__output {
	flex:1;
	text-align:center;
	display:flex;
	flex-direction:column;
}
.roi__input-2 {
	min-width:0;
	width:100%;
	max-width:12rem;
	margin-right:0;
	display:flex;
	flex-direction:column;
	margin:auto;
}
.roi__input form {
	display:flex;
	flex-direction:column;
	width:100%;
}
.roi__input label {
	margin: 0.5em 0;
	font-size:1.6rem;
	display:block;
}
.roi__details {
	display:flex;
	justify-content:space-between;
}
.roi__input input[type="text"]:not(.roi__slider-output-nice) {
	border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 0.5em;
	margin-bottom:0.5em;
	width:100%;
}
.roi__details input[type="text"]:not(.bla) {
	width:calc(50% - 1em);
}
.roi__input input[type="text"].error,.roi__input select.error {
	border-color:red;
}
.roi__input input {
	font-size:1.6rem;
}
.roi__option label {
	color:#A7A7A7;
	margin: 0.5em 0 0.3em;
}
.roi__input select{
	display: block;
	width:auto;
	max-width: 100%;
	padding: 0.5em;
	margin-bottom:1em;
	height: auto;
	font-size:1.6rem;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
/* 	background-color: ; */
	color: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat, repeat;
	background-position: right .6em top 50%, 0 0;
	background-size: .65em auto, 100%;
	background-clip: padding-box;
	box-shadow: none;
	outline: none;
	line-height: inherit;
	cursor:pointer;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #FFF 0%,#FFF 100%);
}
.roi__input select::-ms-expand {
	display: none;
}
.roi__input select option {
	font-weight:normal;
}
.roi__options.active .roi__option {
	opacity:0.3;
	cursor:pointer;
}
.roi__options.active .roi__option.active {
	opacity:1;
	cursor:initial;
}
.roi__slider-cont {
    display: flex;
    align-items: center;
	margin-bottom:2rem;
}
.roi__slider {
	width:100%;
	-webkit-appearance: none;
	background:transparent;
	margin-right:3rem;
}
.roi__slider:focus {
	outline:none;
}
/* Chrome Styles */
@supports (-webkit-box-reflect:unset) {
	.roi__slider {
		background:linear-gradient(to right,#1A8FD3 0%,#1A8FD3 50%,#EAEAEA 50%,#EAEAEA 100%);
		border-radius:0.4rem;
	}
}
.roi__slider::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.7rem;
	cursor: pointer;
/* 	background: #1A8FD3; */
	border-radius: 0.4rem;
}
.roi__slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 2.8rem;
	width: 1.35rem;
	border-radius: 0.7rem;
	background: #ffffff;
	cursor: pointer;
	margin-top: -1.12rem; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
	box-shadow: 0px 0.3rem 0.5rem rgba(0, 0, 0, 0.16);
}
.roi__slider:focus::-webkit-slider-runnable-track {
/*   background: #1A8FD3; */
}
/* All the same stuff for Firefox */
.roi__slider::-moz-range-track {
	width: 100%;
	height: 0.7rem;
	cursor: pointer;
	background: #EAEAEA;
	border-radius: 0.3rem;
}
.roi__slider::-moz-range-progress {
	width: 100%;
	height: 0.7rem;
	cursor: pointer;
	background-color: #1A8FD3;
	border-radius: 0.3rem;
}
.roi__slider::-moz-range-thumb {
	height: 2.8rem;
	width: 1.35rem;
	border-radius: 0.7rem;
	background: #ffffff;
	cursor: pointer;
	box-shadow: 0px 0.3rem 0.5rem rgba(0, 0, 0, 0.16);
	border:0;
}
/* All the same stuff for IE */
.roi__slider::-ms-track {
	width: 100%;
	height: 0.5rem;
	cursor: pointer;
/* 	background: #1A8FD3; */
/* 	border-radius: 0.5rem; */
	background: transparent;
	border-color: transparent;
	border-width: 1rem 0;
	color: transparent;
}
.roi__slider::-ms-fill-lower {
	background: #1A8FD3;
/* 	border: 0; */
	border-radius: 0.5rem;
/* 	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
}
.roi__slider::-ms-fill-upper {
	background: #EAEAEA;
/* 	border: 0; */
	border-radius: 0.5rem;
/* 	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
}
.roi__slider:focus::-ms-fill-lower {
	background: #1A8FD3;
}
.roi__slider:focus::-ms-fill-upper {
	background: #EAEAEA;
}
.roi__slider::-ms-thumb {
	height: 1.9rem;
	width: 0.9rem;
	border-radius: 0.5rem;
	background: #ffffff;
	cursor: pointer;
	margin-top: 0px;
	box-shadow: 0px 0.3rem 0.5rem rgba(0, 0, 0, 0.16);
	border:0 !important;
}
.roi__slider::-ms-tooltip {
    display: none;
}
.roi__slider::-ms-track {
	width: 100%;
	cursor: pointer;
	/* Hides the slider so custom styles can be added */
	background: transparent; 
	border-color: transparent;
	color: transparent;
}
.roi__slider-output {
	display:none;
}
.roi__slider-output-nice {
	border: 1px solid #d0d0d0;
    border-radius: 0.4rem;
    padding: 0.5em;
	width: 8.4em;
	pointer-events:none;
}

.roi__results {
	background:#1A8FD3;
	color:#FFF;
	border-radius:2rem;
	padding: 3.7rem;
	margin-top:1rem;
	margin-bottom: 1rem;
}
.roi__results p {
	margin-bottom: 0.7em;
}
.roi__result {
    font-size: 4.3rem;
	line-height: 1;
	position:relative;
}
.roi__result__est {
	font-size:1.3rem;
	position:absolute;
	right:calc(100% - 4rem);
	top:50%;
	transform:translate(0,-50%);		
}

.roi__result--pdf{
    display: none;
}

.roi__btn {
	margin-top:2rem;
	cursor:pointer;
}

.roi__contact {
	width:100%;
	display:flex;
	justify-content:space-evenly;
	margin: 0.5rem 0;
	font-weight:400;
}
.roi__popup__container {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	display:none;
	align-items:center;
	justify-content:center;
	z-index: 9;
}
.roi__popup {
	max-width:60rem;
	max-height:95vh;
	overflow:auto;
	padding:5rem;
	border-radius:2rem;
	background:#FFF;
	box-shadow:2px 5px 10px rgba(0,0,0,0.5);
}

.roi__container.pdf {
	padding-top:2rem;
	padding-bottom:2rem;
}
.pdf * {
	opacity:1!important;
}
.pdf .text-h0 {
	font-size:4rem;
}
.pdf .roi__header {
	margin-top: 2.5rem;
	padding-bottom:2.5rem;
}
.pdf .roi__header__logos {
	display:flex;
	margin-bottom:3rem;
}
.pdf .roi__explainer{
	padding: 3rem 4rem;
	padding: 2.5rem 3rem;
/*     font-size: 1.4rem; */
}
.pdf .roi__panel {
	padding:3rem 3rem 2.5rem;
}

.pdf .roi__input label {
/* 	margin:0.2em 0 0.4em; */
}
.pdf .roi__input input[type="text"]:not(.roi__slider-output-nice) {
	margin-bottom:1.5rem;
}
.pdf .roi__slider-cont {
	margin-bottom:3rem;
}

.pdf .roi__results {
	margin-top: 0.3rem;
	padding: 2.3rem;
}

.pdf .roi__results p {
    margin: 1.2em 0 0.5em;
    font-size: 2.5rem;
}
.pdf .roi__results p:first-of-type {
	margin-top:0;
}

.pdf .roi__result {
	font-size:4rem;
}

.pdf .roi__result.result__patients--high,
.pdf .roi__result.result__patients--low,
.pdf .roi__result.result__revenue--low,
.pdf .roi__result.result__revenue--high,
.pdf .roi__result.result__costs-avoided--low,
.pdf .roi__result.result__costs-avoided--high,
.pdf .roi__result.result__ftes-freed--low,
.pdf .roi__result.result__ftes-freed--high{
	font-size: 2rem;
}

.pdf .roi__result--pdf {
	display: block !important;
    margin: .5rem auto;
}

.pdf .result__patients,
.pdf .result__revenue,
.pdf .result__costs-avoided,
.pdf .result__ftes-freed{
    display: none;
}
.pdf .roi__results br {
	display:none;
}
.pdf .roi__btn{
    display: none;
}
.pdf .roi__input.roi__input-2{
    display: none;
}
.pdf .roi__explainer:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width:1000px) {
	.roi__container:not(.pdf) .roi__panel {
		flex-direction:column;
	}
	.roi__container:not(.pdf) .roi__input {
		width:100%;
		margin-right:0;
		min-width:0;
	}
}
@media only screen and (max-width:600px) {
	.roi__container:not(.pdf) .roi__panel {
		padding:2rem;
	}
	.roi__container:not(.pdf) .roi__slider-cont {
		flex-wrap:wrap;
	}
	.roi__container:not(.pdf) .roi__slider {
		margin-right:0;
	}
	.roi__container:not(.pdf) .roi__slider-output-nice {
		margin-left:auto;
		margin-top:2rem;
	}
}
