.fx {
  display: flex;
  &.aic {
    align-items: center;
  }
  &.jcsb {
    justify-content: space-between;
  }
  &.jcfe {
    justify-content: flex-end;
  }
  &.g10 {
    gap: 10px;
  }
  &.g5 {
    gap: 5px;
  }
  &.wrap {
    flex-wrap: wrap;
  }

  .noshrink {
    flex-shrink: 0;
  }
}
