.mic-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 100px;
}
.mic-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.mic-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aaa;
}
.mic-UserAvatar {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.mic-UserAvatar .headPic {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}
