.min-w-100 th {
    white-space: nowrap;
}

.min-w-100 {
    min-width: 100%;
}

.white-space-no-wrap{
    white-space: nowrap;
}

.observation {
    box-shadow: 0 0 3px #0000003b;
    padding: 1rem;
    border-radius: 9px;
    margin-bottom: 1rem;
}

#licenciasChart{
    margin: auto;
}