/* Custom CSS to Single Landing Page */

.elementor .elementor-element.banks-landing-logos.banks-landing-logos.logo-banks {
	border-left: 1px solid #E9E9E9;
}

@media (max-width: 767px) {
	.elementor .elementor-element.banks-landing-logos.banks-landing-logos {
		width: 50%;
	}
}

/* Adjust post id 31229 margins text in mobile version */

@media ( max-width: 520px ) {
	.postid-31229 .banks-description {
		max-width: 405px;
		margin: auto;
	}
}

@media ( max-width: 430px ) {
	.postid-31229 .banks-description {
		max-width: 367px;
		margin: auto;
	}
}

@media ( max-width: 390px ) {
	.postid-31229 .banks-description {
		max-width: 305px;
		margin: auto;
	}
}

@media ( max-width: 330px ) {
	.postid-31229 .banks-description {
		max-width: 266px;
		margin: auto;
	}
}

.elementor-heading-title.elementor-heading-title.notices-form,
.notices-form {
	color: #00d89a;
	margin-top: .5rem;
}

.notices-form.notice-error,
.notice-error,
.elementor-heading-title.elementor-heading-title.notices-form.notice-error.notice-error {
	color: #cf2e2e !important;
}

#form_accredited.hide-form {
	display: none;
}

.notices-form.form-accepted {
	padding: 1.5rem;
	background-color: white;
	max-width: 700px;
	margin: auto;
}

.banks_container_with_padding {
	padding: 10px;
}

/* Contact box */
.banks-landing-box-contanct.banks-landing-box-contanct.banks-landing-box-contanct .elementor-icon-box-icon {
	display: flex;
}

@media (max-width: 768px ) {
	.banks-landing-box-contanct.banks-landing-box-contanct.banks-landing-box-contanct .elementor-icon-box-content {
		padding-top: 3px;
	}
}

.landing-contact-section-container form,
.landing-contact-section-container .cta_title_form {
	margin-bottom: 0;
}
.landing-contact-section-container .wp-block-heading {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.4;
}
/* Elementor Form of the LoanDepot */

#form_accredited.hide-form {
	display: none;
}

.elementor-field-group .elementor-field-subgroup,
.elementor-field-group,
.elementor-field-type-radio {
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 1rem;
}

.elementor-field-type-radio label.elementor-field-label {
	width: 100%;
}

.elementor-field-group-field_stee_5_formLoadDepot .elementor-field-group {
	justify-content: flex-start;
}

.elementor-field-group-field_stee_5_formLoadDepot .elementor-field-label,
#formRockFinancial_landingPage .elementor-field-group-field_1d9e00e .elementor-field-label {
	position: absolute;
	z-index: -2;
}

.elementor-select-wrapper select {
	font-size: .8rem;
}

.elementor-field-type-radio .elementor-field-subgroup {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline-block;
    border: 1px solid #0b67b2;
    padding: 0.5rem 1rem;
    color: #0b67b2;
    border-radius: 25px;
	cursor: pointer;
	margin-bottom: .5rem;
	margin-right: .5rem;
}

.elementor-field-group.elementor-field-group > label {
	font-size: 1.3rem;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input:checked + label {
	background-color: #0b67b2;
	color: white !important;
}

#formLoadDepot_landingPage h3 {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input {
	visibility: hidden;
	position: absolute;
}


.e-form__buttons {
	justify-content: center;
}
/* NEWS styles. Pending remove previous styles that non neccesary when the migration is done */
/* Styles general to custom banks forms. */
.banks-form {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
}

.banks-form-item {
	padding: .5rem;
	position: relative;
}

.banks-form-item.col-100 {
	grid-column: 1/3;
}

@media ( max-width: 768px ) {
	.banks-form-item.col-50 {
		grid-column: 1/3;
	}
}

.banks-form-item .banks-form__label.hidden {
	position: absolute;
	z-index: -2;
}

.banks-form-item .banks-form__label {
	font-size: .85rem;
    font-weight: 600;
    color: #5c6689;
}

.banks-form-item .banks-form__label.required::after {
	content: "*";
    color: red;
    padding-left: .2em;
}

.banks-form-item .banks-form__input-text {
	padding: 8px 10px;
    background-color: #ffffff;
    border-color: #dbdfe5;
    display: block;
    font-size: 16px;
    height: auto;
    border-width: 2px;
    border-radius: 5px;
    color: #313543;
}

.banks-form-item .banks-form__input-text:focus {
	color: #313543;
	border-color: #dbdfe5;
}

.banks-form-item .banks-form__select {
    border-color: #D2D2D2;
    border-radius: 5;
	border-width: 2px;
   	height: 2.9rem;
	width: 100%;
	color: #313543;
	font-size: .9rem;
}

.banks-form-item .elementor-field {
	position: relative;
}

.banks-form-item .select-caret-down-wrapper {
    position: absolute;
    right: 1rem;
    bottom: .5rem;
    transform: translateY(0);
    top: unset;
}

.banks-form-item.disclaimer {
	font-size: .7rem;
}

#formLoadDepot_landingPage .banks-form-item .select-caret-down-wrapper {
	top: 1rem;
}

.e-form__indicators__indicator__progress__meter {
	background: var(--global-palette2);
    text-align: right;
    font-size: .8rem;
    padding-right: .3rem;
	transition: all ease-in-out .3s;
}

.select-caret-down-wrapper svg {
	width: 15px;
    fill: #B4B9CA;
}

.banks-form-item.buttons button {
	width: 100%;
	padding: .5rem .8rem;
	box-shadow: unset;
	border-radius: 3px;
	background-color:  #0b67b2;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}

.banks-form-item.buttons button:hover {
	background-color: #0b67b2 !important;
	color: white !important;
}

.banks-form-item.buttons button.button-prev {
	background-color: #cfd4dc;
}

.banks-form-item.buttons.buttons-2 {
	display: flex;
	gap: .7rem;
}

.banks-form-item.buttons.buttons-3 .elementor-button {
    width: 50%;
    margin: auto;
    display: block;
}

.banks-form-item.buttons button:hover {
	background-color:  var(--global-palette1);
}

.banks-form-item.buttons input[type="submit"] {
	width: 100%;
    border-radius: 3px;
}

.banks-form-item h3 {
	text-align: center;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	color: #0E3A92;
}

.banks-form__step {
	display: none;
}

.banks-form__step.active {
	display: grid;
}

.banks-form__indicators {
	display: flex;
	flex-wrap: nowrap;
	gap: .3rem;
}

.banks-form__individual-indicator {
	width: 100%;
	height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
	background-color: #CFD4DC;
	color: white;
	border-radius: 4px;
}

.banks-form__individual-indicator.active {
	background-color: #00d89a;
}

#formLoadDepot_landingPage .elementor-button {
	max-width: 140px;
}

#formLoadDepot_landingPage .button.button-next {
	background-color: var(--global-palette1);
}

#formLoadDepot_landingPage .button-prev {
	background-color: transparent;
	border: 1px solid var(--global-palette1 );
	color: var(--global-palette1);
}

#formLoadDepot_landingPage .banks-form-item.buttons {
	display: flex;
	justify-content: center;
}

/* Styles to Auto approve form */
.range {
	-webkit-appearance: none;
    width: 100%;
	padding: 0 !important;
    border: 0 !important;
    height: 2px;
    background-color: lightgray !important;
}

.text-32 {
    font-size: 2rem;
}

.flex-between, .flex-center {
    display: flex;
    align-items: center;
}

.flex-between {
    justify-content: space-between;
}

.container-banks-input-format-number.banks-input-dollar::before {
	content: '$';
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.container-banks-input-format-percentage::before {
	content: '%';
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.container-banks-input-format-number .banks-input-format-number.banks-input-dollar,
.container-banks-input-format-percentage .banks-input-format-percentage {
	padding-left: 1.5rem;
}

.banks-form-item.col-100 {
	width: calc(100% - var(--wp--preset--spacing--40));
}

.banks-form-item.container-input-centered {
	width: 50%;
	margin: auto;
}

.banks-form-item.buttons button.banks-form__back-btn.banks-form__back-btn {
	background-color: transparent !important;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #0b67b2 !important;
	border: 0;
}

.banks-form-item.buttons button.banks-form__back-btn.banks-form__back-btn:hover {
	background-color: transparent !important;
	color: #0b67b2 !important;
}

.banks-form__back-btn svg {
	fill: #0b67b2;
	margin-right: .3rem;
}

.banks-form__value-progress {
	position: absolute;
    width: 50px;
    right: -8px;
    top: .8rem;
    text-align: right;
}

.e-form__indicators--type-progress_bar {
	margin-top: 1rem;
	margin-bottom: 1.3rem;
}

.e-form__indicators__indicator__progress__meter svg {
	width: 2.5rem;
    height: 2.5rem;
    position: absolute;
	right: -.7rem;
    top: -1.4rem;
    fill: #00d89a;
}

.e-form__indicators__indicator__progress__meter {
	height: 7px;
	position: relative;
}

.elementor-field-type-radio .elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	width: 100%;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
	width: 50%;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: block;
}

.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
	width: calc( 50% - .5rem );
}

.banks-form-item.buttons button.banks-form__back-btn.banks-form__back-btn {
	color: #0b67b2;
	text-transform: none;
	justify-content: flex-start;
	padding: 0 !important;
	font-size: 12px !important;
	cursor: pointer;
}

.banks-form-item.buttons button.banks-form__back-btn.banks-form__back-btn:hover {
	color: #0b67b2;
}

.banks-form-item.buttons button.banks-form__back-btn.banks-form__back-btn svg {
	fill: #0b67b2;
}

.banks-form-item.buttons.buttons-2 {
	padding: 0;
}

.banks-form-item.buttons button.banks-form__back-btn.banks-form__back-btn.button-next {
	justify-content: flex-end;
	margin-right: 0.7rem;
}

.banks-form-item.buttons button.banks-form__back-btn.banks-form__back-btn.button-next svg {
	transform: rotate(180deg);
	margin-left: .7rem;
	margin-right: 0;
}

.banks-form-item.col-100.buttons {
    padding: 0;
    margin-top: 30px;
}

.last-step .banks-form-item.col-100.buttons {
	margin-bottom: 30px;
}

.banks-forms__range-progress {
	bottom: 3px;
}

@media ( max-width: 768px ) {
	.elementor-field-type-radio .elementor-field-subgroup {
		width: 90%;
		margin: auto;
	}
	.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
		width: 100%;
	}
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 20px;
    margin-bottom: .8rem;
}

.banks-forms__range-input {
	-webkit-appearance: none;
	width: 100%;
	height: 7px;
	background: #ddd;
	outline: none;
	border-radius: 10px;
}

.banks-forms__range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	background: var(--wp--preset--color--custom-links);
	border-radius: 50%;
	cursor: pointer;
	z-index: 99;
	position: relative;
}

.banks-forms__range-progress {
	position: absolute;
	height: 7px;
	background: var(--wp--preset--color--custom-links);
	border-radius: 10px;
	bottom: 0;
}

.banks-form-item.buttons button {
	border: 2px solid #0b67b2;
	border-radius: 25px;
}

.banks-form-item.buttons button:active {
	background-color: transparent;
	color: #0b67b2;
}

.banks-form-item.buttons button.button-prev {
	border-color: #cfd4dc;
}

.banks-form-item.buttons button.button-prev:hover {
	border-color: #0b67b2;
}

.banks-form__spinner {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
	visibility: hidden;
}

.banks-form__spinner.visible {
	visibility: visible;
}

.postid-32548 .e-form__indicators__indicator__progress__meter {
	height: unset;
}

/* Multistep form numbers */
.banks-form__indicators.version-2 {
	justify-content: space-between;
	position: relative;
}

.banks-form__indicators.version-2 .banks-form__individual-indicator {
	width: 30px;
	border-radius: 100%;
	z-index: 3;
}

.banks-form__indicator-line {
	height: 5px;
	background-color: var(--global-palette2);
	position: absolute;
	left: 0;
    top: 50%;
    margin-top: -10px;
	z-index: 1;
}

.banks-form__indicator-line-background {
	height: 5px;
	background-color: #CFD4DC;
	position: absolute;
	left: 0;
    top: 50%;
	width: 100%;
    margin-top: -10px;
	z-index: 0;
}

.banks-form-item.container-input-type-hidden {
	padding: 0;
}

.banks-lp__form-disclaimer {
	font-size: 13px;
    font-style: italic;
    padding: 0 .5rem;
	color: var(--global-palette6);
	grid-column: 1/3;
	line-height: 1.4;
	text-align: left;
}

.banks-lp__form-disclaimer p,
.banks-lp__form-disclaimer li {
	margin-bottom: .5rem;
}

.banks-lp__form-disclaimer-main {
	display: none;
}

.banks-form-item .flex {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    line-height: 1.2;
}

.banks-form-item__checkbox .banks-form__input-text {
	display: inline-block;
    margin-right: .3rem;
	font-size: 16px;
}

.banks-form__select:invalid {
	color: #B8BFCA;
}

.banks-form-item__toggle {
	display: flex;
	align-items: center;
}

.banks-form-item__toggle input {
	position: relative;
	width: 34px;
    height: 18px;
}

.banks-form-item__toggle input::before {
	content: '';
	position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
	border-radius: 24px;
    width: 34px;
    height: 18px;
    background-color: gray;
}

.banks-form-item__toggle input:checked::before {
	background-color: var(--global-palette1 );
}

.banks-form-item__toggle input::after {
	position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: -2.5px;
    background-color: white;
    transition: .4s;
    border-radius: 100%;
}

.banks-form-item__toggle input:checked::after {
	transform: translateX(16px);
}

@media (max-width: 768px ) {
	.banks-form-item .banks-form__label {
		text-align: left;
		width: 100%;
		display: block;
	}
}

/* CSS to hide the longs reviews and show clickin in read more */
.banks-review__read-more {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all ease-in-out .3s;
}

.banks-review__read-more.show {
	-webkit-line-clamp: unset;
}

.banks-review__read-more:after {
	content: "...";
}

.banks-review__read-more-btn {
	color: var(--global-palette1);
	cursor: pointer;
	font-size: .8rem;
    display: block;
    text-align: right;
}
