/* 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;
}

.card-rounded {
    border-radius: 1.25rem;
}

.pre-json {
    max-height: 150px;
    overflow: auto;
    font-size: 0.75em;
    background: #f4f4f4;
    padding: 4px;
    border-radius: 4px;
    white-space: pre-wrap;
    word-break: break-all;
}
