input::placeholder
{
    text-align: right !important;
}
input::-ms-input-placeholder
{
    text-align: right;
}
input::-webkit-input-placeholder
{
    text-align: right;
}

table.dataTable tbody tr {
    background-color: transparent;
}

table.table-striped  tbody  tr.odd {
    --vz-table-accent-bg: var(--vz-progress-bg) !important;
}