.trankomp-citySearch {
  display: inline-block;
  width: 100%;
}

.trankomp-citySearchWrap {
  position: relative;
  vertical-align: middle;
}

.trankomp-citySearchWrap input {
  box-sizing: border-box;
}

.trankomp-citySearchTitle {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

.trankomp-cityDropDown {
  display: none;
  position: absolute;
  margin-top: 2px;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.trankomp-cityDropDown span {
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 15px;
}

.trankomp-cityDropDown a {
  color: black;
  display: block;
  padding: 3px 8px;
  font-size: 1.1em;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.trankomp-cityDropDown a:hover {
  background: rgb(230, 230, 230);
  text-decoration: none;
}

.trankomp-spinner {
  margin: 5px auto 0;
  width: 70px;
  text-align: center;
}

.trankomp-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #66afe9;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.trankomp-spinner .trankomp-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.trankomp-spinner .trankomp-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
