/* Step 1 - INI */
#filterPopup #filterCitySearchBoxInput {
	height: 48px;
}

#filterPopup #filterCitySearchBox .filtrable-select-icon {
	top: 15px;
}

#filterPopup #filterCitySearchBox .selectUl {
	max-height: 395px;
}

#filterPopup #filterCitySearchBox .selectUl .place {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #333;
}

.characIcon {
	width: 75px;
	height: 75px;
	border-radius: 360px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	padding: 15px;
}

.characIcon:hover, .characLinkBox.active .characIcon {
	background-color: #effdff;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 147, 255, 0.7);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 147, 255, 0.7);
	box-shadow: 0 0 2px 1px rgba(0, 147, 255, 0.7);
}

.characLinkBox.active .characIcon, .characLinkBox.active .characIconText
	{
	color: #0093ff;
	font-weight: 600;
}

.caracIconImg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-size: 68px;
}

.characIconText {
	font-size: 12px;
	display: block;
	line-height: 1.2em;
	width: 100%;
	margin-top: 10px;
	min-width: 163px;
	margin-bottom: 25px;
}
/* Step 1 - END */

/* Step 2 - INI */
.label {
	font-weight: 600;
	line-height: 2.4em;
}

.label, .labelField {
	padding: 5px;
}

.fieldError.label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fieldError.labelField {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* Step 2 - END */

/* Step 3 - INI */
.constructionYearField {
	padding: 5px;
}

.w50 {
	width: 50%
}

.extraField {
	display: flex;
	align-items: center;
	flex-direction: column;
}

body .extraField input[type="text"] {
	height: 40px;
}

body .extraField .currencyInput {
	top: 10px;
}
/* Step 3 - END */

/* Step 4 - INI */
.btn-group {
	vertical-align: middle;
}

.btn-group button {
	font-family: 'Montserrat-SemiBold';
	margin: 0;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	color: #3b4144;
	font-weight: 500;
	cursor: pointer;
	float: left;
	padding: 12px 6px;
	font-size: 15px;
	width: 150px;
    border-radius: 0;
}

.ltr .btn-group button:not(:last-child),
.rtl .btn-group button:not(:first-child) {
	border-right: none;
}

.ltr .btn-group button:first-child,
.rtl .btn-group button:last-child {
	border-top-left-radius: 360px;
	border-bottom-left-radius: 360px;
}

.ltr .btn-group button:last-child,
.rtl .btn-group button:first-child {
	border-top-right-radius: 360px;
	border-bottom-right-radius: 360px;
}

.rtl .btn-group button {
	float: right;
}

.btn-group button.active, .btn-group button:hover {
	background-color: #00aaff;
	border-color: #00aaff;
	color: #fff;
	font-family: 'Montserrat-Bold';
}

.customSelectDrop.dropdown, .customSelectDrop.dropdown.active {
    background-color: transparent
}

.customSelectDrop.dropdown:not(#filterCitySearchBox) {
    width: 300px;
    margin: 0 auto;
    display: block;
}

#constructionYear.customSelectDrop.dropdown {
    width: 250px;
}

.customSelectDrop.dropdown .filtrable-select {
    border-radius: 360px;
    height: 45px;
    padding: 5px 30px 5px 20px;
}

.rtl .customSelectDrop.dropdown .filtrable-select {
    padding: 5px 20px 5px 30px;
}

.customSelectDrop.dropdown .filtrable-select-icon {
	top: 15px;
    right: 15px;
}

.rtl .customSelectDrop.dropdown .filtrable-select-icon {
	right: unset;
    left: 15px;
}

.customInputText input[type="text"] {
	border-radius: 360px;
    height: 45px;
    width: 300px;
    padding: 5px 20px;
}

.phonePrefixCombo #phoneInputContent .phoneInput {
	border-radius: 360px;
    height: 45px;
    width: 300px;
}

.ltr .phonePrefixCombo #phoneInputContent .phoneInput {
    padding-left: 65px;
}

.rtl .phonePrefixCombo #phoneInputContent .phoneInput {
    padding-right: 65px;
}

.phonePrefixCombo .flagContainer {
   	left: 40px;
    top: 5px;
}

.rtl .phonePrefixCombo .flagContainer {
	left: unset;
    right: 40px;
}
/* Step 4 - END */

/** Estimate price - INI **/
#priceFieldBox, .estimationContainer {
   	width: 440px;
    margin: 0 auto;
}

.estimationBox {
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.estimateFields:hover {
	box-shadow: 0px 0px 14px 0px #0093ff;
}

.estimate-icon {
    width: 50px;
}

.estimateText {
	font-size: 16px;
    margin: 0 15px
}

.estimatedPrice {
    font-size: 14px;
}

.smallLoadingRow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}

.smallLoading {
	margin-top: 14px;
}

.smallLoading img {
	width: 30px;
	position: relative;
    z-index: 0;
}

.smallLoading .wait {
	font-size: 25px;
    color: #0093ff;
}

.smallLoading .done {
    color: #33cc00;
    font-size: 20px;
}

.estimatedPrice .tooltip .tooltiptext {
    padding: 10px;
}
/** Estimate price - END **/

.formbold-main-wrapper {
	display: flex;
	justify-content: center;
	padding: 48px;
}

.formbold-form-wrapper {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
	background: white;
}

.formbold-steps {
	padding-bottom: 18px;
	margin-bottom: 35px;
	border-bottom: 1px solid #DDE3EC;
}

.formbold-steps ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}

.formbold-steps li {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 20%;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #536387;
}

.formbold-steps li span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DDE3EC;
	border-radius: 50%;
	min-width: 32px;
	height: 32px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #536387;
}

.formbold-steps li.active {
	color: #0093ff;
}

.formbold-steps li.active span {
	background: #0093ff;
	color: #fff;
}

.formbold-input-flex {
	display: flex;
	gap: 20px;
	margin-bottom: 22px;
}

.formbold-input-flex [class*=col-] {
	padding: 10px 5px;
	box-sizing: border-box;
}

[class^=formbold-form-step-] {
	display: none;
	flex-wrap: wrap;
}

[class^=formbold-form-step-].active {
	display: flex;
}

.formbold-form-btn-wrapper, .formbold-form-btn-wrapper-end {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin-top: 25px;
}

.formbold-back-btn {
	cursor: pointer;
	background: #FFFFFF;
	border: none;
	color: #0093ff;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: none;
}

.formbold-back-btn.active {
	display: block;
}

.newBtn {
    min-width: unset;
    width: 160px;
}

.newBtn.w300 {
    width: 300px;
}

.fieldError {
	border-radius: 5px;
    background-color: #ffebeb;
}

.currencyInput {
	color: #858585;
    font-size: 14px;
    right: 5px;
    top: 8px;
    position: absolute;
}

.rtl .currencyInput {
	right: unset;
    left: 6px;
}

#filterCitySearchBox.dropdown .selectUl li {
	padding: 10px;
}

body input[type="text"] {
	min-width: unset;
}

.margAuto {
	margin: 0 auto;
}
