.acompanhamento-de-correcoes .estagio-probatorio-status {
  --pd01: #ffc400;
  --pd02: #00f8f8;
  --pd03: darkcyan;
  --pd04: yellowgreen; }

.acompanhamento-de-correcoes .estagio-probatorio-notas {
  --pd01: oklch(70.5% 0.213 47.604);
  --pd02: oklch(57.7% 0.245 27.325);
  --pd03: oklch(65.6% 0.241 354.308);
  --pd04: oklch(58.8% 0.158 241.966); }

.acompanhamento-de-correcoes .caed-layout .caed-layout-item.-white-pd32 {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 20px;
  position: relative; }

@media (min-width: 768px) and (max-width: 991px) {
  .acompanhamento-de-correcoes .caed-layout {
    padding: 8px; }
  .acompanhamento-de-correcoes .caed-objeto-resultado {
    background-color: inherit; } }

.acompanhamento-de-correcoes .caed-resultado-titulo {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  color: #000;
  margin-bottom: 16px;
  line-height: 25px;
  display: flex;
  flex-direction: column; }

.acompanhamento-de-correcoes .caed-resultado-card-aluno {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .acompanhamento-de-correcoes .caed-resultado-card-aluno > .principal {
    display: flex;
    align-items: center;
    gap: 8px; }
    .acompanhamento-de-correcoes .caed-resultado-card-aluno > .principal > .txt {
      display: flex;
      flex-direction: column; }
      .acompanhamento-de-correcoes .caed-resultado-card-aluno > .principal > .txt > .titulo {
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        grid-area: titulo;
        display: block !important;
        line-height: 20px;
        color: #000; }
      .acompanhamento-de-correcoes .caed-resultado-card-aluno > .principal > .txt .pontuacao {
        font-style: normal;
        font-weight: 500;
        font-size: 35px;
        display: inline;
        grid-area: pontuacao;
        line-height: 35px; }
  .acompanhamento-de-correcoes .caed-resultado-card-aluno.-som23 {
    position: relative; }
    .acompanhamento-de-correcoes .caed-resultado-card-aluno.-som23 > .principal {
      justify-content: start;
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 16px; }
      .acompanhamento-de-correcoes .caed-resultado-card-aluno.-som23 > .principal > .txt > .titulo {
        font-size: 14px;
        display: flex !important;
        flex-direction: column; }

.acompanhamento-de-correcoes .c-barra-h {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .acompanhamento-de-correcoes .c-barra-h > .titulo {
    font-style: normal;
    font-weight: 500;
    display: block;
    font-size: 13px;
    line-height: 1.1;
    color: #000;
    margin-bottom: 16px; }
  .acompanhamento-de-correcoes .c-barra-h > .barra-ctn {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 4px; }
    .acompanhamento-de-correcoes .c-barra-h > .barra-ctn > .sub-titulo {
      font-style: normal;
      font-weight: 500;
      display: block;
      font-size: 11px;
      color: #525252;
      text-transform: uppercase; }
    .acompanhamento-de-correcoes .c-barra-h > .barra-ctn > .barra {
      height: 20px;
      background-color: #D3D9DF;
      border-radius: 500px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative; }
      .acompanhamento-de-correcoes .c-barra-h > .barra-ctn > .barra > .label {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 10px;
        padding: 0 8px;
        position: absolute;
        color: #000;
        height: 100%;
        display: flex;
        align-items: center; }
        .acompanhamento-de-correcoes .c-barra-h > .barra-ctn > .barra > .label span {
          height: 100%;
          display: flex;
          align-items: center; }
      .acompanhamento-de-correcoes .c-barra-h > .barra-ctn > .barra > .serie {
        height: 100%;
        background-color: #a8a8a8;
        border-radius: 500px;
        display: flex;
        align-items: center;
        height: 20px; }
      .acompanhamento-de-correcoes .c-barra-h > .barra-ctn > .barra > .number {
        font-style: normal;
        font-weight: 700;
        padding: 0 8px;
        font-size: 14px;
        line-height: 14px;
        padding-top: 1px;
        height: 100%;
        display: flex;
        align-items: center;
        min-width: 60px;
        justify-content: end; }
        .acompanhamento-de-correcoes .c-barra-h > .barra-ctn > .barra > .number span {
          height: 100%;
          display: flex;
          align-items: center;
          min-width: 60px;
          justify-content: end; }
  .acompanhamento-de-correcoes .c-barra-h.-h-15 .caed-resultado-titulo {
    font-size: 16px;
    font-weight: 700; }
  .acompanhamento-de-correcoes .c-barra-h.-h-15 .titulo {
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 500; }
    .acompanhamento-de-correcoes .c-barra-h.-h-15 .titulo ul {
      padding: 0;
      min-height: 58px; }
  .acompanhamento-de-correcoes .c-barra-h.-h-15 > .barra-ctn {
    margin-block: 8px;
    width: 100%; }
    .acompanhamento-de-correcoes .c-barra-h.-h-15 > .barra-ctn > .barra {
      height: 15px;
      width: calc(100% - 48px); }
      .acompanhamento-de-correcoes .c-barra-h.-h-15 > .barra-ctn > .barra > .serie {
        height: 15px; }
      .acompanhamento-de-correcoes .c-barra-h.-h-15 > .barra-ctn > .barra > .number {
        min-width: 48px !important;
        width: 48px;
        padding: 0;
        position: absolute;
        right: -48px;
        justify-content: flex-start; }
        .acompanhamento-de-correcoes .c-barra-h.-h-15 > .barra-ctn > .barra > .number span {
          height: 100%;
          display: flex;
          align-items: center;
          min-width: 40px !important;
          justify-content: start;
          padding-left: 8px; }

.acompanhamento-de-correcoes .c-bh2 {
  width: 100%; }
  .acompanhamento-de-correcoes .c-bh2 > .barras {
    display: flex;
    gap: 2px;
    height: 40px; }
    .acompanhamento-de-correcoes .c-bh2 > .barras > .barra {
      border-radius: 8px; }
  .acompanhamento-de-correcoes .c-bh2 > .titulo {
    font-size: 13px;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    text-wrap: balance;
    display: block; }
  .acompanhamento-de-correcoes .c-bh2 > .legenda {
    padding: 16px 0 0 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px; }
    .acompanhamento-de-correcoes .c-bh2 > .legenda > .item {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      align-items: center; }
      .acompanhamento-de-correcoes .c-bh2 > .legenda > .item > .label {
        display: grid;
        grid-template-columns: 10px 1fr;
        grid-template-areas: "marcador texto" "marcador valor";
        column-gap: 8px;
        align-items: center;
        line-height: 16px; }
        .acompanhamento-de-correcoes .c-bh2 > .legenda > .item > .label .marcador {
          grid-area: marcador;
          width: 10px;
          height: 10px;
          border-radius: 4px; }
        .acompanhamento-de-correcoes .c-bh2 > .legenda > .item > .label .texto {
          grid-area: texto;
          font-style: normal;
          font-weight: 500;
          font-size: 14px; }
        .acompanhamento-de-correcoes .c-bh2 > .legenda > .item > .label .valor {
          grid-area: valor;
          font-style: normal;
          font-weight: 700;
          font-size: 13px;
          color: #6f6f6f; }
      .acompanhamento-de-correcoes .c-bh2 > .legenda > .item > .value {
        font-style: normal;
        font-weight: 700;
        color: #8d8d8d;
        font-size: 14px; }

.acompanhamento-de-correcoes .pd01 {
  --pd-color: var(--pd01);
  background-color: var(--pd01) !important; }

.acompanhamento-de-correcoes .pd02 {
  --pd-color: var(--pd02);
  background-color: var(--pd02) !important; }

.acompanhamento-de-correcoes .pd03 {
  --pd-color: var(--pd03);
  background-color: var(--pd03) !important; }

.acompanhamento-de-correcoes .pd04 {
  --pd-color: var(--pd04);
  background-color: var(--pd04) !important; }

.acompanhamento-de-correcoes hr {
  border-color: #a8a8a8;
  margin: 4px 0 !important; }

.acompanhamento-de-correcoes .caed-mini-tabs .nav-tabs {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  gap: 24px;
  margin-bottom: 32px; }
  .acompanhamento-de-correcoes .caed-mini-tabs .nav-tabs .nav-item {
    margin: 0; }
  .acompanhamento-de-correcoes .caed-mini-tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: transparent;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    position: relative;
    text-transform: none; }
    .acompanhamento-de-correcoes .caed-mini-tabs .nav-tabs .nav-link.active::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #000; }

.acompanhamento-de-correcoes .caed-mini-tabs .tab-content .tab-pane.active {
  display: block; }

.acompanhamento-de-correcoes .caed-mini-tabs .nav-tabs .nav-link.active,
.acompanhamento-de-correcoes .caed-mini-tabs .nav-tabs .nav-link:hover {
  color: #000; }
