/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.hidden {
	display: none!important;
}

#graphs_wrapper button {
	padding: 6px 12px;
}

.r89_container {
	max-width: 1600px;
	margin: 0 auto;
}

#revcalcform label,
#directContact label {
	font-family: "Poppins", Sans-serif;
	color: #0068A0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

.select-container {
	position: relative;
}

.select-container label.error {
	/*position: absolute;*/
	top: 40px;
}

#revcalcform select,
#directContact select {
	display: block!important;
	opacity: 0!important;
	position: absolute;
}

#revcalcform label img {
	width: 12px;
}

#revcalcform input,
#revcalcform select,
#directContact input,
#directContact select,
#emailcollect input,
.selector,
.r89_container .nice-select {
	border-radius: 8px;
	border-color: #0068A05C;
	line-height: 21px;
	font-size: 14px;
	font-weight: 300;
	font-family: "Poppins", Sans-serif;
	color: #0068A0;
	width: 100%;
	padding: 10px 20px;
	border-width: 1px;
	background-color: transparent;
}

#revcalcform input:disabled,
.nice-select.disabled {
	background-color: #dcdcdc!important;
    cursor: not-allowed;
}

#directContact input[type=tel]{
	  padding-right: var(--iti-input-padding);
    padding-left: var(--iti-selected-country-arrow-padding);
}

div.iti {
	width: 100%;
}

div.iti button {
	background-color: #EEF9FF!important;
}

div.iti button:hover {
	background-color: inherit!important;
}

/*.iti__country-list {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #B8B8BC;
}*/

/*.iti__country.iti__highlight {
	background-color: #DFE6EC;
	color: #0068A0;
}

.iti__selected-country {
	background-color: #A2C8DC;	
}*/

#graphs_wrapper .modal-body div > button.iti__selected-country:first-child:hover {
	background-color: #0086CB!important;
} 

.iti__selected-dial-code {
	padding-right: 4px;
}

.r89_container  .nice-select {
	color: #B8B8BC;
	display: flex;
	align-items: center;
}

.r89_container  .nice-select .list,
.r89_container .iti__country-list {
    max-height: 200px;
    overflow: -moz-scrollbars-vertical !important; 
    overflow-y: scroll !important;
    border: 1px solid #0068A05C;
    top: 0;
    margin-top: 0;
    box-shadow: none;
    margin-top: -2px;
    margin-left: -2px;
    width: calc(100% + 4px);
    margin-top: 45px;
    border-radius: 8px;
    width: 100%;
    margin-left: 0;
}

.iti--inline-dropdown .iti__country-list {
	margin-top: 0;
	border-radius: 0px;
    border: 0;
}

#directContact .iti__search-input {
	border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 3px;
}

.iti--inline-dropdown .iti__dropdown-content {
	border-radius: 8px;
}

.nice-select.open .nice-select-search-box,
.iti__search-input {
    top: 41px;
    width: calc(100% - 5px);
    box-shadow: none;
    border-radius: 8px 0px 0px 0px;
    left: 1px;
}

#graphselector ~ .nice-select.open .nice-select-search-box,
#category ~ .nice-select.open .nice-select-search-box {
	display: none;
}

#graphselector ~ .nice-select.open .list,
#category ~ .nice-select.open .list {
	padding-top: 0;
}

#revcalcform ::-webkit-scrollbar,
#dirConForm ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
  background-color: #0068A047;
}

#revcalcform ::-webkit-scrollbar-thumb,
#dirConForm ::-webkit-scrollbar-thumb  {
  border-radius: 0px;
  background-color: #0068A0;
}

#revcalcform .nice-select:after {
	width: 8px;
	height: 8px;
	border-color: #717984!important;
}

.r89_container .nice-select:active, 
.r89_container .nice-select.open, 
.r89_container .nice-select:focus,
.r89_container .nice-select:hover {
	border-color: #0068A05C;
}

.r89_container .nice-select .option {
	cursor: pointer;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	font-size: 14px;
	font-weight: 300;
	font-family: "Poppins", Sans-serif;
	color: #0068A05C;
	border-top: 1px solid #0068A05C;
	display: flex;
  	align-items: center;
}

.r89_container .iti__country {
	cursor: pointer;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	border-top: 1px solid #0068A05C;
	display: flex;
  	align-items: center;
}

.r89_container .iti__country-name,
.r89_container .iti__dial-code {
	font-size: 14px;
	font-weight: 300;
	font-family: "Poppins", Sans-serif;
	color: #0068A05C;
}

.r89_container .nice-select .option:first-of-type,
.r89_container .iti__country:first-of-type {
	border-top:0;
}

.r89_container .nice-select .option:hover, 
.r89_container .nice-select .option.focus,
.r89_container .nice-select .option.selected.focus,
.r89_container .iti__country:hover .iti__country-name,
.r89_container .iti__country:hover .iti__dial-code,
.r89_container .iti__country.iti__highlight .iti__country-name,
.r89_container .iti__country.iti__highlight .iti__dial-code {
	font-weight: 500;
	color: #0068A0;
	font-size: 15px;
	background-color: #DFE6EC;
}

.r89_container .iti__country:hover .iti__country-name,
.r89_container .iti__country:hover .iti__dial-code,
.r89_container .iti__country.iti__highlight .iti__country-name,
.r89_container .iti__country.iti__highlight .iti__dial-code {
	background-color: transparent;
}

.r89_container .nice-select .option::before,
.iti__country::before {
   content: '';
   display: inline-block;
   width: 20px;
   min-width: 20px;
   height: 20px;
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   border-radius: 12px;
   background-color: transparent;
   border: 1px solid #B8B8BC;
   margin-right: 5px;
}

.r89_container .nice-select .option:hover::before, 
.r89_container .nice-select .option.focus::before,
.r89_container .nice-select .option.selected.focus::before,
.iti__country:hover::before, 
.iti__country.iti__highlight:hover::before {
   background-color: #69b6d5;
   background-size: 80%;
   background: radial-gradient(ellipse at center,  #0068A0 0%,#0068A0 39%,#DFE6EC 40%);
}

select.selector {
	color: #121212;
	margin-bottom: 20px;
	display: block;
}

#revcalcform input::placeholder,
#directContact input::placeholder,
#emailcollect input::placeholder {
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	font-family: "Poppins", Sans-serif;
	color: #B8B8B8;
}

.disc_text {
	font-family: "Poppins", Sans-serif;
	font-size: 400;
	font-size: 14px;
	line-height: 21px;
	color: #7C7C7C;
}

.disc_text b {
	font-weight: 500;
}

.hidden_graph {
	background-image: url('../img/bg_hidden_graph.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 40px 20px;
	min-height: 426px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.steps {
	width: 90%;
	position: absolute;
}

.hidden_graph h4 {
	color: #0068A0;
	font-family: "Poppins", Sans-serif;
	font-size: 44px;
	font-weight: 700;
	max-width: 500px;
	line-height: 55px;
	margin: 0 auto;
	text-align: center;
}

.hidden_graph a.button {
	margin: 40px auto;
	border-radius: 4px;
	background-color: #0086CB;
	border-width: 0;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	padding: 5px 100px;
	color: white;
	font-family: "Source Sans Pro", Sans-serif;
	transition: all .3s;
	display: block;
	width: fit-content;;
}

.hidden_graph a.button:hover {
	background-color: #FFB703;	
}

.bd-callout-info {
    border-left-color: #5985FF;
}

.bd-callout {
    padding: 1.25rem;
    padding: 12px 8px 12px 16px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 0px solid #5985FF;
    border-left-width: .25rem;
    border-radius: .25rem;
    background-color: #F0F9FF;
    box-shadow: 0px 4px 8px 0px #0000001F;
}

.bd-callout-info p {
	color: #0068A0;
	font-family: "Source Sans Pro", Sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
	display: flex;
  align-items: center;
}

.form_modal {
	border: 1px solid #C9D9E4;
	background: var(--Neutral-white, #FEFFFE);
	box-shadow: 0px 4px 8px 0px #0000001F;
	max-width: 479px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 16px;
}

.form_modal {
	text-align: center;
}

.form_modal h5 {
	font-family: "Poppins", Sans-serif;
	font-size: 27.53px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0.37px;
	text-align: center;
	color: #0068A0;
}

.form_modal p {
	font-family: Poppins;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	text-align: center;
	color: #505050;
	max-width: 364px;
	margin: 0 auto;
}

.form_modal input {
	max-width: 282px;
	margin: 20px auto;
	display: block;
}

.form_modal button {
	background-color: #0086CB;
	font-family: Poppins;
	font-size: 14.19px;
	font-weight: 400;
	line-height: 21.28px;
	text-align: center;
	color: white;
	padding: 10px 30px;
	border: 0;
}

.form_modal button:hover {
		background-color: #FFB703;	
}

#revcalcform input[type="range"] {
  display: block;
  margin: 25px 0px 10px 0px;
}

#revcalcform input[type="range"] {
  -webkit-appearance: none;
  margin-right: 0;
  width: 100%;
  background: white; 
  border-radius: 5px;
  padding: 0;
}

#revcalcform input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  				appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #FFB703;
  cursor: ew-resize;
  margin-top: -2px;
  transition: background .3s ease-in-out;
}

#revcalcform input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #FFB703;
  cursor: ew-resize;
  margin-top: -2px;
  transition: background .3s ease-in-out;
}

#revcalcform input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 16px;
  background-image: linear-gradient(#0068A0, #0068A0);
  background-repeat: no-repeat;
  background-color: #0068A05C;
  height: 7px;
}

#revcalcform input[type=range]::-moz-range-track  {
  -moz-appearance: none;
  	 	 appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 16px;
  background-image: linear-gradient(#0068A0, #0068A0);
  background-repeat: no-repeat;
  background-color: #0068A05C;
  height: 7px;
}

#revcalcform output {
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Poppins", Sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	color: #0068A05C;
}

#revcalcform  label.error {
	font-size: 14px;
	color: red;
}

#graphselector {
	background-color: white;
}

#revcalcform ::-webkit-inner-spin-button {
	opacity: 1;
}


/* TOOLTIPS */
.tooltip {
	opacity: 1!important;
}
.tooltip-inner {
	color: white;
	font-size: 11px;
	font-family: "Source Sans Pro", Sans-serif;
	background-color: #0086CB!important;	
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	border-bottom-color: #0086CB!important;	
}



/* Graphs */
#graphs_wrapper .col-12 .boxed {
	background-color: #F6F6FB;
	border-radius: 16px;
	padding: 22px;
	display: flex;
  flex-direction: column;
}

#graphs_wrapper .col-12 .boxed button {
	background-color:#FFB703;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	border: 0;
}

#graphs_wrapper .col-12 .boxed button:hover {
	background-color: #0086CB;
}

#graphs_wrapper h6 {
	font-family: "Poppins", Sans-serif;
	font-size: 14.42px;
	font-weight: 400;
	line-height: 22.13px;
	letter-spacing: 0.5028516054153442px;
	text-align: left;	
	color: #121212;
	margin-bottom: 20px;
}

#graphs_wrapper h5 {
	font-family: "Poppins", Sans-serif;
	font-size: 20.11px;
	font-weight: 700;
	line-height: 28.16px;
	letter-spacing: 0.50px;
	text-align: left;
	color: #121212;
}

#reset {
	font-family: Poppins;
	font-size: 11.32px;
	font-weight: 700;
	line-height: 16.98px;
	text-align: center;
	color: #0068A0;
	border: 1px solid #0068A0;
	border-radius: 8px;
	background-color: white;
	padding: 10px 20px;
	transition: 0.3s;
}

#reset:hover {
	background-color: #FFB703;	
	border-color: #FFB703;
}

/* Direct contact Modal */
.r89_container .modal.show {
	display: flex!important;
    align-items: center;
}

.r89_container .modal-body {
	padding: 0;
}
.r89_container .formbg {
		min-height: 100px;
    background-image: url('../img/bg_contact.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 0rem 0.5rem 0.5rem 0rem;
}

.modal-body .dirform {
	padding: 40px;
}

a.btn-close {
	position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23383838'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

a.btn-close:hover {
	opacity: 0.75;
}

#graphs_wrapper .modal-body div > button {
	font-family: "Poppins", Sans-serif;
	font-size: 14px!important;
	font-weight: 400!important;
	margin-right: 10px;
}

#graphs_wrapper .modal-body div > button:first-child {
	background-color: white;
	color: #0086CB;
	border: 1px solid #0086CB;
}

#graphs_wrapper .modal-body div > button.iti__selected-country:first-child {
	border-radius: 8px 0px 0px 8px;
  border: 0;
  padding: 0;
}

#graphs_wrapper .modal-body div > button:first-child:hover {
	background-color: #0086CB;
	color: white;
}

#graphs_wrapper .modal-body div > button:last-child {
	background-color: #0086CB;
	color: white;
	border: 1px solid #0086CB;
}

#graphs_wrapper .modal-body div > button:last-child:hover {
	background-color: white;
	color: #0086CB;
}


@media (min-width: 576px) {
   .r89_container .modal-dialog {
        max-width: 929px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px!important;
  }
}