.nav-right {
  background-color: var(--portalThemeColor5);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

  .nav-right ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
  }

  .nav-right li {
    margin-bottom: 5px;
  }

.img-sidebar-right {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.a-right-sidebar {
  font-size: 16px;
  font-weight: bold;
}