/* Last merged this code on 2nd apr 2024 */

.chatMenu-header{
  color: rgba(255,255,255,.835);
  font-size: 16px;
  padding: 1rem 1.7rem 0.5rem 1.7rem;
}
.chatMenu-header.courseName{
  white-space: unset;
  font-weight: 600;
  color: #73dbf1;
  line-height: normal;
}

.chatItemFlexContainer{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
}

.chatMenuPlaceholder{
  height: 30px;
  text-decoration: none;
  padding: 0.5rem 1.7rem 0.5rem 1.7rem;
  font-size: 12px;
  color: rgba(206, 206, 206, .84);
}

.menuNavCTA{
  color: #969696;
  font-size: 12px;
  width: 32px;
  line-height: 18px;
  margin-left: 4px;
  margin-right: -12px;
  position: absolute;
  right: 66px;
  text-align: center;
  cursor: pointer;
}
.menuNavCTA.overflowing{
  right: -4px;
}
.progressBarContainer-onMenu{
  padding: 0rem 1.7rem 0.5rem 1.7rem;
}

.groupMenuItemContainer{
  text-decoration: none;
  display: block;
}
/* Only if user has ability to hover i.e. not on mobile then hide the menuNav */
/* Without this, was making iOS user have to click twice on GroupListItem to go to navlink */
@media (hover) {
  .menuNavCTA{
    visibility: hidden;
  }
  .groupMenuItemContainer:hover .menuNavCTA{
    visibility: visible;
  }
}
.channelsContainer{
  position: relative;
  overflow: hidden;
}
.showChannels.hidden{
  /* OPTION 3 https://codepen.io/paulobrien/pen/tpmAi?editors=1100 */
  height: 0!important;
  opacity: 0;
  display: block;

}
.showChannels{
  /* OPTION 3 https://codepen.io/paulobrien/pen/tpmAi?editors=1100 */
  overflow: hidden;
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.groupMenuItem{
  height: 30px;
  padding: 0.5rem 1.7rem 0.5rem 1.7rem;
}
.chatMenuItem.group{
  padding-left: 2.2rem;
  height: 25px;
  padding: 0.3rem 1.7rem 0.3rem 2.4rem;
}
.chatMenuItem.group:last-of-type{
  margin-bottom: 11px;
}
.chatMenuItem {
  height: 30px;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1.7rem 0.5rem 1.7rem;
}
.chatMenuItem:hover{
  background-color: #111111;
}
.chatMenuItem.is-active .presenceContainer.group,
.chatMenuItem:focus .presenceContainer.group,
.chatMenuItem:hover .presenceContainer.group{
  color: #d4d2d1;
}
.chatMenuItem.is-active .presenceContainer.group{
  color: #3f3f3f;
}
.chatMenuItem.menuCTA:hover,
.chatMenuItem.menuCTA:focus{
  background: none;
}
.chatMenuItem.menuCTA:hover .menuCTA,
.chatMenuItem.menuCTA:focus .menuCTA{
  color: #0cf7ca;
}
.chatMenuItem.huddle{
  padding: 0;
}
.chatMenuItem:hover .chatMenuLink {
  color: #fff;
}

.chatMenuItem:focus {
  background-color: #00b5db;
}

.chatMenuItem:focus .chatMenuLink {
  color: #fff;
}

.chatMenuItem.is-active {
  background-color: #00b5db;
}

.chatMenuItem.is-active .chatMenuLink,
.chatMenuItem.is-active .lessonCompletedNotif {
  color: #fff;
}

.chatMenuLink {
  color: rgba(255,255,255,.835);
  text-decoration: none;
  font-size: 15px;
  margin-right: 15px;
}
.chatMenuLink.channel{
  color: #b9b9b9;
  margin-right: 8px;
}
.chatMenuLink.huddle{
  margin-right: 10px;
  font-size: 14px;
}
.chatMenuLink.unread {
  color: #fff;
  font-weight: 600;
}
.presenceContainer.group,
.presenceContainer{
  float: left;
  margin-left: 0;
  margin-right: 4px;
  width: 15px;
  height: 1.3125rem;
  text-align: left;
  color: #00ffb7;
  font-size: 13px;
  opacity: 0.95;
  left: 0;
}
.presenceContainer.group{
  color: #a19c99;
  font-size: 11px;
  margin-right: 6px;
  margin-top: 1px;
}
.presenceContainer.placeholder{
  color: rgb(0, 255, 183, .50);
}
.lessonCompletedNotif{
  background: rgb(255 255 255 / 44%);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin-left: 4px;
  margin-top: -2px;
  margin-right: -12px;
  position: absolute;
  right: 66px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.lessonCompletedNotif.isLocked{
  background: unset;
}
.lessonCompletedNotif.channel {
  right: 24px;
}
.notificationNum{
  background: #e22e48;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  width: 32px;
  line-height: 18px;
  margin-left: 4px;
  margin-top: -2px;
  margin-right: -12px;
  position: absolute;
  right: 66px;
  text-align: center;
}
.notificationNum.isMyContent{
  margin-left: 0;
  margin-right: 2px;
  display: inline;
  position: unset;
  padding-left: 4px;
  padding-right: 4px;
}
.notificationNum.hasTooltip{
  margin-right: -81px;
}
.notificationNum.channel {
  right: 24px;
}

.notificationNum.announcement{
  font-size: 6px;
  line-height: 6px;
  padding: 0;
  padding-top: 3px;
}
