.map-trigger-conatiner {
  min-height: 80px;
}

.map-trigger-conatiner .map-trigger-pin {
  min-height: 80px;
  width: 10%;
  text-align: center;
  display: inline-block;
  position: relative;
}

.map-trigger-conatiner .map-trigger-pin img {
  position: absolute;
  top: 50%;
  width: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-trigger-conatiner .map-trigger-text {
  display: inline-block;
  width: 60%;
  position: relative;
  min-height: 80px;
}

.map-trigger-conatiner .map-trigger-text p {
  width: 100%;
  position: absolute;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-trigger-conatiner .map-trigger-button {
  width: 25%;
  display: inline-block;
  position: relative;
  min-height: 80px;
}

.map-trigger-conatiner .map-trigger-button button {
  width: 109px;
  padding: 8px 10px;
  font-size: 11px;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
  color: RGBA(0, 0, 0, 0.54);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#locationModal .modal-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

#locationModal .map-container {
  position: relative;
}

#locationModal .map-container #map {
  height: 50vh;
}

#locationModal .map-container #pinpoint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -39px);
  width: 158px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
  color: RGBA(0, 0, 0, 0.54);
  background: #fff;
  display: block;
  padding-bottom: 3px;
  font-size: 12px;
  padding-top: 3px;
  font-weight: 500;
  border-bottom: 2px solid #000000;
  border-radius: 3px;
  cursor: pointer;
  z-index: 3050;
  line-height: 22px;
}

#locationModal .map-container #pinpoint .arrow {
  width: 15px;
  height: 15px;
  background: #fff;
  border-bottom: 2px solid #000000;
  position: absolute;
  bottom: -9px;
  border-left: 2px solid #000000;
  transform: rotate(-45deg);
  left: 46%;
}

.pac-container {
  z-index: 1000000 !important;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  background-color: #fff;
  font-family: Roboto;
  background: transparent;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  padding: 0 15px 0 15px;
  text-overflow: ellipsis;
  width: 100%;
  height: 30px;
  border: none;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .map-trigger-conatiner .map-trigger-text p {
    font-size: 12px;
  }

  .map-trigger-conatiner .map-trigger-button button {
    width: 90px;
    padding: 6px 8px;
    font-size: 10px;
  }

  #locationModal .modal-content {
    padding: 15px;
  }

  #locationModal .modal-content .modal-body {
    padding: 0;
  }
}

