riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
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; */
}