@import url(https://fonts.googleapis.com/css?family=Nunito);
.v-btn {
  text-transform: capitalize !important;
}

.custom-outlined-card {
  border-color: #9e9e9e !important;
  /* Change this color to your desired color */
}

/* Apply scrolling only when the card has .sticky-card class */
.sticky-card {
  position: relative;
}

/* Make toolbar sticky only inside .sticky-card */
.sticky-card .sticky-toolbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: inherit;
}

/*# sourceMappingURL=app.css.map*/