img {
  max-width: 90%;
  border-radius: 50%;
}

.myteam {
  position: relative;
  /* padding: 0.5rem; */
  width: 100%;
  min-height: 38rem;
  /* overflow-y: scroll; */
  background-color: rgba(88, 88, 88, 0.445);
}

.teamUserdata {
  /* width: 100%; */
  /* height: 100%; */
  padding: 0.5rem;
  margin: 0 0.5rem;
  margin-bottom: .5rem;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.myteam .myteamTitle {
  position: sticky;
  top: 3rem;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
  color: white;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* background-color: rgba(88, 88, 88, 0.445); */
}

.myteam .myteamTitle .summary {
  display: flex;
  /* color: #000; */
  /* background-color: rgba(88, 88, 88, 0.445); */
}

.teamUserdata .data_message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem 0;
  color: #000;

  /* background-color: #fff; */

}

.data_message .datauser_avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #999999;
}