@charset "utf-8";

:root {
	--white: #fff;
	--midGreen: #c6e0d5;
	--darkGreen: #5dc598;
	--duskGreen: #42a87d;
	--midnightGreen: linear-gradient(180deg, #00512e 0%, #1d875a 100%);
}

/*********************************************************/
/* qTip2 tooltips */
/* https://github.com/qTip2/qTip2 */
.qTip2 {
	max-width: 20em;
	background-color: #fff;
	color: #333;
	border: 1px solid #d2d2d2 !important;
	border-radius: 6px;
	box-shadow: 3px 2px 15px 6px rgb(0 0 0 / 10%);
	padding: 0px 10px 15px;
	font-size: 12px;
	line-height: 1.4;
}
/*********************************************************/

div.results .affordability-max-purchase-price {
	border-radius: 10px 10px 0 0;
}

#debtWrapper.jsWrapper.jsToggleOpened {
	/* max-height: 528px; */
	max-height: unset;
	height: 100%;
}

.modal__close-btn {
	cursor: pointer;
}

div.retChartSelections,
#retChartSelections{
	display:flex;
	justify-content:center;
	gap:25px;
	margin:0 auto;
	width: 25em;
}

.retChartSelection{
	display:flex;
	justify-content:center;
	align-items: center;
	gap:3px;
	margin:0 auto 30px;
}

.retDetailBox {
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px #ccc solid;
	border-radius: 6px;
	float:left;
}

.retDetailName {
	color: #434345;
	font-family: Montserrat, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 13.41px;
	text-align: left;
	padding-left: 4px;
}

.bgWhite {
	background: #fff !important;
}

.bgMidGreen {
	background: #c6e0d5 !important;
}

.bgDarkGreen {
	background: #5dc598 !important;
}

.bgMidnightGreen {
	background: linear-gradient(180deg, #00512e 0%, #1d875a 100%) !important;
}

.retChartFooter {
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
	font-weight: 400;
	line-height: 13.41px;
	max-width: 290px;
	width: 100%;
}

#content-parent div.results div.retChartFooter a.change {
	font-size: 11px;
	line-height: 13.41px;
	font-weight: 400;
}

.retChartFooterSubtitle {
	color: #434345;
	font-size: 11px;
	line-height: 13.41px;
	font-weight: 700;
}

.modal__title.mm-h5 {
	line-height: 24px;
}