.app-name-link img {
  width: 50px;
}
.teams {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.teams .avatar {
  border-radius: 50%;
  /* width: 80px;
  height: 80px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.teams a {
  text-decoration: none !important;
}
.sidebar > h1 .app-name-link {
  font-size: 19px;
}
.cover h1 span {
  font-size: 30px;
}
.app-nav,
.github-corner {
  position: fixed;
}
.search .clear-button.show {
  display: flex !important;
  align-items: center;
}
.mermaid svg {
  background: white;
}
.sidebar-nav li > p {
  margin: 0;
}

.sidebar-nav > ul > li> ul {
  margin-bottom: 16px;
}

.sidebar-nav > ul > li {
  margin-bottom: 10px;
}

.sidebar-nav strong > a {
  font-weight: var(--strong-font-weight);
  color: var(--strong-color, currentColor);
}
.sidebar-nav strong > a:hover {
  font-weight: var(--strong-font-weight);
  color: var(--strong-color, currentColor);
}

.content img:hover {
  cursor: zoom-in;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  
}

.logo-name {
  text-align: left;
  padding-left: 10px;
  line-height: 23px;
  font-weight: 600;
  color: white;
  font-size: 18px;
}

.logotip { 
  height: auto;
  width: 400px;
}

