.tarefas-content {
  background-color: var(--main-light);
  padding: 2rem 0rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  width: calc(100% - 22vW);
  margin: 0;
  position: absolute;
  right: 0;
  top: 5rem;
}
.tarefas-content .title {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 2rem;
}
.tarefas-content .title-handle {
  display: flex;
}
.tarefas-content .title-handle .subtitle {
  font-size: 1rem;
  color: var(--main-grey);
  font-weight: bold;
  padding: 0 1.2rem;
  margin: 0;
  width: 47%;
}
.tarefas-content nav {
  margin: 1.5rem 1rem;
  max-width: 866px;
  margin-left: 32px !important;
}
.tarefas-content nav .active {
  font-weight: bold;
}
.tarefas-content .tab-content {
  padding-top: 0rem;
  max-width: 866px;
  margin-left: 32px !important;
}
.tarefas-content .tab-content .disciplina-content .disciplina-title {
  display: flex;
  justify-content: space-between;
  border-radius: 40px;
  background-color: var(--main-bg);
}
.tarefas-content .tab-content .disciplina-content .disciplina-title svg {
  margin: auto 10px auto 0 !important;
}
.tarefas-content .tab-content .disciplina-content .disciplinas-table {
  color: var(--main-grey);
}
.tarefas-content .tab-content .disciplina-content .disciplinas-table svg {
  color: var(--main-grey);
}
.tarefas-content .tab-content .disciplina-content [aria-expanded=true] svg {
  transform: rotate(180deg);
}
.tarefas-content .tab-content .disciplina-content .disciplinas-table .tarefa-status {
  text-align: center;
  font-weight: bold;
}

.Entregue, .Pendente, .Atraso {
  font-weight: bold;
  padding: 0 10px;
  border-radius: 30px;
}

.Entregue {
  border: 1px solid #c4dfd1;
  background-color: #daf2e5;
  color: #509c77;
}

.Pendente {
  border: 1px solid #c4deee;
  background-color: #d9ebf4;
  color: #3c98cd;
}

.Atraso {
  border: 1px solid #eec5c5;
  background-color: #f4d9d9;
  color: #cc2e2e;
}

.tarefa-content .tarefa-table {
  margin-bottom: 5rem !important;
}
.tarefa-content .tarefa-table tr {
  display: flex;
}
.tarefa-content .tarefa-table th:last-child {
  margin-right: 19%;
}
.tarefa-content .tarefa-table th {
  font-size: 0.9rem;
  color: var(--main-grey);
  margin-top: 0rem;
  border: none;
}
.tarefa-content .tarefa-table tbody tr {
  box-shadow: -10px 10px 13px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 15px;
}
.tarefa-content .tarefa-table .tarefa-title {
  font-size: 1rem;
  font-weight: bold;
  width: 22%;
  border-radius: 5px;
  margin-left: 0;
}
.tarefa-content .tarefa-table .Pendente-row .tarefa-title {
  border-left: 15px solid #c4deee;
}
.tarefa-content .tarefa-table .Entregue-row .tarefa-title {
  border-left: 15px solid #c4dfd1;
}
.tarefa-content .tarefa-table .Atraso-row .tarefa-title {
  border-left: 15px solid #eec5c5;
}
.tarefa-content .tarefa-table .tarefa-description {
  font-size: 0.9rem;
  width: 25%;
}
.tarefa-content .tarefa-table th.tarefa-description {
  width: 20%;
  margin: 0;
  padding-right: 0%;
}
.tarefa-content .tarefa-table th.cadastro {
  width: 15%;
  margin: 0;
}
.tarefa-content .tarefa-table .tarefa-datas {
  width: 17%;
  font-size: 0.9rem;
}
.tarefa-content .tarefa-table button {
  padding: 0;
}
.tarefa-content .tarefa-table .icon {
  font-size: 1.2rem;
}

.entregas-content .entregas-table {
  margin-bottom: 5rem !important;
  font-size: 0.9rem;
  width: 93.5%;
  color: var(--main-grey);
  margin-left: 1.5rem;
}
.entregas-content .entregas-table button {
  padding: 0;
  color: var(--main-grey);
}
.entregas-content .entregas-card .Pendente-row {
  border-left: 15px solid #c4deee;
}
.entregas-content .entregas-card .Entregue-row {
  border-left: 15px solid #c4dfd1;
}
.entregas-content .entregas-card .Atraso-row {
  border-left: 15px solid #eec5c5;
}
.entregas-content .entregas-card tbody tr {
  box-shadow: -10px 10px 13px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .entregas-content .entregas-card tbody tr {
    display: flex;
    flex-direction: column;
  }
  .entregas-content .entregas-card tbody tr .entregas-card-description {
    margin: auto 20px;
  }
}
.entregas-content .entregas-card .entregas-card-title {
  margin: auto 10px;
  min-width: 200px;
}
.entregas-content .entregas-card .entregas-card-title h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.entregas-content .entregas-card h5 {
  font-size: 1rem;
  font-weight: bold;
  color: var(--main-grey);
}
.entregas-content .entregas-card .entregas-card-description p {
  font-size: 1rem;
}

.btn-azul {
  background: var(--main-blue);
  padding: 0.3rem 1.2rem;
  color: var(--main-light);
  font-size: 0.9rem;
  margin: 1rem 0rem;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
}

@media (max-width: 640px) {
  .tarefas-content .tab-content {
    margin-left: 0 !important;
  }

  .tarefa-content .tarefa-table {
    margin-left: 0;
    background-color: var(--main-bg);
  }
  .tarefa-content .tarefa-table th {
    padding: 0;
  }
  .tarefa-content .tarefa-table th.tarefa-description, .tarefa-content .tarefa-table th.tarefa-title {
    margin: 0 10px 0 15px;
  }
  .tarefa-content .tarefa-table th.tarefa-description {
    margin: 0px;
  }
  .tarefa-content .tarefa-table th.tarefa-title {
    margin-right: 0px;
    width: 100px;
  }
  .tarefa-content .tarefa-table th:last-child {
    margin-right: 22%;
    margin-left: 0;
  }
  .tarefa-content .tarefa-table th.cadastro {
    width: 85px;
    margin: 0px;
  }
}
.modal {
  margin: 10vh 0;
}
.modal input[type=file] {
  position: fixed;
  right: 100%;
  bottom: 100%;
}
.modal .label-file {
  background-color: var(--main-bg);
  border-radius: 25px;
  border: 1px solid var(--sec-blue);
  color: var(--sec-blue);
  cursor: pointer;
  margin: 0 auto;
  padding: 6px 20px;
}
.modal .modal-dialog {
  max-width: 600px !important;
}
.modal .modal-dialog .modal-content {
  border-radius: 45px;
}
.modal .modal-dialog .modal-content .modal-header {
  display: flex;
  flex-direction: column;
}
.modal .modal-dialog .modal-content .modal-header #modal-svg {
  font-size: 7rem;
  color: var(--main-blue);
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  color: var(--sec-blue);
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-body {
  display: flex;
  max-width: 100%;
  margin: 0px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .form-modal-novo {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .modal-tarefa-link-container {
  text-align: left;
  min-width: 300px;
}
.modal .modal-dialog .modal-content .modal-body .modal-tarefa-link-container .modal-tarefa-link {
  display: block;
  text-align: left;
  border: 1px solid var(--main-grey);
  border-radius: 5px;
  padding: 0.2rem;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .modal-tarefa-link-container .modal-tarefa-link a {
  color: black !important;
}
.modal .modal-dialog .modal-content .modal-body .analise-form label {
  text-align: left;
  margin-top: 1.5rem;
}
.modal .modal-dialog .modal-content .modal-body .analise-form textarea {
  margin-bottom: 1.5rem;
}
.modal .modal-dialog.anexo {
  max-width: 80% !important;
}
.modal .modal-dialog.anexo .modal-body {
  height: 65vh;
}

.accordion-item {
  border: none;
}

.spinner-border {
  margin: 0 auto;
}

/*# sourceMappingURL=tarefas.css.map */
