.no-result {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/no-result.svg");
  height: 250px;
  visibility: visible !important;
}

.no-result:before {
  position: absolute;
  content: "Charts are not available at the moment.";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: rgb(64, 64, 64);
}

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