div#projetos .avatar {
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 10px;
}
div#projetos .avatar:nth-child(1n) {
    margin: 0 .5em;
}
div#projetos .avatar:first-child, div#projetos .avatar:last-child {
    margin-left: 0;
    margin-right: 0;
}
div#projetos .avatar.more {
    color: white;
    margin-left: 10px;
    background-color: #909399;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
div#projetos .avatar.more > small {
      font-weight: bold;
}
div#projetos nav#components {
  margin-top: 1em;
  background: white;
}
div#projetos nav#components ul, div#projetos nav#components li {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#projetos nav#components h1 {
    margin: 0;
    padding: .5em;
    font-size: 16px;
    text-transform: uppercase;
}
div#projetos nav#components hr {
    border-color: rgba(0, 0, 0, 0.13) !important;
}
div#projetos nav#components li {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
div#projetos nav#components li.active, div#projetos nav#components li:hover {
      background-color: #f1f1f1;
      cursor: pointer;
}
div#projetos nav#components li:last-child {
      border: none;
}
div#projetos nav#components li a {
      padding: 1em;
      text-decoration: none;
      display: block;
}
div#projetos nav#components li a > span {
        margin-left: .5em;
}
.list-card-wrapper {
  cursor: pointer;
  /* cursor pointer sempre */
}
.list-card-wrapper.active {
  background-color: #f1f1f1;
  border-color: #409EFF;
  /* ou a cor que preferir para destacar */
}

.custom[data-v-50c36e47] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
.modelos-container[data-v-50c36e47] {
  margin-top: 20px;
}
.grid-modelos[data-v-50c36e47] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.modelo-card[data-v-50c36e47] {
  width: 140px;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modelo-card i[data-v-50c36e47] {
  font-size: 28px;
  color: #666;
  margin-bottom: 8px;
}
.modelo-card.active[data-v-50c36e47] {
  border-color: #409EFF;
  background: #E6F7FF;
}



/*# sourceMappingURL=chunk-776220d2.7c92f2ab.css.map*/