   
.qmm-ricerca-immobile-container {
  display: flex;
  flex-direction: column;
}

.qmm-contratto {
  display: flex;
  flex-direction: row;
  width: 323px;
}

.qmm-contratto-btn {
  background-color: transparent;
  border: 0px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  font-family: "Assistant" sans-serif;
  cursor: pointer;
  border-radius: 0px;
}

.qmm-contratto-btn:hover, .qmm-contratto-btn:focus {
    background-color: transparent;
}

.active {
  border-bottom: 2px solid #BB8413;
}

.qmm-form-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: #FFFFFF;
  height: 80px;
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}


select {
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #FFFFFF !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10px;
  padding-left: 10px;

}

#selectCity {
    width: 176px;
    height: 48px;
      background: url(/wp-content/uploads/2024/04/chevron-down.svg) 92% / 16px no-repeat #eee;
}

#selectTipologia {
    width: 304px;
    height: 48px;
      background: url(/wp-content/uploads/2024/04/chevron-down.svg) 96% / 16px no-repeat #eee;
}

/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    } 
}

.qmm-immobile-search-btn {
  width: 140px;
  height: 48px;
  background-color: #BB8413;
  color: #FFFFFF;
  border-radius: 50px;
  border: 0px;
  font-family: "Assistant" sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.qmm-immobile-search-btn:hover, .qmm-immobile-search-btn:focus {
    background-color: #976a11;
}

.qmm-search-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .qmm-form-container {
        flex-direction: column;
        height: 220px;
        justify-content: start;
        -webkit-box-shadow: 5px 5px 0px 2px #BB8413; 
box-shadow: 5px 5px 0px 2px #BB8413;
    }

    .qmm-contratto {
        justify-content: center;
    }

    .qmm-immobile-search-btn {
        width: 140px;
        height: 44px;
    }

    #selectCity, #selectTipologia {
        width: 100%;
    }

    #selectCity {
        margin-top: 20px;
        margin-bottom: 20px;
        background: url(/wp-content/uploads/2024/04/chevron-down.svg) 96% / 16px no-repeat #eee;
    }

    #selectTipologia {
        margin-bottom: 20px;
    }
}