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

.theme--light nav {
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/headerimage.png) !important;
}
