body{
    padding:5px;
}

label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.input-error {
    border-color: #dc3545 !important; /* Bootstrap danger color */
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.table thead th {
    background-color: #F0F0F0 !important;
}

.btn-visualizar-demonstrativo {
    display:flex;
    align-items: center;
    gap:5px;
    width:100px;
}

.demonstrativo-item {
    border-bottom: 1px solid #AAA;
}