body, html {
scrollbar-color: #1EC990 #333 !important;
scrollbar-width: auto !important; 
}

.v-alert.theme--light {
color: white !important;
}
.v-alert .theme--light.v-icon {
color: white !important;
}
.v-alert.theme--dark {
color: black !important;
}
.v-alert .theme--dark.v-icon {
color: black !important;
}