.AutocompleteRow {
  padding: 6px;
  cursor:pointer;
  height: 16px;
  line-height: 16px;
  position:relative;
  background:#ffffff;
  display: flex;
}

.AutoCompleteHistory{
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  inset-inline-start: 25px;
  background-position-x: center;
  background-position-y: center;
}
.AutoCompleteHistory.default.user {
  background-image: url(/images/topsargelicons/history_black.png);
  background-size: contain;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: center;
  
}
#editForm .AutoCompleteResultText{
  padding-inline-start: 25px;
}
#editForm .AutoCompleteHistory{
  right: 0;
}
.AutoCompleteHistory.default.sortCounter {
  background: url(/images/topSargelIcons/search_black.png);
  background-size: contain;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
.AutoCompleteHistory.default {
  background: url(/images/topSargelIcons/search_black.png);
  background-size: contain;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

#qMobileResults .AutoCompleteHistory.default{
  
  right: -25px;
}

#lMobileResults .AutoCompleteHistory.default{
  
  right: -25px;
}
.AutocompleteRow.user{
  font-style: italic;
}

#lMobile.focusOutClass,
#qMobile.focusOutClass,
#l.focusOutClass,
#q.focusOutClass{
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 1px solid #A0B4B7;
}
#lMobile.focusInClass,
#qMobile.focusInClass,
#l.focusInClass,
#q.focusInClass{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #dedede;
  border-bottom: 0px solid #dedede;
  box-shadow: unset;
  -webkit-box-shadow:  unset;
}
.flagCountries__dropdown.focusInClass,
#lResults.focusInClass,
#qMobileResults.focusInClass,
#lMobileResults.focusInClass,
#qResults.focusInClass{
  border: 1px solid #dedede;
  border-top: 1px solid #dedede;
  box-shadow: unset;
  -webkit-box-shadow:  unset;
}
.flagCountries__dropdown.focusOutClass,
#lResults.focusOutClass,
#lMobileResults.focusOutClass,
#qMobileResults.focusOutClass,
#qResults.focusOutClass{
  display:none;
} 
.AutoCompleteHistory.default.grayBackground,
.AutocompleteRow.grayBackground{
  background-color:#ececec;
}
.AutoCompleteHistory.default.whiteBackground,
.AutocompleteRow.whiteBackground{
  background-color:#fff;
}
.FreeSearchTextBoxAutoComplete:is(:empty){
  display:none;
}
.AutoCompleteJump {
  font-style: normal;
  width: 48px;
  height: 24px;
  position: absolute;
  color: #808080;
  font-size: 12px;
  text-align: end;
  inset-inline-end: 10px;
  top: 4px;
  background-size: contain;
  background-size: 18px;
 z-index: 3;
  
}
.AutoCompleteJump:hover{
  text-decoration: underline;
}

.AutocompleteRow.Hover,
.AutocompleteRow:hover > .AutoCompleteHistory ,
.AutocompleteRow:hover {
  background-color:#ececec;
}


.AutoCompleteResultText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
 
  padding-inline-start: 24px;
  letter-spacing: 0.5px;
}
.AutoCompleteResultCategory {
  padding-right: 10px;
  font-size: 15px;
  color: #808080;
}
.InappropriateLink {
  text-decoration: underline;
  text-align: end;
}

.UpdateGroup .UpdateElement .InappropriateHeader {
  width: 160px;
}

.UpdateGroup .UpdateElement .EqualWidth.InappropriateList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: start;
  display: inline-block;
}

#inappropriateAdditionalText,
.UpdateGroup .UpdateElement .EqualWidth.InappropriateList {
  width: calc(100% - 171px);
}

#spanErrInappropriateType,
#spanErrInappropriateWord {
  top: 5px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media only screen and (max-width:700px) {
  .AutocompleteRow{
    height: 18px;
  }
  .AutoCompleteHistory{
    height: 30px;
  }
 
  .AutoCompleteJump {
    height: 15px;
    width: 40px;
  }
  
  #inappropriateForm .UpdateElement {
    height: auto;
  }
  
  #inappropriateForm .CancelButton {
    width: 30%;
  }
  
  .UpdateGroup .UpdateElement .InappropriateHeader {
    height: auto !important;
    width: calc(100% - 10px);
    border-left: none;
    border-bottom: 1px solid #dedede;
  }
  
  #inappropriateAdditionalText,
  .UpdateGroup .UpdateElement .EqualWidth.InappropriateList {
    width: 100%;
    max-width: initial;
  }
  
  #inappropriateForm .BasicLabel {
    width: calc(100% - 30px) !important;
  }
}