.color-darkred {
    color: darkred
}

.even {
    background-color: var(--vz-light);
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.table-responsive.table-card {
    min-height: 12rem;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.font-weight-bold {
    font-weight: bold;
}
