

  .fa-searching {
    position: relative;
    z-index: 1;
    left: -30px;
    top: 1px;
    color: #7B7B7B;
    cursor: pointer;
    width: 0;
    font-size: 1.5em;
  }

  .fa-close {
    color: #acabab;

  }

.searchBar {
    font-size: 1.3em;
    color: white;
    border-radius: 5px;
    border-width: 1px;
    padding-left: 15px;
    /* height: 40px; */
    /* background-color: #585858; */
    background-color:rgb(24, 24, 24);
    /* box-shadow: 0px 3px 3px 0px rgb(107, 107, 107); */
    transition: 0.3s;
    width: 80%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.searchBar::placeholder{
    color: rgb(121, 120, 120);
  }

.searchBar:hover {
    box-shadow: 2px 8px 16px 0 rgb(253, 220, 220);
  }

.found_suad_list {
    font-size: 1.5em;
    text-align: left;
    color: rgb(253, 238, 154);
}

.found_suad_desc {
    font-size: 1.3em;
    text-align: left;
    color: rgb(253, 238, 154);
}