@charset "UTF-8";
.el-loading-mask {
  background-color: #efefef !important;
}
.el-loading-mask .el-loading-text {
    color: #333;
}
.el-alert--info.is-light {
  background-color: #2ca8ff;
  color: white;
}
.el-alert--info.is-light .el-alert__description {
    color: white;
}
.tab-space {
  padding: 1.2em 0;
}
#visualizar {
  margin-top: 0px;
}
#visualizar ul[role="tablist"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 15px;
    background-color: #e8e8e8;
    -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.13);
    padding: 10px 15px;
    margin: 0;
}
#visualizar ul[role="tablist"] li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
#visualizar ul[role="tablist"] li a.nav-link {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 15px 10px;
        font-size: 14px;
        color: #333;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}
#visualizar ul[role="tablist"] li a.nav-link.active {
          background-color: #000;
          color: #fff;
}
#visualizar ul[role="tablist"] li a.nav-link:hover {
          background-color: #ccc;
          color: #fff;
}
#visualizar ul[role="tablist"] li a.nav-link i {
          font-size: 16px;
}
@media screen and (max-width: 768px) {
#visualizar ul[role="tablist"] {
      -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;
}
#visualizar ul[role="tablist"] li {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%;
}
}
.header-projeto {
  background: #f9f9f9;
  padding: 15px 20px;
  border-bottom: 2px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-projeto .info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.header-projeto .header-projeto button {
    padding: 6px 10px;
    border-radius: 6px;
}
.header-projeto .titulo-orcamento {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-projeto .titulo-orcamento i {
      color: #454546;
      margin-right: 8px;
}
.header-projeto .titulo-projeto {
    font-size: 18px;
    color: #666;
    margin: 4px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-projeto .titulo-projeto i {
      color: #454546;
      margin-right: 8px;
}
.nav-pills .nav-item i {
  line-height: 28px;
}
.member-list ul {
  width: 250px;
  border-radius: 10px;
  border: 1px solid Gainsboro;
  background-color: white;
  position: absolute;
  z-index: 100000;
  list-style: none;
  padding-left: 0.1%;
  top: 36px;
}
.member-list li {
  cursor: pointer;
}
.member-list li:hover {
  background-color: Gainsboro;
  border-radius: 10px;
  border: 1px solid Gainsboro;
}
.member-list {
  display: none;
}
.member-list.show {
  display: block;
}
.list-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  /* Espaço entre os avatares */
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-users li {
  position: relative;
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-users img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.detail-user {
  width: 180px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid Gainsboro;
  position: absolute;
  z-index: 100000;
  display: none;
}
.detail-user p {
  font-size: 10px;
}
.invite-email {
  position: absolute;
  background-color: white;
  z-index: 100000;
  border-radius: 10px;
  border: 1px solid Gainsboro;
  width: 280px;
  display: none;
}
.invite-email.show {
  display: block;
}
.pop-detail-user {
  padding: 5px;
}
.pop-detail-user:hover {
  background-color: #e4e3e3;
}
.acoes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.gap-2 > * {
  margin-right: 10px;
}
.avatar-item {
  margin-left: -8px;
  position: relative;
  cursor: pointer;
}
.avatar-item img {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}


/*# sourceMappingURL=chunk-764d0618.87f6e0da.css.map*/