.listaDeSolicitacoes {
    /* background: green; */
    padding: 10px 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.cardSolicitacao {
    font-size: 20pt;
    width: 100%;
    /* height: 100px; */
    color: white;
    padding: 10px;
    /* background: rgb(3, 39, 158); */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    align-content: center;
    justify-content: space-between;
    cursor: pointer;

}

.cardSolicitacao>span:nth-child(1),
.cardSolicitacao>span:nth-child(3) {
    font-size: 12pt;
}

.cardSolicitacao>span:nth-child(3)::after {
    content: "...";
}

.listaDeTodosOsServicoss {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 20px;
}
.afastamento{
    margin-right: 20px;
}