.modal-google-maps-container #map {
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    max-height: 100%;
}

.map-search.map-complete {
  border: 1px solid #828282;
  box-shadow: 0px 0px 23px 18px #868686;
  border-radius: 3px;
	background:white;
}

.modal-google-maps-container #description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

.modal-google-maps-container #infowindow-content {
    display: none;
}

.modal-google-maps-container #map #infowindow-content {
    display: block;
}

.modal-google-maps-container .pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 0px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

.modal-google-maps-container #pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.modal-google-maps-container .pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

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

.modal-google-maps-container #pac-input, .modal-google-maps-container .pac-unit input {
    background-color: rgba(255, 255, 255, 0.897);
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    margin-left: 12px;
    padding: 3px 8px 3px 8px;
    text-overflow: ellipsis;
    width: 550px;
    max-width: 80vw;
    border: 1px solid grey;
}

.modal-google-maps-container #pac-input:focus, .modal-google-maps-container #pac-unit-input:focus {
  box-shadow: 0px 0px 5px 0px #719430;
  border: 1px solid #68911c;
}

.modal-google-maps-container .pac-unit input { 
    background-color: rgb(235, 235, 235);
    font-size: 12px;
    transition: background-color 1s, font-size 1s;
}

.modal-google-maps-container .pac-unit .unit-number-enabled {
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.897);
    margin-bottom: 1rem;
}

.modal-google-maps-container #title {
    font-size: 18px;
    font-weight: 400;
    padding: 6px 12px;
}

.modal-google-maps-container .map-search {
    position: absolute;
    z-index: 500;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.97);
    padding: 10px;
    border-radius: 2px;
    transform: translate(-50%, -70%);
    transition: top 1s, left 1s, transform 1s;
    max-width: 90vw;
}

@media ( max-width: 864px ) {
	.modal-google-maps-container .map-search {
		top: 25%;
	}	
}

.modal-google-maps-container .map-complete {
    top: 0;
    left: 0;
    transform: translate(0, 0);
}




/* The Modal (background) */
.modal-google-maps-container {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 0px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: hidden;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    box-sizing: border-box;
}

/* Modal Content */
.modal-google-maps-container .modal-content {
    background-color: #fefefee0;
    margin: auto;
    padding: 0px 0px;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
}

/* The Close Button */
.modal-google-maps-container .close {
    color: #aaaaaa;
    position: absolute;
    z-index: 500;
    top:0px;
    right:200px;
    font-size: 28px;
    font-weight: bold;
}

.modal-google-maps-container .close:hover,
.modal-google-maps-container .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-google-maps-container .map-holder {
    position: relative;
}


.modal-google-maps-container .gm-fullscreen-control {
    display: none;
}


.modal-google-maps-container .save-map-button {
    display: block;
    background-color: rgb(113, 148, 48);
    color:white;
    font-size: 2rem;
    padding: 0;
    width: 100%;
    /* height: 100%; */
    border: 1px solid grey;
    border-width: 0px;
    border-radius: 2px;
    cursor: pointer;
    height: 0px;
    overflow: hidden;
    transition: height 1s, border-width 1s;
	text-align:center;
}

.modal-google-maps-container .map-button-complete {
    height: 72px;
    border-width: 1px;
}

.modal-google-maps-container .map-picker-header {
  display: flex;
  justify-content: space-between;
}

.modal-google-maps-container .close-map-picker-button {
    font-size: 1rem;
    padding: 0.2rem 2rem;
    background-color: black;
    border: 1px solid gray;
    border-radius: 6px;
    color: white;
    cursor: pointer;
}

.modal-google-maps-container .pac-item span {
    font-size: 1.2rem;
    color:black;
}

.modal-google-maps-container .pac-item {
    padding: 0.2rem 1rem;
    cursor: pointer;
}

.modal-google-maps-container .pac-item:hover {
   background-color: rgb(206, 210, 199);
   color: white;
}

.modal-google-maps-container .pac-item>span:last-child {
    margin-left: 0.2rem;
}

.modal-google-maps-container  .info-window-message {
    font-size: 1.5rem;
}