.room-screen-share-state-bar{
  display: flex;
}

.share-action-nav__can-draggable {
  cursor: pointer;
}

.share-action-nav__move_to_top {
  flex-direction: column;
  transition: all 0.3s ease;
}

.share-action-nav__move_to_bottom {
  flex-direction: column-reverse;
  transition: all 0.3s ease;
}

.invisible {
  opacity: 0;
}

.completely-hidden-in-bottom {
  transition: all 0.3s ease;
  transform: translateY(54px);
}
.completely-hidden-in-top {
  transition: all 0.3s ease;
  transform: translateY(-54px);
}
