
/*<----------------------------------- live city start-----------------> */

.location_popUp {
  width: 245px;
  padding-left: 90px !important;
  border: none !important;
}
.location_popUp button.close {
  border: none;
  background: transparent;
  font-size: 25px;
  padding: 0;
  position: absolute;
  right: 6px;
  top: -6px;
}
.location_popUp img {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 65px !important;
  height: 65px !important;
}
.location_popUp button {
  background: #3830cc;
  color: #fff;
  font-size: 14px;
  padding: 4px 29px;
  border: navajowhite;
  width: 100%;
  border-radius: 1px;
}

.modal-dialog.modal-dialog-centered {
  max-width: 240px;
}
.share_option {
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px !important;
    height: 115px;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: auto !important;
    box-shadow: 0 0 30px #737373;
}
.share_option button.close {
  border: none;
  background: transparent;
  font-size: 25px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: -2px;
}
.share_option h1 {
  font-size: 18px;
}
.share_option ul {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}
.share_option ul button {
  display: inline-block;
  margin: 0 3px;
}
.share_option ul li img {
  height: 30px;
}
