/* css override */

/* hide alert, it will be displayed by jquery as toast */
.alert {
    display: none;
}

/* adminlte last p fix */
p:is(:last-child) {
    margin-bottom:0;
}

.table-striped-2 tbody:nth-child(even) {
    background: #ECECEC;
}


[v-cloak] {
    display: none !important;
}