@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);
.button__option {
  border: 1px solid #bdbdbd !important;
}
.button__option .v-btn__content {
  font-weight: 500 !important;
}
.button__option.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: #fbc02d !important;
}
.button__option.theme--light.v-btn.v-btn--disabled.btn--active {
  color: white !important;
}
