/* css override */

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* 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;
}

.responsive-copy h1 {
    font-size: clamp(1.5rem, 1.1rem + 2vw, 2.75rem);
    line-height: 1.25;
    word-break: break-word;
}

.responsive-copy h2 {
    font-size: clamp(1.25rem, 1rem + 1.5vw, 2rem);
    line-height: 1.3;
    word-break: break-word;
}