.bi-row,
.bi-r {
  flex-direction: row;
  display: flex;
  min-width: 0;
  flex: 1; }

.bi-r-h {
  flex-direction: row;
  display: flex;
  min-width: 0;
  flex: 1;
  overflow: hidden; }

.bi-row-inline,
.bi-r-i {
  flex-direction: row;
  display: inline-flex; }

.bi-column,
.bi-c {
  flex-direction: column;
  display: flex;
  min-width: 0; }

.bi-sidebar-override .bi-c {
  min-width: unset !important; }

.bi-c-h {
  flex-direction: column;
  display: flex;
  min-width: 0;
  overflow: hidden; }

.bi-grow {
  flex-grow: 1; }

.bi-dont-grow {
  flex-grow: 0; }

.bi-dont-shrink {
  flex-shrink: 0; }

.bi-wrap {
  flex-wrap: wrap; }
