/* Grayish Brown Icons */
.progressive-profiling_1 td:first-child {
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_Key_GrayishBrown.svg');
}
.progressive-profiling_1 td:last-child {
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_Money_GrayishBrown.svg');
}
.progressive-profiling_2 td:first-child {
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_FirstHome_GrayishBrown.svg');
}
.progressive-profiling_2 td:nth-child(2) {
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_Up_GrayishBrown.svg');
}
.progressive-profiling_2 td:last-child {
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_Down_GrayishBrown.svg');
}
.prof-form__bed td:first-child{
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_1Bed_GrayishBrown.svg');
}
.prof-form__bed td:nth-child(2){
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_2Bed_GrayishBrown.svg');
}
.prof-form__bed td:nth-child(3){
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_3Bed_GrayishBrown.svg');
}
.prof-form__bed td:nth-child(4){
	background-image: url('https://mirvac-cdn-web.azureedge.net//-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_4Bed_GrayishBrown.svg');
}
.prof-form__bath td:first-child{
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_1Bath_GrayishBrown.svg');
}
.prof-form__bath td:nth-child(2){
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_2Bath_GrayishBrown.svg');
}
.prof-form__bath td:nth-child(3){
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_3Bath_GrayishBrown.svg');
}
.prof-form__car td:first-child{
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_1Car_GrayishBrown.svg');
}
.prof-form__car td:nth-child(2){
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_2Car_GrayishBrown.svg');
}
.prof-form__car td:nth-child(3){
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_3Car_GrayishBrown.svg');
} 
.prof-form__car td:nth-child(4){
	background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Sales Form/Grayish Brown/WebIcons_4Car_GrayishBrown.svg');
}label.active::after {
    background-color: #000 !important;
}
.progressive-profiling .control-label, .progressive-profiling legend {
  text-transform: none;
  font-size: 16px !important;
  font-family: 'Poppins-Light';
}
.progressive-profiling span.field-validation-error{
  font-family: 'Poppins-Light';
}
.progressive-profiling .form-group .input-wrapper label, .progressive-profiling .radio table label {
  text-transform: none;
}
.progressive-profiling .ss-content .ss-list .ss-option {
  color: var(--profLabelColor);
}
.progressive-profiling .input-wrapper .ss-content {
  border: 2px solid var(--profLabelColor)
}
.progressive-profiling .input-wrapper .ss-arrow>span {
  border-left: solid var(--profLabelColor)!important;
  border-bottom: solid var(--profLabelColor)!important;
}