/*# sourceMappingURL=http://localhost/thuisreiniging2025/flexgrid/flexgrid/src/Assets/Css/Grid/row.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.row {
  display: flex;
}
.row.right {
  justify-content: flex-end;
}
.row.left {
  justify-content: flex-start;
}
.row.center {
  justify-content: center;
  align-items: center;
}
.row.space-between {
  justify-content: space-between;
}
.row.vcenter {
  align-items: center;
}
.row .hcenter {
  justify-content: center;
}
.row.g15 {
  gap: 15px;
}
