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

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

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

.C_svg {
  width: 2.5rem;
  color: var(--color_1);
  cursor: pointer;
}
.C_svg:hover {
  fill: var(--color_1);
}