html {
  min-height: 100vh;
  height: 100%;
}
body,
#page {
  height: inherit;
}

#page {
  display: flex;
  flex-direction: column;
}
#page main {
  flex-grow: 1;
}
.buttons-group {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.buttons-group button {
  appearance: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.buttons-group button span:last-child {
  font-weight: bold;
}

/* BAJA ACTIVIDAD */
.page-baja-actividad form {
  max-width: 700px;
  margin: 0 auto;
}
.page-baja-actividad form h3 {
  text-align: center;
}
.page-baja-actividad .message-callback {
  margin-bottom: 3rem;
}
.page-baja-actividad .message-callback .alert {
  display: none;
}

/* LOADERS */
.loader {
  display: none;
}
