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

/* .table-striped-2 tbody:nth-child(odd) {
    background: #EFEFEF;
} */

body {
    overflow-y: scroll;
    scrollbar-width: none;
}

/* daterangepicker fix */
/* .datepicker{
    z-index: 1100 !important;
}
.monthselect, .yearselect {
    z-index: 1100 !important;
} */
/* .date-picker-wrapper {
    z-index: 1100 !important;
} */

[v-cloak] {
    display: none !important;
}