.location-selected {
  width: auto;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 25px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.dropdown-large .dropdown-toggle::after {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 0;
}
.dropdown-large {
  position: static !important;
  margin-right: 15px;
}
.dropdown-large .input-group-btn {
  border: 0 !important;
  background: none !important;
  padding: 3px 5px !important;
  background: none !important;
  flex: 1 !important;
  color: var(--tile-title-color);
  line-height: 0;
}
.dropdown-large:hover .input-group-btn {
  text-decoration: none;
}
.dropdown-large > .input-group-prepend > img {
  height: 33px;
  width: 30px;
}
.dropdown-menu-large {
  padding: 15px !important;
  min-width: 650px;
  margin-left: -10px !important;
  max-width:650px;
  top:46px!important;
}
.dropdown-menu-large ul {
  padding: 0;
  margin: 0;
  display: inline-table;
  width:100%;
}
.dropdown-menu-large ul > li {
  list-style: none;
  min-width: 20%;
  display: inline-block;
  margin: 0;
  padding: 0 8px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 121px;
  overflow: hidden;
}
.dropdown-menu-large ul > li:nth-child(5){
  padding-right:0;
}
.dropdown-menu-large ul > li > span, .dropdown-menu-large ul > li > a > span {
  /* display: block; */
  padding: 5px 0 !important;
  clear: both;
  white-space: normal;
  font-size: 14px !important;
  color: var(--tile-title-color);
  border: 0 !important;
  cursor:pointer;
  line-height:19px;
}
.dropdown-menu-large ul > li > a {
  padding-left:0!important;
}
.dropdown-menu-large ul > li > a > span:nth-child(2){
  padding-left:4px!important;
}
.dropdown-menu-large ul > li > span:hover,
.dropdown-menu-large ul > li > span:focus,
.dropdown-menu-large ul > li > a > span:hover,
.dropdown-menu-large ul > li > a > span:focus {
  text-decoration: none;
  color: var(--link-color)!important;
}
.dropdown-menu-large h5 {
  font-size: 1rem;
  font-weight: bold;
}
.dropdown-menu-large p {
  margin-bottom: 0;
}
.dropdown-menu-large p .text-link {
  line-height: 25px !important;
  font-size: 14px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  cursor:pointer;
}
.dropdown-menu-large .form-control {
  border-radius: 0;
}
.search-location {
  background: white;
  margin-left: -27px;
  z-index: 99999999;
  vertical-align: middle;
  line-height: 32px;
  width: 25px;
  height: 33px;
  display: inline-block;
  text-align: center;
  /* border-top: 1px solid var(--input-border);
    border-bottom: 1px solid var(--input-border); */
  margin-top: 1px;
}
.dropdown-large .dropdown-toggle::after{
  /* display:none!important; */
  content: "\f107";
  border: 0;
  font-family: 'FontAwesome';
  margin-top: 3px;
  font-size:13px;
  margin-left:8px;

}
@media (max-width: 991px) {
  
 
  .dropdown-large > .input-group-prepend {
    align-items: center;
  }
  .dropdown-menu-large ul > li {
    list-style: none;
    min-width: 32%;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .dropdown-menu-large {
    padding: 15px !important;
    min-width: auto;
    margin-left: auto !important;
    max-height: 450px;
    overflow: auto;
    position:fixed;
    top:38px!important;
  }
}
@media (max-width: 767px) {
  .location-selected{
    max-width:76px;
  }
  .dropdown-menu-large {
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 300px;
    width: 100%;
    max-height: 100%!important;
    overflow: auto;
    position: fixed!important;
    max-width: 100%;
    left: 0 !important;
    right: 0 !important;
    top: 0px!important;
    height: 100%;    
      animation-duration: 0.5s;
      -webkit-animation-duration: 0.5s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    
  }
  @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }
  
  .dropdown-menu-large.show.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }
  
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  .dropdown-menu-large h5 {
    color: var(--popuar-cities-color)!important;
    font-size: 12px!important;
    font-weight:normal;
    margin-bottom:0;
}
  .dropdown-large > .input-group-prepend > img {
    width: 20px;
    height: 23px;
  }
  .dropdown-large {
    margin-right: 0;
    flex-basis:0;
  }

  .dropdown-large .dropdown-toggle::after {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 0;
  }
  /* .location-selected {
    line-height:17px;
  } */
  .dropdown-menu-large ul > li {
    list-style: none;
    min-width: 25%;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .dropdown-large .input-group-btn{
    padding-left:0px!important;
  }
  .dropdown-menu-large ul > li > a {
    padding-left:1rem!important;
  }
}
@media (min-width:640px) and (max-width: 766px) {
  .location-selected{
    max-width:150px;
  }
}
@media (max-width: 560px) {
  
  
  
  /* .location-selected {
    display: none;
  } */
  .dropdown-large .dropdown-toggle::after {
    display: inline-block;
    /* vertical-align: middle; */
    margin-left: 0;
  }
  
  .dropdown-menu-large ul > li {
    list-style: none;
    min-width: 100%;
    display: block;
    margin: 0;
    padding: 0 5px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 164px;
    overflow: hidden;
  }
}
.onsearch-clicked {
  position: absolute;
  width: 105%;
  height: 108%;
  background: #ffffff7a;
  margin-left: -15px;
  z-index: 9;
}
@media (max-width: 320px) {
  .location-selected{
    max-width:46px;
  }
  .dropdown-menu-large {
    margin-left: auto !important;
    margin-right: auto;
    min-width: auto !important;
    max-height: auto !important;
    overflow: auto;
    position:fixed;
    width:100%;

  }
}

.dropdown-menu-large ::ng-deep.autocomplete-container{
  box-shadow:none;
  height: 35px;
  border:1px solid var(--dropdown-border-color);
}

.dropdown-menu-large ::ng-deep .autocomplete-container.input-containerinput{
  height:35px;
line-height:35px;
}
 
.dropdown-menu-large.input-group-appendbutton{
  background:none;
border:0;
}​​​​​​
 
.dropdown-menu-large ::ng-deep.autocomplete-container.input-container.x{
  right: 25px;

}
.dropdown-menu-large ::ng-deep.autocomplete-container ::ng-deep.input-container.xi {
  color: var(--tile-title-color);
font-size: 18px;
vertical-align: middle;
}

.search-city-suggestion {
    max-height: 300px;
    overflow: auto;
    min-width: 100%!important;
    width: 100%!important;
    left: 1px;
    box-shadow: 0 2px 5px #00000040;
    box-sizing: border-box;
    position: absolute;
    background: white;
    z-index: 999;
    top: 36px;
}


.searchcity-web {
    display: block!important;
    max-width: 335px!important;
    padding: 10px!important;
    white-space: nowrap;
    line-height: 20px!important;
    font-size: 14px!important;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    border: 0!important;
    cursor: pointer;
    font-weight: normal;
}