.hasError {
    border: 1px solid #ff0000;
}
.hasError:focus {
    border: 1px solid #ff0000;
}
#map {
    width: 100%;
    height: 500px;
}

#pac-input {
    width: 100%;
    height: 45px;
    font-size: 20px;
}

.form_contanier {
    border: 1px solid #ccc5b9;
    padding: 10px;
    border-radius: 5px;
}

.survey_type a {
    text-decoration: none;
}

.sub-title {
    font-size: 20px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 45px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-search__field {
    height: 35px;

    margin-top: 5px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    margin-top: 12px;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    padding-bottom: 12px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-search__field {
    line-height: 37px;
    color: #000000 !important;
}

.select2-container--default
    .select2-search--inline
    .select2-search__field::placeholder {
    color: #000000 !important;

    opacity: 1;
    font-weight: 500;
    font-family: "Changa";
    padding-right: 7px;
}
