.titulo-box-page-concursos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0px;
    color: #113260;
}

.titulo-page-concursos {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 16px;
}

.descricao-page-concursos {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.filtro-box-page-concursos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
}

.filtro-icone-page-concursos {
    width: 22px;
    height: auto;
    margin-right: 6px;
}

.filtro-text-page-concursos {
    margin-right: 8px;
    font-weight: 500;
}

.select-ano-filtro-page-concursos {
    max-width: 250px;
    font-size: 14px;
}

.grid-cards-concursos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 18px 0px;
    
    @media (min-width: 520px) {
        width: calc(100% - 48px);
        margin: 0px 24px;
    }
    @media (max-width: 520px) {
        width: 100%;
    }
}

.card-concursos {
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 420px;
}

.card-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 16px;
}

.card-bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px;
    background-color: rgb(242,242,242);
    border-radius: 0px 0px 8px 8px;
}

.card-label-concurso {
    font-weight: 600;
    font-size: 15px;
    color: #1e40af;
}

.title-card {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

.status-card {
    border-radius: 8px;
    padding: 3px 6px;
    background-color: rgb(234,234,234);
    font-size: 14px;
}

.card-descricao {
    margin-bottom: 12px;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.btn-acao-card-concursos {
    width: 60%;
    padding: 6px 0px;
    border-radius: 8px;
    border: none;
    background-color: #113260;
    color: #FFFFFF;
}

.status-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.25rem 0.75rem; 
    font-size: 0.8rem; 
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 9999px; 
}

.status-badge--green {
    color: #166534; 
    background-color: #dcfce7; 
}


.status-badge--blue {
    color: #1e40af; 
    background-color: #dbeafe; 
}


.status-badge--yellow {
    color: #854d0e; 
    background-color: #fef9c3; 
}


.status-badge--orange {
    color: #9a3412; 
    background-color: #ffedd5; 
}


.status-badge--red {
    color: #991b1b; 
    background-color: #fee2e2; 
}


.status-badge--slate {
    color: #334155; 
    background-color: #f1f5f9; 
}

.nav-modal-concurso {
    border-bottom: 1px solid rgba(214, 214, 214, 0.6);
    margin-bottom: 28px;
}

.nav-link-modal-concursos {
    font-size: 16px;
    cursor: pointer;
    font-weight: 500 !important;
    color: #000000 !important;
}

.linha-do-tempo-box {
    padding-bottom: 12px;
    border-left: 3px solid rgb(214,214,214);
}

.informacoes-concurso-secao-modal {
    width: 100%;
    display: flex;
    margin-bottom: 12px;
}

.linha-do-tempo-item {
    display: flex;

    &:not(:last-child) {
        margin-bottom: 12px;
    }
}

.linha-do-tempo-marker {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: rgb(134,134,134);
    margin-top: 3px;
    margin-left: -8px;
    margin-right: 24px;
}

.linha-do-tempo-item-textos {
    display: flex;
    flex-direction: column;
}

.linha-do-tempo-item-titulo {
    font-weight: 500;
    font-size: 18px;
}

.linha-do-tempo-item-descricao {
    font-weight: 400;
    font-size: 14px;
    color: rgb(164,164,164);
}

.links-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.links-item {
    background-color: rgb(244,244,244);
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.links-item-header-icon {
    width: 20px;
    height: auto;
    margin-right: 4px;
}

.links-item-header-text {
    font-weight: 500;
    font-size: 15px;
}

.links-btn-div {
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    background-color: #DBEAFE;
    
    &:hover {
        background-color: #d3e2f5ff;
        cursor: pointer;
    }
}

.links-btn-text {
    color: #1D4ED8;
    font-size: 14px;
    font-weight: 500;
    margin-right: 6px;
}

.links-item-btn-icon {
    width: 20px;
    height: auto;
}

.documentos-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.documentos-item {
    background-color: rgb(244,244,244);
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.documentos-item-header {
    display: flex;
    align-items: center;
}

.documentos-item-header-icon {
    width: 20px;
    height: auto;
    margin-right: 8px;
}

.documentos-item-header-textos {
    display: flex;
    flex-direction: column;
}

.documentos-item-header-titulo {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}

.documentos-item-header-descricao {
    font-size: 12px;
    color: rgb(124,124,124);
}

.skeleton {
    border-radius: 8px;
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-title-card {
    width: 200px;
    height: 30px;
}

.skeleton-status-badge {
    width: 100px;
    height: 20px;
}

.skeleton-card-descricao-cima {
    width: 90%;
    height: 20px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.skeleton-card-descricao-baixo {
    width: 60%;
    height: 20px;
    margin-bottom: 12px;
}

.skeleton-btn-acao-card-concursos {
    width: 100%;
    height: 35px;
}