/* Estilos base de la aplicacion web */
:root {
    --app-header-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.page-wrapper > .navbar {
    box-shadow: var(--app-header-shadow);
}

.empty-icon .ti {
    line-height: 1;
}

.card .table th {
    white-space: nowrap;
}
