@bahmni/registration-app 0.0.1-dev.324 → 0.0.1-dev.325
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{DocumentsTable-DJp5cpq1-DDHFirJQ.js → DocumentsTable-DEMSFjaR-D0DqusJH.js} +28 -28
- package/dist/{FormsTable-eYSyFNI4-Bpsobs3i.js → FormsTable-DMc11j4e-UZzoOGTT.js} +60 -60
- package/dist/{LNWAZHJI-B_9VquQm.js → LNWAZHJI-AFS_RniZ.js} +6 -6
- package/dist/{MWZ6AO7Z-CeXDEVB3.js → MWZ6AO7Z-CJBxEi66.js} +6 -6
- package/dist/{Observations-DqC-iu2a-CuALhNYE.js → Observations-Cy5krW_v-12SvFJOI.js} +35 -35
- package/dist/{YPM2AS64-iImmhxA0.js → YPM2AS64-osFCq2BU.js} +1 -1
- package/dist/{index-CTSIYmp7.js → index-IbISXiyJ.js} +47 -47
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as r, jsxs as
|
|
2
|
-
import { n as G, u as W, o as Y,
|
|
1
|
+
import { jsx as r, jsxs as p, Fragment as Q } from "react/jsx-runtime";
|
|
2
|
+
import { n as G, u as W, o as Y, c as J, a as X, g as Z, O as ee, p as te } from "./index-IbISXiyJ.js";
|
|
3
3
|
import { useQuery as ae } from "@tanstack/react-query";
|
|
4
|
-
import { useState as l, useCallback as
|
|
4
|
+
import { useState as l, useCallback as h, useEffect as N, useMemo as _ } from "react";
|
|
5
5
|
const ne = "DocumentsTable-module_documentsTableBody__6iR3w", oe = "DocumentsTable-module_viewAttachmentsLink__aQ1on", re = "DocumentsTable-module_documentViewerContainer__F5m8D", de = "DocumentsTable-module_attachmentItem__17KA7", se = "DocumentsTable-module_attachmentCounter__WFiI3", me = "DocumentsTable-module_attachmentError__RI4U2", ce = "DocumentsTable-module_documentIframe__ptq5I", le = "DocumentsTable-module_documentImage__KQVgS", d = {
|
|
6
6
|
documentsTableBody: ne,
|
|
7
7
|
viewAttachmentsLink: oe,
|
|
@@ -33,16 +33,16 @@ const Te = [
|
|
|
33
33
|
"attachments",
|
|
34
34
|
"uploadedOn",
|
|
35
35
|
"uploadedBy"
|
|
36
|
-
],
|
|
37
|
-
const [s,
|
|
36
|
+
], pe = /\.(jpg|jpeg|png|gif|webp|bmp|svg)$/i, B = (a) => a.attachments.length > 0 ? a.attachments : a.documentUrl ? [{ url: a.documentUrl, contentType: a.contentType }] : [], Oe = ({ config: a, encounterUuids: g }) => {
|
|
37
|
+
const [s, w] = l(!1), [o, U] = l(
|
|
38
38
|
null
|
|
39
39
|
), [$, D] = l(
|
|
40
40
|
/* @__PURE__ */ new Set()
|
|
41
|
-
), E = G(), { t: n } = W(), { addNotification:
|
|
42
|
-
|
|
43
|
-
}, []), H =
|
|
44
|
-
|
|
45
|
-
}, []), v =
|
|
41
|
+
), E = G(), { t: n } = W(), { addNotification: L } = Y(), k = Number(a?.pageSize) || 5, [I, C] = l(1), [u, V] = l(k), [F, A] = l(void 0), M = h((e) => {
|
|
42
|
+
U(e), w(!0);
|
|
43
|
+
}, []), H = h(() => {
|
|
44
|
+
w(!1), U(null), D(/* @__PURE__ */ new Set());
|
|
45
|
+
}, []), v = h((e) => {
|
|
46
46
|
D((t) => new Set(t).add(e));
|
|
47
47
|
}, []), { data: i, isLoading: q, isError: b, error: y } = ae({
|
|
48
48
|
queryKey: [
|
|
@@ -65,12 +65,12 @@ const Te = [
|
|
|
65
65
|
}, [i]), N(() => {
|
|
66
66
|
C(1), A(void 0);
|
|
67
67
|
}, [E]), N(() => {
|
|
68
|
-
b &&
|
|
68
|
+
b && L({
|
|
69
69
|
title: n("ERROR_DEFAULT_TITLE"),
|
|
70
70
|
message: y?.message ?? "",
|
|
71
71
|
type: "error"
|
|
72
72
|
});
|
|
73
|
-
}, [b, y,
|
|
73
|
+
}, [b, y, L, n]), N(() => {
|
|
74
74
|
const e = new AbortController();
|
|
75
75
|
return (async () => {
|
|
76
76
|
if (!s || !o) return;
|
|
@@ -89,24 +89,24 @@ const Te = [
|
|
|
89
89
|
e.signal.aborted || D(t);
|
|
90
90
|
})(), () => e.abort();
|
|
91
91
|
}, [s, o]);
|
|
92
|
-
const j =
|
|
92
|
+
const j = h(
|
|
93
93
|
(e, t) => {
|
|
94
94
|
t !== u ? (V(t), C(1), A(void 0)) : C(e);
|
|
95
95
|
},
|
|
96
96
|
[u]
|
|
97
|
-
), O =
|
|
97
|
+
), O = _(
|
|
98
98
|
() => a?.fields ?? Te,
|
|
99
99
|
[a?.fields]
|
|
100
|
-
), P =
|
|
100
|
+
), P = _(() => [...i?.documents ?? []].sort((e, t) => !e.uploadedOn && !t.uploadedOn ? 0 : e.uploadedOn ? t.uploadedOn ? new Date(t.uploadedOn).getTime() - new Date(e.uploadedOn).getTime() : -1 : 1), [i]), x = _(() => ie(O, n), [O, n]), z = _(
|
|
101
101
|
() => O.map((e) => ({
|
|
102
102
|
key: e,
|
|
103
103
|
sortable: e !== "attachments"
|
|
104
104
|
})),
|
|
105
105
|
[O]
|
|
106
|
-
), T =
|
|
106
|
+
), T = _(
|
|
107
107
|
() => o ? B(o) : [],
|
|
108
108
|
[o]
|
|
109
|
-
),
|
|
109
|
+
), K = h(
|
|
110
110
|
(e, t) => {
|
|
111
111
|
switch (t) {
|
|
112
112
|
case "documentIdentifier":
|
|
@@ -125,7 +125,7 @@ const Te = [
|
|
|
125
125
|
return e.attachments.length > 0 || e.documentUrl ? /* @__PURE__ */ r(
|
|
126
126
|
X,
|
|
127
127
|
{
|
|
128
|
-
onClick: () =>
|
|
128
|
+
onClick: () => M(e),
|
|
129
129
|
className: d.viewAttachmentsLink,
|
|
130
130
|
"data-testid": `view-attachments-${e.id}`,
|
|
131
131
|
children: n("DOCUMENTS_VIEW_ATTACHMENTS")
|
|
@@ -135,20 +135,20 @@ const Te = [
|
|
|
135
135
|
return null;
|
|
136
136
|
}
|
|
137
137
|
},
|
|
138
|
-
[
|
|
138
|
+
[M, n]
|
|
139
139
|
);
|
|
140
|
-
return /* @__PURE__ */
|
|
140
|
+
return /* @__PURE__ */ p(Q, { children: [
|
|
141
141
|
/* @__PURE__ */ r("div", { "data-testid": "documents-table", children: /* @__PURE__ */ r(
|
|
142
142
|
ee,
|
|
143
143
|
{
|
|
144
|
-
headers:
|
|
144
|
+
headers: x,
|
|
145
145
|
ariaLabel: n("DOCUMENTS_TABLE_HEADING"),
|
|
146
146
|
rows: P,
|
|
147
147
|
loading: q,
|
|
148
148
|
errorStateMessage: b ? y?.message : null,
|
|
149
|
-
sortable:
|
|
149
|
+
sortable: z,
|
|
150
150
|
emptyStateMessage: n("DOCUMENTS_NO_RECORDS"),
|
|
151
|
-
renderCell:
|
|
151
|
+
renderCell: K,
|
|
152
152
|
className: d.documentsTableBody,
|
|
153
153
|
dataTestId: "documents-table",
|
|
154
154
|
pageSize: u,
|
|
@@ -169,14 +169,14 @@ const Te = [
|
|
|
169
169
|
size: "lg",
|
|
170
170
|
testId: "document-view-modal",
|
|
171
171
|
children: /* @__PURE__ */ r("div", { className: d.documentViewerContainer, children: T.map((e, t) => {
|
|
172
|
-
const m = R(e.url), c = e.contentType?.toLowerCase().includes("pdf"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) ||
|
|
173
|
-
return m === "#" || f ? /* @__PURE__ */
|
|
172
|
+
const m = R(e.url), c = e.contentType?.toLowerCase().includes("pdf"), S = (e.contentType?.toLowerCase().includes("image") ?? !1) || pe.test(e.url ?? ""), f = $.has(t);
|
|
173
|
+
return m === "#" || f ? /* @__PURE__ */ p(
|
|
174
174
|
"div",
|
|
175
175
|
{
|
|
176
176
|
className: d.attachmentError,
|
|
177
177
|
"data-testid": `attachment-error-${t}`,
|
|
178
178
|
children: [
|
|
179
|
-
T.length > 1 && /* @__PURE__ */
|
|
179
|
+
T.length > 1 && /* @__PURE__ */ p("p", { className: d.attachmentCounter, children: [
|
|
180
180
|
t + 1,
|
|
181
181
|
"/",
|
|
182
182
|
T.length
|
|
@@ -185,13 +185,13 @@ const Te = [
|
|
|
185
185
|
]
|
|
186
186
|
},
|
|
187
187
|
`${o.id}-${e.url}`
|
|
188
|
-
) : /* @__PURE__ */
|
|
188
|
+
) : /* @__PURE__ */ p(
|
|
189
189
|
"div",
|
|
190
190
|
{
|
|
191
191
|
className: d.attachmentItem,
|
|
192
192
|
"data-testid": `attachment-item-${t}`,
|
|
193
193
|
children: [
|
|
194
|
-
T.length > 1 && /* @__PURE__ */
|
|
194
|
+
T.length > 1 && /* @__PURE__ */ p("p", { className: d.attachmentCounter, children: [
|
|
195
195
|
t + 1,
|
|
196
196
|
"/",
|
|
197
197
|
T.length
|
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
import { jsx as i, jsxs as re, Fragment as ae } from "react/jsx-runtime";
|
|
2
|
-
import { u as te, n as oe, x as se,
|
|
3
|
-
import { useQueryClient as
|
|
2
|
+
import { u as te, n as oe, x as se, l as ne, i as de, s as ie, b as le, d as ue, D as x, g as me, a as ce, O as q, w as fe, v as ye, p as be, e as pe, r as ge } from "./index-IbISXiyJ.js";
|
|
3
|
+
import { useQueryClient as he, useQuery as b } from "@tanstack/react-query";
|
|
4
4
|
import { useState as w, useMemo as d, useCallback as p } from "react";
|
|
5
|
-
const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_customAccordianItem__isszs",
|
|
5
|
+
const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_customAccordianItem__isszs", v = {
|
|
6
6
|
formsTableBody: Ne,
|
|
7
7
|
customAccordianItem: Oe
|
|
8
8
|
}, Ae = (m) => m ? m.extension?.find(
|
|
9
|
-
(l) => l.url ===
|
|
10
|
-
)?.valueString : void 0,
|
|
9
|
+
(l) => l.url === ge
|
|
10
|
+
)?.valueString : void 0, Ee = ({
|
|
11
11
|
episodeOfCareUuids: m,
|
|
12
12
|
encounterUuids: l,
|
|
13
13
|
config: k
|
|
14
14
|
}) => {
|
|
15
|
-
const { t: n } = te(), c = oe(), [f,
|
|
16
|
-
numberOfVisits:
|
|
17
|
-
hideThumbnail:
|
|
15
|
+
const { t: n } = te(), c = oe(), [f, I] = w(!1), [o, T] = w(null), {
|
|
16
|
+
numberOfVisits: j,
|
|
17
|
+
hideThumbnail: H = !1,
|
|
18
18
|
forms: y
|
|
19
|
-
} = k ?? {},
|
|
19
|
+
} = k ?? {}, D = se(
|
|
20
20
|
m,
|
|
21
21
|
l
|
|
22
|
-
),
|
|
23
|
-
data:
|
|
24
|
-
isLoading:
|
|
25
|
-
isError:
|
|
26
|
-
error:
|
|
27
|
-
refetch:
|
|
28
|
-
} =
|
|
22
|
+
), K = he(), {
|
|
23
|
+
data: E = [],
|
|
24
|
+
isLoading: F,
|
|
25
|
+
isError: L,
|
|
26
|
+
error: V,
|
|
27
|
+
refetch: $
|
|
28
|
+
} = b({
|
|
29
29
|
queryKey: ["forms", c, m],
|
|
30
|
-
queryFn: () => ne(c, void 0,
|
|
31
|
-
enabled: !!c && !
|
|
32
|
-
}),
|
|
33
|
-
let e =
|
|
30
|
+
queryFn: () => ne(c, void 0, j),
|
|
31
|
+
enabled: !!c && !D
|
|
32
|
+
}), B = d(() => {
|
|
33
|
+
let e = E;
|
|
34
34
|
return l && l.length > 0 && (e = e.filter(
|
|
35
35
|
(r) => l.includes(r.encounterUuid)
|
|
36
36
|
)), Array.isArray(y) && y.length > 0 && (e = e.filter(
|
|
37
37
|
(r) => y.some((a) => a.toLowerCase() === r.formName.toLowerCase())
|
|
38
38
|
)), e;
|
|
39
|
-
}, [
|
|
39
|
+
}, [E, l, y]), { data: M = [] } = b({
|
|
40
40
|
queryKey: ["observationForms"],
|
|
41
41
|
queryFn: () => de()
|
|
42
42
|
}), S = p(
|
|
43
|
-
(e) =>
|
|
44
|
-
[
|
|
45
|
-
),
|
|
43
|
+
(e) => M.find((r) => r.name === e)?.uuid,
|
|
44
|
+
[M]
|
|
45
|
+
), g = d(() => {
|
|
46
46
|
if (o)
|
|
47
47
|
return S(o.formName);
|
|
48
48
|
}, [o, S]), {
|
|
49
49
|
data: u,
|
|
50
|
-
isLoading:
|
|
51
|
-
isError:
|
|
52
|
-
error:
|
|
53
|
-
} =
|
|
54
|
-
queryKey: ["formMetadata",
|
|
55
|
-
queryFn: () => ie(
|
|
56
|
-
enabled: !!
|
|
50
|
+
isLoading: z,
|
|
51
|
+
isError: G,
|
|
52
|
+
error: h
|
|
53
|
+
} = b({
|
|
54
|
+
queryKey: ["formMetadata", g],
|
|
55
|
+
queryFn: () => ie(g),
|
|
56
|
+
enabled: !!g && f
|
|
57
57
|
}), {
|
|
58
58
|
data: N,
|
|
59
|
-
isLoading:
|
|
60
|
-
isError:
|
|
59
|
+
isLoading: Q,
|
|
60
|
+
isError: Y,
|
|
61
61
|
error: O
|
|
62
|
-
} =
|
|
62
|
+
} = b({
|
|
63
63
|
queryKey: ["formsEncounterFHIR", o?.encounterUuid],
|
|
64
64
|
queryFn: () => le(o.encounterUuid),
|
|
65
65
|
enabled: !!o?.encounterUuid && f
|
|
66
66
|
});
|
|
67
67
|
ue(
|
|
68
68
|
(e) => {
|
|
69
|
-
e.patientUUID === c && e.updatedConcepts.size > 0 && (
|
|
69
|
+
e.patientUUID === c && e.updatedConcepts.size > 0 && ($(), K.invalidateQueries({ queryKey: ["formsEncounterFHIR"] }));
|
|
70
70
|
},
|
|
71
71
|
[c]
|
|
72
72
|
);
|
|
73
|
-
const
|
|
73
|
+
const J = d(() => !N?.entry || !o?.formName ? [] : N.entry.filter((e) => e.resource?.resourceType === "Observation").map((e) => e.resource).filter((e) => {
|
|
74
74
|
const r = Ae(e);
|
|
75
75
|
return !r || r.includes(o.formName);
|
|
76
|
-
}), [N, o?.formName]),
|
|
76
|
+
}), [N, o?.formName]), P = d(() => {
|
|
77
77
|
if (!u?.schema) return;
|
|
78
78
|
const e = [], r = (a) => {
|
|
79
79
|
(a ?? []).forEach((s) => {
|
|
@@ -99,11 +99,11 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
99
99
|
null
|
|
100
100
|
), Object.keys(e).length > 0 ? e : void 0;
|
|
101
101
|
}, [u]), X = d(() => {
|
|
102
|
-
if (
|
|
103
|
-
return
|
|
102
|
+
if (h)
|
|
103
|
+
return x(h).message;
|
|
104
104
|
if (O)
|
|
105
|
-
return
|
|
106
|
-
}, [
|
|
105
|
+
return x(O).message;
|
|
106
|
+
}, [h, O]), _ = d(
|
|
107
107
|
() => [
|
|
108
108
|
{ key: "recordedOn", header: n("RECORDED_ON") },
|
|
109
109
|
{ key: "recordedBy", header: n("RECORDED_BY") }
|
|
@@ -116,7 +116,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
116
116
|
],
|
|
117
117
|
[]
|
|
118
118
|
), C = d(() => {
|
|
119
|
-
const e =
|
|
119
|
+
const e = B.reduce(
|
|
120
120
|
(r, a) => {
|
|
121
121
|
const s = a.formName;
|
|
122
122
|
r[s] ??= [];
|
|
@@ -140,10 +140,10 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
140
140
|
)
|
|
141
141
|
})
|
|
142
142
|
).sort((r, a) => r.formName.localeCompare(a.formName));
|
|
143
|
-
}, [
|
|
144
|
-
|
|
143
|
+
}, [B, n]), R = p((e) => {
|
|
144
|
+
T(e), I(!0);
|
|
145
145
|
}, []), ee = p(() => {
|
|
146
|
-
|
|
146
|
+
I(!1), T(null);
|
|
147
147
|
}, []), U = p(
|
|
148
148
|
(e, r) => {
|
|
149
149
|
switch (r) {
|
|
@@ -158,17 +158,17 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
158
158
|
[R]
|
|
159
159
|
);
|
|
160
160
|
return /* @__PURE__ */ re(ae, { children: [
|
|
161
|
-
/* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children:
|
|
162
|
-
|
|
161
|
+
/* @__PURE__ */ i("div", { id: "forms-table", "data-testid": "forms-table", children: F || L || C.length === 0 || D ? /* @__PURE__ */ i(
|
|
162
|
+
q,
|
|
163
163
|
{
|
|
164
164
|
headers: _,
|
|
165
165
|
ariaLabel: n("FORMS_HEADING"),
|
|
166
166
|
rows: [],
|
|
167
|
-
loading:
|
|
168
|
-
errorStateMessage:
|
|
167
|
+
loading: F,
|
|
168
|
+
errorStateMessage: L ? V?.message : void 0,
|
|
169
169
|
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
170
170
|
renderCell: U,
|
|
171
|
-
className:
|
|
171
|
+
className: v.formsTableBody,
|
|
172
172
|
dataTestId: "forms-table"
|
|
173
173
|
}
|
|
174
174
|
) : /* @__PURE__ */ i(fe, { align: "start", children: C.map((e, r) => {
|
|
@@ -177,11 +177,11 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
177
177
|
ye,
|
|
178
178
|
{
|
|
179
179
|
title: a,
|
|
180
|
-
className:
|
|
180
|
+
className: v.customAccordianItem,
|
|
181
181
|
testId: `accordian-title-${a}`,
|
|
182
182
|
open: r === 0,
|
|
183
183
|
children: /* @__PURE__ */ i(
|
|
184
|
-
|
|
184
|
+
q,
|
|
185
185
|
{
|
|
186
186
|
headers: _,
|
|
187
187
|
ariaLabel: n("FORMS_HEADING"),
|
|
@@ -191,7 +191,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
191
191
|
sortable: Z,
|
|
192
192
|
emptyStateMessage: n("FORMS_UNAVAILABLE"),
|
|
193
193
|
renderCell: U,
|
|
194
|
-
className:
|
|
194
|
+
className: v.formsTableBody,
|
|
195
195
|
dataTestId: `forms-table-${a}`
|
|
196
196
|
}
|
|
197
197
|
)
|
|
@@ -200,7 +200,7 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
200
200
|
);
|
|
201
201
|
}) }) }),
|
|
202
202
|
f && o && /* @__PURE__ */ i(
|
|
203
|
-
|
|
203
|
+
be,
|
|
204
204
|
{
|
|
205
205
|
id: "modalIdForActionAreaLayout",
|
|
206
206
|
portalId: "main-display-area",
|
|
@@ -214,14 +214,14 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
214
214
|
children: /* @__PURE__ */ i(
|
|
215
215
|
pe,
|
|
216
216
|
{
|
|
217
|
-
observations:
|
|
218
|
-
isLoading:
|
|
219
|
-
isError:
|
|
217
|
+
observations: J,
|
|
218
|
+
isLoading: z || Q,
|
|
219
|
+
isError: G || Y,
|
|
220
220
|
errorMessage: X,
|
|
221
221
|
emptyStateMessage: n("NO_FORM_DATA_AVAILABLE"),
|
|
222
222
|
testIdPrefix: o.formName,
|
|
223
|
-
hideThumbnail:
|
|
224
|
-
controlOrder:
|
|
223
|
+
hideThumbnail: H,
|
|
224
|
+
controlOrder: P,
|
|
225
225
|
sectionMap: W
|
|
226
226
|
}
|
|
227
227
|
)
|
|
@@ -230,5 +230,5 @@ const Ne = "FormsTable-module_formsTableBody__SvGha", Oe = "FormsTable-module_cu
|
|
|
230
230
|
] });
|
|
231
231
|
};
|
|
232
232
|
export {
|
|
233
|
-
|
|
233
|
+
Ee as default
|
|
234
234
|
};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { c, T as l, P as m, a as
|
|
2
|
-
import {
|
|
1
|
+
import { c, T as l, P as m, a as u, D as v, Q as i } from "./YPM2AS64-osFCq2BU.js";
|
|
2
|
+
import { E as d, F as f, G as e } from "./index-IbISXiyJ.js";
|
|
3
3
|
var p = (a) => {
|
|
4
4
|
const [r, t] = c({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
6
|
-
}), n =
|
|
6
|
+
}), n = d(), s = f(() => {
|
|
7
7
|
const o = r.theme_preference || l;
|
|
8
8
|
return o !== "system" ? o : n();
|
|
9
9
|
});
|
|
10
|
-
return e(
|
|
10
|
+
return e(i.Provider, {
|
|
11
11
|
value: a,
|
|
12
12
|
get children() {
|
|
13
13
|
return e(m, {
|
|
14
14
|
localStore: r,
|
|
15
15
|
setLocalStore: t,
|
|
16
16
|
get children() {
|
|
17
|
-
return e(
|
|
17
|
+
return e(u.Provider, {
|
|
18
18
|
value: s,
|
|
19
19
|
get children() {
|
|
20
|
-
return e(
|
|
20
|
+
return e(v, {
|
|
21
21
|
localStore: r,
|
|
22
22
|
setLocalStore: t
|
|
23
23
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as s, T as c, P as
|
|
2
|
-
import {
|
|
3
|
-
var
|
|
1
|
+
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./YPM2AS64-osFCq2BU.js";
|
|
2
|
+
import { E as v, F as C, G as e } from "./index-IbISXiyJ.js";
|
|
3
|
+
var h = (t) => {
|
|
4
4
|
const [r, o] = s({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
6
6
|
}), a = v(), l = C(() => {
|
|
@@ -10,12 +10,12 @@ var f = (t) => {
|
|
|
10
10
|
return e(d.Provider, {
|
|
11
11
|
value: t,
|
|
12
12
|
get children() {
|
|
13
|
-
return e(
|
|
13
|
+
return e(u, {
|
|
14
14
|
disabled: !0,
|
|
15
15
|
localStore: r,
|
|
16
16
|
setLocalStore: o,
|
|
17
17
|
get children() {
|
|
18
|
-
return e(
|
|
18
|
+
return e(i.Provider, {
|
|
19
19
|
value: l,
|
|
20
20
|
get children() {
|
|
21
21
|
return e(m, {
|
|
@@ -36,7 +36,7 @@ var f = (t) => {
|
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
|
-
}, p =
|
|
39
|
+
}, p = h;
|
|
40
40
|
export {
|
|
41
41
|
p as default
|
|
42
42
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { n as
|
|
1
|
+
import { jsxs as S, jsx as u } from "react/jsx-runtime";
|
|
2
|
+
import { n as q, o as K, u as N, f as k, h as M, d as Q, m as w, j as z, k as j, q as G, O as H, t as P, I as C, y as Z, C as J, z as Y, A as W, Z as X, B as ee } from "./index-IbISXiyJ.js";
|
|
3
3
|
import { useQueries as te, useQuery as ae } from "@tanstack/react-query";
|
|
4
4
|
import { useRef as se, useEffect as $, useMemo as O } from "react";
|
|
5
|
-
const
|
|
6
|
-
const a =
|
|
5
|
+
const x = (t, n, d, l, b, r) => {
|
|
6
|
+
const a = Z(t, n, b), s = a.value, o = J(s);
|
|
7
7
|
let i = s;
|
|
8
8
|
o === "Image" && (i = /* @__PURE__ */ u(
|
|
9
|
-
|
|
9
|
+
W,
|
|
10
10
|
{
|
|
11
11
|
imageSrc: s,
|
|
12
12
|
alt: s,
|
|
@@ -14,7 +14,7 @@ const D = (t, n, d, l, b, r) => {
|
|
|
14
14
|
hideThumbnail: r
|
|
15
15
|
}
|
|
16
16
|
)), o === "Video" && (i = /* @__PURE__ */ u(
|
|
17
|
-
|
|
17
|
+
X,
|
|
18
18
|
{
|
|
19
19
|
id: `${s}-video`,
|
|
20
20
|
videoSrc: s,
|
|
@@ -25,7 +25,7 @@ const D = (t, n, d, l, b, r) => {
|
|
|
25
25
|
provider: a.provider
|
|
26
26
|
}), p = t.display, y = t.observationValue?.isAbnormal ? "abnormal-obs" : "obs", c = l ? `${l}-${y}-${p}-${d}-${n}` : `${y}-${p}-${d}-${n}`;
|
|
27
27
|
return /* @__PURE__ */ u(
|
|
28
|
-
|
|
28
|
+
Y,
|
|
29
29
|
{
|
|
30
30
|
header: a.header,
|
|
31
31
|
value: i,
|
|
@@ -37,13 +37,13 @@ const D = (t, n, d, l, b, r) => {
|
|
|
37
37
|
`obs-${t.id}`
|
|
38
38
|
);
|
|
39
39
|
}, re = (t, n, d, l, b, r, a) => /* @__PURE__ */ u(
|
|
40
|
-
|
|
40
|
+
C,
|
|
41
41
|
{
|
|
42
42
|
title: t.display,
|
|
43
43
|
id: `grouped-obs-${t.display}-${l}`,
|
|
44
44
|
open: d,
|
|
45
45
|
children: t.members?.map(
|
|
46
|
-
(s, o) =>
|
|
46
|
+
(s, o) => x(
|
|
47
47
|
s,
|
|
48
48
|
o,
|
|
49
49
|
b,
|
|
@@ -60,16 +60,16 @@ const D = (t, n, d, l, b, r) => {
|
|
|
60
60
|
hideThumbnail: d
|
|
61
61
|
}) => {
|
|
62
62
|
const { t: l } = N(), b = (r, a, s) => {
|
|
63
|
-
const o =
|
|
64
|
-
return /* @__PURE__ */
|
|
65
|
-
|
|
63
|
+
const o = P(r.encounterDetails, l);
|
|
64
|
+
return /* @__PURE__ */ S(
|
|
65
|
+
C,
|
|
66
66
|
{
|
|
67
67
|
title: o,
|
|
68
68
|
id: `encounter-${r.encounterId}`,
|
|
69
69
|
open: a,
|
|
70
70
|
children: [
|
|
71
71
|
r.observations.map(
|
|
72
|
-
(i, m) =>
|
|
72
|
+
(i, m) => x(
|
|
73
73
|
i,
|
|
74
74
|
m,
|
|
75
75
|
s,
|
|
@@ -105,7 +105,7 @@ const D = (t, n, d, l, b, r) => {
|
|
|
105
105
|
)
|
|
106
106
|
}
|
|
107
107
|
);
|
|
108
|
-
}, ie = "Observations-module_observations__RKSyo", ne = "Observations-module_title__TJL3z",
|
|
108
|
+
}, ie = "Observations-module_observations__RKSyo", ne = "Observations-module_title__TJL3z", I = {
|
|
109
109
|
observations: ie,
|
|
110
110
|
title: ne
|
|
111
111
|
}, de = (t) => ["conceptUuid", t], le = (t, n) => ["observations", t, ...n], pe = ({ config: t }) => {
|
|
@@ -113,10 +113,10 @@ const D = (t, n, d, l, b, r) => {
|
|
|
113
113
|
conceptNames: d = [],
|
|
114
114
|
conceptUuid: l = [],
|
|
115
115
|
hideThumbnail: b = !1
|
|
116
|
-
} = n, r = se(/* @__PURE__ */ new Set()), a =
|
|
116
|
+
} = n, r = se(/* @__PURE__ */ new Set()), a = q(), { addNotification: s } = K(), { t: o } = N(), i = te({
|
|
117
117
|
queries: d.map((e) => ({
|
|
118
118
|
queryKey: de(e),
|
|
119
|
-
queryFn: () =>
|
|
119
|
+
queryFn: () => k(e),
|
|
120
120
|
enabled: !!e
|
|
121
121
|
}))
|
|
122
122
|
});
|
|
@@ -134,15 +134,15 @@ const D = (t, n, d, l, b, r) => {
|
|
|
134
134
|
}, [i, d]);
|
|
135
135
|
const m = O(() => i.map((e) => e.data?.uuid).filter((e) => !!e), [i]), p = O(() => [.../* @__PURE__ */ new Set([...m, ...l])], [m, l]), y = O(() => d.length === 0 ? !0 : i.every((e) => !e.isLoading), [i, d.length]), {
|
|
136
136
|
data: c,
|
|
137
|
-
isLoading:
|
|
137
|
+
isLoading: A,
|
|
138
138
|
isError: R,
|
|
139
139
|
refetch: T
|
|
140
140
|
} = ae({
|
|
141
141
|
queryKey: le(a, p),
|
|
142
|
-
queryFn: () =>
|
|
142
|
+
queryFn: () => M(a, p),
|
|
143
143
|
enabled: !!a && p.length > 0 && y
|
|
144
144
|
});
|
|
145
|
-
|
|
145
|
+
Q(
|
|
146
146
|
(e) => {
|
|
147
147
|
e.patientUUID === a && e.updatedConcepts.size > 0 && [...e.updatedConcepts.keys()].some(
|
|
148
148
|
(h) => p.includes(h)
|
|
@@ -156,49 +156,49 @@ const D = (t, n, d, l, b, r) => {
|
|
|
156
156
|
type: "error"
|
|
157
157
|
});
|
|
158
158
|
}, [R]);
|
|
159
|
-
const
|
|
159
|
+
const f = O(() => {
|
|
160
160
|
if (!c) return [];
|
|
161
|
-
const e =
|
|
162
|
-
return
|
|
163
|
-
}, [c]),
|
|
161
|
+
const e = w(c), h = z(e);
|
|
162
|
+
return j(h);
|
|
163
|
+
}, [c]), D = [
|
|
164
164
|
{ key: "name", header: "name" },
|
|
165
165
|
{ key: "value", header: "value" },
|
|
166
166
|
{ key: "form", header: "form" }
|
|
167
|
-
],
|
|
168
|
-
return /* @__PURE__ */
|
|
167
|
+
], g = A || !y, _ = R && y, F = (!c || c.entry?.length === 0 || p.length === 0) && y, L = _ ? o("ERROR_FETCHING_OBSERVATIONS") : null, B = F ? o("NO_OBSERVATIONS_FOUND") : void 0, U = f.length > 0 && !g && !_, E = n.titleTranslationKey, v = E ? o(E) : "";
|
|
168
|
+
return /* @__PURE__ */ S(
|
|
169
169
|
"div",
|
|
170
170
|
{
|
|
171
171
|
id: "observations",
|
|
172
172
|
"data-testid": E ? `observations-${v}` : "observations",
|
|
173
173
|
"aria-label": "observations-aria-label",
|
|
174
|
-
className:
|
|
174
|
+
className: I.observations,
|
|
175
175
|
children: [
|
|
176
176
|
/* @__PURE__ */ u(
|
|
177
|
-
|
|
177
|
+
G,
|
|
178
178
|
{
|
|
179
179
|
id: "observations-title",
|
|
180
180
|
testId: E ? `observations-title-${v}` : "observations-title",
|
|
181
181
|
title: v,
|
|
182
|
-
className:
|
|
182
|
+
className: I.title,
|
|
183
183
|
children: /* @__PURE__ */ u("p", { children: v })
|
|
184
184
|
}
|
|
185
185
|
),
|
|
186
|
-
|
|
186
|
+
U ? /* @__PURE__ */ u(
|
|
187
187
|
oe,
|
|
188
188
|
{
|
|
189
|
-
groupedData:
|
|
189
|
+
groupedData: f,
|
|
190
190
|
title: v,
|
|
191
191
|
hideThumbnail: b
|
|
192
192
|
}
|
|
193
193
|
) : /* @__PURE__ */ u(
|
|
194
|
-
|
|
194
|
+
H,
|
|
195
195
|
{
|
|
196
|
-
headers:
|
|
196
|
+
headers: D,
|
|
197
197
|
rows: [],
|
|
198
198
|
ariaLabel: o("OBSERVATIONS"),
|
|
199
|
-
loading:
|
|
200
|
-
errorStateMessage:
|
|
201
|
-
emptyStateMessage:
|
|
199
|
+
loading: g,
|
|
200
|
+
errorStateMessage: L,
|
|
201
|
+
emptyStateMessage: B,
|
|
202
202
|
dataTestId: "observations-table"
|
|
203
203
|
}
|
|
204
204
|
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { H as we, J as z, K as xt, L as B, F as q, G as y, P as Ro, M as ye, S as R, N as _, Q as k, R as N, T as A, U as bs, V as ir, W as $e, X as U, Y as Hn, _ as Vn, $ as dt, a0 as D, a1 as xs, a2 as cn, a3 as Be, a4 as ws, a5 as qt, a6 as zt, a7 as $s, a8 as Cs, a9 as $n, aa as Ss, ab as Nr, ac as Bt, ad as zo, ae as ks, af as Es, ag as j, ah as Ur, ai as Ms, aj as Ds, ak as sr, al as As, am as Ts, an as zn, ao as Fs, ap as Is, aq as Z, ar as Ps, as as Ls } from "./index-IbISXiyJ.js";
|
|
2
2
|
var Os = (e) => e != null, qs = (e) => e.filter(Os);
|
|
3
3
|
function _s(e) {
|
|
4
4
|
return (...t) => {
|
|
@@ -95351,7 +95351,7 @@ function pt0(t, e, r) {
|
|
|
95351
95351
|
return n;
|
|
95352
95352
|
};
|
|
95353
95353
|
}
|
|
95354
|
-
it(() => Promise.resolve().then(() => $G2)), it(() => Promise.resolve().then(() => iY2)), it(() => Promise.resolve().then(() => ZY2)), it(() => Promise.resolve().then(() => WY2)), it(() => import("./DocumentsTable-
|
|
95354
|
+
it(() => Promise.resolve().then(() => $G2)), it(() => Promise.resolve().then(() => iY2)), it(() => Promise.resolve().then(() => ZY2)), it(() => Promise.resolve().then(() => WY2)), it(() => import("./DocumentsTable-DEMSFjaR-D0DqusJH.js")), it(() => Promise.resolve().then(() => te0)), it(() => import("./FormsTable-DMc11j4e-UZzoOGTT.js")), it(() => Promise.resolve().then(() => NQ2)), it(() => import("./Observations-Cy5krW_v-12SvFJOI.js")), it(
|
|
95355
95355
|
() => Promise.resolve().then(() => Ne0)
|
|
95356
95356
|
), it(
|
|
95357
95357
|
() => Promise.resolve().then(() => GX2)
|
|
@@ -180181,7 +180181,7 @@ var Owt = (t, e = !1) => {
|
|
|
180181
180181
|
const e = L22(() => {
|
|
180182
180182
|
const r = this, [n] = this.#n, [a] = this.#o, [c] = this.#a, [i] = this.#c, [l] = this.#p, [s] = this.#t;
|
|
180183
180183
|
let d;
|
|
180184
|
-
return this.#i ? d = this.#i : (d = C22(() => import("./LNWAZHJI-
|
|
180184
|
+
return this.#i ? d = this.#i : (d = C22(() => import("./LNWAZHJI-AFS_RniZ.js")), this.#i = d), G22(this.#h, this.#r), x22(d, N22({
|
|
180185
180185
|
get queryFlavor() {
|
|
180186
180186
|
return r.#d;
|
|
180187
180187
|
},
|
|
@@ -180279,7 +180279,7 @@ var Owt = (t, e = !1) => {
|
|
|
180279
180279
|
const e = L22(() => {
|
|
180280
180280
|
const r = this, [n] = this.#n, [a] = this.#o, [c] = this.#a, [i] = this.#c, [l] = this.#p, [s] = this.#t, [d] = this.#i;
|
|
180281
180281
|
let u;
|
|
180282
|
-
return this.#l ? u = this.#l : (u = C22(() => import("./MWZ6AO7Z-
|
|
180282
|
+
return this.#l ? u = this.#l : (u = C22(() => import("./MWZ6AO7Z-CJBxEi66.js")), this.#l = u), G22(this.#h, this.#r), x22(u, N22({
|
|
180283
180283
|
get queryFlavor() {
|
|
180284
180284
|
return r.#d;
|
|
180285
180285
|
},
|
|
@@ -191131,34 +191131,34 @@ const Zft = new K02(g5t), kwt = () => {
|
|
|
191131
191131
|
] }) }) : /* @__PURE__ */ ne(p22, {});
|
|
191132
191132
|
};
|
|
191133
191133
|
export {
|
|
191134
|
-
|
|
191135
|
-
|
|
191136
|
-
|
|
191137
|
-
|
|
191134
|
+
uwt as $,
|
|
191135
|
+
$R2 as A,
|
|
191136
|
+
kR2 as B,
|
|
191137
|
+
KVe as C,
|
|
191138
191138
|
Dt as D,
|
|
191139
|
-
|
|
191140
|
-
|
|
191141
|
-
|
|
191142
|
-
|
|
191143
|
-
|
|
191144
|
-
|
|
191145
|
-
|
|
191146
|
-
|
|
191147
|
-
|
|
191148
|
-
|
|
191139
|
+
Swt as E,
|
|
191140
|
+
_0 as F,
|
|
191141
|
+
x22 as G,
|
|
191142
|
+
fwt as H,
|
|
191143
|
+
Gft as I,
|
|
191144
|
+
l0 as J,
|
|
191145
|
+
G6t as K,
|
|
191146
|
+
E22 as L,
|
|
191147
|
+
Vwt as M,
|
|
191148
|
+
Hwt as N,
|
|
191149
191149
|
Q0 as O,
|
|
191150
|
-
|
|
191151
|
-
|
|
191152
|
-
|
|
191153
|
-
|
|
191154
|
-
|
|
191155
|
-
|
|
191156
|
-
|
|
191157
|
-
|
|
191158
|
-
|
|
191159
|
-
|
|
191160
|
-
|
|
191161
|
-
|
|
191150
|
+
bwt as P,
|
|
191151
|
+
vv as Q,
|
|
191152
|
+
e3 as R,
|
|
191153
|
+
Ewt as S,
|
|
191154
|
+
M8t as T,
|
|
191155
|
+
zwt as U,
|
|
191156
|
+
v8t as V,
|
|
191157
|
+
mwt as W,
|
|
191158
|
+
Il as X,
|
|
191159
|
+
$wt as Y,
|
|
191160
|
+
qR2 as Z,
|
|
191161
|
+
Dwt as _,
|
|
191162
191162
|
O5 as a,
|
|
191163
191163
|
gv as a0,
|
|
191164
191164
|
Awt as a1,
|
|
@@ -191192,29 +191192,29 @@ export {
|
|
|
191192
191192
|
kwt as at,
|
|
191193
191193
|
Nh as au,
|
|
191194
191194
|
cpt as av,
|
|
191195
|
-
|
|
191196
|
-
|
|
191197
|
-
|
|
191198
|
-
|
|
191199
|
-
|
|
191195
|
+
ymt as b,
|
|
191196
|
+
zmt as c,
|
|
191197
|
+
On as d,
|
|
191198
|
+
pP1 as e,
|
|
191199
|
+
vmt as f,
|
|
191200
191200
|
i2 as g,
|
|
191201
|
-
|
|
191202
|
-
|
|
191203
|
-
|
|
191204
|
-
|
|
191205
|
-
|
|
191206
|
-
|
|
191201
|
+
Emt as h,
|
|
191202
|
+
Mmt as i,
|
|
191203
|
+
Amt as j,
|
|
191204
|
+
Lmt as k,
|
|
191205
|
+
Hmt as l,
|
|
191206
|
+
Cmt as m,
|
|
191207
191207
|
pr as n,
|
|
191208
191208
|
N0 as o,
|
|
191209
|
-
|
|
191210
|
-
|
|
191211
|
-
|
|
191212
|
-
|
|
191213
|
-
|
|
191209
|
+
Xt as p,
|
|
191210
|
+
fy as q,
|
|
191211
|
+
gmt as r,
|
|
191212
|
+
Vmt as s,
|
|
191213
|
+
xmt as t,
|
|
191214
191214
|
I1 as u,
|
|
191215
191215
|
us as v,
|
|
191216
191216
|
ds as w,
|
|
191217
191217
|
gs as x,
|
|
191218
|
-
|
|
191219
|
-
|
|
191218
|
+
Nmt as y,
|
|
191219
|
+
l$2 as z
|
|
191220
191220
|
};
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.index-module_form__bifAs{margin:0 auto;margin-top:2.5rem;max-width:91.25rem;width:calc(100% - 11rem);box-shadow:0 .125rem .5rem var(--cds-shadow, rgba(0, 0, 0, .3));align-items:center}.index-module_patientDetailsHeader__Dhu-D{display:flex;align-content:center;padding-inline-start:1.5rem}.index-module_sectionTitle__PEOvP{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);display:flex;width:100%}.index-module_infoContainer__ug1Gj{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.index-module_patientId__VPidk{font-weight:700;font-size:1rem;white-space:nowrap;flex-shrink:0;line-height:1.5}.index-module_registerDate__i1YXL{font-weight:400;font-size:.75rem;white-space:nowrap;flex-shrink:0;line-height:1.5;margin-left:auto}.index-module_headerTile__UY49t{height:3.5rem;display:flex;align-content:center}.index-module_controlTitle__7fmbk{height:3.5rem;display:flex;align-content:center;padding-left:1.5rem}.index-module_formContainer__aJlwJ{margin:0 auto;margin-bottom:2.5rem;width:calc(100% - 11rem);max-width:91.25rem;box-shadow:0 .125rem .5rem var(--cds-shadow, rgba(0, 0, 0, .3));background:var(--cds-background, #ffffff);display:flex;flex-direction:column;gap:0}.index-module_formContainer__aJlwJ .index-module_formSection__tMY-c{padding:0 1.5rem 1rem;display:flex;flex-direction:column;gap:1rem}.index-module_formContainer__aJlwJ .index-module_infoContainer__ug1Gj{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important}.index-module_formContainer__aJlwJ .index-module_patientId__VPidk{font-weight:700!important;font-size:1rem!important}.index-module_formContainer__aJlwJ .index-module_registerDate__i1YXL{font-size:.75rem!important}.index-module_formContainer__aJlwJ .index-module_formSectionTitle__Yxo73{font-size:var(--cds-body-compact-02-font-size, 1rem);font-weight:var(--cds-body-compact-02-font-weight, 400);line-height:var(--cds-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing, 0);padding-top:1.5rem}.index-module_formContainer__aJlwJ .index-module_patientUuid__nbmih{margin-left:1rem;font-weight:400}.index-module_formContainer__aJlwJ .index-module_ageFieldsWrapper__5TwrD>*,.index-module_formContainer__aJlwJ .index-module_nameFields__age0B>*,.index-module_formContainer__aJlwJ .index-module_demographicsFields__Ebmg2>*,.index-module_formContainer__aJlwJ .index-module_birthInfoFields__kiIsp>*{position:relative}.index-module_formContainer__aJlwJ .index-module_ageFieldsWrapper__5TwrD>* div[class*=cds--form-requirement],.index-module_formContainer__aJlwJ .index-module_nameFields__age0B>* div[class*=cds--form-requirement],.index-module_formContainer__aJlwJ .index-module_demographicsFields__Ebmg2>* div[class*=cds--form-requirement],.index-module_formContainer__aJlwJ .index-module_birthInfoFields__kiIsp>* div[class*=cds--form-requirement]{position:absolute;top:100%;left:0;margin-top:.125rem;z-index:1}.index-module_formContainer__aJlwJ .index-module_ageFieldsWrapper__5TwrD{display:flex;flex-direction:row;gap:1rem;width:100%;align-items:flex-start;padding-bottom:.625rem}.index-module_formContainer__aJlwJ .index-module_ageFieldsWrapper__5TwrD .index-module_ageInputs__xR52o{flex:1}.index-module_formContainer__aJlwJ .index-module_nameFields__age0B{margin-top:1rem;padding-bottom:.625rem}.index-module_formContainer__aJlwJ .index-module_nameFields__age0B>*{flex:1 1 0;min-width:0}.index-module_formContainer__aJlwJ .index-module_demographicsFields__Ebmg2,.index-module_formContainer__aJlwJ .index-module_birthInfo__DP4ey,.index-module_formContainer__aJlwJ .index-module_birthInfoFields__kiIsp{margin-top:1rem}.index-module_formContainer__aJlwJ .index-module_demographicsFields__Ebmg2{padding-bottom:.625rem}.index-module_formContainer__aJlwJ .index-module_dropdownField__gUJQo{width:13.75rem;margin-bottom:-.125rem}.index-module_formContainer__aJlwJ .index-module_checkboxField__-coEm{margin-top:.5rem}.index-module_formContainer__aJlwJ .index-module_emailField__VKcfu,.index-module_formContainer__aJlwJ .index-module_phoneNumberField__yO7B0{width:22rem}.index-module_formActions__VmitZ{margin:0 auto;width:calc(100% - 11rem);max-width:91.25rem;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.index-module_formActions__VmitZ .index-module_actionButtons__gMFf5{display:flex;gap:1rem}.index-module_row__sf8iz{display:flex;flex-wrap:wrap;gap:1rem}.index-module_col__UJzXN{flex:1 1}.index-module_ageFieldsWrapper__5TwrD{display:flex;gap:1rem;flex-wrap:wrap}.index-module_photoRow__lTOVE{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:2rem}.index-module_photoCol__ZADeM{flex:0 0 14.5rem}.index-module_formCol__eJ-FJ{flex:1;min-width:0}.index-module_addressFieldWrapper__bVu7C{position:relative;width:100%}.index-module_suggestionsList__PlS4b{position:absolute;top:100%;left:0;right:0;background:#fff;max-height:14.5rem;overflow-y:auto;z-index:1000;box-shadow:0 .25rem .5rem #0000001a;border:.125rem solid #e0e0e0;border-top:none;margin-top:-.125rem}.index-module_suggestionItem__dvspT{padding:.5rem .75rem;cursor:pointer;border-bottom:.125rem solid #f0f0f0}.index-module_suggestionItem__dvspT:hover{background-color:#f5f5f5}.index-module_suggestionItem__dvspT:last-child{border-bottom:none}.index-module_suggestionName__WuWqo{font-size:.875rem;font-weight:500}.index-module_suggestionParent__e6OPs{font-size:.75rem;color:#525252;margin-top:.125rem}.index-module_requiredAsterisk__pqS6-{color:#da1e28;margin-left:.125rem}.index-module_sectionContent__wlhD4{padding:.25rem 1.5rem 1rem}.index-module_profileSectionContainer__9GSMD{padding-bottom:1rem}.index-module_accordionWrapper__XmTqF .cds--accordion__heading{background-color:var(--cds-layer);min-block-size:4rem;padding-block:1rem;padding-inline-start:.25rem;padding-inline-end:1.5rem;border:none}.index-module_accordionWrapper__XmTqF .cds--accordion__heading:hover{background-color:var(--cds-layer-hover)}.index-module_accordionWrapper__XmTqF .cds--accordion__heading:focus-visible{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}.index-module_accordionWrapper__XmTqF .cds--accordion__title{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);padding-inline-start:.5rem;color:var(--cds-text-primary, #161616)}.index-module_accordionWrapper__XmTqF .cds--accordion__item--active>.cds--accordion__wrapper{padding-block:0!important;padding-block-end:0!important;padding-inline:0!important}.index-module_accordionWrapper__XmTqF .cds--accordion__content{padding-inline:0!important;padding-inline-end:0!important;padding-inline-start:0!important}.index-module_accordionWrapper__XmTqF .cds--accordion--start .cds--accordion__content{margin-inline-start:0!important}.styles-module_photoUploadSection__qtwYI{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;width:9rem;height:11rem;background:var(--cds-layer-01, #f4f4f4);justify-content:center}.styles-module_photoUploadSection__qtwYI .styles-module_removeButtonWrapper__WQnLi{position:absolute;top:0;right:0;z-index:10}.styles-module_photoUploadSection__qtwYI img{width:100%;height:100%;padding:1rem;object-fit:contain;display:block}.styles-module_wrapButton__KAN5U{padding-right:1rem!important}.styles-module_imagePreviewContainer__X05yj{aspect-ratio:3/4;background:var(--cds-layer-02, #ffffff);display:flex}.styles-module_imagePreviewContainer__X05yj img,.styles-module_imagePreviewContainer__X05yj video{width:100%;height:100%;object-fit:contain}.styles-module_buttonGroup__0CFl5{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.styles-module_button__kcVkX{padding-inline:2.5rem!important;min-width:9rem!important}.styles-module_errorMessage__l9HTc{color:var(--cds-support-error, #da1e28);font-size:.75rem;font-weight:400;margin-top:.125rem;height:2.5rem}.styles-module_patientPhoto__OefwT .cds--modal-container{width:25rem!important}.styles-module_patientPhoto__OefwT .cds--modal-content{padding:1rem!important}.styles-module_patientPhoto__OefwT .cds--file__selected-file{margin-top:-3.75rem!important;margin-left:10rem!important}.styles-module_noFileChosen__wwt3U{position:absolute!important;margin-top:-3rem!important;margin-left:11rem!important}.styles-module_videoWrapper__JHng5{position:relative;background:var(--cds-layer-02, #ffffff)}.styles-module_videoWrapper__JHng5 video{display:block;width:100%}.styles-module_cropBox__HlOYR{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);border:2px solid white;pointer-events:none}.styles-module_capturedImageWrapper__V381z{display:flex;justify-content:center;background:var(--cds-layer-02, #ffffff)}.styles-module_capturedImageWrapper__V381z img{display:block;max-width:100%;height:auto}.VisitTypeSelector-module_opdVisitGroup__tWHBO{display:flex;align-items:center;max-width:100%}.VisitTypeSelector-module_opdVisitGroup__tWHBO .VisitTypeSelector-module_visitButton__pO9p0{min-width:16rem;max-width:100%;justify-content:flex-start;column-gap:.25rem;padding-inline-end:.9375rem}.VisitTypeSelector-module_opdVisitGroup__tWHBO .VisitTypeSelector-module_visitDropdown__iIOTs .cds--list-box__menu{left:auto;min-width:16rem;right:4rem;margin-top:.5rem}.index-module_formSection__DnJc5{display:flex;flex-direction:column}.index-module_identifierField__i0fqw{width:22rem;padding-bottom:1rem;padding-top:.625rem}.index-module_identifierField__i0fqw .cds--text-input{background-color:var(--cds-field-01, #f4f4f4)!important}.index-module_identifierField__i0fqw>*{position:relative}.index-module_identifierField__i0fqw>* div[class*=cds--form-requirement]{position:absolute;top:100%;left:0;margin-top:.125rem;z-index:1}.index-module_identifierTable__RzN-- thead{display:none}.index-module_identifierTable__RzN-- .cds--data-table-container{padding-top:0!important}.index-module_identifierTable__RzN-- tbody tr td{border-top:none!important;border-bottom:none!important}.index-module_identifierTable__RzN-- tbody tr:hover td{cursor:default;border-bottom:none!important}.index-module_identifierTable__RzN-- tbody td:first-child{width:11.5rem;white-space:nowrap;padding-inline-start:0!important;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);align-content:center}.index-module_requiredAsterisk__y0hZt{color:#da1e28;margin-left:.125rem;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.index-module_checkboxField__JR64L{margin-top:.5rem;margin-left:.5rem}.index-module_additionalInfoSection__fNal6{display:flex;flex-direction:column;overflow:visible}.index-module_attributeField__qCAql{flex:0 0 calc(50% - .75rem);padding-bottom:.625rem}.index-module_attributeField__qCAql>*{flex:1 1 0;min-width:0}.index-module_attributeField__qCAql>*{position:relative}.index-module_attributeField__qCAql>* div[class*=cds--form-requirement]{position:absolute;top:100%;left:0;margin-top:.125rem;z-index:1}.index-module_row__PNEim{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;gap:1rem;overflow:visible}.index-module_fieldsContainer__3QYhG{display:flex;flex-direction:column;gap:1.5rem}.index-module_formSection__cj5kS{display:flex;flex-direction:column;gap:16px}.index-module_formSection__cj5kS .index-module_row__bl4rb{display:flex;flex-wrap:wrap;gap:1rem}.index-module_formSection__cj5kS .index-module_col__ctaMK{flex:0 0 calc(50% - .5rem);min-width:0;padding-bottom:.625rem}.index-module_formSection__C9nLc{display:flex;flex-direction:column;gap:16px}.index-module_row__ARFPa{display:flex;flex-wrap:wrap;gap:1rem}.index-module_phoneNumberField__xV5ca{flex:0 0 calc(25% - .75rem);padding-bottom:.625rem}.index-module_phoneNumberField__xV5ca>*{flex:1 1 0;min-width:0}.index-module_requiredAsterisk__hxE1m{color:var(--cds-support-error, #da1e28);margin-left:.125rem}.index-module_relationshipSection__ep1O0{display:flex;flex-direction:column;overflow:visible}.index-module_tableContainer__rt6zZ{width:100%;overflow-x:auto;overflow-y:visible;padding-bottom:250px;margin-bottom:-250px;-webkit-overflow-scrolling:touch}.index-module_tableContainer__rt6zZ .cds--list-box__menu,.index-module_tableContainer__rt6zZ .cds--date-picker__calendar{z-index:9999!important}.index-module_tableContainer__rt6zZ .cds--data-table-container,.index-module_tableContainer__rt6zZ .cds--data-table-content{overflow:visible!important}.index-module_tableContainer__rt6zZ .cds--data-table thead tr th{border-top:none!important;border-bottom:none!important}.index-module_tableContainer__rt6zZ .cds--data-table thead tr th:first-child{padding-inline-start:0!important}.index-module_tableContainer__rt6zZ .cds--data-table tbody tr td{border-top:none!important;border-bottom:none!important}.index-module_tableContainer__rt6zZ .cds--data-table tbody tr td:first-child{padding-inline-start:0!important}.index-module_tableContainer__rt6zZ .cds--data-table tr:hover td{border-bottom:none!important}.index-module_tableContainer__rt6zZ .cds--combo-box{width:16.375rem}.index-module_tableContainer__rt6zZ .cds--combo-box .cds--text-input{background-color:var(--cds-field-01, #f4f4f4)!important}.index-module_tableContainer__rt6zZ .cds--combo-box .cds--list-box__menu-item{height:auto}.index-module_tableContainer__rt6zZ .cds--combo-box .cds--list-box__menu-item__option{white-space:normal;height:auto;overflow-wrap:break-word}.index-module_tableContainer__rt6zZ .cds--dropdown{width:16.375rem;background-color:var(--cds-field-01, #f4f4f4)!important}.index-module_tableContainer__rt6zZ .cds--dropdown .cds--list-box__menu-item{height:auto}.index-module_tableContainer__rt6zZ .cds--dropdown .cds--list-box__menu-item__option{white-space:normal;height:auto;overflow-wrap:break-word}.index-module_tableContainer__rt6zZ .cds--date-picker{width:16.375rem}.index-module_tableContainer__rt6zZ .cds--list-box__field{width:100%!important;max-width:100%!important}.index-module_addButtonContainer__iK9vq{padding-block:1.5rem}.index-module_wrapButton__vs-M6{white-space:normal;text-align:center;word-break:break-word;border-radius:.125rem;padding-right:1rem}.index-module_requiredAsterisk__CBCCp{color:var(--cds-support-error, #da1e28)!important;margin-left:.125rem}.index-module_readOnlyText__hMW9A{display:inline-block;width:16.375rem;white-space:normal;overflow-wrap:break-word}.index-module_patientLink__MvG14{display:inline-block;width:16.375rem;text-decoration:underline;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index-module_patientLink__MvG14:hover{color:var(--cds-link-primary-hover, #0043ce)}.index-module_patientLink__MvG14:visited{color:var(--cds-link-visited, #8a3ffc)}.index-module_main__yaqKE{background-color:var(--cds-layer-02, #ffffff);padding:2.5rem 6rem 1.5rem;padding-inline:6.25rem}.index-module_patientSearchResult__yCABc{box-shadow:0 2px 6px 0 var(--cds-shadow, rgba(0, 0, 0, .3));margin-top:2.5rem}.index-module_resultsTitle__S3gR1{min-block-size:fit-content!important;font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);color:var(--cds-text-primary, #161616)}.index-module_patientSearchTableBody__ew-FG td{width:15%}.index-module_scheduledStatus__--WXs{background-color:#d0e2ff!important;color:#0043ce!important}.index-module_arrivedStatus__Hbkv-{background-color:#fddc69!important;color:#684e00!important}.index-module_checkedInStatus__uo8iJ{background-color:#9ef0f0!important;color:#005d5d!important}.index-module_completedStatus__OcxMS{background-color:#a7f0ba!important;color:#0e6027!important}.index-module_missedStatus__6VcyE,.index-module_cancelledStatus__TkDdR{background-color:#ffd7d9!important;color:#a2191f!important}@media (max-width: 65.98rem){.index-module_main__yaqKE{padding:1.5rem 2.5rem}}.index-module_actionButtonsContainer__uZAyh{margin-left:-2rem;margin-bottom:.75rem}.index-module_actionButton__1KOIh{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);border:1px solid;display:flex;width:8.8rem!important;padding:.4375rem 1rem!important;align-items:center;gap:2rem}.index-module_headerButton__tksFU{position:fixed!important;top:.25rem;right:3rem;padding-inline:1rem!important;z-index:9999;background-color:var(--cds-support-success, #24a148)}.index-module_headerButton__tksFU:hover{background-color:#198038}.index-module_headerButton__tksFU:active{background-color:#0e6027}._bahmniIcon_1cg5e_1._paddingNone_1cg5e_1{padding:0}._bahmniIcon_1cg5e_1._paddingXxsmall_1cg5e_4{padding:.125rem}._bahmniIcon_1cg5e_1._paddingXsmall_1cg5e_7{padding:.25rem}._bahmniIcon_1cg5e_1._paddingSmall_1cg5e_10{padding:.5rem}._bahmniIcon_1cg5e_1._paddingMedium_1cg5e_13{padding:1rem}._bahmniIcon_1cg5e_1._paddingLarge_1cg5e_16{padding:1.5rem}._item_vyhzj_1{display:flex;flex-direction:column;gap:.5rem}._item_vyhzj_1 dt{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252)}._definition_vyhzj_14{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616)}._definitionNormal_vyhzj_22{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616)}._textAreaWrapper_1xc56_1{position:relative}._textAreaWrapper_1xc56_1 .cds--text-area__label-wrapper{justify-content:flex-end;position:absolute;bottom:-1.75rem}._textAreaWrapperInvalid_1xc56_10{position:relative}._textAreaWrapperInvalid_1xc56_10 .cds--text-area__label-wrapper{justify-content:flex-end;position:absolute;bottom:-.5rem}._rowCell_ajzol_1{display:flex;flex-direction:row;align-items:center;width:100%;gap:.5rem;padding:.5rem;min-block-size:2.5rem}._header_ajzol_11{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex:0 0 30%;max-width:30%}._value_ajzol_20{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex:0 0 50%;max-width:50%}._info_ajzol_29{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex:0 0 20%;max-width:20%}._notificationContainer_1vxpe_1{position:fixed;top:4rem;right:1rem;z-index:9000;display:flex;flex-direction:column;gap:.5rem;align-items:end}._dataTableBody_ywc0x_1 td{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff)!important;color:var(--cds-text-primary, #161616)!important;height:4rem;align-content:start;border-block-end:0!important}._dataTableBody_ywc0x_1 tr>td:first-child:has(button) button{align-items:flex-start!important;padding:.25rem .5rem!important}._dataTableBody_ywc0x_1 th,._dataTableBody_ywc0x_1 th *{background-color:var(--cds-background, #ffffff)!important;font-weight:400;color:var(--cds-text-secondary, #525252)}._dataTableBody_ywc0x_1 th{border-block:1px solid var(--cds-border-subtle)!important}._skeleton_ywc0x_26 td,._skeleton_ywc0x_26 th{background-color:var(--cds-background, #ffffff)!important}._statePlaceholder_ywc0x_31{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}._emptyStateCell_ywc0x_42{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem!important;text-align:center!important;color:var(--cds-text-secondary, #525252)}._pagination_ywc0x_53{background-color:var(--cds-background, #ffffff);border-top:1px solid var(--cds-border-subtle)}._filterRow_ywc0x_58{background-color:var(--cds-layer-accent-01, #e0e0e0)}._filterCell_ywc0x_62{padding:.25rem .75rem;vertical-align:middle}._filterPlaceholderCell_ywc0x_67{padding:.25rem .75rem;background-color:var(--cds-layer-accent-01, #e0e0e0)}._groupRow_ywc0x_72{background-color:var(--cds-layer-accent-01, #e0e0e0)}._groupCell_ywc0x_76{padding:.5rem 1rem}._groupToggle_ywc0x_80{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.25rem 0;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}._groupCount_ywc0x_94{color:var(--cds-text-secondary, #525252);font-weight:400}._groupByDropdown_ywc0x_99 .cds--list-box__menu{right:0;left:auto}._actionButtons_ywc0x_104{display:flex;gap:1px}._visuallyHidden_ywc0x_109{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}._selectFilter_ywc0x_121{min-width:7rem}._dateRangeFilter_ywc0x_125 div:first-child{display:flex;flex-direction:column!important;gap:.25rem}._sortableDataTableBody_1w499_1 td{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);color:var(--cds-text-primary, #161616)!important;height:4rem;align-content:start}._sortableDataTableBody_1w499_1 th,._sortableDataTableBody_1w499_1 th *{background-color:var(--cds-background, #ffffff)!important;font-weight:400;color:var(--cds-text-secondary, #525252)}._sortableDataTableBody_1w499_1 th{border-block:1px solid var(--cds-border-subtle)!important}._sortableDataTableSkeleton_1w499_21 td,._sortableDataTableSkeleton_1w499_21 th{background-color:var(--cds-background, #ffffff)!important}._sortableDataTableBodyEmpty_1w499_26{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}._sortableDataTablePagination_1w499_37{background-color:var(--cds-background, #ffffff);border-top:1px solid var(--cds-border-subtle)}._actionDataTableBody_mn1ph_1{padding-block-start:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}._actionDataTableBody_mn1ph_1 h2{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0)}._actionDataTableBody_mn1ph_1>div:first-of-type{flex:1;align-content:center;border-bottom:none;padding-block:0;min-height:3rem}._actionDataTableBody_mn1ph_1>section{flex:0 0 auto;background-color:transparent;width:auto}._actionDataTableBody_mn1ph_1>section>div{padding:0;min-height:auto;justify-content:flex-end}._actionDataTableBody_mn1ph_1>[data-testid$=-sortable-data-table-test-id],._actionDataTableBody_mn1ph_1 [data-testid$=-sortable-data-table-test-id-skeleton],._actionDataTableBody_mn1ph_1 [data-testid$=-sortable-data-table-test-id-empty],._actionDataTableBody_mn1ph_1 [data-testid$=-sortable-data-table-test-id-error]{flex:1 0 100%}._expandableDataTableBody_15ny8_1 td{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff)!important;color:var(--cds-text-primary, #161616)!important;height:4rem;align-content:start}._expandableDataTableBody_15ny8_1 tr>td:first-child:has(button) button{align-items:flex-start!important;padding:.25rem .5rem!important}._expandableDataTableBody_15ny8_1 th,._expandableDataTableBody_15ny8_1 th *{background-color:var(--cds-background, #ffffff)!important;font-weight:400;color:var(--cds-text-secondary, #525252)}._expandableDataTableBody_15ny8_1 th{border-block:1px solid var(--cds-border-subtle)!important}._expandableDataTableSkeleton_15ny8_25 td,._expandableDataTableSkeleton_15ny8_25 th{background-color:var(--cds-background, #ffffff)!important}._expandableDataTableBodyEmpty_15ny8_30{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}._simpleDataTableBody_1cmbq_1 td{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);color:var(--cds-text-primary, #161616)!important;height:4rem;align-content:start;padding:1rem!important}._simpleDataTableBody_1cmbq_1 th,._simpleDataTableBody_1cmbq_1 th *{background-color:var(--cds-background, #ffffff)!important;font-weight:400;color:var(--cds-text-secondary, #525252);cursor:default!important}._simpleDataTableBody_1cmbq_1 th{border-block:1px solid var(--cds-border-subtle)!important;padding:1rem!important}._tooltipIcon_d1wk8_1 svg{color:var(--cds-icon-secondary, #525252)!important}._cds--layer-one_vvtyi_19{--cds-layer: var(--cds-layer-01, #f4f4f4);--cds-layer-active: var(--cds-layer-active-01, #c6c6c6);--cds-layer-background: var(--cds-layer-background-01, #ffffff);--cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);--cds-field: var(--cds-field-01, #f4f4f4);--cds-field-hover: var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);--cds-border-tile: var(--cds-border-tile-01, #c6c6c6)}._cds--layer-two_vvtyi_37{--cds-layer: var(--cds-layer-02, #ffffff);--cds-layer-active: var(--cds-layer-active-02, #c6c6c6);--cds-layer-background: var(--cds-layer-background-02, #f4f4f4);--cds-layer-hover: var(--cds-layer-hover-02, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-02, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-02, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-02, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-02, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-02, #a8a8a8);--cds-field: var(--cds-field-02, #ffffff);--cds-field-hover: var(--cds-field-hover-02, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-01, #c6c6c6);--cds-border-subtle-selected: var(--cds-border-subtle-selected-02, #c6c6c6);--cds-border-strong: var(--cds-border-strong-02, #8d8d8d);--cds-border-tile: var(--cds-border-tile-02, #a8a8a8)}._cds--layer-three_vvtyi_55{--cds-layer: var(--cds-layer-03, #f4f4f4);--cds-layer-active: var(--cds-layer-active-03, #c6c6c6);--cds-layer-background: var(--cds-layer-background-03, #ffffff);--cds-layer-hover: var(--cds-layer-hover-03, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-03, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-03, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-03, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-03, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-03, #a8a8a8);--cds-field: var(--cds-field-03, #f4f4f4);--cds-field-hover: var(--cds-field-hover-03, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-02, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-03, #c6c6c6);--cds-border-strong: var(--cds-border-strong-03, #8d8d8d);--cds-border-tile: var(--cds-border-tile-03, #c6c6c6)}._cds--layer-one_vvtyi_19._cds--layer__with-background_vvtyi_73,._cds--layer-two_vvtyi_37._cds--layer__with-background_vvtyi_73,._cds--layer-three_vvtyi_55._cds--layer__with-background_vvtyi_73{background-color:var(--cds-layer-background)}._layout_vvtyi_85{position:fixed;top:3rem;left:0;right:0;bottom:0;display:flex;flex-direction:column;overflow:hidden}._collapsedModal_vvtyi_96 #modal-root [role=presentation]{position:absolute;left:-3rem;width:calc(100% + 3rem);z-index:9000}._collapsedModal_vvtyi_96 #modal-root [role=presentation] [role=dialog]{width:100%!important;height:100%!important;max-block-size:100%}._mainDisplay_vvtyi_108{position:absolute;inset:0;display:flex;flex-direction:column}._expand_vvtyi_118{left:16rem;width:calc(100vw - 16rem)}._collapse_vvtyi_96{left:3rem}._actionArea_vvtyi_127{height:100%;background:var(--cds-background, #ffffff)}._extended_vvtyi_132{height:200%;display:flex;flex-direction:column-reverse}._separator_vvtyi_138{position:relative;width:.25rem;background:var(--cds-background-hover, rgba(141, 141, 141, .12));cursor:col-resize;z-index:9999}._separatorGrip_vvtyi_146{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:1rem;height:2rem;background:var(--cds-layer-active-02, #c6c6c6);border-radius:.125rem;pointer-events:none}._panelGroup_vvtyi_161{flex:1;min-height:0}._panelGroup_vvtyi_161>[data-panel]{position:relative;min-width:0;overflow:hidden}._panelGroup_vvtyi_161>[data-panel]:first-child{min-width:40%!important}._panelGroup_vvtyi_161>[data-panel]:last-child{min-width:40%!important}@media (max-width: 65.98rem){._actionArea_vvtyi_127{width:100%;left:0;z-index:999999;position:fixed}._expand_vvtyi_118{left:1rem!important;width:calc(100vw - 5rem)!important}._collapse_vvtyi_96{display:none}._panelGroup_vvtyi_161{margin-left:3rem}._panelGroup_vvtyi_161>[data-panel]:first-child:not(:last-child){display:none!important}._panelGroup_vvtyi_161>[data-panel]:last-child{flex:1 1 100%!important}._separator_vvtyi_138{display:none}}:root{--cds-layer: var(--cds-layer-01, #f4f4f4);--cds-layer-active: var(--cds-layer-active-01, #c6c6c6);--cds-layer-background: var(--cds-layer-background-01, #ffffff);--cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);--cds-field: var(--cds-field-01, #f4f4f4);--cds-field-hover: var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);--cds-border-tile: var(--cds-border-tile-01, #c6c6c6)}._cds--layer-one_ma379_19{--cds-layer: var(--cds-layer-01, #f4f4f4);--cds-layer-active: var(--cds-layer-active-01, #c6c6c6);--cds-layer-background: var(--cds-layer-background-01, #ffffff);--cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);--cds-field: var(--cds-field-01, #f4f4f4);--cds-field-hover: var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);--cds-border-tile: var(--cds-border-tile-01, #c6c6c6)}._cds--layer-two_ma379_37{--cds-layer: var(--cds-layer-02, #ffffff);--cds-layer-active: var(--cds-layer-active-02, #c6c6c6);--cds-layer-background: var(--cds-layer-background-02, #f4f4f4);--cds-layer-hover: var(--cds-layer-hover-02, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-02, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-02, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-02, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-02, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-02, #a8a8a8);--cds-field: var(--cds-field-02, #ffffff);--cds-field-hover: var(--cds-field-hover-02, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-01, #c6c6c6);--cds-border-subtle-selected: var(--cds-border-subtle-selected-02, #c6c6c6);--cds-border-strong: var(--cds-border-strong-02, #8d8d8d);--cds-border-tile: var(--cds-border-tile-02, #a8a8a8)}._cds--layer-three_ma379_55{--cds-layer: var(--cds-layer-03, #f4f4f4);--cds-layer-active: var(--cds-layer-active-03, #c6c6c6);--cds-layer-background: var(--cds-layer-background-03, #ffffff);--cds-layer-hover: var(--cds-layer-hover-03, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-03, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-03, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-03, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-03, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-03, #a8a8a8);--cds-field: var(--cds-field-03, #f4f4f4);--cds-field-hover: var(--cds-field-hover-03, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-02, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-03, #c6c6c6);--cds-border-strong: var(--cds-border-strong-03, #8d8d8d);--cds-border-tile: var(--cds-border-tile-03, #c6c6c6)}._cds--layer-one_ma379_19._cds--layer__with-background_ma379_73,._cds--layer-two_ma379_37._cds--layer__with-background_ma379_73,._cds--layer-three_ma379_55._cds--layer__with-background_ma379_73{background-color:var(--cds-layer-background)}._layout_ma379_85{display:flex;flex-direction:column;width:100%;min-height:100vh;overflow-y:visible}._main_ma379_93{margin-top:1rem;overflow-y:visible;width:100%;height:100%;align-self:center}@media (max-width: 65.98rem){._main_ma379_93{width:calc(100vw - 3rem);left:3rem;top:13rem}}.cds--header{background-color:var(--cds-background-brand, #0f62fe);border-block-end-color:var(--cds-background-brand, #0f62fe)}.cds--header__name,.cds--header a.cds--header__name:hover,.cds--header .cds--header__global{color:var(--cds-text-inverse, #ffffff)}.cds--header .cds--overflow-menu svg,.cds--header .cds--overflow-menu:focus svg,.cds--header .cds--overflow-menu--open svg{fill:var(--cds-icon-inverse, #ffffff);color:var(--cds-icon-inverse, #ffffff)}.cds--header .cds--overflow-menu:hover,.cds--header .cds--overflow-menu:focus,.cds--header .cds--overflow-menu--open{background-color:#00000026}.cds--header .cds--header__global .cds--header__action,.cds--header .cds--header__global .cds--header__action:hover,.cds--header .cds--header__global .cds--header__action:active{color:var(--cds-icon-inverse, #ffffff)}.cds--header .cds--header__action svg,.cds--header .cds--header__action:hover svg,.cds--header .cds--header__action--active svg{fill:var(--cds-icon-inverse, #ffffff)}.cds--header .cds--header__action:hover,.cds--header .cds--header__action--active{background-color:#00000026}.cds--header .cds--header__action:focus{border-color:var(--cds-icon-inverse, #ffffff)}.cds--header .cds--breadcrumb,.cds--header .cds--breadcrumb-item .cds--link,.cds--header .cds--breadcrumb-item .cds--link:visited,.cds--header .cds--breadcrumb-item .cds--link:hover,.cds--header .cds--breadcrumb-item .cds--link:visited:hover{color:var(--cds-text-inverse, #ffffff)}.cds--header .cds--breadcrumb-item:after,.cds--header .cds--breadcrumb-item [aria-current=page],.cds--header .cds--breadcrumb-item.cds--breadcrumb-item--current .cds--link{color:var(--cds-text-inverse, #ffffff);font-weight:600}._headerWSideNav_fbh29_67{display:flex;flex-direction:column;height:100%;z-index:2}._breadcrumb_fbh29_74{margin-left:1rem}@media (max-width: 41.98rem){._breadcrumb_fbh29_74 .cds--breadcrumb-item{display:none}._breadcrumb_fbh29_74 .cds--breadcrumb-item--current{display:inline-block}}._sideNavItems_fbh29_86{border-right:1px solid var(--cds-border-subtle-01, #c6c6c6)}._sideNavItems_fbh29_86 .cds--side-nav__items{padding:0rem!important}._sideNavItems_fbh29_86 .cds--side-nav__icon svg{color:var(--cds-icon-secondary, #525252)}._sideNavItems_fbh29_86 .cds--side-nav__item--active .cds--side-nav__icon svg,._sideNavItems_fbh29_86 .cds--side-nav__link:hover .cds--side-nav__icon svg{color:var(--cds-icon-primary, #161616)}._grid_i0b21_1{border:1px solid var(--cds-border-subtle-02, #e0e0e0);background-color:var(--cds-background, #ffffff)!important;padding:.75rem;padding-inline:0!important;align-items:center!important}._children_i0b21_9{align-content:start;justify-self:start;padding-left:.75rem;width:-webkit-fill-available}._close_i0b21_16{margin-left:0!important;align-self:center;justify-self:start}._close_i0b21_16 .cds--btn--icon-only{background-color:var(--cds-background, #ffffff)!important;color:var(--cds-icon-primary, #161616)!important}._textAreaWCloseContainer_oex24_1{padding-inline-start:0!important;padding-inline-end:0!important;margin-block-start:1rem;margin-inline-start:0!important;margin-inline-end:1rem!important;margin-block-end:1rem;display:flex!important;position:relative}._textAreaWCloseContainerWInvalid_oex24_12{margin-block-start:1rem;margin-inline-end:1rem!important;margin-inline-start:0rem;display:flex!important;position:relative}._closeButton_oex24_20{margin:0!important;position:absolute!important;top:1.5rem;right:2px;background-color:transparent!important}._closeButton_oex24_20 .cds--btn--icon-only{background-color:transparent!important;color:var(--cds-icon-primary, #161616)!important}.cds--text-area{padding-right:3rem!important}._box_1jr6a_1{padding:0!important;border:1px solid var(--cds-border-subtle-02, #e0e0e0);background-color:var(--cds-background, #ffffff)!important;overflow:hidden}._header_1jr6a_8{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-layer-01, #f4f4f4);border-bottom:1px solid var(--cds-border-subtle-02, #e0e0e0);padding-left:.75rem!important;margin:0!important;height:2rem;align-content:center}._container_iixgz_1{width:100%}._accordion_iixgz_5{display:flex;flex-direction:column;padding-inline:0;border-block:none!important;width:100%;max-width:100%;overflow-x:hidden;overflow-y:visible}._accordion_iixgz_5 div:last-child{padding-block:0}._accordion_iixgz_5 div[id^=accordion-item]{padding-inline:0;width:100%}._accordion_iixgz_5 button{display:flex}._accordion_iixgz_5 button div{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rows_iixgz_36{padding-inline-start:2rem;width:100%;max-width:100%;box-sizing:border-box}[data-split-view] #main-display-area ._rows_iixgz_36{min-width:75rem;padding-block-end:1rem}._accordion_iixgz_5:last-child{border-block-end:none}._thumbnailButton_kkw8t_1{width:4rem;height:4rem;margin-block:.5rem;border:1px solid var(--cds-border-subtle-01, #c6c6c6);border-radius:.25rem;background-color:var(--cds-background, #ffffff);cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}._thumbnailButton_kkw8t_1:hover{border-color:var(--cds-border-interactive, #0f62fe);box-shadow:0 .125rem .375rem #0000001a;transform:scale(1.02)}._thumbnailButton_kkw8t_1:focus{outline:.125rem solid var(--cds-focus, #0f62fe);outline-offset:.125rem;border-color:var(--cds-border-interactive, #0f62fe)}._thumbnailButton_kkw8t_1:active{transform:scale(.98)}._hideThumbnail_kkw8t_28{background-color:var(--cds-background-brand, #0f62fe);color:var(--cds-background, #ffffff);padding:.25rem}._imageIcon_kkw8t_34{fill:var(--cds-background, #ffffff)}._thumbnailImage_kkw8t_38{width:100%;height:100%;object-fit:fill;display:block}._modalImageContainer_kkw8t_45{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}._modalImage_kkw8t_45{max-width:100%;object-fit:contain;display:block;margin:.5rem}._fileTileButton_io1kl_1{width:4rem;height:4rem;margin-block:.5rem;border:1px solid var(--cds-border-subtle-01, #c6c6c6);border-radius:.25rem;background-color:var(--cds-background, #ffffff);cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}._fileTileButton_io1kl_1:hover{border-color:var(--cds-border-interactive, #0f62fe);box-shadow:0 .125rem .375rem #0000001a;transform:scale(1.02)}._fileTileButton_io1kl_1:focus{outline:.125rem solid var(--cds-focus, #0f62fe);outline-offset:.125rem;border-color:var(--cds-border-interactive, #0f62fe)}._fileTileButton_io1kl_1:active{transform:scale(.98)}._modalIframeContainer_io1kl_28{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem}._modalIframe_io1kl_28{width:100%;height:37.5rem;border:none}._thumbnailButton_1y563_1{width:4rem;height:4rem;margin-block:.5rem;border:1px solid var(--cds-border-subtle-01, #c6c6c6);border-radius:.25rem;background-color:var(--cds-background, #ffffff);cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}._thumbnailButton_1y563_1:hover{border-color:var(--cds-border-interactive, #0f62fe);box-shadow:0 .125rem .375rem #0000001a;transform:scale(1.02)}._thumbnailButton_1y563_1:focus{outline:.125rem solid var(--cds-focus, #0f62fe);outline-offset:.125rem;border-color:var(--cds-border-interactive, #0f62fe)}._thumbnailButton_1y563_1:active{transform:scale(.98)}._hideThumbnail_1y563_29{background-color:var(--cds-background-brand, #0f62fe);color:var(--cds-background, #ffffff);padding:.25rem}._videoIcon_1y563_35{fill:var(--cds-background, #ffffff)}._thumbnailVideo_1y563_39{width:100%;height:100%;object-fit:fill;display:block}._playIconOverlay_1y563_46{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.5rem;height:2.5rem;background-color:var(--cds-overlay, rgba(22, 22, 22, .5));border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}._playIcon_1y563_46{width:1.5rem;height:1.5rem;color:var(--cds-icon-inverse, #ffffff);margin-left:.25rem}._modalVideoContainer_1y563_68{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}._modalVideo_1y563_68{max-width:100%;object-fit:contain;display:block;margin:.5rem}._actionArea_1rrq1_1{position:relative;height:100%;width:100%;border-left:1px solid var(--cds-border-subtle);display:flex;flex-direction:column;overflow:hidden}._hidden_1rrq1_11{visibility:hidden;pointer-events:none}._title_1rrq1_16{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0);padding:1.5rem 1.5rem .75rem}._content_1rrq1_25{flex:1;overflow-y:auto}._buttonSet_1rrq1_30{display:flex;width:100%;gap:0;border-top:1px solid var(--cds-border-subtle)}._buttonSet_1rrq1_30 ._twoButtons_1rrq1_36{min-width:50%}._buttonSet_1rrq1_30 ._threeButtons_1rrq1_39{min-width:33.3333333333%}@media (max-width: 65.98rem){._actionArea_1rrq1_1{width:100%}._buttonSet_1rrq1_30{position:fixed;bottom:0;display:grid;gap:0;grid-template-columns:repeat(2,50vw)}._buttonSet_1rrq1_30 ._twoButtons_1rrq1_36,._buttonSet_1rrq1_30 ._threeButtons_1rrq1_39{min-width:100%}}._formCardContainer_1rru0_1{margin-top:1.5rem;margin-bottom:1rem}._title_1rru0_6{margin:2rem .125rem 1rem}._formsGrid_1rru0_12{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:1rem;margin-bottom:1rem}._noFormsMessage_1rru0_19{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252);text-align:center;padding:2rem;font-style:italic}._formCard_pbepw_1{background-color:var(--cds-layer-01, #f4f4f4);border:1px solid var(--cds-border-subtle-01, #c6c6c6);padding:1rem;transition:all .2s ease;position:relative;border-radius:4px;height:4rem}._formCard_pbepw_1._clickable_pbepw_10{cursor:pointer}._formCard_pbepw_1._clickable_pbepw_10:hover:not(._disabled_pbepw_13){background-color:var(--cds-layer-hover-01, #e8e8e8);border-color:var(--cds-border-subtle-02, #e0e0e0);box-shadow:0 2px 8px #0000001a}._formCard_pbepw_1._clickable_pbepw_10:focus:not(._disabled_pbepw_13){outline:2px solid var(--cds-focus, #0f62fe);outline-offset:2px}._formCard_pbepw_1._selected_pbepw_22{border-color:var(--cds-border-interactive, #0f62fe);background-color:var(--cds-layer-selected-01, #e0e0e0)}._formCard_pbepw_1._selected_pbepw_22:hover:not(._disabled_pbepw_13){background-color:var(--cds-layer-selected-hover-01, #d1d1d1)}._formCard_pbepw_1._disabled_pbepw_13{opacity:.5;cursor:not-allowed}._formCard_pbepw_1._disabled_pbepw_13 *{pointer-events:none}._formCard_pbepw_1._error_pbepw_36{border:.125rem solid var(--cds-support-error, #da1e28);background-color:#fff1f1}._formCard_pbepw_1._error_pbepw_36:hover:not(._disabled_pbepw_13){border:.125rem solid var(--cds-support-error, #da1e28)}._header_pbepw_44{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._title_pbepw_51{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);font-weight:400;color:var(--cds-text-primary, #161616);flex:1;line-height:1.4}._content_pbepw_62{display:flex;flex-direction:column;gap:.25rem}._errorMessage_pbepw_68{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-support-error, #da1e28);margin-top:-.75rem;margin-left:1.25rem}._actionIcon_pbepw_78{cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;color:var(--cds-text-secondary, #525252);margin-left:auto;display:flex;align-items:center;justify-content:center}._actionIcon_pbepw_78:hover:not(._disabled_pbepw_13){background-color:var(--cds-layer-hover-02, #e8e8e8);color:var(--cds-text-primary, #161616)}._actionIcon_pbepw_78:focus:not(._disabled_pbepw_13){outline:2px solid var(--cds-focus, #0f62fe);outline-offset:2px}._actionIcon_pbepw_78._disabled_pbepw_13{opacity:.5;cursor:not-allowed}@media (max-width: 672px){._formCard_pbepw_1{padding:.75rem}._header_pbepw_44{gap:.25rem;margin-bottom:.25rem}._title_pbepw_51{font-size:var(--cds-body-compact-02-font-size, 1rem);font-weight:var(--cds-body-compact-02-font-weight, 400);line-height:var(--cds-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing, 0)}._description_pbepw_116{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}}@media (prefers-contrast: high){._formCard_pbepw_1{border-width:2px}._formCard_pbepw_1._selected_pbepw_22{border-width:3px}._actionIcon_pbepw_78:focus:not(._disabled_pbepw_13){outline-width:3px}}@media (prefers-reduced-motion: reduce){._formCard_pbepw_1,._actionIcon_pbepw_78{transition:none}}.PatientDetails-module_skeletonContainer__Hcd0O{width:70%}.PatientDetails-module_container__SToOW{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.PatientDetails-module_photo__k3oDa{width:4rem;height:4rem;object-fit:cover;flex-shrink:0}.PatientDetails-module_header__-bmE-{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:start;gap:.5rem;align-self:stretch}.PatientDetails-module_header__-bmE- .PatientDetails-module_patientName__a-WX2{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);text-transform:capitalize}.PatientDetails-module_details__Ejos0{display:flex;flex-wrap:wrap;column-gap:1rem;row-gap:.5rem}.PatientDetails-module_details__Ejos0 p{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);text-transform:capitalize}.PatientDetails-module_identifierAndGenderWrapper__882H7{display:flex;gap:1rem}.PatientDetails-module_detailsWithIcon__O9uu5{display:flex;align-items:center;gap:.125rem;height:1.125rem}.PatientDetails-module_detailsWithIcon__O9uu5 svg{height:1rem;width:1rem;color:var(--cds-icon-secondary, #525252)}@media (max-width: 65.98rem){.PatientDetails-module_details__Ejos0{display:flex;flex-direction:column;gap:.5rem}}.AllergiesTable-module_allergiesTableError__PD8pw{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center}.AllergiesTable-module_mildSeverity__NCNu-{background-color:#d0e2ff!important;color:#0043ce!important}.AllergiesTable-module_moderateSeverity__lsUlB{background-color:#fddc69!important;color:#684e00!important}.AllergiesTable-module_severeSeverity__amsyH{background-color:#ffd7d9!important;color:#a2191f!important}.AllergiesTable-module_allergyName__eTq4L{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616);display:flex;flex-wrap:wrap;gap:.25rem}.AllergiesTable-module_allergyCategory__8KWd5{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252);text-transform:uppercase}.AllergiesTable-module_allergyNote__3uk47 svg{color:var(--cds-icon-secondary, #525252)!important}.AllergiesTable-module_activeStatus__Lvg78{color:#24a148}.AllergiesTable-module_inactiveStatus__7iadA{color:#dde1e6}.AllergiesTable-module_allergiesTableBody__Fqg2Z td{width:25%}.AllergiesTable-module_allergiesTableBody__Fqg2Z td:nth-child(4){padding-inline:0!important}.AllergiesTable-module_allergiesTableWrapper__Jxpwd{position:relative}.AppointmentsTable-module_appointmentsTable__zZCwS{margin-top:1rem}.AppointmentsTable-module_appointmentTabList__Z57bb{border-top:1px solid var(--cds-border-subtle);margin-bottom:0}.AppointmentsTable-module_appointmentTabs__Np38e{padding:0!important}.AppointmentsTable-module_appointmentsTableBody__bG9X5{border-collapse:collapse;width:100%;border:none}.AppointmentsTable-module_appointmentsTableBody__bG9X5 tbody tr:last-child td{border-bottom:none}.AppointmentsTable-module_appointmentsTableBody__bG9X5 table{table-layout:fixed}.AppointmentsTable-module_appointmentsTableBody__bG9X5 td{overflow-wrap:anywhere}.AppointmentsTable-module_appointmentTableEmpty__ZDtZ-{font-size:var(--cds-label-02-font-size, .875rem);font-weight:var(--cds-label-02-font-weight, 400);line-height:var(--cds-label-02-line-height, 1.28572);letter-spacing:var(--cds-label-02-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}.AppointmentsTable-module_proposedStatus__ybqz-,.AppointmentsTable-module_pendingStatus__EtGKd{color:#8d8d8d}.AppointmentsTable-module_bookedStatus__y8xCd{color:#0043ce}.AppointmentsTable-module_arrivedStatus__V4WM5{color:#8d8d8d}.AppointmentsTable-module_fulfilledStatus__HWAHo{color:#198038}.AppointmentsTable-module_cancelledStatus__bgRJz,.AppointmentsTable-module_noshowStatus__oomMV{color:#a2191f}.AppointmentsTable-module_waitlistStatus__mWphA{color:#161616}.AppointmentsTable-module_checkedInStatus__07Vai{color:#684e00}.AppointmentsTable-module_enteredInErrorStatus__1FtaX,.AppointmentsTable-module_unknownStatus__OPsmm{color:#8d8d8d}.AppointmentsTable-module_customAccordianItem__QXZJh{margin-bottom:.5rem;border:1px solid var(--cds-border-subtle);border-radius:2px}.AppointmentsTable-module_columnDataBold__Ee1jx{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}.ConditionsTable-module_conditionsTabList__yQPEs{border-top:1px solid var(--cds-border-subtle);margin-bottom:0}.ConditionsTable-module_conditionsTabPanel__VUnhX{padding:0!important}.ConditionsTable-module_conditionName__Q0Gcb{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}.ConditionsTable-module_conditionsTableBody__seT-l{border-collapse:collapse;width:100%;border:none}.ConditionsTable-module_conditionsTableBody__seT-l tbody tr:last-child td{border-bottom:none}.ConditionsTable-module_conditionsTableBody__seT-l table{table-layout:fixed}.ConditionsTable-module_conditionsTableBody__seT-l td{width:25%;overflow-wrap:anywhere}.ConditionsTable-module_conditionsTableBody__seT-l td:nth-child(4){padding-inline:0!important}.ConditionsTable-module_activeStatus__F1rKY{color:#24a148}.ConditionsTable-module_inactiveStatus__jB3KW{color:#dde1e6}.DiagnosesTable-module_diagnosesTableTitle__cKr6A{background:var(--cds-background, #ffffff)!important;min-block-size:fit-content!important;border-top:1px solid var(--cds-border-subtle)}.DiagnosesTable-module_diagnosesTableTitle__cKr6A p{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);color:var(--cds-text-primary, #161616)}.DiagnosesTable-module_diagnosisName__CX7I8{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:flex;align-items:center;gap:.25rem}.DiagnosesTable-module_diagnosesTableBodyEmpty__AqVP4{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);border-top:1px solid var(--cds-border-subtle-02, #e0e0e0);padding:1.5rem 1rem;text-align:center}.DiagnosesTable-module_diagnosesTableBody__zJS7J td{width:25%}.DiagnosesTable-module_diagnosesTableBody__zJS7J td:nth-child(1){width:50%}.DiagnosesTable-module_confirmedCell__Hcuxp{background-color:#ffd7d9!important;color:#a2191f!important}.DiagnosesTable-module_provisionalCell__9xIUE{background-color:#fddc69!important;color:#684e00!important}.MedicationsTable-module_medicationTableEmpty__jvtCu{font-size:var(--cds-label-02-font-size, .875rem);font-weight:var(--cds-label-02-font-weight, 400);line-height:var(--cds-label-02-line-height, 1.28572);letter-spacing:var(--cds-label-02-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}.MedicationsTable-module_medicationTabList__RCQg4{border-top:1px solid var(--cds-border-subtle)}.MedicationsTable-module_medicationTabs__XWHY4{padding:0!important}.MedicationsTable-module_columnDataBold__eNpHL{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}.MedicationsTable-module_medicationName__IPwN5{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:flex;flex-wrap:wrap;gap:.25rem}.MedicationsTable-module_medicineDetails__G5jQk{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616)}.MedicationsTable-module_PRN__szAmW{background-color:#fddc69!important;color:#b28600!important}.MedicationsTable-module_STAT__7jqhY{background-color:#ffd7d9!important;color:#fa4d56!important}.MedicationsTable-module_activeStatus__5Lzac{color:#24a148}.MedicationsTable-module_scheduledStatus__HSWdq{color:#fddc69}.MedicationsTable-module_cancelledStatus__WXxxQ,.MedicationsTable-module_completedStatus__-SPSH,.MedicationsTable-module_stoppedStatus__lKUHq{color:#fa4d56}.MedicationsTable-module_unknownStatus__Odo3C{color:#dde1e6}.MedicationsTable-module_stopReasonText__y8LdC{font-size:var(--cds-helper-text-01-font-size, .75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252);display:block;margin-block-start:.25rem}.MedicationsTable-module_rowSeperator__VfyeK td{border-block-end:0!important}.MedicationsTable-module_medicationsTableBody__qNkVN td{width:15%}.MedicationsTable-module_medicationsTableBody__qNkVN td:nth-child(7){padding-inline:0!important}.MedicationsTable-module_medicationsTableWrapper__7OGYf{position:relative}.MedicationsTable-module_customAccordianItem__psJQO{background-color:var(--cds-layer-01, #f4f4f4)}.MedicationsTable-module_customAccordianItem__psJQO .cds--accordion__content{margin-inline-start:0rem!important;padding-inline:0rem!important}.MedicationsTable-module_customAccordianItem__psJQO .cds--accordion__wrapper{padding-block:0rem!important;padding-block-end:0rem!important}[data-split-view] #main-display-area #medications-table div[id^=accordion-item]{overflow-x:auto}[data-split-view] #main-display-area #medications-table div[id^=accordion-item]:has(table td:nth-child(5)){padding-block-end:1rem}[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)){min-width:62.5rem}[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)) td,[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)) th{min-width:6.875rem}[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)) td:first-child,[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)) th:first-child{min-width:unset!important}.MedicationsTable-module_stopDetails__79jzT{display:flex;flex-direction:column;gap:.125rem}.ObservationsRenderer-module_resultsContainer__xvAwi{background-color:var(--cds-layer-02, #ffffff);overflow-y:auto;max-height:70vh;width:100%;padding:1rem}.ObservationsRenderer-module_observation__VuMME{padding:1rem;border-bottom:1px solid var(--cds-border-subtle-02, #e0e0e0)}.ObservationsRenderer-module_observation__VuMME:last-child{border-bottom:none}.ObservationsRenderer-module_groupContainer__L-UDN{display:block}.ObservationsRenderer-module_rowContainer__5dovd{display:flex;align-items:center;gap:.5rem}.ObservationsRenderer-module_groupLabel__62Uiu{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:block;margin-block-end:.75rem}.ObservationsRenderer-module_rowLabel__ls-in{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);flex-basis:30%;overflow-wrap:break-word}.ObservationsRenderer-module_rowValue__-MBZN{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex-basis:70%}.ObservationsRenderer-module_groupMembers__QVkTs{display:flex;flex-direction:column;gap:.5rem}.ObservationsRenderer-module_memberRow__6qwZf{display:flex;padding:.5rem .75rem;gap:.5rem}.ObservationsRenderer-module_memberLabel__jO9vl{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex-basis:30%;overflow-wrap:break-word}.ObservationsRenderer-module_memberValue__uEJiC{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}.ObservationsRenderer-module_abnormalValue__qYRmd{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);color:var(--cds-support-error, #da1e28)}.ObservationsRenderer-module_rangeInfo__VvjEW{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}.ObservationsRenderer-module_nestedGroup__-ob2R{display:flex;flex-direction:column;gap:.5rem;margin-block-start:.5rem}.ObservationsRenderer-module_nestedGroupLabel__69tP6{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);font-weight:600}.ObservationsRenderer-module_nestedGroupMembers__hzKUQ{display:flex;flex-direction:column;gap:.25rem}.ObservationsRenderer-module_fullWidth__KNNO9{width:100%}.ObservationsRenderer-module_commentSection__U28N6{margin-top:.25rem;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252);font-style:italic}.ObservationsRenderer-module_mediaGroup__6-FTn{display:flex;flex-wrap:wrap;gap:.5rem}[data-split-view] #main-display-area #radiology-investigations-table div[id^=accordion-item]{overflow-x:auto}[data-split-view] #main-display-area #radiology-investigations-table div[id^=accordion-item]:has(table td:nth-child(5)){padding-block-end:1rem}[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)){min-width:62.5rem}[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)) td,[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)) th{min-width:6.875rem}[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)) td:first-child,[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)) th:first-child{min-width:unset!important}.RadiologyInvestigationTable-module_inProgressStatus__PKgxl{color:#684e00}.RadiologyInvestigationTable-module_completedStatus__8ybq5{color:#24a148}.RadiologyInvestigationTable-module_revokedStatus__bF0HZ,.RadiologyInvestigationTable-module_unknownStatus__RW1VT{color:#dde1e6}.RadiologyInvestigationTable-module_investigationName__m2z4Z{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:flex;align-items:center;gap:.25rem}.RadiologyInvestigationTable-module_resultsCell__9SHF-{display:flex;flex-direction:column;gap:.25rem}.RadiologyInvestigationTable-module_radiologyInvestigationTableBody__mWRhm td{width:25%;border-block-end:0!important}.RadiologyInvestigationTable-module_radiologyInvestigationTableBody__mWRhm td:first-child{width:unset!important}.RadiologyInvestigationTable-module_urgentCell__3GFu8{background-color:#fddc69!important;color:#684e00!important}.RadiologyInvestigationTable-module_customAccordianItem__MPGiI{background-color:var(--cds-layer-01, #f4f4f4)}.RadiologyInvestigationTable-module_customAccordianItem__MPGiI .cds--accordion__content{margin-inline-start:0rem!important;padding-inline:0rem!important}.RadiologyInvestigationTable-module_customAccordianItem__MPGiI .cds--accordion__wrapper{padding-block:0rem!important;padding-block-end:0rem!important}.RadiologyInvestigationTable-module_radiologyInvestigationTableBodyError__F1sE0{padding:1.5rem 1rem;text-align:center;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.RadiologyInvestigationTable-module_linkedOrderRow__3YAwm .RadiologyInvestigationTable-module_investigationName__m2z4Z{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.RadiologyInvestigationTable-module_expandableContentSpacer__cMvMl{border:none!important}.RadiologyInvestigationTable-module_reportSection__2IN0z{padding:0!important}.RadiologyInvestigationTable-module_reportSection__2IN0z .RadiologyInvestigationTable-module_reportTitle__kQvrB{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.RadiologyInvestigationTable-module_reportSection__2IN0z .RadiologyInvestigationTable-module_reportDetails__hJyEv{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);margin:1rem 0}.RadiologyInvestigationTable-module_reportTile__glcjm{padding:1rem 3.5rem 2rem!important}[data-split-view] #main-display-area #lab-investigations div[id^=accordion-item]{overflow-x:auto}.LabInvestigation-module_labSkeleton__z0xE-{max-inline-size:100%!important}.LabInvestigation-module_labTest__X1BOp{background-color:var(--cds-layer-02, #ffffff);border-bottom:1px solid var(--cds-border-subtle)}.LabInvestigation-module_labTestHeader__7IIBK{display:flex;align-items:center;justify-content:space-between;row-gap:1rem;flex-wrap:nowrap;padding:.75rem}.LabInvestigation-module_labTestInfo__lnFRc{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;text-transform:capitalize}.LabInvestigation-module_testName__8dqOD{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);text-transform:capitalize}.LabInvestigation-module_result__FGpW7 :first-child{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.LabInvestigation-module_result__FGpW7 :nth-child(2){font-size:var(--cds-caption-01-font-size, .75rem);font-weight:var(--cds-caption-01-font-weight, 400);line-height:var(--cds-caption-01-line-height, 1.33333);letter-spacing:var(--cds-caption-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252)}.LabInvestigation-module_abnormalResult__HENSC :first-child{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-error, #da1e28);font-weight:700}.LabInvestigation-module_abnormalResult__HENSC :nth-child(2){font-size:var(--cds-caption-01-font-size, .75rem);font-weight:var(--cds-caption-01-font-weight, 400);line-height:var(--cds-caption-01-line-height, 1.33333);letter-spacing:var(--cds-caption-01-letter-spacing, .32px);color:var(--cds-support-error, #da1e28)}.LabInvestigation-module_testDetails__gCeYZ{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}.LabInvestigation-module_testResultsPending__h4OHF{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252);padding:0 .75rem .75rem}.LabInvestigation-module_accordionItem__hV9ID{background-color:var(--cds-layer-01, #f4f4f4)}.LabInvestigation-module_accordionItem__hV9ID .cds--accordion__content,.LabInvestigation-module_accordionItem__hV9ID .cds--accordion__wrapper{padding-block:0%!important;padding-inline:0%!important;margin-block:0%!important;margin-inline:0%!important}.LabInvestigation-module_labInvestigationTableBodyError__LRRQe{padding:1.5rem 1rem;text-align:center;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.LabInvestigation-module_labTestResultsTable__jxNpG td{width:25%;border-block-end:none!important;border-block-start:none!important}.LabInvestigation-module_viewAttachmentsLink__hnrBZ{margin-inline-start:.25rem}.LabInvestigation-module_attachmentsContainer__-A6Q-{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem 0}.LabInvestigation-module_attachmentViewer__bwZP0{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}.LabInvestigation-module_attachmentIframe__fS6XY{width:100%;height:600px;border:none}.LabInvestigation-module_attachmentImage__d2jYh{max-width:100%;max-height:600px}.LabInvestigation-module_attachmentNumber__BZ30l{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252)}.SearchPatient-module_searchPatientContainer__uqWDm{display:flex;align-items:center;background:var(--cds-layer-02, #ffffff);box-shadow:0 2px 6px 0 var(--cds-shadow, rgba(0, 0, 0, .3))}.SearchPatient-module_searchPatient__aRwgX{display:flex;flex:1 1 0;align-items:center;padding:1.5rem}.SearchPatient-module_searchButton__AiSPM{padding-inline:2.5rem!important}.SearchPatient-module_orDivider__mx15Z{display:flex;flex-direction:column;align-items:center;justify-content:center}.SearchPatient-module_orDivider__mx15Z:before{content:"";width:1px;height:20px;background:var(--cds-border-subtle-02, #e0e0e0)}.SearchPatient-module_orDivider__mx15Z:after{content:"";width:1px;height:20px;background:var(--cds-border-subtle-02, #e0e0e0)}.SearchPatient-module_advanceSearchContainer__-sy1N{display:flex;align-items:center;flex:1 1 auto;min-width:0}.SearchPatient-module_advanceInputWrapper__VZ-gK{display:flex;flex:1 1 auto;position:relative}.SearchPatient-module_errorMessage__iL222{position:absolute;top:100%;color:var(--cds-support-error, #da1e28);font-size:.875rem;line-height:1.125rem;font-weight:400;white-space:nowrap}.SearchPatient-module_searchTypeDropdown__CsMo-{width:10rem}@media (max-width: 65.98rem){.SearchPatient-module_searchPatientContainer__uqWDm{flex-direction:column}.SearchPatient-module_searchPatient__aRwgX{width:100%}.SearchPatient-module_orDivider__mx15Z{flex-direction:row;width:50%}.SearchPatient-module_orDivider__mx15Z:before{height:1px;flex:1}.SearchPatient-module_orDivider__mx15Z:after{height:1px;flex:1}}.VitalFlowSheet-module_vitalFlowSheetDataTable__Nnc7i th{white-space:pre-line}.VitalFlowSheet-module_vitalFlowSheetDataTable__Nnc7i table th:nth-child(2) *,.VitalFlowSheet-module_vitalFlowSheetDataTable__Nnc7i table td:nth-child(2){background-color:#defbe6!important}.VitalFlowSheet-module_vitalSignCell__rLnL2{display:flex;flex-direction:column;gap:2px}.VitalFlowSheet-module_vitalSignName__ZMxpI{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);font-weight:600}.VitalFlowSheet-module_obsValueCell__jlfOo{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);text-align:center;padding:.25rem;border-radius:2px}.VitalFlowSheet-module_obsValueCell__jlfOo.VitalFlowSheet-module_abnormalValue__GY-a4{color:var(--cds-support-error, #da1e28);font-weight:600}.VitalFlowSheet-module_complexDisplayValue__xaQCs{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2px;line-height:1.2}.TaskList-module_completedStatus__ubQOk{color:#24a148}.TaskList-module_activeStatus__2Pku3{color:#4589ff}.TaskList-module_scheduledStatus__theUP{color:#fddc69}.TaskList-module_cancelledStatus__72eup{color:#878d96}.TaskList-module_stoppedStatus__SQvC1{color:#fa4d56}.TaskList-module_defaultStatus__cdKao{color:#dde1e6}.TaskList-module_tasksTableBody__xNB7S{padding:0!important}.TaskList-module_tasksTableBody__xNB7S td{width:25%;border-block-end:0!important}.TaskList-module_emptyState__D-JLC{padding:1rem;text-align:center;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}[data-split-view] #main-display-area #generic-service-request-table div[id^=accordion-item]{overflow-x:auto}.GenericServiceRequestTable-module_inProgressStatus__qUqDT{color:#684e00}.GenericServiceRequestTable-module_completedStatus__u1AND{color:#24a148}.GenericServiceRequestTable-module_revokedStatus__3gz6-,.GenericServiceRequestTable-module_unknownStatus__7Bdzo{color:#dde1e6}.GenericServiceRequestTable-module_requestName__94fyH{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616);display:flex;align-items:center;gap:.25rem}.GenericServiceRequestTable-module_serviceRequestTableBody__VaOHb td:not(:first-child){width:25%;border-block-end:0!important}.GenericServiceRequestTable-module_urgentCell__YvVIm{background-color:#fddc69!important;color:#684e00!important}.GenericServiceRequestTable-module_customAccordianItem__1PBx4{background-color:var(--cds-layer-01, #f4f4f4)}.GenericServiceRequestTable-module_customAccordianItem__1PBx4 .cds--accordion__content{margin-inline-start:0rem!important;padding-inline:0rem!important}.GenericServiceRequestTable-module_customAccordianItem__1PBx4 .cds--accordion__wrapper{padding-block:0rem!important;padding-block-end:0rem!important}.GenericServiceRequestTable-module_expandableContentSpacer__Mf8Da{border:none!important}.GenericServiceRequestTable-module_expandedContent__msGOL{padding:0!important}.PatientProgramsTable-module_outcome__P3f1s{display:flex;flex-direction:column;gap:.25rem}.PatientProgramsTable-module_outcome__P3f1s h3{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);font-weight:500;color:var(--cds-text-primary, #161616)}.PatientProgramsTable-module_outcome__P3f1s p{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252);margin:0}.PatientProgramsTable-module_table__yS2Jn td{width:14%;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.Immunizations-module_widget__xuaMo [role=tabpanel]{padding:0}.Immunizations-module_header__Ia4P3{background:var(--cds-background, #ffffff);min-block-size:fit-content;border-top:1px solid var(--cds-border-subtle);display:flex;justify-content:space-between;align-items:center;padding:0;border-bottom:1px solid var(--cds-border-subtle-02, #e0e0e0)}.Immunizations-module_header__Ia4P3 p{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);color:var(--cds-text-primary, #161616);padding:1rem}.Immunizations-module_header__Ia4P3 button{margin-inline-end:.125rem}.Immunizations-module_code__1Qw2U{display:flex;gap:.25rem;align-items:center;font-weight:700}.Immunizations-module_table__xoUWF table{table-layout:fixed;width:100%}.Immunizations-module_table__xoUWF td,.Immunizations-module_table__xoUWF th{width:auto}.Immunizations-module_table__xoUWF th[data-testid$=-doseSequence],.Immunizations-module_table__xoUWF td[data-testid$=-doseSequence]{width:9%}.Immunizations-module_expandedRowContent__-xLrq{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616)}.Immunizations-module_expandedRowContent__-xLrq span+span:before{content:" | "}.ProgramDetails-module_error__KOaxf{padding:1rem;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-support-error, #da1e28);font-style:italic;text-align:center;background-color:var(--cds-layer-01, #f4f4f4);width:100%}.ProgramDetails-module_loading__-c-ec{padding:1rem;inline-size:100%;max-inline-size:100%}.ProgramDetails-module_grid__Anpu7{margin-inline:0;padding-inline:0}.ProgramDetails-module_grid__Anpu7 dt{padding-top:.75rem}.ProgramDetails-module_header__1QY-2{display:flex;justify-content:space-between;padding-inline-end:.75rem;padding-top:.5rem}.ProgramDetails-module_header__1QY-2 #ProgramDetails-module_patient-programs-state-change-button-group__5GxkV{display:flex;gap:.25rem}.ProgramDetails-module_title__VYDAP{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);padding-top:.75rem;padding-bottom:0;font-weight:600;min-block-size:fit-content}.ProgramDetails-module_title__VYDAP #ProgramDetails-module_program-status__UoJVb{padding-left:.75rem}.ProgramDetails-module_programDetails__PPdA7{background-color:var(--cds-layer-01, #f4f4f4);padding-bottom:1rem;padding-inline:.5rem}.CommandPalette-module_overlay__MMHhx{position:fixed;inset:0;background:var(--cds-overlay, rgba(22, 22, 22, .5));z-index:9000;animation:CommandPalette-module_fadeIn__iga9Z .11s cubic-bezier(0,0,.38,.9)}.CommandPalette-module_dialog__9Bete{padding:0;margin:0;position:fixed;top:15%;left:50%;transform:translate(-50%);width:100%;max-width:660px;background:var(--cds-layer-02, #ffffff);border:1px solid var(--cds-border-subtle-01, #c6c6c6);border-radius:8px;box-shadow:0 16px 48px #0000003d;z-index:9001;overflow:hidden;animation:CommandPalette-module_slideIn__QF-Xr .11s cubic-bezier(0,0,.38,.9)}.CommandPalette-module_dialog__9Bete [cmdk-root]{display:flex;flex-direction:column;overflow:hidden}.CommandPalette-module_inputWrapper__-gPbe{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--cds-border-subtle-01, #c6c6c6);background:var(--cds-layer-02, #ffffff)}.CommandPalette-module_searchIcon__9SuOa{width:18px;height:18px;color:var(--cds-icon-secondary, #525252);flex-shrink:0}.CommandPalette-module_input__Qk6nY{flex:1;min-width:0;padding:0;background:transparent;border:none;outline:none;color:var(--cds-text-primary, #161616);font-size:var(--cds-body-02-font-size, 1rem);font-weight:var(--cds-body-02-font-weight, 400);line-height:var(--cds-body-02-line-height, 1.5);letter-spacing:var(--cds-body-02-letter-spacing, 0)}.CommandPalette-module_input__Qk6nY::placeholder{color:var(--cds-text-placeholder, rgba(22, 22, 22, .4))}.CommandPalette-module_annotationSuggestionPrefix__zaXFp{display:inline-flex;align-items:center;padding:1px .25rem;background:var(--cds-layer-03, #f4f4f4);border:1px solid var(--cds-border-subtle-02, #e0e0e0);border-radius:4px;color:var(--cds-interactive, #0f62fe);font-family:var(--cds-code-01-font-family, "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace);font-size:var(--cds-code-01-font-size, .75rem);font-weight:var(--cds-code-01-font-weight, 400);line-height:var(--cds-code-01-line-height, 1.33333);letter-spacing:var(--cds-code-01-letter-spacing, .32px);font-size:.75rem;flex-shrink:0;margin-right:.25rem}.CommandPalette-module_annotationBadge__L0nIf{display:inline-flex;align-items:center;padding:2px .5rem;background:var(--cds-interactive, #0f62fe);color:var(--cds-text-on-color, #ffffff);border-radius:4px;font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);font-size:.6875rem;white-space:nowrap;flex-shrink:0}.CommandPalette-module_escHint__cnr7R{flex-shrink:0;padding:2px .25rem;background:var(--cds-layer-03, #f4f4f4);border:1px solid var(--cds-border-subtle-02, #e0e0e0);border-radius:4px;color:var(--cds-text-helper, #6f6f6f);font-family:var(--cds-code-01-font-family, "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace);font-size:var(--cds-code-01-font-size, .75rem);font-weight:var(--cds-code-01-font-weight, 400);line-height:var(--cds-code-01-line-height, 1.33333);letter-spacing:var(--cds-code-01-letter-spacing, .32px);font-size:.6875rem;cursor:default}.CommandPalette-module_list__J8pb6{max-height:420px;overflow-y:auto;padding:.25rem 0}.CommandPalette-module_list__J8pb6::-webkit-scrollbar{width:4px}.CommandPalette-module_list__J8pb6::-webkit-scrollbar-track{background:transparent}.CommandPalette-module_list__J8pb6::-webkit-scrollbar-thumb{background:var(--cds-border-subtle-02, #e0e0e0);border-radius:2px}.CommandPalette-module_empty__XFtVI{padding:3rem 1rem;text-align:center;color:var(--cds-text-helper, #6f6f6f);font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px)}.CommandPalette-module_group__dFVy1 [cmdk-group-heading]{padding:.5rem 1rem .25rem;color:var(--cds-text-helper, #6f6f6f);font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);text-transform:uppercase;letter-spacing:.08em}.CommandPalette-module_item__KVHYz{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;cursor:pointer;color:var(--cds-text-primary, #161616);font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);transition:background 70ms cubic-bezier(.2,0,.38,.9)}.CommandPalette-module_item__KVHYz[data-selected=true]{background:var(--cds-layer-selected-02, #e0e0e0)}.CommandPalette-module_item__KVHYz[data-selected=true] .CommandPalette-module_itemActions__JEA1i,.CommandPalette-module_item__KVHYz[data-selected=true] .CommandPalette-module_chevronButton__AJ6gx{opacity:1}.CommandPalette-module_item__KVHYz:hover{background:var(--cds-layer-hover-02, #e8e8e8)}.CommandPalette-module_item__KVHYz:hover .CommandPalette-module_itemActions__JEA1i,.CommandPalette-module_item__KVHYz:hover .CommandPalette-module_chevronButton__AJ6gx{opacity:1}.CommandPalette-module_navIcon__D-qMS{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:6px;background:var(--cds-layer-03, #f4f4f4);color:var(--cds-icon-secondary, #525252);font-size:.75rem;flex-shrink:0}.CommandPalette-module_avatar__1yb6S{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--cds-interactive, #0f62fe);color:var(--cds-text-on-color, #ffffff);font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);font-weight:600;flex-shrink:0;text-transform:uppercase;letter-spacing:.02em}.CommandPalette-module_itemContent__nMTsU{display:flex;flex-direction:column;min-width:0;flex:1;gap:.125rem}.CommandPalette-module_itemLabel__5-tfj{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CommandPalette-module_additionalFields__RTptn{display:flex;flex-wrap:wrap;gap:.125rem .75rem;padding-top:.125rem}.CommandPalette-module_additionalField__quBWU{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252);white-space:nowrap}.CommandPalette-module_fieldLabel__fydJO{color:var(--cds-text-helper, #6f6f6f);font-weight:500}.CommandPalette-module_chevronButton__AJ6gx{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0;background:transparent;border:none;color:var(--cds-icon-secondary, #525252);cursor:pointer;flex-shrink:0;opacity:0;transition:opacity 70ms cubic-bezier(.2,0,.38,.9),color 70ms cubic-bezier(.2,0,.38,.9)}.CommandPalette-module_chevronButton__AJ6gx:hover{color:var(--cds-icon-primary, #161616)}.CommandPalette-module_chevronIcon__-CEOh{font-size:.5rem;line-height:1}.CommandPalette-module_itemActions__JEA1i{display:flex;align-items:center;gap:.25rem;flex-shrink:0;opacity:0;transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}.CommandPalette-module_actionButton__If4Pm{display:inline-flex;align-items:center;padding:2px .5rem;background:var(--cds-layer-03, #f4f4f4);border:1px solid var(--cds-border-subtle-02, #e0e0e0);border-radius:4px;color:var(--cds-text-secondary, #525252);cursor:pointer;font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);white-space:nowrap;transition:background 70ms cubic-bezier(.2,0,.38,.9),color 70ms cubic-bezier(.2,0,.38,.9)}.CommandPalette-module_actionButton__If4Pm:hover{background:var(--cds-layer-hover-03, #e8e8e8);color:var(--cds-text-primary, #161616)}.CommandPalette-module_actionButtonLabel__aikTo{font-size:.75rem}.CommandPalette-module_actionButtonDefault__OhyJg{background:var(--cds-interactive, #0f62fe);border-color:var(--cds-interactive, #0f62fe);color:var(--cds-text-on-color, #ffffff)}.CommandPalette-module_actionButtonDefault__OhyJg:hover{filter:brightness(.9);color:var(--cds-text-on-color, #ffffff)}.CommandPalette-module_actionEnterHint__aAtZ4{margin-left:.125rem;padding:0 2px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:3px;font-size:.6rem;line-height:1.4;font-family:inherit;pointer-events:none}.CommandPalette-module_loading__Dv3-h{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:var(--cds-text-helper, #6f6f6f);font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px)}.CommandPalette-module_ekgLine__scLbr{width:60px;height:16px;flex-shrink:0;overflow:visible}.CommandPalette-module_ekgPath__RTNDz{fill:none;stroke:var(--cds-support-success, #24a148);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:80 80;animation:CommandPalette-module_ekgScroll__ERPks 1.8s linear infinite}.CommandPalette-module_footer__HGa-Q{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:.5rem 1rem;border-top:1px solid var(--cds-border-subtle-01, #c6c6c6);background:var(--cds-layer-01, #f4f4f4)}.CommandPalette-module_shortcutHint__NkFX8{display:flex;align-items:center;gap:.25rem;color:var(--cds-text-helper, #6f6f6f);font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px)}.CommandPalette-module_kbd__k9aaD{display:inline-flex;align-items:center;justify-content:center;padding:1px .25rem;background:var(--cds-layer-03, #f4f4f4);border:1px solid var(--cds-border-subtle-02, #e0e0e0);border-radius:4px;color:var(--cds-text-helper, #6f6f6f);font-family:var(--cds-code-01-font-family, "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace);font-size:var(--cds-code-01-font-size, .75rem);font-weight:var(--cds-code-01-font-weight, 400);line-height:var(--cds-code-01-line-height, 1.33333);letter-spacing:var(--cds-code-01-letter-spacing, .32px);font-size:.6875rem}@keyframes CommandPalette-module_fadeIn__iga9Z{0%{opacity:0}to{opacity:1}}@keyframes CommandPalette-module_slideIn__QF-Xr{0%{opacity:0;transform:translate(-50%) translateY(-12px) scale(.98)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes CommandPalette-module_ekgScroll__ERPks{0%{stroke-dashoffset:0}to{stroke-dashoffset:-160}}.configProvider-module_errorState__l62qJ{padding:2rem;background-color:var(--cds-layer-01, #f4f4f4)}.configProvider-module_errorStateTitle__RGFEv{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);margin-bottom:.5rem}.configProvider-module_errorStateBody__QlP3w{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}.LocationSelector-module_dropdownWrapper__EGQSN .cds--dropdown{min-width:12rem}.LocationSelector-module_skeleton__5QGfl{height:2.5rem}.LocationSelector-module_error__7K-5g{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);padding:.5rem .75rem;color:var(--cds-text-error)}.LocationSelector-module_noLocation__mrBOk{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);padding:.5rem .75rem;color:var(--cds-text-secondary)}.DocumentsTable-module_documentsTableBody__6iR3w td{width:20%}.DocumentsTable-module_documentsTableBody__6iR3w td:nth-child(1){width:25%}.DocumentsTable-module_documentsTableBody__6iR3w td:last-child{width:15%}.DocumentsTable-module_viewAttachmentsLink__aQ1on{cursor:pointer}.DocumentsTable-module_documentViewerContainer__F5m8D{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem;gap:1rem}.DocumentsTable-module_attachmentItem__17KA7{width:100%}.DocumentsTable-module_attachmentCounter__WFiI3{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252);margin-bottom:.25rem}.DocumentsTable-module_attachmentError__RI4U2{color:var(--cds-support-error, #da1e28);font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px)}.DocumentsTable-module_documentIframe__ptq5I{width:100%;height:37.5rem;border:none}.DocumentsTable-module_documentImage__KQVgS{max-width:100%;object-fit:contain}[data-split-view] #main-display-area #forms-table div[id^=accordion-item]{overflow-x:auto}.FormsTable-module_formsTableBody__SvGha td{width:50%;border-block-end:0!important}.FormsTable-module_customAccordianItem__isszs{background-color:var(--cds-layer-01, #f4f4f4)}.FormsTable-module_customAccordianItem__isszs .cds--accordion__content{margin-inline-start:0rem!important;padding-inline:0rem!important}.FormsTable-module_customAccordianItem__isszs .cds--accordion__wrapper{padding-block:0rem!important;padding-block-end:0rem!important}.Observations-module_observations__RKSyo div[id^=encounter-]{padding-inline-start:0!important}.Observations-module_observations__RKSyo div[id^=encounter-]>ul>li>button{background-color:var(--cds-layer-01, #f4f4f4)}.Observations-module_observations__RKSyo div[id^=abnormal-obs-][id$=-value]{color:var(--cds-text-error, #da1e28);font-weight:700}[data-split-view] #main-display-area .Observations-module_observations__RKSyo div[id^=accordion-item]{overflow-x:auto}[data-split-view] #main-display-area .Observations-module_observations__RKSyo div[id^=accordion-item] div[id^=accordion-item]{overflow-x:visible}.Observations-module_title__TJL3z{background:var(--cds-background, #ffffff)!important;min-block-size:fit-content!important;border-top:1px solid var(--cds-border-subtle)}.Observations-module_title__TJL3z p{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);color:var(--cds-text-primary, #161616)}
|
|
1
|
+
.index-module_form__bifAs{margin:0 auto;margin-top:2.5rem;max-width:91.25rem;width:calc(100% - 11rem);box-shadow:0 .125rem .5rem var(--cds-shadow, rgba(0, 0, 0, .3));align-items:center}.index-module_patientDetailsHeader__Dhu-D{display:flex;align-content:center;padding-inline-start:1.5rem}.index-module_sectionTitle__PEOvP{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);display:flex;width:100%}.index-module_infoContainer__ug1Gj{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.index-module_patientId__VPidk{font-weight:700;font-size:1rem;white-space:nowrap;flex-shrink:0;line-height:1.5}.index-module_registerDate__i1YXL{font-weight:400;font-size:.75rem;white-space:nowrap;flex-shrink:0;line-height:1.5;margin-left:auto}.index-module_headerTile__UY49t{height:3.5rem;display:flex;align-content:center}.index-module_controlTitle__7fmbk{height:3.5rem;display:flex;align-content:center;padding-left:1.5rem}.index-module_formContainer__aJlwJ{margin:0 auto;margin-bottom:2.5rem;width:calc(100% - 11rem);max-width:91.25rem;box-shadow:0 .125rem .5rem var(--cds-shadow, rgba(0, 0, 0, .3));background:var(--cds-background, #ffffff);display:flex;flex-direction:column;gap:0}.index-module_formContainer__aJlwJ .index-module_formSection__tMY-c{padding:0 1.5rem 1rem;display:flex;flex-direction:column;gap:1rem}.index-module_formContainer__aJlwJ .index-module_infoContainer__ug1Gj{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important}.index-module_formContainer__aJlwJ .index-module_patientId__VPidk{font-weight:700!important;font-size:1rem!important}.index-module_formContainer__aJlwJ .index-module_registerDate__i1YXL{font-size:.75rem!important}.index-module_formContainer__aJlwJ .index-module_formSectionTitle__Yxo73{font-size:var(--cds-body-compact-02-font-size, 1rem);font-weight:var(--cds-body-compact-02-font-weight, 400);line-height:var(--cds-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing, 0);padding-top:1.5rem}.index-module_formContainer__aJlwJ .index-module_patientUuid__nbmih{margin-left:1rem;font-weight:400}.index-module_formContainer__aJlwJ .index-module_ageFieldsWrapper__5TwrD>*,.index-module_formContainer__aJlwJ .index-module_nameFields__age0B>*,.index-module_formContainer__aJlwJ .index-module_demographicsFields__Ebmg2>*,.index-module_formContainer__aJlwJ .index-module_birthInfoFields__kiIsp>*{position:relative}.index-module_formContainer__aJlwJ .index-module_ageFieldsWrapper__5TwrD>* div[class*=cds--form-requirement],.index-module_formContainer__aJlwJ .index-module_nameFields__age0B>* div[class*=cds--form-requirement],.index-module_formContainer__aJlwJ .index-module_demographicsFields__Ebmg2>* div[class*=cds--form-requirement],.index-module_formContainer__aJlwJ .index-module_birthInfoFields__kiIsp>* div[class*=cds--form-requirement]{position:absolute;top:100%;left:0;margin-top:.125rem;z-index:1}.index-module_formContainer__aJlwJ .index-module_ageFieldsWrapper__5TwrD{display:flex;flex-direction:row;gap:1rem;width:100%;align-items:flex-start;padding-bottom:.625rem}.index-module_formContainer__aJlwJ .index-module_ageFieldsWrapper__5TwrD .index-module_ageInputs__xR52o{flex:1}.index-module_formContainer__aJlwJ .index-module_nameFields__age0B{margin-top:1rem;padding-bottom:.625rem}.index-module_formContainer__aJlwJ .index-module_nameFields__age0B>*{flex:1 1 0;min-width:0}.index-module_formContainer__aJlwJ .index-module_demographicsFields__Ebmg2,.index-module_formContainer__aJlwJ .index-module_birthInfo__DP4ey,.index-module_formContainer__aJlwJ .index-module_birthInfoFields__kiIsp{margin-top:1rem}.index-module_formContainer__aJlwJ .index-module_demographicsFields__Ebmg2{padding-bottom:.625rem}.index-module_formContainer__aJlwJ .index-module_dropdownField__gUJQo{width:13.75rem;margin-bottom:-.125rem}.index-module_formContainer__aJlwJ .index-module_checkboxField__-coEm{margin-top:.5rem}.index-module_formContainer__aJlwJ .index-module_emailField__VKcfu,.index-module_formContainer__aJlwJ .index-module_phoneNumberField__yO7B0{width:22rem}.index-module_formActions__VmitZ{margin:0 auto;width:calc(100% - 11rem);max-width:91.25rem;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.index-module_formActions__VmitZ .index-module_actionButtons__gMFf5{display:flex;gap:1rem}.index-module_row__sf8iz{display:flex;flex-wrap:wrap;gap:1rem}.index-module_col__UJzXN{flex:1 1}.index-module_ageFieldsWrapper__5TwrD{display:flex;gap:1rem;flex-wrap:wrap}.index-module_photoRow__lTOVE{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:2rem}.index-module_photoCol__ZADeM{flex:0 0 14.5rem}.index-module_formCol__eJ-FJ{flex:1;min-width:0}.index-module_addressFieldWrapper__bVu7C{position:relative;width:100%}.index-module_suggestionsList__PlS4b{position:absolute;top:100%;left:0;right:0;background:#fff;max-height:14.5rem;overflow-y:auto;z-index:1000;box-shadow:0 .25rem .5rem #0000001a;border:.125rem solid #e0e0e0;border-top:none;margin-top:-.125rem}.index-module_suggestionItem__dvspT{padding:.5rem .75rem;cursor:pointer;border-bottom:.125rem solid #f0f0f0}.index-module_suggestionItem__dvspT:hover{background-color:#f5f5f5}.index-module_suggestionItem__dvspT:last-child{border-bottom:none}.index-module_suggestionName__WuWqo{font-size:.875rem;font-weight:500}.index-module_suggestionParent__e6OPs{font-size:.75rem;color:#525252;margin-top:.125rem}.index-module_requiredAsterisk__pqS6-{color:#da1e28;margin-left:.125rem}.index-module_sectionContent__wlhD4{padding:.25rem 1.5rem 1rem}.index-module_profileSectionContainer__9GSMD{padding-bottom:1rem}.index-module_accordionWrapper__XmTqF .cds--accordion__heading{background-color:var(--cds-layer);min-block-size:4rem;padding-block:1rem;padding-inline-start:.25rem;padding-inline-end:1.5rem;border:none}.index-module_accordionWrapper__XmTqF .cds--accordion__heading:hover{background-color:var(--cds-layer-hover)}.index-module_accordionWrapper__XmTqF .cds--accordion__heading:focus-visible{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}.index-module_accordionWrapper__XmTqF .cds--accordion__title{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);padding-inline-start:.5rem;color:var(--cds-text-primary, #161616)}.index-module_accordionWrapper__XmTqF .cds--accordion__item--active>.cds--accordion__wrapper{padding-block:0!important;padding-block-end:0!important;padding-inline:0!important}.index-module_accordionWrapper__XmTqF .cds--accordion__content{padding-inline:0!important;padding-inline-end:0!important;padding-inline-start:0!important}.index-module_accordionWrapper__XmTqF .cds--accordion--start .cds--accordion__content{margin-inline-start:0!important}.styles-module_photoUploadSection__qtwYI{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;width:9rem;height:11rem;background:var(--cds-layer-01, #f4f4f4);justify-content:center}.styles-module_photoUploadSection__qtwYI .styles-module_removeButtonWrapper__WQnLi{position:absolute;top:0;right:0;z-index:10}.styles-module_photoUploadSection__qtwYI img{width:100%;height:100%;padding:1rem;object-fit:contain;display:block}.styles-module_wrapButton__KAN5U{padding-right:1rem!important}.styles-module_imagePreviewContainer__X05yj{aspect-ratio:3/4;background:var(--cds-layer-02, #ffffff);display:flex}.styles-module_imagePreviewContainer__X05yj img,.styles-module_imagePreviewContainer__X05yj video{width:100%;height:100%;object-fit:contain}.styles-module_buttonGroup__0CFl5{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.styles-module_button__kcVkX{padding-inline:2.5rem!important;min-width:9rem!important}.styles-module_errorMessage__l9HTc{color:var(--cds-support-error, #da1e28);font-size:.75rem;font-weight:400;margin-top:.125rem;height:2.5rem}.styles-module_patientPhoto__OefwT .cds--modal-container{width:25rem!important}.styles-module_patientPhoto__OefwT .cds--modal-content{padding:1rem!important}.styles-module_patientPhoto__OefwT .cds--file__selected-file{margin-top:-3.75rem!important;margin-left:10rem!important}.styles-module_noFileChosen__wwt3U{position:absolute!important;margin-top:-3rem!important;margin-left:11rem!important}.styles-module_videoWrapper__JHng5{position:relative;background:var(--cds-layer-02, #ffffff)}.styles-module_videoWrapper__JHng5 video{display:block;width:100%}.styles-module_cropBox__HlOYR{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);border:2px solid white;pointer-events:none}.styles-module_capturedImageWrapper__V381z{display:flex;justify-content:center;background:var(--cds-layer-02, #ffffff)}.styles-module_capturedImageWrapper__V381z img{display:block;max-width:100%;height:auto}.VisitTypeSelector-module_opdVisitGroup__tWHBO{display:flex;align-items:center;max-width:100%}.VisitTypeSelector-module_opdVisitGroup__tWHBO .VisitTypeSelector-module_visitButton__pO9p0{min-width:16rem;max-width:100%;justify-content:flex-start;column-gap:.25rem;padding-inline-end:.9375rem}.VisitTypeSelector-module_opdVisitGroup__tWHBO .VisitTypeSelector-module_visitDropdown__iIOTs .cds--list-box__menu{left:auto;min-width:16rem;right:4rem;margin-top:.5rem}.index-module_formSection__DnJc5{display:flex;flex-direction:column}.index-module_identifierField__i0fqw{width:22rem;padding-bottom:1rem;padding-top:.625rem}.index-module_identifierField__i0fqw .cds--text-input{background-color:var(--cds-field-01, #f4f4f4)!important}.index-module_identifierField__i0fqw>*{position:relative}.index-module_identifierField__i0fqw>* div[class*=cds--form-requirement]{position:absolute;top:100%;left:0;margin-top:.125rem;z-index:1}.index-module_identifierTable__RzN-- thead{display:none}.index-module_identifierTable__RzN-- .cds--data-table-container{padding-top:0!important}.index-module_identifierTable__RzN-- tbody tr td{border-top:none!important;border-bottom:none!important}.index-module_identifierTable__RzN-- tbody tr:hover td{cursor:default;border-bottom:none!important}.index-module_identifierTable__RzN-- tbody td:first-child{width:11.5rem;white-space:nowrap;padding-inline-start:0!important;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);align-content:center}.index-module_requiredAsterisk__y0hZt{color:#da1e28;margin-left:.125rem;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.index-module_checkboxField__JR64L{margin-top:.5rem;margin-left:.5rem}.index-module_additionalInfoSection__fNal6{display:flex;flex-direction:column;overflow:visible}.index-module_attributeField__qCAql{flex:0 0 calc(50% - .75rem);padding-bottom:.625rem}.index-module_attributeField__qCAql>*{flex:1 1 0;min-width:0}.index-module_attributeField__qCAql>*{position:relative}.index-module_attributeField__qCAql>* div[class*=cds--form-requirement]{position:absolute;top:100%;left:0;margin-top:.125rem;z-index:1}.index-module_row__PNEim{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;gap:1rem;overflow:visible}.index-module_fieldsContainer__3QYhG{display:flex;flex-direction:column;gap:1.5rem}.index-module_formSection__cj5kS{display:flex;flex-direction:column;gap:16px}.index-module_formSection__cj5kS .index-module_row__bl4rb{display:flex;flex-wrap:wrap;gap:1rem}.index-module_formSection__cj5kS .index-module_col__ctaMK{flex:0 0 calc(50% - .5rem);min-width:0;padding-bottom:.625rem}.index-module_formSection__C9nLc{display:flex;flex-direction:column;gap:16px}.index-module_row__ARFPa{display:flex;flex-wrap:wrap;gap:1rem}.index-module_phoneNumberField__xV5ca{flex:0 0 calc(25% - .75rem);padding-bottom:.625rem}.index-module_phoneNumberField__xV5ca>*{flex:1 1 0;min-width:0}.index-module_requiredAsterisk__hxE1m{color:var(--cds-support-error, #da1e28);margin-left:.125rem}.index-module_relationshipSection__ep1O0{display:flex;flex-direction:column;overflow:visible}.index-module_tableContainer__rt6zZ{width:100%;overflow-x:auto;overflow-y:visible;padding-bottom:250px;margin-bottom:-250px;-webkit-overflow-scrolling:touch}.index-module_tableContainer__rt6zZ .cds--list-box__menu,.index-module_tableContainer__rt6zZ .cds--date-picker__calendar{z-index:9999!important}.index-module_tableContainer__rt6zZ .cds--data-table-container,.index-module_tableContainer__rt6zZ .cds--data-table-content{overflow:visible!important}.index-module_tableContainer__rt6zZ .cds--data-table thead tr th{border-top:none!important;border-bottom:none!important}.index-module_tableContainer__rt6zZ .cds--data-table thead tr th:first-child{padding-inline-start:0!important}.index-module_tableContainer__rt6zZ .cds--data-table tbody tr td{border-top:none!important;border-bottom:none!important}.index-module_tableContainer__rt6zZ .cds--data-table tbody tr td:first-child{padding-inline-start:0!important}.index-module_tableContainer__rt6zZ .cds--data-table tr:hover td{border-bottom:none!important}.index-module_tableContainer__rt6zZ .cds--combo-box{width:16.375rem}.index-module_tableContainer__rt6zZ .cds--combo-box .cds--text-input{background-color:var(--cds-field-01, #f4f4f4)!important}.index-module_tableContainer__rt6zZ .cds--combo-box .cds--list-box__menu-item{height:auto}.index-module_tableContainer__rt6zZ .cds--combo-box .cds--list-box__menu-item__option{white-space:normal;height:auto;overflow-wrap:break-word}.index-module_tableContainer__rt6zZ .cds--dropdown{width:16.375rem;background-color:var(--cds-field-01, #f4f4f4)!important}.index-module_tableContainer__rt6zZ .cds--dropdown .cds--list-box__menu-item{height:auto}.index-module_tableContainer__rt6zZ .cds--dropdown .cds--list-box__menu-item__option{white-space:normal;height:auto;overflow-wrap:break-word}.index-module_tableContainer__rt6zZ .cds--date-picker{width:16.375rem}.index-module_tableContainer__rt6zZ .cds--list-box__field{width:100%!important;max-width:100%!important}.index-module_addButtonContainer__iK9vq{padding-block:1.5rem}.index-module_wrapButton__vs-M6{white-space:normal;text-align:center;word-break:break-word;border-radius:.125rem;padding-right:1rem}.index-module_requiredAsterisk__CBCCp{color:var(--cds-support-error, #da1e28)!important;margin-left:.125rem}.index-module_readOnlyText__hMW9A{display:inline-block;width:16.375rem;white-space:normal;overflow-wrap:break-word}.index-module_patientLink__MvG14{display:inline-block;width:16.375rem;text-decoration:underline;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index-module_patientLink__MvG14:hover{color:var(--cds-link-primary-hover, #0043ce)}.index-module_patientLink__MvG14:visited{color:var(--cds-link-visited, #8a3ffc)}.index-module_main__yaqKE{background-color:var(--cds-layer-02, #ffffff);padding:2.5rem 6rem 1.5rem;padding-inline:6.25rem}.index-module_patientSearchResult__yCABc{box-shadow:0 2px 6px 0 var(--cds-shadow, rgba(0, 0, 0, .3));margin-top:2.5rem}.index-module_resultsTitle__S3gR1{min-block-size:fit-content!important;font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);color:var(--cds-text-primary, #161616)}.index-module_patientSearchTableBody__ew-FG td{width:15%}.index-module_scheduledStatus__--WXs{background-color:#d0e2ff!important;color:#0043ce!important}.index-module_arrivedStatus__Hbkv-{background-color:#fddc69!important;color:#684e00!important}.index-module_checkedInStatus__uo8iJ{background-color:#9ef0f0!important;color:#005d5d!important}.index-module_completedStatus__OcxMS{background-color:#a7f0ba!important;color:#0e6027!important}.index-module_missedStatus__6VcyE,.index-module_cancelledStatus__TkDdR{background-color:#ffd7d9!important;color:#a2191f!important}@media (max-width: 65.98rem){.index-module_main__yaqKE{padding:1.5rem 2.5rem}}.index-module_actionButtonsContainer__uZAyh{margin-left:-2rem;margin-bottom:.75rem}.index-module_actionButton__1KOIh{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);border:1px solid;display:flex;width:8.8rem!important;padding:.4375rem 1rem!important;align-items:center;gap:2rem}.index-module_headerButton__tksFU{position:fixed!important;top:.25rem;right:3rem;padding-inline:1rem!important;z-index:9999;background-color:var(--cds-support-success, #24a148)}.index-module_headerButton__tksFU:hover{background-color:#198038}.index-module_headerButton__tksFU:active{background-color:#0e6027}._bahmniIcon_1cg5e_1._paddingNone_1cg5e_1{padding:0}._bahmniIcon_1cg5e_1._paddingXxsmall_1cg5e_4{padding:.125rem}._bahmniIcon_1cg5e_1._paddingXsmall_1cg5e_7{padding:.25rem}._bahmniIcon_1cg5e_1._paddingSmall_1cg5e_10{padding:.5rem}._bahmniIcon_1cg5e_1._paddingMedium_1cg5e_13{padding:1rem}._bahmniIcon_1cg5e_1._paddingLarge_1cg5e_16{padding:1.5rem}._item_vyhzj_1{display:flex;flex-direction:column;gap:.5rem}._item_vyhzj_1 dt{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252)}._definition_vyhzj_14{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616)}._definitionNormal_vyhzj_22{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616)}._textAreaWrapper_1xc56_1{position:relative}._textAreaWrapper_1xc56_1 .cds--text-area__label-wrapper{justify-content:flex-end;position:absolute;bottom:-1.75rem}._textAreaWrapperInvalid_1xc56_10{position:relative}._textAreaWrapperInvalid_1xc56_10 .cds--text-area__label-wrapper{justify-content:flex-end;position:absolute;bottom:-.5rem}._rowCell_ajzol_1{display:flex;flex-direction:row;align-items:center;width:100%;gap:.5rem;padding:.5rem;min-block-size:2.5rem}._header_ajzol_11{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex:0 0 30%;max-width:30%}._value_ajzol_20{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex:0 0 50%;max-width:50%}._info_ajzol_29{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex:0 0 20%;max-width:20%}._notificationContainer_1vxpe_1{position:fixed;top:4rem;right:1rem;z-index:9000;display:flex;flex-direction:column;gap:.5rem;align-items:end}._dataTableBody_ywc0x_1 td{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff)!important;color:var(--cds-text-primary, #161616)!important;height:4rem;align-content:start;border-block-end:0!important}._dataTableBody_ywc0x_1 tr>td:first-child:has(button) button{align-items:flex-start!important;padding:.25rem .5rem!important}._dataTableBody_ywc0x_1 th,._dataTableBody_ywc0x_1 th *{background-color:var(--cds-background, #ffffff)!important;font-weight:400;color:var(--cds-text-secondary, #525252)}._dataTableBody_ywc0x_1 th{border-block:1px solid var(--cds-border-subtle)!important}._skeleton_ywc0x_26 td,._skeleton_ywc0x_26 th{background-color:var(--cds-background, #ffffff)!important}._statePlaceholder_ywc0x_31{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}._emptyStateCell_ywc0x_42{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem!important;text-align:center!important;color:var(--cds-text-secondary, #525252)}._pagination_ywc0x_53{background-color:var(--cds-background, #ffffff);border-top:1px solid var(--cds-border-subtle)}._filterRow_ywc0x_58{background-color:var(--cds-layer-accent-01, #e0e0e0)}._filterCell_ywc0x_62{padding:.25rem .75rem;vertical-align:middle}._filterPlaceholderCell_ywc0x_67{padding:.25rem .75rem;background-color:var(--cds-layer-accent-01, #e0e0e0)}._groupRow_ywc0x_72{background-color:var(--cds-layer-accent-01, #e0e0e0)}._groupCell_ywc0x_76{padding:.5rem 1rem}._groupToggle_ywc0x_80{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.25rem 0;font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}._groupCount_ywc0x_94{color:var(--cds-text-secondary, #525252);font-weight:400}._groupByDropdown_ywc0x_99 .cds--list-box__menu{right:0;left:auto}._actionButtons_ywc0x_104{display:flex;gap:1px}._visuallyHidden_ywc0x_109{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}._selectFilter_ywc0x_121{min-width:7rem}._dateRangeFilter_ywc0x_125 div:first-child{display:flex;flex-direction:column!important;gap:.25rem}._sortableDataTableBody_1w499_1 td{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);color:var(--cds-text-primary, #161616)!important;height:4rem;align-content:start}._sortableDataTableBody_1w499_1 th,._sortableDataTableBody_1w499_1 th *{background-color:var(--cds-background, #ffffff)!important;font-weight:400;color:var(--cds-text-secondary, #525252)}._sortableDataTableBody_1w499_1 th{border-block:1px solid var(--cds-border-subtle)!important}._sortableDataTableSkeleton_1w499_21 td,._sortableDataTableSkeleton_1w499_21 th{background-color:var(--cds-background, #ffffff)!important}._sortableDataTableBodyEmpty_1w499_26{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}._sortableDataTablePagination_1w499_37{background-color:var(--cds-background, #ffffff);border-top:1px solid var(--cds-border-subtle)}._actionDataTableBody_mn1ph_1{padding-block-start:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}._actionDataTableBody_mn1ph_1 h2{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0)}._actionDataTableBody_mn1ph_1>div:first-of-type{flex:1;align-content:center;border-bottom:none;padding-block:0;min-height:3rem}._actionDataTableBody_mn1ph_1>section{flex:0 0 auto;background-color:transparent;width:auto}._actionDataTableBody_mn1ph_1>section>div{padding:0;min-height:auto;justify-content:flex-end}._actionDataTableBody_mn1ph_1>[data-testid$=-sortable-data-table-test-id],._actionDataTableBody_mn1ph_1 [data-testid$=-sortable-data-table-test-id-skeleton],._actionDataTableBody_mn1ph_1 [data-testid$=-sortable-data-table-test-id-empty],._actionDataTableBody_mn1ph_1 [data-testid$=-sortable-data-table-test-id-error]{flex:1 0 100%}._expandableDataTableBody_15ny8_1 td{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff)!important;color:var(--cds-text-primary, #161616)!important;height:4rem;align-content:start}._expandableDataTableBody_15ny8_1 tr>td:first-child:has(button) button{align-items:flex-start!important;padding:.25rem .5rem!important}._expandableDataTableBody_15ny8_1 th,._expandableDataTableBody_15ny8_1 th *{background-color:var(--cds-background, #ffffff)!important;font-weight:400;color:var(--cds-text-secondary, #525252)}._expandableDataTableBody_15ny8_1 th{border-block:1px solid var(--cds-border-subtle)!important}._expandableDataTableSkeleton_15ny8_25 td,._expandableDataTableSkeleton_15ny8_25 th{background-color:var(--cds-background, #ffffff)!important}._expandableDataTableBodyEmpty_15ny8_30{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}._simpleDataTableBody_1cmbq_1 td{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);color:var(--cds-text-primary, #161616)!important;height:4rem;align-content:start;padding:1rem!important}._simpleDataTableBody_1cmbq_1 th,._simpleDataTableBody_1cmbq_1 th *{background-color:var(--cds-background, #ffffff)!important;font-weight:400;color:var(--cds-text-secondary, #525252);cursor:default!important}._simpleDataTableBody_1cmbq_1 th{border-block:1px solid var(--cds-border-subtle)!important;padding:1rem!important}._tooltipIcon_d1wk8_1 svg{color:var(--cds-icon-secondary, #525252)!important}._cds--layer-one_vvtyi_19{--cds-layer: var(--cds-layer-01, #f4f4f4);--cds-layer-active: var(--cds-layer-active-01, #c6c6c6);--cds-layer-background: var(--cds-layer-background-01, #ffffff);--cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);--cds-field: var(--cds-field-01, #f4f4f4);--cds-field-hover: var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);--cds-border-tile: var(--cds-border-tile-01, #c6c6c6)}._cds--layer-two_vvtyi_37{--cds-layer: var(--cds-layer-02, #ffffff);--cds-layer-active: var(--cds-layer-active-02, #c6c6c6);--cds-layer-background: var(--cds-layer-background-02, #f4f4f4);--cds-layer-hover: var(--cds-layer-hover-02, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-02, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-02, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-02, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-02, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-02, #a8a8a8);--cds-field: var(--cds-field-02, #ffffff);--cds-field-hover: var(--cds-field-hover-02, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-01, #c6c6c6);--cds-border-subtle-selected: var(--cds-border-subtle-selected-02, #c6c6c6);--cds-border-strong: var(--cds-border-strong-02, #8d8d8d);--cds-border-tile: var(--cds-border-tile-02, #a8a8a8)}._cds--layer-three_vvtyi_55{--cds-layer: var(--cds-layer-03, #f4f4f4);--cds-layer-active: var(--cds-layer-active-03, #c6c6c6);--cds-layer-background: var(--cds-layer-background-03, #ffffff);--cds-layer-hover: var(--cds-layer-hover-03, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-03, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-03, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-03, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-03, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-03, #a8a8a8);--cds-field: var(--cds-field-03, #f4f4f4);--cds-field-hover: var(--cds-field-hover-03, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-02, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-03, #c6c6c6);--cds-border-strong: var(--cds-border-strong-03, #8d8d8d);--cds-border-tile: var(--cds-border-tile-03, #c6c6c6)}._cds--layer-one_vvtyi_19._cds--layer__with-background_vvtyi_73,._cds--layer-two_vvtyi_37._cds--layer__with-background_vvtyi_73,._cds--layer-three_vvtyi_55._cds--layer__with-background_vvtyi_73{background-color:var(--cds-layer-background)}._layout_vvtyi_85{position:fixed;top:3rem;left:0;right:0;bottom:0;display:flex;flex-direction:column;overflow:hidden}._collapsedModal_vvtyi_96 #modal-root [role=presentation]{position:absolute;left:-3rem;width:calc(100% + 3rem);z-index:9000}._collapsedModal_vvtyi_96 #modal-root [role=presentation] [role=dialog]{width:100%!important;height:100%!important;max-block-size:100%}._mainDisplay_vvtyi_108{position:absolute;inset:0;display:flex;flex-direction:column}._expand_vvtyi_118{left:16rem;width:calc(100vw - 16rem)}._collapse_vvtyi_96{left:3rem}._actionArea_vvtyi_127{height:100%;background:var(--cds-background, #ffffff)}._extended_vvtyi_132{height:200%;display:flex;flex-direction:column-reverse}._separator_vvtyi_138{position:relative;width:.25rem;background:var(--cds-background-hover, rgba(141, 141, 141, .12));cursor:col-resize;z-index:9999}._separatorGrip_vvtyi_146{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:1rem;height:2rem;background:var(--cds-layer-active-02, #c6c6c6);border-radius:.125rem;pointer-events:none}._panelGroup_vvtyi_161{flex:1;min-height:0}._panelGroup_vvtyi_161>[data-panel]{position:relative;min-width:0;overflow:hidden}._panelGroup_vvtyi_161>[data-panel]:first-child{min-width:40%!important}._panelGroup_vvtyi_161>[data-panel]:last-child{min-width:40%!important}@media (max-width: 65.98rem){._actionArea_vvtyi_127{width:100%;left:0;z-index:999999;position:fixed}._expand_vvtyi_118{left:1rem!important;width:calc(100vw - 5rem)!important}._collapse_vvtyi_96{display:none}._panelGroup_vvtyi_161{margin-left:3rem}._panelGroup_vvtyi_161>[data-panel]:first-child:not(:last-child){display:none!important}._panelGroup_vvtyi_161>[data-panel]:last-child{flex:1 1 100%!important}._separator_vvtyi_138{display:none}}:root{--cds-layer: var(--cds-layer-01, #f4f4f4);--cds-layer-active: var(--cds-layer-active-01, #c6c6c6);--cds-layer-background: var(--cds-layer-background-01, #ffffff);--cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);--cds-field: var(--cds-field-01, #f4f4f4);--cds-field-hover: var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);--cds-border-tile: var(--cds-border-tile-01, #c6c6c6)}._cds--layer-one_ma379_19{--cds-layer: var(--cds-layer-01, #f4f4f4);--cds-layer-active: var(--cds-layer-active-01, #c6c6c6);--cds-layer-background: var(--cds-layer-background-01, #ffffff);--cds-layer-hover: var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-01, #a8a8a8);--cds-field: var(--cds-field-01, #f4f4f4);--cds-field-hover: var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong: var(--cds-border-strong-01, #8d8d8d);--cds-border-tile: var(--cds-border-tile-01, #c6c6c6)}._cds--layer-two_ma379_37{--cds-layer: var(--cds-layer-02, #ffffff);--cds-layer-active: var(--cds-layer-active-02, #c6c6c6);--cds-layer-background: var(--cds-layer-background-02, #f4f4f4);--cds-layer-hover: var(--cds-layer-hover-02, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-02, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-02, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-02, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-02, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-02, #a8a8a8);--cds-field: var(--cds-field-02, #ffffff);--cds-field-hover: var(--cds-field-hover-02, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-01, #c6c6c6);--cds-border-subtle-selected: var(--cds-border-subtle-selected-02, #c6c6c6);--cds-border-strong: var(--cds-border-strong-02, #8d8d8d);--cds-border-tile: var(--cds-border-tile-02, #a8a8a8)}._cds--layer-three_ma379_55{--cds-layer: var(--cds-layer-03, #f4f4f4);--cds-layer-active: var(--cds-layer-active-03, #c6c6c6);--cds-layer-background: var(--cds-layer-background-03, #ffffff);--cds-layer-hover: var(--cds-layer-hover-03, #e8e8e8);--cds-layer-selected: var(--cds-layer-selected-03, #e0e0e0);--cds-layer-selected-hover: var(--cds-layer-selected-hover-03, #d1d1d1);--cds-layer-accent: var(--cds-layer-accent-03, #e0e0e0);--cds-layer-accent-hover: var(--cds-layer-accent-hover-03, #d1d1d1);--cds-layer-accent-active: var(--cds-layer-accent-active-03, #a8a8a8);--cds-field: var(--cds-field-03, #f4f4f4);--cds-field-hover: var(--cds-field-hover-03, #e8e8e8);--cds-border-subtle: var(--cds-border-subtle-02, #e0e0e0);--cds-border-subtle-selected: var(--cds-border-subtle-selected-03, #c6c6c6);--cds-border-strong: var(--cds-border-strong-03, #8d8d8d);--cds-border-tile: var(--cds-border-tile-03, #c6c6c6)}._cds--layer-one_ma379_19._cds--layer__with-background_ma379_73,._cds--layer-two_ma379_37._cds--layer__with-background_ma379_73,._cds--layer-three_ma379_55._cds--layer__with-background_ma379_73{background-color:var(--cds-layer-background)}._layout_ma379_85{display:flex;flex-direction:column;width:100%;min-height:100vh;overflow-y:visible}._main_ma379_93{margin-top:1rem;overflow-y:visible;width:100%;height:100%;align-self:center}@media (max-width: 65.98rem){._main_ma379_93{width:calc(100vw - 3rem);left:3rem;top:13rem}}.cds--header{background-color:var(--cds-background-brand, #0f62fe);border-block-end-color:var(--cds-background-brand, #0f62fe)}.cds--header__name,.cds--header a.cds--header__name:hover,.cds--header .cds--header__global{color:var(--cds-text-inverse, #ffffff)}.cds--header .cds--overflow-menu svg,.cds--header .cds--overflow-menu:focus svg,.cds--header .cds--overflow-menu--open svg{fill:var(--cds-icon-inverse, #ffffff);color:var(--cds-icon-inverse, #ffffff)}.cds--header .cds--overflow-menu:hover,.cds--header .cds--overflow-menu:focus,.cds--header .cds--overflow-menu--open{background-color:#00000026}.cds--header .cds--header__global .cds--header__action,.cds--header .cds--header__global .cds--header__action:hover,.cds--header .cds--header__global .cds--header__action:active{color:var(--cds-icon-inverse, #ffffff)}.cds--header .cds--header__action svg,.cds--header .cds--header__action:hover svg,.cds--header .cds--header__action--active svg{fill:var(--cds-icon-inverse, #ffffff)}.cds--header .cds--header__action:hover,.cds--header .cds--header__action--active{background-color:#00000026}.cds--header .cds--header__action:focus{border-color:var(--cds-icon-inverse, #ffffff)}.cds--header .cds--breadcrumb,.cds--header .cds--breadcrumb-item .cds--link,.cds--header .cds--breadcrumb-item .cds--link:visited,.cds--header .cds--breadcrumb-item .cds--link:hover,.cds--header .cds--breadcrumb-item .cds--link:visited:hover{color:var(--cds-text-inverse, #ffffff)}.cds--header .cds--breadcrumb-item:after,.cds--header .cds--breadcrumb-item [aria-current=page],.cds--header .cds--breadcrumb-item.cds--breadcrumb-item--current .cds--link{color:var(--cds-text-inverse, #ffffff);font-weight:600}._headerWSideNav_fbh29_67{display:flex;flex-direction:column;height:100%;z-index:2}._breadcrumb_fbh29_74{margin-left:1rem}@media (max-width: 41.98rem){._breadcrumb_fbh29_74 .cds--breadcrumb-item{display:none}._breadcrumb_fbh29_74 .cds--breadcrumb-item--current{display:inline-block}}._sideNavItems_fbh29_86{border-right:1px solid var(--cds-border-subtle-01, #c6c6c6)}._sideNavItems_fbh29_86 .cds--side-nav__items{padding:0rem!important}._sideNavItems_fbh29_86 .cds--side-nav__icon svg{color:var(--cds-icon-secondary, #525252)}._sideNavItems_fbh29_86 .cds--side-nav__item--active .cds--side-nav__icon svg,._sideNavItems_fbh29_86 .cds--side-nav__link:hover .cds--side-nav__icon svg{color:var(--cds-icon-primary, #161616)}._grid_i0b21_1{border:1px solid var(--cds-border-subtle-02, #e0e0e0);background-color:var(--cds-background, #ffffff)!important;padding:.75rem;padding-inline:0!important;align-items:center!important}._children_i0b21_9{align-content:start;justify-self:start;padding-left:.75rem;width:-webkit-fill-available}._close_i0b21_16{margin-left:0!important;align-self:center;justify-self:start}._close_i0b21_16 .cds--btn--icon-only{background-color:var(--cds-background, #ffffff)!important;color:var(--cds-icon-primary, #161616)!important}._textAreaWCloseContainer_oex24_1{padding-inline-start:0!important;padding-inline-end:0!important;margin-block-start:1rem;margin-inline-start:0!important;margin-inline-end:1rem!important;margin-block-end:1rem;display:flex!important;position:relative}._textAreaWCloseContainerWInvalid_oex24_12{margin-block-start:1rem;margin-inline-end:1rem!important;margin-inline-start:0rem;display:flex!important;position:relative}._closeButton_oex24_20{margin:0!important;position:absolute!important;top:1.5rem;right:2px;background-color:transparent!important}._closeButton_oex24_20 .cds--btn--icon-only{background-color:transparent!important;color:var(--cds-icon-primary, #161616)!important}.cds--text-area{padding-right:3rem!important}._box_1jr6a_1{padding:0!important;border:1px solid var(--cds-border-subtle-02, #e0e0e0);background-color:var(--cds-background, #ffffff)!important;overflow:hidden}._header_1jr6a_8{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-layer-01, #f4f4f4);border-bottom:1px solid var(--cds-border-subtle-02, #e0e0e0);padding-left:.75rem!important;margin:0!important;height:2rem;align-content:center}._container_iixgz_1{width:100%}._accordion_iixgz_5{display:flex;flex-direction:column;padding-inline:0;border-block:none!important;width:100%;max-width:100%;overflow-x:hidden;overflow-y:visible}._accordion_iixgz_5 div:last-child{padding-block:0}._accordion_iixgz_5 div[id^=accordion-item]{padding-inline:0;width:100%}._accordion_iixgz_5 button{display:flex}._accordion_iixgz_5 button div{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rows_iixgz_36{padding-inline-start:2rem;width:100%;max-width:100%;box-sizing:border-box}[data-split-view] #main-display-area ._rows_iixgz_36{min-width:75rem;padding-block-end:1rem}._accordion_iixgz_5:last-child{border-block-end:none}._thumbnailButton_kkw8t_1{width:4rem;height:4rem;margin-block:.5rem;border:1px solid var(--cds-border-subtle-01, #c6c6c6);border-radius:.25rem;background-color:var(--cds-background, #ffffff);cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}._thumbnailButton_kkw8t_1:hover{border-color:var(--cds-border-interactive, #0f62fe);box-shadow:0 .125rem .375rem #0000001a;transform:scale(1.02)}._thumbnailButton_kkw8t_1:focus{outline:.125rem solid var(--cds-focus, #0f62fe);outline-offset:.125rem;border-color:var(--cds-border-interactive, #0f62fe)}._thumbnailButton_kkw8t_1:active{transform:scale(.98)}._hideThumbnail_kkw8t_28{background-color:var(--cds-background-brand, #0f62fe);color:var(--cds-background, #ffffff);padding:.25rem}._imageIcon_kkw8t_34{fill:var(--cds-background, #ffffff)}._thumbnailImage_kkw8t_38{width:100%;height:100%;object-fit:fill;display:block}._modalImageContainer_kkw8t_45{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}._modalImage_kkw8t_45{max-width:100%;object-fit:contain;display:block;margin:.5rem}._fileTileButton_io1kl_1{width:4rem;height:4rem;margin-block:.5rem;border:1px solid var(--cds-border-subtle-01, #c6c6c6);border-radius:.25rem;background-color:var(--cds-background, #ffffff);cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}._fileTileButton_io1kl_1:hover{border-color:var(--cds-border-interactive, #0f62fe);box-shadow:0 .125rem .375rem #0000001a;transform:scale(1.02)}._fileTileButton_io1kl_1:focus{outline:.125rem solid var(--cds-focus, #0f62fe);outline-offset:.125rem;border-color:var(--cds-border-interactive, #0f62fe)}._fileTileButton_io1kl_1:active{transform:scale(.98)}._modalIframeContainer_io1kl_28{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem}._modalIframe_io1kl_28{width:100%;height:37.5rem;border:none}._thumbnailButton_1y563_1{width:4rem;height:4rem;margin-block:.5rem;border:1px solid var(--cds-border-subtle-01, #c6c6c6);border-radius:.25rem;background-color:var(--cds-background, #ffffff);cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}._thumbnailButton_1y563_1:hover{border-color:var(--cds-border-interactive, #0f62fe);box-shadow:0 .125rem .375rem #0000001a;transform:scale(1.02)}._thumbnailButton_1y563_1:focus{outline:.125rem solid var(--cds-focus, #0f62fe);outline-offset:.125rem;border-color:var(--cds-border-interactive, #0f62fe)}._thumbnailButton_1y563_1:active{transform:scale(.98)}._hideThumbnail_1y563_29{background-color:var(--cds-background-brand, #0f62fe);color:var(--cds-background, #ffffff);padding:.25rem}._videoIcon_1y563_35{fill:var(--cds-background, #ffffff)}._thumbnailVideo_1y563_39{width:100%;height:100%;object-fit:fill;display:block}._playIconOverlay_1y563_46{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.5rem;height:2.5rem;background-color:var(--cds-overlay, rgba(22, 22, 22, .5));border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}._playIcon_1y563_46{width:1.5rem;height:1.5rem;color:var(--cds-icon-inverse, #ffffff);margin-left:.25rem}._modalVideoContainer_1y563_68{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}._modalVideo_1y563_68{max-width:100%;object-fit:contain;display:block;margin:.5rem}._actionArea_1rrq1_1{position:relative;height:100%;width:100%;border-left:1px solid var(--cds-border-subtle);display:flex;flex-direction:column;overflow:hidden}._hidden_1rrq1_11{visibility:hidden;pointer-events:none}._title_1rrq1_16{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0);padding:1.5rem 1.5rem .75rem}._content_1rrq1_25{flex:1;overflow-y:auto}._buttonSet_1rrq1_30{display:flex;width:100%;gap:0;border-top:1px solid var(--cds-border-subtle)}._buttonSet_1rrq1_30 ._twoButtons_1rrq1_36{min-width:50%}._buttonSet_1rrq1_30 ._threeButtons_1rrq1_39{min-width:33.3333333333%}@media (max-width: 65.98rem){._actionArea_1rrq1_1{width:100%}._buttonSet_1rrq1_30{position:fixed;bottom:0;display:grid;gap:0;grid-template-columns:repeat(2,50vw)}._buttonSet_1rrq1_30 ._twoButtons_1rrq1_36,._buttonSet_1rrq1_30 ._threeButtons_1rrq1_39{min-width:100%}}._formCardContainer_1rru0_1{margin-top:1.5rem;margin-bottom:1rem}._title_1rru0_6{margin:2rem .125rem 1rem}._formsGrid_1rru0_12{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:1rem;margin-bottom:1rem}._noFormsMessage_1rru0_19{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252);text-align:center;padding:2rem;font-style:italic}._formCard_pbepw_1{background-color:var(--cds-layer-01, #f4f4f4);border:1px solid var(--cds-border-subtle-01, #c6c6c6);padding:1rem;transition:all .2s ease;position:relative;border-radius:4px;height:4rem}._formCard_pbepw_1._clickable_pbepw_10{cursor:pointer}._formCard_pbepw_1._clickable_pbepw_10:hover:not(._disabled_pbepw_13){background-color:var(--cds-layer-hover-01, #e8e8e8);border-color:var(--cds-border-subtle-02, #e0e0e0);box-shadow:0 2px 8px #0000001a}._formCard_pbepw_1._clickable_pbepw_10:focus:not(._disabled_pbepw_13){outline:2px solid var(--cds-focus, #0f62fe);outline-offset:2px}._formCard_pbepw_1._selected_pbepw_22{border-color:var(--cds-border-interactive, #0f62fe);background-color:var(--cds-layer-selected-01, #e0e0e0)}._formCard_pbepw_1._selected_pbepw_22:hover:not(._disabled_pbepw_13){background-color:var(--cds-layer-selected-hover-01, #d1d1d1)}._formCard_pbepw_1._disabled_pbepw_13{opacity:.5;cursor:not-allowed}._formCard_pbepw_1._disabled_pbepw_13 *{pointer-events:none}._formCard_pbepw_1._error_pbepw_36{border:.125rem solid var(--cds-support-error, #da1e28);background-color:#fff1f1}._formCard_pbepw_1._error_pbepw_36:hover:not(._disabled_pbepw_13){border:.125rem solid var(--cds-support-error, #da1e28)}._header_pbepw_44{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._title_pbepw_51{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);font-weight:400;color:var(--cds-text-primary, #161616);flex:1;line-height:1.4}._content_pbepw_62{display:flex;flex-direction:column;gap:.25rem}._errorMessage_pbepw_68{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-support-error, #da1e28);margin-top:-.75rem;margin-left:1.25rem}._actionIcon_pbepw_78{cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease;color:var(--cds-text-secondary, #525252);margin-left:auto;display:flex;align-items:center;justify-content:center}._actionIcon_pbepw_78:hover:not(._disabled_pbepw_13){background-color:var(--cds-layer-hover-02, #e8e8e8);color:var(--cds-text-primary, #161616)}._actionIcon_pbepw_78:focus:not(._disabled_pbepw_13){outline:2px solid var(--cds-focus, #0f62fe);outline-offset:2px}._actionIcon_pbepw_78._disabled_pbepw_13{opacity:.5;cursor:not-allowed}@media (max-width: 672px){._formCard_pbepw_1{padding:.75rem}._header_pbepw_44{gap:.25rem;margin-bottom:.25rem}._title_pbepw_51{font-size:var(--cds-body-compact-02-font-size, 1rem);font-weight:var(--cds-body-compact-02-font-weight, 400);line-height:var(--cds-body-compact-02-line-height, 1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing, 0)}._description_pbepw_116{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}}@media (prefers-contrast: high){._formCard_pbepw_1{border-width:2px}._formCard_pbepw_1._selected_pbepw_22{border-width:3px}._actionIcon_pbepw_78:focus:not(._disabled_pbepw_13){outline-width:3px}}@media (prefers-reduced-motion: reduce){._formCard_pbepw_1,._actionIcon_pbepw_78{transition:none}}.PatientDetails-module_skeletonContainer__Hcd0O{width:70%}.PatientDetails-module_container__SToOW{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.PatientDetails-module_photo__k3oDa{width:4rem;height:4rem;object-fit:cover;flex-shrink:0}.PatientDetails-module_header__-bmE-{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:start;gap:.5rem;align-self:stretch}.PatientDetails-module_header__-bmE- .PatientDetails-module_patientName__a-WX2{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);text-transform:capitalize}.PatientDetails-module_details__Ejos0{display:flex;flex-wrap:wrap;column-gap:1rem;row-gap:.5rem}.PatientDetails-module_details__Ejos0 p{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);text-transform:capitalize}.PatientDetails-module_identifierAndGenderWrapper__882H7{display:flex;gap:1rem}.PatientDetails-module_detailsWithIcon__O9uu5{display:flex;align-items:center;gap:.125rem;height:1.125rem}.PatientDetails-module_detailsWithIcon__O9uu5 svg{height:1rem;width:1rem;color:var(--cds-icon-secondary, #525252)}@media (max-width: 65.98rem){.PatientDetails-module_details__Ejos0{display:flex;flex-direction:column;gap:.5rem}}.AllergiesTable-module_allergiesTableError__PD8pw{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center}.AllergiesTable-module_mildSeverity__NCNu-{background-color:#d0e2ff!important;color:#0043ce!important}.AllergiesTable-module_moderateSeverity__lsUlB{background-color:#fddc69!important;color:#684e00!important}.AllergiesTable-module_severeSeverity__amsyH{background-color:#ffd7d9!important;color:#a2191f!important}.AllergiesTable-module_allergyName__eTq4L{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616);display:flex;flex-wrap:wrap;gap:.25rem}.AllergiesTable-module_allergyCategory__8KWd5{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252);text-transform:uppercase}.AllergiesTable-module_allergyNote__3uk47 svg{color:var(--cds-icon-secondary, #525252)!important}.AllergiesTable-module_activeStatus__Lvg78{color:#24a148}.AllergiesTable-module_inactiveStatus__7iadA{color:#dde1e6}.AllergiesTable-module_allergiesTableBody__Fqg2Z td{width:25%}.AllergiesTable-module_allergiesTableBody__Fqg2Z td:nth-child(4){padding-inline:0!important}.AllergiesTable-module_allergiesTableWrapper__Jxpwd{position:relative}.AppointmentsTable-module_appointmentsTable__zZCwS{margin-top:1rem}.AppointmentsTable-module_appointmentTabList__Z57bb{border-top:1px solid var(--cds-border-subtle);margin-bottom:0}.AppointmentsTable-module_appointmentTabs__Np38e{padding:0!important}.AppointmentsTable-module_appointmentsTableBody__bG9X5{border-collapse:collapse;width:100%;border:none}.AppointmentsTable-module_appointmentsTableBody__bG9X5 tbody tr:last-child td{border-bottom:none}.AppointmentsTable-module_appointmentsTableBody__bG9X5 table{table-layout:fixed}.AppointmentsTable-module_appointmentsTableBody__bG9X5 td{overflow-wrap:anywhere}.AppointmentsTable-module_appointmentTableEmpty__ZDtZ-{font-size:var(--cds-label-02-font-size, .875rem);font-weight:var(--cds-label-02-font-weight, 400);line-height:var(--cds-label-02-line-height, 1.28572);letter-spacing:var(--cds-label-02-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}.AppointmentsTable-module_proposedStatus__ybqz-,.AppointmentsTable-module_pendingStatus__EtGKd{color:#8d8d8d}.AppointmentsTable-module_bookedStatus__y8xCd{color:#0043ce}.AppointmentsTable-module_arrivedStatus__V4WM5{color:#8d8d8d}.AppointmentsTable-module_fulfilledStatus__HWAHo{color:#198038}.AppointmentsTable-module_cancelledStatus__bgRJz,.AppointmentsTable-module_noshowStatus__oomMV{color:#a2191f}.AppointmentsTable-module_waitlistStatus__mWphA{color:#161616}.AppointmentsTable-module_checkedInStatus__07Vai{color:#684e00}.AppointmentsTable-module_enteredInErrorStatus__1FtaX,.AppointmentsTable-module_unknownStatus__OPsmm{color:#8d8d8d}.AppointmentsTable-module_customAccordianItem__QXZJh{margin-bottom:.5rem;border:1px solid var(--cds-border-subtle);border-radius:2px}.AppointmentsTable-module_columnDataBold__Ee1jx{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}.ConditionsTable-module_conditionsTabList__yQPEs{border-top:1px solid var(--cds-border-subtle);margin-bottom:0}.ConditionsTable-module_conditionsTabPanel__VUnhX{padding:0!important}.ConditionsTable-module_conditionName__Q0Gcb{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}.ConditionsTable-module_conditionsTableBody__seT-l{border-collapse:collapse;width:100%;border:none}.ConditionsTable-module_conditionsTableBody__seT-l tbody tr:last-child td{border-bottom:none}.ConditionsTable-module_conditionsTableBody__seT-l table{table-layout:fixed}.ConditionsTable-module_conditionsTableBody__seT-l td{width:25%;overflow-wrap:anywhere}.ConditionsTable-module_conditionsTableBody__seT-l td:nth-child(4){padding-inline:0!important}.ConditionsTable-module_activeStatus__F1rKY{color:#24a148}.ConditionsTable-module_inactiveStatus__jB3KW{color:#dde1e6}.DiagnosesTable-module_diagnosesTableTitle__cKr6A{background:var(--cds-background, #ffffff)!important;min-block-size:fit-content!important;border-top:1px solid var(--cds-border-subtle)}.DiagnosesTable-module_diagnosesTableTitle__cKr6A p{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);color:var(--cds-text-primary, #161616)}.DiagnosesTable-module_diagnosisName__CX7I8{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:flex;align-items:center;gap:.25rem}.DiagnosesTable-module_diagnosesTableBodyEmpty__AqVP4{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);border-top:1px solid var(--cds-border-subtle-02, #e0e0e0);padding:1.5rem 1rem;text-align:center}.DiagnosesTable-module_diagnosesTableBody__zJS7J td{width:25%}.DiagnosesTable-module_diagnosesTableBody__zJS7J td:nth-child(1){width:50%}.DiagnosesTable-module_confirmedCell__Hcuxp{background-color:#ffd7d9!important;color:#a2191f!important}.DiagnosesTable-module_provisionalCell__9xIUE{background-color:#fddc69!important;color:#684e00!important}.MedicationsTable-module_medicationTableEmpty__jvtCu{font-size:var(--cds-label-02-font-size, .875rem);font-weight:var(--cds-label-02-font-weight, 400);line-height:var(--cds-label-02-line-height, 1.28572);letter-spacing:var(--cds-label-02-letter-spacing, .16px);background-color:var(--cds-background, #ffffff);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--cds-border-subtle-02, #e0e0e0)}.MedicationsTable-module_medicationTabList__RCQg4{border-top:1px solid var(--cds-border-subtle)}.MedicationsTable-module_medicationTabs__XWHY4{padding:0!important}.MedicationsTable-module_columnDataBold__eNpHL{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px)}.MedicationsTable-module_medicationName__IPwN5{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:flex;flex-wrap:wrap;gap:.25rem}.MedicationsTable-module_medicineDetails__G5jQk{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616)}.MedicationsTable-module_PRN__szAmW{background-color:#fddc69!important;color:#b28600!important}.MedicationsTable-module_STAT__7jqhY{background-color:#ffd7d9!important;color:#fa4d56!important}.MedicationsTable-module_activeStatus__5Lzac{color:#24a148}.MedicationsTable-module_scheduledStatus__HSWdq{color:#fddc69}.MedicationsTable-module_cancelledStatus__WXxxQ,.MedicationsTable-module_completedStatus__-SPSH,.MedicationsTable-module_stoppedStatus__lKUHq{color:#fa4d56}.MedicationsTable-module_unknownStatus__Odo3C{color:#dde1e6}.MedicationsTable-module_stopReasonText__y8LdC{font-size:var(--cds-helper-text-01-font-size, .75rem);line-height:var(--cds-helper-text-01-line-height, 1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252);display:block;margin-block-start:.25rem}.MedicationsTable-module_rowSeperator__VfyeK td{border-block-end:0!important}.MedicationsTable-module_medicationsTableBody__qNkVN td{width:15%}.MedicationsTable-module_medicationsTableBody__qNkVN td:nth-child(7){padding-inline:0!important}.MedicationsTable-module_medicationsTableWrapper__7OGYf{position:relative}.MedicationsTable-module_customAccordianItem__psJQO{background-color:var(--cds-layer-01, #f4f4f4)}.MedicationsTable-module_customAccordianItem__psJQO .cds--accordion__content{margin-inline-start:0rem!important;padding-inline:0rem!important}.MedicationsTable-module_customAccordianItem__psJQO .cds--accordion__wrapper{padding-block:0rem!important;padding-block-end:0rem!important}[data-split-view] #main-display-area #medications-table div[id^=accordion-item]{overflow-x:auto}[data-split-view] #main-display-area #medications-table div[id^=accordion-item]:has(table td:nth-child(5)){padding-block-end:1rem}[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)){min-width:62.5rem}[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)) td,[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)) th{min-width:6.875rem}[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)) td:first-child,[data-split-view] #main-display-area #medications-table table:has(td:nth-child(5)) th:first-child{min-width:unset!important}.MedicationsTable-module_stopDetails__79jzT{display:flex;flex-direction:column;gap:.125rem}.ObservationsRenderer-module_resultsContainer__xvAwi{background-color:var(--cds-layer-02, #ffffff);overflow-y:auto;max-height:70vh;width:100%;padding:1rem}.ObservationsRenderer-module_observation__VuMME{padding:1rem;border-bottom:1px solid var(--cds-border-subtle-02, #e0e0e0)}.ObservationsRenderer-module_observation__VuMME:last-child{border-bottom:none}.ObservationsRenderer-module_groupContainer__L-UDN{display:block}.ObservationsRenderer-module_rowContainer__5dovd{display:flex;align-items:center;gap:.5rem}.ObservationsRenderer-module_groupLabel__62Uiu{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:block;margin-block-end:.75rem}.ObservationsRenderer-module_rowLabel__ls-in{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);flex-basis:30%;overflow-wrap:break-word}.ObservationsRenderer-module_rowValue__-MBZN{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex-basis:70%}.ObservationsRenderer-module_groupMembers__QVkTs{display:flex;flex-direction:column;gap:.5rem}.ObservationsRenderer-module_memberRow__6qwZf{display:flex;padding:.5rem .75rem;gap:.5rem}.ObservationsRenderer-module_memberLabel__jO9vl{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);flex-basis:30%;overflow-wrap:break-word}.ObservationsRenderer-module_memberValue__uEJiC{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}.ObservationsRenderer-module_abnormalValue__qYRmd{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);color:var(--cds-support-error, #da1e28)}.ObservationsRenderer-module_rangeInfo__VvjEW{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}.ObservationsRenderer-module_nestedGroup__-ob2R{display:flex;flex-direction:column;gap:.5rem;margin-block-start:.5rem}.ObservationsRenderer-module_nestedGroupLabel__69tP6{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);font-weight:600}.ObservationsRenderer-module_nestedGroupMembers__hzKUQ{display:flex;flex-direction:column;gap:.25rem}.ObservationsRenderer-module_fullWidth__KNNO9{width:100%}.ObservationsRenderer-module_commentSection__U28N6{margin-top:.25rem;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252);font-style:italic}.ObservationsRenderer-module_mediaGroup__6-FTn{display:flex;flex-wrap:wrap;gap:.5rem}[data-split-view] #main-display-area #radiology-investigations-table div[id^=accordion-item]{overflow-x:auto}[data-split-view] #main-display-area #radiology-investigations-table div[id^=accordion-item]:has(table td:nth-child(5)){padding-block-end:1rem}[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)){min-width:62.5rem}[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)) td,[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)) th{min-width:6.875rem}[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)) td:first-child,[data-split-view] #main-display-area #radiology-investigations-table table:has(td:nth-child(5)) th:first-child{min-width:unset!important}.RadiologyInvestigationTable-module_inProgressStatus__PKgxl{color:#684e00}.RadiologyInvestigationTable-module_completedStatus__8ybq5{color:#24a148}.RadiologyInvestigationTable-module_revokedStatus__bF0HZ,.RadiologyInvestigationTable-module_unknownStatus__RW1VT{color:#dde1e6}.RadiologyInvestigationTable-module_investigationName__m2z4Z{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:flex;align-items:center;gap:.25rem}.RadiologyInvestigationTable-module_resultsCell__9SHF-{display:flex;flex-direction:column;gap:.25rem}.RadiologyInvestigationTable-module_radiologyInvestigationTableBody__mWRhm td{width:25%;border-block-end:0!important}.RadiologyInvestigationTable-module_radiologyInvestigationTableBody__mWRhm td:first-child{width:unset!important}.RadiologyInvestigationTable-module_urgentCell__3GFu8{background-color:#fddc69!important;color:#684e00!important}.RadiologyInvestigationTable-module_customAccordianItem__MPGiI{background-color:var(--cds-layer-01, #f4f4f4)}.RadiologyInvestigationTable-module_customAccordianItem__MPGiI .cds--accordion__content{margin-inline-start:0rem!important;padding-inline:0rem!important}.RadiologyInvestigationTable-module_customAccordianItem__MPGiI .cds--accordion__wrapper{padding-block:0rem!important;padding-block-end:0rem!important}.RadiologyInvestigationTable-module_radiologyInvestigationTableBodyError__F1sE0{padding:1.5rem 1rem;text-align:center;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.RadiologyInvestigationTable-module_linkedOrderRow__3YAwm .RadiologyInvestigationTable-module_investigationName__m2z4Z{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.RadiologyInvestigationTable-module_expandableContentSpacer__cMvMl{border:none!important}.RadiologyInvestigationTable-module_reportSection__2IN0z{padding:0!important}.RadiologyInvestigationTable-module_reportSection__2IN0z .RadiologyInvestigationTable-module_reportTitle__kQvrB{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.RadiologyInvestigationTable-module_reportSection__2IN0z .RadiologyInvestigationTable-module_reportDetails__hJyEv{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);margin:1rem 0}.RadiologyInvestigationTable-module_reportTile__glcjm{padding:1rem 3.5rem 2rem!important}[data-split-view] #main-display-area #lab-investigations div[id^=accordion-item]{overflow-x:auto}.LabInvestigation-module_labSkeleton__z0xE-{max-inline-size:100%!important}.LabInvestigation-module_labTest__X1BOp{background-color:var(--cds-layer-02, #ffffff);border-bottom:1px solid var(--cds-border-subtle)}.LabInvestigation-module_labTestHeader__7IIBK{display:flex;align-items:center;justify-content:space-between;row-gap:1rem;flex-wrap:nowrap;padding:.75rem}.LabInvestigation-module_labTestInfo__lnFRc{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;text-transform:capitalize}.LabInvestigation-module_testName__8dqOD{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);text-transform:capitalize}.LabInvestigation-module_result__FGpW7 :first-child{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.LabInvestigation-module_result__FGpW7 :nth-child(2){font-size:var(--cds-caption-01-font-size, .75rem);font-weight:var(--cds-caption-01-font-weight, 400);line-height:var(--cds-caption-01-line-height, 1.33333);letter-spacing:var(--cds-caption-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252)}.LabInvestigation-module_abnormalResult__HENSC :first-child{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-error, #da1e28);font-weight:700}.LabInvestigation-module_abnormalResult__HENSC :nth-child(2){font-size:var(--cds-caption-01-font-size, .75rem);font-weight:var(--cds-caption-01-font-weight, 400);line-height:var(--cds-caption-01-line-height, 1.33333);letter-spacing:var(--cds-caption-01-letter-spacing, .32px);color:var(--cds-support-error, #da1e28)}.LabInvestigation-module_testDetails__gCeYZ{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}.LabInvestigation-module_testResultsPending__h4OHF{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252);padding:0 .75rem .75rem}.LabInvestigation-module_accordionItem__hV9ID{background-color:var(--cds-layer-01, #f4f4f4)}.LabInvestigation-module_accordionItem__hV9ID .cds--accordion__content,.LabInvestigation-module_accordionItem__hV9ID .cds--accordion__wrapper{padding-block:0%!important;padding-inline:0%!important;margin-block:0%!important;margin-inline:0%!important}.LabInvestigation-module_labInvestigationTableBodyError__LRRQe{padding:1.5rem 1rem;text-align:center;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.LabInvestigation-module_labTestResultsTable__jxNpG td{width:25%;border-block-end:none!important;border-block-start:none!important}.LabInvestigation-module_viewAttachmentsLink__hnrBZ{margin-inline-start:.25rem}.LabInvestigation-module_attachmentsContainer__-A6Q-{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem 0}.LabInvestigation-module_attachmentViewer__bwZP0{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}.LabInvestigation-module_attachmentIframe__fS6XY{width:100%;height:600px;border:none}.LabInvestigation-module_attachmentImage__d2jYh{max-width:100%;max-height:600px}.LabInvestigation-module_attachmentNumber__BZ30l{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252)}.SearchPatient-module_searchPatientContainer__uqWDm{display:flex;align-items:center;background:var(--cds-layer-02, #ffffff);box-shadow:0 2px 6px 0 var(--cds-shadow, rgba(0, 0, 0, .3))}.SearchPatient-module_searchPatient__aRwgX{display:flex;flex:1 1 0;align-items:center;padding:1.5rem}.SearchPatient-module_searchButton__AiSPM{padding-inline:2.5rem!important}.SearchPatient-module_orDivider__mx15Z{display:flex;flex-direction:column;align-items:center;justify-content:center}.SearchPatient-module_orDivider__mx15Z:before{content:"";width:1px;height:20px;background:var(--cds-border-subtle-02, #e0e0e0)}.SearchPatient-module_orDivider__mx15Z:after{content:"";width:1px;height:20px;background:var(--cds-border-subtle-02, #e0e0e0)}.SearchPatient-module_advanceSearchContainer__-sy1N{display:flex;align-items:center;flex:1 1 auto;min-width:0}.SearchPatient-module_advanceInputWrapper__VZ-gK{display:flex;flex:1 1 auto;position:relative}.SearchPatient-module_errorMessage__iL222{position:absolute;top:100%;color:var(--cds-support-error, #da1e28);font-size:.875rem;line-height:1.125rem;font-weight:400;white-space:nowrap}.SearchPatient-module_searchTypeDropdown__CsMo-{width:10rem}@media (max-width: 65.98rem){.SearchPatient-module_searchPatientContainer__uqWDm{flex-direction:column}.SearchPatient-module_searchPatient__aRwgX{width:100%}.SearchPatient-module_orDivider__mx15Z{flex-direction:row;width:50%}.SearchPatient-module_orDivider__mx15Z:before{height:1px;flex:1}.SearchPatient-module_orDivider__mx15Z:after{height:1px;flex:1}}.VitalFlowSheet-module_vitalFlowSheetDataTable__Nnc7i th{white-space:pre-line}.VitalFlowSheet-module_vitalFlowSheetDataTable__Nnc7i table th:nth-child(2) *,.VitalFlowSheet-module_vitalFlowSheetDataTable__Nnc7i table td:nth-child(2){background-color:#defbe6!important}.VitalFlowSheet-module_vitalSignCell__rLnL2{display:flex;flex-direction:column;gap:2px}.VitalFlowSheet-module_vitalSignName__ZMxpI{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);font-weight:600}.VitalFlowSheet-module_obsValueCell__jlfOo{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);text-align:center;padding:.25rem;border-radius:2px}.VitalFlowSheet-module_obsValueCell__jlfOo.VitalFlowSheet-module_abnormalValue__GY-a4{color:var(--cds-support-error, #da1e28);font-weight:600}.VitalFlowSheet-module_complexDisplayValue__xaQCs{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2px;line-height:1.2}.TaskList-module_completedStatus__ubQOk{color:#24a148}.TaskList-module_activeStatus__2Pku3{color:#4589ff}.TaskList-module_scheduledStatus__theUP{color:#fddc69}.TaskList-module_cancelledStatus__72eup{color:#878d96}.TaskList-module_stoppedStatus__SQvC1{color:#fa4d56}.TaskList-module_defaultStatus__cdKao{color:#dde1e6}.TaskList-module_tasksTableBody__xNB7S{padding:0!important}.TaskList-module_tasksTableBody__xNB7S td{width:25%;border-block-end:0!important}.TaskList-module_emptyState__D-JLC{padding:1rem;text-align:center;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}[data-split-view] #main-display-area #generic-service-request-table div[id^=accordion-item]{overflow-x:auto}.GenericServiceRequestTable-module_inProgressStatus__qUqDT{color:#684e00}.GenericServiceRequestTable-module_completedStatus__u1AND{color:#24a148}.GenericServiceRequestTable-module_revokedStatus__3gz6-,.GenericServiceRequestTable-module_unknownStatus__7Bdzo{color:#dde1e6}.GenericServiceRequestTable-module_requestName__94fyH{font-size:var(--cds-heading-compact-01-font-size, .875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616);display:flex;align-items:center;gap:.25rem}.GenericServiceRequestTable-module_serviceRequestTableBody__VaOHb td:not(:first-child){width:25%;border-block-end:0!important}.GenericServiceRequestTable-module_urgentCell__YvVIm{background-color:#fddc69!important;color:#684e00!important}.GenericServiceRequestTable-module_customAccordianItem__1PBx4{background-color:var(--cds-layer-01, #f4f4f4)}.GenericServiceRequestTable-module_customAccordianItem__1PBx4 .cds--accordion__content{margin-inline-start:0rem!important;padding-inline:0rem!important}.GenericServiceRequestTable-module_customAccordianItem__1PBx4 .cds--accordion__wrapper{padding-block:0rem!important;padding-block-end:0rem!important}.GenericServiceRequestTable-module_expandableContentSpacer__Mf8Da{border:none!important}.GenericServiceRequestTable-module_expandedContent__msGOL{padding:0!important}.PatientProgramsTable-module_outcome__P3f1s{display:flex;flex-direction:column;gap:.25rem}.PatientProgramsTable-module_outcome__P3f1s h3{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);font-weight:500;color:var(--cds-text-primary, #161616)}.PatientProgramsTable-module_outcome__P3f1s p{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252);margin:0}.PatientProgramsTable-module_table__yS2Jn td{width:14%;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px)}.Immunizations-module_widget__xuaMo [role=tabpanel]{padding:0}.Immunizations-module_header__Ia4P3{background:var(--cds-background, #ffffff);min-block-size:fit-content;border-top:1px solid var(--cds-border-subtle);display:flex;justify-content:space-between;align-items:center;padding:0;border-bottom:1px solid var(--cds-border-subtle-02, #e0e0e0)}.Immunizations-module_header__Ia4P3 p{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);color:var(--cds-text-primary, #161616);padding:1rem}.Immunizations-module_header__Ia4P3 button{margin-inline-end:.125rem}.Immunizations-module_code__1Qw2U{display:flex;gap:.25rem;align-items:center;font-weight:700}.Immunizations-module_table__xoUWF table{table-layout:fixed;width:100%}.Immunizations-module_table__xoUWF td,.Immunizations-module_table__xoUWF th{width:auto}.Immunizations-module_table__xoUWF th[data-testid$=-doseSequence],.Immunizations-module_table__xoUWF td[data-testid$=-doseSequence]{width:9%}.Immunizations-module_expandedRowContent__-xLrq{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616)}.Immunizations-module_expandedRowContent__-xLrq span+span:before{content:" | "}.ProgramDetails-module_error__KOaxf{padding:1rem;font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-support-error, #da1e28);font-style:italic;text-align:center;background-color:var(--cds-layer-01, #f4f4f4);width:100%}.ProgramDetails-module_loading__-c-ec{padding:1rem;inline-size:100%;max-inline-size:100%}.ProgramDetails-module_grid__Anpu7{margin-inline:0;padding-inline:0}.ProgramDetails-module_grid__Anpu7 dt{padding-top:.75rem}.ProgramDetails-module_header__1QY-2{display:flex;justify-content:space-between;padding-inline-end:.75rem;padding-top:.5rem}.ProgramDetails-module_header__1QY-2 #ProgramDetails-module_patient-programs-state-change-button-group__5GxkV{display:flex;gap:.25rem}.ProgramDetails-module_title__VYDAP{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);padding-top:.75rem;padding-bottom:0;font-weight:600;min-block-size:fit-content}.ProgramDetails-module_title__VYDAP #ProgramDetails-module_program-status__UoJVb{padding-left:.75rem}.ProgramDetails-module_programDetails__PPdA7{background-color:var(--cds-layer-01, #f4f4f4);padding-bottom:1rem;padding-inline:.5rem}.CommandPalette-module_overlay__MMHhx{position:fixed;inset:0;background:var(--cds-overlay, rgba(22, 22, 22, .5));z-index:9000;animation:CommandPalette-module_fadeIn__iga9Z .11s cubic-bezier(0,0,.38,.9)}.CommandPalette-module_dialog__9Bete{padding:0;margin:0;position:fixed;top:15%;left:50%;transform:translate(-50%);width:100%;max-width:660px;background:var(--cds-layer-02, #ffffff);border:1px solid var(--cds-border-subtle-01, #c6c6c6);border-radius:8px;box-shadow:0 16px 48px #0000003d;z-index:9001;overflow:hidden;animation:CommandPalette-module_slideIn__QF-Xr .11s cubic-bezier(0,0,.38,.9)}.CommandPalette-module_dialog__9Bete [cmdk-root]{display:flex;flex-direction:column;overflow:hidden}.CommandPalette-module_inputWrapper__-gPbe{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--cds-border-subtle-01, #c6c6c6);background:var(--cds-layer-02, #ffffff)}.CommandPalette-module_searchIcon__9SuOa{width:18px;height:18px;color:var(--cds-icon-secondary, #525252);flex-shrink:0}.CommandPalette-module_input__Qk6nY{flex:1;min-width:0;padding:0;background:transparent;border:none;outline:none;color:var(--cds-text-primary, #161616);font-size:var(--cds-body-02-font-size, 1rem);font-weight:var(--cds-body-02-font-weight, 400);line-height:var(--cds-body-02-line-height, 1.5);letter-spacing:var(--cds-body-02-letter-spacing, 0)}.CommandPalette-module_input__Qk6nY::placeholder{color:var(--cds-text-placeholder, rgba(22, 22, 22, .4))}.CommandPalette-module_annotationSuggestionPrefix__zaXFp{display:inline-flex;align-items:center;padding:1px .25rem;background:var(--cds-layer-03, #f4f4f4);border:1px solid var(--cds-border-subtle-02, #e0e0e0);border-radius:4px;color:var(--cds-interactive, #0f62fe);font-family:var(--cds-code-01-font-family, "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace);font-size:var(--cds-code-01-font-size, .75rem);font-weight:var(--cds-code-01-font-weight, 400);line-height:var(--cds-code-01-line-height, 1.33333);letter-spacing:var(--cds-code-01-letter-spacing, .32px);font-size:.75rem;flex-shrink:0;margin-right:.25rem}.CommandPalette-module_annotationBadge__L0nIf{display:inline-flex;align-items:center;padding:2px .5rem;background:var(--cds-interactive, #0f62fe);color:var(--cds-text-on-color, #ffffff);border-radius:4px;font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);font-size:.6875rem;white-space:nowrap;flex-shrink:0}.CommandPalette-module_escHint__cnr7R{flex-shrink:0;padding:2px .25rem;background:var(--cds-layer-03, #f4f4f4);border:1px solid var(--cds-border-subtle-02, #e0e0e0);border-radius:4px;color:var(--cds-text-helper, #6f6f6f);font-family:var(--cds-code-01-font-family, "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace);font-size:var(--cds-code-01-font-size, .75rem);font-weight:var(--cds-code-01-font-weight, 400);line-height:var(--cds-code-01-line-height, 1.33333);letter-spacing:var(--cds-code-01-letter-spacing, .32px);font-size:.6875rem;cursor:default}.CommandPalette-module_list__J8pb6{max-height:420px;overflow-y:auto;padding:.25rem 0}.CommandPalette-module_list__J8pb6::-webkit-scrollbar{width:4px}.CommandPalette-module_list__J8pb6::-webkit-scrollbar-track{background:transparent}.CommandPalette-module_list__J8pb6::-webkit-scrollbar-thumb{background:var(--cds-border-subtle-02, #e0e0e0);border-radius:2px}.CommandPalette-module_empty__XFtVI{padding:3rem 1rem;text-align:center;color:var(--cds-text-helper, #6f6f6f);font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px)}.CommandPalette-module_group__dFVy1 [cmdk-group-heading]{padding:.5rem 1rem .25rem;color:var(--cds-text-helper, #6f6f6f);font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);text-transform:uppercase;letter-spacing:.08em}.CommandPalette-module_item__KVHYz{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;cursor:pointer;color:var(--cds-text-primary, #161616);font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);transition:background 70ms cubic-bezier(.2,0,.38,.9)}.CommandPalette-module_item__KVHYz[data-selected=true]{background:var(--cds-layer-selected-02, #e0e0e0)}.CommandPalette-module_item__KVHYz[data-selected=true] .CommandPalette-module_itemActions__JEA1i,.CommandPalette-module_item__KVHYz[data-selected=true] .CommandPalette-module_chevronButton__AJ6gx{opacity:1}.CommandPalette-module_item__KVHYz:hover{background:var(--cds-layer-hover-02, #e8e8e8)}.CommandPalette-module_item__KVHYz:hover .CommandPalette-module_itemActions__JEA1i,.CommandPalette-module_item__KVHYz:hover .CommandPalette-module_chevronButton__AJ6gx{opacity:1}.CommandPalette-module_navIcon__D-qMS{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:6px;background:var(--cds-layer-03, #f4f4f4);color:var(--cds-icon-secondary, #525252);font-size:.75rem;flex-shrink:0}.CommandPalette-module_avatar__1yb6S{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--cds-interactive, #0f62fe);color:var(--cds-text-on-color, #ffffff);font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);font-weight:600;flex-shrink:0;text-transform:uppercase;letter-spacing:.02em}.CommandPalette-module_itemContent__nMTsU{display:flex;flex-direction:column;min-width:0;flex:1;gap:.125rem}.CommandPalette-module_itemLabel__5-tfj{font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px);color:var(--cds-text-primary, #161616);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CommandPalette-module_additionalFields__RTptn{display:flex;flex-wrap:wrap;gap:.125rem .75rem;padding-top:.125rem}.CommandPalette-module_additionalField__quBWU{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252);white-space:nowrap}.CommandPalette-module_fieldLabel__fydJO{color:var(--cds-text-helper, #6f6f6f);font-weight:500}.CommandPalette-module_chevronButton__AJ6gx{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0;background:transparent;border:none;color:var(--cds-icon-secondary, #525252);cursor:pointer;flex-shrink:0;opacity:0;transition:opacity 70ms cubic-bezier(.2,0,.38,.9),color 70ms cubic-bezier(.2,0,.38,.9)}.CommandPalette-module_chevronButton__AJ6gx:hover{color:var(--cds-icon-primary, #161616)}.CommandPalette-module_chevronIcon__-CEOh{font-size:.5rem;line-height:1}.CommandPalette-module_itemActions__JEA1i{display:flex;align-items:center;gap:.25rem;flex-shrink:0;opacity:0;transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}.CommandPalette-module_actionButton__If4Pm{display:inline-flex;align-items:center;padding:2px .5rem;background:var(--cds-layer-03, #f4f4f4);border:1px solid var(--cds-border-subtle-02, #e0e0e0);border-radius:4px;color:var(--cds-text-secondary, #525252);cursor:pointer;font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);white-space:nowrap;transition:background 70ms cubic-bezier(.2,0,.38,.9),color 70ms cubic-bezier(.2,0,.38,.9)}.CommandPalette-module_actionButton__If4Pm:hover{background:var(--cds-layer-hover-03, #e8e8e8);color:var(--cds-text-primary, #161616)}.CommandPalette-module_actionButtonLabel__aikTo{font-size:.75rem}.CommandPalette-module_actionButtonDefault__OhyJg{background:var(--cds-interactive, #0f62fe);border-color:var(--cds-interactive, #0f62fe);color:var(--cds-text-on-color, #ffffff)}.CommandPalette-module_actionButtonDefault__OhyJg:hover{filter:brightness(.9);color:var(--cds-text-on-color, #ffffff)}.CommandPalette-module_actionEnterHint__aAtZ4{margin-left:.125rem;padding:0 2px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:3px;font-size:.6rem;line-height:1.4;font-family:inherit;pointer-events:none}.CommandPalette-module_loading__Dv3-h{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:var(--cds-text-helper, #6f6f6f);font-size:var(--cds-body-01-font-size, .875rem);font-weight:var(--cds-body-01-font-weight, 400);line-height:var(--cds-body-01-line-height, 1.42857);letter-spacing:var(--cds-body-01-letter-spacing, .16px)}.CommandPalette-module_ekgLine__scLbr{width:60px;height:16px;flex-shrink:0;overflow:visible}.CommandPalette-module_ekgPath__RTNDz{fill:none;stroke:var(--cds-support-success, #24a148);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:80 80;animation:CommandPalette-module_ekgScroll__ERPks 1.8s linear infinite}.CommandPalette-module_footer__HGa-Q{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:.5rem 1rem;border-top:1px solid var(--cds-border-subtle-01, #c6c6c6);background:var(--cds-layer-01, #f4f4f4)}.CommandPalette-module_shortcutHint__NkFX8{display:flex;align-items:center;gap:.25rem;color:var(--cds-text-helper, #6f6f6f);font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px)}.CommandPalette-module_kbd__k9aaD{display:inline-flex;align-items:center;justify-content:center;padding:1px .25rem;background:var(--cds-layer-03, #f4f4f4);border:1px solid var(--cds-border-subtle-02, #e0e0e0);border-radius:4px;color:var(--cds-text-helper, #6f6f6f);font-family:var(--cds-code-01-font-family, "IBM Plex Mono", system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", monospace);font-size:var(--cds-code-01-font-size, .75rem);font-weight:var(--cds-code-01-font-weight, 400);line-height:var(--cds-code-01-line-height, 1.33333);letter-spacing:var(--cds-code-01-letter-spacing, .32px);font-size:.6875rem}@keyframes CommandPalette-module_fadeIn__iga9Z{0%{opacity:0}to{opacity:1}}@keyframes CommandPalette-module_slideIn__QF-Xr{0%{opacity:0;transform:translate(-50%) translateY(-12px) scale(.98)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes CommandPalette-module_ekgScroll__ERPks{0%{stroke-dashoffset:0}to{stroke-dashoffset:-160}}.configProvider-module_errorState__l62qJ{padding:2rem;background-color:var(--cds-layer-01, #f4f4f4)}.configProvider-module_errorStateTitle__RGFEv{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);margin-bottom:.5rem}.configProvider-module_errorStateBody__QlP3w{font-size:var(--cds-body-compact-01-font-size, .875rem);font-weight:var(--cds-body-compact-01-font-weight, 400);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, .16px);color:var(--cds-text-secondary, #525252)}.CommonSearchWidget-module_fullWidth__8l-xH{max-inline-size:100%!important}.LocationSelector-module_dropdownWrapper__EGQSN .cds--dropdown{min-width:12rem}.LocationSelector-module_skeleton__5QGfl{height:2.5rem}.LocationSelector-module_error__7K-5g{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);padding:.5rem .75rem;color:var(--cds-text-error)}.LocationSelector-module_noLocation__mrBOk{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);padding:.5rem .75rem;color:var(--cds-text-secondary)}.DocumentsTable-module_documentsTableBody__6iR3w td{width:20%}.DocumentsTable-module_documentsTableBody__6iR3w td:nth-child(1){width:25%}.DocumentsTable-module_documentsTableBody__6iR3w td:last-child{width:15%}.DocumentsTable-module_viewAttachmentsLink__aQ1on{cursor:pointer}.DocumentsTable-module_documentViewerContainer__F5m8D{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem;gap:1rem}.DocumentsTable-module_attachmentItem__17KA7{width:100%}.DocumentsTable-module_attachmentCounter__WFiI3{font-size:var(--cds-label-01-font-size, .75rem);font-weight:var(--cds-label-01-font-weight, 400);line-height:var(--cds-label-01-line-height, 1.33333);letter-spacing:var(--cds-label-01-letter-spacing, .32px);color:var(--cds-text-secondary, #525252);margin-bottom:.25rem}.DocumentsTable-module_attachmentError__RI4U2{color:var(--cds-support-error, #da1e28);font-size:var(--cds-body-short-01-font-size, .875rem);font-weight:var(--cds-body-short-01-font-weight, 400);line-height:var(--cds-body-short-01-line-height, 1.28572);letter-spacing:var(--cds-body-short-01-letter-spacing, .16px)}.DocumentsTable-module_documentIframe__ptq5I{width:100%;height:37.5rem;border:none}.DocumentsTable-module_documentImage__KQVgS{max-width:100%;object-fit:contain}[data-split-view] #main-display-area #forms-table div[id^=accordion-item]{overflow-x:auto}.FormsTable-module_formsTableBody__SvGha td{width:50%;border-block-end:0!important}.FormsTable-module_customAccordianItem__isszs{background-color:var(--cds-layer-01, #f4f4f4)}.FormsTable-module_customAccordianItem__isszs .cds--accordion__content{margin-inline-start:0rem!important;padding-inline:0rem!important}.FormsTable-module_customAccordianItem__isszs .cds--accordion__wrapper{padding-block:0rem!important;padding-block-end:0rem!important}.Observations-module_observations__RKSyo div[id^=encounter-]{padding-inline-start:0!important}.Observations-module_observations__RKSyo div[id^=encounter-]>ul>li>button{background-color:var(--cds-layer-01, #f4f4f4)}.Observations-module_observations__RKSyo div[id^=abnormal-obs-][id$=-value]{color:var(--cds-text-error, #da1e28);font-weight:700}[data-split-view] #main-display-area .Observations-module_observations__RKSyo div[id^=accordion-item]{overflow-x:auto}[data-split-view] #main-display-area .Observations-module_observations__RKSyo div[id^=accordion-item] div[id^=accordion-item]{overflow-x:visible}.Observations-module_title__TJL3z{background:var(--cds-background, #ffffff)!important;min-block-size:fit-content!important;border-top:1px solid var(--cds-border-subtle)}.Observations-module_title__TJL3z p{font-size:var(--cds-heading-compact-02-font-size, 1rem);font-weight:var(--cds-heading-compact-02-font-weight, 600);line-height:var(--cds-heading-compact-02-line-height, 1.375);letter-spacing:var(--cds-heading-compact-02-letter-spacing, 0);color:var(--cds-text-primary, #161616)}
|
package/dist/index.js
CHANGED