.txt-center {
    text-align: center;
}
.txt_title {
    font-size: 0.9rem;
    color: #3a3e3e;
}

.txt_info {
    font-size: 0.9rem;
    font-style: italic;
}

.txt_data {
    font-size: 1rem;
    font-weight: 600;
}

.row_info{
    margin-bottom: 1rem;
}

.input_data{
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    text-align: inherit;
}

*{
    font-family: sans-serif;
}

li{
    margin-bottom: 8px;
}

.table-responsive {
    font-size: 0.8rem;
}

.form-label{
    margin: 0;
}

.form-control{
    width: 100%;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    line-height: 28px;
    padding: 0rem .75rem;
    height: unset;
}

.dataTables_filter{
    float: inline-end;
}

.table td, .table th{
    padding: 0.25rem;
}