.top-search{
    background-color: #333;
    padding: 10px 0;
    display: none;
}

.search_and_profile {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}

.search-form {
    position: relative;
    width: 30px;
    line-height: 100px;
    border: 1px solid transparent;
}


input.search-suggest {
    border: 1px solid #fff;
    border-radius: 15px;
    height: 34px;
    padding: 0px 15px;
}
.tsb {
	    background-color: #333333;
    border: 1px solid #fff;
    border-radius: 34px;
    height: 34px;
    color: #fff;
    margin: -36px;
    padding: 0px 20px;
}
