.cc-input-disable {
    background-color: #cccccc!important;
}

.is-agree-policy {
    margin-top: 10px;
    text-align: center!important;
}

.msg-err {
    color: #fb0032;
    font-size: 1.4rem;
}

#map {
  height: 82vh;
}

/*
  * Property styles in unhighlighted state.
  */
.property {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.1s ease-out;
  width: 30px;
}


.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
}