/* Charcoal Icons */
.prof-form__bed td:first-child{
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_1Bed.svg');
}
.prof-form__bed td:nth-child(2){
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_2Bed.svg');
}
.prof-form__bed td:nth-child(3){
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_3Bed.svg');
}
.prof-form__bed td:nth-child(4){
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_4Bed.svg');
}
.prof-form__bath td:first-child{
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_1Bath.svg');
}
.prof-form__bath td:nth-child(2){
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_2Bath.svg');
}
.prof-form__bath td:nth-child(3){
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_3Bath.svg');
}
.prof-form__car td:first-child{
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_1Car.svg');
}
.prof-form__car td:nth-child(2){
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_2Car.svg');
}
.prof-form__car td:nth-child(3){
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_3Car.svg');
} 
.prof-form__car td:nth-child(4){
	background-image: url('/-/media/Project/Mirvac/Residential/Base Residential Site/Base Residential Component Theme/Styles/Images/Profiling Form/Nine/Isle_WebIcons_4Car.svg');
}
label.active::after {
    background-color: #000 !important;
}

@media (min-width: 992px) {
    .form:not(.form--custom) form {
        padding: 20px !important;
    }
}