.page-vibrant-life .button, .page-vibrant-life .button-rag {
  border: 1px solid black !important;
  border-radius: 5px;
  background-color: #fdca00;
  font-family: "Arial";
  font-size: 18px;
  max-width: 250px;
  margin: 5px;
  overflow: hidden;
}
.page-vibrant-life .button:hover, .page-vibrant-life .button-rag:hover {
  background-color: white;
  color: black;
}
.page-vibrant-life .button-rag {
  font-size: 15px;
  font-weight: bold;
  background-color: #041a2f;
  color: #fdca00;
}
.page-vibrant-life .button-filter {
  border: 1px solid black !important;
  border-radius: 5px;
  background-color: white;
  font-family: "Arial";
  font-size: 15px;
  margin: 3px;
}
.page-vibrant-life .button-filter:hover {
  background-color: black;
  color: white;
}
.page-vibrant-life h6 {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
.page-vibrant-life h4 {
  margin-top: 10px;
  font-size: 16px;
}
.page-vibrant-life .card-filter {
  background-color: white;
  border-radius: 20px;
  padding: 5px;
  border: 8px solid white;
  flex-direction: column;
}
.page-vibrant-life .dash-table-tooltip {
  width: -moz-fit-content;
  width: fit-content;
}
.page-vibrant-life .dash-spreadsheet .dash-filter--case {
  padding-right: 5px !important;
}
.page-vibrant-life .dash-spreadsheet .dash-filter input {
  text-align: left !important;
}
.page-vibrant-life .export-button {
  text-align: right;
  font-size: 50px;
}
.page-vibrant-life .dropdown-toggle {
  border: 1px solid lightgrey !important;
  border-radius: 1px;
  background-color: white;
  color: black;
  width: 1000px !important;
  max-width: 90% !important;
  margin-left: 5%;
  margin-right: 5%;
  overflow: hidden;
}
.page-vibrant-life .align-center {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.page-vibrant-life .align-left {
  text-align: left;
  width: 95%;
  margin-left: 5%;
  overflow: hidden;
}
.page-vibrant-life .form-check :disabled {
  border-color: white !important;
  opacity: 0 !important;
}
.page-vibrant-life .form-check-input:disabled ~ .form-check-label {
  opacity: 0.6 !important;
  font-style: italic;
  padding-top: 5px;
}
.page-vibrant-life .rag-row {
  display: flex;
  flex-direction: row;
  height: 600px;
  margin-right: 5px;
  margin-left: 5px;
}
.page-vibrant-life .rag-column {
  flex: 1;
  max-height: 100%;
  overflow-y: auto;
}/*# sourceMappingURL=page_vibrant_life.css.map */