.fx-alert {
  min-width: 150px;
}
.fx-alert .q-card__section {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 2rem 3rem;
}
.fx-alert .q-card__actions {
  margin: 0 0 2rem;
  padding: 0.8rem 2rem 0;
  border-top: 1px solid #eaeaea;
  justify-content: center;
}
.fx-body--prevent-scroll {
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
}
