.room-msg-container {
  height: calc(100% - 118px);
  overflow-y: scroll;
}

.nav-item-default:hover, .nav-item-default.active {
  border-radius: 5px;
}

.oasis-avatar-tiny.active, .nav-item-default.active .oasis-avatar-tiny, .oasis-avatar-tiny:hover {
  border-radius: 2px;
}

.welcome i {
  color: #696969;
  align-items: center;
  font-size: 100px;
  display: flex;
}

.channel-options {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 16px;
}

.sub-channel-box:hover .channel-options {
  display: flex;
}

.channel-options-ctl .btn {
  background-color: unset;
  color: #87888c;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
}

.channel-options-ctl .btn:hover {
  color: #ffffffb3;
}

.option-channel-setting {
  display: none;
}

.isAdmin .option-channel-setting {
  display: block;
}

.sub-channel-box:hover .nav-link {
  color: #ffffffb3;
  background-color: #2d2c2ce6;
  border-radius: 5px;
}

.channel-active .channel-options {
  display: flex;
}

.sub-channel-box .nav-link span {
  padding-right: 16px;
}

.nav-sub-container .nav-link i {
  font-size: 16px;
}
