@charset "UTF-8";
#projetos[data-v-c4821ec4] {
  overflow-y: auto;
}
#projetos .avatar[data-v-c4821ec4] {
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
}
#projetos .avatar[data-v-c4821ec4]:nth-child(1n) {
      margin: 0 .5em;
}
#projetos .avatar[data-v-c4821ec4]:first-child, #projetos .avatar[data-v-c4821ec4]:last-child {
      margin-left: 0;
      margin-right: 0;
}
#projetos .avatar.more[data-v-c4821ec4] {
      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;
}
#projetos .avatar.more > small[data-v-c4821ec4] {
        font-weight: bold;
}
#projetos .grid > div[data-v-c4821ec4] {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /**
      Custom Scroll
     */
    /**
     * Mobile
     */
}
#projetos .grid > div[data-v-c4821ec4]::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
      background-color: #f5f5f5;
      border-radius: 5px;
}
#projetos .grid > div[data-v-c4821ec4]::-webkit-scrollbar {
      width: 5px;
      height: 10px;
      background-color: #f5f5f5;
}
#projetos .grid > div[data-v-c4821ec4]::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #999;
}
#projetos .grid > div .item[data-v-c4821ec4] {
      position: relative;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -webkit-box-flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #fff;
}
#projetos .grid > div .item b[data-v-c4821ec4] {
        font-size: 16px;
}
#projetos .grid > div .item > *[data-v-c4821ec4] {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        -webkit-box-flex: 1;
        width: 100%;
        margin: auto;
}
#projetos .grid > div .item .editable[data-v-c4821ec4] {
        white-space: break-spaces;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        padding: .3em .5em;
        font-size: 14px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
#projetos .grid > div .item .editable[data-v-c4821ec4]:after {
          opacity: 0;
          content: "\F044";
          font-family: "Font Awesome 5 Free";
          font-weight: bold;
          color: #ddd;
          position: absolute;
          right: 0;
          -webkit-transition: all 300ms ease-in;
          transition: all 300ms ease-in;
}
#projetos .grid > div .item[data-v-c4821ec4]:hover {
        -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.6);
}
#projetos .grid > div .item:hover .editable[data-v-c4821ec4]:after {
          opacity: 1;
}
#projetos .grid > div .item .options[data-v-c4821ec4] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0.3em;
}
#projetos .grid > div .item .options > *[data-v-c4821ec4] {
          width: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          -ms-flex-positive: 1;
              flex-grow: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-flex: 1;
}
#projetos .grid > div .item .options .options--users .block[data-v-c4821ec4] {
          margin: 0 .5em;
}
#projetos .grid > div .item .options .options--users .block[data-v-c4821ec4]:first-child {
            margin-left: 0;
}
#projetos .grid > div .item .options .options--buttons[data-v-c4821ec4] {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
}
#projetos .grid > div .item .el-button[data-v-c4821ec4]:active, #projetos .grid > div .item .el-button[data-v-c4821ec4]:focus {
        outline: 0;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
}
@media screen and (max-width: 640px) {
#projetos .grid > div[data-v-c4821ec4] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
        margin-top: 1.5em;
}
#projetos .grid > div .item[data-v-c4821ec4] {
          width: 95%;
          margin: 1em 0 !important;
}
}
.quadros-card[data-v-c4821ec4] {
  padding: 1em;
  display: grid !important;
  gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
}
.info-card[data-v-c4821ec4] {
  padding: .5em;
}
.info-card small[data-v-c4821ec4] {
    padding: 0 .5em;
}
.editableJob[data-v-c4821ec4] {
  font-size: 15px;
}
.info-card ul[data-v-c4821ec4] {
  padding-top: 0.5em;
  margin: 0.5em 0 0 0;
  border-top: 1px solid #f2f2f2;
}
.info-card ul li[data-v-c4821ec4] {
  padding: 0.5em 0;
}
.info-card ul li span[data-v-c4821ec4] {
  background-color: #f2f2f2;
  padding: 0.4em;
  border-radius: 5px;
}
.info-card .fixar[data-v-c4821ec4] {
  padding: 7px 10px;
}
p.data-prev[data-v-c4821ec4] {
  font-size: 0.9em;
  color: #787878;
}
p.data-prev[data-v-c4821ec4],
p.cliente[data-v-c4821ec4] {
  margin: 0;
}
.el-button--mini[data-v-c4821ec4] {
  padding: 7px 9px;
  font-size: 14px;
}
.fixar[data-v-c4821ec4] {
  padding: 0;
  border: 0;
}
.fixar img[data-v-c4821ec4] {
  width: 1em;
  height: 1em;
}
.avatar[data-v-c4821ec4] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Garante que a imagem ocupe todo o espaço */
}


.responsibles-container[data-v-11a6d995] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.responsibles-container.single[data-v-11a6d995] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /* Centraliza se houver apenas um */
}
.responsible-item[data-v-11a6d995] {
    margin-right: 2px; /* Espaçamento entre avatares */
}
.avatar[data-v-11a6d995] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover; /* Garante que a imagem ocupe todo o espaço */
}

div#projetos .avatar[data-v-b6b2a95e] {
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 10px;
}
div#projetos .avatar[data-v-b6b2a95e]:nth-child(1n) {
    margin: 0 .5em;
}
div#projetos .avatar[data-v-b6b2a95e]:first-child, div#projetos .avatar[data-v-b6b2a95e]:last-child {
    margin-left: 0;
    margin-right: 0;
}
div#projetos .avatar.more[data-v-b6b2a95e] {
    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[data-v-b6b2a95e] {
      font-weight: bold;
}
div#projetos nav#components[data-v-b6b2a95e] {
  margin-top: 1em;
  background: white;
}
div#projetos nav#components ul[data-v-b6b2a95e], div#projetos nav#components li[data-v-b6b2a95e] {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#projetos nav#components h1[data-v-b6b2a95e] {
    margin: 0;
    padding: .5em;
    font-size: 16px;
    text-transform: uppercase;
}
div#projetos nav#components hr[data-v-b6b2a95e] {
    border-color: rgba(0, 0, 0, 0.13) !important;
}
div#projetos nav#components li[data-v-b6b2a95e] {
    -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[data-v-b6b2a95e], div#projetos nav#components li[data-v-b6b2a95e]:hover {
      background-color: #f1f1f1;
      cursor: pointer;
}
div#projetos nav#components li[data-v-b6b2a95e]:last-child {
      border: none;
}
div#projetos nav#components li a[data-v-b6b2a95e] {
      padding: 1em;
      text-decoration: none;
      display: block;
}
div#projetos nav#components li a > span[data-v-b6b2a95e] {
        margin-left: .5em;
}


/*# sourceMappingURL=chunk-44af4ada.14b44d40.css.map*/