.LastSearchesPlaceHolder {
  
  width: 72%;
  padding: 10px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  margin:15px 0;
}

.FreeSearchTextBoxExtraText.lastSearchesText{
  
  display: inline-block;
  color:#333333;
  padding-top: 6px;
}

.EditSearchLink {
  
  font-weight: normal;
  font-size: 16px;
  float: inline-end;
}

.EditSearchLink {
  
  color: #333333;
  text-decoration: none;
  padding: 6px;
  border-radius: 9px;
  transition: 0.1s;
}

.EditSearchLink:hover{
  
  text-decoration: none;
  color: #333333;
  background: gray;
  
}

.LastSearchesTitle {
  
  width: 100%;
  padding-bottom:5px;
}

.LastSearches {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 

}

.LastSearchesItem.ArrowUpdate {
  
  padding-block: 10px;
  padding-inline: 25px 40px;
  margin-inline-end: 8px;
  line-height: 23px;
  border-bottom: 1px solid #f7f7f7;
  background: #ffffff;
  text-decoration: none;
  width: calc(100% - 60px);
  position: relative;
  display:block;
}

.LastSearchesItem.ArrowUpdate:last-child {
  border-bottom:0px;
}


a.LastSearchesItem:hover {
  color: #ffffff;
  text-decoration: none;
  background: #5f5b5b;
}

.LastSearchesItem .fa-clock-rotate-left {
    position: absolute;
    inset-inline-end: 9px;
    top: 12px;
    font-size: 20px;
}

.LastSearchesItem:hover:before {
  background-image: url('/images/topsargelicons/history_white.png');
}

.LastSearchesItem .SearchText {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.LastSearchesItem .SearchText,
.LastSearchesItem .deleteRow {
  display: inline-block;
  vertical-align: top;
}

.LastSearchesItem.ArrowUpdate:hover:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBhsIERicbn7iAAAAhUlEQVQ4y6WUyxGAIAwFiWershR7sA2v/quxFutYDxwcEIJEuDG7M5A84nDqFkYuuuekhB8ADN8EYQfgpP0iCNsbzwsZPCcIaxpPCwqeEoQlj78FYdbwWCjioSBMJTwU+jKOa1zt+nOl6kcbymponCEahvAZ4q0oSk9rv6hXqoaAV6IxcwODEm/+nlg2aQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wNi0yN1QwODoxNzoyNCswMjowMNmjmt8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDYtMjdUMDg6MTc6MjQrMDI6MDCo/iJjAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
}
.specialForNowHighTechSide{
  display: flex;
  white-space: pre;
  width: fit-content;
  direction: rtl;
}
@media only screen and (max-width: 700px) {
  
  .LastSearchesPlaceHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc(100% - 0px);
    padding: 0px;
    margin: auto;
    padding-bottom: 0px;
    background: #eee;
    padding-top: 20px;
  }
  .LastSearchesItem .SearchText{
    padding-left: 24px;
  }
  .LastSearchesTitle {
    width: 97%;
    padding-right: 10px;
  } 
  
  .LastSearches {
    width: calc(100% - 0px);
    overflow: hidden;
    border: 0px;
  }
  
  .LastSearchesItem.ArrowUpdate{
    width: 100%;
    box-sizing: border-box;
    padding: 14px 45px 14px 20px;
    font-size: 14px;
  }
  
  .EditSearchLink{
    color:rgb(51, 51, 51);
  }
  
}
