
.tt-dropdown-menu{
  text-align: left;
}

/* base styles */
/* ----------- */

.typeahead,
.tt-query,
.tt-hint {
  width: 90%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 23px;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  outline: none;
}

.typeahead {
  background-color: #ffffff;
}

.typeahead:focus {
  border: 2px solid  #1d2e63;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #777777;
}

.tt-dropdown-menu {
  width: 100%;
  padding: 0px 0;
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  /*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0);*/
     /*-moz-box-shadow: 0 5px 10px rgba(0,0,0,0);*/
          /*box-shadow: 0 5px 10px rgba(0,0,0,0);*/
  margin-top: 9px;
  display: none;
}

.tt-suggestion {
  padding: 6px 24px;
  font-size: 13px;
  /*line-height: 23px;*/
  /*height: 34px;*/
  cursor: pointer;
  color: #636363;
  /*margin: -6px;*/
}


.tt-suggestion.tt-cursor  {
  color: #fff !important;
  background-color: #1d2e63;
  cursor: pointer;
  padding: 8px 24px 4px 25px;
}
.tt-suggestion.tt-cursor p {
  color: #fff !important;

}


.tt-dataset-oscar-movies .tt-suggestion {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 23px;
  min-height: 60px;
  cursor: pointer;
}
.dz-menu-inn.wth{
  width:50%;
}
span.tt-suggestions{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 150px;
}
#style-15::-webkit-scrollbar-track
{
/*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
  background-color: transparent;
  border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
  width: 5px;
  /*background-color: #f9f9f9;*/
}

#style-15::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
  40% 0%,
  75% 84%,
  from(#e5e5e5),
  to(#e5e5e5),
  color-stop(.6,#e5e5e5))
}

@media only screen and (max-width: 480px) {
  .tt-suggestion {
    padding: 4px 3px;
    height: auto;
  }
  .dz-menu-inn.wth{
    width:100%;
  }
}
.top-search-main .cat-menu-2.tt-dropdown-menu:after{
  position: absolute;
  top: -10px;
  left: 274px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
} 
.cat-menu-2.tt-dropdown-menu:after{
  position: absolute;
  top: -10px;
  left: 27px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: '';
}
.cat-menu-2.tt-dropdown-menu.ps.ps--theme_default:after{
  left: 27px;
}