.new-comment > .task-section--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-flex: 1;
}
.new-comment > .task-section--body .content {
    width: 100%;
    min-height: 75px;
    position: relative;
    display: block;
}
.new-comment > .task-section--body .content textarea, .new-comment > .task-section--body .content .text-editor {
      resize: none;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 0;
      padding: 1em;
      margin-bottom: 1.3em;
}
.new-comment > .task-section--body .content textarea:focus, .new-comment > .task-section--body .content .text-editor:focus {
        outline: none;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
}
.new-comment > .task-section--body .content div.actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50px;
      height: 35px;
      float: right;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
}
.new-comment > .task-section--body .content div.actions button {
        width: 30px;
        height: 30px;
        vertical-align: middle;
        border-radius: 50%;
        border: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: transparent;
}
.new-comment > .task-section--body .content div.actions button:focus {
          outline: 0;
}
.new-comment > .task-section--body .content div.actions button:hover {
          background-color: rgba(0, 0, 0, 0.13);
          cursor: pointer;
}
.list-responsables {
  margin-top: -30px;
  margin-left: 12px;
}
.list-responsables ul {
  border-radius: 10px;
  border: 1px solid Gainsboro;
  background-color: white;
  position: absolute;
  z-index: 100000;
  list-style: none;
  padding-left: 0.1%;
}
.list-responsables li:hover {
  background-color: Gainsboro;
  border-radius: 10px;
  border: 1px solid Gainsboro;
  cursor: pointer;
}
.list-responsables .selected {
  background-color: Gainsboro;
  border-radius: 10px;
  border: 1px solid Gainsboro;
}
b {
  font-weight: bold;
}
.username {
  font-weight: bold;
}
.comentario-titulo {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.gap-2 {
  gap: 0.5rem;
}
.task-section.new-comment {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.task-section--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.task-section--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.task-section--body .avatar img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.text-editor {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  min-height: 90px;
  width: 100%;
  outline: none;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}
.text-editor:empty:before {
  content: attr(placeholder);
  color: #aaa;
}
.actions {
  margin-top: 6px;
}
.actions button {
    background: none;
    border: none;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
}
.actions button:hover {
      color: #000;
}
.task-section--foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid #eee;
  margin-top: 12px;
}
.task-section--foot .n-button {
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 4px;
}
.task-section--foot .n-button[type='default'] {
    background-color: #444;
    color: #fff;
}
.task-section--foot .n-button[link] {
    color: #888;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -webkit-box-flex: 1;
  margin: 1.5em 0;
}
.comment:first-child {
    margin-top: 0;
}
.comment .comment-content {
    margin-left: 1em;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.comment .comment-content:last-child {
      border-bottom: 0;
}
.comment .comment-content > * {
      margin-bottom: 0.5em;
}
.comentario-titulo {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.gap-2 {
  gap: 0.5rem;
}
.task-section {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #333;
}
.task-section--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.comment:last-child {
  border-bottom: none;
}
.comment .avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
}
.comment-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comment-text {
  line-height: 1.5;
  font-size: 14px;
  color: #333;
  white-space: pre-line;
}
.comment-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: #666;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-action a {
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}
.comment-action a:hover {
      color: #000;
}
.comment-action .col-6 {
  padding-left: 0 !important;
}


.status-badge-wrapper[data-v-07622822] { position: relative; display: inline-block; cursor: pointer;
}
.status-badge[data-v-07622822] { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #ccc; padding: 4px 12px; font-size: .75rem; border-radius: 4px; font-weight: 600;
}
.status-icon[data-v-07622822] { margin-left: 6px; font-size: .75rem;
}
/* itens do menu */
.status-option-item[data-v-07622822] { padding: 6px 12px; font-size: .75rem; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.status-option-item[data-v-07622822]:hover { background-color: #f5f5f5;
}
.status-dot[data-v-07622822] { width: 8px; height: 8px; border-radius: 50%; margin-right: 8px;
}
/* garante sobreposição do popover acima do el-table */
[data-v-07622822](.status-popper) {
  z-index: 3000;
}


.relationship-tags[data-v-0f95d5fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
}
.relationship-tag[data-v-0f95d5fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 2px 8px;
  cursor: pointer;
}
.relationship-tag.blocking[data-v-0f95d5fc] {
  background-color: #fdeaea;
  color: #d93025;
}
.relationship-tag.waiting[data-v-0f95d5fc] {
  background-color: #fff7e6;
  color: #ff9900;
}
.relationship-tag i[data-v-0f95d5fc] {
  margin-right: 4px;
}






























/* Você pode adicionar estilos adicionais aqui, se necessário */

@charset "UTF-8";
.page-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #172b4d;
  background-color: #f4f5f7;
  min-height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Header */
.task-header-main {
  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;
  padding: 1rem 2rem;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  /* FIX: remover sticky para não sobrepor conteúdo ao rolar */
  position: relative;
}
.header-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.task-id-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #5e6c84;
  margin-bottom: 0.25rem;
}
.task-meta-info {
  font-size: 0.85rem;
  color: #8993a4;
}
.close-button {
  background: transparent;
  border: none;
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
  color: #6b778c;
  border-radius: 4px;
}
.close-button:hover {
  background-color: #f4f5f7;
  color: #172b4d;
}

/* Content */
.task-content-layout {
  padding: 1rem 2rem;
}
.task-content-layout.single-column {
  display: block;
}
.main-content-area.full-width {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

/* Sections */
.task-section {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  border: 1px solid #f0f0f0;
  margin-bottom: 16px;
}
.task-section.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.task-section.no-border {
  border: none;
}
.task-section.no-padding {
  padding: 0;
}
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}
.section-header.no-icon {
  margin-bottom: 0.25rem;
}
.section-icon {
  margin-right: 0.6rem;
  color: #6b778c;
  font-size: 1.1rem;
}
.section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #172b4d;
  margin: 0;
}

/* Title & description */
.main-info-section .task-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 15px;
  color: #172b4d;
  line-height: 1.3;
  margin-bottom: 0.1rem;
  outline: none;
  background: transparent;
  width: 100%;
  cursor: text;
}
.main-info-section .task-title:focus {
  outline: 2px solid #a0cfff;
  border-radius: 4px;
}
.description-body {
  padding-top: 0.25rem;
}
.description-body .editable-editor {
  font-size: 0.9rem;
  line-height: 1.6;
  min-height: 60px;
  outline: none;
  border: 1px solid transparent;
  background: transparent;
  width: 100%;
  cursor: text;
  color: #3d4f66;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 6px 8px;
  border-radius: 4px;
}
.description-body .editable-editor:hover {
  border-color: #e0e0e0;
}
.description-body .editable-editor:focus {
  border-color: #a0cfff;
  background-color: #fff;
}
.description-body .editable-editor:empty:before {
  content: attr(placeholder);
  color: #999;
}

/* Details */
.task-details-section .detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.task-details-section .detail-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detail-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b778c;
  margin-bottom: 0.3rem;
  display: block;
}

/* Attachments */
.attachments-section .attachment-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.7rem;
  margin-top: 0.4rem;
}
.attachment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  border-radius: 6px;
  background: #fcfcfc;
  border: 1px solid #e9ecef;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.anexo-thumbnail {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-right: 0.6rem;
  cursor: pointer;
  border: 1px solid #eee;
}
.attachment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.attachment-name {
  font-size: 0.85rem;
  font-weight: 500;
  color: #3d4f66;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.delete-attachment-link {
  font-size: 0.7rem;
  color: #8993a4;
  cursor: pointer;
}
.delete-attachment-link:hover {
  color: #eb5a46;
  text-decoration: underline;
}

/* Subtasks */
.subtask-section .section-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.8rem;
}
.add-subtask-icon {
  color: #6b778c;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 3px;
  border-radius: 4px;
}
.add-subtask-icon:hover {
  background-color: #e9ecef;
  color: #172b4d;
}

/* Activities */
.activities-section {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

/* Element UI overrides */
.full-width-select.el-select,
.full-width-select.el-date-editor {
  width: 100%;
}
.full-width-select .el-input__inner {
  height: 32px !important;
  line-height: 32px !important;
  font-size: 0.85rem !important;
  padding-left: 10px !important;
  border-radius: 5px;
  border-color: #dfe1e6;
}
.full-width-select .el-input__inner:hover {
  border-color: #cdd2d7;
}
.full-width-select .el-input__inner:focus {
  border-color: #409eff;
  outline: 0;
}
.full-width-select .el-input__prefix,
.full-width-select .el-input__suffix {
  line-height: 32px !important;
}

/* Switch */
.time-management-switch .el-switch__core {
  width: 40px !important;
  height: 20px;
  border-radius: 10px;
  background: #dfe1e6;
  border-color: #dfe1e6;
}
.time-management-switch.is-checked .el-switch__core {
  background: #5aac44;
  border-color: #5aac44;
}

/* Botões */
.task-actions-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.task-actions-footer.main-content-footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.save-button {
  padding: 0.7rem 1.1rem;
  font-size: 0.95rem;
  border-radius: 5px;
  background: #5aac44;
  border-color: #5aac44;
}
.save-button:hover {
  background: #61bd4f;
  border-color: #61bd4f;
}
.remove-task-link {
  font-size: 0.85rem;
  color: #eb5a46;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.remove-task-link:hover {
  text-decoration: underline;
  color: #c0392b;
}

/* DatePicker ícone à esquerda */
#task-view .el-date-editor.el-input--prefix .el-input__inner {
  padding-left: 36px !important;
}
#task-view .el-date-editor .el-input__prefix {
  left: 8px;
}
#task-view .el-date-editor.el-input--small.el-input--prefix .el-input__inner {
  padding-left: 32px !important;
}
.no-margin-select .el-input,
.no-margin-select .el-input__inner,
.no-margin-select {
  margin: 0 !important;
}


/*# sourceMappingURL=chunk-79706a3a.e253a384.css.map*/