.std-search-container {
    display: flex;
    column-gap: 2%;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 10px 5px 5px;
    min-width: 325px;
}
.std-search-container div:last-child i:first-child {
    margin-right: 10px;
}
.std-search-container > div:first-child {
    width: 84%;
}
.std-search-container #SearchBoxContainer {
    top: unset;
}
.std-search-container input {
    border: 0;
    outline: none;
    box-shadow: none;
    display: inline;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: unset;
    transition: unset;
    padding: 0;
}
.std-search-container > div:last-child i {
    color: #ccc;
    cursor: pointer;
    font-size: 1rem;
}
.std-search-container > div:last-child i:hover {
    color: #333;
}
.std-search-container input:focus {
    border-color: unset;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.std-search-container i.fi-x {
    color: #999;
}
.std-search-container i.fi-x:hover {
    color: #333;
    cursor: pointer;
}
.search-clear {
    cursor: pointer;
}
.group-search-box-row {
    display: flex;
    column-gap: 1%;
    padding: 10px;
    align-items: center;
    font-weight: 700;
}
#search-box-container .group-search-box-row:hover  {
    background-color: #f0f0f0;
    cursor: pointer;
}
#search-box-container {
    background-clip: padding-box;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #666666;
    font-size: 0.8rem;
    max-height: 355px;
    overflow-y: auto;
    position: absolute;
    top: 25px;
    white-space: normal;
    width: 300px;
    z-index: 300;
    min-height: 80px;
}