.flex_row, .C_toggle {
  display: flex;
  flex-flow: row nowrap;
}

.flex_col {
  display: flex;
  flex-flow: column nowrap;
}

.fill {
  width: 100%;
  height: 100%;
}

.C_toggle {
  gap: 1rem;
  align-items: center;
  font-weight: bold;
}