riku
2025-04-22 45be153eaef9e1c1a3fe21515e9cbd785fba8e1f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.home-supervision-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--td-font-size-m);
  margin-bottom: var(--td-spacer);
  font-weight: 550;
  color: var(--td-text-color-anti);
}
 
.picker-location {
  color: var(--td-font-white-1) !important;
  justify-content: flex-end !important;
  width: initial !important;
  max-width: 50vw;
  /* background-color: lawngreen; */
}