.sidebar-user-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;

  & > .profile-picture {
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin: 0;
  }

  & > .profile-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
    margin-left: 20px;
    text-decoration: none;

    & > .text {
      text-decoration: none;
      color: white;
      opacity: 0.6;
    }

    & > .title {
      font-size: 18px;
      font-weight: semibold;
      margin-bottom: 5px;
      color: white;
      opacity: 1 !important;
    }
  }
}

section[data-css="sidebar"] > section a:hover {
  background-color: #1e3459 !important;
  transition: background-color 0.2s ease-in-out;
}

section[data-css="sidebar"] > a {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

section[data-css="sidebar"] * {
  color: white !important;
}
