@charset "utf-8";

#content-parent span.select-arrow a.input-section-arrow { }

/* FIXME ABOVE
a.input-section-arrow {
	display: block;
	float: right;
	text-align: center;
	position: relative;
	top: -2em;
	left: 0px;
	width: 24px;
	height: 24px;
	background: #fff url(../img/svg/green-dropdown-down-icon.svg) 0 0 no-repeat;
}
*/


.dialog,
.dialog * {
	box-sizing: border-box;
}

.dialog {
	flex: 0 1 auto;
	display: flex;
	background: #fff;
	padding: 17px 24px 24px 24px;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	width: 480px;
	position: relative;
}
.modal-button-parent {
	float:right;
	display:block;
	clear:both;
	background: #fff;
	padding: 0 24px 24px 24px;
	position: relative;
	border-radius:6px;
}

.frame-864 {
	flex: 0 1 auto;
	display: flex;
	padding: 8px 0px 8px 0px;
	flex-direction: row;
	gap: 8px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}
.change-your-payment-frequency {
	color: #333;
	text-align: left;
	font: 700 16px/24px "Montserrat", sans-serif;
	position: relative;
}
.frame-861 {
	flex: 0 1 auto;
	display: flex;
	background: #fff;
	flex-direction: column;
	gap: 16px;
	align-items: flex-end;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.expenses {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.select-a-payment-frequency-that-that-best-suits-your-budget-and-pay-schedule {
	color: #333;
	text-align: left;
	font: 400 16px/24px "Montserrat", sans-serif;
	position: relative;
	width: 435px;
}
.input {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.frame-16 {
	flex: 0 1 auto;
	display: flex;
	padding: 0px 0px 4px 0px;
	flex-direction: row;
	gap: 2px;
	align-items: center;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.down-payment-amount {
	color: #333;
	text-align: left;
	font: 700 14px/21px "Montserrat", sans-serif;
	position: relative;
}
.icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	position: relative;
}
.frame-17 {
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	overflow: visible;
}
.modal-button-wrapper {
	float:left;
	display:block;
	clear:both;
	margin:0;
	padding: 16px 0 0 0;
	position: relative;
}
.modal-cancel {
	float:left;
	color: #1d875a;
	background-color: #fff;
	margin:10px 0;
	text-align: left;
	vertical-align: bottom;
	font: 400 16px/24px "Montserrat", sans-serif;
	text-decoration: underline;
	position: relative;
}
.modal-cancel a{
	padding:13px 40px;
	text-decoration: underline;
}
.modal-button {
	float:left;
	display:block;
	background: #1d875a;
	/*padding: 8px 24px 8px 24px;*/
	text-align: left;
	vertical-align: bottom;
	position: relative;
}
.modal-button a {
	display:block;
	color: #fff;
	margin:0 auto;
	text-align: center;
	font: 700 14px/24px "Montserrat", sans-serif;
	position: relative;
	/*padding:3px 13px;*/
	padding: 11px 40px;
}
.icon2 {
	flex-shrink: 0;
	position: absolute;
	right: 17px;
	top: 13.5px;
	overflow: visible;
}