.team-container{
    background-color: #f5f5f5;
    border: 1px solid gray;
    border-radius: 7px;
    padding: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.team-container-header{
    border-style: none none solid none;
    border-width: 1px;
    border-color: gray;
}

.team-container-content{
    border-style: none none solid none;
    margin-top: 15px;
    border-color: gray;
}

.team-container-info{
    border-style: solid none none none;
    border-width: 1px;
    border-color: gray;
    margin-top: 15px;
}

.search-user-container{
    background-color: #f5f5f5;
    border: 1px solid gray;
    border-radius: 7px;
    padding: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.search-user-container:hover{
    background-color: #4187f6;
    border: 1px solid black;
    border-radius: 7px;
    padding: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.search-user-content{
    color: black;
    margin: 10px 0px 10px 0px;
}

.search-user-follow{
    /* align-self: right; */
    position: absolute;
    left: 10px;
    top: 6px;
    /* margin: auto; */
    /* padding: 0px 0px 20px 0px; */
}

.see-more-container{
    margin-top: 15px;
    align-self: center;

}

.see-more-content{
    font-weight: bold;
    color: black;
    align-self: center;
    font-size: 1.2rem;
}

.no-content{
    font-weight: bold;
    font-size: 1.5rem;
    color: black;
    align-self: center;
}

.icon_search {
    position: relative;
    top: 3px;
}
.icon_search_left {
    right: -30px;
}
.icon_search_right {
    right: 30px;
    cursor: pointer;
    border-radius: 4px;
}
.icon_search_right:hover {
    background-color: #A8AEB2;
    /* box-shadow: ; */
}
#search {
    padding-left: 35px !important;
}
.icon_search span {
    font-size: .5em;
    left: 36px;
    top: -12px;
    background-color: #f5f5f5;
    color: gray;
}
.toggle {
  cursor: pointer;
}
#groups_Results, #users_Results, #posts_Results {
  display: none;
}
.post_card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 1rem;
  padding: 1.5rem;
  justify-content: space-between;
}