.map--header {
    padding: 26px;
    color: #fff;
    font-weight: 500;
    background-color: #383938;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
}
#mapid {
    width: 100%;
    height: 320px;
    position: relative;
    box-shadow: 0 0 3px #9a9696;
    margin-bottom: 16px;
}
.longitude__container,
.latitude__container {
    display: inline-block;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.form-control {
    display: block;
    width: -webkit-fill-available;
    height: 39px;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #383838;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 0 5px;
    font-size: 16px;
}
.map__container {
    width: 665px;
    margin: 0 auto;
    text-align: initial;
    /* display:none; */
}
.guide__map {
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 22px;
    cursor: pointer;
}

/* .map__container .search-icon {
    position: absolute;
} */
#search-map {
    width: -webkit-fill-available;
    width: -moz-available;
    border-radius: 3px;
}

@media (max-width: 320px) {
    .custom-control-search {
        width: 88%;
    }
}

#province_dropdown + .dropdown {
    display: none;
}
#city_dropdown + .dropdown {
    display: none;
}
#barangay_dropdown + .dropdown {
    display: none;
}
.location__inputs {
    text-align: initial;
}
.map__container--manual {
    display: grid;
    grid-template-columns: 340px auto;
    display: none;
}
.map__header--container {
    margin-left: 27px;
}
.location__label {
    padding: 26px;
    color: #fff;
    font-weight: 500;
    background-color: #383938;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#input__location--label {
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a;
}
.tab-content label,
.location__container label {
    display: block;
    margin-top: 16px;
}

/*google maps*/

.latlong__container {
    display: none;
}

#description {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#googlemap #infowindow-content {
    display: inline;
}

.pac-card {
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    /* box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
    font-family: Roboto;
    text-align: center;
}

#pac-container {
    padding-bottom: 24px;
    text-align: left;
}

.pac-controls {
    display: none;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

/* #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    padding: 0 10px;
    height: calc(1.6em + 0.75rem + 2px);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    border: 1px solid #383838;
    border-radius: 0.25rem;
} */

#pac-input:focus {
    border-color: #383938;
}

#title {
    color: #fff;
    background-color: #383938;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#googlemap,
#pano {
    width: 100%;
    height: 420px;
    position: relative;
    box-shadow: 0 0 3px #9a9696;
    margin-bottom: 16px;
}
.search-icon {
    /* color: #5a5a5a; */
    font-size: 18px;
}
#prev-location {
    margin-right: 419px;
}
#pac-input {
    background-color: #fff;
    width: 618px;
    padding-left: 15px;
    border: 1px solid #383838;
    font-size: 16px;
}
#pac-container .search__input {
    padding-left: 0;
}
#search_location {
    border: 1px solid #383938;
}
/* .pac-container {
    top: 192px !important;
} */
@media (max-width: 768px) {
    #search_location {
        background-color: #383938 !important;
        color: #fff !important;
    }
    #pac-input {
        width: -webkit-fill-available;
        padding: 13.5px 9px;
    }
    .pac-container {
        top: 122px !important;
    }
}
