@openmrs/esm-primary-navigation-app 9.0.2 → 9.0.3-pre.4114

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/718.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_primary_navigation_app=globalThis.webpackChunk_openmrs_esm_primary_navigation_app||[]).push([[718],{3155:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,".-esm-primary-navigation__workspace-notification-module__messageBody___6gROy{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)}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/workspaces/notification/workspace-notification.module.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAEA,6ECg2BI,uDAAA,CAAA,0DAAA,CAAA,4DAAA,CAAA,8DAAA",sourcesContent:["@use '@carbon/type';\n\n.messageBody {\n @include type.type-style('heading-compact-02');\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={messageBody:"-esm-primary-navigation__workspace-notification-module__messageBody___6gROy"};const s=r},8452:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__patient-banner-actions-menu-module__actionsButtonText___AEEgC{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);color:#0f62fe}html[dir=rtl] .-esm-primary-navigation__patient-banner-actions-menu-module__overflowMenuContainer___cYjKW>div{margin-left:unset;margin-right:-1.5rem}html[dir=rtl] .-esm-primary-navigation__patient-banner-actions-menu-module__overflowMenuContainer___cYjKW>div>div{left:unset;right:-6.025rem}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/patient-banner/actions-menu/patient-banner-actions-menu.module.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCxDF,wFC61BI,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CD31BF,aDgBe,CCVb,8GACE,iBAAA,CACA,oBAAA,CACA,kHACE,UAAA,CACA,eAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/colors';\n@use '@carbon/layout';\n@use '@carbon/type';\n@use '../../vars' as *;\n\n.actionsButtonText {\n @include type.type-style('body-compact-01');\n color: $interactive-01;\n}\n\n// Overriding styles for RTL support\nhtml[dir='rtl'] {\n .overflowMenuContainer {\n & > div {\n margin-left: unset;\n margin-right: -(layout.$spacing-06);\n & > div {\n left: unset;\n right: -6.025rem;\n }\n }\n }\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={actionsButtonText:"-esm-primary-navigation__patient-banner-actions-menu-module__actionsButtonText___AEEgC",overflowMenuContainer:"-esm-primary-navigation__patient-banner-actions-menu-module__overflowMenuContainer___cYjKW"};const s=r},10766:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,".-esm-primary-navigation__patient-photo-module__skeleton___T7pE\\+{height:3.5rem;width:3.5rem}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/patient-photo/patient-photo.module.scss"],names:[],mappings:"AAAA,kEACE,aAAA,CACA,YAAA",sourcesContent:[".skeleton {\n height: 3.5rem;\n width: 3.5rem;\n}\n"],sourceRoot:""}]),r.locals={skeleton:"-esm-primary-navigation__patient-photo-module__skeleton___T7pE+"};const s=r},16178:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,':root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__numeric-observation-module__container___ZqtzN{display:flex;flex-flow:row wrap;flex-direction:column;margin:.5rem 0 0;min-inline-size:max-content}.-esm-primary-navigation__numeric-observation-module__card___\\+Kf1c{display:flex;flex-direction:column;justify-content:center;width:fit-content;gap:.25rem;padding:.25rem}.-esm-primary-navigation__numeric-observation-module__card___\\+Kf1c.-esm-primary-navigation__numeric-observation-module__abnormal-value___nGJMk{border:solid 1px #ffc69e;background-color:#fff2e8}.-esm-primary-navigation__numeric-observation-module__card___\\+Kf1c.-esm-primary-navigation__numeric-observation-module__critical-value___RT-l2{border:1px solid #da1e28;background-color:#ffd7d9}.-esm-primary-navigation__numeric-observation-module__cell___-YWp4{display:block;width:100%;height:100%;padding:.5rem 1rem}.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__critically-high___\\+S9v9,.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__critically-low___tRuF2{background-color:#ffd7d9 !important;border-top:1px solid #ffc2c5 !important}.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__critically-high___\\+S9v9 p,.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__critically-low___tRuF2 p{font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px);color:#161616}.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__high___V70Gg,.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__low___6j4WP{background-color:#fff2e8 !important;border-top:1px solid #ffd9be !important}.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__high___V70Gg p,.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__low___6j4WP p{font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px);color:#161616}.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__off-scale-low___RaqHR p,.-esm-primary-navigation__numeric-observation-module__cell___-YWp4.-esm-primary-navigation__numeric-observation-module__off-scale-high___ercVi p{font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px);color:#161616}.-esm-primary-navigation__numeric-observation-module__label-container___msUNM,.-esm-primary-navigation__numeric-observation-module__value-container___0XxtT{flex-grow:0;flex-direction:row;justify-content:flex-start;align-items:center;display:flex;gap:.25rem;padding:0}.-esm-primary-navigation__numeric-observation-module__value-container___0XxtT{margin-top:.25rem}.-esm-primary-navigation__numeric-observation-module__label___gfVxK{font-size:var(--cds-label-01-font-size, 0.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, 0.32px);color:#525252}.-esm-primary-navigation__numeric-observation-module__value___fHFF3{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)}.-esm-primary-navigation__numeric-observation-module__units___WuzD1{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);color:#525252}.-esm-primary-navigation__numeric-observation-module__pad-right___eJKi6{margin-right:.125rem}.-esm-primary-navigation__numeric-observation-module__critically-low___tRuF2,.-esm-primary-navigation__numeric-observation-module__critically-high___\\+S9v9,.-esm-primary-navigation__numeric-observation-module__low___6j4WP,.-esm-primary-navigation__numeric-observation-module__high___V70Gg,.-esm-primary-navigation__numeric-observation-module__off-scale-low___RaqHR,.-esm-primary-navigation__numeric-observation-module__off-scale-high___ercVi{font-weight:bold}.-esm-primary-navigation__numeric-observation-module__critically-low___tRuF2::after,.-esm-primary-navigation__numeric-observation-module__critically-high___\\+S9v9::after,.-esm-primary-navigation__numeric-observation-module__low___6j4WP::after,.-esm-primary-navigation__numeric-observation-module__high___V70Gg::after,.-esm-primary-navigation__numeric-observation-module__off-scale-low___RaqHR::after,.-esm-primary-navigation__numeric-observation-module__off-scale-high___ercVi::after{font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px);color:#525252}.-esm-primary-navigation__numeric-observation-module__arrow___wctDh,.-esm-primary-navigation__numeric-observation-module__off-scale-high___ercVi::after,.-esm-primary-navigation__numeric-observation-module__critically-high___\\+S9v9::after,.-esm-primary-navigation__numeric-observation-module__high___V70Gg::after,.-esm-primary-navigation__numeric-observation-module__off-scale-low___RaqHR::after,.-esm-primary-navigation__numeric-observation-module__critically-low___tRuF2::after,.-esm-primary-navigation__numeric-observation-module__low___6j4WP::after{color:#161616;font-weight:bold}.-esm-primary-navigation__numeric-observation-module__low___6j4WP::after{content:" ↓";font-weight:bold}.-esm-primary-navigation__numeric-observation-module__critically-low___tRuF2::after{content:" ↓↓";font-weight:bold}.-esm-primary-navigation__numeric-observation-module__off-scale-low___RaqHR::after{content:" ↓↓↓";font-weight:bold}.-esm-primary-navigation__numeric-observation-module__high___V70Gg::after{content:" ↑";font-weight:bold}.-esm-primary-navigation__numeric-observation-module__critically-high___\\+S9v9::after{content:" ↑↑";font-weight:bold}.-esm-primary-navigation__numeric-observation-module__off-scale-high___ercVi::after{content:" ↑↑↑";font-weight:bold}',"",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/numeric-observation/numeric-observation.module.scss","webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/colors/index.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAAA,MCsDA,mBACE,CAAA,mBACA,CAAA,mBACA,CAAA,yBACA,CAAA,+BACA,CAAA,oGACA,CAAA,2GACA,CAAA,wEDxDF,YACE,CAAA,kBACA,CAAA,qBACA,CAAA,gBACA,CAAA,2BACA,CAAA,oEAGF,YACE,CAAA,qBACA,CAAA,sBACA,CAAA,iBACA,CAAA,UEDW,CAAA,cAAA,CAAA,gJFMb,wBACE,CAAA,wBGiDU,CAAA,gJH7CZ,wBACE,CAAA,wBGiEO,CAAA,mEH7DT,aACE,CAAA,UACA,CAAA,WACA,CAAA,kBACA,CAAA,gSAGF,mCAEE,CAAA,uCACA,CAAA,oSAEA,2DIszBE,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CAAA,aH51BI,CAAA,yQD4CR,mCAEE,CAAA,uCACA,CAAA,6QAEA,2DI2yBE,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CAAA,aH51BI,CAAA,iSDyDN,2DImyBE,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CAAA,aH51BI,CAAA,4JD+DR,WACE,CAAA,kBACA,CAAA,0BACA,CAAA,kBACA,CAAA,YACA,CAAA,UE1DW,CAAA,SF4DX,CAAA,8EAGF,iBE/Da,CAAA,oEFoEb,gDI8wBI,CAAA,gDAAA,CAAA,oDAAA,CAAA,yDAAA,CAAA,aH31BM,CAAA,oEDkFV,oDIywBI,CAAA,uDAAA,CAAA,yDAAA,CAAA,2DAAA,CAAA,oEJrwBJ,wDIqwBI,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CAAA,aH31BM,CAAA,wED2FV,oBEvFa,CAAA,0bF2Fb,gBAME,CAAA,oeAEA,2DIovBE,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CAAA,aH31BM,CAAA,wiBD6GV,aGjEW,CAAA,gBHmET,CAAA,yEAGF,YAEE,CAAA,gBACA,CAAA,oFAGF,aAEE,CAAA,gBACA,CAAA,mFAGF,cAEE,CAAA,gBACA,CAAA,0EAGF,YAEE,CAAA,gBACA,CAAA,sFAGF,aAEE,CAAA,gBACA,CAAA,oFAGF,cAEE,CAAA,gBACA",sourcesContent:["@use '@carbon/colors';\n@use '@carbon/type';\n@use '@carbon/layout';\n@use '../vars' as *;\n\n.container {\n display: flex;\n flex-flow: row wrap;\n flex-direction: column;\n margin: layout.$spacing-03 0 0;\n min-inline-size: max-content;\n}\n\n.card {\n display: flex;\n flex-direction: column;\n justify-content: center;\n width: fit-content;\n gap: layout.$spacing-02;\n padding: layout.$spacing-02;\n}\n\n.card.abnormal-value {\n border: solid 1px colors.$orange-20-hover;\n background-color: colors.$orange-10;\n}\n\n.card.critical-value {\n border: 1px solid colors.$red-60;\n background-color: colors.$red-20;\n}\n\n.cell {\n display: block;\n width: 100%;\n height: 100%;\n padding: layout.$spacing-03 layout.$spacing-05;\n}\n\n.cell.critically-high,\n.cell.critically-low {\n background-color: colors.$red-20 !important;\n border-top: 1px solid colors.$red-20-hover !important;\n\n p {\n @include type.type-style('heading-compact-01');\n color: $ui-05;\n }\n}\n\n.cell.high,\n.cell.low {\n background-color: colors.$orange-10 !important;\n border-top: 1px solid colors.$orange-20 !important;\n\n p {\n @include type.type-style('heading-compact-01');\n color: $ui-05;\n }\n}\n\n.cell.off-scale-low,\n.cell.off-scale-high {\n p {\n @include type.type-style('heading-compact-01');\n color: $ui-05;\n }\n}\n\n.label-container {\n flex-grow: 0;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n display: flex;\n gap: layout.$spacing-02;\n padding: 0;\n}\n\n.value-container {\n @extend .label-container;\n margin-top: layout.$spacing-02;\n}\n\n.label {\n @include type.type-style('label-01');\n color: $text-02;\n}\n\n.value {\n @include type.type-style('body-compact-02');\n}\n\n.units {\n @include type.type-style('body-compact-01');\n color: $text-02;\n}\n\n.pad-right {\n margin-right: layout.$spacing-01;\n}\n\n.critically-low,\n.critically-high,\n.low,\n.high,\n.off-scale-low,\n.off-scale-high {\n font-weight: bold;\n\n &::after {\n @include type.type-style('heading-compact-01');\n color: $text-02;\n }\n}\n\n.arrow {\n color: colors.$gray-100;\n font-weight: bold;\n}\n\n.low::after {\n @extend .arrow;\n content: ' ↓';\n font-weight: bold;\n}\n\n.critically-low::after {\n @extend .arrow;\n content: ' ↓↓';\n font-weight: bold;\n}\n\n.off-scale-low::after {\n @extend .arrow;\n content: ' ↓↓↓';\n font-weight: bold;\n}\n\n.high::after {\n @extend .arrow;\n content: ' ↑';\n font-weight: bold;\n}\n\n.critically-high::after {\n @extend .arrow;\n content: ' ↑↑';\n font-weight: bold;\n}\n\n.off-scale-high::after {\n @extend .arrow;\n content: ' ↑↑↑';\n font-weight: bold;\n}\n","@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","// Code generated by @carbon/colors. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n$black: #000000 !default;\n$white: #ffffff !default;\n\n$black-100: #000000 !default;\n$blue-10: #edf5ff !default;\n$blue-20: #d0e2ff !default;\n$blue-30: #a6c8ff !default;\n$blue-40: #78a9ff !default;\n$blue-50: #4589ff !default;\n$blue-60: #0f62fe !default;\n$blue-70: #0043ce !default;\n$blue-80: #002d9c !default;\n$blue-90: #001d6c !default;\n$blue-100: #001141 !default;\n$cool-gray-10: #f2f4f8 !default;\n$cool-gray-20: #dde1e6 !default;\n$cool-gray-30: #c1c7cd !default;\n$cool-gray-40: #a2a9b0 !default;\n$cool-gray-50: #878d96 !default;\n$cool-gray-60: #697077 !default;\n$cool-gray-70: #4d5358 !default;\n$cool-gray-80: #343a3f !default;\n$cool-gray-90: #21272a !default;\n$cool-gray-100: #121619 !default;\n$cyan-10: #e5f6ff !default;\n$cyan-20: #bae6ff !default;\n$cyan-30: #82cfff !default;\n$cyan-40: #33b1ff !default;\n$cyan-50: #1192e8 !default;\n$cyan-60: #0072c3 !default;\n$cyan-70: #00539a !default;\n$cyan-80: #003a6d !default;\n$cyan-90: #012749 !default;\n$cyan-100: #061727 !default;\n$gray-10: #f4f4f4 !default;\n$gray-20: #e0e0e0 !default;\n$gray-30: #c6c6c6 !default;\n$gray-40: #a8a8a8 !default;\n$gray-50: #8d8d8d !default;\n$gray-60: #6f6f6f !default;\n$gray-70: #525252 !default;\n$gray-80: #393939 !default;\n$gray-90: #262626 !default;\n$gray-100: #161616 !default;\n$green-10: #defbe6 !default;\n$green-20: #a7f0ba !default;\n$green-30: #6fdc8c !default;\n$green-40: #42be65 !default;\n$green-50: #24a148 !default;\n$green-60: #198038 !default;\n$green-70: #0e6027 !default;\n$green-80: #044317 !default;\n$green-90: #022d0d !default;\n$green-100: #071908 !default;\n$magenta-10: #fff0f7 !default;\n$magenta-20: #ffd6e8 !default;\n$magenta-30: #ffafd2 !default;\n$magenta-40: #ff7eb6 !default;\n$magenta-50: #ee5396 !default;\n$magenta-60: #d02670 !default;\n$magenta-70: #9f1853 !default;\n$magenta-80: #740937 !default;\n$magenta-90: #510224 !default;\n$magenta-100: #2a0a18 !default;\n$orange-10: #fff2e8 !default;\n$orange-20: #ffd9be !default;\n$orange-30: #ffb784 !default;\n$orange-40: #ff832b !default;\n$orange-50: #eb6200 !default;\n$orange-60: #ba4e00 !default;\n$orange-70: #8a3800 !default;\n$orange-80: #5e2900 !default;\n$orange-90: #3e1a00 !default;\n$orange-100: #231000 !default;\n$purple-10: #f6f2ff !default;\n$purple-20: #e8daff !default;\n$purple-30: #d4bbff !default;\n$purple-40: #be95ff !default;\n$purple-50: #a56eff !default;\n$purple-60: #8a3ffc !default;\n$purple-70: #6929c4 !default;\n$purple-80: #491d8b !default;\n$purple-90: #31135e !default;\n$purple-100: #1c0f30 !default;\n$red-10: #fff1f1 !default;\n$red-20: #ffd7d9 !default;\n$red-30: #ffb3b8 !default;\n$red-40: #ff8389 !default;\n$red-50: #fa4d56 !default;\n$red-60: #da1e28 !default;\n$red-70: #a2191f !default;\n$red-80: #750e13 !default;\n$red-90: #520408 !default;\n$red-100: #2d0709 !default;\n$teal-10: #d9fbfb !default;\n$teal-20: #9ef0f0 !default;\n$teal-30: #3ddbd9 !default;\n$teal-40: #08bdba !default;\n$teal-50: #009d9a !default;\n$teal-60: #007d79 !default;\n$teal-70: #005d5d !default;\n$teal-80: #004144 !default;\n$teal-90: #022b30 !default;\n$teal-100: #081a1c !default;\n$warm-gray-10: #f7f3f2 !default;\n$warm-gray-20: #e5e0df !default;\n$warm-gray-30: #cac5c4 !default;\n$warm-gray-40: #ada8a8 !default;\n$warm-gray-50: #8f8b8b !default;\n$warm-gray-60: #726e6e !default;\n$warm-gray-70: #565151 !default;\n$warm-gray-80: #3c3838 !default;\n$warm-gray-90: #272525 !default;\n$warm-gray-100: #171414 !default;\n$white-0: #ffffff !default;\n$yellow-10: #fcf4d6 !default;\n$yellow-20: #fddc69 !default;\n$yellow-30: #f1c21b !default;\n$yellow-40: #d2a106 !default;\n$yellow-50: #b28600 !default;\n$yellow-60: #8e6a00 !default;\n$yellow-70: #684e00 !default;\n$yellow-80: #483700 !default;\n$yellow-90: #302400 !default;\n$yellow-100: #1c1500 !default;\n\n$white-hover: #e8e8e8 !default;\n$black-hover: #212121 !default;\n$blue-10-hover: #dbebff !default;\n$blue-20-hover: #b8d3ff !default;\n$blue-30-hover: #8ab6ff !default;\n$blue-40-hover: #5c97ff !default;\n$blue-50-hover: #1f70ff !default;\n$blue-60-hover: #0050e6 !default;\n$blue-70-hover: #0053ff !default;\n$blue-80-hover: #0039c7 !default;\n$blue-90-hover: #00258a !default;\n$blue-100-hover: #001f75 !default;\n$cool-gray-10-hover: #e4e9f1 !default;\n$cool-gray-20-hover: #cdd3da !default;\n$cool-gray-30-hover: #adb5bd !default;\n$cool-gray-40-hover: #9199a1 !default;\n$cool-gray-50-hover: #757b85 !default;\n$cool-gray-60-hover: #585e64 !default;\n$cool-gray-70-hover: #5d646a !default;\n$cool-gray-80-hover: #434a51 !default;\n$cool-gray-90-hover: #2b3236 !default;\n$cool-gray-100-hover: #222a2f !default;\n$cyan-10-hover: #cceeff !default;\n$cyan-20-hover: #99daff !default;\n$cyan-30-hover: #57beff !default;\n$cyan-40-hover: #059fff !default;\n$cyan-50-hover: #0f7ec8 !default;\n$cyan-60-hover: #005fa3 !default;\n$cyan-70-hover: #0066bd !default;\n$cyan-80-hover: #00498a !default;\n$cyan-90-hover: #013360 !default;\n$cyan-100-hover: #0b2947 !default;\n$gray-10-hover: #e8e8e8 !default;\n$gray-20-hover: #d1d1d1 !default;\n$gray-30-hover: #b5b5b5 !default;\n$gray-40-hover: #999999 !default;\n$gray-50-hover: #7a7a7a !default;\n$gray-60-hover: #5e5e5e !default;\n$gray-70-hover: #636363 !default;\n$gray-80-hover: #474747 !default;\n$gray-90-hover: #333333 !default;\n$gray-100-hover: #292929 !default;\n$green-10-hover: #b6f6c8 !default;\n$green-20-hover: #74e792 !default;\n$green-30-hover: #36ce5e !default;\n$green-40-hover: #3bab5a !default;\n$green-50-hover: #208e3f !default;\n$green-60-hover: #166f31 !default;\n$green-70-hover: #11742f !default;\n$green-80-hover: #05521c !default;\n$green-90-hover: #033b11 !default;\n$green-100-hover: #0d300f !default;\n$magenta-10-hover: #ffe0ef !default;\n$magenta-20-hover: #ffbdda !default;\n$magenta-30-hover: #ff94c3 !default;\n$magenta-40-hover: #ff57a0 !default;\n$magenta-50-hover: #e3176f !default;\n$magenta-60-hover: #b0215f !default;\n$magenta-70-hover: #bf1d63 !default;\n$magenta-80-hover: #8e0b43 !default;\n$magenta-90-hover: #68032e !default;\n$magenta-100-hover: #53142f !default;\n$orange-10-hover: #ffe2cc !default;\n$orange-20-hover: #ffc69e !default;\n$orange-30-hover: #ff9d57 !default;\n$orange-40-hover: #fa6800 !default;\n$orange-50-hover: #cc5500 !default;\n$orange-60-hover: #9e4200 !default;\n$orange-70-hover: #a84400 !default;\n$orange-80-hover: #753300 !default;\n$orange-90-hover: #522200 !default;\n$orange-100-hover: #421e00 !default;\n$purple-10-hover: #ede5ff !default;\n$purple-20-hover: #dcc7ff !default;\n$purple-30-hover: #c5a3ff !default;\n$purple-40-hover: #ae7aff !default;\n$purple-50-hover: #9352ff !default;\n$purple-60-hover: #7822fb !default;\n$purple-70-hover: #7c3dd6 !default;\n$purple-80-hover: #5b24ad !default;\n$purple-90-hover: #40197b !default;\n$purple-100-hover: #341c59 !default;\n$red-10-hover: #ffe0e0 !default;\n$red-20-hover: #ffc2c5 !default;\n$red-30-hover: #ff99a0 !default;\n$red-40-hover: #ff6168 !default;\n$red-50-hover: #ee0713 !default;\n$red-60-hover: #b81922 !default;\n$red-70-hover: #c21e25 !default;\n$red-80-hover: #921118 !default;\n$red-90-hover: #66050a !default;\n$red-100-hover: #540d11 !default;\n$teal-10-hover: #acf6f6 !default;\n$teal-20-hover: #57e5e5 !default;\n$teal-30-hover: #25cac8 !default;\n$teal-40-hover: #07aba9 !default;\n$teal-50-hover: #008a87 !default;\n$teal-60-hover: #006b68 !default;\n$teal-70-hover: #007070 !default;\n$teal-80-hover: #005357 !default;\n$teal-90-hover: #033940 !default;\n$teal-100-hover: #0f3034 !default;\n$warm-gray-10-hover: #f0e8e6 !default;\n$warm-gray-20-hover: #d8d0cf !default;\n$warm-gray-30-hover: #b9b3b1 !default;\n$warm-gray-40-hover: #9c9696 !default;\n$warm-gray-50-hover: #7f7b7b !default;\n$warm-gray-60-hover: #605d5d !default;\n$warm-gray-70-hover: #696363 !default;\n$warm-gray-80-hover: #4c4848 !default;\n$warm-gray-90-hover: #343232 !default;\n$warm-gray-100-hover: #2c2626 !default;\n$yellow-10-hover: #f8e6a0 !default;\n$yellow-20-hover: #fccd27 !default;\n$yellow-30-hover: #ddb00e !default;\n$yellow-40-hover: #bc9005 !default;\n$yellow-50-hover: #9e7700 !default;\n$yellow-60-hover: #755800 !default;\n$yellow-70-hover: #806000 !default;\n$yellow-80-hover: #5c4600 !default;\n$yellow-90-hover: #3d2e00 !default;\n$yellow-100-hover: #332600 !default;\n\n/// Colors from the IBM Design Language\n/// @access public\n/// @group @carbon/colors\n$colors: (\n black: (\n 100: #000000,\n ),\n blue: (\n 10: #edf5ff,\n 20: #d0e2ff,\n 30: #a6c8ff,\n 40: #78a9ff,\n 50: #4589ff,\n 60: #0f62fe,\n 70: #0043ce,\n 80: #002d9c,\n 90: #001d6c,\n 100: #001141,\n ),\n cool-gray: (\n 10: #f2f4f8,\n 20: #dde1e6,\n 30: #c1c7cd,\n 40: #a2a9b0,\n 50: #878d96,\n 60: #697077,\n 70: #4d5358,\n 80: #343a3f,\n 90: #21272a,\n 100: #121619,\n ),\n cyan: (\n 10: #e5f6ff,\n 20: #bae6ff,\n 30: #82cfff,\n 40: #33b1ff,\n 50: #1192e8,\n 60: #0072c3,\n 70: #00539a,\n 80: #003a6d,\n 90: #012749,\n 100: #061727,\n ),\n gray: (\n 10: #f4f4f4,\n 20: #e0e0e0,\n 30: #c6c6c6,\n 40: #a8a8a8,\n 50: #8d8d8d,\n 60: #6f6f6f,\n 70: #525252,\n 80: #393939,\n 90: #262626,\n 100: #161616,\n ),\n green: (\n 10: #defbe6,\n 20: #a7f0ba,\n 30: #6fdc8c,\n 40: #42be65,\n 50: #24a148,\n 60: #198038,\n 70: #0e6027,\n 80: #044317,\n 90: #022d0d,\n 100: #071908,\n ),\n magenta: (\n 10: #fff0f7,\n 20: #ffd6e8,\n 30: #ffafd2,\n 40: #ff7eb6,\n 50: #ee5396,\n 60: #d02670,\n 70: #9f1853,\n 80: #740937,\n 90: #510224,\n 100: #2a0a18,\n ),\n orange: (\n 10: #fff2e8,\n 20: #ffd9be,\n 30: #ffb784,\n 40: #ff832b,\n 50: #eb6200,\n 60: #ba4e00,\n 70: #8a3800,\n 80: #5e2900,\n 90: #3e1a00,\n 100: #231000,\n ),\n purple: (\n 10: #f6f2ff,\n 20: #e8daff,\n 30: #d4bbff,\n 40: #be95ff,\n 50: #a56eff,\n 60: #8a3ffc,\n 70: #6929c4,\n 80: #491d8b,\n 90: #31135e,\n 100: #1c0f30,\n ),\n red: (\n 10: #fff1f1,\n 20: #ffd7d9,\n 30: #ffb3b8,\n 40: #ff8389,\n 50: #fa4d56,\n 60: #da1e28,\n 70: #a2191f,\n 80: #750e13,\n 90: #520408,\n 100: #2d0709,\n ),\n teal: (\n 10: #d9fbfb,\n 20: #9ef0f0,\n 30: #3ddbd9,\n 40: #08bdba,\n 50: #009d9a,\n 60: #007d79,\n 70: #005d5d,\n 80: #004144,\n 90: #022b30,\n 100: #081a1c,\n ),\n warm-gray: (\n 10: #f7f3f2,\n 20: #e5e0df,\n 30: #cac5c4,\n 40: #ada8a8,\n 50: #8f8b8b,\n 60: #726e6e,\n 70: #565151,\n 80: #3c3838,\n 90: #272525,\n 100: #171414,\n ),\n white: (\n 0: #ffffff,\n ),\n yellow: (\n 10: #fcf4d6,\n 20: #fddc69,\n 30: #f1c21b,\n 40: #d2a106,\n 50: #b28600,\n 60: #8e6a00,\n 70: #684e00,\n 80: #483700,\n 90: #302400,\n 100: #1c1500,\n ),\n) !default;\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={container:"-esm-primary-navigation__numeric-observation-module__container___ZqtzN",card:"-esm-primary-navigation__numeric-observation-module__card___+Kf1c","abnormal-value":"-esm-primary-navigation__numeric-observation-module__abnormal-value___nGJMk","critical-value":"-esm-primary-navigation__numeric-observation-module__critical-value___RT-l2",cell:"-esm-primary-navigation__numeric-observation-module__cell___-YWp4","critically-high":"-esm-primary-navigation__numeric-observation-module__critically-high___+S9v9","critically-low":"-esm-primary-navigation__numeric-observation-module__critically-low___tRuF2",high:"-esm-primary-navigation__numeric-observation-module__high___V70Gg",low:"-esm-primary-navigation__numeric-observation-module__low___6j4WP","off-scale-low":"-esm-primary-navigation__numeric-observation-module__off-scale-low___RaqHR","off-scale-high":"-esm-primary-navigation__numeric-observation-module__off-scale-high___ercVi","label-container":"-esm-primary-navigation__numeric-observation-module__label-container___msUNM","value-container":"-esm-primary-navigation__numeric-observation-module__value-container___0XxtT",label:"-esm-primary-navigation__numeric-observation-module__label___gfVxK",value:"-esm-primary-navigation__numeric-observation-module__value___fHFF3",units:"-esm-primary-navigation__numeric-observation-module__units___WuzD1","pad-right":"-esm-primary-navigation__numeric-observation-module__pad-right___eJKi6",arrow:"-esm-primary-navigation__numeric-observation-module__arrow___wctDh"};const s=r},16526:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__left-nav-module__leftNav___eWlBC{border-inline-end:1px solid #c6c6c6;padding-top:1rem}.-esm-primary-navigation__left-nav-module__leftNav___eWlBC .cds--side-nav__link{color:#525252;font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px);padding:0 1rem}.-esm-primary-navigation__left-nav-module__leftNav___eWlBC .cds--side-nav__link:focus,.-esm-primary-navigation__left-nav-module__leftNav___eWlBC .cds--side-nav__link:hover{background-color:#f4f4f4}.-esm-primary-navigation__left-nav-module__leftNav___eWlBC .cds--side-nav__link.active-left-nav-link{color:#161616;border-inline-start:.25rem solid var(--brand-01);background-color:#e0e0e0;outline:none;padding:0 .75rem}.omrs-breakpoint-gt-tablet .cds--side-nav__link{height:2rem}.omrs-breakpoint-lt-desktop .cds--side-nav__link{height:3rem}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/left-nav/left-nav.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,2DACE,mCAAA,CACA,gBCyBW,CDtBX,gFACE,aDHM,CG21BN,2DAAA,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CFt1BA,cAAA,CAEA,4KAEE,wBDdE,CCkBJ,qGACE,aDfE,CCgBF,gDAAA,CACA,wBDnBE,CCoBF,YAAA,CACA,gBAAA,CAOJ,gDACE,WCQS,CDFX,iDACE,WCWS",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/type';\n@use '@carbon/layout';\n@use '../vars' as *;\n\n.leftNav {\n border-inline-end: 1px solid $color-gray-30;\n padding-top: layout.$spacing-05;\n\n // Left nav menu item\n :global(.cds--side-nav__link) {\n color: $text-02;\n @include type.type-style('heading-compact-01');\n padding: 0 1rem;\n\n &:focus,\n &:hover {\n background-color: $ui-01;\n }\n\n // Active menu item\n &:global(.active-left-nav-link) {\n color: $ui-05;\n border-inline-start: layout.$spacing-02 solid var(--brand-01);\n background-color: $ui-03;\n outline: none;\n padding: 0 layout.$spacing-04;\n }\n }\n}\n\n/* Desktop */\n:global(.omrs-breakpoint-gt-tablet) {\n :global(.cds--side-nav__link) {\n height: layout.$spacing-07;\n }\n}\n\n/* Tablet */\n:global(.omrs-breakpoint-lt-desktop) {\n :global(.cds--side-nav__link) {\n height: layout.$spacing-09;\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={leftNav:"-esm-primary-navigation__left-nav-module__leftNav___eWlBC"};const s=r},16979:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,':root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__card-header-module__desktopHeader___z-ELl,.-esm-primary-navigation__card-header-module__tabletHeader___ApQXi{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0 .75rem 1rem;background-color:#fff}.-esm-primary-navigation__card-header-module__desktopHeader___z-ELl h4:after,.-esm-primary-navigation__card-header-module__tabletHeader___ApQXi h4:after{content:"";display:block;width:2rem;padding-top:.188rem;border-bottom:.375rem solid var(--brand-03)}.-esm-primary-navigation__card-header-module__desktopHeader___z-ELl{height:3rem}.-esm-primary-navigation__card-header-module__desktopHeader___z-ELl h4{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:#525252}.-esm-primary-navigation__card-header-module__tabletHeader___ApQXi{height:4.5rem}.-esm-primary-navigation__card-header-module__tabletHeader___ApQXi h4{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);color:#525252}html[dir=rtl] .-esm-primary-navigation__card-header-module__desktopHeader___z-ELl,html[dir=rtl] .-esm-primary-navigation__card-header-module__tabletHeader___ApQXi{text-align:right;padding:.75rem 1rem .75rem 0}',"",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/cards/card-header.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,uIAEE,YAAA,CACA,6BAAA,CACA,kBAAA,CACA,4BAAA,CACA,qBDDc,CCGd,yJACE,UAAA,CACA,aAAA,CACA,UC0BS,CDzBT,mBAAA,CACA,2CAAA,CAIJ,oEACE,WC6BW,CD5BX,uEE20BE,uDAAA,CAAA,0DAAA,CAAA,4DAAA,CAAA,8DAAA,CFz0BA,aDlBM,CCsBV,mEACE,aAAA,CACA,sEEm0BE,kDAAA,CAAA,kDAAA,CAAA,kDAAA,CAAA,sDAAA,CFj0BA,aD1BM,CCgCR,mKAEE,gBAAA,CACA,4BAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '../vars' as *;\n\n.desktopHeader,\n.tabletHeader {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: layout.$spacing-04 0 layout.$spacing-04 layout.$spacing-05;\n background-color: $ui-background;\n\n h4:after {\n content: '';\n display: block;\n width: layout.$spacing-07;\n padding-top: 0.188rem;\n border-bottom: 0.375rem solid var(--brand-03);\n }\n}\n\n.desktopHeader {\n height: layout.$spacing-09;\n h4 {\n @include type.type-style('heading-compact-02');\n color: $text-02;\n }\n}\n\n.tabletHeader {\n height: 4.5rem;\n h4 {\n @include type.type-style('heading-03');\n color: $text-02;\n }\n}\n\n// Overriding styles for RTL support\nhtml[dir='rtl'] {\n .desktopHeader,\n .tabletHeader {\n text-align: right;\n padding: layout.$spacing-04 layout.$spacing-05 layout.$spacing-04 0;\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={desktopHeader:"-esm-primary-navigation__card-header-module__desktopHeader___z-ELl",tabletHeader:"-esm-primary-navigation__card-header-module__tabletHeader___ApQXi"};const s=r},20718:(e,n,t)=>{t.r(n),t.d(n,{ActionMenu:()=>Eg,ActionMenuButton:()=>fg,ActionMenuButton2:()=>Yg,ActionableNotificationComponent:()=>Wd,ActivityIcon:()=>Hp,AddIcon:()=>Xp,AllergiesIcon:()=>Cc,AppointmentsAltPictogram:()=>Xu,AppointmentsPictogram:()=>Hu,ArrowDownIcon:()=>Vp,ArrowLeftIcon:()=>Up,ArrowRightIcon:()=>Kp,ArrowUpIcon:()=>Jp,Assessment1Pictogram:()=>Vu,Assessment2Pictogram:()=>Uu,AttachmentIcon:()=>zc,BabyIcon:()=>Yp,BloodBankPictogram:()=>Ku,Breakpoint:()=>ls,CalendarHeatMapIcon:()=>Qp,CalendarIcon:()=>Zp,CardHeader:()=>Ss,CardiologyPictogram:()=>Ju,CaretDownIcon:()=>el,CaretLeftIcon:()=>nl,CaretRightIcon:()=>tl,CaretUpIcon:()=>al,ChartAverageIcon:()=>il,CheckmarkFilledIcon:()=>ol,CheckmarkOutlineIcon:()=>rl,ChemistryIcon:()=>sl,ChevronDownIcon:()=>pl,ChevronLeftIcon:()=>ll,ChevronRightIcon:()=>cl,ChevronUpIcon:()=>dl,CloseFilledIcon:()=>fl,CloseIcon:()=>ul,CloseOutlineIcon:()=>gl,ComponentContext:()=>ro,ConditionsIcon:()=>Mc,ConfigurableLink:()=>so,CtScanPictogram:()=>Yu,CustomOverflowMenu:()=>Gs,CustomOverflowMenuItem:()=>Rs,DashboardExtension:()=>Us,DentistryPictogram:()=>Qu,DiagnosisTags:()=>sd,DocumentAttachmentIcon:()=>hl,DocumentIcon:()=>ml,DownloadIcon:()=>yl,DrugOrderIcon:()=>_l,EditIcon:()=>bl,EmergencyDepartmentPictogram:()=>Zu,EmptyCard:()=>ud,EmptyCardIllustration:()=>dd,ErrorCard:()=>yd,ErrorState:()=>hd,EventScheduleIcon:()=>vl,EventsIcon:()=>$l,Extension:()=>po,ExtensionSlot:()=>bo,FacilityPictogram:()=>ef,GenderFemaleIcon:()=>Al,GenderMaleIcon:()=>kl,GenderOtherIcon:()=>wl,GenderUnknownIcon:()=>xl,GenericOrderTypeIcon:()=>Cl,GeriatricsPictogram:()=>nf,GroupAccessIcon:()=>Ml,GroupIcon:()=>zl,GynaecologyPictogram:()=>tf,HomePictogram:()=>bf,HospitalBedIcon:()=>El,Icon:()=>Dc,ImageMedicalIcon:()=>Bl,InPatientPictogram:()=>af,InformationFilledIcon:()=>Dl,InformationIcon:()=>Sl,InformationSquareIcon:()=>Nl,InventoryManagementIcon:()=>Il,LabOrderIcon:()=>Tl,LaboratoryPictogram:()=>of,Labs2Pictogram:()=>rf,LeftNavMenu:()=>$d,ListCheckedIcon:()=>Wl,LocationIcon:()=>Fl,LocationPicker:()=>xd,MaterialOrderIcon:()=>jl,MaximizeIcon:()=>Pl,MaybeIcon:()=>Sc,MaybePictogram:()=>$f,MedicationIcon:()=>Ol,MessageQueueIcon:()=>Gl,MicroscopeIcon:()=>Rl,MoneyIcon:()=>Ll,MotherIcon:()=>ql,MovementIcon:()=>Hl,Notification:()=>Id,NumericObservation:()=>Qd,ObstetricsPictogram:()=>sf,OpenmrsAppContext:()=>jo,OpenmrsDatePicker:()=>td,OpenmrsDateRangePicker:()=>ad,OpenmrsFetchError:()=>kn,OverflowMenuHorizontalIcon:()=>Xl,OverflowMenuVerticalIcon:()=>Vl,PageHeader:()=>tu,PageHeaderContent:()=>au,Pagination:()=>su,PasswordIcon:()=>Ul,PatientBannerActionsMenu:()=>Su,PatientBannerContactDetails:()=>rm,PatientBannerPatientIdentifiers:()=>vu,PatientBannerPatientInfo:()=>Cu,PatientBannerToggleContactDetailsButton:()=>Qg,PatientListsPictogram:()=>vf,PatientPhoto:()=>Ou,PatientSearchPictogram:()=>pf,PatientsPictogram:()=>lf,PaymentsDeskPictogram:()=>cf,PedestrianFamilyIcon:()=>Kl,PenIcon:()=>Jl,Pharmacy2Pictogram:()=>uf,PharmacyPictogram:()=>df,Pictogram:()=>Af,PrinterIcon:()=>Yl,ProcedureOrderIcon:()=>Ql,ProgramsIcon:()=>Zl,RadiologyIcon:()=>Ec,ReferralOrderIcon:()=>ec,RegistrationPictogram:()=>ff,RenderIfValueIsTruthy:()=>Po,RenewIcon:()=>nc,ReportIcon:()=>tc,ResetIcon:()=>ac,ResponsiveWrapper:()=>kf,SaveIcon:()=>ic,SearchIcon:()=>oc,ServiceQueuesPictogram:()=>gf,SettingsIcon:()=>rc,ShoppingCartAddItemIcon:()=>Bc,ShoppingCartArrowDownIcon:()=>lc,ShoppingCartIcon:()=>pc,Snackbar:()=>zf,StickyNoteAddIcon:()=>cc,StockManagementPictogram:()=>mf,SwitcherIcon:()=>sc,SyringeIcon:()=>dc,TableIcon:()=>fc,TableOfContentsIcon:()=>uc,TimeIcon:()=>gc,Toast:()=>Nf,ToolsIcon:()=>mc,TransferPictogram:()=>hf,TranslateIcon:()=>hc,TrashCanIcon:()=>yc,TreeViewAltIcon:()=>_c,TriagePictogram:()=>yf,Type:()=>G,UserAvatarIcon:()=>bc,UserFollowIcon:()=>vc,UserHasAccess:()=>Fr,UserIcon:()=>Ac,UserXrayIcon:()=>$c,ViewIcon:()=>wc,ViewOffIcon:()=>kc,VisitMode:()=>ua,VisitStatus:()=>fa,WarningIcon:()=>xc,Workspace2:()=>Xg,WorkspaceContainer:()=>Sg,WorkspaceNotification:()=>vg,XrayPictogram:()=>_f,activateOfflineCapability:()=>ft,addRoutesOverride:()=>as,age:()=>gu,attach:()=>Ci,attachmentUrl:()=>Jn,backendDependencies:()=>jn,beginEditSynchronizationItem:()=>Nt,canAccessStorage:()=>ns,canBeginEditSynchronizationItemsOfType:()=>Dt,canCloseWorkspaceWithoutPrompting:()=>Pf,cancelPrompt:()=>Uf,changeWorkspaceContext:()=>Yf,checkStatus:()=>pi,checkStatusFor:()=>li,cleanupObsoleteFeatureFlags:()=>ni,clearConfigErrors:()=>Pe,clearCurrentUser:()=>Bn,clearHistory:()=>fn,closeAllWorkspaces:()=>ag,closeWorkspace:()=>Jf,closeWorkspaceGroup2:()=>Ig,compile:()=>Pa,configExtensionStore:()=>Y,configInternalStore:()=>K,convertToLocaleCalendar:()=>Ip,createAttachment:()=>Zn,createDashboard:()=>Ks,createErrorHandler:()=>k,createGlobalStore:()=>E,createUseStore:()=>go,defaultVisitCustomRepresentation:()=>ga,defineConfigSchema:()=>ce,defineExtensionConfigSchema:()=>ge,deleteAttachmentPermanently:()=>et,deleteSynchronizationItem:()=>It,detach:()=>zi,detachAll:()=>Mi,dispatchActionableNotificationShown:()=>m,dispatchConnectivityChanged:()=>i,dispatchNotificationShown:()=>g,dispatchPrecacheStaticDependencies:()=>p,dispatchSnackbarShown:()=>h,dispatchToastShown:()=>y,displayName:()=>lu,esmStyleGuideSchema:()=>Is,evaluate:()=>Sa,evaluateAsBoolean:()=>Na,evaluateAsBooleanAsync:()=>Ia,evaluateAsNumber:()=>Ta,evaluateAsNumberAsync:()=>Wa,evaluateAsType:()=>Fa,evaluateAsTypeAsync:()=>ja,evaluateAsync:()=>Da,extractVariableNames:()=>Ja,featureFlagsStore:()=>Za,fetchCurrentPatient:()=>aa,fhirBaseUrl:()=>_n,filterBreadcrumbs:()=>nn,finishRegisteringAllApps:()=>Zr,fireOpenmrsEvent:()=>oa,formatDate:()=>Bp,formatDatetime:()=>Np,formatDuration:()=>Tp,formatPartialDate:()=>Ep,formatPatientName:()=>cu,formatTime:()=>Dp,formattedName:()=>du,generateOfflineUuid:()=>jt,getAssignedExtensions:()=>Si,getAsyncExtensionLifecycle:()=>So,getAsyncLifecycle:()=>Eo,getAttachmentByUuid:()=>Yn,getAttachments:()=>Qn,getBreadcrumbs:()=>Ze,getBreadcrumbsFor:()=>tn,getConfig:()=>he,getConfigStore:()=>Q,getCoreTranslation:()=>qn,getCurrentImportMap:()=>Un,getCurrentOfflineMode:()=>dt,getCurrentUser:()=>Cn,getDefaultCalendar:()=>zp,getDefaultsFromConfigSchema:()=>bm,getDynamicOfflineDataEntries:()=>Lt,getDynamicOfflineDataEntriesFor:()=>qt,getDynamicOfflineDataHandlers:()=>Gt,getExtensionConfig:()=>ae,getExtensionConfigFromExtensionSlotStore:()=>oe,getExtensionConfigFromStore:()=>ie,getExtensionInternalStore:()=>di,getExtensionNameFromId:()=>Ai,getExtensionRegistration:()=>wi,getExtensionRegistrationFrom:()=>ki,getExtensionSlotConfig:()=>ee,getExtensionSlotConfigFromStore:()=>ne,getExtensionSlotsConfigStore:()=>Z,getExtensionStore:()=>fi,getExtensionsConfigStore:()=>te,getFeatureFlag:()=>ti,getFhirServerPaginationHandlers:()=>dr,getFullSynchronizationItems:()=>Bt,getFullSynchronizationItemsFor:()=>Mt,getGlobalStore:()=>S,getGroupByWindowName:()=>Yi,getHistory:()=>dn,getLifecycle:()=>Mo,getLocale:()=>cp,getLocations:()=>la,getLoggedInUser:()=>Dn,getModalRegistration:()=>Oi,getOfflineDb:()=>yt,getOfflinePatientDataStore:()=>Zt,getOfflineSynchronizationStore:()=>$t,getOmrsServiceWorker:()=>it,getOpenedWindowIndexByWorkspace:()=>Qi,getPatientName:()=>pu,getPromptBeforeClosingFcn:()=>Vf,getRegisteredWorkspace2Names:()=>Gg,getSessionLocation:()=>Nn,getSessionStore:()=>zn,getStartedVisit:()=>$a,getSyncLifecycle:()=>Bo,getSynchronizationItem:()=>St,getSynchronizationItems:()=>Et,getSynchronizationItemsFor:()=>zt,getTranslationOverrides:()=>ye,getVisitStore:()=>ha,getVisitTypes:()=>da,getVisitsForPatient:()=>va,getWindowByWorkspaceName:()=>Ji,getWorkspaceGroupRegistration:()=>Vi,getWorkspaceGroupStore:()=>pg,getWorkspaceRegistration:()=>Xi,getWorkspaceStore:()=>eg,goBackInHistory:()=>un,iconIds:()=>qp,implementerToolsConfigStore:()=>re,importDynamic:()=>Xn,inRange:()=>Le,integrateBreakpoints:()=>us,interpolateString:()=>rn,interpolateUrl:()=>on,isDesktop:()=>$r,isDevEnabled:()=>Fn,isOfflineUuid:()=>Pt,isOmrsDateStrict:()=>bp,isOmrsDateToday:()=>vp,isOnline:()=>oi,isOpenmrsAppRoutes:()=>ss,isOpenmrsRoutes:()=>ps,isUrl:()=>He,isUrlWithTemplateParameters:()=>qe,isVersionSatisfied:()=>km,jsep:()=>Aa.A,launchWorkspace:()=>Lf,launchWorkspace2:()=>Tg,launchWorkspaceGroup:()=>Gf,launchWorkspaceGroup2:()=>Ng,leftNavStore:()=>Ti,loadLifeCycles:()=>Vr,localStorageRoutesPrefix:()=>Hr,makeUrl:()=>vn,messageOmrsServiceWorker:()=>pt,navigate:()=>sn,navigateAndLaunchWorkspace:()=>qf,offlineUuidPrefix:()=>Ft,omrsOfflineCachingStrategyHttpHeaderName:()=>st,omrsOfflineResponseBodyHttpHeaderName:()=>ot,omrsOfflineResponseStatusHttpHeaderName:()=>rt,oneOf:()=>Xe,openmrsComponentDecorator:()=>zo,openmrsFetch:()=>$n,openmrsObservableFetch:()=>An,parseDate:()=>kp,pictogramIds:()=>qu,preloadImport:()=>Vn,processConfig:()=>_e,promptBeforeClosing:()=>Xf,promptForClosingWorkspaces:()=>Fg,provide:()=>me,putDynamicOfflineData:()=>Ht,putDynamicOfflineDataFor:()=>Xt,queueSynchronizationItem:()=>Ct,queueSynchronizationItemFor:()=>xt,refetchCurrentUser:()=>En,registerApp:()=>Qr,registerBreadcrumb:()=>Ye,registerBreadcrumbs:()=>Qe,registerDefaultCalendar:()=>Cp,registerExtension:()=>xi,registerExtensionSlot:()=>Di,registerFeatureFlag:()=>ei,registerGlobalStore:()=>B,registerModal:()=>Pi,registerModuleLoad:()=>ue,registerModuleWithConfigSystem:()=>de,registerOfflinePatientHandler:()=>ea,registerOmrsServiceWorker:()=>at,registerTranslationNamespace:()=>fe,registerWorkspace:()=>Li,registerWorkspaceGroup:()=>qi,registerWorkspaceGroups2:()=>Zi,registerWorkspaceWindows2:()=>eo,registerWorkspaces2:()=>no,removeDynamicOfflineData:()=>Vt,removeDynamicOfflineDataFor:()=>Ut,removeRoutesOverride:()=>is,renderActionableNotifications:()=>Hd,renderExtension:()=>ao,renderInlineNotifications:()=>Ld,renderLoadingSpinner:()=>sm,renderSnackbars:()=>Sf,renderToasts:()=>Ff,renderWorkspaceWindowsAndMenu:()=>ym,reportError:()=>A,reset:()=>Ii,resetAllRoutesOverrides:()=>os,resetConfigSystem:()=>Oe,resetWorkspaceStore:()=>sg,restBaseUrl:()=>yn,retry:()=>wm,runSynchronization:()=>At,saveVisit:()=>_a,selectPreferredName:()=>uu,sessionEndpoint:()=>bn,sessionStore:()=>wn,setCurrentOfflineMode:()=>ut,setCurrentVisit:()=>ya,setFeatureFlag:()=>ii,setLeftNav:()=>Wi,setSessionLocation:()=>In,setUserLanguage:()=>Mn,setUserProperties:()=>Tn,setupApiModule:()=>Pn,setupDynamicOfflineDataHandler:()=>Rt,setupHistory:()=>cn,setupModals:()=>Dd,setupOfflineSync:()=>Tt,shallowEqual:()=>x,showActionableNotification:()=>Xd,showModal:()=>Nd,showNotification:()=>qd,showSnackbar:()=>Df,showToast:()=>jf,showWorkspacePrompts:()=>og,slugify:()=>Hn,subscribeActionableNotificationShown:()=>b,subscribeConnectivity:()=>r,subscribeConnectivityChanged:()=>o,subscribeNotificationShown:()=>_,subscribeOpenmrsEvent:()=>ra,subscribePrecacheStaticDependencies:()=>l,subscribeSnackbarShown:()=>$,subscribeTo:()=>D,subscribeToFeatureFlag:()=>ai,subscribeToastShown:()=>v,syncAllDynamicOfflineData:()=>Kt,syncDynamicOfflineData:()=>Jt,syncOfflinePatientData:()=>na,temporaryConfigStore:()=>J,toDateObjectStrict:()=>$p,toLocationObject:()=>pa,toOmrsIsoString:()=>Ap,toVisitTypeObject:()=>ca,translateFrom:()=>Ln,tryRegisterExtension:()=>Kr,unsetLeftNav:()=>Fi,updateExtensionSlotState:()=>Ni,updateInternalExtensionStore:()=>ui,updateVisit:()=>ba,updateWorkspaceWindowState:()=>ng,useAbortController:()=>Oo,useAppContext:()=>Ro,useAssignedExtensionIds:()=>Lo,useAssignedExtensions:()=>ho,useAttachments:()=>qo,useBodyScrollLock:()=>Ho,useConfig:()=>Ko,useConnectedExtensions:()=>Jo,useConnectivity:()=>Yo,useCustomOverflowMenu:()=>Os,useDebounce:()=>Qo,useDefineAppContext:()=>Fo,useEmrConfiguration:()=>nr,useExtensionInternalStore:()=>tr,useExtensionSlot:()=>yo,useExtensionSlotMeta:()=>ar,useExtensionSlotStore:()=>mo,useExtensionStore:()=>ir,useFeatureFlag:()=>or,useFhirFetchAll:()=>yr,useFhirInfinite:()=>_r,useFhirPagination:()=>cr,useForceUpdate:()=>rr,useLayoutType:()=>vr,useLeftNav:()=>Ar,useLeftNavStore:()=>kr,useLocations:()=>wr,useOnClickOutside:()=>xr,useOnVisible:()=>Cr,useOpenmrsFetchAll:()=>mr,useOpenmrsInfinite:()=>fr,useOpenmrsPagination:()=>sr,useOpenmrsSWR:()=>zr,usePagination:()=>Er,usePaginationInfo:()=>Br,usePatient:()=>Dr,usePatientPhoto:()=>Tu,usePrimaryIdentifierCode:()=>Nr,useRenderableExtensions:()=>Ir,useSession:()=>Wr,useStore:()=>uo,useStoreWithActions:()=>fo,useVisit:()=>Lr,useVisitContextStore:()=>Rr,useVisitTypes:()=>qr,useWorkspace2Context:()=>Og,useWorkspace2Store:()=>Pg,useWorkspaces:()=>ig,userHasAccess:()=>Sn,validator:()=>R,validators:()=>Ve,workspace2Store:()=>Ki,workspace2StoreActions:()=>jg,workspaceStore:()=>Zf});const a="openmrs:connectivity-changed";function i(e){window.dispatchEvent(new CustomEvent(a,{detail:{online:e}}))}function o(e){if(!window.offlineEnabled)return()=>{};const n=n=>e(n.detail);return window.addEventListener(a,n),()=>window.removeEventListener(a,n)}function r(e){return e({online:!window.offlineEnabled||navigator.onLine}),o(e)}const s="openmrs:precache-static-dependencies";function p(e={}){window.dispatchEvent(new CustomEvent(s,{detail:e}))}function l(e){const n=n=>e(n.detail);return window.addEventListener(s,n),()=>window.removeEventListener(s,n)}const c="openmrs:notification-shown",d="openmrs:actionable-notification-shown",u="openmrs:toast-shown",f="openmrs:snack-bar-shown";function g(e){window.dispatchEvent(new CustomEvent(c,{detail:e}))}function m(e){window.dispatchEvent(new CustomEvent(d,{detail:e}))}function h(e){window.dispatchEvent(new CustomEvent(f,{detail:e}))}function y(e){window.dispatchEvent(new CustomEvent(u,{detail:e}))}function _(e){const n=n=>e(n.detail);return window.addEventListener(c,n),()=>window.removeEventListener(c,n)}function b(e){const n=n=>e(n.detail);return window.addEventListener(d,n),()=>window.removeEventListener(d,n)}function v(e){const n=n=>e(n.detail);return window.addEventListener(u,n),()=>window.removeEventListener(u,n)}function $(e){const n=n=>e(n.detail);return window.addEventListener(f,n),()=>window.removeEventListener(f,n)}function A(e){const n=w(e);setTimeout((()=>{throw n}))}function k(){const e=Error();return n=>{w(n).stack+=`\nAsync stacktrace:\n${e.stack}`,A(n)}}function w(e){let n;if(e instanceof Error)return e;if(null===e)return Error("'null' was thrown as an error");if("object"==typeof e){try{n=`Object thrown as error: ${JSON.stringify(e)}`}catch(t){n=`Object thrown as error with the following properties: ${Object.keys(e)}`}return Error(n)}return void 0===e?Error("'undefined' was thrown as an error"):Error(e.toString())}function x(e,n){if(e===n||Object.is(e,n))return!0;if(Array.isArray(e)){if(!Array.isArray(n))return!1;if(e.length!==n.length)return!1;for(let t=0;t<e.length;t++)if(e[t]!==n[t])return!1;return!0}if(Array.isArray(n))return!1;if("object"!=typeof e||null===e||"object"!=typeof n||null===n)return!1;const t=Object.getOwnPropertyNames(e),a=Object.getOwnPropertyNames(n);return t.length===a.length&&t.every((t=>e[t]===n[t]))}window.onerror=function(e){return console.error("Unexpected error: ",e),y({description:e??"Oops! An unexpected error occurred.",kind:"error",title:"Error"}),!1},window.onunhandledrejection=function(e){console.error("Unhandled rejection: ",e.reason),y({description:e.reason??"Oops! An unhandled promise rejection occurred.",kind:"error",title:"Error"})};var C=t(19167);function z(){try{return"undefined"!=typeof process&&("true"===process.env.VITEST||void 0!==process.env.JEST_WORKER_ID)||"undefined"!=typeof globalThis&&("__vitest_worker__"in globalThis||"__jest__"in globalThis)}catch{return!1}}const M={};function E(e,n){const t=M[e];if(t)return t.active?z()||console.error(`Attempted to override the existing store ${e}. Make sure that stores are only created once.`):t.value.setState(n,!0),t.active=!0,t.value;{const t=(0,C.y)()((()=>n));return M[e]={value:t,active:!0},t}}function B(e,n){const t=M[e];return t?(t.active?z()||console.error(`Attempted to override the existing store ${e}. Make sure that stores are only created once.`):t.value=n,t.active=!0,t.value):(M[e]={value:n,active:!0},n)}function S(e,n){const t=M[e];if(!t){const t=(0,C.y)()((()=>n??{}));return M[e]={value:t,active:!1},t}return t.value}function D(...e){const[n,t,a]=e,i=void 0===a?t:a,o=void 0===a?e=>e:t;let r=o(n.getState());return i(r),n.subscribe((e=>{const n=o(e);x(r,n)||(r=n,i(n))}))}globalThis.setTimeout?.((()=>{"undefined"!=typeof window&&"development"===window.spaEnv&&(window.stores=M)}),1e3);var N=t(11156),I=t(87633),T=t(23591),W=t(25778),F=t(74838),j=t(42411),P=t(88382),O=t(24399),G=function(e){return e.Array="Array",e.Boolean="Boolean",e.ConceptUuid="ConceptUuid",e.Number="Number",e.Object="Object",e.String="String",e.UUID="UUID",e.PersonAttributeTypeUuid="PersonAttributeTypeUuid",e.PatientIdentifierTypeUuid="PatientIdentifierTypeUuid",e}({});function R(e,n){return t=>{if(!e(t))return"function"==typeof n?n(t):n}}const L=R((e=>Array.isArray(e)),"must be an array"),q=R((e=>"boolean"==typeof e),"must be a boolean"),H=R((e=>"number"==typeof e),"must be a number"),X=R((e=>"string"==typeof e),"must be a string"),V=R((e=>"object"==typeof e&&!Array.isArray(e)&&null!==e),"must be an object (not an array or null)"),U=R((e=>/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(e)||/^[0-9a-f]{36}$/i.test(e)),"must be a valid UUID or a 36-character hexadecimal string"),K=E("config-internal",{providedConfigs:[],schemas:{},moduleLoaded:{}}),J=E("temporary-config",{config:function(){try{return JSON.parse(localStorage.getItem("openmrs:temporaryConfig")||"{}")}catch(e){return{}}}()});J.subscribe((e=>{var n;n=e.config,localStorage.setItem("openmrs:temporaryConfig",JSON.stringify(n))}));const Y=E("config-store-of-extension-state",{mountedExtensions:[]});function Q(e){return S(`config-module-${e}`,{config:null,loaded:!1,translationOverridesLoaded:!1})}function Z(){return S("config-extension-slots",{slots:{}})}function ee(e){return ne(Z().getState(),e)}function ne(e,n){return e.slots[n]??{loaded:!1,config:{}}}function te(){return S("config-extensions",{configs:{}})}function ae(e,n){if("string"!=typeof e||"string"!=typeof n||"__proto__"===e||"__proto__"===n||"constructor"===e||"constructor"===n||"prototype"===e||"prototype"===n)throw new Error("Attempted to call `getExtensionConfig()` with invalid argument");const t=te(),a=t=>t.configs[e]?.[n];return{getInitialState:()=>a(t.getInitialState()),getState:()=>a(t.getState())??{loaded:!1,config:null},setState(a,i=!1){t.setState((t=>{t.configs[e]||(t.configs[e]={});const o="function"==typeof a?a(t.configs.slotName[n]):a;return t.configs[e][n]=i?Object.assign({},o):Object.assign({},t.configs[e][n],o),t}))},subscribe:e=>t.subscribe(((n,t)=>{const i=a(n),o=a(t);x(i,o)||e(i,o)})),destroy(){}}}function ie(e,n,t){const a=e.configs[n]?.[t];return a??{loaded:!1,config:null}}function oe(e,n,t){const a=e.configure?.[t];return a??null}const re=E("config-implementer-tools",{config:{}}),se=[];function pe(){const e=K.getState(),n=J.getState(),t=Y.getState();!function(e,n){for(let t of Object.keys(e.schemas)){const a=Q(t);let i;i=e.moduleLoaded[t]?{translationOverridesLoaded:!0,loaded:!0,config:xe(t,e,n)}:{translationOverridesLoaded:!0,loaded:!1,config:Ce(t,e,n)},a.setState(i)}}(e,n),function(e,n){const t=re.getState(),a=function(e,n){let t=ve((0,P.A)(e.schemas));const a=[...e.providedConfigs.map((e=>[e.config,e.source])),[n.config,"temporary config"]];for(let[e,n]of a)t=Me([t,$e(e,n)]);return t}(e,n),i={config:a};(0,W.A)(t.config,i.config)||re.setState(i)}(e,n),function(e,n){const t=function(e,n){const t=Me(ke(e,n)),a=Object.keys(t).reduce(((e,n)=>(t[n]?.extensionSlots&&(e[n]=t[n]?.extensionSlots),e)),{});!function(e){for(let[n,t]of Object.entries(e))for(let[e,a]of Object.entries(t))Ae(a,n,e)}(a);return Object.keys(a).reduce(((e,n)=>({...e,...a[n]})),{})}(e,n),a=Object.fromEntries(Object.entries(t).map((([e,n])=>[e,{loaded:!0,config:n}]))),i=Z(),o=i.getState(),r={slots:{...o.slots,...a}};(0,W.A)(o.slots,r.slots)||i.setState(r)}(e,n),function(e,n,t){const a={};for(let i of n.mountedExtensions){const n=be(i.slotModuleName,i.extensionModuleName,i.slotName,i.extensionId,e,t);a[i.slotName]||(a[i.slotName]={}),a[i.slotName][i.extensionId]={config:n,loaded:!0}}const i=te(),o=i.getState(),r={configs:a};(0,W.A)(o.configs,r.configs)||i.setState(r)}(e,t,n)}function le(){pe(),se.push(K.subscribe(pe)),se.push(J.subscribe(pe)),se.push(Y.subscribe(pe))}function ce(e,n){we(e,n);const t=(0,F.A)(n,Re);K.setState((n=>({...n,schemas:{...n.schemas,[e]:t},moduleLoaded:{...n.moduleLoaded,[e]:!0}})))}function de(e){K.setState((n=>({...n,schemas:{...n.schemas,[e]:Re}})))}function ue(e){K.setState((n=>({...n,moduleLoaded:{...n.moduleLoaded,[e]:!0}})))}function fe(e){K.setState((n=>({...n,schemas:{...n.schemas,[e]:Ge}})))}function ge(e,n){we(e,n);const t=(0,F.A)(n,Re);K.getState().schemas[e]&&console.error(`Config schema for extension ${e} already exists. If there are multiple extensions with this same name, one will probably crash.`),K.setState((n=>({...n,schemas:{...n.schemas,[e]:t}})))}function me(e,n="provided"){K.setState((t=>({...t,providedConfigs:[...t.providedConfigs,{source:n,config:e}]})))}function he(e){return new Promise((n=>{const t=Q(e);function a(e){if(e.loaded&&e.config){const t=(0,j.A)(["Display conditions","Translation overrides"],e.config);n(t),i&&i()}}a(t.getState());const i=t.subscribe(a)}))}function ye(e,n,t){const a=[new Promise((n=>{const t=Q(e);function a(e){if(e.translationOverridesLoaded&&e.config){const t=e.config["Translation overrides"]??{};n(t),i&&i()}}a(t.getState());const i=t.subscribe(a)}))];return n&&t&&a.push(new Promise((e=>{const a=ae(n,t);function i(n){if(n.loaded&&n.config){const t=n.config["Translation overrides"]??{};e(t),o&&o()}}i(a.getState());const o=a.subscribe(i)}))),Promise.all(a)}function _e(e,n,t){Ee(e,n,t);const a=Ie(e,n);return Se(e,a,t),a}function be(e,n,t,a,i,o){const r=function(e){const[n]=e.split("#");return n}(a),s=i.schemas[r],p=s?r:n,l=ke(i,o),c=ze(e,l),d=c?.extensionSlots?.[t]?.configure?.[a]??{},u=Me([ze(p,l),d]),f=s??i.schemas[n];Ee(f,u,p);const g=Ie(f,u);return Se(f,g,p),delete g.extensionSlots,g}function ve(e){return e.hasOwnProperty("_default")?{...e,_value:e._default,_source:"default"}:We(e)?Object.keys(e).reduce(((n,t)=>(n[t]=ve(e[t]),n)),{}):{}}function $e(e,n){return We(e)?Object.keys(e).reduce(((t,a)=>(t[a]=$e(e[a],n),t)),{}):{_value:e,_source:n}}function Ae(e,n,t){const a=`${n}.extensionSlots.${t}`,i=`Extension slot config '${a}'`,o=Object.keys(e).filter((e=>!["add","remove","order","configure"].includes(e)));o.length&&je(a,i+`' contains invalid keys '${o.join("', '")}'`),e.add&&(Array.isArray(e.add)&&e.add.every((e=>"string"==typeof e))||je(a,i+".add' is invalid. Must be an array of strings (extension IDs)")),e.remove&&(Array.isArray(e.remove)&&e.remove.every((e=>"string"==typeof e))||je(a,i+".remove' is invalid. Must be an array of strings (extension IDs)")),e.order&&(Array.isArray(e.order)&&e.order.every((e=>"string"==typeof e))||je(a,i+".order' is invalid. Must be an array of strings (extension IDs)")),e.configure&&(We(e.configure)||je(a,i+".configure' is invalid. Must be an object with extension IDs for keys"))}function ke(e,n){return[...e.providedConfigs.map((e=>e.config)),n.config]}function we(e,n,t=""){const a="Please verify that you are running the latest version and, if so, alert the maintainer.";for(const i of Object.keys(n).filter((e=>!e.startsWith("_")))){const o=t+(t&&".")+i,r=n[i];if("Display conditions"===o&&console.error(`${e} declares a configuration option called "Display conditions"; the "Display conditions" option is a reserved name. ${a}`),"Translation overrides"===o&&console.error(`${e} declares a configuration option called "Translation overrides"; the "Translation overrides" option is a reserved name. ${a}`),!We(r)){console.error(`${e} has bad config schema definition for key '${o}'. ${a}`);continue}r.hasOwnProperty("_default")||we(e,r,o);const s=r._elements;if(Te(s)&&we(e,s,o+"._elements"),r._validators)for(let n of r._validators)"function"!=typeof n&&console.error(`${e} has invalid validator for key '${o}' ${a}.\n\nIf you're the maintainer: validators must be functions that return either undefined or an error string. Received ${n}.`);const p=r._type;p&&!Object.values(G).includes(p)&&console.error(`${e} has invalid type for key '${o}' ${a}.\n\nIf you're the maintainer: the allowed types are ${Object.values(G).join(", ")}. Received '${p}'`),Object.keys(r).every((e=>["_description","_validators","_elements","_type"].includes(e)))&&!t.includes("._elements")&&console.error(`${e} has bad config schema definition for key '${o}'. ${a}.\n\nIf you're the maintainer: all config elements must have a default. Received ${JSON.stringify(r)}`),s&&p&&![G.Array,G.Object].includes(p)&&console.error(`${e} has bad config schema definition for key '${o}'. ${a}.\n\nIf you're the maintainer: the 'elements' key only works with '_type' equal to 'Array' or 'Object'. Received ${JSON.stringify(p)}`)}}function xe(e,n,t){const a=n.schemas[e],i=ze(e,ke(n,t));Ee(a,i,e);const o=Ie(a,i);return Se(a,o,e),delete o.extensionSlots,o}function Ce(e,n,t){const a=ze(e,ke(n,t)),i=Ie(Re,a);return Se(Re,i,e),delete i.extensionSlots,i}function ze(e,n){return Me(n.map((({[e]:n})=>n)).filter((e=>!!e)))}function Me(e){return(0,O.A)(F.A)({},e)}function Ee(e,n,t=""){for(const a of Object.keys(n)){const i=n[a],o=t+"."+a,r=e[a];e.hasOwnProperty(a)?Be(r,i,o):"extensionSlots"===a&&""!==t||je(o,`Unknown config key '${o}' provided. Ignoring.`)}}function Be(e,n,t){De(t,e._type,n),We(n)?e._type===G.Object?function(e,n,t){if(e._elements)for(const a of Object.keys(n)){const i=n[a];Be(e._elements,i,`${t}.${a}`)}}(e,n,t):e.hasOwnProperty("_default")||e.hasOwnProperty("_type")||Ee(e,n,t):e._type===G.Array&&function(e,n,t){if(De(t,G.Array,n)){if(Te(e._elements))for(let a=0;a<n.length;a++)Be(e._elements,n[a],`${t}[${a}]`);for(let a=0;a<n.length;a++)De(`${t}[${a}]`,e._elements?._type,n[a])}}(e,n,t)}function Se(e,n,t=""){if(e)if(n!==e._default&&Ne(t,e._validators,n),We(n))for(const a of Object.keys(n)){const i=n[a],o=t+"."+a,r=e[a];e._type===G.Object&&e._elements?Se(e._elements,i,o):Se(r,i,o)}else if(Array.isArray(n)&&e._elements)for(let a=0;a<n.length;a++)Se(e._elements,n[a],`${t}[${a}]`)}function De(e,n,t){return!n||Ne(e,[{Array:L,Boolean:q,ConceptUuid:U,Number:H,Object:V,String:X,UUID:U,PersonAttributeTypeUuid:U,PatientIdentifierTypeUuid:U}[n]],t)}function Ne(e,n,t){let a=!0;if(n)try{for(let i of n){const n=i(t);"string"==typeof n&&(je(e,"object"==typeof t?`Invalid configuration for ${e}: ${n}`:`Invalid configuration value ${t} for ${e}: ${n}`),a=!1)}}catch(n){console.error(`Skipping invalid validator at "${e}". Encountered error\n\t${n}`)}return a}le();const Ie=(e,n)=>{const t=(0,P.A)(n);if(!e)return t;for(const n of Object.keys(e)){const a=t[n],i=e[n];if(i&&(i.hasOwnProperty("_type")||i.hasOwnProperty("_default"))){t.hasOwnProperty(n)||(t[n]=i._default);const e=i._elements;if(a&&Te(e))if(i._type===G.Array&&Array.isArray(a)){const i=a.map((n=>Ie(e,n)));t[n]=i}else if(i._type===G.Object)for(let n of Object.keys(a))a[n]=Ie(e,a[n])}else if(We(i)){const e=a??{};We(e)&&(t[n]=Ie(i,e))}}return t};function Te(e){return!!e&&Object.keys(e).filter((e=>!["_default","_validators"].includes(e))).length>0}function We(e){return"object"==typeof e&&!Array.isArray(e)&&null!==e}let Fe=new Set;function je(e,n){const t=`${e}:::${n}`;Fe||(Fe=new Set),Fe.has(t)||(console.error(n),Fe.add(t))}function Pe(e){e?Fe.forEach((n=>{n.startsWith(e)&&Fe.delete(n)})):Fe.clear()}function Oe(){se.forEach((e=>e())),se.length=0,le()}const Ge={"Translation overrides":{_description:"Per-language overrides for frontend translations should be keyed by language code and each language dictionary contains the translation key and the display value",_type:G.Object,_default:{},_validators:[R((e=>Object.keys(e).every((e=>/^[a-z]{2,3}(-[A-Z]{2,3})?$/.test(e)))),(e=>`The 'Translation overrides' object should have language codes for keys. Language codes must be in the form of a two-to-three letter language code optionally followed by a hyphen and a two-to-three letter country code. The following keys do not conform: ${Object.keys(e).filter((e=>!/^[a-z]{2,3}(-[A-Z]{2,3})?$/.test(e))).join(", ")}.`))]}},Re={"Display conditions":{privileges:{_description:"The privilege(s) the user must have to use this extension",_type:G.Array,_default:[]},expression:{_description:"The expression that determines whether the extension is displayed",_type:G.String,_default:void 0}},...Ge},Le=(e,n)=>R((t=>e<=t&&t<=n),`must be between ${e} and ${n}`),qe=e=>{const n=e.concat(["openmrsBase","openmrsSpaBase"]);return R((e=>{if(!e||"string"!=typeof e)return!1;const t=/\${(.*?)}/g;let a=t.exec(e);for(;a;){if(!n.includes(a[1]))return!1;a=t.exec(e)}return!0}),"Should be a URL or path. The allowed template parameters are "+n.map((e=>"${"+e+"}")).join(", "))},He=qe([]),Xe=e=>R((n=>e.includes(n)),`Must be one of the following: '${e.join("', '")}'.`),Ve={inRange:Le,isUrl:He,isUrlWithTemplateParameters:qe,oneOf:Xe};var Ue=t(64913);const Ke=E("breadcrumbs",[]);function Je(e){return e.matcher instanceof RegExp?e.matcher:"string"==typeof e.matcher?(0,Ue.MM)(e.matcher).regexp:(0,Ue.MM)(e.path).regexp}function Ye(e){return Qe([e])}function Qe(e){const n=[...Ze(),...e.map((e=>({matcher:Je(e),settings:e})))];Ke.setState(n,!0)}function Ze(){return Ke.getState()}function en(e,n){if(n)return function(e,n){const[t]=e.filter((e=>e.matcher.test(n)));return t}(e,n)||function(e,n){const t=n.split("/");for(;t.length>1;){t.pop();const n=en(e,t.join("/"));if(n)return n}}(e,n)}function nn(e,n){if(e.length>0){const t=en(e,n);if(t){const n=[t];let a=en(e,t.settings.parent);for(;void 0!==a;)n.push(a),a=en(e,a.settings.parent);return n.reverse()}}return[]}function tn(e){return nn(Ze(),e)}var an=t(48881);function on(e,n){const t=window.getOpenmrsSpaBase().replace(/\/$/,"");return rn(e,{openmrsBase:window.openmrsBase,openmrsSpaBase:t,...n}).replace(/^\/\//,"/")}function rn(e,n){return Object.keys(n).reduce(((e,t)=>e.split("${"+t+"}").join(n[t])),e)}function sn({to:e,templateParams:n}){const t=window.getOpenmrsSpaBase().replace(/\/$/,""),a=on(e,n).replace(window.location.origin,"");a.startsWith(t)?(0,an.navigateToUrl)(a):window.location.assign(a)}const pn="openmrs:history";function ln(e){let n=JSON.parse(sessionStorage.getItem(pn)??"[]")||[];n.push(e),n.length>50&&(n=n.slice(-50)),sessionStorage.setItem(pn,JSON.stringify(n))}function cn(){0===JSON.parse(sessionStorage.getItem(pn)??"[]").length&&document.referrer&&ln(document.referrer),window.addEventListener("single-spa:routing-event",(e=>{const n=dn();"replaceState"==e.detail.originalEvent?.singleSpaTrigger?(n[n.length-1]=window.location.href,sessionStorage.setItem(pn,JSON.stringify(n))):!e.detail.originalEvent?.singleSpa&&n.includes(window.location.href)?un({toUrl:window.location.href}):n[n.length-1]!==window.location.href&&ln(window.location.href)}))}function dn(){return JSON.parse(sessionStorage.getItem(pn)??"[]")}function un({toUrl:e}){const n=dn(),t=n.lastIndexOf(e);if(-1==t)throw new Error(`URL ${e} not found in history; cannot go back to it.`);{const e=n.slice(0,t+1);sn({to:n[t]}),sessionStorage.setItem(pn,JSON.stringify(e))}}function fn(){sessionStorage.removeItem(pn)}const gn="${openmrsSpaBase}/login",mn={redirectAuthFailure:{enabled:{_type:G.Boolean,_default:!0,_description:"Whether to redirect logged-out users to `redirectAuthFailure.url`"},url:{_type:G.String,_default:gn,_validators:[Ve.isUrl],_description:"The url to which users will be redirected when they are logged out. If set to blank, the `location` header from the response will be used."},errors:{_type:G.Array,_default:[401],_elements:{_type:G.Number,_validators:[Ve.inRange(100,600)]},_description:"The HTTP error codes for which users will be redirected"},resolvePromise:{_type:G.Boolean,_default:!1,_description:"Changes how requests that fail authentication are handled. Try messing with this if redirects to the login page aren't working correctly."}},followRedirects:{_type:G.Boolean,_default:!0,_description:"Whether openmrsFetch should support redirects returned from the backend"}};function hn(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}const yn="/ws/rest/v1",_n="/ws/fhir2/R4",bn=`${yn}/session`;function vn(e){return e&&e.startsWith("http")?e:("/"!==e[0]&&(e="/"+e),window.openmrsBase+e)}function $n(e,n={}){if("string"!=typeof e)throw Error("The first argument to @openmrs/api's openmrsFetch function must be a url string");if("object"!=typeof n)throw Error("The second argument to @openmrs/api's openmrsFetch function must be a plain object.");if(!window.openmrsBase)throw Error("@openmrs/api is running in a browser that doesn't have window.openmrsBase, which is provided by openmrs-module-spa's HTML file.");let t=vn(e);if(n.headers||(n.headers={}),(0,T.A)(n.body)&&(n.body=JSON.stringify(n.body)),void 0===n.headers.Accept&&(n.headers.Accept="application/json"),null===n.headers.Accept&&delete n.headers.Accept,e.startsWith(yn)&&void 0===n.headers["Disable-WWW-Authenticate"]&&(n.headers["Disable-WWW-Authenticate"]="true"),e.startsWith(_n)){const e=new URL(t,window.location.toString());e.searchParams.has("_summary")||(e.searchParams.set("_summary","data"),t=e.toString())}const a=Error();return window.fetch(t,n).then((async e=>{const n=e,{redirectAuthFailure:i,followRedirects:o}=await he("@openmrs/esm-api");if(n.ok){if(204===n.status){if(o&&n.headers.has("location")){const e=n.headers.get("location");e&&sn({to:e})}return n.data=null,n}return n.clone().text().then((e=>{try{e&&(n.data=JSON.parse(e))}catch(e){}return n}))}return t===vn(bn)&&403===n.status||i.enabled&&i.errors.includes(n.status)?(fn(),sn({to:i.url||n.headers.get("location")||gn}),i.resolvePromise?Promise.resolve():new Promise((()=>{}))):n.clone().text().then((e=>{let i=e;try{i=JSON.parse(e)}catch(e){}throw new kn(t,n,i,a)}),(e=>{throw new kn(t,n,null,a)}))}))}function An(e,n={}){if("object"!=typeof n)throw Error("The second argument to openmrsObservableFetch must be either omitted or an object");const t=new AbortController;return n.signal=t.signal,new I.Observable((a=>{let i=!1;return $n(e,n).then((e=>{i=!0,a.next(e),a.complete()}),(e=>{i=!0,a.error(e)})),()=>{i||t.abort()}}))}class kn extends Error{constructor(e,n,t,a){super(),hn(this,"response",void 0),hn(this,"responseBody",void 0),this.message=`Server responded with ${n.status} (${n.statusText}) for url ${e}. Check err.responseBody or network tab in dev tools for more info`,a.message=this.message,this.responseBody=t,this.response=n,this.stack=`Stacktrace for outgoing request:\n${a.stack}\nStacktrace for incoming response:\n${this.stack}`}}const wn=E("session",{loaded:!1,session:null});let xn=0;function Cn(e={includeAuthStatus:!0}){return(xn<Date.now()-6e4||!wn.getState().loaded)&&En(),new I.Observable((n=>{const t=t=>{t.loaded&&(e.includeAuthStatus?n.next(t.session):n.next(t.session?.user))};return t(wn.getState()),wn.subscribe(t)}))}function zn(){return(xn<Date.now()-6e4||!wn.getState().loaded)&&En(),wn}function Mn(e){let n=e.locale??e.user?.userProperties?.defaultLocale;n&&n.includes("_")&&(n=n.replaceAll("_","-")),function(e){if(void 0===e||"string"!=typeof e)return!1;try{new Intl.Locale(e)}catch(e){return!1}return!0}(n)&&n!==document.documentElement.getAttribute("lang")&&document.documentElement.setAttribute("lang",n)}function En(e,n){xn=Date.now();let t={};return e&&n&&(t.Authorization=`Basic ${window.btoa(`${e}:${n}`)}`),Wn($n(bn,{headers:t}))}function Bn(){wn.setState({loaded:!0,session:{authenticated:!1,sessionId:""}})}function Sn(e,n){return void 0===n?!Boolean(e):!Boolean(e)||function(e,n){return"string"==typeof e?!(0,N.A)(n.privileges.find((n=>e===n.display))):Array.isArray(e)?e.every((e=>!(0,N.A)(n.privileges.find((n=>e===n.display))))):((0,N.A)(e)||console.error(`Could not understand privileges "${e}"`),!0)}(e,n)||function(e){return!(0,N.A)(e.roles.find((e=>"System Developer"===e.display)))}(n)}function Dn(){let e,n;return new Promise((t=>{const a=a=>{a.loaded&&a.session.user&&(e=a.session.user,t(a.session.user),n&&n())};a(wn.getState()),e||(n=wn.subscribe(a))}))}function Nn(){return new Promise(((e,n)=>{Cn().subscribe((n=>{e(n.sessionLocation)}),n).unsubscribe()}))}async function In(e,n){return Wn($n(bn,{method:"POST",body:{sessionLocation:e},headers:{"Content-Type":"application/json"},signal:n.signal}))}async function Tn(e,n,t){return t||(t=new AbortController),await $n(`${yn}/user/${e}`,{method:"POST",body:{userProperties:n},headers:{"Content-Type":"application/json"},signal:t.signal}),En()}function Wn(e){return new Promise(((n,t)=>{e.then((e=>{let a;"object"==typeof e?.data?(a={loaded:!0,session:e.data},wn.setState(a),n(a)):(a={loaded:!1,session:null},wn.setState(a),t(a))})).catch((e=>{A(`Failed to fetch new session information: ${e}`);const n={loaded:!1,session:null};wn.setState(n),t(n)}))}))}function Fn(){return"development"===window.spaEnv||"true"===localStorage.getItem("openmrs:devtools")}wn.subscribe((e=>{e.loaded&&e.session&&Mn(e.session)}));const jn={"webservices.rest":"2.24.0",fhir2:"1.0.0-SNAPSHOT"};function Pn(){ce("@openmrs/esm-api",mn),En()}const On={address1:"Address line 1",address2:"Address line 2",address3:"Address line 3",address4:"Address line 4",address5:"Address line 5",address6:"Address line 6",city:"City",cityVillage:"City",country:"Country",countyDistrict:"District",district:"District",postalCode:"Postal code",state:"State",stateProvince:"State",closeAllOpenedWorkspaces:"Discard changes in {{count}} workspaces",closingAllWorkspacesPromptBody:"There may be unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}",closingAllWorkspacesPromptTitle:"You have unsaved changes",discard:"Discard",hide:"Hide",maximize:"Maximize",minimize:"Minimize",openAnyway:"Open anyway",unsavedChangesInOpenedWorkspace:"You may have unsaved changes in the opened workspace. Do you want to discard these changes?",unsavedChangesInWorkspace:'There may be unsaved changes in "{{workspaceName}}". Please save them before opening another workspace.',unsavedChangesTitleText:"Unsaved changes",workspaceHeader:"Workspace header",closeWorkspaces2PromptTitle:"Close workspace(s)",closeWorkspaces2PromptBody:"You are about to close the following workspace(s), which might have unsaved changes:",abnormalValue:"Abnormal value",actions:"Actions",actionableNotification:"Actionable notification",address:"Address",age:"Age",cancel:"Cancel",change:"Change",Clinic:"Clinic",close:"Close",closesActionableNotification:"Closes actionable notification",closeSnackbar:"Close snackbar",confirm:"Confirm",contactAdministratorIfIssuePersists:"Contact your system administrator if the problem persists.",contactDetails:"Contact details",delete:"Delete",discardChanges:"Discard changes",edit:"Edit",emptyStateText:"There are no {{displayText}} to display",error:"Error",errorCopy:"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.",errorLoadingLoginLocations:"Unable to load login locations. Please try again or contact support if the problem persists.",female:"Female",leftNavigation:"Left navigation",loading:"Loading",male:"Male",noResultsToDisplay:"No results to display",notAvailable:"Not available",other:"Other",paginationItemsCount:"{{pageItemsCount}} / {{totalItems}} items",paginationOfPages:"of {{count}} pages",patientAvatarAlt:"Avatar for {{patientName}}",patientIdentifierSticker:"Patient identifier sticker",patientLists:"Patient lists",patientPhotoAlt:"Profile photo of {{patientName}}",patientPhotoPlaceholder:"Photo placeholder for {{patientName}}",print:"Print",printError:"Print error",printErrorExplainer:"An error occurred in {{errorLocation}}",printIdentifierSticker:"Print identifier sticker",printing:"Printing",recordNewEntry:"Record {{displayText}}",relationships:"Relationships",resetOverrides:"Reset overrides",save:"Save",scriptLoadingFailed:"Error: Script failed to load",scriptLoadingError:"Failed to load overridden script from {{url}}. Please check that the bundled script is available at the expected URL. Click the button below to reset all import map overrides.",searchForLocation:"Search for a location",seeAll:"See all",seeMoreLists:"See {{count}} more lists",sex:"Sex",showLess:"Show less",showMore:"Show more",snackbarNotification:"Snackbar notification",toggleDevTools:"Toggle dev tools",unknown:"Unknown",yearAbbreviation:"yr",yearsAbbreviation:"yrs"};var Gn=t(12279);const Rn=Gn.Ay.default||Gn.Ay;function Ln(e,n,t,a){return Rn.t(n,{ns:e,defaultValue:t,...a})}function qn(e,n,t){return On[e]?Ln("core",e,n??On[e],t):(console.error(`O3 Core Translations does not provide key '${e}'. The key itself is being rendered as text.`),e)}function Hn(e){return e.replace(/[\/\-@]/g,"_")}async function Xn(e,n="./start",a){const i=!a?.maxLoadingTime||a.maxLoadingTime<=0?6e5:a.maxLoadingTime;let o;await Promise.race([Vn(e,a?.importMap),new Promise(((n,t)=>{o=setTimeout((()=>{var n;t(new Error(`Could not resolve requested script, ${e}, within ${n=i,n<1e3?`${n} milliseconds`:n<6e4?`${Math.floor(n/1e3)} seconds`:n<36e5?`${Math.floor(n/6e4)} minutes`:n<864e5?`${Math.floor(n/36e5)} hours`:`${Math.floor(n/864e5)} days`}.`))}),i)}))]),o&&clearTimeout(o);const r=Hn(e),s=window[r];if("object"!=typeof(p=s)||null===p||!("init"in p)||"function"!=typeof p.init||!("get"in p)||"function"!=typeof p.get){const e=`The global variable ${r} does not refer to a federated module`;throw console.error(e),new Error(e)}var p;s.init(t.S.default);const l=(await s.get(n))();if("object"!=typeof l||null===l){const n=`Container for ${e} did not return an ESM module as expected`;throw console.error(n),new Error(n)}return l}async function Vn(e,n){if("string"!=typeof e||0===e.trim().length){const e="Attempted to call importDynamic() without supplying a package to load";throw console.error(e),new Error(e)}const t=Hn(e);if(!window[t]){const t=n??await Un();if(!t.imports.hasOwnProperty(e)){const n=`Could not find the package ${e} defined in the current importmap`;throw console.error(n),new Error(n)}let a=t.imports[e];a.startsWith("./")&&(a=window.spaBase+a.substring(1));const i=!!window.localStorage.getItem(`import-map-override:${e}`);try{return await new Promise(((e,n)=>{!function(e,n,t){const a=document.head.querySelector(`script[src="${e}"]`);let i=window[Kn];if(i||(i=window[Kn]=new Set([])),a)if(i.has(e)){let e,i,o;o=()=>{e&&a.removeEventListener("load",e),i&&a.removeEventListener("error",i)},e=()=>{o(),n(null)},i=e=>{o(),t(e.message)},a.addEventListener("load",e),a.addEventListener("error",i)}else console.warn(`Script at ${e} already loaded. Not loading it again.`),n(null);else{i.add(e);const a=document.createElement("script");a.src=e,a.type="text/javascript",a.async=!0;const o=setTimeout((()=>{console.error(`The script at ${e} did not load within 5 seconds. This may indicate an issue with the imports in the script's entry-point file or with the script's bundler configuration.`)}),5e3);let r,s,p;p=()=>{clearTimeout(o),i.delete(e),r&&a.removeEventListener("load",r),s&&a.removeEventListener("error",s)},r=()=>{p(),n(null)},s=n=>{p();const a=`Failed to load script from ${e}`;console.error(a,n),t(n.message??a)},a.addEventListener("load",r),a.addEventListener("error",s),document.head.appendChild(a)}}(a,e,n)}))}catch(e){return i&&y({kind:"error",title:qn("scriptLoadingFailed","Error: Script failed to load"),description:qn("scriptLoadingError","Failed to load overridden script from {{- url}}. Please check that the bundled script is available at the expected URL. Click the button below to reset all import map overrides.",{url:a}),actionButtonLabel:qn("resetOverrides","Reset overrides"),onActionButtonClick(){window.importMapOverrides.resetOverrides(),window.location.reload()}}),Promise.reject(e)}}return Promise.resolve()}async function Un(){return window.importMapOverrides.getCurrentPageMap()}Rn.on("initialized",(function(){window.i18next.loadNamespaces(["core"])}));const Kn=Symbol("__openmrs_script_loading"),Jn=`${yn}/attachment`;function Yn(e,n){return $n(`${Jn}/${e}`,{signal:n.signal})}function Qn(e,n,t){return $n(`${Jn}?patient=${e}&includeEncounterless=${n}`,{signal:t.signal})}async function Zn(e,n){const t=new FormData;return t.append("fileCaption",n.fileDescription),t.append("patient",e),n.file?t.append("file",n.file,n.fileName):(t.append("file",new File([""],n.fileName),n.fileName),t.append("base64Content",n.base64Content)),$n(`${Jn}`,{method:"POST",body:t})}function et(e,n){return $n(`${Jn}/${e}`,{method:"DELETE",signal:n.signal})}var nt=t(68798);let tt;function at(e,n){if(void 0!==tt)return console.warn(`The application's Service Worker has already been registered. The new service worker at ${e} will not be registered.`),tt;if(!("serviceWorker"in navigator))throw new Error("Registering the Service Worker is not possible due to missing browser capabilities.");const t=new nt.JK(e,n);return tt=t.register().then((()=>t.controlling.then((()=>t)))),tt}function it(){return tt??Promise.resolve(void 0)}const ot="x-omrs-offline-response-body",rt="x-omrs-offline-response-status",st="x-omrs-offline-caching-strategy";async function pt(e){const n=await it();return n?await n.messageSW(e):{success:!1,result:void 0,error:"No service worker has been registered. This is typically the case when the application has been built without offline-related features."}}const lt="openmrs3:offline-mode";let ct="unavailable";function dt(){return{current:ct,notAvailable:"unavailable"===ct,active:"on"===ct}}function ut(e){"unavailable"!==ct&&"unavailable"!==e&&(localStorage.setItem(lt,"on"===e?"active":"disabled"),ct=e)}async function ft(){await async function(){return await async function(){return new Promise((e=>{const n=indexedDB.open("test");n.onerror=()=>e(!0),n.onsuccess=()=>e(!1)}))}()||await async function(){return!window.indexedDB}()||await async function(){const e=window.sessionStorage;try{e.setItem("someKeyHere","test"),e.removeItem("someKeyHere")}catch(n){if(n.code===DOMException.QUOTA_EXCEEDED_ERR&&0===e.length)return!0}return!1}()}()||(ct="active"===localStorage.getItem(lt)?"on":"off"),navigator.onLine}var gt=t(98442);function mt(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}class ht extends gt.Ay{constructor(){super("EsmOffline"),mt(this,"syncQueue",void 0),mt(this,"dynamicOfflineData",void 0),this.version(4).stores({syncQueue:"++id,userId,type,[userId+type]",dynamicOfflineData:"++id,type,identifier,*users,&[type+identifier]"}),this.syncQueue=this.table("syncQueue"),this.dynamicOfflineData=this.table("dynamicOfflineData")}}function yt(){return new ht}const _t=new ht,bt={},vt=E("offline-synchronization",{});function $t(){return vt}async function At(){if(vt.getState().synchronization)return;const e=await _t.syncQueue.count(),n={},t=Object.entries(bt),a=t.length,i={},o=new AbortController,r=()=>{const e=vt.getState().synchronization;vt.setState({synchronization:{...e,pendingCount:e.pendingCount-1}})};try{vt.setState({synchronization:{totalCount:e,pendingCount:e,abortController:o}});for(let e=0;e<a&&t.length>0;e++)for(let e=t.length;e--;){const[a,s]=t[e],p=s.dependsOn.map((e=>n[e]));p.every(Boolean)&&(i[a]={},await Promise.all(p),n[a]=kt(s,i,o,r),t.splice(e,1))}await Promise.allSettled(Object.values(n))}finally{vt.setState({synchronization:void 0})}}async function kt({type:e,dependsOn:n,process:t},a,i,o){const r=[],s=[],p=await wt();await _t.syncQueue.where({type:e,userId:p}).each(((e,n)=>{r.push([n.primaryKey,e.content,e.descriptor]),s.push(e.content)}));for(let l=0;l<r.length;l++){const[c,d,{id:u,dependencies:f=[]}]=r[l];try{const o=await t(d,{abort:i,index:l,items:s,userId:p,dependencies:f.map((({id:e,type:t})=>n.includes(t)?a[t][e]:void 0))});void 0!==u&&(a[e][u]=o),await _t.syncQueue.delete(c)}catch(e){await _t.syncQueue.update(c,{lastError:{name:e?.name,message:e?.message??e?.toString()}})}finally{o()}}}async function wt(){const e=await Dn();return e?.uuid||"*"}async function xt(e,n,t,a){const i=a&&a.id;return void 0!==i&&await _t.syncQueue.where({type:n,userId:e}).filter((e=>e?.descriptor.id===i)).delete().catch(gt.Ay.errnames.DatabaseClosed),await _t.syncQueue.add({type:n,content:t,userId:e,descriptor:a||{},createdOn:new Date}).catch(gt.Ay.errnames.DatabaseClosed,(()=>-1))}async function Ct(e,n,t){const a=await wt();return await xt(a,e,n,t)}async function zt(e,n){return(await Mt(e,n)).map((e=>e.content))}async function Mt(e,n){const t=n?{type:n,userId:e}:{userId:e};return await _t.syncQueue.where(t).toArray().catch(gt.Ay.errnames.DatabaseClosed,(()=>[]))}async function Et(e){const n=await wt();return await zt(n,e)}async function Bt(e){const n=await wt();return await Mt(n,e)}async function St(e){return await _t.syncQueue.get(e).catch(gt.Ay.errnames.DatabaseClosed,(()=>{}))}function Dt(e){return!!bt[e]?.options.onBeginEditSyncItem}async function Nt(e){const n=await St(e);if(!n)throw new Error(`No sync item with the ID ${e} exists.`);const t=bt[n.type]?.options.onBeginEditSyncItem;if(!t)throw new Error(`A sync item with the ID ${e} exists, but the associated handler (if one exists) doesn't support editing the item. You can avoid this error by either verifying that sync items of this type can be edited via the "canEditSynchronizationItemsOfType(type: string)" function or alternatively ensure that the synchronizaton handler for sync items of type "${n.type}" supports editing items.`);t(n)}async function It(e){await _t.syncQueue.delete(e).catch(gt.Ay.errnames.DatabaseClosed)}function Tt(e,n,t,a={}){bt[e]={type:e,dependsOn:n,process:t,options:a}}var Wt=t(51744);const Ft="OFFLINE+";function jt(){return Ft+(0,Wt.A)()}function Pt(e){return e.startsWith(Ft)}const Ot={};function Gt(){return Object.values(Ot)}function Rt(e){Ot[e.id]&&console.warn(`[setupDynamicOfflineDataHandler] Another second handler with the ID "${e.id}" was registered. This handler will override the previous one. This could be unintended as the previous handler might run different flows than the newly registered one. If this is the case, ensure that you are setting up the handlers with different IDs.`),Ot[e.id]=e}async function Lt(e){const n=await Yt();return await qt(n,e)}async function qt(e,n){const t=n?{type:n,users:e}:{users:e},a=new ht;return await a.dynamicOfflineData.where(t).toArray().catch(gt.Ay.errnames.DatabaseClosed,(()=>[]))}async function Ht(e,n){const t=await Yt();return await Xt(t,e,n)}async function Xt(e,n,t){const a=new ht,i=await a.dynamicOfflineData.get({type:n,identifier:t}).catch(gt.Ay.errnames.DatabaseClosed,(()=>{}));i?i.users.includes(e)||await a.dynamicOfflineData.update(i.id,{users:[...i.users,e]}).catch(gt.Ay.errnames.DatabaseClosed):await a.dynamicOfflineData.add({users:[e],type:n,identifier:t}).catch(gt.Ay.errnames.DatabaseClosed)}async function Vt(e,n){const t=await Yt();return await Ut(t,e,n)}async function Ut(e,n,t){const a=new ht,i=await a.dynamicOfflineData.get({type:n,identifier:t,users:e}).catch(gt.Ay.errnames.DatabaseClosed,(()=>{}));i&&(i.users.length>1?await a.dynamicOfflineData.update(i.id,{users:i.users.filter((n=>n!==e))}).catch(gt.Ay.errnames.DatabaseClosed):await a.dynamicOfflineData.delete(i.id).catch(gt.Ay.errnames.DatabaseClosed))}async function Kt(e,n){const t=await Lt(e);await Promise.all(t.map((async e=>Jt(e.type,e.identifier,n))))}async function Jt(e,n,t){await Ht(e,n);const a=new ht,i=await Yt(),o=await a.dynamicOfflineData.get({type:e,identifier:n}).catch(gt.Ay.errnames.DatabaseClosed,(()=>{})),r=Gt().filter((n=>n.type===e));if(!o)return;const s=await Promise.all(r.map((async e=>{try{return e.sync(n,t),{id:e.id,error:void 0}}catch(n){const t=n.message?.toString()??n.toString();return{id:e.id,error:t}}}))),p=s.filter((e=>!e.error)).map((e=>e.id)),l=s.filter((e=>e.error)).map((e=>e.id)),c=s.filter((e=>e.error)).map((e=>({handlerId:e.id,message:e.error}))),d={syncedOn:new Date,syncedBy:i,succeededHandlers:p,erroredHandlers:l,errors:c};o.id&&await a.dynamicOfflineData.update(o.id,{syncState:d}).catch(gt.Ay.errnames.DatabaseClosed)}async function Yt(){const e=(await Dn()).uuid;if(!e)throw new Error("Using the dynamic offline data API requires a logged in user.");return e}const Qt=E("offline-patients",{offlinePatientDataSyncState:{},handlers:{}});function Zt(){return ta(),Qt}function ea(e,n){ta(),Rt({type:"patient",displayName:n.displayName,id:e,isSynced:()=>Promise.resolve(!0),sync:(e,t)=>n.onOfflinePatientAdded({patientUuid:e,signal:t??(new AbortController).signal})})}async function na(e){ta(),await Jt("patient",e)}function ta(){console.warn("The offline patient API has been deprecated and will be removed in a future release. To prevent future crashes, the functions remain available for the moment, but any invocations should be migrated ASAP.")}async function aa(e,n,t=!0){if(e){let a=null;const[i,o]=await Promise.all([$n(`${_n}/Patient/${e}`,n).catch((e=>a=e)),t?ia(e):Promise.resolve(null)]);if(i.ok)return i.data;if(o)return o;if(a)throw a}return null}async function ia(e){const n=(await Et("patient-registration")).find((n=>n.fhirPatient.id===e));return n?.fhirPatient??null}function oa(e,n){const t=new CustomEvent(`openmrs:${e}`,{detail:n??void 0,cancelable:!0,bubbles:!0});return window.dispatchEvent(t)}function ra(e,n){const t=e=>{const t="detail"in e&&null!==e.detail?e.detail:void 0;n(t)};return window.addEventListener(`openmrs:${e}`,t),()=>{window.removeEventListener(`openmrs:${e}`,t)}}var sa=t(83492);function pa(e){return{uuid:e.uuid,display:e.display}}function la(e=null,n=null){const t=new URLSearchParams;e&&t.set("tag",e),n&&t.set("q",n);const a=t.toString();return An(`${yn}/location${a?"?"+a:""}`).pipe((0,sa.Tj)((e=>e.data.results.map(pa)))).pipe((0,sa.s)(1))}function ca(e){return{uuid:e.uuid,display:e.display,name:e.name}}function da(){return An(`${yn}/visittype`).pipe((0,sa.Tj)((e=>e.data.results.map(ca)))).pipe((0,sa.s)(1))}var ua=function(e){return e.NEWVISIT="startVisit",e.EDITVISIT="editVisit",e.LOADING="loadingVisit",e}({}),fa=function(e){return e.NOTSTARTED="notStarted",e.ONGOING="ongoing",e}({});const ga="custom:(uuid,display,voided,indication,startDatetime,stopDatetime,encounters:(uuid,display,encounterDatetime,form:(uuid,name),location:ref,encounterType:ref,encounterProviders:(uuid,display,provider:(uuid,display))),patient:(uuid,display),visitType:(uuid,name,display),attributes:(uuid,display,attributeType:(name,datatypeClassname,uuid),value),location:(uuid,name,display))",ma=function(){try{return JSON.parse(sessionStorage.getItem("openmrs:visitStoreState")||"null")}catch(e){return null}}()||{patientUuid:null,manuallySetVisitUuid:null,mutateVisitCallbacks:{}};function ha(){return S("visit",ma)}function ya(e,n){ha().setState({patientUuid:e,manuallySetVisitUuid:n})}function _a(e,n){return $n(`${yn}/visit`,{signal:n.signal,method:"POST",headers:{"Content-type":"application/json"},body:e})}function ba(e,n,t){return $n(`${yn}/visit/${e}`,{signal:t.signal,method:"POST",headers:{"Content-type":"application/json"},body:n})}function va(e,n,t){return $n(`${yn}/visit?patient=${e}&v=${t??ga}`,{signal:n.signal,method:"GET",headers:{"Content-type":"application/json"}})}ha().subscribe((e=>{var n;n=e,sessionStorage.setItem("openmrs:visitStoreState",JSON.stringify(n))}));const $a=new I.BehaviorSubject(null);var Aa=t(79225),ka=t(76881),wa=t(56828),xa=t(91956),Ca=t(73635),za=t(7839),Ma=t(32298);const Ea={Array,Boolean,Symbol,Infinity:1/0,NaN:NaN,Math,Number,BigInt,String,RegExp,JSON,isFinite,isNaN,parseFloat,parseInt,decodeURI,encodeURI,encodeURIComponent,Object:{__proto__:void 0,assign:Object.assign.bind(null),fromEntries:Object.fromEntries.bind(null),hasOwn:Object.hasOwn.bind(null),keys:Object.keys.bind(null),is:Object.is.bind(null),values:Object.values.bind(null)}},Ba={...Ea,Promise};function Sa(e,n={}){return Fa(e,n,Oa)}async function Da(e,n={}){return ja(e,n,Oa)}function Na(e,n={}){return Fa(e,n,Ga)}function Ia(e,n={}){return ja(e,n,Ga)}function Ta(e,n={}){return Fa(e,n,Ra)}function Wa(e,n={}){return ja(e,n,Ra)}function Fa(e,n={},t){if(!("string"==typeof e||"object"==typeof e&&e&&"type"in e))throw`Unknown expression type ${e}. Expressions must either be a string or pre-compiled string.`;if("string"==typeof e&&0===e.trim().length)throw{type:"Empty expression",message:"Expression cannot be an empty string"};null==n&&(n={});const a=function(e){return Ha(e,Ea)}(n),i=La("string"==typeof e?(0,Aa.A)(e):e,a);if(t(i))return i;throw{type:"Invalid result",message:"string"==typeof e?`The expression ${e} did not produce a valid result`:"The expression did not produce a valid result"}}async function ja(e,n={},t){if(!("string"==typeof e||"object"==typeof e&&e&&"type"in e))return Promise.reject(`Unknown expression type ${e}. Expressions must either be a string or pre-compiled string.`);if("string"==typeof e&&0===e.trim().length)throw{type:"Empty expression",message:"Expression cannot be an empty string"};null==n&&(n={});const a=function(e){return Ha(e,Ba)}(n);return Promise.resolve(La("string"==typeof e?(0,Aa.A)(e):e,a)).then((n=>{if(t(n))return n;throw{type:"Invalid result",message:"string"==typeof e?`The expression ${e} did not produce a valid result`:"The expression did not produce a valid result"}}))}function Pa(e){return(0,Aa.A)(e)}function Oa(e){return"string"==typeof e||"number"==typeof e||"boolean"==typeof e||null==e||e instanceof Date}function Ga(e){return"boolean"==typeof e}function Ra(e){return"number"==typeof e}function La(e,n){switch(e.type){case"UnaryExpression":return function(e,n){const t=La(e.argument,n);switch(e.operator){case"+":return+t;case"-":return-t;case"~":return~t;case"!":return!t;default:throw`Expression evaluator does not support operator '${e.operator}''`}}(e,n);case"BinaryExpression":return function(e,n){let t=La(e.left,n),a=La(e.right,n);switch(e.operator){case"+":return t+a;case"-":return t-a;case"*":return t*a;case"/":return t/a;case"%":return t%a;case"**":return t**a;case"==":return t==a;case"===":return t===a;case"!=":return t!=a;case"!==":return t!==a;case">":return t>a;case">=":return t>=a;case"<":return t<a;case"<=":return t<=a;case"in":return t in a;case"&&":return t&&a;case"||":return t||a;case"??":return t??a;default:throw`Expression evaluator does not support operator '${e.operator}' operator`}}(e,n);case"ConditionalExpression":return function(e,n){const t=La(e.test,n);return La(t?e.consequent:e.alternate,n)}(e,n);case"CallExpression":return function(e,n){let t=e.arguments?.map(Xa(n)),a=La(e.callee,n);if(!a)throw`No function named ${Ka(e.callee)} is defined in this context`;if("function"!=typeof a)throw`${Ka(e.callee)} is not a function`;return a(...t)}(e,n);case"ArrowFunctionExpression":return function(e,n){const t=e.params?.map((e=>{if("Identifier"===e.type)return e.name;throw`Cannot handle parameter of type ${e.type}`}))??[];return function(...a){if(a.length<t.length)throw`Required argument(s) ${t.slice(a.length,-1).join(", ")} were not provided`;const i=Object.fromEntries(t.reduce(((e,n,t)=>{const i=a[t];return Ua(i)&&e.push([n,i]),e}),[]));return La(e.body,n.addVariables(i))}.bind(n.thisObj??null)}(e,n);case"MemberExpression":return function(e,n){let t=La(e.object,n);if(void 0===t)switch(e.object.type){case"Identifier":{let t=qa(e.object,n);throw ReferenceError(`ReferenceError: ${t} is not defined`)}case"MemberExpression":{let t=qa(e.property,n);throw TypeError(`TypeError: cannot read properties of undefined (reading '${t}')`)}default:throw`VisitMemberExpression does not support operator '${e.object.type}' type`}let a,i=t;if("string"==typeof t)i=String.prototype;else if("number"==typeof t)i=Number.prototype;else if("function"==typeof t);else if("object"!=typeof t)throw"VisitMemberExpression does not support member access on type "+typeof t;switch(n.thisObj=i,e.property.type){case"Identifier":case"MemberExpression":a=La(e.property,n);break;default:{const i=La(e.property,n);if(void 0===i)throw{type:"Illegal property access",message:"No property was supplied to the property access"};Va(i),a=t[i]}}return"function"==typeof a?a.bind(t):a}(e,n);case"ArrayExpression":return function(e,n){return e.elements?.map(Xa(n))}(e,n);case"SequenceExpression":return function(e,n){const t=e.expressions.map(Xa(n));return t[t.length-1]}(e,n);case"NewExpression":return function(e,n){if(!e.callee||"Identifier"!==e.callee.type)throw e.callee?"new must be called with either Date or RegExp":'Could not handle "new" without a specified class';{let t=e.arguments?.map(Xa(n));switch(e.callee.name){case"Date":return new Date(...t);case"RegExp":return new RegExp(...t);default:throw`Cannot instantiate object of type ${e.callee.name}`}}}(e,n);case"Literal":return function(e){return Va(e.value),e.value}(e);case"Identifier":return function(e,n){Va(e.name);const t=n.thisObj;if(t&&("object"==typeof t||"function"==typeof t)&&e.name in t){const n=t[e.name];return Va(n),n}if(n.variables&&e.name in n.variables){const t=n.variables[e.name];return Va(t),t}return e.name in n.globals?n.globals[e.name]:void 0}(e,n);case"TemplateLiteral":return function(e,n){const t=e.expressions?.map(Xa(n))??[],a=e.quasis?.map(Xa(n))??[];return a.filter((e=>!e.tail)).map((e=>e.value)).join("")+t.join("")+a.filter((e=>e.tail)).map((e=>e.value)).join("")}(e,n);case"TemplateElement":return function(e){return{value:e.cooked,tail:e.tail}}(e);default:throw`Expression evaluator does not support expression of type '${e.type}'`}}function qa(e,n){switch(e.type){case"Literal":return e.value;case"Identifier":return e.name;case"MemberExpression":return qa(e.property,n);default:throw`VisitExpressionName does not support expression of type '${e.type}'`}}function Ha(e,n){const t={thisObj:void 0,variables:{...e},globals:{...n},addVariables(e){return this.variables={...this.variables,...e},this}};return t.addVariables.bind(t),t}function Xa(e){return function(n){return null===n?null:La(n,e)}}function Va(e){if("__proto__"===e||"prototype"===e||"constructor"===e)throw{type:"Illegal property access",message:`Cannot access the ${e} property of objects`}}function Ua(e){if("string"==typeof e||"number"==typeof e||"boolean"==typeof e||"function"==typeof e||null===e||e instanceof RegExp)return!0;if("object"==typeof e){for(const n of Object.keys(e))if(!Ua(e[n]))return!1;return!0}if(Array.isArray(e))for(const n of e)if(!Ua(n))return!1;return!1}function Ka(e){return e?"MemberExpression"===e.type?e.property?.name:e.name:null}function Ja(e){if(!("string"==typeof e||"object"==typeof e&&e&&"type"in e))throw`Unknown expression type ${e}. Expressions must either be a string or pre-compiled string.`;const n=(t=Ba,{globals:{...t},isLocalExpression:!1,variables:new Set});var t;return Ya("string"==typeof e?(0,Aa.A)(e):e,n),[...n.variables]}function Ya(e,n){switch(e.type){case"UnaryExpression":return function(e,n){return Ya(e.argument,n)}(e,n);case"BinaryExpression":return function(e,n){return[Ya(e.left,n),Ya(e.right,n)].filter(Boolean)}(e,n);case"ConditionalExpression":return function(e,n){return[Ya(e.consequent,n),Ya(e.test,n),Ya(e.alternate,n)].filter(Boolean)}(e,n);case"CallExpression":return function(e,n){const t=Ya(e.callee,n);return e.arguments?.map(Qa(n)),t}(e,n);case"ArrowFunctionExpression":return function(e,n){const t={...n};t.isLocalExpression=!0;const a=e.params?.map(Qa(t))??[],i=Ya(e.body,t)??[];if(i&&Array.isArray(i))for(const e of i)a.includes(e)||n.variables.add(e)}(e,n);case"MemberExpression":return function(e,n){Ya(e.object,n);const t={...n};t.isLocalExpression=!0,Ya(e.property,t)}(e,n);case"ArrayExpression":return function(e,n){e.elements?.map(Qa(n))}(e,n);case"SequenceExpression":return function(e,n){e.expressions?.map(Qa(n))}(e,n);case"NewExpression":return function(e,n){e.arguments?.map(Qa(n))}(e,n);case"Literal":case"TemplateElement":return;case"Identifier":return function(e,n){if(!(e.name in n.globals)){if(n.isLocalExpression)return e.name;n.variables.add(e.name)}}(e,n);case"TemplateLiteral":return function(e,n){e.expressions?.map(Qa(n)),e.quasis?.map(Qa(n))}(e,n);default:throw`Expression evaluator does not support expression of type '${e.type}'`}}function Qa(e){return function(n){return null===n?null:Ya(n,e)}}Aa.A.plugins.register(ka.A),Aa.A.plugins.register(wa.A),Aa.A.plugins.register(xa.A),Aa.A.plugins.register(Ca.A),Aa.A.plugins.register(za.A),Aa.A.plugins.register(Ma.A),Aa.A.addBinaryOp("in",7),Aa.A.addBinaryOp("??",1);const Za=S("feature-flags",{flags:function(){const e={};for(const n of Object.keys(localStorage))if(n.startsWith("openmrs:feature-flag:")){const t=n.replace("openmrs:feature-flag:",""),a=JSON.parse(localStorage.getItem(`openmrs:feature-flag-meta:${t}`)||"{}");e[t]={enabled:"true"===localStorage.getItem(n),...a}}return e}()});function ei(e,n,t){Za.setState((a=>({flags:{...a.flags,[e]:{enabled:a.flags[e]?.enabled??!1,label:n,description:t}}})))}function ni(){const e=Za.getState().flags;Object.keys(localStorage).filter((e=>e.startsWith("openmrs:feature-flag:"))).forEach((n=>{const t=n.replace("openmrs:feature-flag:","");e[t]||(localStorage.removeItem(n),localStorage.removeItem(`openmrs:feature-flag-meta:${t}`))}))}function ti(e){return Za.getState().flags[e].enabled}function ai(e,n){Za.subscribe((t=>{n(t.flags[e].enabled)}))}function ii(e,n){Za.setState((t=>({flags:{...t.flags,[e]:{...t.flags[e],enabled:n}}})))}function oi(e){return!window.offlineEnabled||(e??navigator.onLine)}Za.subscribe((e=>{for(const[n,t]of Object.entries(e.flags))localStorage.setItem(`openmrs:feature-flag:${n}`,t.enabled.toString()),localStorage.setItem(`openmrs:feature-flag-meta:${n}`,JSON.stringify({label:t.label,description:t.description}))}));var ri=t(10914),si=t(84298);function pi(e=!0,n=!1){return li(oi(),e,n)}function li(e,n=!0,t=!1){return Boolean(e?n:t)}const ci=E("extensionsInternal",{slots:{},extensions:{}}),di=()=>S("extensionsInternal",{slots:{},extensions:{}});function ui(e){const n=ci.getState(),t=e(n);t!==n&&ci.setState(t)}const fi=()=>S("extensions",{slots:{}});function gi(e){const n=[];for(let t of Object.values(e.extensions))for(let e of t.instances)n.push({slotModuleName:e.slotModuleName,extensionModuleName:t.moduleName,slotName:e.slotName,extensionId:e.id});(0,ri.A)(Y.getState().mountedExtensions,n)||Y.setState({mountedExtensions:n})}gi(ci.getState()),ci.subscribe(gi);const mi=di(),hi=fi(),yi=Z(),_i=te();function bi(e,n,t,a,i){const o={},r=oi(),s=Object.entries(a.flags).filter((([,{enabled:e}])=>e)).map((([e])=>e));for(let[a,p]of Object.entries(e.slots)){const{config:l}=ne(n,p.name),c=Bi(a,e,l,t,s,r,i.session);o[a]={moduleName:p.moduleName,assignedExtensions:c}}(0,ri.A)(hi.getState().slots,o)||hi.setState({slots:o})}function vi(){bi(mi.getState(),yi.getState(),_i.getState(),Za.getState(),wn.getState())}function $i(e,n,t){return{moduleName:n,name:e,attachedIds:[],config:null,state:t}}function Ai(e){const[n]=e.split("#");return n}function ki(e,n){const t=Ai(n);return e.extensions[t]}function wi(e){return ki(mi.getState(),e)}mi.subscribe((e=>{bi(e,yi.getState(),_i.getState(),Za.getState(),wn.getState())})),yi.subscribe((e=>{bi(mi.getState(),e,_i.getState(),Za.getState(),wn.getState())})),_i.subscribe((e=>{bi(mi.getState(),yi.getState(),e,Za.getState(),wn.getState())})),Za.subscribe((e=>{bi(mi.getState(),yi.getState(),_i.getState(),e,wn.getState())})),wn.subscribe((e=>{bi(mi.getState(),yi.getState(),_i.getState(),Za.getState(),e)})),vi(),o(vi);const xi=e=>mi.setState((n=>(n.extensions[e.name]={...e,instances:[]},n)));function Ci(e,n){ui((t=>{const a=t.slots[e];return a?{...t,slots:{...t.slots,[e]:{...a,attachedIds:[...a.attachedIds,n]}}}:{...t,slots:{...t.slots,[e]:{...$i(e),attachedIds:[n]}}}}))}function zi(e,n){ui((t=>{const a=t.slots[e];return a&&a.attachedIds.includes(n)?{...t,slots:{...t.slots,[e]:{...a,attachedIds:a.attachedIds.filter((e=>e!==n))}}}:t}))}function Mi(e){ui((n=>{const t=n.slots[e];return t?{...n,slots:{...n.slots,[e]:{...t,attachedIds:[]}}}:n}))}function Ei(e,n,t,a){const i=n.indexOf(e);if(-1!==i)return i;if(void 0!==t)return 1e3+t;{const n=a.indexOf(e);return-1!==n?2e3+n:-1}}function Bi(e,n,t,a,i,o,r){const s=function(e,n){const t=e.add||[],a=e.remove||[],i=e.order||[],{extensions:o}=mi.getState();return[...n,...t].filter((e=>!a.includes(e))).sort(((e,t)=>{const a=Ei(e,i,o[Ai(e)]?.order,n),r=Ei(t,i,o[Ai(t)]?.order,n);return-1===r?-1:-1===a?1:a-r}))}(t,n.slots[e].attachedIds),p=[],l=n.slots[e]?.state,c=l&&"object"==typeof l?{session:r,...l}:{session:r};for(let l of s){const{config:s}=ie(a,e,l),d=oe(t,0,l),u=(0,si.A)(s,d),f=Ai(l),g=n.extensions[f];if(g){const n=u?.["Display conditions"]?.privileges??g.privileges??[];if(n&&("string"==typeof n||Array.isArray(n)&&n.length>0)){if(!r?.user)continue;if(!Sn(n,r.user))continue}const t=u?.["Display conditions"]?.expression||g.displayExpression;if(void 0!==t&&"string"==typeof t&&t.trim().length>0)try{if(!Na(t,c))continue}catch(n){console.error(`Error while evaluating expression '${t}' for extension ${f} in slot ${e}`,n);continue}if(g.featureFlag&&!i.includes(g.featureFlag))continue;if(window.offlineEnabled&&!li(o,g.online,g.offline))continue;p.push({id:l,name:f,moduleName:g.moduleName,config:u,featureFlag:g.featureFlag,meta:g.meta,online:u?.["Display conditions"]?.online??g.online??!0,offline:u?.["Display conditions"]?.offline??g.offline??!1})}}return p}function Si(e){const n=mi.getState(),{config:t}=ee(e),a=_i.getState(),i=Za.getState(),o=wn.getState(),r=oi();return Bi(e,n,t,a,Object.entries(i.flags).filter((([,{enabled:e}])=>e)).map((([e])=>e)),r,o.session)}const Di=(e,n,t)=>mi.setState((a=>{const i=a.slots[n]?.moduleName;if(i&&i!=e)return console.warn(`An extension slot with the name '${n}' already exists. Refusing to register the same slot name twice (in "registerExtensionSlot"). The existing one is from module ${i}.`),a;if(i&&i==e)return a;if(a.slots[n])return{...a,slots:{...a.slots,[n]:{...a.slots[n],moduleName:e,state:t}}};const o=$i(n,e,t);return{...a,slots:{...a.slots,[n]:{...o}}}}));function Ni(e,n,t=!1){mi.setState((a=>{const i=t?(0,si.A)(a.slots[e].state,n):n;return{...a,slots:{...a.slots,[e]:{...a.slots[e],state:i}}}}))}const Ii=()=>hi.setState((()=>({slots:{},extensions:{}}))),Ti=E("left-nav",{slotName:null,basePath:window.spaBase,mode:"normal"});function Wi({name:e,basePath:n,mode:t,componentContext:a,state:i}){Ti.setState({slotName:e,basePath:n,mode:t??"normal",componentContext:a,state:i})}function Fi(e){Ti.getState().slotName===e&&Ti.setState(Ti.getInitialState(),!0)}const ji=E("modalRegistry",{modals:{}});function Pi(e){ji.setState((n=>(n.modals[e.name]=e,n)))}function Oi(e){let n=ji.getState().modals[e];if(!n){const t=wi(e);t&&(n={name:e,load:t.load,moduleName:t.moduleName},console.warn(`Modal ${e} was registered as an extension. This is deprecated and will be removed in the future. Please register it in the "modals" section of routes.json instead of the "extensions" section.`),Pi(n))}return n}const Gi=E("workspaceRegistrations",{workspaces:{}}),Ri=E("workspaceGroups",{workspaceGroups:{}});function Li(e){Gi.setState((n=>({workspaces:{...n.workspaces,[e.name]:{...e,load:e.load,preferredWindowSize:e.preferredWindowSize??"normal",type:e.type??"form",canHide:e.canHide??!1,canMaximize:e.canMaximize??!1,width:e.width??"narrow",groups:e.groups??[]}}})))}function qi(e){Ri.setState((n=>{const t=n.workspaceGroups[e.name];return t?{workspaceGroups:{...n.workspaceGroups,[e.name]:{...t,members:Array.from(new Set([...t.members,...e.members]))}}}:{workspaceGroups:{...n.workspaceGroups,[e.name]:{name:e.name,members:e.members}}}}))}const Hi=new Set;function Xi(e){const n=Gi.getState().workspaces;if(n[e])return n[e];{const n=wi(e);if(n)return Hi.has(e)||(console.warn(`The workspace '${e}' is registered as an extension. This is deprecated. Please register it in the "workspaces" section of the routes.json file.`),Hi.add(e)),{name:n.name,title:Ui(n),moduleName:n.moduleName,preferredWindowSize:n.meta?.screenSize??"normal",load:n.load,type:n.meta?.type??"form",canHide:n.meta?.canHide??!1,canMaximize:n.meta?.canMaximize??!1,width:n.meta?.width??"narrow",groups:n.meta?.groups??[]};throw new Error(`No workspace named '${e}' has been registered.`)}}function Vi(e){const n=Ri.getState().workspaceGroups;if(n[e])return n[e];throw new Error(`No workspace group named '${e}' has been registered.`)}function Ui(e){const n=e?.meta?.title;return"string"==typeof n?n:n&&"object"==typeof n?Ln(e.moduleName,n.key,n.default):e.name}const Ki=E("workspace2",{registeredGroupsByName:{},registeredWindowsByName:{},registeredWorkspacesByName:{},openedGroup:null,openedWindows:[],workspaceTitleByWorkspaceName:{},isMostRecentlyOpenedWindowHidden:!1});function Ji(e){const{registeredWorkspacesByName:n,registeredWindowsByName:t}=Ki.getState(),a=n[e];if(a){const n=t[a.window];if(n)return n;throw new Error(`No workspace window found with name: ${a.window} for workspace: ${e}`)}throw new Error(`No workspace found with name: ${e}`)}function Yi(e){const{registeredGroupsByName:n,registeredWindowsByName:t}=Ki.getState(),a=t[e];if(a){const t=n[a.group];if(t)return t;throw new Error(`No workspace group found with name: ${a.group} for window: ${e}`)}throw new Error(`No workspace window found with name: ${e}`)}function Qi(e){const{openedWindows:n}=Ki.getState();return n.findIndex((n=>n.openedWorkspaces.find((n=>n.workspaceName===e))))}function Zi(e,n){if(0==n.length)return;const{registeredGroupsByName:t}=Ki.getState(),a={...t};for(const t of n){if(a[t.name])throw new Error(`Cannot register workspace group ${t.name} more than once`);a[t.name]={...t,moduleName:e}}Ki.setState({registeredGroupsByName:a})}function eo(e,n){if(0==n.length)return;const{registeredWindowsByName:t}=Ki.getState(),a={...t};for(const t of n){if(a[t.name])throw new Error(`Cannot register workspace window ${t.name} more than once`);const n={...t,moduleName:e};a[t.name]=n}Ki.setState({registeredWindowsByName:a})}function no(e,n){if(0==n.length)return;const{registeredWorkspacesByName:t}=Ki.getState(),a={...t};for(const t of n){if(a[t.name])throw new Error(`Cannot register workspace ${t.name} more than once`);const n={...t,moduleName:e};a[t.name]=n}Ki.setState({registeredWorkspacesByName:a})}let to=0;async function ao(e,n,t,a,i=e=>e,o={}){const r=Ai(a),s=wi(a);let p=null;if(e){if(!s)throw Error(`Couldn't find extension '${r}' to attach to '${n}'`);const{meta:l,moduleName:c,online:d,offline:u,load:f}=s;if(pi(d,u)){ui((i=>{const o={domElement:e,id:a,slotName:n,slotModuleName:t};return{...i,extensions:{...i.extensions,[r]:{...i.extensions[r],instances:[...i.extensions[r].instances,o]}}}}));const s=await f(),d=to++;p=(0,an.mountRootParcel)(i({...s,name:`${n}/${r}-${d}`}),{...o,_meta:l,_extensionContext:{extensionId:a,extensionSlotName:n,extensionSlotModuleName:t,extensionModuleName:c},domElement:e})}}else console.warn(`Tried to render ${a} into ${n} but no DOM element was available.`);return p}var io=t(20796),oo=t.n(io);const ro=(0,io.createContext)({moduleName:"",featureName:""});function so({to:e,templateParams:n,onBeforeNavigate:t,children:a,...i}){return(0,io.useEffect)((()=>{i.href&&console.warn(`ConfigurableLink does not support the href prop. Use the 'to' prop instead. The provided href value is '${i.href}'`),i.onClick&&console.warn(`ConfigurableLink does not support the onClick prop. Use the 'onBeforeNavigate' prop instead. The 'to' prop of the offending link is ${e}`)}),[]),io.createElement("a",{onClick:a=>function(e,n,t,a){0!==e.button||e.ctrlKey||e.shiftKey||e.altKey||e.metaKey||(e.preventDefault(),a?.(e),sn({to:n,templateParams:t})),0===e.button&&(e.ctrlKey||e.metaKey)&&a?.(e),0===e.button&&e.shiftKey&&a?.(e),1===e.button&&a?.(e)}(a,e,n,t),href:on(e,n),...i},a)}const po=({state:e,children:n,...t})=>{const{extension:a}=(0,io.useContext)(ro),i=(0,io.useRef)(null),o=(0,io.useRef)(Promise.resolve()),r=(0,io.useCallback)((n=>{a?.extensionSlotName&&a.extensionSlotModuleName&&a.extensionSlotModuleName&&!i.current&&ao(n,a.extensionSlotName,a.extensionSlotModuleName,a.extensionId,void 0,e).then((e=>{i.current=e}))}),[]);return(0,io.useEffect)((()=>()=>{if(i&&i.current)switch(i.current.getStatus()){case"MOUNTING":i.current.mountPromise.then((()=>{"MOUNTED"===i.current?.getStatus()&&i.current.unmount()}));break;case"MOUNTED":i.current.unmount();break;case"UPDATING":o.current&&o.current.then((()=>{"MOUNTED"===i.current?.getStatus()&&i.current.unmount()}))}}),[]),(0,io.useEffect)((()=>{i.current&&i.current.update&&"UNMOUNTING"!==i.current.getStatus()&&Promise.all([i.current.mountPromise,o.current]).then((()=>{"MOUNTED"===i?.current?.getStatus()&&i.current.update&&(o.current=i.current.update({...e}).catch((e=>{if(!(e instanceof Error&&e.message.includes("minified message #32")&&"MOUNTED"!==i.current?.getStatus()))throw e})))}))}),[e]),a?io.createElement("div",{ref:r,"data-extension-id":a?.extensionId,style:{position:"relative"},...t}):null};function lo(e,n){"function"==typeof n&&(n=n(e));const t={};for(const[a,i]of Object.entries(n)){const n=function(...n){e.setState((e=>i(e,...n)))};t[a]=n}return t}const co=()=>e=>e;function uo(e,n=co(),t){const a=(0,io.useCallback)((n=>e.subscribe(n)),[e]),i=(0,io.useCallback)((()=>n(e.getState())),[e,n]);return{...(0,io.useSyncExternalStore)(a,i,i),...(0,io.useMemo)((()=>t?lo(e,t):{}),[e,t])}}function fo(e,n){return uo(e,co(),n)}function go(e){return function(n){const t=(0,io.useCallback)((n=>e.subscribe(n)),[]),a=(0,io.useCallback)((()=>e.getState()),[]);return{...(0,io.useSyncExternalStore)(t,a,a),...(0,io.useMemo)((()=>n?lo(e,n):{}),[n])}}}const mo=e=>uo(fi(),(n=>n.slots?.[e]));function ho(e){const n=mo(e);return n?.assignedExtensions??[]}function yo(e,n){const{moduleName:t}=(0,io.useContext)(ro),a=(0,io.useRef)(!0);if(!t)throw Error("ComponentContext has not been provided. This should come from @openmrs/esm-react-utils.");return(0,io.useEffect)((()=>{Di(t,e,n),a.current=!1}),[]),(0,io.useEffect)((()=>{a.current||Ni(e,n)}),[e,n]),{extensions:ho(e),extensionSlotName:e,extensionSlotModuleName:t}}function _o(e){return e}function bo({name:e,extensionSlotName:n,select:t=_o,children:a,state:i,style:o,...r}){if(a&&i)throw new Error("Both children and state have been provided. If children are provided, the state must be passed as a prop to the `Extension` component.");const s=e??n,p=(0,io.useRef)(null),{extensions:l,extensionSlotModuleName:c}=yo(s,i),d=(0,io.useMemo)((()=>t(l)),[t,l]),u=(0,io.useMemo)((()=>{if("function"==typeof a&&!io.isValidElement(a))return d.map((e=>a(e,i)))}),[a,d]);return io.createElement("div",{ref:p,"data-extension-slot-name":s,"data-extension-slot-module-name":c,style:{...o,position:"relative"},...r},s&&d?.map(((e,n)=>io.createElement(ro.Provider,{key:e.id,value:{moduleName:c,featureName:"",extension:{extensionId:e.id,extensionSlotName:s,extensionSlotModuleName:c}}},u?.[n]??("function"!=typeof a?a:null)??io.createElement(po,{state:i})))))}var vo=t(63776),$o=t(69568),Ao=t(94728),ko=t(47488);const wo={strictMode:!0,throwErrorsToConsole:!0,disableTranslations:!1},xo=new Map,Co={errorRetryCount:3,fetcher:$n,focusThrottleInterval:18e5,revalidateIfStale:!0,revalidateOnFocus:!1,revalidateOnReconnect:!1,refreshInterval:0,shouldRetryOnError:e=>{if(e instanceof kn){const n=e.response.status;return n>=500||401===n||403===n||429===n}return!0},provider:()=>xo};function zo(e){if("object"!=typeof e||"string"!=typeof e.featureName||"string"!=typeof e.moduleName)throw new Error("Invalid options");const n=Object.assign({},wo,e),t={...Co,...n.swrConfig};return function(e){var a,i,o,r;return i=a=class extends io.Component{componentDidCatch(e,t){t&&t.componentStack&&(e.extra=Object.assign(e.extra||{},{componentStack:t.componentStack})),n.throwErrorsToConsole&&setTimeout((()=>{throw e})),this.setState({caughtError:e,caughtErrorInfo:t})}render(){if(this.state.caughtError)return io.createElement("div",null,"An error has occurred. Please try reloading the page.");{const a=io.createElement(io.Suspense,{fallback:null},io.createElement(ko.BE,{value:t},io.createElement(ro.Provider,{value:this.state.config},n.disableTranslations?io.createElement(e,this.props):io.createElement(Ao.I18nextProvider,{i18n:window.i18next,defaultNS:this.state.config.extension?`${this.state.config.moduleName}___${this.state.config.extension.extensionSlotName}___${this.state.config.extension.extensionId}`:this.state.config.moduleName},io.createElement(e,this.props)))));return n.strictMode&&io.StrictMode?io.createElement(io.StrictMode,null,a):a}}constructor(e){super(e),this.state={caughtError:null,caughtErrorInfo:null,config:{moduleName:n.moduleName,featureName:n.featureName,extension:e._extensionContext}}}},o="displayName",r=`OpenmrsReactComponent(${n.featureName})`,o in i?Object.defineProperty(i,o,{value:r,enumerable:!0,configurable:!0,writable:!0}):i[o]=r,a}}function Mo(e,n){return(0,$o.A)({React:io,ReactDOMClient:vo,rootComponent:zo(n)(e)})}function Eo(e,n){return()=>e().then((({default:e})=>Mo(e,n)))}function Bo(e,n){return()=>Promise.resolve(Mo(e,n))}const So=Eo,Do=(0,C.y)()((()=>({})));B("openmrs-app-context",Do);const No=Object();function Io(e,n=e=>e){const t=Do.getState();return e in t?Object.freeze(Object.assign({},n?n(t[e]):t[e])):null}function To(e,n){Do.setState((t=>(e in t||(t[e]={}),t[e]=n(t[e]),Object.assign({},t))))}const Wo=new Map;function Fo(e,n){const t=(0,io.useRef)(n??{}),a=(0,io.useRef)((n=>To(e,n))),i=(0,io.useRef)(Symbol());return(0,io.useEffect)((()=>{const t=n??{},a=i.current;return null===Io(e)?function(e,n=No){Do.setState((t=>{if(e in t)throw new Error(`Attempted to re-register namespace ${e} in the app context. Each namespace must be unregistered before the name can be registered again.`);return Object.assign({},t,{[e]:n===No?{}:n})}))}(e,t):(console.warn(`Namespace ${e} is already registered in the app context. This is likely a race condition during navigation, but may indicate two components are trying to own the same namespace. Updating the existing context.`),To(e,(()=>t))),Wo.set(e,a),()=>{Wo.get(e)===a&&(function(e){Do.setState((n=>(e in n&&delete n[e],n)))}(e),Wo.delete(e))}}),[e]),(0,io.useEffect)((()=>{let a=n??{};x(t.current,a)||(To(e,(()=>a)),t.current=a)}),[n]),a.current}function jo({namespace:e,value:n}){return Fo(e,n),null}const Po=({children:e,value:n,fallback:t})=>Boolean(n)?io.createElement(io.Fragment,null,e):t?io.createElement(io.Fragment,null,t):null;function Oo(){const e=(0,io.useRef)();return e.current&&!e.current.signal.aborted||(e.current=new AbortController),(0,io.useEffect)((()=>{const n=e.current;return()=>n?.abort()}),[]),e.current}const Go=Oo;function Ro(e,n=e=>e??{}){const[t,a]=(0,io.useState)();return(0,io.useEffect)((()=>{if(null==e||""===e.replace(" ",""))throw new Error(`The namespace supplied to useAppContext must be a non-empty string, but was "${e}".`)}),[e]),(0,io.useEffect)((()=>function(e,n){let t=Io(e);return n(Object.freeze(Object.assign({},t))),Do.subscribe((a=>{let i=e in a?a[e]:null;i!==t&&(t=i,n(Object.freeze(Object.assign({},i))))}))}(e,(e=>{if(void 0!==e){const i=n?n(e):e??{};x(t,i)||a(i)}}))),[]),t}function Lo(e){const[n,t]=(0,io.useState)([]);return(0,io.useEffect)((()=>fi().subscribe((a=>{const i=a.slots[e]?.assignedExtensions.map((e=>e.id))??[];(0,ri.A)(i,n)||t(i)}))),[]),n}function qo(e,n){const{data:t,error:a,mutate:i,isLoading:o,isValidating:r}=(0,ko.Ay)(`${Jn}?patient=${e}&includeEncounterless=${n}`,$n);return(0,io.useMemo)((()=>({isLoading:o,data:t?.data.results??[],error:a,mutate:i,isValidating:r})),[t,a,o,r,i])}function Ho(e){(0,io.useEffect)((()=>{if(e){const e=window.getComputedStyle(document.body).overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}}}),[e])}const Xo={},Vo='No ComponentContext has been provided. This should come from "openmrsComponentDecorator".\nUsually this is already applied when using "getAsyncLifecycle" or "getSyncLifecycle".';function Uo(e){const n=(0,io.useMemo)(te,[]),t=function(e,n){const[t,a]=(0,io.useState)(function(e,n){return n?()=>{const t=ie(e.getState(),n.extensionSlotName,n.extensionId);if(t.loaded&&t.config)return t.config}:null}(e,n));return(0,io.useEffect)((()=>{if(n)return e.subscribe((e=>{const i=ie(e,n.extensionSlotName,n.extensionId);i.loaded&&i.config&&!(0,ri.A)(i.config,t)&&a(i.config)}))}),[e,n,t]),t}(n,e);if(!t&&e){const t=`${e.extensionSlotName}-${e.extensionId}`;throw!Xo[t]&&n&&(Xo[t]=function(e,n){return new Promise((t=>{const a=e.subscribe((e=>{const i=ie(e,n.extensionSlotName,n.extensionId);i.loaded&&i.config&&(t(i.config),a())}))}))}(n,e)),Xo[t]}return t||{}}function Ko(e){const{moduleName:n,extension:t}=(0,io.useContext)(ro),a=e?.externalModuleName??n;if(!a&&!t)throw Error(Vo);const i=function(e){const n=(0,io.useMemo)((()=>Q(e)),[e]),t=e,a=function(e){const[n,t]=(0,io.useState)(function(e){return()=>{const n=e.getState();return n.loaded&&n.config?n.config:null}}(e));return(0,io.useEffect)((()=>e?.subscribe((e=>{e.loaded&&e.config&&t(e.config)}))),[e]),n}(n);if(!a)throw Xo[t]||(Xo[t]=function(e){return new Promise((n=>{const t=e.subscribe((e=>{e.loaded&&e.config&&(n(e.config),t())}))}))}(n)),Xo[t];return a}(a),o=Uo(t);return(0,io.useMemo)((()=>e?.externalModuleName&&a===e.externalModuleName?{...i}:{...i,...o}),[a,e?.externalModuleName,i,o])}const Jo=ho;function Yo(){let[e,n]=(0,io.useState)(oi());return(0,io.useEffect)((()=>o((({online:e})=>n(e)))),[]),e}function Qo(e,n=300){const[t,a]=(0,io.useState)(e);return(0,io.useEffect)((()=>{const t=setTimeout((()=>{a(e)}),n);return()=>{clearTimeout(t)}}),[e,n]),t}var Zo=t(96269);const er=`custom:${[["admissionDecisionConcept","ref"],["admissionEncounterType","ref"],["admissionForm","ref"],["atFacilityVisitType","ref"],["bedAssignmentEncounterType","ref"],["cancelADTRequestEncounterType","ref"],["checkInClerkEncounterRole","ref"],["checkInEncounterType","ref"],["clinicianEncounterRole","ref"],["conceptSourcesForDiagnosisSearch","ref"],["consultEncounterType","ref"],["consultFreeTextCommentsConcept","ref"],["denyAdmissionConcept","ref"],["diagnosisMetadata","ref"],["diagnosisSets","ref"],["dischargeForm","ref"],["dispositionDescriptor","ref"],["dispositions","ref"],["emrApiConceptSource","ref"],["exitFromInpatientEncounterType","ref"],["extraPatientIdentifierTypes","ref"],["fullPrivilegeLevel","ref"],["highPrivilegeLevel","ref"],["identifierTypesToSearch","ref"],["inpatientNoteEncounterType","ref"],["lastViewedPatientSizeLimit","ref"],["metadataSourceName","ref"],["motherChildRelationshipType","ref"],["narrowerThanConceptMapType","ref"],["nonDiagnosisConceptSets","ref"],["orderingProviderEncounterRole","ref"],["patientDiedConcept","ref"],["personImageDirectory","ref"],["primaryIdentifierType","ref"],["sameAsConceptMapType","ref"],["suppressedDiagnosisConcepts","ref"],["supportsAdmissionLocationTag","(uuid,display,name,links)"],["supportsLoginLocationTag","(uuid,display,name,links)"],["supportsTransferLocationTag","(uuid,display,name,links)"],["supportsVisitsLocationTag","(uuid,display,name,links)"],["telephoneAttributeType","ref"],["testPatientPersonAttributeType","ref"],["transferForm","ref"],["transferRequestEncounterType","ref"],["transferWithinHospitalEncounterType","ref"],["unknownCauseOfDeathConcept","ref"],["unknownLocation","ref"],["unknownPatientPersonAttributeType","ref"],["unknownProvider","ref"],["visitAssignmentHandlerAdjustEncounterTimeOfDayIfNecessary","ref"],["visitExpireHours","ref"],["visitNoteEncounterType","ref"]].map((([e,n])=>`${e}:${n}`)).join(",")}`;function nr(){const e=`${yn}/emrapi/configuration?v=${er}`,n=(0,Zo.A)(e,$n);return(0,io.useMemo)((()=>({emrConfiguration:n.data?.data,isLoadingEmrConfiguration:n.isLoading,mutateEmrConfiguration:n.mutate,errorFetchingEmrConfiguration:n.error})),[n])}const tr=go(di());function ar(e){const n=ho(e);return(0,io.useMemo)((()=>Object.fromEntries(n.map((e=>[e.name,e.meta])))),[n])}const ir=go(fi());function or(e){const{flags:n}=uo(Za);return n[e]?.enabled??!1}function rr(){const[,e]=(0,io.useState)(0);return(0,io.useCallback)((()=>{e((e=>e+1))}),[])}function sr(e,n,t={}){return lr(e,n,pr,t)}const pr={getPaginatedUrl:(e,n,t)=>{if(e){const a=new URL(vn(e.toString()),window.location.toString());return a.searchParams.set("limit",""+n),a.searchParams.set("startIndex",""+t),a.searchParams.set("totalCount","true"),a.toString()}return null},getNextUrl:e=>{const n=e?.links?.find((e=>"next"==e.rel))?.uri;if(n){const e=new URL(n);return e.host=window.location.host,e.protocol=window.location.protocol,e.toString()}return null},getTotalCount:e=>e?.totalCount??Number.NaN,getCurrentPageSize:e=>e?.results?.length??Number.NaN,getData:e=>e?.results};function lr(e,n,t,a={}){const{getPaginatedUrl:i,getTotalCount:o,getCurrentPageSize:r,getData:s}=t,{immutable:p,swrConfig:l}=a,c=a.fetcher??$n,[d,u]=(0,io.useState)(1),f=(0,io.useRef)(Number.NaN),g=(0,io.useRef)(Number.NaN),m=n,h=(d-1)*n,y=(0,io.useMemo)((()=>i(e,m,h)),[e,m,h]),_=p?Zo.A:ko.Ay,{data:b,...v}=_(y,c,l);b?.data&&(f.current=o(b?.data),g.current=r(b?.data));const $=Math.ceil(f.current/n),A=(0,io.useCallback)((e=>{0<e&&e<=$?u(e):console.warn("Invalid attempt to go to out of bounds page: "+e)}),[e,d,$]),k=(0,io.useCallback)((()=>{A(d+1)}),[e,d,$]),w=(0,io.useCallback)((()=>{A(d-1)}),[e,d,$]);return{data:s(b?.data),totalPages:$,totalCount:f.current,currentPage:d,currentPageSize:g,paginated:$>1,showNextButton:d<$,showPreviousButton:d>1,goTo:A,goToNext:k,goToPrevious:w,...v}}function cr(e,n,t={}){return lr(e,n,dr(),t)}function dr(){return{getPaginatedUrl:(e,n,t)=>{if(e){const a=new URL(vn(e.toString()),window.location.toString());return a.searchParams.set("_count",""+n),a.searchParams.set("_getpagesoffset",""+t),a.toString()}return null},getNextUrl:e=>{const n=e?.link?.find((e=>"next"==e.relation))?.url;if(n){const e=new URL(n);return e.host=window.location.host,e.protocol=window.location.protocol,e.toString()}return null},getTotalCount:e=>e?.total??Number.NaN,getCurrentPageSize:e=>e?.entry?.length??Number.NaN,getData:e=>e?.entry?.map((e=>e.resource))}}var ur=t(13709);function fr(e,n={}){return gr(e,pr,n)}function gr(e,n,t={}){const{swrInfiniteConfig:a,immutable:i}=t,{getNextUrl:o,getTotalCount:r,getData:s}=n,p=t.fetcher??$n,l=(0,io.useCallback)(((t,a)=>0==t?e?.toString()??null:n.getNextUrl(a.data)),[e]),{data:c,size:d,setSize:u,...f}=(0,ur.Ay)(l,p,{...a,...i?{revalidateIfStale:!1,revalidateOnFocus:!1,revalidateOnReconnect:!1}:{}}),g=o(c?.[c.length-1].data),m=null!=g,h=r(c?.[0]?.data);return{data:c?.flatMap((e=>s(e.data))),totalCount:h,hasMore:m,loadMore:()=>{u((c?.length??0)+1)},nextUri:g,...f}}function mr(e,n={}){return hr(e,pr,n)}function hr(e,n,t={}){const a=gr(e,n,t),{hasMore:i,error:o,data:r,loadMore:s,isLoading:p,nextUri:l}=a;return(0,io.useEffect)((()=>{i&&!o&&s()}),[i,l]),t.partialData?a:{...a,data:i||o?void 0:r,isLoading:p||i}}function yr(e,n={}){return hr(e,dr(),n)}function _r(e,n={}){return gr(e,dr(),n)}function br(){let e="tablet";return document.body.classList.forEach((n=>{switch(n){case"omrs-breakpoint-lt-tablet":e="phone";break;case"omrs-breakpoint-gt-small-desktop":e="large-desktop";break;case"omrs-breakpoint-gt-tablet":e="small-desktop"}})),e}function vr(){const[e,n]=(0,io.useState)(br);return(0,io.useEffect)((()=>{const e=()=>{n(br())};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)}),[]),e}const $r=e=>"small-desktop"===e||"large-desktop"===e;function Ar(e){const n=(0,io.useContext)(ro);(0,io.useEffect)((()=>(n&&n.moduleName&&(e.componentContext=n),Wi(e),()=>{Fi(e.name)})),[n,e])}function kr(){return uo(Ti)}function wr(e=null,n=null){const[t,a]=(0,io.useState)([]);return(0,io.useEffect)((()=>{const t=la(e,n).subscribe((e=>{a(e)}),(e=>{console.error(e)}));return()=>t.unsubscribe()}),[e,n]),t}function xr(e,n=!0){const t=(0,io.useRef)(null);return(0,io.useEffect)((()=>{const a=a=>{n&&t.current&&a.target&&a.target instanceof Node&&(t.current.contains(a.target)||e(a))};return window.addEventListener("mousedown",a),window.addEventListener("touchstart",a),()=>{window.removeEventListener("mousedown",a),window.removeEventListener("touchstart",a)}}),[e,n]),t}function Cr(e){const n=(0,io.useRef)();return(0,io.useEffect)((()=>{const t=new IntersectionObserver((n=>{for(const t of n)if(t.isIntersecting)return void e()}),{threshold:1});return n.current&&t.observe(n.current),()=>{n.current&&t.unobserve(n.current)}}),[n.current,e]),n}function zr(e,n={}){const{abortController:t,fetchInit:a,url:i,swrConfig:o}=n,r=Go(),s=(0,io.useMemo)((()=>a?.signal??t?.signal??r.signal),[t?.signal,a?.signal,r.signal]),p=(0,io.useCallback)((e=>{const n=function(e,n){if(n)return"function"==typeof n?n(e):n;if("string"==typeof e)return e;throw new Error(`When using useOpenmrsSWR with a key that is not a string, you must provide a url() function that converts the key to a valid url. The key for this hook is ${e}.`)}(e,i);return $n(n,{...a,signal:s})}),[s,a,i]);return(0,ko.Ay)(e,p,o)}const Mr=10;function Er(e=[],n=Mr){const[t,a]=(0,io.useState)(1),i=(0,io.useMemo)((()=>"number"==typeof n&&n>0?Math.max(1,Math.ceil(e.length/n)):1),[e.length,n]),o=(0,io.useMemo)((()=>{const a=(t-1)*n,i=(t+0)*n;return e.slice(a,i)}),[e,t,n]),r=(0,io.useCallback)((e=>{a(Math.max(1,Math.min(i,e)))}),[a,i]),s=(0,io.useCallback)((()=>{t<i&&a(t+1)}),[t,i,a]),p=(0,io.useCallback)((()=>{t>1&&a(t-1)}),[t,a]);return(0,io.useMemo)((()=>({results:o,totalPages:i,currentPage:t,paginated:e.length>n,showNextButton:t<i,showPreviousButton:t>1,goTo:r,goToNext:s,goToPrevious:p})),[o,i,e.length,n,t,r,s,p])}function Br(e,n,t,a){return{pageSizes:(0,io.useMemo)((()=>{let t=Math.ceil(n/e);return isNaN(t)&&(t=0),[...Array(t).keys()].map((n=>(n+1)*e))}),[e,n]),pageItemsCount:(0,io.useMemo)((()=>{let i=0;return i=e>n?n:e*t>n?e*(t-1)+a:e*t,i}),[e,n,t,a])}}function Sr(){const e=/\/patient\/([a-zA-Z0-9\-]+)\/?/.exec(location.pathname);return e&&e[1]}function Dr(e){const[n,t]=(0,io.useState)(e??Sr()),{data:a,error:i,isValidating:o}=(0,ko.Ay)(n?["patient",n]:null,(()=>aa(n,{})));return(0,io.useEffect)((()=>{const e=()=>{const e=Sr();e!==n&&t(e)};return window.addEventListener("single-spa:routing-event",e),()=>window.removeEventListener("single-spa:routing-event",e)}),[n]),(0,io.useMemo)((()=>({isLoading:o&&!i&&!a,patient:a,patientUuid:n,error:i})),[o,i,a,n])}function Nr(){const e=`${yn}/metadatamapping/termmapping?v=custom:(metadataUuid)&code=emr.primaryIdentifierType`,{data:n,error:t,isLoading:a}=(0,ko.Ay)(e,$n);return(0,io.useMemo)((()=>({primaryIdentifierCode:n?.data?.results[0]?.metadataUuid,isLoading:a,error:t})),[n,t,a])}function Ir(e){const{extensions:n,extensionSlotModuleName:t}=yo(e);return e?n.map((n=>({state:a})=>io.createElement(ro.Provider,{value:{moduleName:t,featureName:"",extension:{extensionId:n.id,extensionSlotName:e,extensionSlotModuleName:t}}},io.createElement(po,{state:a})))):[]}let Tr;function Wr(){const e=(0,io.useRef)(),[n,t]=(0,io.useState)(null);let a=null;if(!n){if(Tr){const e=zn().getState();e.loaded&&(a=e.session)}else Tr=new Promise((n=>{const t=({loaded:t,session:i})=>{t&&(n(i),a=i,e.current&&(e.current(),e.current=void 0))};t(zn().getState()),a||(e.current=zn().subscribe(t))}));if(!a)throw Tr;t(a)}(0,io.useEffect)((()=>(e.current||(e.current=zn().subscribe((({loaded:e,session:n})=>{e&&(a=n,t(n))}))),()=>{e.current&&(e.current(),e.current=void 0)})),[]);const i=n||a;if(!i)throw Tr?(console.warn("useSession is in an unexpected state. Attempting to recover."),Tr):Error("useSession is in an invalid state.");return i}const Fr=({privilege:e,fallback:n,children:t})=>{const[a,i]=(0,io.useState)(null);return(0,io.useEffect)((()=>{const e=Cn({includeAuthStatus:!1}).subscribe(i);return()=>e.unsubscribe()}),[]),a&&Sn(e,a)?io.createElement(io.Fragment,null,t):n?io.createElement(io.Fragment,null,n):null};var jr=t(94343),Pr=t.n(jr),Or=t(93355);const Gr={setVisitContext:(e,n)=>null==n?{manuallySetVisitUuid:null}:{manuallySetVisitUuid:n.uuid,patientUuid:n.patient?.uuid},mutateVisit(e){for(const n of Object.values(e.mutateVisitCallbacks??{}))n();return{}}};function Rr(e){const n=(0,io.useId)();return(0,io.useEffect)((()=>{const t=ha();return e&&t.setState({mutateVisitCallbacks:{...t.getState().mutateVisitCallbacks,[n]:e}}),()=>{if(e){const e={...t.getState().mutateVisitCallbacks};delete e[n],t.setState({mutateVisitCallbacks:e})}}}),[n,e]),fo(ha(),Gr)}function Lr(e,n=ga){const{patientUuid:t,manuallySetVisitUuid:a,setVisitContext:i}=Rr(),o=e&&t==e?a:null,r=`?patient=${e}&v=${n}&includeInactive=false`,s=`/${o}?v=${n}`,{data:p,error:l,mutate:c,isValidating:d}=(0,ko.Ay)(e?`${yn}/visit${r}`:null,$n),{data:u,error:f,mutate:g,isValidating:m}=(0,ko.Ay)(e&&o?`${yn}/visit${s}`:null,$n),h=(0,io.useMemo)((()=>p?.data.results.find((e=>null===e.stopDatetime))??null),[p]),y=(0,io.useMemo)((()=>o&&u?u.data:null),[u,o]),_=(0,io.useRef)(null);(0,io.useEffect)((()=>{!d&&h&&t===e&&null===a&&i(h),m||(_.current&&y&&_.current.uuid===y.uuid&&!_.current.stopDatetime&&y.stopDatetime&&i(null),_.current=y)}),[y,a,h,d,m,t]);const b=(0,io.useCallback)((()=>{c(),g()}),[c,g]);Rr(b);const v=Boolean(!p||o&&!u),$=Boolean(o?f:l),A=v&&!$;return{error:l||f,mutate:b,isValidating:d||m,activeVisit:h,currentVisit:y,currentVisitIsRetrospective:Boolean(o),isLoading:A}}function qr(){const[e,n]=(0,io.useState)([]);return(0,io.useEffect)((()=>{const e=da().subscribe((e=>{n(e)}),(e=>console.error(e)));return()=>e.unsubscribe()}),[]),e}jr.extend(Or);const Hr="openmrs-routes:",Xr=new Map;async function Vr(e,n){const t=n.indexOf("#"),a=t>=0,i=a?n.substring(0,t):e,o=a?n.substring(t+1):n,r=await Xn(i);return r&&Object.hasOwn(r,o)&&"function"==typeof r[o]?async function(e,n){if(e in Xr)await Xr[e];else{let t=n??await Xn(e);await(Xr[e]=new Promise(((n,a)=>{if(Object.hasOwn(t,"startupApp")){const i=t.startupApp;if("function"==typeof i)return Promise.resolve(i()).then((()=>{ue(e),n(null)})).catch(a)}ue(e),n(null)})))}}(i,r).then((()=>r[o]())):(r?r&&Object.hasOwn(r,o)?console.warn(`The export ${n}, defined in ${e}'s routes.json, is not a function`):console.warn(`${i} does not define a component called "${o}", referenced in ${e}'s routes.json. This cannot be loaded.`):console.warn(`Unknown app ${i} for ${n} defined in ${e}'s routes.json`),Ur)}const Ur={bootstrap:()=>Promise.resolve(),mount:()=>Promise.resolve(),unmount:()=>Promise.resolve()};function Kr(e,n){const t=n.name;if(!t)return void console.error(`An extension definition in ${e} is missing an name and thus cannot be\nregistered. To fix this, ensure that you define the "name" field inside the\nextension definition.`,n);n.slots&&n.slot&&console.warn(`The extension ${t} from ${e} declares both a 'slots' property and\na 'slot' property. Only the 'slots' property will be honored.`);const a=n.slots?n.slots:n.slot?[n.slot]:[];if(n.component){xi({name:t,load:()=>Vr(e,n.component),meta:n.meta||{},order:n.order,moduleName:e,privileges:n.privileges,online:n.online??!0,offline:n.offline??!1,featureFlag:n.featureFlag,displayExpression:n.displayExpression});for(const e of a)Ci(e,t)}else console.error(`The extension ${t} from ${e} is missing a 'component' entry and thus cannot be registered.\nTo fix this, ensure that you define a 'component' field inside the extension definition.`,n)}const Jr=[];function Yr(e){if(Array.isArray(e)){const n=e.map(Yr);return e=>n.some((n=>n(e)))}return"string"==typeof e?(0,an.pathToActiveWhen)(window.getOpenmrsSpaBase()+e):e instanceof RegExp?n=>function(e,n){return e.test(n.pathname.replace(window.getOpenmrsSpaBase(),""))}(e,n):()=>e}function Qr(e,n){if(e&&n&&"object"==typeof n){de(e);const t=n.extensions??[],a=n.modals??[],i=n.workspaces??[],o=n.workspaceGroups??[],r=n.featureFlags??[],s=n.workspaceGroups2??[],p=n.workspaceWindows2??[],l=n.workspaces2??[];n.pages?.forEach((n=>{n&&"object"==typeof n&&Object.hasOwn(n,"component")&&(Object.hasOwn(n,"route")||Object.hasOwn(n,"routeRegex")||Object.hasOwn(n,"routes"))?Jr.push({...n,appName:e}):console.warn(`A page for ${e} could not be registered as it does not appear to have the required properties`,n)})),t.forEach((n=>{n&&"object"==typeof n&&Object.hasOwn(n,"name")&&Object.hasOwn(n,"component")?Kr(e,n):console.warn(`An extension for ${e} could not be registered as it does not appear to have the required properties`,n)})),a.forEach((n=>{n&&"object"==typeof n&&Object.hasOwn(n,"name")&&Object.hasOwn(n,"component")?function(e,n){const t=n.name;t?n.component?Pi({name:t,moduleName:e,load:()=>Vr(e,n.component)}):console.error(`The modal ${t} from ${e} is missing a 'component' entry and thus cannot be registered.\nTo fix this, ensure that you define a 'component' field inside the modal definition.`,n):console.error(`A modal definition in ${e} is missing an name and thus cannot be\nregistered. To fix this, ensure that you define the "name" field inside the\nmodal definition.`,n)}(e,n):console.warn(`A modal for ${e} could not be registered as it does not appear to have the required properties`,n)})),i.forEach((n=>{n&&"object"==typeof n&&Object.hasOwn(n,"name")&&Object.hasOwn(n,"component")?function(e,n){const t=n.name;if(!t)return void console.error(`A workspace definition in ${e} is missing a name and thus cannot be registered.\nTo fix this, ensure that you define the "name" field inside the workspace definition.`,n);const a=n.title;if(a)if(n.component){Li({name:t,title:a,component:n.component,moduleName:e,type:n.type,canHide:n.canHide,canMaximize:n.canMaximize,width:n.width,preferredWindowSize:n.preferredWindowSize,groups:n.groups,load:()=>Vr(e,n.component)});for(const e of n.groups||[])qi({name:e,members:[t]})}else console.error(`The workspace ${t} from ${e} is missing a 'component' entry and thus cannot be registered.\nTo fix this, ensure that you define a 'component' field inside the workspace definition.`,n);else console.error(`A workspace definition in ${e} is missing a title and thus cannot be registered.\nTo fix this, ensure that you define the "title" field inside the workspace definition.`,n)}(e,n):console.warn(`A workspace for ${e} could not be registered as it does not appear to have the required properties`,n)})),o.forEach((n=>{n&&"object"==typeof n&&Object.hasOwn(n,"name")?function(e,n){const t=n.name;t?qi({name:t,members:n.members??[]}):console.error(`A workspace group definition in ${e} is missing a name and thus cannot be registered.\nTo fix this, ensure that you define the "name" field inside the workspace definition.`,n)}(e,n):console.warn(`A workspace group for ${e} could not be registered as it does not appear to have the required properties`,n)})),function(e,n){Zi(e,n)}(e,s),function(e,n){eo(e,n);for(const t of n)t.icon&&Kr(e,{name:t.name,component:t.icon,slot:t.group,order:t.order})}(e,p),function(e,n){no(e,n)}(e,l),r.forEach((n=>{n&&"object"==typeof n&&Object.hasOwn(n,"flagName")?function(e,n){n.flagName?n.label?n.description?ei(n.flagName,n.label,n.description):console.error(`A feature flag definition in ${e} is missing a description and thus cannot be registered.\nTo fix this, ensure that you define the "description" field inside the feature flag definition.`,n):console.error(`A feature flag definition in ${e} is missing a description and thus cannot be registered.\nTo fix this, ensure that you define the "label" field inside the feature flag definition.`,n):console.error(`A feature flag definition in ${e} is missing a name and thus cannot be registered.\nTo fix this, ensure that you define the "name" field inside the feature flag definition.`,n)}(e,n):console.warn(`A feature flag for ${e} could not be registered as it does not appear to have the required properties`,n)}))}}function Zr(){Jr.sort(((e,n)=>e.appName.localeCompare(n.appName,"en")));let e=new Map;for(let n of Jr){e.has(n.appName)?e.set(n.appName,e.get(n.appName)+1):e.set(n.appName,0);const t=e.get(n.appName),a=`${n.appName}-page-${t}`,i=n.containerDomId??"omrs-apps-container",o=document.getElementById(i),r=`single-spa-application:${a}`;if(!o)throw new Error(`${n.appName} ${n.component} cannot be mounted to "${i}"; DOM element does not exist.`);{const e=document.createElement("div");e.id=r,o?.appendChild(e)}es(a,n)}}function es(e,n){const t=void 0!==n.route?n.route:void 0!==n.routeRegex&&new RegExp(n.routeRegex);if(!1===t)return void console.warn('A registered page definition is missing a route and thus cannot be registered.\nTo fix this, ensure that you define the "route" (or alternatively the "routeRegex") field inside the extension definition.',e);if(!n.component)return void console.warn('A registered page definition is missing a component and thus cannot be registered.\nTo fix this, ensure that you define the "component" field inside the page definition.',e);const a=function(e,{online:n,offline:t,featureFlag:a}){return window.offlineEnabled?i=>!!(navigator.onLine&&(n??1)||!navigator.onLine&&t)&&!(a&&!ti(a))&&e(i):e}(Yr(t),n);(0,an.registerApplication)(e,(()=>Vr(n.appName,n.component)),a)}function ns(e=window.localStorage){try{return e.getItem("test"),!0}catch{return!1}}const ts=ns();function as(e,n){if(ts){if("string"==typeof n){if(n.startsWith("http"))return rs(e,n);try{const t=JSON.parse(n);if(ss(t))return rs(e,t);console.error(`The supplied routes for ${e} is not a valid OpenmrsAppRoutes object`,n)}catch(n){console.error(`Could not add routes override for ${e}: `,n)}}else{if(n instanceof URL)return rs(e,n.toString());if(ss(n))return rs(e,n)}console.error(`Override for ${e} is not in a valid format. Expected either a Javascript Object, a JSON string of a Javascript object, or a URL`,n)}}function is(e){if(!ts)return;const n=Hr+e;localStorage.removeItem(n)}function os(){if(ts)for(const e of Object.keys(localStorage))e.startsWith(Hr)&&localStorage.removeItem(e)}function rs(e,n){const t=Hr+e;localStorage.setItem(t,JSON.stringify(n))}function ss(e){if(e&&"object"==typeof e){const n=Object.prototype.hasOwnProperty,t=e;return!!((!n.call(e,"pages")||Boolean(t.pages)&&Array.isArray(t.pages))&&(!n.call(e,"extensions")||Boolean(t.extensions)&&Array.isArray(t.extensions))&&(!n.call(e,"workspaces")||Boolean(t.workspaces)&&Array.isArray(t.workspaces))&&(!n.call(e,"modals")||Boolean(t.modals)&&Array.isArray(t.modals)))}return!1}function ps(e){if(e&&"object"==typeof e){const n=e;return Object.entries(n).every((([e,n])=>"string"==typeof e&&ss(n)))}return!1}const ls={PHONE_MIN:0,PHONE_MAX:600,TABLET_MIN:601,TABLET_MAX:1023,SMALL_DESKTOP_MIN:1024,SMALL_DESKTOP_MAX:1439,LARGE_DESKTOP_MIN:1440,LARGE_DESKTOP_MAX:Number.MAX_SAFE_INTEGER};function cs(){document.body.classList.toggle("omrs-breakpoint-lt-tablet",window.innerWidth<ls.TABLET_MIN),document.body.classList.toggle("omrs-breakpoint-gt-phone",window.innerWidth>ls.PHONE_MAX),document.body.classList.toggle("omrs-breakpoint-gt-tablet",window.innerWidth>ls.TABLET_MAX),document.body.classList.toggle("omrs-breakpoint-lt-desktop",window.innerWidth<ls.SMALL_DESKTOP_MIN),document.body.classList.toggle("omrs-breakpoint-lt-small-desktop",window.innerWidth<ls.SMALL_DESKTOP_MIN),document.body.classList.toggle("omrs-breakpoint-lt-large-desktop",window.innerWidth<ls.LARGE_DESKTOP_MIN),document.body.classList.toggle("omrs-breakpoint-gt-small-desktop",window.innerWidth>ls.SMALL_DESKTOP_MAX)}let ds=!1;function us(){ds||(window.addEventListener("resize",cs),cs(),ds=!0)}var fs=t(36870),gs=t(55530),ms=t.n(gs),hs=t(97478),ys=t.n(hs),_s=t(27135),bs=t.n(_s),vs=t(61301),$s=t.n(vs),As=t(49222),ks=t.n(As),ws=t(6626),xs=t.n(ws),Cs=t(88279),zs=t.n(Cs),Ms=t(16979),Es={};Es.styleTagTransform=zs(),Es.setAttributes=ks(),Es.insert=$s().bind(null,"head"),Es.domAPI=bs(),Es.insertStyleElement=xs(),ys()(Ms.A,Es);const Bs=Ms.A&&Ms.A.locals?Ms.A.locals:void 0;function Ss({title:e,children:n}){const t="tablet"===vr();return(0,fs.jsxs)("div",{className:ms()({[Bs.tabletHeader]:t,[Bs.desktopHeader]:!t}),children:[(0,fs.jsx)("h4",{children:e}),n]})}const Ds=["red","magenta","purple","blue","teal","cyan","gray","green","warm-gray","cool-gray","high-contrast","outline"],Ns={primaryColor:{_type:G.String,_description:"The color for displaying primary diagnoses tags",_default:"red",_validators:[Ve.oneOf(Ds)]},secondaryColor:{_type:G.String,_description:"The color for displaying secondary diagnoses tags",_default:"blue",_validators:[Ve.oneOf(Ds)]}},Is={"Brand color #1":{_default:"#005d5d",_type:G.String},"Brand color #2":{_default:"#004144",_type:G.String},"Brand color #3":{_default:"#007d79",_type:G.String},excludePatientIdentifierCodeTypes:{uuids:{_type:G.Array,_description:"List of UUIDs of patient identifier types to exclude from rendering in the patient banner",_default:[],_elements:{_type:G.UUID}}},implementationName:{_type:G.String,_description:"A name of the place (or authority) where all possible locations a user can choose are located.",_default:"Clinic"},patientPhotoConceptUuid:{_type:G.ConceptUuid,_default:"736e8771-e501-4615-bfa7-570c03f4bef5",_description:"Used to look up the patient photo, which is stored as an attachment obs. Set to `null` in order to disable the feature and use only generated avatars. To remove the avatars entirely, use extension configuration's `remove` feature."},preferredCalendar:{_type:G.Object,_description:"Keys should be locale codes, and values should be the preferred calendar for that locale. For example, {'am': 'ethiopic'}.",_default:{am:"ethiopic"},_elements:{_validators:[Ve.oneOf(["buddhist","chinese","coptic","dangi","ethioaa","ethiopic","gregory","hebrew","indian","islamic","islamic-umalqura","islamic-tbla","islamic-civil","islamic-rgsa","iso8601","japanese","persian","roc","islamicc"])]}},preferredDateLocale:{_type:G.Object,_description:"Allows setting the locale used for date formatting for any browser locale. Does not affect time formatting. Keys should be locale codes, and values should be the preferred locale for formatting dates. For example, {'en': 'en-US', 'fr-CA': 'en-CA'}.",_default:{en:"en-GB"},_elements:{_type:G.String}},diagnosisTags:Ns};var Ts=t(95315),Ws=t(88456),Fs={};Fs.styleTagTransform=zs(),Fs.setAttributes=ks(),Fs.insert=$s().bind(null,"head"),Fs.domAPI=bs(),Fs.insertStyleElement=xs(),ys()(Ws.A,Fs);const js=Ws.A&&Ws.A.locals?Ws.A.locals:void 0,Ps=(0,io.createContext)(null);function Os(){const e=(0,io.useContext)(Ps);if(!e)throw new Error("useCustomOverflowMenu must be used within a CustomOverflowMenu");return e}function Gs({menuTitle:e,children:n}){const[t,a]=oo().useState(!1),i=xr((()=>a(!1)),t),o="tablet"===vr(),r=(0,io.useCallback)((()=>a((e=>!e))),[]),s=(0,io.useRef)(null),p=(0,io.useRef)(null),l=(0,io.useId)(),c=`custom-overflow-menu-trigger-${l}`,d=`custom-overflow-menu-${l}`,u=(0,io.useCallback)((()=>{a(!1),s.current?.focus()}),[]),f=(0,io.useMemo)((()=>({closeMenu:u})),[u]),g=(0,io.useCallback)((e=>{"Escape"===e.key&&t&&(e.stopPropagation(),u())}),[u,t]),m=io.Children.toArray(n);(0,io.useEffect)((()=>{if(t&&p.current){const e=p.current.querySelector('[role="menuitem"]:not([disabled])');e?.focus()}}),[t]);const h=(0,io.useCallback)((({currentIndex:e,direction:n})=>{const t=p.current?.querySelectorAll('[role="menuitem"]:not([disabled])');if(!t?.length)return;const a=document.activeElement?.closest?.('[role="menuitem"]')??document.activeElement,i=Array.from(t).indexOf(a);if(-1===i)return void t[n>0?0:t.length-1]?.focus();const o=i+n,r=o<0?t.length-1:o>=t.length?0:o;t[r]?.focus()}),[]),y=m.map(((e,n)=>(0,io.isValidElement)(e)?(0,io.cloneElement)(e,{closeMenu:u,handleOverflowMenuItemFocus:h,index:n}):e));return(0,fs.jsxs)("div",{"data-overflow-menu":!0,className:ms()("cds--overflow-menu",js.container),ref:i,children:[(0,fs.jsx)("button",{className:ms()("cds--btn","cds--btn--ghost","cds--overflow-menu__trigger",{"cds--overflow-menu--open":t},js.overflowMenuButton),"aria-controls":d,"aria-expanded":t,"aria-haspopup":"true",id:c,onClick:r,onKeyDown:g,ref:s,children:e}),(0,fs.jsxs)("div",{className:ms()("cds--overflow-menu-options","cds--overflow-menu--flip",js.menu,{[js.show]:t}),"aria-labelledby":c,"data-floating-menu-direction":"bottom",id:d,onKeyDown:g,ref:p,role:"menu",tabIndex:-1,children:[(0,fs.jsx)("ul",{className:ms()("cds--overflow-menu-options__content",{"cds--overflow-menu-options--lg":o}),children:(0,fs.jsx)(Ps.Provider,{value:f,children:y})}),(0,fs.jsx)("span",{})]})]})}function Rs(e){const n=(0,io.useContext)(Ps);return(0,fs.jsx)(Ts.OverflowMenuItem,{...e,closeMenu:n?.closeMenu})}var Ls=t(73318),qs=t(28304),Hs=t(83374),Xs={};Xs.styleTagTransform=zs(),Xs.setAttributes=ks(),Xs.insert=$s().bind(null,"head"),Xs.domAPI=bs(),Xs.insertStyleElement=xs(),ys()(Hs.A,Xs);const Vs=Hs.A&&Hs.A.locals?Hs.A.locals:void 0,Us=({path:e,title:n,basePath:t,icon:a})=>{const{t:i}=(0,Ao.useTranslation)(),o=(0,Ls.useLocation)(),r=(0,io.useMemo)((()=>{if(!e)return!1;const n=e.startsWith("/")?e.slice(1):e;if(n.startsWith("http"))return n===window.location.href;const t=n.split("/").map((e=>decodeURIComponent(e))),a=(o.pathname??"").split("/").slice(1).map((e=>decodeURIComponent(e)));return a.some(((e,n)=>t.every(((e,t)=>a[n+t]===e))))}),[o.pathname,e]);return(0,fs.jsx)("div",{children:(0,fs.jsx)(qs.ConfigurableLink,{className:ms()("cds--side-nav__link",{"active-left-nav-link":r}),to:`${t}/${encodeURIComponent(e)}`,children:(0,fs.jsxs)("span",{className:Vs.menu,children:[(0,fs.jsx)(qs.MaybeIcon,{icon:a,className:Vs.icon,size:16}),(0,fs.jsx)("span",{children:i(n)})]})})},e)};function Ks(e){return function({basePath:n}){return(0,fs.jsx)(Ls.BrowserRouter,{children:(0,fs.jsx)(Us,{basePath:n,...e})})}}var Js=t(71033),Ys=t(70217),Qs=t(3692),Zs=t(37615),ep=t(98036),np=t(26816),tp=t(82520);function ap(e){return oo().createElement(tp.C,e)}var ip=t(41900),op=t(56513),rp=t(25295);function sp(e,n,t=!1){if(null==e)return t?e:void 0;if("string"==typeof e&&!e)return t?null:void 0;if(e instanceof ip.ng||e instanceof ip._l||e instanceof ip.Ip)return n?(0,op.yP)(e,n):e;{const t=Pr()(e).toDate(),a=new ip.ng(t.getFullYear(),t.getMonth()+1,t.getDate());return n?(0,op.yP)(a,n):a}}function pp(e){if(e)return e.toDate((0,rp.Xj)())}var lp=t(67591);function cp(){let e=window.i18next.language;return e=e.replace("_","-"),"ht"===e&&(e="fr-HT"),e}var dp=t(26991),up=t(7883),fp=t(424),gp=t(41492),mp=t(8271),hp=t(13236);function yp(e,n){var t=function(e,n){if(!n.has(e))throw new TypeError("attempted to get private field on non-instance");return n.get(e)}(e,n);return function(e,n){return n.get?n.get.call(e):n.value}(e,t)}jr.extend(Or),jr.extend(gp),jr.extend(fp);const _p="YYYY-MM-DDTHH:mm:ss.SSSZZ";function bp(e){return null!=e&&28===e.trim().length&&"T"===(e=e.trim())[10]&&":"===e[13]&&":"===e[16]&&"."===e[19]&&("+"===e[23]||"-"===e[23])&&jr(e,_p).isValid()}function vp(e){return jr(e).isToday()}function $p(e){return bp(e)?jr(e,_p).toDate():null}function Ap(e,n=!1){let t=jr(e);return n&&(t=t.utc()),t.format(_p)}function kp(e){return jr(e).toDate()}var wp=new WeakMap;const xp=new class{register(e,n){yp(this,wp).set(e,n)}getCalendar(e){if(!Boolean(e))return;if(e.calendar)return e.calendar;if(e.region){const n=`${e.language}-${e.region}`;if(yp(this,wp).has(n))return yp(this,wp).get(n)}if(e.language&&yp(this,wp).has(e.language))return yp(this,wp).get(e.language);const n=new Intl.DateTimeFormat(e.toString()).resolvedOptions().calendar;return yp(this,wp).set(`${e.language}${e.region?`-${e.region}`:""}`,n),n}constructor(){var e,n,t;e=this,n=wp,t={writable:!0,value:new Map},function(e,n){if(n.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,n),n.set(e,t)}};function Cp(e,n){xp.register(e,n)}function zp(e){const n=e??cp();return xp.getCalendar(n instanceof Intl.Locale?n:new Intl.Locale(n))}const Mp={mode:"standard",time:"for today",day:!0,month:!0,year:!0,noToday:!1};function Ep(e,n={}){const t=cp();let a=(0,up.CD)(e,t);if(a.invalid)return console.warn(`Could not parse invalid date '${e}'`),null;!(0,mp.A)(a.day)&&(0,mp.A)(a.month)&&(a=Object.assign({},(0,hp.A)(a,"day"),{month:a.day})),a.month&&(a.month-=1),a.day&&(a=Object.assign({},(0,hp.A)(a,"day"),{date:a.day}));const i=jr().set(a).toDate();return(0,mp.A)(a.year)&&(n.year=!1),(0,mp.A)(a.month)&&(n.month=!1),(0,mp.A)(a.date)&&(n.day=!1),Bp(i,n)}function Bp(e,n){let t=n?.locale??cp();const a=new Intl.Locale(t),{calendar:i,mode:o,time:r,day:s,month:p,year:l,noToday:c,numberingSystem:d}={...Mp,noToday:"am"===a.language,...n},u={calendar:i??zp(a),year:l?"numeric":void 0,month:p?"short":void 0,day:s?"2-digit":void 0,numberingSystem:d};let f;const g=jr(e).isToday();if(g&&!c)f=new Intl.RelativeTimeFormat(t,{numeric:"auto"}).format(0,"day"),f=f[0].toLocaleUpperCase(t)+f.slice(1);else{"en"===a.language&&(t="en-GB");let n=new Intl.DateTimeFormat(t,u).formatToParts(e);("en"===a.language||"am"===a.language)&&"standard"==o&&l&&s&&(n=n.map(Sp("-"))),"wide"==o&&(n=n.map(Sp(" — "))),"ethiopic"===u.calendar&&(n=n.filter(((e,n,t)=>!("era"===e.type||"literal"===e.type&&n<t.length-1&&"era"===t[n+1].type)))),f=n.map((e=>e.value)).join("")}return(!0===r||g&&"for today"===r)&&(f+=`, ${Dp(e)}`),f}const Sp=e=>(n,t,a)=>"literal"!==n.type||" "!==n.value||t<a.length-1&&"era"===a[t+1].type?n:{type:"literal",value:e};function Dp(e){return e.toLocaleTimeString(cp(),{hour:"2-digit",minute:"2-digit"})}function Np(e,n){return Bp(e,{...n,time:!0})}function Ip(e,n){const t=zp("string"==typeof n?new Intl.Locale(n):n);return t?(0,op.yP)(e,(0,lp.d)(t)):e}function Tp(e,n){return new dp.DurationFormat(cp(),n).format(e)}const Wp=(0,io.createContext)(null);function Fp(){const e=Ko({externalModuleName:"@openmrs/esm-styleguide"}).preferredDateLocale,n=(0,io.useMemo)((()=>{let n=cp();return e[n]&&(n=e[n]),n}),[window.i18next.language]),t=(0,io.useMemo)((()=>{const e=zp(n);return void 0!==e?(0,lp.d)(e):void 0}),[n]),a=(0,io.useMemo)((()=>new Intl.Locale(n,{calendar:t?.identifier})),[n,t]),i=(0,io.useMemo)((()=>t?(0,op.yP)((0,rp.Ec)((0,rp.Xj)()),t):(0,rp.Ec)((0,rp.Xj)())),[t]);return{calendar:t,intlLocale:a,today_:i}}const jp=new ip.ng(1793,1,1);var Pp=t(19962),Op=t(18009),Gp=t(78874),Rp={};Rp.styleTagTransform=zs(),Rp.setAttributes=ks(),Rp.insert=$s().bind(null,"head"),Rp.domAPI=bs(),Rp.insertStyleElement=xs(),ys()(Gp.A,Rp);const Lp=Gp.A&&Gp.A.locals?Gp.A.locals:void 0,qp=["omrs-icon-activity","omrs-icon-add","omrs-icon-arrow-down","omrs-icon-arrow-left","omrs-icon-arrow-right","omrs-icon-arrow-up","omrs-icon-baby","omrs-icon-calendar-heat-map","omrs-icon-calendar","omrs-icon-caret-down","omrs-icon-caret-left","omrs-icon-caret-right","omrs-icon-caret-up","omrs-icon-chart-average","omrs-icon-checkmark-filled","omrs-icon-checkmark-outline","omrs-icon-chemistry","omrs-icon-chevron-down","omrs-icon-chevron-left","omrs-icon-chevron-right","omrs-icon-chevron-up","omrs-icon-close","omrs-icon-close-filled","omrs-icon-close-outline","omrs-icon-document","omrs-icon-document-attachment","omrs-icon-download","omrs-icon-drug-order","omrs-icon-edit","omrs-icon-event-schedule","omrs-icon-events","omrs-icon-gender-female","omrs-icon-gender-male","omrs-icon-gender-other","omrs-icon-gender-unknown","omrs-icon-generic-order-type","omrs-icon-group","omrs-icon-group-access","omrs-icon-hospital-bed","omrs-icon-image-medical","omrs-icon-information","omrs-icon-information-filled","omrs-icon-information-square","omrs-icon-inventory-management","omrs-icon-lab-order","omrs-icon-list-checked","omrs-icon-location","omrs-icon-material-order","omrs-icon-maximize","omrs-icon-medication","omrs-icon-message-queue","omrs-icon-microscope","omrs-icon-money","omrs-icon-mother","omrs-icon-movement","omrs-icon-overflow-menu--horizontal","omrs-icon-overflow-menu--vertical","omrs-icon-password","omrs-icon-pedestrian-family","omrs-icon-pen","omrs-icon-printer","omrs-icon-procedure-order","omrs-icon-programs","omrs-icon-renew","omrs-icon-referral-order","omrs-icon-report","omrs-icon-reset","omrs-icon-save","omrs-icon-search","omrs-icon-settings","omrs-icon-shopping-cart","omrs-icon-shopping-cart--arrow-down","omrs-icon-sticky-note-add","omrs-icon-switcher","omrs-icon-syringe","omrs-icon-table-of-contents","omrs-icon-table","omrs-icon-time","omrs-icon-tools","omrs-icon-translate","omrs-icon-trash-can","omrs-icon-tree-view--alt","omrs-icon-user-avatar","omrs-icon-user-follow","omrs-icon-user-xray","omrs-icon-user","omrs-icon-view-off","omrs-icon-view","omrs-icon-warning"],Hp=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-activity",iconProps:e})}))),Xp=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-add",iconProps:e})}))),Vp=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-arrow-down",iconProps:e})}))),Up=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-arrow-left",iconProps:e})}))),Kp=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-arrow-right",iconProps:e})}))),Jp=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-arrow-up",iconProps:e})}))),Yp=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-baby",iconProps:e})}))),Qp=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-calendar-heat-map",iconProps:e})}))),Zp=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-calendar",iconProps:e})}))),el=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-caret-down",iconProps:e})}))),nl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-caret-left",iconProps:e})}))),tl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-caret-right",iconProps:e})}))),al=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-caret-up",iconProps:e})}))),il=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-chart-average",iconProps:e})}))),ol=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-checkmark-filled",iconProps:e})}))),rl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-checkmark-outline",iconProps:e})}))),sl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-chemistry",iconProps:e})}))),pl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-chevron-down",iconProps:e})}))),ll=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-chevron-left",iconProps:e})}))),cl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-chevron-right",iconProps:e})}))),dl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-chevron-up",iconProps:e})}))),ul=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-close",iconProps:e})}))),fl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-close-filled",iconProps:e})}))),gl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-close-outline",iconProps:e})}))),ml=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-document",iconProps:e})}))),hl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-document-attachment",iconProps:e})}))),yl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-download",iconProps:e})}))),_l=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-drug-order",iconProps:e})}))),bl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-edit",iconProps:e})}))),vl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-event-schedule",iconProps:e})}))),$l=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-events",iconProps:e})}))),Al=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-gender-female",iconProps:e})}))),kl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-gender-male",iconProps:e})}))),wl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-gender-other",iconProps:e})}))),xl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-gender-unknown",iconProps:e})}))),Cl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-generic-order-type",iconProps:e})}))),zl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-group",iconProps:e})}))),Ml=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-group-access",iconProps:e})}))),El=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-hospital-bed",iconProps:e})}))),Bl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-image-medical",iconProps:e})}))),Sl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-information",iconProps:e})}))),Dl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-information-filled",iconProps:e})}))),Nl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-information-square",iconProps:e})}))),Il=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-inventory-management",iconProps:e})}))),Tl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-lab-order",iconProps:e})}))),Wl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-list-checked",iconProps:e})}))),Fl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-location",iconProps:e})}))),jl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-material-order",iconProps:e})}))),Pl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-maximize",iconProps:e})}))),Ol=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-medication",iconProps:e})}))),Gl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-message-queue",iconProps:e})}))),Rl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-microscope",iconProps:e})}))),Ll=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-money",iconProps:e})}))),ql=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-mother",iconProps:e})}))),Hl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-movement",iconProps:e})}))),Xl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-overflow-menu--horizontal",iconProps:e})}))),Vl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-overflow-menu--horizontal",iconProps:e})}))),Ul=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-password",iconProps:e})}))),Kl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-pedestrian-family",iconProps:e})}))),Jl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-pen",iconProps:e})}))),Yl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-printer",iconProps:e})}))),Ql=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-procedure-order",iconProps:e})}))),Zl=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-programs",iconProps:e})}))),ec=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-referral-order",iconProps:e})}))),nc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-renew",iconProps:e})}))),tc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-report",iconProps:e})}))),ac=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-reset",iconProps:e})}))),ic=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-save",iconProps:e})}))),oc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-search",iconProps:e})}))),rc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-settings",iconProps:e})}))),sc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-switcher",iconProps:e})}))),pc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-shopping-cart",iconProps:e})}))),lc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-shopping-cart--arrow-down",iconProps:e})}))),cc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-sticky-note-add",iconProps:e})}))),dc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-syringe",iconProps:e})}))),uc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-table-of-contents",iconProps:e})}))),fc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-table",iconProps:e})}))),gc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-time",iconProps:e})}))),mc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-tools",iconProps:e})}))),hc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-translate",iconProps:e})}))),yc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-trash-can",iconProps:e})}))),_c=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-tree-view--alt",iconProps:e})}))),bc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-user-avatar",iconProps:e})}))),vc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-user-follow",iconProps:e})}))),$c=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-user-xray",iconProps:e})}))),Ac=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-user",iconProps:e})}))),kc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-view-off",iconProps:e})}))),wc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-view",iconProps:e})}))),xc=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Dc,{ref:n,icon:"omrs-icon-warning",iconProps:e})}))),Cc=xc,zc=hl,Mc=Wl,Ec=Bl,Bc=lc,Sc=(0,io.memo)((0,io.forwardRef)((function({icon:e,fallback:n,...t},a){const i=(0,io.useRef)(e?document.getElementById(e):void 0);return(0,io.useEffect)((()=>{const n=document.getElementById("omrs-svgs-container"),t=new MutationObserver((n=>{for(const t of n)"childList"===t.type&&(i.current=e?document.getElementById(e):void 0)}));return n&&t.observe(n,{childList:!0}),()=>t.disconnect()}),[e]),(0,fs.jsx)(Po,{value:i.current,fallback:n,children:(0,fs.jsx)(Dc,{ref:a,icon:e,iconProps:t})})}))),Dc=(0,io.memo)((0,io.forwardRef)((function({icon:e,iconProps:n},t){let{className:a,fill:i,size:o}=Object.assign({},{fill:"currentColor",size:20},n);(o<=0||o>72)&&(console.error(`Invalid size '${o}' specified for ${e}. Defaulting to 20.`),o=20);const r=(0,io.useRef)(null);return(0,io.useImperativeHandle)(t,(()=>r.current)),(0,io.useEffect)((()=>{r.current&&"currentColor"!==i&&r.current.style.setProperty("--omrs-icon-fill",i)}),[]),(0,fs.jsx)("svg",{ref:r,className:ms()("omrs-icon",Lp.icon,a),height:o,width:o,viewBox:"0 0 16 16",children:(0,fs.jsx)("use",{href:`#${e}`})})})));var Nc=t(2687),Ic=t(51202);function Tc(e,n){return Number.parseInt(Bp(e,{calendar:n.calendar,locale:n.baseName,day:!1,month:!1,noToday:!0,numberingSystem:"latn"}))}const Wc=(0,io.forwardRef)((function(e,n){const{className:t}=e,a=(0,io.useContext)(Pp.f2),i=(0,io.useContext)(Pp._I),o=a??i,r=(0,io.useContext)(Wp),s=(0,rp.Xj)(),p=Bp(o.visibleRange.start.toDate(s),{calendar:r.calendar,locale:r.baseName,day:!1,year:!1,noToday:!0}),l=Tc(o.visibleRange.start.toDate(s),r),c=o.maxValue?Tc(o.maxValue.toDate(s),r):void 0,d=o.minValue?Tc(o.minValue.toDate(s),r):void 0,u=(0,io.useCallback)((e=>{o.setFocusedDate(o.focusedDate.cycle("year",e-o.focusedDate.year))}),[]);return o&&(0,fs.jsxs)("span",{ref:n,className:t,children:[(0,fs.jsx)("span",{children:p}),(0,fs.jsxs)(Nc.oz,{formatOptions:{useGrouping:!1},maxValue:c,minValue:d,onChange:u,value:l,children:[(0,fs.jsx)(Ic.p,{}),(0,fs.jsxs)(Zs.Y,{children:[(0,fs.jsx)(ep.$,{slot:"increment",children:(0,fs.jsx)(al,{size:8})}),(0,fs.jsx)(ep.$,{slot:"decrement",children:(0,fs.jsx)(el,{size:8})})]})]})]})}));var Fc=t(84808),jc=t(92432),Pc={};Pc.styleTagTransform=zs(),Pc.setAttributes=ks(),Pc.insert=$s().bind(null,"head"),Pc.domAPI=bs(),Pc.insertStyleElement=xs(),ys()(jc.A,Pc);const Oc=jc.A&&jc.A.locals?jc.A.locals:void 0;function Gc({children:e}){const n=(0,io.useContext)(Ys.Pg),t=(0,io.useContext)(Ys.a8),a=n??t,i=xr((()=>a?.close()));return(0,fs.jsx)(Fc.lG,{className:Oc.dialog,ref:i,children:e})}const Rc=(0,io.forwardRef)((function({variant:e,today_:n,minDate:t,maxDate:a},i){const o="range"===e,r=o?Pp._e:Pp.Vv,s=o?{minValue:t,maxValue:a,className:"cds--date-picker__calendar"}:{};return(0,fs.jsx)(Op.A,{ref:i,className:Oc.popover,placement:"bottom start",offset:1,isNonModal:!0,children:(0,fs.jsx)(Gc,{children:(0,fs.jsxs)(r,{...s,children:[(0,fs.jsxs)("header",{className:Oc.header,children:[(0,fs.jsx)(ep.$,{className:ms()(Oc.flatButton,Oc.flatButtonMd),slot:"previous",children:(0,fs.jsx)(ll,{size:16})}),(0,fs.jsx)(Wc,{className:Oc.monthYear}),(0,fs.jsx)(ep.$,{className:ms()(Oc.flatButton,Oc.flatButtonMd),slot:"next",children:(0,fs.jsx)(cl,{size:16})})]}),(0,fs.jsx)(Pp.r8,{className:Oc.calendarGrid,children:e=>(0,fs.jsx)(Pp.Zr,{className:ms()("cds--date-picker__day",{[Oc.today]:0===n.compare(e)}),date:e},e.toString())})]})})})}));var Lc=t(58017),qc=t(89774),Hc=t(5111);const Xc=(0,io.forwardRef)((function(e,n){const t=(0,io.useContext)(Ys.Pg),[a,i]=(0,Js.JT)({slot:e.slot},n,qc.cQ),{locale:o}=(0,tp.Y)(),r=(0,Hc.F)({...a,locale:o,createCalendar:lp.d}),s=(0,io.useRef)(null),{fieldProps:p,inputProps:l}=(0,Lc.cJ)({...a,inputRef:s},r,i),c=(0,io.useCallback)((()=>{r.isDisabled||t.toggle()}),[]);return(0,fs.jsxs)(Js.Kq,{values:[[qc.$,r],[Ic.E,{...l,ref:s}],[Zs.t,{...p,ref:i,isInvalid:r.isInvalid}]],children:[(0,fs.jsx)(Zs.Y,{...e,id:e.id,ref:n,slot:e.slot||void 0,className:e.className,isDisabled:r.isDisabled,isInvalid:r.isInvalid,onClick:c,children:r.segments.map(((n,t)=>(0,io.cloneElement)(e.children(n),{key:t})))}),(0,fs.jsx)(Ic.p,{})]})})),Vc=(0,io.forwardRef)((function(e,n){const t=(0,io.useContext)(Ys.Pg),a=(0,io.useContext)(Ys.a8);return(t??a).isInvalid?(0,fs.jsx)(xc,{ref:n,size:16,...e}):(0,fs.jsx)(Zp,{ref:n,size:16,...e})}));var Uc=t(60064),Kc=t(46049),Jc=t(51697),Yc=t(7866),Qc=t(99066),Zc=t(32231);const ed=(0,io.forwardRef)((function({segment:e,...n},t){const a=(0,io.useContext)(qc.$),i=(0,Uc.U)(t),{segmentProps:o}=(0,Kc.V)(e,a,i),{focusProps:r,isFocused:s,isFocusVisible:p}=(0,Jc.o)(),{hoverProps:l,isHovered:c}=(0,Yc.M)({...n,isDisabled:a.isDisabled||"literal"===e.type}),d=function(e){const{className:n,style:t,children:a,defaultClassName:i,defaultChildren:o,defaultStyle:r,values:s}=e;return(0,io.useMemo)((()=>{let e,p,l;return e="function"==typeof n?n({...s,defaultClassName:i}):n,p="function"==typeof t?t({...s,defaultStyle:r||{}}):t,l="function"==typeof a?a({...s,defaultChildren:o}):null==a?o:a,{className:e??i,style:p||r?{...r,...p}:void 0,children:l??o,"data-rac":""}}),[n,t,a,i,o,r,s])}({...n,values:{...e,isReadOnly:!e.isEditable,isInvalid:a.isInvalid,isDisabled:a.isDisabled,isHovered:c,isFocused:s,isFocusVisible:p},defaultChildren:e.text}),u=(0,io.useCallback)((e=>{e.stopPropagation()}),[]);return(0,fs.jsx)("span",{...(0,Qc.v)((0,Zc.$)(n),o,r,l),...d,ref:i,style:o.style,"data-placeholder":e.isPlaceholder||void 0,"data-invalid":a.isInvalid||void 0,"data-readonly":!e.isEditable||void 0,"data-disabled":a.isDisabled||void 0,"data-type":e.type,"data-hovered":c||void 0,"data-focused":s||void 0,"data-focus-visible":p||void 0,onClick:u})})),nd={short:!1,size:"md"},td=(0,io.forwardRef)((function(e,n){const{className:t,defaultValue:a,isDisabled:i,invalid:o,invalidText:r,isInvalid:s,label:p,labelText:l,light:c,maxDate:d,minDate:u,onChange:f,onChangeRaw:g,short:m,size:h,value:y,..._}={...nd,...e},{calendar:b,intlLocale:v,today_:$}=Fp(),A=(0,io.useId)(),k=!!(l??p),w=(0,io.useMemo)((()=>sp(a,b)),[a,b]),x=(0,io.useMemo)((()=>sp(y,b,!0)),[y,b]),C=(0,io.useMemo)((()=>sp(d,b)),[d,b]),z=(0,io.useMemo)((()=>sp(u??jp,b)),[u,b]),M=(0,io.useMemo)((()=>o||s),[o,s]),E=(0,io.useMemo)((()=>(g&&f&&console.error("An OpenmrsDatePicker component was created with both onChange and onChangeRaw handlers defined. Only onChangeRaw will be used."),g??(e=>f?.(pp(e))))),[g,f]);return(0,fs.jsx)(ap,{locale:v.toString(),children:(0,fs.jsx)("div",{className:ms()("cds--form-item",t),children:(0,fs.jsx)(Js.Kq,{values:[[Wp,v]],children:(0,fs.jsxs)(Ys.lr,{className:ms()("cds--date-picker","cds--date-picker--single",{"cds--date-picker--short":m,"cds--date-picker--light":c}),defaultValue:w,isDisabled:i,isInvalid:M,maxValue:C,minValue:z,value:x,shouldForceLeadingZeros:"en"===v.language||void 0,..._,onChange:E,children:[(0,fs.jsxs)("div",{className:"cds--date-picker-container",children:[k&&(0,fs.jsx)(Qs.J,{className:ms()("cds--label",{"cds--label--disabled":i}),htmlFor:A,children:l??p}),(0,fs.jsxs)(Zs.Y,{className:Oc.inputGroup,children:[(0,fs.jsx)(Xc,{id:k?A:void 0,ref:n,className:ms()("cds--date-picker-input__wrapper",Oc.inputWrapper,{[Oc.inputWrapperMd]:"md"===h||!h||0===h.length}),children:e=>"era"!==e.type?(0,fs.jsx)(ed,{className:Oc.inputSegment,segment:e}):(0,fs.jsx)(oo().Fragment,{})}),(0,fs.jsx)(ep.$,{className:ms()(Oc.flatButton,Oc.flatButtonMd),children:(0,fs.jsx)(Vc,{})})]}),(0,fs.jsx)(np.b,{className:Oc.invalidText,children:r})]}),(0,fs.jsx)(Rc,{variant:"single",today_:$})]})})})})})),ad=(0,io.forwardRef)((function({className:e,defaultValue:n,invalid:t,invalidText:a,isDisabled:i,isInvalid:o,label:r,labelText:s,light:p,maxDate:l,minDate:c,onChange:d,onChangeRaw:u,value:f,...g},m){const{calendar:h,intlLocale:y,today_:_}=Fp(),b=(0,io.useId)(),v=!!(s??r),$=(0,io.useMemo)((()=>{if(f)return{start:sp(f[0],h,!1),end:sp(f[1],h,!1)}}),[f,h]),A=(0,io.useMemo)((()=>{if(n)return{start:sp(n[0],h,!1),end:sp(n[1],h,!1)}}),[n,h]),k=(0,io.useMemo)((()=>sp(c??jp,h,!0)),[c,h]),w=(0,io.useMemo)((()=>sp(l,h,!0)),[l,h]),x=(0,io.useMemo)((()=>t||o),[t,o]),C=(0,io.useMemo)((()=>(u&&d&&console.error("An OpenmrsDateRangePicker component was created with both onChange and onChangeRaw handlers defined. Only onChangeRaw will be used."),u??(e=>d?.([pp(e.start),pp(e.end)])))),[u,d]);return(0,fs.jsx)(ap,{locale:y.toString(),children:(0,fs.jsx)("div",{className:ms()("cds--form-item",e),children:(0,fs.jsx)(Js.Kq,{values:[[Wp,y]],children:(0,fs.jsx)(Ys.Ur,{id:v?b:void 0,className:ms()("cds--date-picker",{"cds--date-picker--light":p,"cds--date-picker--disabled":i}),isInvalid:x,shouldForceLeadingZeros:"en"===y.language||void 0,maxValue:w,minValue:k,value:$,defaultValue:A,ref:m,isDisabled:i,...g,onChange:C,children:(0,fs.jsxs)("div",{className:"cds--date-picker-container",children:[v&&(0,fs.jsx)(Qs.J,{className:ms()("cds--label",{"cds--label--disabled":i}),htmlFor:b,children:s??r}),(0,fs.jsxs)(Zs.Y,{className:Oc.inputGroup,children:[(0,fs.jsxs)("div",{className:Oc.inputsWrapper,children:[(0,fs.jsx)(qc.J3,{className:ms()("cds--date-picker-input__wrapper",Oc.startInput,Oc.dateInputWrapper),slot:"start",children:e=>(0,fs.jsx)(ed,{className:Oc.inputSegment,segment:e})}),(0,fs.jsx)("div",{className:Oc.separator,children:(0,fs.jsx)("span",{"aria-hidden":"true","data-readonly":!0,children:"–"})}),(0,fs.jsx)(qc.J3,{className:ms()("cds--date-picker-input__wrapper",Oc.endInput,Oc.dateInputWrapper),slot:"end",children:e=>(0,fs.jsx)(ed,{className:Oc.inputSegment,segment:e})})]}),(0,fs.jsx)(ep.$,{className:ms()(Oc.flatButton,Oc.flatButtonMd),children:(0,fs.jsx)(Vc,{})})]}),(0,fs.jsx)(np.b,{className:Oc.invalidText,children:a}),(0,fs.jsx)(Rc,{variant:"range",today_:_,minDate:k,maxDate:w})]})})})})})}));var id=t(22174),od={};od.styleTagTransform=zs(),od.setAttributes=ks(),od.insert=$s().bind(null,"head"),od.domAPI=bs(),od.insertStyleElement=xs(),ys()(id.A,od);const rd=id.A&&id.A.locals?id.A.locals:void 0,sd=({diagnoses:e})=>{const{diagnosisTags:n}=Ko({externalModuleName:"@openmrs/esm-styleguide"});return(0,fs.jsx)("div",{className:rd.container,children:e.map((e=>{const{rank:t,uuid:a,display:i}=e,o=n[1===t?"primaryColor":"secondaryColor"];return(0,fs.jsx)(Ts.Tag,{type:o,children:i},a)}))})};var pd=t(50364),ld={};ld.styleTagTransform=zs(),ld.setAttributes=ks(),ld.insert=$s().bind(null,"head"),ld.domAPI=bs(),ld.insertStyleElement=xs(),ys()(pd.A,ld);const cd=pd.A&&pd.A.locals?pd.A.locals:void 0,dd=({width:e="64",height:n="64"})=>(0,fs.jsx)("svg",{width:e,height:n,viewBox:"0 0 64 64",children:(0,fs.jsx)("use",{href:"#omrs-empty-data-illustration"})}),ud=e=>{const n="tablet"===vr(),t=e.launchForm;return(0,fs.jsx)(Ts.Layer,{className:cd.layer,children:(0,fs.jsxs)(Ts.Tile,{className:cd.tile,children:[(0,fs.jsx)(Ss,{title:e.headerTitle}),(0,fs.jsx)(dd,{}),(0,fs.jsx)("p",{className:cd.content,children:qn("emptyStateText","There are no {{displayText}} to display",{displayText:e.displayText})}),(0,fs.jsx)("p",{className:cd.action,children:t&&(0,fs.jsx)(Ts.Button,{onClick:()=>t(),kind:"ghost",size:n?"lg":"sm",children:qn("recordNewEntry","Record {{ displayText }}",{displayText:e.displayText})})})]})})};var fd=t(93442),gd={};gd.styleTagTransform=zs(),gd.setAttributes=ks(),gd.insert=$s().bind(null,"head"),gd.domAPI=bs(),gd.insertStyleElement=xs(),ys()(fd.A,gd);const md=fd.A&&fd.A.locals?fd.A.locals:void 0,hd=({error:e,headerTitle:n})=>(0,fs.jsx)(Ts.Layer,{children:(0,fs.jsxs)(Ts.Tile,{className:md.tile,children:[(0,fs.jsx)(Ss,{title:n}),(0,fs.jsxs)("p",{className:md.errorMessage,children:[qn("error","Error")," ",`${e?.response?.status}: `,e?.response?.statusText]}),(0,fs.jsx)("p",{className:md.errorCopy,children:qn("errorCopy")})]})}),yd=hd;var _d=t(16526),bd={};bd.styleTagTransform=zs(),bd.setAttributes=ks(),bd.insert=$s().bind(null,"head"),bd.domAPI=bs(),bd.insertStyleElement=xs(),ys()(_d.A,bd);const vd=_d.A&&_d.A.locals?_d.A.locals:void 0,$d=oo().forwardRef(((e,n)=>{const{slotName:t,basePath:a,componentContext:i,state:o}=kr(),r=window.location??{pathname:""},s=ho(t??""),{inert:p,...l}=e;return e.isChildOfHeader&&t&&s.length>0?(0,fs.jsxs)(Ts.SideNav,{"aria-label":qn("leftNavigation","Left navigation"),className:vd.leftNav,expanded:!0,isFixedNav:!0,inert:"boolean"==typeof p?p:void 0,ref:n,...l,children:[(0,fs.jsx)(bo,{name:"global-nav-menu-slot"}),t?(0,fs.jsx)(Po,{value:i,fallback:(0,fs.jsx)(bo,{name:t,state:{basePath:a,currentPath:r,...o}}),children:(0,fs.jsx)(ro.Provider,{value:i,children:(0,fs.jsx)(bo,{name:t,state:{basePath:a,currentPath:r,...o}})})}):null]}):null}));var Ad=t(80830),kd={};kd.styleTagTransform=zs(),kd.setAttributes=ks(),kd.insert=$s().bind(null,"head"),kd.domAPI=bs(),kd.insertStyleElement=xs(),ys()(Ad.A,kd);const wd=Ad.A&&Ad.A.locals?Ad.A.locals:void 0,xd=({selectedLocationUuid:e,defaultLocationUuid:n,locationTag:t,locationsPerRequest:a=50,onChange:i})=>{const[o,r]=(0,io.useState)(""),s=(0,io.useId)(),{location:p}=function(e){const n=e?`/ws/fhir2/R4/Location?_id=${e}`:null,{data:t,error:a,isLoading:i}=(0,Zo.A)(n,$n,{shouldRetryOnError:e=>!!e?.response?.status&&e.response.status>=500});return(0,io.useMemo)((()=>({location:t?.data?.entry?t.data.entry[0]:null,error:n?a:null,isLoading:!!n&&i})),[t,i,a,n])}(n),{locations:l,isLoading:c,hasMore:d,loadingNewData:u,error:f,setPage:g}=function(e,n=0,t=""){const a=Qo(t),{data:i,isLoading:o,isValidating:r,setSize:s,error:p}=(0,ur.Ay)((function(t,i){if(i){const e=i.data?.link?.find((e=>"next"===e.relation));if(!e)return null;const n=new URL(e.url);return n.origin===window.location.origin?e.url:new URL(`${n.pathname}${n.search?`?${n.search}`:""}`,window.location.origin).toString()}let o=`${_n}/Location?`,r=new URLSearchParams;return r.append("_summary","data"),n&&r.append("_count",""+n),t&&r.append("_getpagesoffset",""+t*n),e&&r.append("_tag",e),"string"==typeof a&&""!==a&&r.append("name:contains",a),o+r.toString()}),$n);return(0,io.useMemo)((()=>({locations:i?.length?i?.flatMap((e=>e?.data?.entry??[])):[],isLoading:o,totalResults:i?.[0]?.data?.total,hasMore:!!i?.length&&i?.[i.length-1]?.data?.link?.some((e=>"next"===e.relation)),loadingNewData:r,error:p||null,setPage:s})),[o,i,r,s,p])}(t,a,o),m=(0,io.useMemo)((()=>p&&!o&&n?[p,...l.filter((({resource:e})=>e.id!==n))]:l??[]),[p,l,n,o]),h=(0,io.useCallback)((e=>{i(),r(e.trim())}),[i]),y=(0,io.useCallback)((()=>{!u&&d&&g((e=>e+1))}),[u,d,g]),_=(0,qs.useOnVisible)(y),b=d?Math.max(0,Math.floor(m.length-a/2)):-1;return(0,fs.jsxs)(fs.Fragment,{children:[(0,fs.jsx)(Ts.Search,{"aria-describedby":f?`${s}-error`:void 0,labelText:qn("searchForLocation"),id:s,placeholder:qn("searchForLocation"),onChange:e=>h(e.target.value),size:"lg"}),f&&(0,fs.jsx)("div",{className:wd.errorNotification,id:`${s}-error`,children:(0,fs.jsx)(Ts.InlineNotification,{kind:"error",subtitle:qn("errorLoadingLoginLocations","Unable to load login locations. Please try again or contact support if the problem persists."),title:qn("error","Error")})}),(0,fs.jsx)("div",{className:wd.searchResults,children:c?(0,fs.jsx)("div",{className:wd.loadingContainer,children:Array.from({length:5}).map(((e,n)=>(0,fs.jsx)(Ts.RadioButtonSkeleton,{className:wd.radioButtonSkeleton,role:"progressbar"},n)))}):(0,fs.jsxs)(fs.Fragment,{children:[(0,fs.jsx)("div",{className:wd.locationResultsContainer,children:m.length>0?(0,fs.jsx)(Ts.RadioButtonGroup,{name:"loginLocations",onChange:e=>{i(e?.toString())},orientation:"vertical",valueSelected:e,children:m.map(((e,n)=>(0,fs.jsx)(Ts.RadioButton,{className:wd.locationRadioButton,id:e.resource.id,labelText:(0,fs.jsx)("span",{ref:n===b?_:null,children:e.resource.name}),name:e.resource.name,value:e.resource.id},e.resource.id)))}):(0,fs.jsx)("div",{className:wd.emptyState,children:(0,fs.jsx)("p",{className:wd.locationNotFound,children:qn("noResultsToDisplay")})})}),u&&(0,fs.jsx)("div",{className:wd.loadingIcon,children:(0,fs.jsx)(Ts.InlineLoading,{description:qn("loading")})})]})})]})},Cd=E("modalState",{modalContainer:null,modalStack:[]});let zd=0;const Md=window.getComputedStyle(document.body).overflow;function Ed({modalStack:e,modalContainer:n}){n&&(e.length?(n.style.visibility||(addEventListener("keydown",Sd),document.body.style.overflow="hidden",n.style.visibility="unset"),e.forEach(((t,a)=>{switch(t.state){case"NEW":{const e=function({size:e}){const n=document.createElement("div");return n.className=`cds--modal-container cds--modal-container--${e}`,n.setAttribute("role","dialog"),n.setAttribute("tabindex","-1"),n.setAttribute("aria-modal","true"),n}({size:t.props?.size??"md"});t.container=e,async function(e,n,t={}){const a=Oi(n);let i=null;if(e){if(!a)throw Error(`No modal named '${n}' has been registered.`);const{load:o}=a,r=await o(),s=zd++;i=(0,an.mountRootParcel)({...r,name:`${n}-${s}`},{...t,domElement:e})}else A(`Failed to launch modal. Please notify your administrator. Modal name: ${n}`);return i}(e,t.modalName,t.props).then((a=>{t.parcel=a,t.state="MOUNTED",n.prepend(e),e.style.visibility="unset"}));break}case"MOUNTED":t.container&&(t.container.style.visibility=a?"hidden":"unset");break;case"TO_BE_DELETED":t.onClose(),t.parcel?.unmount?.(),t.container?.remove(),setTimeout((()=>{Cd.setState({modalContainer:n,modalStack:e.filter((e=>e!==t))})}),0)}}))):(n.style.removeProperty("visibility"),document.body.style.overflow=Md,removeEventListener("keydown",Sd)))}function Bd(e){const n=Cd.getState(),t=n.modalStack.map((n=>n===e?{...n,state:"TO_BE_DELETED"}:n));Cd.setState({...n,modalStack:t})}function Sd(e){"Escape"===e.key&&function(){const e=Cd.getState(),[n]=e.modalStack;n&&Bd(n)}()}function Dd(e){Cd.subscribe(Ed),Cd.setState({...Cd.getState(),modalContainer:e})}function Nd(e,n={},t=()=>{}){const a=()=>{const e=Cd.getState().modalStack.find((e=>e.onClose===t));e&&Bd(e)};return Oi(e)?function(e){const n=Cd.getState(),t=[e,...n.modalStack];Cd.setState({...n,modalStack:t})}({state:"NEW",onClose:t,modalName:e,props:{close:a,...n}}):A(`Failed to launch modal. Please notify your administrator. Modal name: "${e}"`),a}const Id=({notification:e})=>{const{description:n,action:t,kind:a,critical:i,title:o,onAction:r}=e;return(0,fs.jsx)(Ts.ActionableNotification,{actionButtonLabel:t,kind:a||"info",lowContrast:i,subtitle:n,title:o||"",inline:!0,onActionButtonClick:r})},Td=({subject:e})=>{const[n,t]=(0,io.useState)([]);return(0,io.useEffect)((()=>{const n=e.subscribe((e=>t((n=>[...n.filter((n=>n.description!==e.description||n.action!==e.action||n.kind!==e.kind||n.title!==e.title)),e]))));return()=>n.unsubscribe()}),[e]),(0,fs.jsx)(fs.Fragment,{children:n.map((e=>(0,fs.jsx)(Id,{notification:e},e.id)))})},Wd=({notification:e})=>{const{actionButtonLabel:n,onActionButtonClick:t=()=>{},subtitle:a,kind:i,title:o,critical:r,progressActionLabel:s,id:p,...l}=e,[c,d]=(0,io.useState)(n);return(0,fs.jsx)(Ts.ActionableNotification,{kind:i||"info",actionButtonLabel:c,ariaLabel:qn("closesActionableNotification","Closes actionable notification"),onActionButtonClick:()=>{t(),s&&d(s)},statusIconDescription:qn("actionableNotification","Actionable notification"),subtitle:a,title:o,lowContrast:r,inline:!0,...l})},Fd=({subject:e})=>{const[n,t]=(0,io.useState)([]);return(0,io.useEffect)((()=>{const n=e.subscribe((e=>t((n=>[...n.filter((n=>n.subtitle!==e.subtitle||n.actionButtonLabel!==e.actionButtonLabel||n.onActionButtonClick!==e.onActionButtonClick||n.kind!==e.kind||n.title!==e.title)),e]))));return()=>n.unsubscribe()}),[e]),(0,fs.jsx)(fs.Fragment,{children:n.map((e=>(0,fs.jsx)(Wd,{notification:e},e.id)))})};var jd=t(9685);const Pd=new I.Subject;let Od=0;const Gd=new I.Subject;let Rd=0;function Ld(e){e&&(0,vo.createRoot)(e).render((0,fs.jsx)(Td,{subject:Pd}))}function qd(e){var n;e&&("string"==typeof(n=e.description)?n.trim().length>0:"object"==typeof n&&(n instanceof Error||!(0,jd.A)(n)))?(e.description instanceof Error&&(e.description=e.description.toLocaleString()),setTimeout((()=>{Pd.next({...e,id:Od++})}),0)):console.error("showNotification must be called with an object having a 'description' property that is a non-empty string or object")}function Hd(e){e&&(0,vo.createRoot)(e).render((0,fs.jsx)(Fd,{subject:Gd}))}function Xd(e){var n;e&&("string"==typeof(n=e.actionButtonLabel)?n.trim().length>0:"object"==typeof n&&!(0,jd.A)(n))?setTimeout((()=>{Gd.next({...e,id:Rd++})}),0):console.error("showActionableNotification must be called with an actionButtonLabel that is a non-empty string")}const Vd=["NORMAL","HIGH","CRITICALLY_HIGH","OFF_SCALE_HIGH","LOW","CRITICALLY_LOW","OFF_SCALE_LOW"],Ud=["critically_low","critically_high","high","low","normal","off_scale_low","off_scale_high"];var Kd=t(16178),Jd={};Jd.styleTagTransform=zs(),Jd.setAttributes=ks(),Jd.insert=$s().bind(null,"head"),Jd.domAPI=bs(),Jd.insertStyleElement=xs(),ys()(Kd.A,Jd);const Yd=Kd.A&&Kd.A.locals?Kd.A.locals:void 0,Qd=({value:e,unit:n,label:t,interpretation:a,referenceRange:i,conceptUuid:o,variant:r="card",patientUuid:s})=>{const p=(0,io.useId)(),{referenceRange:l,isLoading:c}=function(e,n){let t=null;e&&(t=n?`${yn}/conceptreferencerange/?patient=${n}&concept=${e}&v=full`:`${yn}/conceptreferencerange/?concept=${e}&v=full`);const{data:a,error:i,isLoading:o}=(0,Zo.A)(t,$n),r=a?.data?.results?.[0];return{referenceRange:r?{hiNormal:r.hiNormal??null,hiAbsolute:r.hiAbsolute??null,hiCritical:r.hiCritical??null,lowNormal:r.lowNormal??null,lowAbsolute:r.lowAbsolute??null,lowCritical:r.lowCritical??null}:void 0,error:i,isLoading:o}}(i?void 0:o,s),d=i??l,u=(0,io.useMemo)((()=>a?function(e){if(e)return"--"===e?"normal":Vd.includes(e)?e.toLowerCase():Ud.includes(e)?e:"normal"}(a):d&&!c?function(e,n){if(!n||null==e||""===e)return"normal";const t="string"==typeof e?Number.parseFloat(e):e;return Number.isNaN(t)?"normal":null!==n.hiAbsolute&&void 0!==n.hiAbsolute&&t>n.hiAbsolute?"off_scale_high":null!==n.hiCritical&&void 0!==n.hiCritical&&t>=n.hiCritical?"critically_high":null!==n.hiNormal&&void 0!==n.hiNormal&&t>n.hiNormal?"high":null!==n.lowAbsolute&&void 0!==n.lowAbsolute&&t<n.lowAbsolute?"off_scale_low":null!==n.lowCritical&&void 0!==n.lowCritical&&t<=n.lowCritical?"critically_low":null!==n.lowNormal&&void 0!==n.lowNormal&&t<n.lowNormal?"low":"normal"}(e,d):"normal"),[a,d,e,c]),f=u??"normal",g="critically_low"===f||"critically_high"===f||"off_scale_low"===f||"off_scale_high"===f,m="normal"!==f,h=t?`omrs-numeric-obs-label-${t.replaceAll(/\s+/g,"-").toLowerCase()}-${p}`:void 0,y=`omrs-numeric-obs-value-${p}`,_=`omrs-numeric-obs-unit-${p}`,b=e||qn("notAvailable","Not available"),v=ms()({[Yd["critically-low"]]:"critically_low"===f||"off_scale_low"===f,[Yd["critically-high"]]:"critically_high"===f||"off_scale_high"===f,[Yd.low]:"low"===f,[Yd.high]:"high"===f,[Yd["off-scale-low"]]:"off_scale_low"===f,[Yd["off-scale-high"]]:"off_scale_high"===f}),$=ms()({[Yd.container]:!0,[Yd.card]:!0,[Yd["critical-value"]]:g,[Yd["abnormal-value"]]:m&&!g}),A=ms()({[Yd.cell]:!0,[v]:!0});return"cell"===r?(0,fs.jsxs)("div",{className:A,children:[b," ",n?` ${n}`:""]}):(0,fs.jsxs)("section",{className:$,"data-testid":"numeric-observation-card",children:[t&&(0,fs.jsxs)("div",{className:Yd["label-container"],children:[(0,fs.jsx)("span",{id:h,className:Yd.label,children:t}),m&&(0,fs.jsx)("span",{className:Yd[f.replace("_","-")],title:qn("abnormalValue","Abnormal value")})]}),(0,fs.jsxs)("div",{className:Yd["value-container"],children:[(0,fs.jsx)("span",{id:y,"aria-labelledby":h&&_?`${h} ${_}`:h||_||void 0,className:Yd.value,children:b}),e&&n&&(0,fs.jsx)("span",{id:_,className:Yd.units,children:n})]})]})};var Zd=t(29278),eu={};eu.styleTagTransform=zs(),eu.setAttributes=ks(),eu.insert=$s().bind(null,"head"),eu.domAPI=bs(),eu.insertStyleElement=xs(),ys()(Zd.A,eu);const nu=Zd.A&&Zd.A.locals?Zd.A.locals:void 0,tu=e=>{if((e=>"children"in e)(e)){const{children:n,className:t,...a}=e;return(0,fs.jsx)("div",{className:ms()(nu.pageHeader,t),...a,children:n})}{const{title:n,illustration:t,className:a,...i}=e;return(0,fs.jsx)("div",{className:ms()(nu.pageHeader,a),...i,children:(0,fs.jsx)(au,{title:n,illustration:t})})}},au=({title:e,illustration:n,className:t})=>{const[a,i]=(0,io.useState)(null);return(0,io.useEffect)((()=>{he("@openmrs/esm-styleguide").then((e=>{i(e)}))}),[]),(0,fs.jsxs)("div",{className:ms()(nu.pageHeaderContent,t),children:[n,(0,fs.jsxs)("div",{className:nu.pageLabels,children:[a?.implementationName&&(0,fs.jsx)("p",{children:qn(a.implementationName)}),(0,fs.jsx)("p",{className:nu.pageName,children:e})]})]})};var iu=t(80640),ou={};ou.styleTagTransform=zs(),ou.setAttributes=ks(),ou.insert=$s().bind(null,"head"),ou.domAPI=bs(),ou.insertStyleElement=xs(),ys()(iu.A,ou);const ru=iu.A&&iu.A.locals?iu.A.locals:void 0,su=({totalItems:e,pageSize:n,onPageNumberChange:t,pageNumber:a,dashboardLinkUrl:i,currentItems:o,dashboardLinkLabel:r})=>{const{pageSizes:s,pageItemsCount:p}=Br(n,e,a,o),l="tablet"===vr(),c=qn("paginationItemsCount","{{pageItemsCount}} / {{totalItems}} items",{totalItems:e,pageItemsCount:p});return(0,fs.jsx)(fs.Fragment,{children:e>0&&(0,fs.jsxs)("div",{className:ms()({[ru.tablet]:l,[ru.desktop]:!l}),children:[(0,fs.jsxs)("div",{children:[c,i&&(0,fs.jsx)(so,{to:i,className:ru.configurableLink,children:r??qn("seeAll","See all")})]}),(0,fs.jsx)(Ts.Pagination,{className:ru.pagination,page:a,pageSize:n,pageSizes:s,totalItems:e,onChange:t,pageRangeText:(e,n)=>qn("paginationOfPages","of {{count}} pages",{count:n}),size:l?"lg":"sm"})]})})};function pu(e){return cu(uu(e,"usual","official"))}function lu(e){return pu(e)}function cu(e){return e?e.text??function(e){const n=e.given??[];return(e.family?n.concat(e.family):n).join(" ")}(e):""}function du(e){return cu(e)}function uu(e,...n){0==n.length&&(n=["usual"]);for(const t of n){const n=e.name?.find((e=>fu(e,t)));if(n)return n}}function fu(e,n){return e.use?e.use===n:"usual"===n}function gu(e,n=jr()){if(null==e)return null;const t=cp(),a=jr(n);let i;if("string"==typeof e){let n=(0,up.CD)(e,t);if(n.invalid)return console.warn(`Could not interpret '${e}' as a date`),null;n.day&&!n.month&&(n=Object.assign({},(0,hp.A)(n,"day"),{month:n.day})),n.month&&(n.month-=1),n.day&&(n=Object.assign({},(0,hp.A)(n,"day"),{date:n.day})),i=jr(a).set(n)}else i=jr(e);const o=a.diff(i,"hours"),r=a.diff(i,"days"),s=a.diff(i,"weeks"),p=a.diff(i,"months"),l=a.diff(i,"years"),c={},d={style:"short",localeMatcher:"lookup"};if(o<2){const e=a.diff(i,"minutes");c.minutes=e,0===e&&(d.minutesDisplay="always")}else if(r<2)c.hours=o;else if(s<4)c.days=r;else if(l<1){const e=a.subtract(s,"weeks").diff(i,"days");c.weeks=s,c.days=e}else if(l<2){const e=a.subtract(p,"months").diff(i,"days");c.months=p,c.days=e}else if(l<18){const e=a.subtract(l,"year").diff(i,"months");c.years=l,c.months=e}else c.years=l;return new dp.DurationFormat(t,d).format(c)}jr.extend(fp);var mu=t(56304),hu={};hu.styleTagTransform=zs(),hu.setAttributes=ks(),hu.insert=$s().bind(null,"head"),hu.domAPI=bs(),hu.insertStyleElement=xs(),ys()(mu.A,hu);const yu=mu.A&&mu.A.locals?mu.A.locals:void 0;function _u({showIdentifierLabel:e,type:n,value:t}){return(0,fs.jsx)("span",{className:yu.primaryIdentifier,children:(0,fs.jsxs)(Ts.Tag,{className:yu.tag,type:"gray",children:[e&&n?.text&&(0,fs.jsxs)("span",{className:yu.label,children:[n.text,": "]}),(0,fs.jsx)("span",{className:yu.value,children:t})]})})}function bu({showIdentifierLabel:e,type:n,value:t}){return(0,fs.jsxs)(Ts.FormLabel,{className:yu.secondaryIdentifier,id:`patient-banner-identifier-${t}`,children:[e&&(0,fs.jsxs)("span",{className:yu.label,children:[n?.text,": "]}),(0,fs.jsx)("span",{className:yu.value,children:t})]})}function vu({identifiers:e,showIdentifierLabel:n}){const{excludePatientIdentifierCodeTypes:t}=Ko(),{primaryIdentifierCode:a}=Nr(),i=e?.filter((e=>{const n=e.type?.coding?.[0]?.code;return n&&!t?.uuids.includes(n)}))??[];return(0,fs.jsx)(fs.Fragment,{children:i?.length?i.map((({value:e,type:t},o)=>(0,fs.jsxs)(oo().Fragment,{children:[(0,fs.jsx)("span",{className:yu.identifier,children:t?.coding?.[0]?.code===a?(0,fs.jsx)(_u,{showIdentifierLabel:n,type:t,value:e}):(0,fs.jsx)(bu,{showIdentifierLabel:n,type:t,value:e})}),o<i.length-1&&(0,fs.jsx)("span",{className:yu.separator,children:"·"})]},e))):""})}const $u=vu,Au={Female:Al,Male:kl,Other:wl,Unknown:xl},ku=({gender:e})=>{const n=Au[e];return n?(0,fs.jsx)(n,{fill:"#525252"}):null},wu={male:"Male",female:"Female",other:"Other",unknown:"Unknown"},xu=e=>{const n=e.toLowerCase(),t=wu[n]??"Unknown";return{displayText:qn(n,e),iconKey:t}};function Cu({patient:e,renderedFrom:n}){const t=pu(e),a=e?.gender&&xu(e.gender),i=(0,io.useMemo)((()=>({patientUuid:e.id,patient:e,renderedFrom:n})),[e.id,e,n]);return(0,fs.jsxs)("div",{className:yu.patientInfo,children:[(0,fs.jsx)("div",{className:ms()(yu.row,yu.patientNameRow),children:(0,fs.jsxs)("div",{className:yu.flexRow,children:[(0,fs.jsx)("span",{className:yu.patientName,children:t}),a&&(0,fs.jsxs)("div",{className:yu.gender,children:[(0,fs.jsx)(ku,{gender:a.iconKey}),(0,fs.jsx)("span",{children:a.displayText})]}),(0,fs.jsx)(bo,{className:yu.tagsSlot,name:"patient-banner-tags-slot",state:i})]})}),(0,fs.jsxs)("div",{className:yu.demographics,children:[e.birthDate&&(0,fs.jsxs)(fs.Fragment,{children:[(0,fs.jsx)("span",{children:gu(e.birthDate)}),(0,fs.jsx)("span",{className:yu.separator,children:"·"}),(0,fs.jsx)("span",{children:Ep(e.birthDate,{time:!1})}),(0,fs.jsx)("span",{className:yu.separator,children:"·"})]}),(0,fs.jsx)($u,{identifiers:e.identifier,showIdentifierLabel:!0}),(0,fs.jsx)(bo,{className:yu.extensionSlot,name:"patient-banner-bottom-slot",state:i})]})]})}var zu=t(57683),Mu=t(8452),Eu={};Eu.styleTagTransform=zs(),Eu.setAttributes=ks(),Eu.insert=$s().bind(null,"head"),Eu.domAPI=bs(),Eu.insertStyleElement=xs(),ys()(Mu.A,Eu);const Bu=Mu.A&&Mu.A.locals?Mu.A.locals:void 0;function Su({patient:e,patientUuid:n,actionsSlotName:t,additionalActionsSlotState:a}){const[i,o]=(0,io.useState)(!1),{extensions:r}=yo(t),s="tablet"===vr(),p=xr((()=>o(!1)),i),l=(0,io.useRef)(null),c=(0,io.useRef)(null),d=(0,io.useId)(),u=`patient-actions-menu-trigger-${d}`,f=`patient-actions-menu-${d}`,g=(0,io.useCallback)((()=>o((e=>!e))),[]),m=(0,io.useCallback)((()=>{o(!1),l.current?.focus()}),[]),h=(0,io.useCallback)((e=>{if("Escape"===e.key&&i)return e.stopPropagation(),void m();if(("ArrowDown"===e.key||"ArrowUp"===e.key)&&i){e.preventDefault();const n=c.current?.querySelectorAll('[role="menuitem"]:not([disabled])');if(!n?.length)return;const t=document.activeElement?.closest?.('[role="menuitem"]')??document.activeElement,a=Array.from(n).indexOf(t);if(-1===a)return void n["ArrowDown"===e.key?0:n.length-1]?.focus();const i=a+("ArrowDown"===e.key?1:-1),o=i<0?n.length-1:i>=n.length?0:i;n[o]?.focus()}}),[m,i]);(0,io.useEffect)((()=>{if(i&&c.current){const e=c.current.querySelector('[role="menuitem"]:not([disabled])');e?.focus()}}),[i]);const y=(0,io.useMemo)((()=>({patientUuid:n,patient:e,closeMenu:m,...a})),[n,e,m,a]);return 0===r.length?null:(0,fs.jsx)("div",{className:Bu.overflowMenuContainer,children:(0,fs.jsxs)("div",{"data-overflow-menu":!0,className:ms()("cds--overflow-menu",js.container),ref:p,children:[(0,fs.jsxs)("button",{className:ms()("cds--btn","cds--btn--ghost","cds--overflow-menu__trigger",{"cds--overflow-menu--open":i},js.overflowMenuButton),"aria-controls":f,"aria-expanded":i,"aria-haspopup":"true",id:u,onClick:g,onKeyDown:h,ref:l,children:[(0,fs.jsx)("span",{className:Bu.actionsButtonText,children:qn("actions","Actions")})," ",(0,fs.jsx)(zu.CH,{size:16,style:{marginLeft:"0.5rem",fill:"#78A9FF"}})]}),(0,fs.jsxs)("div",{className:ms()("cds--overflow-menu-options","cds--overflow-menu--flip",js.menu,{[js.show]:i}),"aria-labelledby":u,"data-floating-menu-direction":"bottom",id:f,onKeyDown:h,ref:c,role:"menu",tabIndex:-1,children:[(0,fs.jsx)("ul",{className:ms()("cds--overflow-menu-options__content",{"cds--overflow-menu-options--lg":s}),children:(0,fs.jsx)(bo,{name:t,state:y},t)}),(0,fs.jsx)("span",{})]})]})})}var Du=t(19638),Nu=t(10397),Iu=t.n(Nu);function Tu(e){const{patientPhotoConceptUuid:n}=Ko({externalModuleName:"@openmrs/esm-styleguide"}),t=n?`${yn}/obs?patient=${e}&concept=${n}&v=full`:null,{data:a,error:i,isLoading:o}=(0,ko.Ay)(e?t:null,$n),r=a?.data?.results[0];return{data:r?{dateTime:r?.obsDatetime,imageSrc:r?.value?.links?.uri}:null,error:i,isLoading:o}}const Wu=({width:e=56,height:n=56,"aria-label":t})=>{const{t:a}=(0,Ao.useTranslation)();return(0,fs.jsxs)("svg",{"aria-label":t??a("patientPhotoPlaceholder","Patient photo placeholder"),width:e,height:n,fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,fs.jsx)("path",{fill:"#ffffff",d:"M0 0h56v56H0z"}),(0,fs.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"m36.75 20.134-.884-.884L19.25 35.866l.884.884 1.25-1.25H34.25a1.252 1.252 0 0 0 1.25-1.25V21.384l1.25-1.25Zm-2.5 14.116H22.634l4.87-4.87 1.487 1.486a1.25 1.25 0 0 0 1.768 0l.991-.991 2.5 2.498v1.877Zm0-3.645-1.616-1.616a1.25 1.25 0 0 0-1.768 0l-.991.991-1.486-1.486 5.861-5.86v7.971Zm-12.5 1.145v-1.875l3.125-3.123.858.859.885-.885-.86-.86a1.25 1.25 0 0 0-1.767 0l-2.241 2.242V21.75h10V20.5h-10c-.69 0-1.25.56-1.25 1.25v10h1.25Z",fill:"#8D8D8D"})]})};var Fu=t(10766),ju={};ju.styleTagTransform=zs(),ju.setAttributes=ks(),ju.insert=$s().bind(null,"head"),ju.domAPI=bs(),ju.insertStyleElement=xs(),ys()(Fu.A,ju);const Pu=Fu.A&&Fu.A.locals?Fu.A.locals:void 0;function Ou({patientUuid:e,patientName:n,alt:t}){const{data:a,isLoading:i}=Tu(e),[o,r]=(0,io.useState)(null),[s,p]=(0,io.useState)(!1),l=(0,io.useMemo)((()=>Iu().generate(e)),[e]);(0,io.useEffect)((()=>{if(a?.imageSrc){p(!0);let e=!1;const n=new Image;return n.onload=()=>{e||(r(a.imageSrc),p(!1))},n.onerror=()=>{e||(r(null),p(!1))},n.src=a.imageSrc,()=>{e=!0}}r(null),p(!1)}),[a?.imageSrc]);const c=(0,io.useMemo)((()=>t||(o?qn("patientPhotoAlt","Profile photo of {{patientName}}",{patientName:n}):qn("patientAvatarAlt","Avatar for {{patientName}}",{patientName:n}))),[t,o,n]);return i||s?(0,fs.jsx)(Ts.SkeletonIcon,{className:Pu.skeleton,"data-testid":"skeleton-icon"}):a?.imageSrc&&!o?(0,fs.jsx)(Wu,{"aria-label":qn("patientPhotoPlaceholder","Photo placeholder for {{patientName}}",{patientName:n})}):(0,fs.jsx)("div",{"aria-label":c,children:(0,fs.jsx)(Du.Ay,{alt:c,color:"rgba(0,0,0,0)",maxInitials:3,name:n,size:"56",src:o??void 0,style:o?void 0:{backgroundImage:l.toDataUrl(),backgroundRepeat:"round"},textSizeRatio:2})})}var Gu=t(35118),Ru={};Ru.styleTagTransform=zs(),Ru.setAttributes=ks(),Ru.insert=$s().bind(null,"head"),Ru.domAPI=bs(),Ru.insertStyleElement=xs(),ys()(Gu.A,Ru);const Lu=Gu.A&&Gu.A.locals?Gu.A.locals:void 0,qu=["omrs-pict-appointments","omrs-pict-assessment-1","omrs-pict-assessment-2","omrs-pict-blood-bank","omrs-pict-cardiology","omrs-pict-ct-scan","omrs-pict-dentistry","omrs-pict-emergency-department","omrs-pict-facility","omrs-pict-geriatrics","omrs-pict-gynaecology","omrs-pict-in-patient","omrs-pict-laboratory","omrs-pict-labs-2","omrs-pict-obstetrics","omrs-pict-patient-search","omrs-pict-patients","omrs-pict-payments-desk","omrs-pict-pharmacy","omrs-pict-pharmacy-2","omrs-pict-registration","omrs-pict-service-queues","omrs-pict-stock-management","omrs-pict-transfer","omrs-pict-triage","omrs-pict-x-ray"],Hu=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-appointments",pictogramProps:e})}))),Xu=Hu,Vu=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-assessment-1",pictogramProps:e})}))),Uu=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-assessment-2",pictogramProps:e})}))),Ku=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-blood-bank",pictogramProps:e})}))),Ju=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-cardiology",pictogramProps:e})}))),Yu=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-ct-scan",pictogramProps:e})}))),Qu=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-dentistry",pictogramProps:e})}))),Zu=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-emergency-department",pictogramProps:e})}))),ef=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-facility",pictogramProps:e})}))),nf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-geriatrics",pictogramProps:e})}))),tf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-gynaecology",pictogramProps:e})}))),af=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-in-patient",pictogramProps:e})}))),of=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-laboratory",pictogramProps:e})}))),rf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-labs-2",pictogramProps:e})}))),sf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-obstetrics",pictogramProps:e})}))),pf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-patient-search",pictogramProps:e})}))),lf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-patients",pictogramProps:e})}))),cf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-payments-desk",pictogramProps:e})}))),df=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-pharmacy",pictogramProps:e})}))),uf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-pharmacy-2",pictogramProps:e})}))),ff=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-registration",pictogramProps:e})}))),gf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-service-queues",pictogramProps:e})}))),mf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-stock-management",pictogramProps:e})}))),hf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-transfer",pictogramProps:e})}))),yf=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-triage",pictogramProps:e})}))),_f=(0,io.memo)((0,io.forwardRef)((function(e,n){return(0,fs.jsx)(Af,{ref:n,pictogram:"omrs-pict-x-ray",pictogramProps:e})}))),bf=ef,vf=lf,$f=(0,io.memo)((0,io.forwardRef)((function({pictogram:e,fallback:n,...t},a){const i=(0,io.useRef)(document.getElementById(e));return(0,io.useEffect)((()=>{const n=document.getElementById("omrs-svgs-container"),t=new MutationObserver((n=>{for(const t of n)"childList"===t.type&&(i.current=document.getElementById(e))}));return n&&t.observe(n,{childList:!0}),()=>t.disconnect()}),[e]),(0,fs.jsx)(Po,{value:i.current,fallback:n,children:(0,fs.jsx)(Af,{ref:a,pictogram:e,pictogramProps:t})})}))),Af=(0,io.memo)((0,io.forwardRef)((function({pictogram:e,pictogramProps:n},t){let{className:a,size:i}=Object.assign({},{size:92},n);return(i<=26||i>144)&&(console.error(`Invalid size '${i}' specified for ${e}. Defaulting to 92.`),i=92),(0,fs.jsx)("svg",{ref:t,className:ms()(Lu.pictogram,a),height:i,width:i,children:(0,fs.jsx)("use",{href:`#${e}`})})}))),kf=({children:e})=>"tablet"===vr()?(0,fs.jsx)(Ts.Layer,{children:e}):(0,fs.jsx)(fs.Fragment,{children:e});var wf=t(98999),xf={};xf.styleTagTransform=zs(),xf.setAttributes=ks(),xf.insert=$s().bind(null,"head"),xf.domAPI=bs(),xf.insertStyleElement=xs(),ys()(wf.A,xf);const Cf=wf.A&&wf.A.locals?wf.A.locals:void 0,zf=({snackbar:e,closeSnackbar:n})=>{const{actionButtonLabel:t="",kind:a="success",onActionButtonClick:i=()=>{},isLowContrast:o="error"!==a,progressActionLabel:r,subtitle:s="",timeoutInMs:p=5e3,autoClose:l="error"!==a,title:c,id:d,...u}=e,[f,g]=(0,io.useState)(t),[m,h]=(0,io.useState)(!0),[y,_]=(0,io.useState)(!1),b=(0,io.useCallback)((()=>{setTimeout(n,250)}),[n]),v=(0,io.useCallback)((()=>{_(!0),b()}),[b]);return(0,io.useEffect)((()=>{if(l){const e=setTimeout(v,p);return()=>clearTimeout(e)}}),[p,l,v]),(0,io.useEffect)((()=>{h(!1),window.setTimeout((()=>{h(!0)}),0)}),[]),(0,fs.jsx)(Ts.ActionableNotification,{actionButtonLabel:f,"aria-label":qn("closeSnackbar","Close snackbar"),className:ms()(Cf.slideIn,{[Cf.animated]:m,[Cf.slideOut]:y}),kind:a,lowContrast:o,onActionButtonClick:()=>{i(),v(),r&&g(r)},onClose:b,statusIconDescription:qn("snackbarNotification","Snackbar notification"),subtitle:s,title:c,...u})},Mf=({subject:e})=>{const[n,t]=(0,io.useState)([]),a=(0,io.useCallback)((e=>{t((n=>n.filter((n=>n!==e))))}),[]);return(0,io.useEffect)((()=>{const n=e.subscribe((e=>t((n=>[...n.filter((n=>n.subtitle!==e.subtitle||n.actionButtonLabel!==e.actionButtonLabel||n.onActionButtonClick!==e.onActionButtonClick||n.kind!==e.kind||n.title!==e.title)),e]))));return()=>n.unsubscribe()}),[e]),(0,fs.jsx)(fs.Fragment,{children:n.map((e=>(0,fs.jsx)(zf,{snackbar:e,closeSnackbar:()=>a(e)},e.id)))})},Ef=new I.Subject;let Bf=0;function Sf(e){e&&(0,vo.createRoot)(e).render((0,fs.jsx)(Mf,{subject:Ef}))}function Df(e){var n;e&&"string"==typeof(n=e.title)&&n.trim().length>0?setTimeout((()=>{Ef.next({...e,id:Bf++})}),0):console.error("showSnackbar must be called with an object having a 'title' property that is a non-empty string")}const Nf=({toast:e,closeToast:n})=>{const{description:t,kind:a,critical:i,title:o,actionButtonLabel:r,onActionButtonClick:s=()=>{}}=e,p=(0,io.useCallback)((()=>{s(),n()}),[n,s]);return(0,fs.jsx)("div",{children:(0,fs.jsx)(Ts.ActionableNotification,{actionButtonLabel:r,kind:a||"info",lowContrast:i,subtitle:t,title:o||"",onActionButtonClick:p,onClose:n})})},If=({subject:e})=>{const[n,t]=(0,io.useState)([]),a=(0,io.useCallback)((e=>{t((n=>n.filter((n=>n!==e))))}),[]);return(0,io.useEffect)((()=>{const n=e.subscribe((e=>t((n=>[...n.filter((n=>n.description!==e.description||n.kind!==e.kind||n.title!==e.title||n.actionButtonLabel!==e.actionButtonLabel||n.onActionButtonClick!==e.onActionButtonClick)),e]))));return()=>n.unsubscribe()}),[e]),(0,fs.jsx)(fs.Fragment,{children:n.map((e=>(0,fs.jsx)(Nf,{toast:e,closeToast:()=>a(e)},e.id)))})},Tf=new I.Subject;let Wf=0;function Ff(e){e&&(0,vo.createRoot)(e).render((0,fs.jsx)(If,{subject:Tf}))}function jf(e){var n;e&&("string"==typeof(n=e.description)?n.trim().length>0:"object"==typeof n&&!(0,jd.A)(n))?setTimeout((()=>{Tf.next({...e,id:Wf++})}),0):console.error("showToast must be called with an object having a 'description' property that is a non-empty string or object")}function Pf(e,n=!1){if(n)return!0;const t=Vf(e);return!t||!t()}function Of(e,n){const t=eg(),a=t.getState()?.workspaceGroup,i=a?.name;i&&e===i&&ag((()=>{const i=pg(e);i&&(i.setState({},!0),i.subscribe((()=>{}))()),"function"==typeof a?.cleanup&&a.cleanup(),t.setState((e=>({...e,workspaceGroup:void 0}))),"function"==typeof n&&n()}),i?e=>e.currentWorkspaceGroup===i:()=>!0)}function Gf(e,n){const t=Vi(e),{state:a,onWorkspaceGroupLaunch:i,workspaceGroupCleanup:o,workspaceToLaunch:r}=n,s=eg();if(s.getState().openWorkspaces.length){const t=s.getState().workspaceGroup;t?Of(t?.name,(()=>{Gf(e,n)})):ag((()=>{Gf(e,n)}))}else s.setState((n=>({...n,workspaceGroup:{name:e,members:t.members,cleanup:o}}))),pg(e,a),i?.(),r&&Lf(r.name,r.additionalProps??{})}function Rf(e,n){const{name:t,additionalProps:a}=n,i=(Xi(t),()=>{Jf(e.name,{ignoreChanges:!0,onWorkspaceClose:()=>Lf(t,a),closeWorkspaceGroup:!1})});Pf(e.name)?i():og("closing-workspace-launching-new-workspace",i,e.title??e.name)}function Lf(e,n){const t=eg(),a=Xi(e),i=t.getState().workspaceGroup;if(i&&!i.members?.includes(e))return void Of(i.name,(()=>{Lf(e,n)}));const o=t.getState().workspaceGroup?.name,r={...a,title:rg(a,n),closeWorkspace:(n={})=>Jf(e,n),closeWorkspaceWithSavedChanges:n=>Jf(e,{ignoreChanges:!0,...n}),promptBeforeClosing:n=>Xf(e,n),setTitle:(n,a)=>{r.title=n,r.titleNode=a,t.setState((n=>{const t=n.openWorkspaces.map((n=>n.name===e?r:n));return{...n,openWorkspaces:t}}))},currentWorkspaceGroup:o,additionalProps:n??{}};function s(e,n){t.setState((t=>{const a=[e,...n??t.openWorkspaces];let i=tg(e);return{...t,openWorkspaces:a,workspaceWindowState:i}}))}o&&pg(o,n);const p=t.getState().openWorkspaces,l=p.findIndex((n=>n.name===e)),c=l>=0,d=p.find((e=>e.type==r.type));if(0===p.length)s(r);else if(p[0].canHide||0===l)if(c){const n=p[l];n.title===rg(n,n.additionalProps)&&(n.title=rg(r,r.additionalProps)),n.additionalProps=r.additionalProps;const t=p.filter((n=>n.name!=e));s(p[l],t)}else d?(s(d,t.getState().openWorkspaces.filter((e=>e.type!=r.type))),Rf(d,{name:e,additionalProps:n})):s(r);else Rf(p[0],{name:e,additionalProps:n})}function qf({targetUrl:e,contextKey:n,workspaceName:t,additionalProps:a}){Yf(n),Lf(t,a),sn({to:e})}const Hf={};function Xf(e,n){Hf[e]=n}function Vf(e){return Hf[e]}function Uf(){const e=eg(),n=e.getState();e.setState({...n,prompt:null})}const Kf={ignoreChanges:!1,onWorkspaceClose:()=>{},closeWorkspaceGroup:!0};function Jf(e,n={}){n={...Kf,...n};const t=eg(),a=()=>{const a=t.getState(),i=(a.openWorkspaces.find((n=>n.name===e)),a.openWorkspaces.filter((n=>n.name!=e))),o=t.getState().workspaceGroup?.name;o&&n.closeWorkspaceGroup&&Of(o),Xf(e,(()=>!1)),t.setState((e=>({...e,prompt:null,openWorkspaces:i,workspaceWindowState:tg(i?.[0])}))),n?.onWorkspaceClose?.()};return Pf(e,n?.ignoreChanges)?(a(),!0):(og("closing-workspace",a,Xi(e).title??e),!1)}function Yf(e){const n=eg();n.getState().context!=e&&n.setState({context:e,openWorkspaces:[],prompt:null})}const Qf={context:"",openWorkspaces:[],prompt:null,workspaceWindowState:"normal",workspaceGroup:void 0},Zf=E("workspace",Qf);function eg(){return Zf}function ng(e){const n=eg(),t=n.getState();n.setState({...t,workspaceWindowState:e})}function tg(e){return e?.preferredWindowSize??"normal"}function ag(e=()=>{},n=()=>!0){const t=()=>{sg(),e?.()};eg().getState().openWorkspaces.filter(n).every((({name:e})=>Pf(e)))?t():og("closing-all-workspaces",t)}function ig(){const{workspaceWindowState:e,openWorkspaces:n,prompt:t,workspaceGroup:a}=uo(Zf);return(0,io.useMemo)((()=>({active:n.length>0,prompt:t,workspaceWindowState:e,workspaces:n,workspaceGroup:a})),[n,e,t,a])}function og(e,n=()=>{},t=""){const a=eg();let i;switch(e){case"closing-workspace":i={title:qn("unsavedChangesTitleText","Unsaved changes"),body:qn("unsavedChangesInOpenedWorkspace","You may have unsaved changes in the opened workspace. Do you want to discard these changes?"),onConfirm:()=>{n?.()},confirmText:qn("discard","Discard")};break;case"closing-all-workspaces":{const e=a.getState().openWorkspaces.filter((({name:e})=>!Pf(e))).map((({title:e},n)=>`${n+1}. ${e}`));i={title:qn("closingAllWorkspacesPromptTitle","You have unsaved changes"),body:qn("closingAllWorkspacesPromptBody","There may be unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}",{workspaceNames:e.join(",")}),onConfirm:()=>{n?.()},confirmText:qn("closeAllOpenedWorkspaces","Discard changes in {{count}} workspaces",{count:e.length})};break}case"closing-workspace-launching-new-workspace":i={title:qn("unsavedChangesTitleText","Unsaved changes"),body:qn("unsavedChangesInWorkspace",'There may be unsaved changes in "{{workspaceName}}". Please save them before opening another workspace.',{workspaceName:t}),onConfirm:()=>{a.setState((e=>({...e,prompt:null}))),n?.()},confirmText:qn("openAnyway","Open anyway")};break;default:return console.error(`Workspace system trying to open unknown prompt type "${e}" in function "showWorkspacePrompts"`),void n?.()}a.setState((e=>({...e,prompt:i})))}function rg(e,n){return n?.workspaceTitle??e.title}function sg(){eg().setState(Qf)}function pg(e,n={}){if(!e||"default"===e)return;const t=S(e,{});return n&&t.setState((e=>({...e,...n}))),t}var lg=t(60739),cg={};cg.styleTagTransform=zs(),cg.setAttributes=ks(),cg.insert=$s().bind(null,"head"),cg.domAPI=bs(),cg.insertStyleElement=xs(),ys()(lg.A,cg);const dg=lg.A&&lg.A.locals?lg.A.locals:void 0;function ug({getIcon:e,formOpenInTheBackground:n,tagContent:t}){return(0,fs.jsxs)(fs.Fragment,{children:[e({size:16}),n?(0,fs.jsx)("span",{className:dg.interruptedTag,children:"!"}):(0,fs.jsx)("span",{className:dg.countTag,children:t})]})}const fg=({getIcon:e,label:n,iconDescription:t,handler:a,type:i,tagContent:o})=>{const r=vr(),{workspaces:s,workspaceWindowState:p}=ig(),l=s?.findIndex((({type:e})=>e===i))??-1,c="hidden"!==p&&0===l,d=l>0||0===l&&"hidden"===p;return"tablet"===r||"phone"===r?(0,fs.jsxs)(Ts.Button,{className:ms()(dg.container,{[dg.active]:c}),iconDescription:t,kind:"ghost",onClick:a,role:"button",tabIndex:0,size:"md",children:[(0,fs.jsx)("span",{className:dg.elementContainer,children:(0,fs.jsx)(ug,{formOpenInTheBackground:d,getIcon:e,tagContent:o})}),(0,fs.jsx)("span",{children:n})]}):(0,fs.jsx)(Ts.IconButton,{align:"left","aria-label":t,className:ms()(dg.container,{[dg.active]:c}),enterDelayMs:300,kind:"ghost",label:n,onClick:a,size:"md",children:(0,fs.jsx)("div",{className:dg.elementContainer,children:(0,fs.jsx)(ug,{formOpenInTheBackground:d,getIcon:e,tagContent:o})})})};var gg=t(73173),mg=t(30185),hg=t(34564),yg=t(3155),_g={};_g.styleTagTransform=zs(),_g.setAttributes=ks(),_g.insert=$s().bind(null,"head"),_g.domAPI=bs(),_g.insertStyleElement=xs(),ys()(yg.A,_g);const bg=yg.A&&yg.A.locals?yg.A.locals:void 0;function vg({contextKey:e}){const{prompt:n}=ig();return(0,io.useEffect)((()=>{new RegExp(`/${(0,hg.A)(e)}(/|$)`).test(window.location.pathname)||console.warn(`WorkspaceContainer has provided an invalid context key: "${e}". The context key must be part of the URL path, with no initial or trailing slash.`)}),[]),(0,io.useEffect)((()=>(Yf(e),()=>{Yf(null)})),[e]),(0,io.useEffect)((()=>{const n=n=>{const{detail:{cancelNavigation:t,newUrl:a}}=n,i=new RegExp(`/${(0,hg.A)(e)}(/|$)`),o=new URL(a),r=i.test(o.pathname),s=eg().getState().openWorkspaces.every((({name:e})=>Pf(e)));r||(s?sg():(t?.(),ag((()=>{sn({to:a})}))))};return window.addEventListener("single-spa:before-routing-event",n),()=>{window.removeEventListener("single-spa:before-routing-event",n)}}),[]),null!=n?(0,fs.jsxs)(Ts.ComposedModal,{open:!0,onClose:Uf,children:[(0,fs.jsx)(Ts.ModalHeader,{title:n.title}),(0,fs.jsx)(Ts.ModalBody,{children:(0,fs.jsx)("p",{className:bg.messageBody,children:n.body})}),(0,fs.jsxs)(Ts.ModalFooter,{children:[(0,fs.jsx)(Ts.Button,{kind:"secondary",onClick:Uf,children:n.cancelText??qn("cancel")}),(0,fs.jsx)(Ts.Button,{kind:"danger",onClick:n.onConfirm,children:n.confirmText??qn("confirm")})]})]}):null}var $g=t(41820),Ag=t(89805),kg={};kg.styleTagTransform=zs(),kg.setAttributes=ks(),kg.insert=$s().bind(null,"head"),kg.domAPI=bs(),kg.insertStyleElement=xs(),ys()(Ag.A,kg);const wg=Ag.A&&Ag.A.locals?Ag.A.locals:void 0;function xg({workspace:e,additionalPropsFromPage:n}){const[t,a]=(0,io.useState)(),i=function(e){const[n,t]=(0,io.useState)({}),[a,i]=(0,io.useState)(e);return(0,io.useEffect)((()=>{a!==e&&i(e)}),[e]),(0,io.useEffect)((()=>{const e=pg(a);let n;return e&&(t(e.getState()),n=e.subscribe(t)),()=>{e&&n?.()}}),[a]),n}(e.currentWorkspaceGroup);(0,io.useEffect)((()=>{let n=!0;return e.load().then((e=>{n&&a(e)})),()=>{n=!1}}),[e]);const o=(0,io.useMemo)((()=>e&&{closeWorkspace:e.closeWorkspace,closeWorkspaceWithSavedChanges:e.closeWorkspaceWithSavedChanges,promptBeforeClosing:e.promptBeforeClosing,setTitle:e.setTitle,...n,...i,...e.additionalProps}),[e,n,i]);return t?(0,fs.jsx)($g.A,{config:t,mountParcel:an.mountRootParcel,...o},e.name):(0,fs.jsx)(Ts.InlineLoading,{className:wg.loader,description:`${qn("loading","Loading")} ...`})}var Cg=t(69896),zg={};zg.styleTagTransform=zs(),zg.setAttributes=ks(),zg.insert=$s().bind(null,"head"),zg.domAPI=bs(),zg.insertStyleElement=xs(),ys()(Cg.A,zg);const Mg=Cg.A&&Cg.A.locals?Cg.A.locals:void 0;function Eg({isWithinWorkspace:e,name:n,actionMenuProps:t={}}){const[a,i]=(0,io.useState)(!1),o=(0,io.useRef)(window.innerHeight),{featureName:r}=(0,io.useContext)(ro),s=vr();(0,io.useEffect)((()=>{const e=()=>{i(!$r(s)&&o.current>window.innerHeight),o.current!=window.innerHeight&&(o.current=window.innerHeight)};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)}),[o]);const p=`action-menu-${n&&"default"!=n?n:r}-items-slot`;return(0,fs.jsx)("aside",{className:ms()(Mg.sideRail,{[Mg.withinWorkspace]:e,[Mg.sideRailHidden]:a,[Mg.sideRailVisible]:!a}),children:(0,fs.jsx)("div",{className:Mg.container,children:(0,fs.jsx)(bo,{className:Mg.chartExtensions,name:p,state:t})})})}const Bg=Eg;function Sg({contextKey:e,overlay:n,showSiderailAndBottomNav:t,additionalWorkspaceProps:a,actionMenuProps:i}){const o=vr(),{workspaces:r,workspaceWindowState:s,workspaceGroup:p}=ig(),l=p?.name,c=r[0],d="hidden"===s||null==c,u="maximized"===s,f=c?.width??(n?"wider":"narrow"),g=(0,io.useMemo)((()=>t||l&&!d),[l,d,t]);return Ho(!d&&!$r(o)),(0,fs.jsxs)(fs.Fragment,{children:[(0,fs.jsxs)("div",{className:t?wg.workspaceContainerWithActionMenu:wg.workspaceContainerWithoutActionMenu,children:[(0,fs.jsx)("aside",{className:ms()(n?wg.workspaceOverlayOuterContainer:wg.workspaceWindowSpacer,{[wg.hiddenRelative]:d,[wg.narrowWorkspace]:"narrow"===f,[wg.widerWorkspace]:"wider"===f,[wg.extraWideWorkspace]:"extra-wide"===f}),children:(0,fs.jsx)("div",{className:ms()(wg.workspaceFixedContainer,{[wg.maximizedWindow]:u,[wg.hiddenFixed]:d}),children:r.map(((e,n)=>(0,fs.jsx)("div",{className:ms()(wg.workspaceInnerContainer,{[wg.hiddenExtraWorkspace]:0!==n}),children:(0,fs.jsx)(io.Suspense,{fallback:null,children:(0,fs.jsx)(Ao.I18nextProvider,{i18n:window.i18next,defaultNS:e.moduleName,children:(0,fs.jsx)(Dg,{workspaceInstance:e,additionalWorkspaceProps:a})})})},`workspace-container-${e?e.name:`empty-${n}`}`)))})}),(0,fs.jsx)(vg,{contextKey:e})]}),g&&(0,fs.jsx)(Bg,{name:l,isWithinWorkspace:!t,actionMenuProps:i})]})}function Dg({workspaceInstance:e,additionalWorkspaceProps:n}){const{t}=(0,Ao.useTranslation)(),a=vr(),{workspaceWindowState:i,workspaceGroup:o}=ig(),r=o?.name,s="maximized"===i;(0,io.useEffect)((()=>{const n=t(e.title);n!==e.title&&e.setTitle(n)}),[e.title,t,e.setTitle]);const{featureName:p}=(0,io.useContext)(ro),l=(0,io.useCallback)((()=>{ng(s?"normal":"maximized")}),[s]),{canHide:c=!1,canMaximize:d=!1,currentWorkspaceGroup:u="",closeWorkspace:f}=(0,io.useMemo)((()=>e??{}),[e]),g=(0,io.useMemo)((()=>({...n,...e?.additionalProps})),[n,e]);return e&&(0,fs.jsxs)(fs.Fragment,{children:[(0,fs.jsxs)(Ts.Header,{"aria-label":qn("workspaceHeader","Workspace Header"),className:wg.header,children:[!$r(a)&&!c&&(0,fs.jsx)(Ts.HeaderMenuButton,{"aria-label":qn("close","Close"),renderMenuIcon:(0,fs.jsx)(Up,{}),onClick:()=>f()}),(0,fs.jsx)(Ts.HeaderName,{prefix:"",children:e.titleNode??t(e.title)}),(0,fs.jsx)("div",{className:wg.overlayHeaderSpacer}),(0,fs.jsxs)(Ts.HeaderGlobalBar,{className:wg.headerButtons,children:[(0,fs.jsx)(bo,{name:`workspace-header-group-${e.currentWorkspaceGroup}-slot`,state:g}),(0,fs.jsx)(bo,{name:`workspace-header-type-${e.type}-slot`,state:g}),(0,fs.jsx)(bo,{name:`workspace-header-${p}-slot`,state:g}),$r(a)&&(0,fs.jsxs)(fs.Fragment,{children:[(d||s)&&(0,fs.jsx)(Ts.HeaderGlobalAction,{"aria-label":s?qn("minimize","Minimize"):qn("maximize","Maximize"),onClick:l,children:s?(0,fs.jsx)(gg.Xj,{}):(0,fs.jsx)(gg.hz,{})}),c&&!r?(0,fs.jsx)(Ts.HeaderGlobalAction,{"aria-label":qn("hide","Hide"),onClick:()=>ng("hidden"),children:(0,fs.jsx)(Kp,{})}):(0,fs.jsx)(Ts.HeaderGlobalAction,{"aria-label":qn("close","Close"),onClick:()=>f?.(),children:(0,fs.jsx)(ul,{})})]}),"tablet"===a&&c&&(0,fs.jsx)(Ts.HeaderGlobalAction,{"aria-label":qn("close","Close"),onClick:()=>f?.(),children:(0,fs.jsx)(mg.d3,{})})]})]}),(0,fs.jsx)("div",{className:ms()(wg.workspaceContent,{[wg.marginWorkspaceContent]:Boolean(u)}),children:(0,fs.jsx)(xg,{workspace:e,additionalPropsFromPage:n},e.name)})]})}async function Ng(e,n){const{openedGroup:t}=Ki.getState();if(t){if(t.groupName===e&&Wg(t.props,n))return!0;if(!await Fg({reason:"CLOSE_WORKSPACE_GROUP",explicit:!1}))return!1}return Ki.setState((t=>({...t,openedGroup:{groupName:e,props:n},openedWindows:[]}))),!0}async function Ig(e){const n=Ki.getState(),{openedGroup:t,openedWindows:a}=n;return!t||!(a.length>0&&!e&&!await Fg({reason:"CLOSE_WORKSPACE_GROUP",explicit:!0}))&&(Ki.setState((e=>({...e,openedGroup:null,openedWindows:[]}))),!0)}async function Tg(e,n=null,t=null,a=null){const i=Ki.getState();if(!i.registeredWorkspacesByName[e])throw new Error(`Unable to launch workspace ${e}. Workspace is not registered`);const o=Ji(e);if(!o)throw new Error(`Unable to launch workspace ${e}. Workspace is not registered to a workspace window`);const{openedGroup:r}=i,{name:s}=o,p=Yi(s);if(!p)throw new Error(`Unable to launch workspace ${e}. Workspace window ${o.name} is not registered to a workspace group`);const l=Qi(e),c=l>=0;if(!r||r.groupName===p.name&&Wg(r.props,a)){if(c){const a=i.openedWindows[l],o=i.openedGroup?.props??{},r=i.isMostRecentlyOpenedWindowHidden,{openedWorkspaces:c}=a;if(Wg(a.props,t)){const d=c.find((n=>n.workspaceName===e));return d&&Wg(d.props,n)?((r||l!==i.openedWindows.length-1)&&Ki.setState(jg.restoreWindow(i,s)),!0):!!await Fg({reason:"CLOSE_WORKSPACE",explicit:!1,windowName:s,workspaceName:e})&&(Ki.setState({...i,openedGroup:{groupName:p.name,props:i?.openedGroup?.props??o},openedWindows:[...i.openedWindows.filter(((e,n)=>n!==l)),{windowName:s,openedWorkspaces:[Rg(e,n)],props:a?.props??t,maximized:!1}],isMostRecentlyOpenedWindowHidden:!1}),!0)}return!!await Fg({reason:"CLOSE_WINDOW",explicit:!1,windowName:s})&&(Ki.setState({...i,openedGroup:{groupName:p.name,props:o??i?.openedGroup?.props},openedWindows:[...i.openedWindows.filter(((e,n)=>n!==l)),{windowName:s,openedWorkspaces:[Rg(e,n)],props:t,maximized:!1}],isMostRecentlyOpenedWindowHidden:!1}),!0)}return"closable"==p.persistence?!!await Fg({reason:"CLOSE_OTHER_WINDOWS",explicit:!1,windowNameToSpare:o.name})&&(Ki.setState({...i,openedGroup:{groupName:p.name,props:a??i?.openedGroup?.props??null},openedWindows:[{windowName:s,openedWorkspaces:[Rg(e,n)],props:t,maximized:!1}],isMostRecentlyOpenedWindowHidden:!1}),!0):(Ki.setState({...i,openedGroup:{groupName:p.name,props:a??i?.openedGroup?.props??null},openedWindows:[...i.openedWindows,{windowName:s,openedWorkspaces:[Rg(e,n)],props:t,maximized:!1}],isMostRecentlyOpenedWindowHidden:!1}),!0)}return!!await Fg({reason:"CLOSE_WORKSPACE_GROUP",explicit:!0})&&(Ki.setState({...i,openedGroup:{groupName:p.name,props:a},openedWindows:[{windowName:s,openedWorkspaces:[Rg(e,n)],props:t,maximized:!1}],isMostRecentlyOpenedWindowHidden:!1}),!0)}function Wg(e,n){return null==e||null==n||x(e,n)}function Fg(e){function n(e,n){const t=[];for(let a=e.openedWorkspaces.length-1;a>=0;a--){const i=e.openedWorkspaces[a];if(i.hasUnsavedChanges&&t.push(i),n&&i.workspaceName===n)break}return t}const{openedWindows:t,workspaceTitleByWorkspaceName:a}=Ki.getState();let i=[];switch(e.reason){case"CLOSE_WORKSPACE_GROUP":i=t.flatMap((e=>n(e)));break;case"CLOSE_WINDOW":{const a=t.find((n=>n.windowName===e.windowName));if(!a)throw new Error(`Window ${e.windowName} not found in opened windows.`);i=n(a);break}case"CLOSE_WORKSPACE":{const a=t.find((n=>n.windowName===e.windowName));if(!a)throw new Error(`Window ${e.windowName} not found in opened windows.`);i=n(a,e.workspaceName);break}case"CLOSE_OTHER_WINDOWS":{const a=t.filter((n=>n.windowName!==e.windowNameToSpare));i=a.flatMap((e=>n(e)));break}}return 0===i.length?Promise.resolve(!0):new Promise((e=>{const n=Nd("workspace2-close-prompt",{onConfirm:()=>{n(),e(!0)},onCancel:()=>{n(),e(!1)},affectedWorkspaceTitles:i.map((e=>a[e.workspaceName]))})}))}const jg={setWindowMaximized(e,n,t){const a=e.openedWindows.findIndex((e=>e.windowName===n)),i=[...e.openedWindows],o={...i[a],maximized:t};return i[a]=o,{...e,openedWindows:i}},hideWindow:e=>({...e,isMostRecentlyOpenedWindowHidden:!0}),restoreWindow(e,n){const t=e.openedWindows.findIndex((e=>e.windowName===n)),a=e.openedWindows[t],i=[...e.openedWindows.filter(((e,n)=>n!==t)),a];return{...e,openedWindows:i,isMostRecentlyOpenedWindowHidden:!1}},closeWorkspace(e,n){const t=Qi(n);if(t<0)return e;const a={...e.openedWindows[t]},i=a.openedWorkspaces.findIndex((e=>e.workspaceName===n)),o=[...e.openedWindows];a.openedWorkspaces=a.openedWorkspaces.slice(0,i);let r=e.isMostRecentlyOpenedWindowHidden;if(0===a.openedWorkspaces.length){const n=t===e.openedWindows.length-1;o.splice(t,1),n&&o.length>0&&(r=!1)}else o[t]=a;return{...e,openedWindows:o,isMostRecentlyOpenedWindowHidden:r}},openChildWorkspace(e,n,t,a){const i=e.registeredWorkspacesByName[t];if(!i)throw new Error(`No workspace named "${t}" registered`);const o=e.registeredWorkspacesByName[n];if(!o)throw new Error(`No workspace named "${n}" registered`);if(o.window!==i.window)throw new Error(`Child workspace ${t} does not belong to the same workspace window as parent workspace ${n}`);const r=e.openedWindows.findIndex((e=>e.windowName===i.window));if(-1==r)throw new Error(`Cannot open child workspace ${t} as window ${i.window} is not opened`);const s=e.openedWindows[r],{openedWorkspaces:p}=s,l=p.findIndex((e=>e.workspaceName===n));if(-1===l)throw new Error(`Cannot open child workspace ${t} from parent workspace ${n} as the parent is not opened within the workspace window`);const c=p.slice(0,l+1);return{openedWindows:e.openedWindows.map(((e,n)=>n==r?{...e,openedWorkspaces:[...c,Rg(t,a)]}:e))}},setHasUnsavedChanges(e,n,t){const a=Qi(n);if(a<0)return e;const i={...e.openedWindows[a]},o=i.openedWorkspaces.findIndex((e=>e.workspaceName===n));if(o<0)return e;i.openedWorkspaces[o]={...i.openedWorkspaces[o],hasUnsavedChanges:t};const r=[...e.openedWindows];return r[a]=i,{...e,openedWindows:r}},setWorkspaceTitle(e,n,t){const a={...e.workspaceTitleByWorkspaceName};return null===t?delete a[n]:a[n]=t,{...e,workspaceTitleByWorkspaceName:a}}};function Pg(){return fo(Ki,jg)}const Og=()=>(0,io.useContext)($o.i),Gg=()=>Object.keys(Ki.getState().registeredWorkspacesByName);function Rg(e,n){return{workspaceName:e,props:n??{},hasUnsavedChanges:!1,uuid:(0,Wt.A)()}}var Lg=t(84221),qg={};qg.styleTagTransform=zs(),qg.setAttributes=ks(),qg.insert=$s().bind(null,"head"),qg.domAPI=bs(),qg.insertStyleElement=xs(),ys()(Lg.A,qg);const Hg=Lg.A&&Lg.A.locals?Lg.A.locals:void 0,Xg=({title:e,children:n,hasUnsavedChanges:t=!1})=>{const a=vr(),{setWindowMaximized:i,hideWindow:o,setHasUnsavedChanges:r,openedWindows:s,openedGroup:p,registeredGroupsByName:l,registeredWindowsByName:c,registeredWorkspacesByName:d,workspaceTitleByWorkspaceName:u,setWorkspaceTitle:f,isMostRecentlyOpenedWindowHidden:g}=Pg(),{workspaceName:m,isRootWorkspace:h,closeWorkspace:y,showActionMenu:_}=Og(),b=Qi(m),v=s[b],$=v?.openedWorkspaces.find((e=>e.workspaceName===m));if((0,io.useEffect)((()=>{$?.hasUnsavedChanges!=t&&r(m,t??!1)}),[$?.hasUnsavedChanges,t,m,r]),(0,io.useEffect)((()=>{u[m]!==e&&f(m,e)}),[u,m,e,f]),b<0||null==p||null==$)return null;const A=l[p.groupName];if(!A)throw new Error(`Cannot find registered workspace group ${p.groupName}`);const k=d[m].window,w=c[k];if(!w)throw new Error(`Cannot find registered workspace window ${k}`);const{icon:x,canMaximize:C}=w,z="closable"===A.persistence,M=!!x&&!z,{maximized:E}=v,B=w?.width??"narrow",S=Object.values(c).some((e=>e.group===p.groupName&&void 0!==e.icon)),D=b<s.length-1||g;return(0,fs.jsxs)("div",{className:ms()(Hg.workspaceOuterContainer,{[Hg.narrowWorkspace]:"narrow"===B,[Hg.widerWorkspace]:"wider"===B,[Hg.extraWideWorkspace]:"extra-wide"===B,[Hg.isActionMenuOpened]:S}),children:[(0,fs.jsx)("div",{className:ms()(Hg.workspaceSpacer,{[Hg.hidden]:D})}),(0,fs.jsx)("div",{className:ms()(Hg.workspaceMiddleContainer,{[Hg.maximized]:E,[Hg.hidden]:D,[Hg.isRootWorkspace]:h,[Hg.showActionMenu]:_}),children:(0,fs.jsxs)("div",{className:ms()(Hg.workspaceInnerContainer,{[Hg.maximized]:E,[Hg.hidden]:D,[Hg.isRootWorkspace]:h}),children:[(0,fs.jsxs)(Ts.Header,{"aria-label":qn("workspaceHeader"),className:Hg.header,children:[(0,fs.jsx)(Ts.HeaderName,{prefix:"",children:e}),(0,fs.jsx)("div",{className:Hg.overlayHeaderSpacer}),(0,fs.jsx)(Ts.HeaderGlobalBar,{className:Hg.headerButtons,children:$r(a)?(0,fs.jsxs)(fs.Fragment,{children:[(C||E)&&(0,fs.jsx)(Ts.HeaderGlobalAction,{"aria-label":qn(E?"minimize":"maximize"),onClick:()=>i(k,!E),children:E?(0,fs.jsx)(gg.Xj,{}):(0,fs.jsx)(gg.hz,{})}),M&&(0,fs.jsx)(Ts.HeaderGlobalAction,{"aria-label":qn("hide"),onClick:()=>o(),children:(0,fs.jsx)(Kp,{})}),!z&&(0,fs.jsx)(Ts.HeaderGlobalAction,{"aria-label":qn("close"),onClick:()=>y({closeWindow:!0}),children:(0,fs.jsx)(ul,{})})]}):(0,fs.jsxs)(fs.Fragment,{children:[M&&(0,fs.jsx)(Ts.HeaderGlobalAction,{"aria-label":qn("hide"),onClick:()=>o(),children:(0,fs.jsx)(mg.d3,{})}),(0,fs.jsx)(Ts.HeaderGlobalAction,{"aria-label":qn("close"),onClick:()=>{z?Ig():y({closeWindow:!0})},children:(0,fs.jsx)(ul,{})})]})})]}),(0,fs.jsx)("div",{className:ms()(Hg.workspaceContent),children:n})]})})]})};var Vg=t(90160),Ug={};Ug.styleTagTransform=zs(),Ug.setAttributes=ks(),Ug.insert=$s().bind(null,"head"),Ug.domAPI=bs(),Ug.insertStyleElement=xs(),ys()(Vg.A,Ug);const Kg=Vg.A&&Vg.A.locals?Vg.A.locals:void 0;function Jg({getIcon:e,hasUnsavedChanges:n,tagContent:t}){return(0,fs.jsxs)(fs.Fragment,{children:[e({size:16}),n?(0,fs.jsx)("span",{className:Kg.interruptedTag,children:"!"}):(0,fs.jsx)("span",{className:Kg.countTag,children:t})]})}const Yg=({icon:e,label:n,tagContent:t,workspaceToLaunch:a,onBeforeWorkspaceLaunch:i})=>{const o=vr(),{openedWindows:r,restoreWindow:s,hideWindow:p,isMostRecentlyOpenedWindowHidden:l}=Pg(),{extension:c}=(0,io.useContext)(ro),d=r.findIndex((e=>e.windowName===c?.extensionId)),u=r[d],f=null!=u,g=f&&(d<r.length-1||l),m=f&&!g,h=u?.openedWorkspaces.some((e=>e.hasUnsavedChanges))??!1,y=async()=>{if(f)g?s(u.windowName):p();else if(await(i?.()??!0)){const{workspaceName:e,workspaceProps:n,windowProps:t}=a;Tg(e,n,t)}};return"tablet"===o||"phone"===o?(0,fs.jsxs)(Ts.Button,{className:ms()(Kg.container,{[Kg.active]:f&&!m,[Kg.focused]:m}),iconDescription:n,kind:"ghost",onClick:y,role:"button",tabIndex:0,size:"md",children:[(0,fs.jsx)("span",{className:Kg.elementContainer,children:(0,fs.jsx)(Jg,{hasUnsavedChanges:h,getIcon:e,tagContent:t})}),(0,fs.jsx)("span",{children:n})]}):(0,fs.jsx)(Ts.IconButton,{align:"left","aria-label":n,className:ms()(Kg.container,{[Kg.active]:f&&!m,[Kg.focused]:m}),enterDelayMs:300,kind:"ghost",label:n,onClick:y,size:"md",children:(0,fs.jsx)("div",{className:Kg.elementContainer,children:(0,fs.jsx)(Jg,{hasUnsavedChanges:h,getIcon:e,tagContent:t})})})};function Qg({showContactDetails:e,toggleContactDetails:n,className:t}){return(0,fs.jsx)(Ts.Button,{className:t,iconDescription:"Toggle contact details",kind:"ghost",onClick:n,renderIcon:e?dl:pl,children:e?qn("showLess","Show less"):qn("showMore","Show more")})}var Zg=t(40178),em={};em.styleTagTransform=zs(),em.setAttributes=ks(),em.insert=$s().bind(null,"head"),em.domAPI=bs(),em.insertStyleElement=xs(),ys()(Zg.A,em);const nm=Zg.A&&Zg.A.locals?Zg.A.locals:void 0,tm=({patientUuid:e})=>{const{cohorts:n=[],isLoading:t}=function(e){const n=e?`${yn}/cohortm/cohortmember?patient=${e}&v=custom:(uuid,patient:ref,cohort:(uuid,name,startDate,endDate))`:null,{data:t,isLoading:a}=(0,ko.Ay)(n,$n),i=t?.data?.results.map((e=>({uuid:e.cohort.uuid,name:e.cohort.name,startDate:e.cohort.startDate,endDate:e.cohort.endDate})));return(0,io.useMemo)((()=>({cohorts:i,isLoading:a})),[a,i])}(e);return(0,fs.jsxs)(fs.Fragment,{children:[(0,fs.jsxs)("p",{className:nm.heading,children:[qn("patientLists","Patient Lists")," (",n?.length??0,")"]}),t?(0,fs.jsx)(Ts.InlineLoading,{description:`${qn("loading","Loading")} ...`,role:"progressbar"}):(0,fs.jsxs)("ul",{children:[(()=>{if(n?.length>0){const e=n.sort(((e,n)=>kp(e?.startDate).getTime()-kp(n?.startDate).getTime())).slice(0,3);return e?.map((e=>(0,fs.jsx)("li",{children:(0,fs.jsx)(so,{to:`${window.spaBase}/home/patient-lists/${e.uuid}`,children:e.name},e.uuid)},e.uuid)))}return(0,fs.jsx)("li",{children:"--"})})(),n.length>3&&(0,fs.jsx)("li",{className:nm.link,children:(0,fs.jsx)(so,{to:`${window.spaBase}/home/patient-lists`,children:qn("seeMoreLists","See {{count}} more lists",{count:n?.length-3})})})]})]})},am=({patientId:e})=>{const{patient:n,isLoading:t}=Dr(e),a=n?.address?.find((e=>"home"===e.use)),i=e=>e.split("#")[1];return t?(0,fs.jsx)(Ts.InlineLoading,{description:`${qn("loading","Loading")} ...`,role:"progressbar"}):(0,fs.jsxs)(fs.Fragment,{children:[(0,fs.jsx)("p",{className:nm.heading,children:qn("address","Address")}),(0,fs.jsx)("ul",{children:a?Object.entries(a).filter((([e])=>"id"!==e&&"use"!==e)).map((([e,n])=>"extension"===e?a.extension?.[0]?.extension?.map(((n,t)=>(0,fs.jsxs)("li",{children:[qn(i(n.url),i(n.url)),": ",n.valueString]},`address-${e}-${t}`))):(0,fs.jsxs)("li",{children:[qn(e,e),": ",n]},`address-${e}`))):(0,fs.jsx)("li",{children:"--"})})]})},im=({patientUuid:e})=>{const{isLoading:n,contactAttributes:t}=(e=>{const{contactAttributeTypes:n=[]}=Ko({externalModuleName:"@openmrs/esm-patient-banner-app"}),{attributes:t,error:a,isLoading:i}=(e=>{const{data:n,error:t,isLoading:a}=(0,Zo.A)(`${yn}/patient/${e}?v=custom:(uuid,display,identifiers:(identifier,uuid,preferred,location:(uuid,name),identifierType:(uuid,name,format,formatDescription,validator)),person:(uuid,display,gender,birthdate,dead,age,deathDate,birthdateEstimated,causeOfDeath,preferredName:(uuid,preferred,givenName,middleName,familyName),attributes,preferredAddress:(uuid,preferred,address1,address2,cityVillage,longitude,stateProvince,latitude,country,postalCode,countyDistrict,address3,address4,address5,address6,address7)))`,$n);return{isLoading:a,attributes:n?.data.person.attributes??[],error:t}})(e);return{contactAttributes:(0,io.useMemo)((()=>t.filter((({attributeType:e})=>n?.some((n=>e.uuid===n))))),[t,n]),isLoading:i,error:a}})(e),a=(0,io.useMemo)((()=>t?[...t?.map((e=>[e.attributeType.display?qn(e.attributeType.display,e.attributeType.display):"",e.value]))]:[]),[t]);return(0,fs.jsxs)(fs.Fragment,{children:[(0,fs.jsx)("p",{className:nm.heading,children:qn("contactDetails","Contact Details")}),n?(0,fs.jsx)(Ts.InlineLoading,{description:`${qn("loading","Loading")} ...`,role:"progressbar"}):(0,fs.jsx)("ul",{children:a.length?a.map((([e,n],t)=>(0,fs.jsxs)("li",{children:[e,": ",n]},`${e}-${n}-${t}`))):(0,fs.jsx)("li",{children:"--"})})]})},om=({patientId:e})=>{const{data:n,isLoading:t}=function(e){const n=`${yn}/relationship?v=custom:(display,uuid,personA:(age,display,birthdate,uuid),personB:(age,display,birthdate,uuid),relationshipType:(uuid,display,description,aIsToB,bIsToA))&person=${e}`,{data:t,error:a,isLoading:i,isValidating:o}=(0,ko.Ay)(e?n:null,$n),r=t?.data?.results?.length?function(e,n){const t=[];for(const a of n)e===a.personA.uuid?t.push({uuid:`${a.uuid}`,display:a.personB.display,relativeAge:a.personB.age,relativeUuid:a.personB.uuid,relationshipType:a.relationshipType.bIsToA}):t.push({uuid:`${a.uuid}`,display:a.personA.display,relativeAge:a.personA.age,relativeUuid:a.personA.uuid,relationshipType:a.relationshipType.aIsToB});return t}(e,t.data.results):null;return{data:t?r:null,error:a,isLoading:i,isValidating:o}}(e);return(0,fs.jsxs)(fs.Fragment,{children:[(0,fs.jsx)("p",{className:nm.heading,children:qn("relationships","Relationships")}),t?(0,fs.jsx)(Ts.InlineLoading,{description:`${qn("loading","Loading")} ...`,role:"progressbar"}):(0,fs.jsx)("ul",{children:n&&n.length>0?(0,fs.jsx)(fs.Fragment,{children:n.map((e=>(0,fs.jsxs)("li",{className:nm.relationship,children:[(0,fs.jsx)("div",{children:(0,fs.jsx)(so,{to:`${window.spaBase}/patient/${e.relativeUuid}/chart`,children:e.display})}),(0,fs.jsx)("div",{children:e.relationshipType}),(0,fs.jsx)("div",{children:`${e.relativeAge?e.relativeAge:"--"} ${e.relativeAge?1===e.relativeAge?qn("yearAbbreviation","yr"):qn("yearsAbbreviation","yrs"):""}`})]},e.uuid)))}):(0,fs.jsx)("li",{children:"--"})})]})};function rm({patientId:e,deceased:n}){return(0,fs.jsxs)("div",{className:ms()(nm.contactDetails,{[nm.deceased]:n}),children:[(0,fs.jsxs)("div",{className:nm.row,children:[(0,fs.jsx)("div",{className:nm.col,children:(0,fs.jsx)(am,{patientId:e})}),(0,fs.jsx)("div",{className:nm.col,children:(0,fs.jsx)(im,{patientUuid:e})})]}),(0,fs.jsxs)("div",{className:nm.row,children:[(0,fs.jsx)("div",{className:nm.col,children:(0,fs.jsx)(om,{patientId:e})}),(0,fs.jsx)("div",{className:nm.col,children:(0,fs.jsx)(tm,{patientUuid:e})})]})]})}function sm(e){const n=document.querySelector("template#loading-spinner");if(n){const t=n.content.cloneNode(!0),a=Array.prototype.map.call(t.childNodes,(e=>e));return e.appendChild(t),()=>a.forEach((e=>e.remove()))}return()=>{}}var pm=t(87421),lm={};lm.styleTagTransform=zs(),lm.setAttributes=ks(),lm.insert=$s().bind(null,"head"),lm.domAPI=bs(),lm.insertStyleElement=xs(),ys()(pm.A,lm);const cm=pm.A&&pm.A.locals?pm.A.locals:void 0;function dm({workspaceGroup:e,groupProps:n}){const t=vr(),{persistence:a}=e,i="closable"==a;return(0,fs.jsx)("aside",{className:cm.sideRail,children:(0,fs.jsxs)("div",{className:cm.container,children:[i&&$r(t)&&(0,fs.jsx)(Ts.IconButton,{align:"left",onClick:()=>Ig(),label:qn("close"),kind:"ghost",children:(0,fs.jsx)(ul,{})}),(0,fs.jsx)(ro.Provider,{value:{moduleName:e.moduleName,featureName:e.name},children:(0,fs.jsx)(qs.ExtensionSlot,{className:cm.container,name:e.name,state:{groupProps:n}})})]})})}const um=({lifeCycle:e,openedWorkspace:n,openedWindow:t,isRootWorkspace:a,isLeafWorkspace:i,showActionMenu:o})=>{const{openedGroup:r,closeWorkspace:s,openChildWorkspace:p}=Pg(),l=(0,io.useMemo)((()=>n&&{closeWorkspace:async(e={})=>{const{closeWindow:a=!1,discardUnsavedChanges:i=!1}=e;return a?!(!i&&!await Fg({reason:"CLOSE_WINDOW",explicit:!0,windowName:t.windowName})||(s(t.openedWorkspaces[0].workspaceName),0)):!(!i&&!await Fg({reason:"CLOSE_WORKSPACE",explicit:!0,windowName:t.windowName,workspaceName:n.workspaceName})||(s(n.workspaceName),0))},launchChildWorkspace:async(e,a)=>{const i=n.workspaceName,{openedWorkspaces:o}=t,r=o.findIndex((e=>e.workspaceName===i));-1!==r&&(r!==o.length-1&&o.slice(r+1).some((e=>e.hasUnsavedChanges))&&!await Fg({reason:"CLOSE_WORKSPACE",explicit:!0,windowName:t.windowName,workspaceName:o[r+1].workspaceName})||p(i,e,a||{}))},workspaceName:n.workspaceName,workspaceProps:n.props,windowProps:t.props,groupProps:r&&r.props?r.props:null,isRootWorkspace:a,isLeafWorkspace:i,windowName:t.windowName,showActionMenu:o}),[n,s,r,t]);if(!e){const{registeredWorkspacesByName:e}=Ki.getState(),t=e[n.workspaceName],i=t&&t.window?t.window:void 0,{registeredWindowsByName:s}=Ki.getState(),p=i?s[i]:void 0,l=p&&p.width?p.width:"narrow",c=Object.values(s).some((e=>e.group===r?.groupName&&void 0!==e.icon));return(0,fs.jsxs)("div",{className:ms()(Hg.workspaceOuterContainer,{[Hg.narrowWorkspace]:"narrow"===l,[Hg.widerWorkspace]:"wider"===l,[Hg.extraWideWorkspace]:"extra-wide"===l,[Hg.isActionMenuOpened]:c}),children:[(0,fs.jsx)("div",{className:Hg.workspaceSpacer}),(0,fs.jsx)("div",{className:ms()(Hg.workspaceMiddleContainer,{[Hg.isRootWorkspace]:a,[Hg.showActionMenu]:o}),children:(0,fs.jsx)("div",{className:ms()(Hg.workspaceInnerContainer,{[Hg.isRootWorkspace]:a}),children:(0,fs.jsx)(Ts.InlineLoading,{className:Hg.loader,description:`${qn("loading")} ...`})})})]})}return(0,fs.jsx)($g.A,{config:e,mountParcel:an.mountRootParcel,...l},n.workspaceName)},fm=({openedWindow:e,showActionMenu:n})=>{const{openedWorkspaces:t}=e,[a,i]=(0,io.useState)(),{registeredWorkspacesByName:o}=Ki.getState();return(0,io.useEffect)((()=>{Promise.all(t.map((e=>{const{moduleName:n,component:t}=o[e.workspaceName];return Vr(n,t)}))).then(i)}),[t]),(0,fs.jsx)(fs.Fragment,{children:t.map(((i,o)=>(0,fs.jsx)(um,{openedWorkspace:i,openedWindow:e,lifeCycle:a&&a[o]?a[o]:void 0,isRootWorkspace:0===o,isLeafWorkspace:o===t.length-1,showActionMenu:n},i.uuid)))})};var gm=t(61603),mm={};mm.styleTagTransform=zs(),mm.setAttributes=ks(),mm.insert=$s().bind(null,"head"),mm.domAPI=bs(),mm.insertStyleElement=xs(),ys()(gm.A,mm);const hm=gm.A&&gm.A.locals?gm.A.locals:void 0;function ym(e){e&&(0,vo.createRoot)(e).render((0,fs.jsx)(_m,{}))}function _m(){const{openedGroup:e,openedWindows:n,registeredGroupsByName:t,registeredWindowsByName:a}=Pg();if((0,io.useEffect)((()=>{const n=ra("before-page-changed",(n=>{const{newPage:a,cancelNavigation:i,oldUrl:o,newUrl:r}=n;if(!e)return;if(a)return void i(Ig().then((e=>!e)));const s=t[e.groupName],p=s?.scopePattern;p&&function(e,n,t){try{const a=new URL(n,window.location.origin).pathname,i=new URL(t,window.location.origin).pathname,o=new RegExp(e),r=a.match(o),s=i.match(o);return!r||!s||r.length>1&&!r.slice(1).every(((e,n)=>e===s[n+1]))}catch{return!0}}(p,o,r)&&i(Ig().then((e=>!e)))}));return n}),[e,t]),!e)return null;const i=t[e.groupName],o=n.some((e=>e.maximized)),{name:r}=i,s=Object.values(a).filter((e=>e.group===r&&void 0!==e.icon)).sort(((e,n)=>(e.order??Number.MAX_VALUE)-(n.order??Number.MAX_VALUE))).length>0;return(0,fs.jsxs)("div",{className:ms()(hm.workspaceWindowsAndMenuContainer,{[hm.overlay]:i.overlay,[hm.hasMaximizedWindow]:o}),children:[(0,fs.jsx)("div",{className:hm.workspaceWindowsContainer,children:n.map((e=>(0,fs.jsx)(fm,{openedWindow:e,showActionMenu:s},e.windowName)))}),s&&(0,fs.jsx)(dm,{workspaceGroup:i,groupProps:e.props})]})}function bm(e){let n={};for(let t of Object.keys(e))if(vm(e[t])&&e[t].hasOwnProperty("_default"))n[t]=e[t]._default;else{if(t.startsWith("_"))continue;vm(e[t])?n[t]=bm(e[t]):n[t]=e[t]}return n}function vm(e){return!!e&&e.constructor===Object}var $m=t(30143);function Am(e){const[n,t,a]=e.split(".");return`${n}.${t}.${a}`}function km(e,n){const t=function(e){const n=e.indexOf("-");return n>=0?`${Am(e.slice(0,n))}-${e.slice(n+1)}`:Am(e)}(n);return $m.satisfies(t,e,{includePrerelease:!0})}async function wm(e,n={}){let{shouldRetry:t,getDelay:a,onError:i}=n;t=t??(e=>function(e){return e<=5}(e)),a=a??(e=>function(e,n,t=!1){const a=t?e+1:e;return 1e3*Math.pow(2,a)}(e));let o,r=0;do{try{return await xm(a(r)),await e()}catch(e){i?.(e,r),o=e}}while(t(r++));throw o}async function xm(e){if(!(e<=0))return new Promise((n=>setTimeout(n,e)))}},22174:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,".-esm-primary-navigation__diagnosis-tags-module__container___kfAOA{display:flex;flex-flow:row wrap;align-items:center;gap:.25rem}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/diagnosis-tags/diagnosis-tags.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAEA,mEACE,YAAA,CACA,kBAAA,CACA,kBAAA,CACA,UCUW",sourcesContent:["@use '@carbon/layout';\n\n.container {\n display: flex;\n flex-flow: row wrap;\n align-items: center;\n gap: layout.$spacing-02;\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={container:"-esm-primary-navigation__diagnosis-tags-module__container___kfAOA"};const s=r},29278:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__page-header-module__pageHeader___jrLWn{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);color:#525252;height:6rem;width:100%;display:flex;justify-content:space-between}.-esm-primary-navigation__page-header-module__pageHeaderContent___XSvd-{display:flex;flex-direction:row;align-items:center}.-esm-primary-navigation__page-header-module__pageName___R8sAl{font-size:var(--cds-heading-04-font-size, 1.75rem);font-weight:var(--cds-heading-04-font-weight, 400);line-height:var(--cds-heading-04-line-height, 1.28572);letter-spacing:var(--cds-heading-04-letter-spacing, 0)}.-esm-primary-navigation__page-header-module__pageLabels___eX2hm p:first-of-type{margin-bottom:.25rem}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/page-header/page-header.module.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,iEC81BI,oDAAA,CAAA,uDAAA,CAAA,yDAAA,CAAA,2DAAA,CD51BF,aDCQ,CAAA,WG2DG,CF1DX,UAAA,CACA,YAAA,CACA,6BAAA,CAGF,wEACE,YAAA,CACA,kBAAA,CACA,kBAAA,CAGF,+DC+0BI,kDAAA,CAAA,kDAAA,CAAA,sDAAA,CAAA,sDAAA,CD10BF,iFACE,oBETS",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '../vars' as *;\n\n.pageHeader {\n @include type.type-style('body-compact-02');\n color: $text-02;\n height: layout.$spacing-12;\n width: 100%;\n display: flex;\n justify-content: space-between;\n}\n\n.pageHeaderContent {\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n\n.pageName {\n @include type.type-style('heading-04');\n}\n\n.pageLabels {\n p:first-of-type {\n margin-bottom: layout.$spacing-02;\n }\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={pageHeader:"-esm-primary-navigation__page-header-module__pageHeader___jrLWn",pageHeaderContent:"-esm-primary-navigation__page-header-module__pageHeaderContent___XSvd-",pageName:"-esm-primary-navigation__page-header-module__pageName___R8sAl",pageLabels:"-esm-primary-navigation__page-header-module__pageLabels___eX2hm"};const s=r},35118:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,'[dir="rtl"] .-esm-primary-navigation__pictograms-module__pictogram___snWKV{transform:scaleX(-1)}',"",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/pictograms/pictograms.module.scss"],names:[],mappings:"AACE,2EACE,oBAAA",sourcesContent:[":global([dir='rtl']) {\n .pictogram {\n transform: scaleX(-1);\n }\n}\n"],sourceRoot:""}]),r.locals={pictogram:"-esm-primary-navigation__pictograms-module__pictogram___snWKV"};const s=r},40178:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__patient-banner-contact-details-module__contactDetails___EsUK7,.-esm-primary-navigation__patient-banner-contact-details-module__deceased___zvAxc{color:#525252;width:100%;border-top:1px solid #e0e0e0}.-esm-primary-navigation__patient-banner-contact-details-module__heading___PoCw5{font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px);color:#525252}.-esm-primary-navigation__patient-banner-contact-details-module__row___2VYN3{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);display:flex}.-esm-primary-navigation__patient-banner-contact-details-module__row___2VYN3:first-child{border-bottom:1px solid #e0e0e0}.-esm-primary-navigation__patient-banner-contact-details-module__row___2VYN3>.-esm-primary-navigation__patient-banner-contact-details-module__col___q0jJh{flex:1;padding:1rem}.-esm-primary-navigation__patient-banner-contact-details-module__row___2VYN3>.-esm-primary-navigation__patient-banner-contact-details-module__col___q0jJh:nth-of-type(2n + 1){border-right:1px solid #e0e0e0}.-esm-primary-navigation__patient-banner-contact-details-module__row___2VYN3 li{margin:.5rem 0}.-esm-primary-navigation__patient-banner-contact-details-module__relationship___OIqFY{display:flex;flex-flow:row nowrap}.-esm-primary-navigation__patient-banner-contact-details-module__relationship___OIqFY div{flex:1 1}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/patient-banner/contact-details/patient-banner-contact-details.module.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCxDF,0KAEE,aAAA,CACA,UAAA,CACA,4BAAA,CAGF,iFCs1BI,2DAAA,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CDp1BF,aDPQ,CCUV,6ECi1BI,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CD/0BF,YAAA,CAEA,yFACE,+BAAA,CAIJ,0JACE,MAAA,CACA,YEGW,CFDX,8KACE,8BAAA,CAIJ,gFACE,cAAA,CAGF,sFACE,YAAA,CACA,oBAAA,CAGF,0FACE,QAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/colors';\n@use '@carbon/layout';\n@use '@carbon/type';\n@use '../../vars' as *;\n\n.contactDetails,\n.deceased {\n color: $text-02;\n width: 100%;\n border-top: 1px solid $ui-03;\n}\n\n.heading {\n @include type.type-style('heading-compact-01');\n color: $text-02;\n}\n\n.row {\n @include type.type-style('body-compact-01');\n display: flex;\n\n &:first-child {\n border-bottom: 1px solid $ui-03;\n }\n}\n\n.row > .col {\n flex: 1;\n padding: layout.$spacing-05;\n\n &:nth-of-type(2n + 1) {\n border-right: 1px solid $ui-03;\n }\n}\n\n.row li {\n margin: layout.$spacing-03 0;\n}\n\n.relationship {\n display: flex;\n flex-flow: row nowrap;\n}\n\n.relationship div {\n flex: 1 1;\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={contactDetails:"-esm-primary-navigation__patient-banner-contact-details-module__contactDetails___EsUK7",deceased:"-esm-primary-navigation__patient-banner-contact-details-module__deceased___zvAxc",heading:"-esm-primary-navigation__patient-banner-contact-details-module__heading___PoCw5",row:"-esm-primary-navigation__patient-banner-contact-details-module__row___2VYN3",col:"-esm-primary-navigation__patient-banner-contact-details-module__col___q0jJh",relationship:"-esm-primary-navigation__patient-banner-contact-details-module__relationship___OIqFY"};const s=r},50364:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,':root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__empty-card-module__action___607B5{margin-bottom:.5rem}.-esm-primary-navigation__empty-card-module__content___4je-V{font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px);color:#525252;margin-top:1rem;margin-bottom:.5rem}.-esm-primary-navigation__empty-card-module__heading___wlGaw:after{content:"";display:block;width:2rem;padding-top:.188rem;border-bottom:.375rem solid var(--brand-03)}.-esm-primary-navigation__empty-card-module__tile___iCGeE{text-align:center;border:1px solid #e0e0e0}',"",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/empty-card/empty-card.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,4DACE,mBCgBW,CDbb,6DE01BI,2DAAA,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CFx1BF,aDHQ,CCIR,eCoBW,CDnBX,mBCSW,CDNb,mEACE,UAAA,CACA,aAAA,CACA,UCuBW,CDtBX,mBAAA,CACA,2CAAA,CAGF,0DACE,iBAAA,CACA,wBAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '../vars' as *;\n\n.action {\n margin-bottom: layout.$spacing-03;\n}\n\n.content {\n @include type.type-style('heading-compact-01');\n color: $text-02;\n margin-top: layout.$spacing-05;\n margin-bottom: layout.$spacing-03;\n}\n\n.heading:after {\n content: '';\n display: block;\n width: layout.$spacing-07;\n padding-top: 0.188rem;\n border-bottom: 0.375rem solid var(--brand-03);\n}\n\n.tile {\n text-align: center;\n border: 1px solid $ui-03;\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={action:"-esm-primary-navigation__empty-card-module__action___607B5",content:"-esm-primary-navigation__empty-card-module__content___4je-V",heading:"-esm-primary-navigation__empty-card-module__heading___wlGaw",tile:"-esm-primary-navigation__empty-card-module__tile___iCGeE"};const s=r},56304:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__patient-banner-patient-info-module__container___uIyaP{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background-color:#f4f4f4}.-esm-primary-navigation__patient-banner-patient-info-module__activePatientContainer___3vvHT{background-color:#f4f4f4}.-esm-primary-navigation__patient-banner-patient-info-module__patientBanner___gZlj-{display:flex}.-esm-primary-navigation__patient-banner-patient-info-module__patientName___g4CPf{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);color:#161616;font-weight:600;margin-right:.25rem}.-esm-primary-navigation__patient-banner-patient-info-module__patientAvatar___F\\+i4k{width:3.5rem;height:3.5rem;margin:1rem;border-radius:1px}.-esm-primary-navigation__patient-banner-patient-info-module__patientAvatarButton___cnFxx{cursor:pointer;border:none;padding:0;background:none}.-esm-primary-navigation__patient-banner-patient-info-module__patientInfo___zvrUK{display:flex;flex-direction:column;padding:1rem .5rem 1rem 0;width:100%}.-esm-primary-navigation__patient-banner-patient-info-module__demographics___1X7Ou{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);color:#525252;display:flex;align-items:center;gap:.25rem;margin-top:.25rem;flex-wrap:wrap}.-esm-primary-navigation__patient-banner-patient-info-module__row___t8sLN{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline}.-esm-primary-navigation__patient-banner-patient-info-module__flexRow___JSCj4,.-esm-primary-navigation__patient-banner-patient-info-module__tagsSlot___J\\+DuK{display:flex;flex-flow:row wrap;align-items:center}.-esm-primary-navigation__patient-banner-patient-info-module__tagsSlot___J\\+DuK{margin:0 .5rem}.-esm-primary-navigation__patient-banner-patient-info-module__identifiers___eRoVX{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);color:#525252;display:flex;flex-wrap:wrap;align-items:center}.-esm-primary-navigation__patient-banner-patient-info-module__identifier___ZWOwl{display:flex;align-items:center}.-esm-primary-navigation__patient-banner-patient-info-module__primaryIdentifier___EBBin,.-esm-primary-navigation__patient-banner-patient-info-module__secondaryIdentifier___um9rx{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);display:flex;align-items:center;gap:.25rem}.-esm-primary-navigation__patient-banner-patient-info-module__primaryIdentifier___EBBin{color:#161616}.-esm-primary-navigation__patient-banner-patient-info-module__primaryIdentifier___EBBin .-esm-primary-navigation__patient-banner-patient-info-module__value___B0Is9{font-weight:bold}.-esm-primary-navigation__patient-banner-patient-info-module__secondaryIdentifier___um9rx .-esm-primary-navigation__patient-banner-patient-info-module__identifier___ZWOwl{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);align-self:baseline}.-esm-primary-navigation__patient-banner-patient-info-module__gender___EP6pn{display:flex;align-items:center;color:#525252;gap:.125rem}.-esm-primary-navigation__patient-banner-patient-info-module__separator___tN4cn{margin:.125rem}.-esm-primary-navigation__patient-banner-patient-info-module__tag___Fkqbe{font-size:inherit !important;margin:0 !important}.-esm-primary-navigation__patient-banner-patient-info-module__tooltipPadding___s3b5m{padding:.25rem}.-esm-primary-navigation__patient-banner-patient-info-module__tooltipSmallText___OCVaA{font-size:80%}.-esm-primary-navigation__patient-banner-patient-info-module__actionsButtonText___NMqor{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);color:#0f62fe}html[dir=rtl] .-esm-primary-navigation__patient-banner-patient-info-module__demographics___1X7Ou{display:flex;gap:.25rem}html[dir=rtl] .-esm-primary-navigation__patient-banner-patient-info-module__tag___Fkqbe{margin:.25rem 0 .25rem .25rem}html[dir=rtl] .-esm-primary-navigation__patient-banner-patient-info-module__patientName___g4CPf{margin-right:unset;margin-left:.25rem}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/patient-banner/patient-info/patient-banner-patient-info.module.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss","webpack://./../../../node_modules/@carbon/colors/index.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCxDF,gFACE,4BAAA,CACA,+BAAA,CACA,wBDNM,CCSR,6FACE,wBDVM,CCaR,oFACE,YAAA,CAGF,kFC+0BI,kDAAA,CAAA,kDAAA,CAAA,kDAAA,CAAA,sDAAA,CD70BF,aE8BS,CF7BT,eAAA,CACA,mBGPW,CHUb,qFACE,YAAA,CACA,aAAA,CACA,WGEW,CHDX,iBAAA,CAGF,0FACE,cAAA,CACA,WAAA,CACA,SAAA,CACA,eAAA,CAGF,kFACE,YAAA,CACA,qBAAA,CACA,yBAAA,CACA,UAAA,CAGF,mFCmzBI,oDAAA,CAAA,uDAAA,CAAA,yDAAA,CAAA,2DAAA,CDjzBF,aD1CQ,CC2CR,YAAA,CACA,kBAAA,CACA,UGpCW,CHqCX,iBGrCW,CHsCX,cAAA,CAGF,0EACE,YAAA,CACA,kBAAA,CACA,6BAAA,CACA,oBAAA,CAGF,8JACE,YAAA,CACA,kBAAA,CACA,kBAAA,CAGF,gFAEE,cAAA,CAGF,kFCuxBI,oDAAA,CAAA,uDAAA,CAAA,yDAAA,CAAA,2DAAA,CDrxBF,aE7BQ,CF8BR,YAAA,CACA,cAAA,CACA,kBAAA,CAGF,iFACE,YAAA,CACA,kBAAA,CAGF,kLC0wBI,oDAAA,CAAA,uDAAA,CAAA,yDAAA,CAAA,2DAAA,CDvwBF,YAAA,CACA,kBAAA,CACA,UG7EW,CHgFb,wFACE,aE9CS,CFgDT,oKACE,gBAAA,CAKF,2KCyvBE,oDAAA,CAAA,uDAAA,CAAA,yDAAA,CAAA,2DAAA,CDvvBA,mBAAA,CAIJ,6EACE,YAAA,CACA,kBAAA,CACA,aElEQ,CFmER,WGxGW,CH2Gb,gFACE,cG5GW,CH+Gb,0EACE,4BAAA,CACA,mBAAA,CAGF,qFACE,cGhHW,CHmHb,uFACE,aAAA,CAGF,wFC2tBI,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CDztBF,aDlHe,CCuHf,iGACE,YAAA,CACA,UGhIS,CHmIX,wFACE,6BAAA,CAGF,gGACE,kBAAA,CACA,kBGzIS",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/colors';\n@use '@carbon/layout';\n@use '@carbon/type';\n@use '../../vars' as *;\n\n.container {\n border-top: 1px solid $ui-03;\n border-bottom: 1px solid $ui-03;\n background-color: $ui-01;\n}\n\n.activePatientContainer {\n background-color: $ui-01;\n}\n\n.patientBanner {\n display: flex;\n}\n\n.patientName {\n @include type.type-style('heading-03');\n color: colors.$gray-100;\n font-weight: 600;\n margin-right: layout.$spacing-02;\n}\n\n.patientAvatar {\n width: 3.5rem;\n height: 3.5rem;\n margin: layout.$spacing-05;\n border-radius: 1px;\n}\n\n.patientAvatarButton {\n cursor: pointer;\n border: none;\n padding: 0;\n background: none;\n}\n\n.patientInfo {\n display: flex;\n flex-direction: column;\n padding: layout.$spacing-05 layout.$spacing-03 layout.$spacing-05 0;\n width: 100%;\n}\n\n.demographics {\n @include type.type-style('body-compact-02');\n color: $text-02;\n display: flex;\n align-items: center;\n gap: layout.$spacing-02;\n margin-top: layout.$spacing-02;\n flex-wrap: wrap;\n}\n\n.row {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: baseline;\n}\n\n.flexRow {\n display: flex;\n flex-flow: row wrap;\n align-items: center;\n}\n\n.tagsSlot {\n @extend .flexRow;\n margin: 0 layout.$spacing-03;\n}\n\n.identifiers {\n @include type.type-style('body-compact-02');\n color: colors.$gray-70;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n}\n\n.identifier {\n display: flex;\n align-items: center;\n}\n\n.primaryIdentifier,\n.secondaryIdentifier {\n @include type.type-style('body-compact-02');\n display: flex;\n align-items: center;\n gap: layout.$spacing-02;\n}\n\n.primaryIdentifier {\n color: colors.$gray-100;\n\n .value {\n font-weight: bold;\n }\n}\n\n.secondaryIdentifier {\n .identifier {\n @include type.type-style('body-compact-02');\n align-self: baseline;\n }\n}\n\n.gender {\n display: flex;\n align-items: center;\n color: colors.$gray-70;\n gap: layout.$spacing-01;\n}\n\n.separator {\n margin: layout.$spacing-01;\n}\n\n.tag {\n font-size: inherit !important;\n margin: 0 !important;\n}\n\n.tooltipPadding {\n padding: layout.$spacing-02;\n}\n\n.tooltipSmallText {\n font-size: 80%;\n}\n\n.actionsButtonText {\n @include type.type-style('body-compact-01');\n color: $interactive-01;\n}\n\n// Overriding styles for RTL support\nhtml[dir='rtl'] {\n .demographics {\n display: flex;\n gap: layout.$spacing-02;\n }\n\n .tag {\n margin: layout.$spacing-02 0 layout.$spacing-02 layout.$spacing-02;\n }\n\n .patientName {\n margin-right: unset;\n margin-left: layout.$spacing-02;\n }\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n","// Code generated by @carbon/colors. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n$black: #000000 !default;\n$white: #ffffff !default;\n\n$black-100: #000000 !default;\n$blue-10: #edf5ff !default;\n$blue-20: #d0e2ff !default;\n$blue-30: #a6c8ff !default;\n$blue-40: #78a9ff !default;\n$blue-50: #4589ff !default;\n$blue-60: #0f62fe !default;\n$blue-70: #0043ce !default;\n$blue-80: #002d9c !default;\n$blue-90: #001d6c !default;\n$blue-100: #001141 !default;\n$cool-gray-10: #f2f4f8 !default;\n$cool-gray-20: #dde1e6 !default;\n$cool-gray-30: #c1c7cd !default;\n$cool-gray-40: #a2a9b0 !default;\n$cool-gray-50: #878d96 !default;\n$cool-gray-60: #697077 !default;\n$cool-gray-70: #4d5358 !default;\n$cool-gray-80: #343a3f !default;\n$cool-gray-90: #21272a !default;\n$cool-gray-100: #121619 !default;\n$cyan-10: #e5f6ff !default;\n$cyan-20: #bae6ff !default;\n$cyan-30: #82cfff !default;\n$cyan-40: #33b1ff !default;\n$cyan-50: #1192e8 !default;\n$cyan-60: #0072c3 !default;\n$cyan-70: #00539a !default;\n$cyan-80: #003a6d !default;\n$cyan-90: #012749 !default;\n$cyan-100: #061727 !default;\n$gray-10: #f4f4f4 !default;\n$gray-20: #e0e0e0 !default;\n$gray-30: #c6c6c6 !default;\n$gray-40: #a8a8a8 !default;\n$gray-50: #8d8d8d !default;\n$gray-60: #6f6f6f !default;\n$gray-70: #525252 !default;\n$gray-80: #393939 !default;\n$gray-90: #262626 !default;\n$gray-100: #161616 !default;\n$green-10: #defbe6 !default;\n$green-20: #a7f0ba !default;\n$green-30: #6fdc8c !default;\n$green-40: #42be65 !default;\n$green-50: #24a148 !default;\n$green-60: #198038 !default;\n$green-70: #0e6027 !default;\n$green-80: #044317 !default;\n$green-90: #022d0d !default;\n$green-100: #071908 !default;\n$magenta-10: #fff0f7 !default;\n$magenta-20: #ffd6e8 !default;\n$magenta-30: #ffafd2 !default;\n$magenta-40: #ff7eb6 !default;\n$magenta-50: #ee5396 !default;\n$magenta-60: #d02670 !default;\n$magenta-70: #9f1853 !default;\n$magenta-80: #740937 !default;\n$magenta-90: #510224 !default;\n$magenta-100: #2a0a18 !default;\n$orange-10: #fff2e8 !default;\n$orange-20: #ffd9be !default;\n$orange-30: #ffb784 !default;\n$orange-40: #ff832b !default;\n$orange-50: #eb6200 !default;\n$orange-60: #ba4e00 !default;\n$orange-70: #8a3800 !default;\n$orange-80: #5e2900 !default;\n$orange-90: #3e1a00 !default;\n$orange-100: #231000 !default;\n$purple-10: #f6f2ff !default;\n$purple-20: #e8daff !default;\n$purple-30: #d4bbff !default;\n$purple-40: #be95ff !default;\n$purple-50: #a56eff !default;\n$purple-60: #8a3ffc !default;\n$purple-70: #6929c4 !default;\n$purple-80: #491d8b !default;\n$purple-90: #31135e !default;\n$purple-100: #1c0f30 !default;\n$red-10: #fff1f1 !default;\n$red-20: #ffd7d9 !default;\n$red-30: #ffb3b8 !default;\n$red-40: #ff8389 !default;\n$red-50: #fa4d56 !default;\n$red-60: #da1e28 !default;\n$red-70: #a2191f !default;\n$red-80: #750e13 !default;\n$red-90: #520408 !default;\n$red-100: #2d0709 !default;\n$teal-10: #d9fbfb !default;\n$teal-20: #9ef0f0 !default;\n$teal-30: #3ddbd9 !default;\n$teal-40: #08bdba !default;\n$teal-50: #009d9a !default;\n$teal-60: #007d79 !default;\n$teal-70: #005d5d !default;\n$teal-80: #004144 !default;\n$teal-90: #022b30 !default;\n$teal-100: #081a1c !default;\n$warm-gray-10: #f7f3f2 !default;\n$warm-gray-20: #e5e0df !default;\n$warm-gray-30: #cac5c4 !default;\n$warm-gray-40: #ada8a8 !default;\n$warm-gray-50: #8f8b8b !default;\n$warm-gray-60: #726e6e !default;\n$warm-gray-70: #565151 !default;\n$warm-gray-80: #3c3838 !default;\n$warm-gray-90: #272525 !default;\n$warm-gray-100: #171414 !default;\n$white-0: #ffffff !default;\n$yellow-10: #fcf4d6 !default;\n$yellow-20: #fddc69 !default;\n$yellow-30: #f1c21b !default;\n$yellow-40: #d2a106 !default;\n$yellow-50: #b28600 !default;\n$yellow-60: #8e6a00 !default;\n$yellow-70: #684e00 !default;\n$yellow-80: #483700 !default;\n$yellow-90: #302400 !default;\n$yellow-100: #1c1500 !default;\n\n$white-hover: #e8e8e8 !default;\n$black-hover: #212121 !default;\n$blue-10-hover: #dbebff !default;\n$blue-20-hover: #b8d3ff !default;\n$blue-30-hover: #8ab6ff !default;\n$blue-40-hover: #5c97ff !default;\n$blue-50-hover: #1f70ff !default;\n$blue-60-hover: #0050e6 !default;\n$blue-70-hover: #0053ff !default;\n$blue-80-hover: #0039c7 !default;\n$blue-90-hover: #00258a !default;\n$blue-100-hover: #001f75 !default;\n$cool-gray-10-hover: #e4e9f1 !default;\n$cool-gray-20-hover: #cdd3da !default;\n$cool-gray-30-hover: #adb5bd !default;\n$cool-gray-40-hover: #9199a1 !default;\n$cool-gray-50-hover: #757b85 !default;\n$cool-gray-60-hover: #585e64 !default;\n$cool-gray-70-hover: #5d646a !default;\n$cool-gray-80-hover: #434a51 !default;\n$cool-gray-90-hover: #2b3236 !default;\n$cool-gray-100-hover: #222a2f !default;\n$cyan-10-hover: #cceeff !default;\n$cyan-20-hover: #99daff !default;\n$cyan-30-hover: #57beff !default;\n$cyan-40-hover: #059fff !default;\n$cyan-50-hover: #0f7ec8 !default;\n$cyan-60-hover: #005fa3 !default;\n$cyan-70-hover: #0066bd !default;\n$cyan-80-hover: #00498a !default;\n$cyan-90-hover: #013360 !default;\n$cyan-100-hover: #0b2947 !default;\n$gray-10-hover: #e8e8e8 !default;\n$gray-20-hover: #d1d1d1 !default;\n$gray-30-hover: #b5b5b5 !default;\n$gray-40-hover: #999999 !default;\n$gray-50-hover: #7a7a7a !default;\n$gray-60-hover: #5e5e5e !default;\n$gray-70-hover: #636363 !default;\n$gray-80-hover: #474747 !default;\n$gray-90-hover: #333333 !default;\n$gray-100-hover: #292929 !default;\n$green-10-hover: #b6f6c8 !default;\n$green-20-hover: #74e792 !default;\n$green-30-hover: #36ce5e !default;\n$green-40-hover: #3bab5a !default;\n$green-50-hover: #208e3f !default;\n$green-60-hover: #166f31 !default;\n$green-70-hover: #11742f !default;\n$green-80-hover: #05521c !default;\n$green-90-hover: #033b11 !default;\n$green-100-hover: #0d300f !default;\n$magenta-10-hover: #ffe0ef !default;\n$magenta-20-hover: #ffbdda !default;\n$magenta-30-hover: #ff94c3 !default;\n$magenta-40-hover: #ff57a0 !default;\n$magenta-50-hover: #e3176f !default;\n$magenta-60-hover: #b0215f !default;\n$magenta-70-hover: #bf1d63 !default;\n$magenta-80-hover: #8e0b43 !default;\n$magenta-90-hover: #68032e !default;\n$magenta-100-hover: #53142f !default;\n$orange-10-hover: #ffe2cc !default;\n$orange-20-hover: #ffc69e !default;\n$orange-30-hover: #ff9d57 !default;\n$orange-40-hover: #fa6800 !default;\n$orange-50-hover: #cc5500 !default;\n$orange-60-hover: #9e4200 !default;\n$orange-70-hover: #a84400 !default;\n$orange-80-hover: #753300 !default;\n$orange-90-hover: #522200 !default;\n$orange-100-hover: #421e00 !default;\n$purple-10-hover: #ede5ff !default;\n$purple-20-hover: #dcc7ff !default;\n$purple-30-hover: #c5a3ff !default;\n$purple-40-hover: #ae7aff !default;\n$purple-50-hover: #9352ff !default;\n$purple-60-hover: #7822fb !default;\n$purple-70-hover: #7c3dd6 !default;\n$purple-80-hover: #5b24ad !default;\n$purple-90-hover: #40197b !default;\n$purple-100-hover: #341c59 !default;\n$red-10-hover: #ffe0e0 !default;\n$red-20-hover: #ffc2c5 !default;\n$red-30-hover: #ff99a0 !default;\n$red-40-hover: #ff6168 !default;\n$red-50-hover: #ee0713 !default;\n$red-60-hover: #b81922 !default;\n$red-70-hover: #c21e25 !default;\n$red-80-hover: #921118 !default;\n$red-90-hover: #66050a !default;\n$red-100-hover: #540d11 !default;\n$teal-10-hover: #acf6f6 !default;\n$teal-20-hover: #57e5e5 !default;\n$teal-30-hover: #25cac8 !default;\n$teal-40-hover: #07aba9 !default;\n$teal-50-hover: #008a87 !default;\n$teal-60-hover: #006b68 !default;\n$teal-70-hover: #007070 !default;\n$teal-80-hover: #005357 !default;\n$teal-90-hover: #033940 !default;\n$teal-100-hover: #0f3034 !default;\n$warm-gray-10-hover: #f0e8e6 !default;\n$warm-gray-20-hover: #d8d0cf !default;\n$warm-gray-30-hover: #b9b3b1 !default;\n$warm-gray-40-hover: #9c9696 !default;\n$warm-gray-50-hover: #7f7b7b !default;\n$warm-gray-60-hover: #605d5d !default;\n$warm-gray-70-hover: #696363 !default;\n$warm-gray-80-hover: #4c4848 !default;\n$warm-gray-90-hover: #343232 !default;\n$warm-gray-100-hover: #2c2626 !default;\n$yellow-10-hover: #f8e6a0 !default;\n$yellow-20-hover: #fccd27 !default;\n$yellow-30-hover: #ddb00e !default;\n$yellow-40-hover: #bc9005 !default;\n$yellow-50-hover: #9e7700 !default;\n$yellow-60-hover: #755800 !default;\n$yellow-70-hover: #806000 !default;\n$yellow-80-hover: #5c4600 !default;\n$yellow-90-hover: #3d2e00 !default;\n$yellow-100-hover: #332600 !default;\n\n/// Colors from the IBM Design Language\n/// @access public\n/// @group @carbon/colors\n$colors: (\n black: (\n 100: #000000,\n ),\n blue: (\n 10: #edf5ff,\n 20: #d0e2ff,\n 30: #a6c8ff,\n 40: #78a9ff,\n 50: #4589ff,\n 60: #0f62fe,\n 70: #0043ce,\n 80: #002d9c,\n 90: #001d6c,\n 100: #001141,\n ),\n cool-gray: (\n 10: #f2f4f8,\n 20: #dde1e6,\n 30: #c1c7cd,\n 40: #a2a9b0,\n 50: #878d96,\n 60: #697077,\n 70: #4d5358,\n 80: #343a3f,\n 90: #21272a,\n 100: #121619,\n ),\n cyan: (\n 10: #e5f6ff,\n 20: #bae6ff,\n 30: #82cfff,\n 40: #33b1ff,\n 50: #1192e8,\n 60: #0072c3,\n 70: #00539a,\n 80: #003a6d,\n 90: #012749,\n 100: #061727,\n ),\n gray: (\n 10: #f4f4f4,\n 20: #e0e0e0,\n 30: #c6c6c6,\n 40: #a8a8a8,\n 50: #8d8d8d,\n 60: #6f6f6f,\n 70: #525252,\n 80: #393939,\n 90: #262626,\n 100: #161616,\n ),\n green: (\n 10: #defbe6,\n 20: #a7f0ba,\n 30: #6fdc8c,\n 40: #42be65,\n 50: #24a148,\n 60: #198038,\n 70: #0e6027,\n 80: #044317,\n 90: #022d0d,\n 100: #071908,\n ),\n magenta: (\n 10: #fff0f7,\n 20: #ffd6e8,\n 30: #ffafd2,\n 40: #ff7eb6,\n 50: #ee5396,\n 60: #d02670,\n 70: #9f1853,\n 80: #740937,\n 90: #510224,\n 100: #2a0a18,\n ),\n orange: (\n 10: #fff2e8,\n 20: #ffd9be,\n 30: #ffb784,\n 40: #ff832b,\n 50: #eb6200,\n 60: #ba4e00,\n 70: #8a3800,\n 80: #5e2900,\n 90: #3e1a00,\n 100: #231000,\n ),\n purple: (\n 10: #f6f2ff,\n 20: #e8daff,\n 30: #d4bbff,\n 40: #be95ff,\n 50: #a56eff,\n 60: #8a3ffc,\n 70: #6929c4,\n 80: #491d8b,\n 90: #31135e,\n 100: #1c0f30,\n ),\n red: (\n 10: #fff1f1,\n 20: #ffd7d9,\n 30: #ffb3b8,\n 40: #ff8389,\n 50: #fa4d56,\n 60: #da1e28,\n 70: #a2191f,\n 80: #750e13,\n 90: #520408,\n 100: #2d0709,\n ),\n teal: (\n 10: #d9fbfb,\n 20: #9ef0f0,\n 30: #3ddbd9,\n 40: #08bdba,\n 50: #009d9a,\n 60: #007d79,\n 70: #005d5d,\n 80: #004144,\n 90: #022b30,\n 100: #081a1c,\n ),\n warm-gray: (\n 10: #f7f3f2,\n 20: #e5e0df,\n 30: #cac5c4,\n 40: #ada8a8,\n 50: #8f8b8b,\n 60: #726e6e,\n 70: #565151,\n 80: #3c3838,\n 90: #272525,\n 100: #171414,\n ),\n white: (\n 0: #ffffff,\n ),\n yellow: (\n 10: #fcf4d6,\n 20: #fddc69,\n 30: #f1c21b,\n 40: #d2a106,\n 50: #b28600,\n 60: #8e6a00,\n 70: #684e00,\n 80: #483700,\n 90: #302400,\n 100: #1c1500,\n ),\n) !default;\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={container:"-esm-primary-navigation__patient-banner-patient-info-module__container___uIyaP",activePatientContainer:"-esm-primary-navigation__patient-banner-patient-info-module__activePatientContainer___3vvHT",patientBanner:"-esm-primary-navigation__patient-banner-patient-info-module__patientBanner___gZlj-",patientName:"-esm-primary-navigation__patient-banner-patient-info-module__patientName___g4CPf",patientAvatar:"-esm-primary-navigation__patient-banner-patient-info-module__patientAvatar___F+i4k",patientAvatarButton:"-esm-primary-navigation__patient-banner-patient-info-module__patientAvatarButton___cnFxx",patientInfo:"-esm-primary-navigation__patient-banner-patient-info-module__patientInfo___zvrUK",demographics:"-esm-primary-navigation__patient-banner-patient-info-module__demographics___1X7Ou",row:"-esm-primary-navigation__patient-banner-patient-info-module__row___t8sLN",flexRow:"-esm-primary-navigation__patient-banner-patient-info-module__flexRow___JSCj4",tagsSlot:"-esm-primary-navigation__patient-banner-patient-info-module__tagsSlot___J+DuK",identifiers:"-esm-primary-navigation__patient-banner-patient-info-module__identifiers___eRoVX",identifier:"-esm-primary-navigation__patient-banner-patient-info-module__identifier___ZWOwl",primaryIdentifier:"-esm-primary-navigation__patient-banner-patient-info-module__primaryIdentifier___EBBin",secondaryIdentifier:"-esm-primary-navigation__patient-banner-patient-info-module__secondaryIdentifier___um9rx",value:"-esm-primary-navigation__patient-banner-patient-info-module__value___B0Is9",gender:"-esm-primary-navigation__patient-banner-patient-info-module__gender___EP6pn",separator:"-esm-primary-navigation__patient-banner-patient-info-module__separator___tN4cn",tag:"-esm-primary-navigation__patient-banner-patient-info-module__tag___Fkqbe",tooltipPadding:"-esm-primary-navigation__patient-banner-patient-info-module__tooltipPadding___s3b5m",tooltipSmallText:"-esm-primary-navigation__patient-banner-patient-info-module__tooltipSmallText___OCVaA",actionsButtonText:"-esm-primary-navigation__patient-banner-patient-info-module__actionsButtonText___NMqor"};const s=r},60739:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__action-menu-button-module__container___YVcGQ{margin-top:.25rem;margin-bottom:.25rem;border-radius:50%;color:#161616;max-width:none}.-esm-primary-navigation__action-menu-button-module__container___YVcGQ:hover{background-color:#c6c6c6;color:#525252}.-esm-primary-navigation__action-menu-button-module__container___YVcGQ:focus{border-color:#0f62fe}.-esm-primary-navigation__action-menu-button-module__container___YVcGQ>span{margin-top:.25rem;font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);color:#525252}.-esm-primary-navigation__action-menu-button-module__container___YVcGQ svg{transform:scale(1.25)}.-esm-primary-navigation__action-menu-button-module__elementContainer___7IQLi{display:flex;align-items:center;position:relative;flex-direction:column}.-esm-primary-navigation__action-menu-button-module__elementContainer___7IQLi .-esm-primary-navigation__action-menu-button-module__countTag___Beyxr,.-esm-primary-navigation__action-menu-button-module__elementContainer___7IQLi .-esm-primary-navigation__action-menu-button-module__interruptedTag___kaOfI{position:absolute;font-size:10px;text-align:center;color:#f4f4f4;background-color:#da1e28;padding:0 4px;border-radius:50%;top:-14px;right:-12px}.-esm-primary-navigation__action-menu-button-module__elementContainer___7IQLi .-esm-primary-navigation__action-menu-button-module__interruptedTag___kaOfI{font-size:10px;padding:0 5px;width:14px;height:14px}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-button-module__active___lFM4R{border:.125rem solid;border-color:#007d79;border-color:var(--brand-03);border-radius:50%;background-color:#fff}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-button-module__active___lFM4R:focus{border-color:var(--brand-03) !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-button-module__container___YVcGQ svg{transform:scale(1.25)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button-module__container___YVcGQ{margin-bottom:0;margin-top:0;border-radius:unset;color:#161616;max-width:none;display:flex;flex-direction:column;align-items:center;width:100%}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button-module__active___lFM4R{background-color:#edf5ff;color:#0f62fe}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button-module__active___lFM4R:hover{color:#0f62fe}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button-module__active___lFM4R>span{color:#0f62fe;font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button-module__active___lFM4R svg{fill:#0f62fe}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/workspaces/action-menu-button/action-menu-button.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,uEACE,iBCWW,CDVX,oBCUW,CDTX,iBAAA,CACA,aDFM,CCGN,cAAA,CAEA,6EACE,wBDFY,CCGZ,aDNM,CCSR,6EACE,oBDMa,CCHf,4EACE,iBCLS,CCk1BT,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CF30BA,aDhBM,CCmBR,2EACE,qBAAA,CAIJ,8EACE,YAAA,CACA,kBAAA,CACA,iBAAA,CACA,qBAAA,CAEA,8SACE,iBAAA,CACA,cAAA,CACA,iBAAA,CACA,aDvCI,CCwCJ,wBDpBK,CCqBL,aAAA,CACA,iBAAA,CACA,SAAA,CACA,WAAA,CAGF,0JAEE,cAAA,CACA,aAAA,CACA,UAAA,CACA,WAAA,CAMF,+FACE,oBAAA,CDXF,oBAAA,CACA,4BAAA,CCYE,iBAAA,CACA,qBD7DI,CC+DJ,qGACE,uCAAA,CAKF,sGACE,qBAAA,CAOJ,mGACE,eAAA,CACA,YAAA,CACA,mBAAA,CACA,aD9EI,CC+EJ,cAAA,CAEA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,UAAA,CAGF,gGACE,wBDhFY,CCiFZ,aDxEa,CC0Eb,sGACE,aD3EW,CC8Eb,qGACE,aD/EW,CG20Bb,2DAAA,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CFxvBA,oGACE,YDpFW",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '../../vars' as *;\n\n.container {\n margin-top: layout.$spacing-02;\n margin-bottom: layout.$spacing-02;\n border-radius: 50%;\n color: $ui-05;\n max-width: none;\n\n &:hover {\n background-color: $color-gray-30;\n color: $text-02;\n }\n\n &:focus {\n border-color: $interactive-01;\n }\n\n & > span {\n margin-top: layout.$spacing-02;\n @include type.type-style('body-compact-01');\n color: $text-02;\n }\n\n & svg {\n transform: scale(1.25);\n }\n}\n\n.elementContainer {\n display: flex;\n align-items: center;\n position: relative;\n flex-direction: column;\n\n .countTag {\n position: absolute;\n font-size: 10px;\n text-align: center;\n color: $ui-01;\n background-color: $danger;\n padding: 0 4px;\n border-radius: 50%;\n top: -14px;\n right: -12px;\n }\n\n .interruptedTag {\n @extend .countTag;\n font-size: 10px;\n padding: 0 5px;\n width: 14px;\n height: 14px;\n }\n}\n\n/* Desktop */\n:global(.omrs-breakpoint-gt-tablet) {\n .active {\n border: layout.$spacing-01 solid;\n @include brand-03(border-color);\n border-radius: 50%;\n background-color: $ui-02;\n\n &:focus {\n border-color: var(--brand-03) !important;\n }\n }\n\n .container {\n & svg {\n transform: scale(1.25);\n }\n }\n}\n\n/* Tablet */\n:global(.omrs-breakpoint-lt-desktop) {\n .container {\n margin-bottom: 0;\n margin-top: 0;\n border-radius: unset;\n color: $ui-05;\n max-width: none;\n\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n }\n\n .active {\n background-color: $color-blue-10;\n color: $interactive-01;\n\n &:hover {\n color: $interactive-01;\n }\n\n & > span {\n color: $interactive-01;\n @include type.type-style('heading-compact-01');\n }\n\n svg {\n fill: $interactive-01;\n }\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={container:"-esm-primary-navigation__action-menu-button-module__container___YVcGQ",elementContainer:"-esm-primary-navigation__action-menu-button-module__elementContainer___7IQLi",countTag:"-esm-primary-navigation__action-menu-button-module__countTag___Beyxr",interruptedTag:"-esm-primary-navigation__action-menu-button-module__interruptedTag___kaOfI",active:"-esm-primary-navigation__action-menu-button-module__active___lFM4R"};const s=r},61603:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,".-esm-primary-navigation__workspace-windows-and-menu-module__workspaceWindowsAndMenuContainer___03QaD{position:relative;display:flex;height:100%;width:100%}.-esm-primary-navigation__workspace-windows-and-menu-module__workspaceWindowsAndMenuContainer___03QaD.-esm-primary-navigation__workspace-windows-and-menu-module__hasMaximizedWindow___86O64{contain:none !important;transform:none !important;will-change:auto !important}.-esm-primary-navigation__workspace-windows-and-menu-module__workspaceWindowsAndMenuContainer___03QaD.-esm-primary-navigation__workspace-windows-and-menu-module__overlay___HLWoL{contain:none;position:absolute;right:0;top:0;bottom:0;width:calc(100vw - var(--actionPanelOffset))}.-esm-primary-navigation__workspace-windows-and-menu-module__workspaceWindowsContainer___lny5l{display:grid;width:fit-content}.-esm-primary-navigation__workspace-windows-and-menu-module__workspaceWindowsContainer___lny5l>*{grid-area:1/1}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/workspaces2/workspace-windows-and-menu.module.scss"],names:[],mappings:"AAAA,sGACE,iBAAA,CACA,YAAA,CACA,WAAA,CACA,UAAA,CAGA,6LACE,uBAAA,CACA,yBAAA,CACA,2BAAA,CAGF,kLACE,YAAA,CACA,iBAAA,CACA,OAAA,CACA,KAAA,CACA,QAAA,CACA,4CAAA,CAIJ,+FACE,YAAA,CACA,iBAAA,CAGA,iGACE,aAAA",sourcesContent:[".workspaceWindowsAndMenuContainer {\n position: relative;\n display: flex;\n height: 100%;\n width: 100%;\n\n // When any workspace is maximized, remove containment to allow fixed positioning\n &.hasMaximizedWindow {\n contain: none !important;\n transform: none !important;\n will-change: auto !important;\n }\n\n &.overlay {\n contain: none;\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n width: calc(100vw - var(--actionPanelOffset));\n }\n}\n\n.workspaceWindowsContainer {\n display: grid;\n width: fit-content;\n\n // make its children stack on top of each other\n > * {\n grid-area: 1 / 1;\n }\n}\n"],sourceRoot:""}]),r.locals={workspaceWindowsAndMenuContainer:"-esm-primary-navigation__workspace-windows-and-menu-module__workspaceWindowsAndMenuContainer___03QaD",hasMaximizedWindow:"-esm-primary-navigation__workspace-windows-and-menu-module__hasMaximizedWindow___86O64",overlay:"-esm-primary-navigation__workspace-windows-and-menu-module__overlay___HLWoL",workspaceWindowsContainer:"-esm-primary-navigation__workspace-windows-and-menu-module__workspaceWindowsContainer___lny5l"};const s=r},69896:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__action-menu-module__sideRailHidden___caKbk{display:none}.-esm-primary-navigation__action-menu-module__sideRailVisible___8OZRJ{display:flex}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-module__sideRail___kYS-S{width:3rem}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-module__sideRail___kYS-S .-esm-primary-navigation__action-menu-module__container___V-hnb{position:fixed;top:var(--omrs-navbar-height);right:0;background:#f4f4f4;height:100%;z-index:1000;width:3rem;border-left:1px solid #a8a8a8;display:flex;align-items:center;flex-direction:column}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-module__sideRail___kYS-S.-esm-primary-navigation__action-menu-module__withinWorkspace___4gz9m .-esm-primary-navigation__action-menu-module__container___V-hnb{top:calc(var(--omrs-navbar-height) + var(--workspace-header-height))}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-module__sideRail___kYS-S{border-top:1px solid #c6c6c6;background-color:#fff;position:fixed;left:0;bottom:0;z-index:8003;width:100%;display:flex;justify-content:stretch}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-module__chartExtensions___jG-uM{background-color:#fff;display:flex;width:100%}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-module__chartExtensions___jG-uM>div{flex:1;cursor:pointer}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-module__container___V-hnb{display:flex;align-items:center;width:100%}.-esm-primary-navigation__action-menu-module__divider___-k7yb{background-color:#a8a8a8;margin:.75rem 0;height:1px;width:2.5rem}html[dir=rtl] .omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-module__sideRail___kYS-S .-esm-primary-navigation__action-menu-module__container___V-hnb{right:unset;left:0}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/workspaces/container/action-menu.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCvDF,qEACE,YAAA,CAGF,sEACE,YAAA,CAKA,0FACE,UCkCS,CDhCT,0JACE,cAAA,CACA,6BAAA,CACA,OAAA,CACA,kBDrBE,CCsBF,WAAA,CACA,YAAA,CACA,UCyBO,CDxBP,6BAAA,CACA,YAAA,CACA,kBAAA,CACA,qBAAA,CAGF,+NACE,oEAAA,CAOJ,2FACE,4BAAA,CACA,qBDxCI,CCyCJ,cAAA,CACA,MAAA,CACA,QAAA,CACA,YAAA,CACA,UAAA,CACA,YAAA,CACA,uBAAA,CAGF,kGACE,qBDnDI,CCoDJ,YAAA,CACA,UAAA,CAEA,sGACE,MAAA,CACA,cAAA,CAIJ,4FACE,YAAA,CACA,kBAAA,CACA,UAAA,CAIJ,8DACE,wBDhEQ,CCiER,eAAA,CACA,UAAA,CACA,YC7BW,CDoCP,wKACE,WAAA,CACA,MAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '../../vars' as *;\n\n$icon-button-size: layout.$spacing-08;\n$actionPanelOffset: layout.$spacing-09;\n\n.sideRailHidden {\n display: none;\n}\n\n.sideRailVisible {\n display: flex;\n}\n\n/* Desktop */\n:global(.omrs-breakpoint-gt-tablet) {\n .sideRail {\n width: $actionPanelOffset;\n\n .container {\n position: fixed;\n top: var(--omrs-navbar-height);\n right: 0;\n background: $ui-01;\n height: 100%;\n z-index: 1000;\n width: $actionPanelOffset;\n border-left: 1px solid $text-03;\n display: flex;\n align-items: center;\n flex-direction: column;\n }\n\n &.withinWorkspace .container {\n top: calc(var(--omrs-navbar-height) + var(--workspace-header-height));\n }\n }\n}\n\n/* Tablet */\n:global(.omrs-breakpoint-lt-desktop) {\n .sideRail {\n border-top: 1px solid $color-gray-30;\n background-color: $ui-02;\n position: fixed;\n left: 0;\n bottom: 0;\n z-index: 8003;\n width: 100%;\n display: flex;\n justify-content: stretch;\n }\n\n .chartExtensions {\n background-color: $ui-02;\n display: flex;\n width: 100%;\n\n > div {\n flex: 1;\n cursor: pointer;\n }\n }\n\n .container {\n display: flex;\n align-items: center;\n width: 100%;\n }\n}\n\n.divider {\n background-color: $text-03;\n margin: layout.$spacing-04 0;\n height: 1px;\n width: layout.$spacing-08;\n}\n\n// Overriding styles for RTL support\nhtml[dir='rtl'] {\n :global(.omrs-breakpoint-gt-tablet) {\n .sideRail {\n .container {\n right: unset;\n left: 0;\n }\n }\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={sideRailHidden:"-esm-primary-navigation__action-menu-module__sideRailHidden___caKbk",sideRailVisible:"-esm-primary-navigation__action-menu-module__sideRailVisible___8OZRJ",sideRail:"-esm-primary-navigation__action-menu-module__sideRail___kYS-S",container:"-esm-primary-navigation__action-menu-module__container___V-hnb",withinWorkspace:"-esm-primary-navigation__action-menu-module__withinWorkspace___4gz9m",chartExtensions:"-esm-primary-navigation__action-menu-module__chartExtensions___jG-uM",divider:"-esm-primary-navigation__action-menu-module__divider___-k7yb"};const s=r},78874:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,'[dir="rtl"] .-esm-primary-navigation__icons-module__icon___HzoEl{transform:scaleX(-1)}',"",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/icons/icons.module.scss"],names:[],mappings:"AACE,iEACE,oBAAA",sourcesContent:[":global([dir='rtl']) {\n .icon {\n transform: scaleX(-1);\n }\n}\n"],sourceRoot:""}]),r.locals={icon:"-esm-primary-navigation__icons-module__icon___HzoEl"};const s=r},80640:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__pagination-module__bodyShort01___K5BzF,.-esm-primary-navigation__pagination-module__configurableLink___xV197{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px)}.-esm-primary-navigation__pagination-module__desktop___LyKmo,.-esm-primary-navigation__pagination-module__tablet___nU87R{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);display:flex;justify-content:space-between;color:#525252;background-color:#fff;padding-left:1rem;align-items:center;border-top:1px solid #e0e0e0}.-esm-primary-navigation__pagination-module__desktop___LyKmo .cds--pagination{min-height:0;height:2rem;width:auto;border:none}.-esm-primary-navigation__pagination-module__desktop___LyKmo .cds--pagination .cds--select-input,.-esm-primary-navigation__pagination-module__desktop___LyKmo .cds--pagination .cds--btn,.-esm-primary-navigation__pagination-module__desktop___LyKmo .cds--pagination .cds--pagination__right{min-height:0;height:2rem}.-esm-primary-navigation__pagination-module__tablet___nU87R .cds--pagination{min-height:0;height:3rem;width:auto;border:none}.-esm-primary-navigation__pagination-module__tablet___nU87R .cds--pagination .cds--select-input,.-esm-primary-navigation__pagination-module__tablet___nU87R .cds--pagination .cds--btn,.-esm-primary-navigation__pagination-module__tablet___nU87R .cds--pagination .cds--pagination__right{min-height:0;height:3rem}.-esm-primary-navigation__pagination-module__configurableLink___xV197{text-decoration:none;padding:0 .5rem}.-esm-primary-navigation__pagination-module__pagination___xkHOU{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);background-color:#fff;color:#525252;display:flex}div.-esm-primary-navigation__pagination-module__pagination___xkHOU>.cds--pagination__left{display:none}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/pagination/pagination.module.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,uIC81BI,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CD11BJ,yHC01BI,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CDv1BF,YAAA,CACA,6BAAA,CACA,aDNQ,CCOR,qBDXM,CCYN,iBEgBW,CFfX,kBAAA,CACA,4BAAA,CAGF,8EACE,YAAA,CACA,WEmBW,CFlBX,UAAA,CACA,WAAA,CAEA,+RAGE,YAAA,CACA,WEWS,CFPb,6EACE,YAAA,CACA,WEeW,CFdX,UAAA,CACA,WAAA,CAEA,4RAGE,YAAA,CACA,WEOS,CFHb,sEACE,oBAAA,CAEA,eAAA,CAGF,gEC4yBI,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CD1yBF,qBDrDM,CCsDN,aDlDQ,CCmDR,YAAA,CAIA,0FACE,YAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '../vars' as *;\n\n.bodyShort01 {\n @include type.type-style('body-compact-01');\n}\n\n.desktop,\n.tablet {\n @include type.type-style('body-compact-01');\n display: flex;\n justify-content: space-between;\n color: $text-02;\n background-color: $ui-02;\n padding-left: layout.$spacing-05;\n align-items: center;\n border-top: 1px solid $ui-03;\n}\n\n.desktop :global(.cds--pagination) {\n min-height: 0;\n height: layout.$spacing-07;\n width: auto;\n border: none;\n\n & :global(.cds--select-input),\n :global(.cds--btn),\n :global(.cds--pagination__right) {\n min-height: 0;\n height: layout.$spacing-07;\n }\n}\n\n.tablet :global(.cds--pagination) {\n min-height: 0;\n height: layout.$spacing-09;\n width: auto;\n border: none;\n\n & :global(.cds--select-input),\n :global(.cds--btn),\n :global(.cds--pagination__right) {\n min-height: 0;\n height: layout.$spacing-09;\n }\n}\n\n.configurableLink {\n text-decoration: none;\n @extend .bodyShort01;\n padding: 0 layout.$spacing-03;\n}\n\n.pagination {\n @include type.type-style('body-compact-01');\n background-color: $ui-02;\n color: $text-02;\n display: flex;\n}\n\ndiv.pagination {\n & > :global(.cds--pagination__left) {\n display: none;\n }\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={bodyShort01:"-esm-primary-navigation__pagination-module__bodyShort01___K5BzF",configurableLink:"-esm-primary-navigation__pagination-module__configurableLink___xV197",desktop:"-esm-primary-navigation__pagination-module__desktop___LyKmo",tablet:"-esm-primary-navigation__pagination-module__tablet___nU87R",pagination:"-esm-primary-navigation__pagination-module__pagination___xkHOU"};const s=r},80830:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__location-picker-module__bodyCompact01___AHLac,.-esm-primary-navigation__location-picker-module__locationRadioButton___jUEHl{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px)}.-esm-primary-navigation__location-picker-module__searchResults___dk6F7{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);max-height:100%;overflow-y:auto;padding:0 1.5rem;background-color:#f4f4f4;height:25.5rem}.-esm-primary-navigation__location-picker-module__locationResultsContainer___fuHyL{display:flex;overflow-y:auto;padding:.5rem .125rem 0}.-esm-primary-navigation__location-picker-module__locationRadioButton___jUEHl{display:flex;height:3rem;align-items:center}.-esm-primary-navigation__location-picker-module__locationNotFound___RkhS\\+{font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px);color:#525252;margin-bottom:1rem}.-esm-primary-navigation__location-picker-module__radioButtonSkeleton___4Fwcf{margin-right:0 !important;margin-bottom:2rem}.-esm-primary-navigation__location-picker-module__radioButtonSkeleton___4Fwcf span{width:100% !important}.-esm-primary-navigation__location-picker-module__loadingIcon___V8JVm{display:flex;justify-content:center;align-items:center;max-width:50%;margin:1rem auto}.-esm-primary-navigation__location-picker-module__loadingIcon___V8JVm .cds--loading__stroke{stroke:#007d79;stroke:var(--brand-03)}.-esm-primary-navigation__location-picker-module__loadingContainer___w-emP{margin-top:1.5rem}.-esm-primary-navigation__location-picker-module__emptyState___nlEsB{display:flex;flex-direction:column;justify-content:center;margin:1.5rem auto 0}.-esm-primary-navigation__location-picker-module__errorNotification___yy36q{margin:.5rem 0}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/location-picker/location-picker.module.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,sJC81BI,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CD11BJ,wEC01BI,oDAAA,CAAA,uDAAA,CAAA,yDAAA,CAAA,2DAAA,CDx1BF,eAAA,CACA,eAAA,CACA,gBAAA,CACA,wBDXM,CCYN,cAAA,CAGF,mFACE,YAAA,CACA,eAAA,CACA,uBAAA,CAGF,8EACE,YAAA,CACA,WE0BW,CFzBX,kBAAA,CAIF,4ECo0BI,2DAAA,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CDl0BF,aDzBQ,CC0BR,kBEFW,CFKb,8EACE,yBAAA,CACA,kBEGW,CAAA,mFFCX,qBAAA,CAGF,sEACE,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,aAAA,CACA,gBAAA,CAEA,4FDFA,cAAA,CACA,sBAAA,CCMF,2EACE,iBEtBW,CFyBb,qEACE,YAAA,CACA,qBAAA,CACA,sBAAA,CACA,oBAAA,CAGF,4EACE,cAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '../vars' as *;\n\n.bodyCompact01 {\n @include type.type-style('body-compact-01');\n}\n\n.searchResults {\n @include type.type-style('body-compact-02');\n max-height: 100%;\n overflow-y: auto;\n padding: 0 layout.$spacing-06;\n background-color: $ui-01;\n height: 25.5rem;\n}\n\n.locationResultsContainer {\n display: flex;\n overflow-y: auto;\n padding: layout.$spacing-03 layout.$spacing-01 0;\n}\n\n.locationRadioButton {\n display: flex;\n height: layout.$spacing-09;\n align-items: center;\n @extend .bodyCompact01;\n}\n\n.locationNotFound {\n @include type.type-style('heading-compact-01');\n color: $text-02;\n margin-bottom: layout.$spacing-05;\n}\n\n.radioButtonSkeleton {\n margin-right: 0 !important;\n margin-bottom: layout.$spacing-07;\n}\n\n.radioButtonSkeleton span {\n width: 100% !important;\n}\n\n.loadingIcon {\n display: flex;\n justify-content: center;\n align-items: center;\n max-width: 50%;\n margin: layout.$spacing-05 auto;\n\n :global(.cds--loading__stroke) {\n @include brand-03(stroke);\n }\n}\n\n.loadingContainer {\n margin-top: layout.$spacing-06;\n}\n\n.emptyState {\n display: flex;\n flex-direction: column;\n justify-content: center;\n margin: layout.$spacing-06 auto 0;\n}\n\n.errorNotification {\n margin: layout.$spacing-03 0;\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={bodyCompact01:"-esm-primary-navigation__location-picker-module__bodyCompact01___AHLac",locationRadioButton:"-esm-primary-navigation__location-picker-module__locationRadioButton___jUEHl",searchResults:"-esm-primary-navigation__location-picker-module__searchResults___dk6F7",locationResultsContainer:"-esm-primary-navigation__location-picker-module__locationResultsContainer___fuHyL",locationNotFound:"-esm-primary-navigation__location-picker-module__locationNotFound___RkhS+",radioButtonSkeleton:"-esm-primary-navigation__location-picker-module__radioButtonSkeleton___4Fwcf",loadingIcon:"-esm-primary-navigation__location-picker-module__loadingIcon___V8JVm",loadingContainer:"-esm-primary-navigation__location-picker-module__loadingContainer___w-emP",emptyState:"-esm-primary-navigation__location-picker-module__emptyState___nlEsB",errorNotification:"-esm-primary-navigation__location-picker-module__errorNotification___yy36q"};const s=r},83374:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,".-esm-primary-navigation__dashboard-module__menu___qK1IP{display:flex;align-items:center;justify-content:center}.-esm-primary-navigation__dashboard-module__icon___14ccB{margin-right:1.5rem;fill:#525252}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/dashboard-extension/dashboard.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/colors/index.scss"],names:[],mappings:"AAGA,yDACE,YAAA,CACA,kBAAA,CACA,sBAAA,CAGF,yDACE,mBC0BW,CDzBX,YEqCQ",sourcesContent:["@use '@carbon/colors';\n@use '@carbon/layout';\n\n.menu {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.icon {\n margin-right: layout.$spacing-06;\n fill: colors.$gray-70;\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","// Code generated by @carbon/colors. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n$black: #000000 !default;\n$white: #ffffff !default;\n\n$black-100: #000000 !default;\n$blue-10: #edf5ff !default;\n$blue-20: #d0e2ff !default;\n$blue-30: #a6c8ff !default;\n$blue-40: #78a9ff !default;\n$blue-50: #4589ff !default;\n$blue-60: #0f62fe !default;\n$blue-70: #0043ce !default;\n$blue-80: #002d9c !default;\n$blue-90: #001d6c !default;\n$blue-100: #001141 !default;\n$cool-gray-10: #f2f4f8 !default;\n$cool-gray-20: #dde1e6 !default;\n$cool-gray-30: #c1c7cd !default;\n$cool-gray-40: #a2a9b0 !default;\n$cool-gray-50: #878d96 !default;\n$cool-gray-60: #697077 !default;\n$cool-gray-70: #4d5358 !default;\n$cool-gray-80: #343a3f !default;\n$cool-gray-90: #21272a !default;\n$cool-gray-100: #121619 !default;\n$cyan-10: #e5f6ff !default;\n$cyan-20: #bae6ff !default;\n$cyan-30: #82cfff !default;\n$cyan-40: #33b1ff !default;\n$cyan-50: #1192e8 !default;\n$cyan-60: #0072c3 !default;\n$cyan-70: #00539a !default;\n$cyan-80: #003a6d !default;\n$cyan-90: #012749 !default;\n$cyan-100: #061727 !default;\n$gray-10: #f4f4f4 !default;\n$gray-20: #e0e0e0 !default;\n$gray-30: #c6c6c6 !default;\n$gray-40: #a8a8a8 !default;\n$gray-50: #8d8d8d !default;\n$gray-60: #6f6f6f !default;\n$gray-70: #525252 !default;\n$gray-80: #393939 !default;\n$gray-90: #262626 !default;\n$gray-100: #161616 !default;\n$green-10: #defbe6 !default;\n$green-20: #a7f0ba !default;\n$green-30: #6fdc8c !default;\n$green-40: #42be65 !default;\n$green-50: #24a148 !default;\n$green-60: #198038 !default;\n$green-70: #0e6027 !default;\n$green-80: #044317 !default;\n$green-90: #022d0d !default;\n$green-100: #071908 !default;\n$magenta-10: #fff0f7 !default;\n$magenta-20: #ffd6e8 !default;\n$magenta-30: #ffafd2 !default;\n$magenta-40: #ff7eb6 !default;\n$magenta-50: #ee5396 !default;\n$magenta-60: #d02670 !default;\n$magenta-70: #9f1853 !default;\n$magenta-80: #740937 !default;\n$magenta-90: #510224 !default;\n$magenta-100: #2a0a18 !default;\n$orange-10: #fff2e8 !default;\n$orange-20: #ffd9be !default;\n$orange-30: #ffb784 !default;\n$orange-40: #ff832b !default;\n$orange-50: #eb6200 !default;\n$orange-60: #ba4e00 !default;\n$orange-70: #8a3800 !default;\n$orange-80: #5e2900 !default;\n$orange-90: #3e1a00 !default;\n$orange-100: #231000 !default;\n$purple-10: #f6f2ff !default;\n$purple-20: #e8daff !default;\n$purple-30: #d4bbff !default;\n$purple-40: #be95ff !default;\n$purple-50: #a56eff !default;\n$purple-60: #8a3ffc !default;\n$purple-70: #6929c4 !default;\n$purple-80: #491d8b !default;\n$purple-90: #31135e !default;\n$purple-100: #1c0f30 !default;\n$red-10: #fff1f1 !default;\n$red-20: #ffd7d9 !default;\n$red-30: #ffb3b8 !default;\n$red-40: #ff8389 !default;\n$red-50: #fa4d56 !default;\n$red-60: #da1e28 !default;\n$red-70: #a2191f !default;\n$red-80: #750e13 !default;\n$red-90: #520408 !default;\n$red-100: #2d0709 !default;\n$teal-10: #d9fbfb !default;\n$teal-20: #9ef0f0 !default;\n$teal-30: #3ddbd9 !default;\n$teal-40: #08bdba !default;\n$teal-50: #009d9a !default;\n$teal-60: #007d79 !default;\n$teal-70: #005d5d !default;\n$teal-80: #004144 !default;\n$teal-90: #022b30 !default;\n$teal-100: #081a1c !default;\n$warm-gray-10: #f7f3f2 !default;\n$warm-gray-20: #e5e0df !default;\n$warm-gray-30: #cac5c4 !default;\n$warm-gray-40: #ada8a8 !default;\n$warm-gray-50: #8f8b8b !default;\n$warm-gray-60: #726e6e !default;\n$warm-gray-70: #565151 !default;\n$warm-gray-80: #3c3838 !default;\n$warm-gray-90: #272525 !default;\n$warm-gray-100: #171414 !default;\n$white-0: #ffffff !default;\n$yellow-10: #fcf4d6 !default;\n$yellow-20: #fddc69 !default;\n$yellow-30: #f1c21b !default;\n$yellow-40: #d2a106 !default;\n$yellow-50: #b28600 !default;\n$yellow-60: #8e6a00 !default;\n$yellow-70: #684e00 !default;\n$yellow-80: #483700 !default;\n$yellow-90: #302400 !default;\n$yellow-100: #1c1500 !default;\n\n$white-hover: #e8e8e8 !default;\n$black-hover: #212121 !default;\n$blue-10-hover: #dbebff !default;\n$blue-20-hover: #b8d3ff !default;\n$blue-30-hover: #8ab6ff !default;\n$blue-40-hover: #5c97ff !default;\n$blue-50-hover: #1f70ff !default;\n$blue-60-hover: #0050e6 !default;\n$blue-70-hover: #0053ff !default;\n$blue-80-hover: #0039c7 !default;\n$blue-90-hover: #00258a !default;\n$blue-100-hover: #001f75 !default;\n$cool-gray-10-hover: #e4e9f1 !default;\n$cool-gray-20-hover: #cdd3da !default;\n$cool-gray-30-hover: #adb5bd !default;\n$cool-gray-40-hover: #9199a1 !default;\n$cool-gray-50-hover: #757b85 !default;\n$cool-gray-60-hover: #585e64 !default;\n$cool-gray-70-hover: #5d646a !default;\n$cool-gray-80-hover: #434a51 !default;\n$cool-gray-90-hover: #2b3236 !default;\n$cool-gray-100-hover: #222a2f !default;\n$cyan-10-hover: #cceeff !default;\n$cyan-20-hover: #99daff !default;\n$cyan-30-hover: #57beff !default;\n$cyan-40-hover: #059fff !default;\n$cyan-50-hover: #0f7ec8 !default;\n$cyan-60-hover: #005fa3 !default;\n$cyan-70-hover: #0066bd !default;\n$cyan-80-hover: #00498a !default;\n$cyan-90-hover: #013360 !default;\n$cyan-100-hover: #0b2947 !default;\n$gray-10-hover: #e8e8e8 !default;\n$gray-20-hover: #d1d1d1 !default;\n$gray-30-hover: #b5b5b5 !default;\n$gray-40-hover: #999999 !default;\n$gray-50-hover: #7a7a7a !default;\n$gray-60-hover: #5e5e5e !default;\n$gray-70-hover: #636363 !default;\n$gray-80-hover: #474747 !default;\n$gray-90-hover: #333333 !default;\n$gray-100-hover: #292929 !default;\n$green-10-hover: #b6f6c8 !default;\n$green-20-hover: #74e792 !default;\n$green-30-hover: #36ce5e !default;\n$green-40-hover: #3bab5a !default;\n$green-50-hover: #208e3f !default;\n$green-60-hover: #166f31 !default;\n$green-70-hover: #11742f !default;\n$green-80-hover: #05521c !default;\n$green-90-hover: #033b11 !default;\n$green-100-hover: #0d300f !default;\n$magenta-10-hover: #ffe0ef !default;\n$magenta-20-hover: #ffbdda !default;\n$magenta-30-hover: #ff94c3 !default;\n$magenta-40-hover: #ff57a0 !default;\n$magenta-50-hover: #e3176f !default;\n$magenta-60-hover: #b0215f !default;\n$magenta-70-hover: #bf1d63 !default;\n$magenta-80-hover: #8e0b43 !default;\n$magenta-90-hover: #68032e !default;\n$magenta-100-hover: #53142f !default;\n$orange-10-hover: #ffe2cc !default;\n$orange-20-hover: #ffc69e !default;\n$orange-30-hover: #ff9d57 !default;\n$orange-40-hover: #fa6800 !default;\n$orange-50-hover: #cc5500 !default;\n$orange-60-hover: #9e4200 !default;\n$orange-70-hover: #a84400 !default;\n$orange-80-hover: #753300 !default;\n$orange-90-hover: #522200 !default;\n$orange-100-hover: #421e00 !default;\n$purple-10-hover: #ede5ff !default;\n$purple-20-hover: #dcc7ff !default;\n$purple-30-hover: #c5a3ff !default;\n$purple-40-hover: #ae7aff !default;\n$purple-50-hover: #9352ff !default;\n$purple-60-hover: #7822fb !default;\n$purple-70-hover: #7c3dd6 !default;\n$purple-80-hover: #5b24ad !default;\n$purple-90-hover: #40197b !default;\n$purple-100-hover: #341c59 !default;\n$red-10-hover: #ffe0e0 !default;\n$red-20-hover: #ffc2c5 !default;\n$red-30-hover: #ff99a0 !default;\n$red-40-hover: #ff6168 !default;\n$red-50-hover: #ee0713 !default;\n$red-60-hover: #b81922 !default;\n$red-70-hover: #c21e25 !default;\n$red-80-hover: #921118 !default;\n$red-90-hover: #66050a !default;\n$red-100-hover: #540d11 !default;\n$teal-10-hover: #acf6f6 !default;\n$teal-20-hover: #57e5e5 !default;\n$teal-30-hover: #25cac8 !default;\n$teal-40-hover: #07aba9 !default;\n$teal-50-hover: #008a87 !default;\n$teal-60-hover: #006b68 !default;\n$teal-70-hover: #007070 !default;\n$teal-80-hover: #005357 !default;\n$teal-90-hover: #033940 !default;\n$teal-100-hover: #0f3034 !default;\n$warm-gray-10-hover: #f0e8e6 !default;\n$warm-gray-20-hover: #d8d0cf !default;\n$warm-gray-30-hover: #b9b3b1 !default;\n$warm-gray-40-hover: #9c9696 !default;\n$warm-gray-50-hover: #7f7b7b !default;\n$warm-gray-60-hover: #605d5d !default;\n$warm-gray-70-hover: #696363 !default;\n$warm-gray-80-hover: #4c4848 !default;\n$warm-gray-90-hover: #343232 !default;\n$warm-gray-100-hover: #2c2626 !default;\n$yellow-10-hover: #f8e6a0 !default;\n$yellow-20-hover: #fccd27 !default;\n$yellow-30-hover: #ddb00e !default;\n$yellow-40-hover: #bc9005 !default;\n$yellow-50-hover: #9e7700 !default;\n$yellow-60-hover: #755800 !default;\n$yellow-70-hover: #806000 !default;\n$yellow-80-hover: #5c4600 !default;\n$yellow-90-hover: #3d2e00 !default;\n$yellow-100-hover: #332600 !default;\n\n/// Colors from the IBM Design Language\n/// @access public\n/// @group @carbon/colors\n$colors: (\n black: (\n 100: #000000,\n ),\n blue: (\n 10: #edf5ff,\n 20: #d0e2ff,\n 30: #a6c8ff,\n 40: #78a9ff,\n 50: #4589ff,\n 60: #0f62fe,\n 70: #0043ce,\n 80: #002d9c,\n 90: #001d6c,\n 100: #001141,\n ),\n cool-gray: (\n 10: #f2f4f8,\n 20: #dde1e6,\n 30: #c1c7cd,\n 40: #a2a9b0,\n 50: #878d96,\n 60: #697077,\n 70: #4d5358,\n 80: #343a3f,\n 90: #21272a,\n 100: #121619,\n ),\n cyan: (\n 10: #e5f6ff,\n 20: #bae6ff,\n 30: #82cfff,\n 40: #33b1ff,\n 50: #1192e8,\n 60: #0072c3,\n 70: #00539a,\n 80: #003a6d,\n 90: #012749,\n 100: #061727,\n ),\n gray: (\n 10: #f4f4f4,\n 20: #e0e0e0,\n 30: #c6c6c6,\n 40: #a8a8a8,\n 50: #8d8d8d,\n 60: #6f6f6f,\n 70: #525252,\n 80: #393939,\n 90: #262626,\n 100: #161616,\n ),\n green: (\n 10: #defbe6,\n 20: #a7f0ba,\n 30: #6fdc8c,\n 40: #42be65,\n 50: #24a148,\n 60: #198038,\n 70: #0e6027,\n 80: #044317,\n 90: #022d0d,\n 100: #071908,\n ),\n magenta: (\n 10: #fff0f7,\n 20: #ffd6e8,\n 30: #ffafd2,\n 40: #ff7eb6,\n 50: #ee5396,\n 60: #d02670,\n 70: #9f1853,\n 80: #740937,\n 90: #510224,\n 100: #2a0a18,\n ),\n orange: (\n 10: #fff2e8,\n 20: #ffd9be,\n 30: #ffb784,\n 40: #ff832b,\n 50: #eb6200,\n 60: #ba4e00,\n 70: #8a3800,\n 80: #5e2900,\n 90: #3e1a00,\n 100: #231000,\n ),\n purple: (\n 10: #f6f2ff,\n 20: #e8daff,\n 30: #d4bbff,\n 40: #be95ff,\n 50: #a56eff,\n 60: #8a3ffc,\n 70: #6929c4,\n 80: #491d8b,\n 90: #31135e,\n 100: #1c0f30,\n ),\n red: (\n 10: #fff1f1,\n 20: #ffd7d9,\n 30: #ffb3b8,\n 40: #ff8389,\n 50: #fa4d56,\n 60: #da1e28,\n 70: #a2191f,\n 80: #750e13,\n 90: #520408,\n 100: #2d0709,\n ),\n teal: (\n 10: #d9fbfb,\n 20: #9ef0f0,\n 30: #3ddbd9,\n 40: #08bdba,\n 50: #009d9a,\n 60: #007d79,\n 70: #005d5d,\n 80: #004144,\n 90: #022b30,\n 100: #081a1c,\n ),\n warm-gray: (\n 10: #f7f3f2,\n 20: #e5e0df,\n 30: #cac5c4,\n 40: #ada8a8,\n 50: #8f8b8b,\n 60: #726e6e,\n 70: #565151,\n 80: #3c3838,\n 90: #272525,\n 100: #171414,\n ),\n white: (\n 0: #ffffff,\n ),\n yellow: (\n 10: #fcf4d6,\n 20: #fddc69,\n 30: #f1c21b,\n 40: #d2a106,\n 50: #b28600,\n 60: #8e6a00,\n 70: #684e00,\n 80: #483700,\n 90: #302400,\n 100: #1c1500,\n ),\n) !default;\n"],sourceRoot:""}]),r.locals={menu:"-esm-primary-navigation__dashboard-module__menu___qK1IP",icon:"-esm-primary-navigation__dashboard-module__icon___14ccB"};const s=r},84221:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs{--actionPanelOffset: 0px;width:var(--workspaceWidth);display:contents}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs.-esm-primary-navigation__workspace2-module__narrowWorkspace___LPMPM{--workspaceWidth: 26.25rem}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs.-esm-primary-navigation__workspace2-module__widerWorkspace___wX8sX{--workspaceWidth: 32.25rem}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs.-esm-primary-navigation__workspace2-module__extraWideWorkspace___1mZ\\+7{--workspaceWidth: 48.25rem}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs .-esm-primary-navigation__workspace2-module__workspaceMiddleContainer___EFv5i{width:inherit;overflow:hidden;position:absolute;top:0;bottom:0;inset-inline-end:var(--actionPanelOffset);z-index:100}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs .-esm-primary-navigation__workspace2-module__workspaceMiddleContainer___EFv5i.-esm-primary-navigation__workspace2-module__maximized___6aCJA{position:fixed !important;top:var(--omrs-navbar-height) !important;inset-inline-start:0 !important;inset-inline-end:var(--actionPanelOffset) !important;width:calc(100vw - var(--actionPanelOffset)) !important;bottom:0 !important;transform:none !important;will-change:auto !important;transition:none !important}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs .-esm-primary-navigation__workspace2-module__workspaceMiddleContainer___EFv5i.-esm-primary-navigation__workspace2-module__hidden___YVW8W{width:0}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs .-esm-primary-navigation__workspace2-module__workspaceInnerContainer___xg4bO{display:flex;flex-direction:column;height:100%;width:var(--workspaceWidth);border-inline-start:1px solid #a8a8a8;background-color:#fff;will-change:width;transition:width .5s ease-in-out}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs .-esm-primary-navigation__workspace2-module__workspaceInnerContainer___xg4bO.-esm-primary-navigation__workspace2-module__maximized___6aCJA{width:100%;transition:none !important}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs .-esm-primary-navigation__workspace2-module__workspaceSpacer___FXY8C{width:inherit;height:100%}.-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs .-esm-primary-navigation__workspace2-module__workspaceSpacer___FXY8C.-esm-primary-navigation__workspace2-module__hidden___YVW8W{width:0}.-esm-primary-navigation__workspace2-module__loader___-PdCL{display:flex;justify-content:center;align-items:center;min-height:50%}.-esm-primary-navigation__workspace2-module__hiddenExtraWorkspace___Cd41\\+{display:none}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__header___75\\+K8{position:relative;box-sizing:content-box;border-bottom:1px solid #a8a8a8;background-color:#e0e0e0;height:var(--workspace-header-height)}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__header___75\\+K8 a{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)}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__header___75\\+K8 a:hover{color:inherit}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__headerButtons___Aurqz button{background-color:#fff;border-right:1px solid #e0e0e0}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__headerButtons___Aurqz button>svg{fill:#121619 !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__headerButtons___Aurqz button:hover{background-color:#f4f4f4}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__workspaceContent___XYp67{background-color:#fff;overflow-y:auto;flex-grow:1}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__overlayHeaderSpacer___4Wp1m{flex-grow:1}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs.-esm-primary-navigation__workspace2-module__isActionMenuOpened___uDn-V{--actionPanelOffset: 3rem}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__header___75\\+K8{position:relative;background-color:var(--brand-02)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__header___75\\+K8 a{color:#fff}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__header___75\\+K8 button{color:#fff;background-color:var(--brand-02)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__header___75\\+K8 button:hover{background-color:var(--brand-03)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs{width:100vw}@supports(width: 100cqw){.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs{width:100cqw}}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__workspaceMiddleContainer___EFv5i{width:inherit !important}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__workspaceMiddleContainer___EFv5i.-esm-primary-navigation__workspace2-module__hidden___YVW8W{display:none}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__workspaceMiddleContainer___EFv5i.-esm-primary-navigation__workspace2-module__showActionMenu___4x-7S{height:calc(100% - 4rem)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__workspaceInnerContainer___xg4bO{width:100% !important}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__marginWorkspaceContent___X4I7M{margin-bottom:var(--bottom-nav-height)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace2-module__workspaceContent___XYp67{overflow-y:auto;height:100%}html[dir=rtl] .omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__workspaceContainerWithActionMenu___8WixB.-esm-primary-navigation__workspace2-module__workspaceFixedContainer___Qn4Ty{right:unset;left:var(--actionPanelOffset)}html[dir=rtl] .omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__workspaceContainerWithoutActionMenu___4LaBo{height:100%}html[dir=rtl] .omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace2-module__workspaceContainerWithoutActionMenu___4LaBo.-esm-primary-navigation__workspace2-module__workspaceFixedContainer___Qn4Ty{right:unset;left:0}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/workspaces2/workspace2.module.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CClDF,6EACE,wBAAA,CAYA,2BAAA,CACA,gBAAA,CAXA,iJACE,0BAAA,CAEF,gJACE,0BAAA,CAEF,qJACE,0BAAA,CAQF,2JACE,aAAA,CACA,eAAA,CACA,iBAAA,CACA,KAAA,CACA,QAAA,CACA,yCAAA,CACA,WAAA,CAEA,yNACE,yBAAA,CACA,wCAAA,CACA,+BAAA,CACA,oDAAA,CACA,uDAAA,CACA,mBAAA,CACA,yBAAA,CACA,2BAAA,CACA,0BAAA,CAEF,sNACE,OAAA,CAMJ,0JACE,YAAA,CACA,qBAAA,CACA,WAAA,CACA,2BAAA,CACA,qCAAA,CACA,qBAAA,CACA,iBAAA,CACA,gCAAA,CAEA,wNACE,UAAA,CACA,0BAAA,CASJ,kJACE,aAAA,CACA,WAAA,CAEA,6MACE,OAAA,CAKN,4DACE,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,cAAA,CAGF,2EACE,YAAA,CAKA,wFACE,iBAAA,CACA,sBAAA,CACA,+BAAA,CACA,wBDpGI,CCqGJ,qCAAA,CAEA,0FCuvBA,uDAAA,CAAA,0DAAA,CAAA,4DAAA,CAAA,8DAAA,CDpvBE,gGACE,aAAA,CAMJ,qGACE,qBDnHE,CCoHF,8BAAA,CAEA,yGACE,uBAAA,CAGF,2GACE,wBD5HA,CCiIN,iGACE,qBDjII,CCkIJ,eAAA,CACA,WAAA,CAGF,oGACE,WAAA,CAIA,+KACE,yBAAA,CAOJ,yFACE,iBAAA,CACA,gCAAA,CAEA,2FACE,UDxJE,CC2JJ,gGACE,UD5JE,CC6JF,gCAAA,CAEA,sGACE,gCAAA,CAON,yGACE,WAAA,CAKF,yBACE,yGACE,YAAA,CAAA,CAIJ,0GACE,wBAAA,CACA,qKACE,YAAA,CAIF,6KACE,wBAAA,CAIJ,yGACE,qBAAA,CAGF,wGACE,sCAAA,CAGF,kGACE,eAAA,CACA,WAAA,CAQE,2MACE,WAAA,CACA,6BAAA,CAIJ,kIACE,WAAA,CAEA,8MACE,WAAA,CACA,MAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/colors';\n@use '@carbon/layout';\n@use '@carbon/type';\n@use '../vars' as *;\n\n$narrowWorkspaceWidth: 26.25rem;\n$widerWorkspaceWidth: 32.25rem;\n$extraWideWorkspaceWidth: 48.25rem;\n\n// This container has no layout purpose.\n// It is used to set the --workspaceWidth variable.\n.workspaceOuterContainer {\n --actionPanelOffset: 0px;\n\n &.narrowWorkspace {\n --workspaceWidth: #{$narrowWorkspaceWidth};\n }\n &.widerWorkspace {\n --workspaceWidth: #{$widerWorkspaceWidth};\n }\n &.extraWideWorkspace {\n --workspaceWidth: #{$extraWideWorkspaceWidth};\n }\n\n width: var(--workspaceWidth);\n display: contents;\n\n // This container clips the workspace when it slides out of screen\n // (via overflow: hidden)\n .workspaceMiddleContainer {\n width: inherit;\n overflow: hidden;\n position: absolute;\n top: 0;\n bottom: 0;\n inset-inline-end: var(--actionPanelOffset);\n z-index: 100;\n\n &.maximized {\n position: fixed !important;\n top: var(--omrs-navbar-height) !important;\n inset-inline-start: 0 !important;\n inset-inline-end: var(--actionPanelOffset) !important;\n width: calc(100vw - var(--actionPanelOffset)) !important;\n bottom: 0 !important;\n transform: none !important;\n will-change: auto !important;\n transition: none !important;\n }\n &.hidden {\n width: 0;\n }\n }\n\n // This container contains the actual workspace content\n // and changes size (width) when maximized\n .workspaceInnerContainer {\n display: flex;\n flex-direction: column;\n height: 100%;\n width: var(--workspaceWidth);\n border-inline-start: 1px solid $text-03;\n background-color: #fff;\n will-change: width;\n transition: width 0.5s ease-in-out;\n\n &.maximized {\n width: 100%;\n transition: none !important;\n }\n }\n\n // The spacer is responsible for taking up space and shrinking the width of the \"main\" content\n // in omrs-apps-container when in non-overlay mode.\n // Note that the spacer takes up --workspaceWidth amount of space, but does\n // not grow when the workspace is maximized. In other words, it does not shrink the\n // \"main\" content further when workspace is maximized.\n .workspaceSpacer {\n width: inherit;\n height: 100%;\n\n &.hidden {\n width: 0;\n }\n }\n}\n\n.loader {\n display: flex;\n justify-content: center;\n align-items: center;\n min-height: 50%;\n}\n\n.hiddenExtraWorkspace {\n display: none;\n}\n\n/* Desktop */\n:global(.omrs-breakpoint-gt-tablet) {\n .header {\n position: relative;\n box-sizing: content-box;\n border-bottom: 1px solid $text-03;\n background-color: $ui-03;\n height: var(--workspace-header-height);\n\n a {\n @include type.type-style('heading-compact-02');\n\n &:hover {\n color: inherit;\n }\n }\n }\n\n .headerButtons {\n button {\n background-color: $ui-02;\n border-right: 1px solid colors.$gray-20;\n\n > svg {\n fill: colors.$cool-gray-100 !important;\n }\n\n &:hover {\n background-color: $ui-01;\n }\n }\n }\n\n .workspaceContent {\n background-color: $ui-02;\n overflow-y: auto;\n flex-grow: 1;\n }\n\n .overlayHeaderSpacer {\n flex-grow: 1;\n }\n\n .workspaceOuterContainer {\n &.isActionMenuOpened {\n --actionPanelOffset: #{layout.$spacing-09};\n }\n }\n}\n\n/* Tablet */\n:global(.omrs-breakpoint-lt-desktop) {\n .header {\n position: relative;\n background-color: var(--brand-02);\n\n a {\n color: $ui-02;\n }\n\n button {\n color: $ui-02;\n background-color: var(--brand-02);\n\n &:hover {\n background-color: var(--brand-03);\n }\n }\n }\n\n // fallback for browsers that don't support the container CSS feature,\n // the width is slightly off if <body> has a vertical scrollbar\n .workspaceOuterContainer {\n width: 100vw;\n }\n\n // using the container CSS feature, for browser that support it\n // get the container query width (i.e. width of <body>, without the scrollbars)\n @supports (width: 100cqw) {\n .workspaceOuterContainer {\n width: 100cqw;\n }\n }\n\n .workspaceMiddleContainer {\n width: inherit !important;\n &.hidden {\n display: none;\n }\n\n // in tablet mode, reduce the height to of the workspace window to accommodate the workspace menu (bottom nav)\n &.showActionMenu {\n height: calc(100% - layout.$spacing-10);\n }\n }\n\n .workspaceInnerContainer {\n width: 100% !important;\n }\n\n .marginWorkspaceContent {\n margin-bottom: var(--bottom-nav-height);\n }\n\n .workspaceContent {\n overflow-y: auto;\n height: 100%;\n }\n}\n\n// Overriding styles for RTL support\nhtml[dir='rtl'] {\n :global(.omrs-breakpoint-gt-tablet) {\n .workspaceContainerWithActionMenu {\n &.workspaceFixedContainer {\n right: unset;\n left: var(--actionPanelOffset);\n }\n }\n\n .workspaceContainerWithoutActionMenu {\n height: 100%;\n\n &.workspaceFixedContainer {\n right: unset;\n left: 0;\n }\n }\n }\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={workspaceOuterContainer:"-esm-primary-navigation__workspace2-module__workspaceOuterContainer___bPwTs",narrowWorkspace:"-esm-primary-navigation__workspace2-module__narrowWorkspace___LPMPM",widerWorkspace:"-esm-primary-navigation__workspace2-module__widerWorkspace___wX8sX",extraWideWorkspace:"-esm-primary-navigation__workspace2-module__extraWideWorkspace___1mZ+7",workspaceMiddleContainer:"-esm-primary-navigation__workspace2-module__workspaceMiddleContainer___EFv5i",maximized:"-esm-primary-navigation__workspace2-module__maximized___6aCJA",hidden:"-esm-primary-navigation__workspace2-module__hidden___YVW8W",workspaceInnerContainer:"-esm-primary-navigation__workspace2-module__workspaceInnerContainer___xg4bO",workspaceSpacer:"-esm-primary-navigation__workspace2-module__workspaceSpacer___FXY8C",loader:"-esm-primary-navigation__workspace2-module__loader___-PdCL",hiddenExtraWorkspace:"-esm-primary-navigation__workspace2-module__hiddenExtraWorkspace___Cd41+",header:"-esm-primary-navigation__workspace2-module__header___75+K8",headerButtons:"-esm-primary-navigation__workspace2-module__headerButtons___Aurqz",workspaceContent:"-esm-primary-navigation__workspace2-module__workspaceContent___XYp67",overlayHeaderSpacer:"-esm-primary-navigation__workspace2-module__overlayHeaderSpacer___4Wp1m",isActionMenuOpened:"-esm-primary-navigation__workspace2-module__isActionMenuOpened___uDn-V",showActionMenu:"-esm-primary-navigation__workspace2-module__showActionMenu___4x-7S",marginWorkspaceContent:"-esm-primary-navigation__workspace2-module__marginWorkspaceContent___X4I7M",workspaceContainerWithActionMenu:"-esm-primary-navigation__workspace2-module__workspaceContainerWithActionMenu___8WixB",workspaceFixedContainer:"-esm-primary-navigation__workspace2-module__workspaceFixedContainer___Qn4Ty",workspaceContainerWithoutActionMenu:"-esm-primary-navigation__workspace2-module__workspaceContainerWithoutActionMenu___4LaBo"};const s=r},87421:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__action-menu2-module__sideRailHidden___V6yyN{display:none}.-esm-primary-navigation__action-menu2-module__sideRailVisible___Rf1Vy{display:flex}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu2-module__sideRail___7Gga6{width:3rem;z-index:100;height:100%}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu2-module__sideRail___7Gga6.-esm-primary-navigation__action-menu2-module__overlay___tiI7U{position:absolute;top:0;inset-inline-end:0;height:100%}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu2-module__sideRail___7Gga6 .-esm-primary-navigation__action-menu2-module__container___nEarB{background:#f4f4f4;width:3rem;height:100%;border-inline-start:1px solid #c6c6c6;display:flex;align-items:center;flex-direction:column}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu2-module__sideRail___7Gga6.-esm-primary-navigation__action-menu2-module__withinWorkspace___vK-e5 .-esm-primary-navigation__action-menu2-module__container___nEarB{top:calc(var(--omrs-navbar-height) + var(--workspace-header-height))}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu2-module__sideRail___7Gga6{border-top:1px solid #c6c6c6;background-color:#fff;position:fixed;left:0;bottom:0;z-index:8003;width:100%;display:flex;justify-content:stretch}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu2-module__chartExtensions___p2GHy{background-color:#fff;display:flex;width:100%}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu2-module__chartExtensions___p2GHy>div{flex:1;cursor:pointer}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu2-module__container___nEarB{display:flex;align-items:center;width:100%;flex:1}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu2-module__container___nEarB>div{flex:1}.-esm-primary-navigation__action-menu2-module__divider___UpTo6{background-color:#a8a8a8;margin:.75rem 0;height:1px;width:2.5rem}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/workspaces2/action-menu2/action-menu2.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCvDF,sEACE,YAAA,CAGF,uEACE,YAAA,CAKA,2FACE,UCkCS,CDjCT,WAAA,CACA,WAAA,CAEA,yJACE,iBAAA,CACA,KAAA,CACA,kBAAA,CACA,WAAA,CAGF,4JACE,kBD3BE,CC4BF,UCqBO,CDpBP,WAAA,CACA,qCAAA,CACA,YAAA,CACA,kBAAA,CACA,qBAAA,CAGF,kOACE,oEAAA,CAOJ,4FACE,4BAAA,CACA,qBD7CI,CC8CJ,cAAA,CACA,MAAA,CACA,QAAA,CACA,YAAA,CACA,UAAA,CACA,YAAA,CACA,uBAAA,CAGF,mGACE,qBDxDI,CCyDJ,YAAA,CACA,UAAA,CAEA,uGACE,MAAA,CACA,cAAA,CAIJ,6FACE,YAAA,CACA,kBAAA,CACA,UAAA,CACA,MAAA,CAEA,iGACE,MAAA,CAKN,+DACE,wBD1EQ,CC2ER,eAAA,CACA,UAAA,CACA,YCvCW",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '../../vars' as *;\n\n$icon-button-size: layout.$spacing-08;\n$actionPanelOffset: layout.$spacing-09;\n\n.sideRailHidden {\n display: none;\n}\n\n.sideRailVisible {\n display: flex;\n}\n\n/* Desktop */\n:global(.omrs-breakpoint-gt-tablet) {\n .sideRail {\n width: $actionPanelOffset;\n z-index: 100;\n height: 100%;\n\n &.overlay {\n position: absolute;\n top: 0;\n inset-inline-end: 0;\n height: 100%;\n }\n\n .container {\n background: $ui-01;\n width: $actionPanelOffset;\n height: 100%;\n border-inline-start: 1px solid $color-gray-30;\n display: flex;\n align-items: center;\n flex-direction: column;\n }\n\n &.withinWorkspace .container {\n top: calc(var(--omrs-navbar-height) + var(--workspace-header-height));\n }\n }\n}\n\n/* Tablet */\n:global(.omrs-breakpoint-lt-desktop) {\n .sideRail {\n border-top: 1px solid $color-gray-30;\n background-color: $ui-02;\n position: fixed;\n left: 0;\n bottom: 0;\n z-index: 8003;\n width: 100%;\n display: flex;\n justify-content: stretch;\n }\n\n .chartExtensions {\n background-color: $ui-02;\n display: flex;\n width: 100%;\n\n > div {\n flex: 1;\n cursor: pointer;\n }\n }\n\n .container {\n display: flex;\n align-items: center;\n width: 100%;\n flex: 1;\n\n > div {\n flex: 1;\n }\n }\n}\n\n.divider {\n background-color: $text-03;\n margin: layout.$spacing-04 0;\n height: 1px;\n width: layout.$spacing-08;\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={sideRailHidden:"-esm-primary-navigation__action-menu2-module__sideRailHidden___V6yyN",sideRailVisible:"-esm-primary-navigation__action-menu2-module__sideRailVisible___Rf1Vy",sideRail:"-esm-primary-navigation__action-menu2-module__sideRail___7Gga6",overlay:"-esm-primary-navigation__action-menu2-module__overlay___tiI7U",container:"-esm-primary-navigation__action-menu2-module__container___nEarB",withinWorkspace:"-esm-primary-navigation__action-menu2-module__withinWorkspace___vK-e5",chartExtensions:"-esm-primary-navigation__action-menu2-module__chartExtensions___p2GHy",divider:"-esm-primary-navigation__action-menu2-module__divider___UpTo6"};const s=r},88456:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__custom-overflow-menu-module__container___1dAWA{width:auto;height:auto}.-esm-primary-navigation__custom-overflow-menu-module__container___1dAWA .cds--overflow-menu__trigger{min-height:3rem}.-esm-primary-navigation__custom-overflow-menu-module__menu___\\+7I43{display:none;top:3.125rem;min-width:initial;left:auto;right:0;background-color:#f4f4f4;margin-right:.2rem;box-shadow:0 6px 6px rgba(0,0,0,.3)}.-esm-primary-navigation__custom-overflow-menu-module__show___49L2o{display:block}.-esm-primary-navigation__custom-overflow-menu-module__overflowMenuButton___1EDiQ{width:auto;height:auto;padding:.875rem 1rem;color:#0f62fe}.-esm-primary-navigation__custom-overflow-menu-module__overflowMenuButton___1EDiQ:hover{background-color:#e8e8e8}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/custom-overflow-menu/custom-overflow-menu.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/colors/index.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,yEACE,UAAA,CACA,WAAA,CAEA,sGACE,eC0CS,CDtCb,qEACE,YAAA,CACA,YAAA,CACA,iBAAA,CACA,SAAA,CACA,OAAA,CACA,wBDjBM,CCkBN,kBAAA,CACA,mCAAA,CAGF,oEACE,aAAA,CAGF,kFACE,UAAA,CACA,WAAA,CACA,oBAAA,CACA,aEfQ,CFiBR,wFACE,wBEmIY",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/colors';\n@use '@carbon/layout';\n@use '../vars' as *;\n\n.container {\n width: auto;\n height: auto;\n\n :global(.cds--overflow-menu__trigger) {\n min-height: layout.$spacing-09;\n }\n}\n\n.menu {\n display: none;\n top: 3.125rem;\n min-width: initial;\n left: auto;\n right: 0;\n background-color: $ui-01;\n margin-right: 0.2rem;\n box-shadow: 0 6px 6px rgb(0 0 0 / 30%);\n}\n\n.show {\n display: block;\n}\n\n.overflowMenuButton {\n width: auto;\n height: auto;\n padding: 0.875rem layout.$spacing-05;\n color: colors.$blue-60;\n\n &:hover {\n background-color: colors.$gray-10-hover;\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","// Code generated by @carbon/colors. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n$black: #000000 !default;\n$white: #ffffff !default;\n\n$black-100: #000000 !default;\n$blue-10: #edf5ff !default;\n$blue-20: #d0e2ff !default;\n$blue-30: #a6c8ff !default;\n$blue-40: #78a9ff !default;\n$blue-50: #4589ff !default;\n$blue-60: #0f62fe !default;\n$blue-70: #0043ce !default;\n$blue-80: #002d9c !default;\n$blue-90: #001d6c !default;\n$blue-100: #001141 !default;\n$cool-gray-10: #f2f4f8 !default;\n$cool-gray-20: #dde1e6 !default;\n$cool-gray-30: #c1c7cd !default;\n$cool-gray-40: #a2a9b0 !default;\n$cool-gray-50: #878d96 !default;\n$cool-gray-60: #697077 !default;\n$cool-gray-70: #4d5358 !default;\n$cool-gray-80: #343a3f !default;\n$cool-gray-90: #21272a !default;\n$cool-gray-100: #121619 !default;\n$cyan-10: #e5f6ff !default;\n$cyan-20: #bae6ff !default;\n$cyan-30: #82cfff !default;\n$cyan-40: #33b1ff !default;\n$cyan-50: #1192e8 !default;\n$cyan-60: #0072c3 !default;\n$cyan-70: #00539a !default;\n$cyan-80: #003a6d !default;\n$cyan-90: #012749 !default;\n$cyan-100: #061727 !default;\n$gray-10: #f4f4f4 !default;\n$gray-20: #e0e0e0 !default;\n$gray-30: #c6c6c6 !default;\n$gray-40: #a8a8a8 !default;\n$gray-50: #8d8d8d !default;\n$gray-60: #6f6f6f !default;\n$gray-70: #525252 !default;\n$gray-80: #393939 !default;\n$gray-90: #262626 !default;\n$gray-100: #161616 !default;\n$green-10: #defbe6 !default;\n$green-20: #a7f0ba !default;\n$green-30: #6fdc8c !default;\n$green-40: #42be65 !default;\n$green-50: #24a148 !default;\n$green-60: #198038 !default;\n$green-70: #0e6027 !default;\n$green-80: #044317 !default;\n$green-90: #022d0d !default;\n$green-100: #071908 !default;\n$magenta-10: #fff0f7 !default;\n$magenta-20: #ffd6e8 !default;\n$magenta-30: #ffafd2 !default;\n$magenta-40: #ff7eb6 !default;\n$magenta-50: #ee5396 !default;\n$magenta-60: #d02670 !default;\n$magenta-70: #9f1853 !default;\n$magenta-80: #740937 !default;\n$magenta-90: #510224 !default;\n$magenta-100: #2a0a18 !default;\n$orange-10: #fff2e8 !default;\n$orange-20: #ffd9be !default;\n$orange-30: #ffb784 !default;\n$orange-40: #ff832b !default;\n$orange-50: #eb6200 !default;\n$orange-60: #ba4e00 !default;\n$orange-70: #8a3800 !default;\n$orange-80: #5e2900 !default;\n$orange-90: #3e1a00 !default;\n$orange-100: #231000 !default;\n$purple-10: #f6f2ff !default;\n$purple-20: #e8daff !default;\n$purple-30: #d4bbff !default;\n$purple-40: #be95ff !default;\n$purple-50: #a56eff !default;\n$purple-60: #8a3ffc !default;\n$purple-70: #6929c4 !default;\n$purple-80: #491d8b !default;\n$purple-90: #31135e !default;\n$purple-100: #1c0f30 !default;\n$red-10: #fff1f1 !default;\n$red-20: #ffd7d9 !default;\n$red-30: #ffb3b8 !default;\n$red-40: #ff8389 !default;\n$red-50: #fa4d56 !default;\n$red-60: #da1e28 !default;\n$red-70: #a2191f !default;\n$red-80: #750e13 !default;\n$red-90: #520408 !default;\n$red-100: #2d0709 !default;\n$teal-10: #d9fbfb !default;\n$teal-20: #9ef0f0 !default;\n$teal-30: #3ddbd9 !default;\n$teal-40: #08bdba !default;\n$teal-50: #009d9a !default;\n$teal-60: #007d79 !default;\n$teal-70: #005d5d !default;\n$teal-80: #004144 !default;\n$teal-90: #022b30 !default;\n$teal-100: #081a1c !default;\n$warm-gray-10: #f7f3f2 !default;\n$warm-gray-20: #e5e0df !default;\n$warm-gray-30: #cac5c4 !default;\n$warm-gray-40: #ada8a8 !default;\n$warm-gray-50: #8f8b8b !default;\n$warm-gray-60: #726e6e !default;\n$warm-gray-70: #565151 !default;\n$warm-gray-80: #3c3838 !default;\n$warm-gray-90: #272525 !default;\n$warm-gray-100: #171414 !default;\n$white-0: #ffffff !default;\n$yellow-10: #fcf4d6 !default;\n$yellow-20: #fddc69 !default;\n$yellow-30: #f1c21b !default;\n$yellow-40: #d2a106 !default;\n$yellow-50: #b28600 !default;\n$yellow-60: #8e6a00 !default;\n$yellow-70: #684e00 !default;\n$yellow-80: #483700 !default;\n$yellow-90: #302400 !default;\n$yellow-100: #1c1500 !default;\n\n$white-hover: #e8e8e8 !default;\n$black-hover: #212121 !default;\n$blue-10-hover: #dbebff !default;\n$blue-20-hover: #b8d3ff !default;\n$blue-30-hover: #8ab6ff !default;\n$blue-40-hover: #5c97ff !default;\n$blue-50-hover: #1f70ff !default;\n$blue-60-hover: #0050e6 !default;\n$blue-70-hover: #0053ff !default;\n$blue-80-hover: #0039c7 !default;\n$blue-90-hover: #00258a !default;\n$blue-100-hover: #001f75 !default;\n$cool-gray-10-hover: #e4e9f1 !default;\n$cool-gray-20-hover: #cdd3da !default;\n$cool-gray-30-hover: #adb5bd !default;\n$cool-gray-40-hover: #9199a1 !default;\n$cool-gray-50-hover: #757b85 !default;\n$cool-gray-60-hover: #585e64 !default;\n$cool-gray-70-hover: #5d646a !default;\n$cool-gray-80-hover: #434a51 !default;\n$cool-gray-90-hover: #2b3236 !default;\n$cool-gray-100-hover: #222a2f !default;\n$cyan-10-hover: #cceeff !default;\n$cyan-20-hover: #99daff !default;\n$cyan-30-hover: #57beff !default;\n$cyan-40-hover: #059fff !default;\n$cyan-50-hover: #0f7ec8 !default;\n$cyan-60-hover: #005fa3 !default;\n$cyan-70-hover: #0066bd !default;\n$cyan-80-hover: #00498a !default;\n$cyan-90-hover: #013360 !default;\n$cyan-100-hover: #0b2947 !default;\n$gray-10-hover: #e8e8e8 !default;\n$gray-20-hover: #d1d1d1 !default;\n$gray-30-hover: #b5b5b5 !default;\n$gray-40-hover: #999999 !default;\n$gray-50-hover: #7a7a7a !default;\n$gray-60-hover: #5e5e5e !default;\n$gray-70-hover: #636363 !default;\n$gray-80-hover: #474747 !default;\n$gray-90-hover: #333333 !default;\n$gray-100-hover: #292929 !default;\n$green-10-hover: #b6f6c8 !default;\n$green-20-hover: #74e792 !default;\n$green-30-hover: #36ce5e !default;\n$green-40-hover: #3bab5a !default;\n$green-50-hover: #208e3f !default;\n$green-60-hover: #166f31 !default;\n$green-70-hover: #11742f !default;\n$green-80-hover: #05521c !default;\n$green-90-hover: #033b11 !default;\n$green-100-hover: #0d300f !default;\n$magenta-10-hover: #ffe0ef !default;\n$magenta-20-hover: #ffbdda !default;\n$magenta-30-hover: #ff94c3 !default;\n$magenta-40-hover: #ff57a0 !default;\n$magenta-50-hover: #e3176f !default;\n$magenta-60-hover: #b0215f !default;\n$magenta-70-hover: #bf1d63 !default;\n$magenta-80-hover: #8e0b43 !default;\n$magenta-90-hover: #68032e !default;\n$magenta-100-hover: #53142f !default;\n$orange-10-hover: #ffe2cc !default;\n$orange-20-hover: #ffc69e !default;\n$orange-30-hover: #ff9d57 !default;\n$orange-40-hover: #fa6800 !default;\n$orange-50-hover: #cc5500 !default;\n$orange-60-hover: #9e4200 !default;\n$orange-70-hover: #a84400 !default;\n$orange-80-hover: #753300 !default;\n$orange-90-hover: #522200 !default;\n$orange-100-hover: #421e00 !default;\n$purple-10-hover: #ede5ff !default;\n$purple-20-hover: #dcc7ff !default;\n$purple-30-hover: #c5a3ff !default;\n$purple-40-hover: #ae7aff !default;\n$purple-50-hover: #9352ff !default;\n$purple-60-hover: #7822fb !default;\n$purple-70-hover: #7c3dd6 !default;\n$purple-80-hover: #5b24ad !default;\n$purple-90-hover: #40197b !default;\n$purple-100-hover: #341c59 !default;\n$red-10-hover: #ffe0e0 !default;\n$red-20-hover: #ffc2c5 !default;\n$red-30-hover: #ff99a0 !default;\n$red-40-hover: #ff6168 !default;\n$red-50-hover: #ee0713 !default;\n$red-60-hover: #b81922 !default;\n$red-70-hover: #c21e25 !default;\n$red-80-hover: #921118 !default;\n$red-90-hover: #66050a !default;\n$red-100-hover: #540d11 !default;\n$teal-10-hover: #acf6f6 !default;\n$teal-20-hover: #57e5e5 !default;\n$teal-30-hover: #25cac8 !default;\n$teal-40-hover: #07aba9 !default;\n$teal-50-hover: #008a87 !default;\n$teal-60-hover: #006b68 !default;\n$teal-70-hover: #007070 !default;\n$teal-80-hover: #005357 !default;\n$teal-90-hover: #033940 !default;\n$teal-100-hover: #0f3034 !default;\n$warm-gray-10-hover: #f0e8e6 !default;\n$warm-gray-20-hover: #d8d0cf !default;\n$warm-gray-30-hover: #b9b3b1 !default;\n$warm-gray-40-hover: #9c9696 !default;\n$warm-gray-50-hover: #7f7b7b !default;\n$warm-gray-60-hover: #605d5d !default;\n$warm-gray-70-hover: #696363 !default;\n$warm-gray-80-hover: #4c4848 !default;\n$warm-gray-90-hover: #343232 !default;\n$warm-gray-100-hover: #2c2626 !default;\n$yellow-10-hover: #f8e6a0 !default;\n$yellow-20-hover: #fccd27 !default;\n$yellow-30-hover: #ddb00e !default;\n$yellow-40-hover: #bc9005 !default;\n$yellow-50-hover: #9e7700 !default;\n$yellow-60-hover: #755800 !default;\n$yellow-70-hover: #806000 !default;\n$yellow-80-hover: #5c4600 !default;\n$yellow-90-hover: #3d2e00 !default;\n$yellow-100-hover: #332600 !default;\n\n/// Colors from the IBM Design Language\n/// @access public\n/// @group @carbon/colors\n$colors: (\n black: (\n 100: #000000,\n ),\n blue: (\n 10: #edf5ff,\n 20: #d0e2ff,\n 30: #a6c8ff,\n 40: #78a9ff,\n 50: #4589ff,\n 60: #0f62fe,\n 70: #0043ce,\n 80: #002d9c,\n 90: #001d6c,\n 100: #001141,\n ),\n cool-gray: (\n 10: #f2f4f8,\n 20: #dde1e6,\n 30: #c1c7cd,\n 40: #a2a9b0,\n 50: #878d96,\n 60: #697077,\n 70: #4d5358,\n 80: #343a3f,\n 90: #21272a,\n 100: #121619,\n ),\n cyan: (\n 10: #e5f6ff,\n 20: #bae6ff,\n 30: #82cfff,\n 40: #33b1ff,\n 50: #1192e8,\n 60: #0072c3,\n 70: #00539a,\n 80: #003a6d,\n 90: #012749,\n 100: #061727,\n ),\n gray: (\n 10: #f4f4f4,\n 20: #e0e0e0,\n 30: #c6c6c6,\n 40: #a8a8a8,\n 50: #8d8d8d,\n 60: #6f6f6f,\n 70: #525252,\n 80: #393939,\n 90: #262626,\n 100: #161616,\n ),\n green: (\n 10: #defbe6,\n 20: #a7f0ba,\n 30: #6fdc8c,\n 40: #42be65,\n 50: #24a148,\n 60: #198038,\n 70: #0e6027,\n 80: #044317,\n 90: #022d0d,\n 100: #071908,\n ),\n magenta: (\n 10: #fff0f7,\n 20: #ffd6e8,\n 30: #ffafd2,\n 40: #ff7eb6,\n 50: #ee5396,\n 60: #d02670,\n 70: #9f1853,\n 80: #740937,\n 90: #510224,\n 100: #2a0a18,\n ),\n orange: (\n 10: #fff2e8,\n 20: #ffd9be,\n 30: #ffb784,\n 40: #ff832b,\n 50: #eb6200,\n 60: #ba4e00,\n 70: #8a3800,\n 80: #5e2900,\n 90: #3e1a00,\n 100: #231000,\n ),\n purple: (\n 10: #f6f2ff,\n 20: #e8daff,\n 30: #d4bbff,\n 40: #be95ff,\n 50: #a56eff,\n 60: #8a3ffc,\n 70: #6929c4,\n 80: #491d8b,\n 90: #31135e,\n 100: #1c0f30,\n ),\n red: (\n 10: #fff1f1,\n 20: #ffd7d9,\n 30: #ffb3b8,\n 40: #ff8389,\n 50: #fa4d56,\n 60: #da1e28,\n 70: #a2191f,\n 80: #750e13,\n 90: #520408,\n 100: #2d0709,\n ),\n teal: (\n 10: #d9fbfb,\n 20: #9ef0f0,\n 30: #3ddbd9,\n 40: #08bdba,\n 50: #009d9a,\n 60: #007d79,\n 70: #005d5d,\n 80: #004144,\n 90: #022b30,\n 100: #081a1c,\n ),\n warm-gray: (\n 10: #f7f3f2,\n 20: #e5e0df,\n 30: #cac5c4,\n 40: #ada8a8,\n 50: #8f8b8b,\n 60: #726e6e,\n 70: #565151,\n 80: #3c3838,\n 90: #272525,\n 100: #171414,\n ),\n white: (\n 0: #ffffff,\n ),\n yellow: (\n 10: #fcf4d6,\n 20: #fddc69,\n 30: #f1c21b,\n 40: #d2a106,\n 50: #b28600,\n 60: #8e6a00,\n 70: #684e00,\n 80: #483700,\n 90: #302400,\n 100: #1c1500,\n ),\n) !default;\n"],sourceRoot:""}]),r.locals={container:"-esm-primary-navigation__custom-overflow-menu-module__container___1dAWA",menu:"-esm-primary-navigation__custom-overflow-menu-module__menu___+7I43",show:"-esm-primary-navigation__custom-overflow-menu-module__show___49L2o",overflowMenuButton:"-esm-primary-navigation__custom-overflow-menu-module__overflowMenuButton___1EDiQ"};const s=r},89805:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__workspace-module__loader___gEwK0{display:flex;background-color:#f4f4f4;justify-content:center;min-height:3rem}.-esm-primary-navigation__workspace-module__hiddenExtraWorkspace___wU2gq{display:none}.-esm-primary-navigation__workspace-module__workspaceInnerContainer___UFgPE{display:flex;flex-direction:column;height:100%}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceContainerWithActionMenu___oOujl{height:100%}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceContainerWithActionMenu___oOujl .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{right:3rem}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceContainerWithoutActionMenu___4I-4s{height:100%}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceContainerWithoutActionMenu___4I-4s .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{right:0}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__header___ieAQh{position:relative;box-sizing:content-box;border-bottom:1px solid #a8a8a8;background-color:#e0e0e0;height:var(--workspace-header-height)}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__header___ieAQh a{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)}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__header___ieAQh a:hover{color:inherit}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__header___ieAQh:not(.-esm-primary-navigation__workspace-module__maximizedWindow___VczNv){right:auto;left:auto}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__headerButtons___irjD0 button{background-color:#fff;border-right:1px solid #e0e0e0}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__headerButtons___irjD0 button>svg{fill:#121619 !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__headerButtons___irjD0 button:hover{background-color:#f4f4f4}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__maximizedWindow___VczNv{width:calc(100% - 3rem) !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceWindowSpacer___BJ3b2{height:100%;transition:margin-right .5s ease-in-out}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceOverlayOuterContainer___b6DfV{position:fixed;z-index:50}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{position:fixed;top:var(--omrs-navbar-height);bottom:0;border-left:1px solid #a8a8a8;z-index:50;background-color:#fff;transition:width .5s ease-in-out,right .5s ease-in-out}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__extraWideWorkspace___01Vsv{width:48.25rem}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__extraWideWorkspace___01Vsv .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{width:48.25rem}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__extraWideWorkspace___01Vsv.-esm-primary-navigation__workspace-module__hiddenRelative___wX9nC{margin-right:-48.25rem !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__extraWideWorkspace___01Vsv .-esm-primary-navigation__workspace-module__hiddenFixed___Vmjsj{right:-48.25rem !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__widerWorkspace___XmImN{width:32.25rem}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__widerWorkspace___XmImN .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{width:32.25rem}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__widerWorkspace___XmImN.-esm-primary-navigation__workspace-module__hiddenRelative___wX9nC{margin-right:-32.25rem !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__widerWorkspace___XmImN .-esm-primary-navigation__workspace-module__hiddenFixed___Vmjsj{right:-32.25rem !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__narrowWorkspace___7RwrA{width:26.25rem}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__narrowWorkspace___7RwrA .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{width:26.25rem}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__narrowWorkspace___7RwrA.-esm-primary-navigation__workspace-module__hiddenRelative___wX9nC{margin-right:-26.25rem !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__narrowWorkspace___7RwrA .-esm-primary-navigation__workspace-module__hiddenFixed___Vmjsj{right:-26.25rem !important}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceContent___nySzg{background-color:#fff;overflow-y:auto;flex-grow:1}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__marginWorkspaceContent___cfFvN{margin-right:3rem}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceContent___nySzg>div{height:100%}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__overlay___xPOln{background-color:#fff;display:flex;flex-direction:column;z-index:1000}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__overlayHeaderSpacer___gV6on{flex-grow:1}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__header___ieAQh{position:relative;background-color:var(--brand-02)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__header___ieAQh a{color:#fff}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__header___ieAQh button{color:#fff;background-color:var(--brand-02)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__header___ieAQh button:hover{background-color:var(--brand-03)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__hiddenFixed___Vmjsj{top:100% !important}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{position:fixed;top:0;left:0;right:0;bottom:0;z-index:8002;transition:top .5s ease-in-out}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__workspaceContainerWithActionMenu___oOujl .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{bottom:var(--bottom-nav-height)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__overlay___xPOln{background-color:#fff;display:flex;flex-direction:column}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__overlayCloseButton___U31Xs{order:1}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__overlayTitle___tn3oj{order:2}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__workspaceContent___nySzg{background-color:#f4f4f4;overflow-y:auto;height:100%}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__workspaceContent___nySzg>div{height:100%}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__dynamicWidth___SbPSv{width:100%}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__workspace-module__marginWorkspaceContent___cfFvN{margin-bottom:var(--bottom-nav-height)}html[dir=rtl] .omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceContainerWithActionMenu___oOujl .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{right:unset;left:3rem}html[dir=rtl] .omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceContainerWithoutActionMenu___4I-4s{height:100%}html[dir=rtl] .omrs-breakpoint-gt-tablet .-esm-primary-navigation__workspace-module__workspaceContainerWithoutActionMenu___4I-4s .-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G\\+gt{right:unset;left:0}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/workspaces/container/workspace.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCnDF,2DACE,YAAA,CACA,wBDSwB,CCRxB,sBAAA,CACA,eCqCW,CDlCb,yEACE,YAAA,CAGF,4EACE,YAAA,CACA,qBAAA,CACA,WAAA,CAKA,gHACE,WAAA,CAEA,6LACE,UCkBO,CDdX,mHACE,WAAA,CAEA,gMACE,OAAA,CAIJ,sFACE,iBAAA,CACA,sBAAA,CACA,+BAAA,CACA,wBD7CI,CC8CJ,qCAAA,CAEA,wFE8yBA,uDAAA,CAAA,0DAAA,CAAA,4DAAA,CAAA,8DAAA,CF3yBE,8FACE,aAAA,CAIJ,+JACE,UAAA,CACA,SAAA,CAKF,oGACE,qBDjEE,CCkEF,8BAAA,CAEA,wGACE,uBAAA,CAGF,0GACE,wBD1EA,CC+EN,+FACE,kCAAA,CAGF,qGACE,WAAA,CACA,uCAAA,CAGF,8GACE,cAAA,CACA,UAAA,CAGF,wGACE,cAAA,CACA,6BAAA,CACA,QAAA,CACA,6BAAA,CACA,UAAA,CACA,qBAAA,CACA,sDACE,CAIJ,kGACE,cApGsB,CAsGtB,+KACE,cAvGoB,CA0GtB,oKACE,iCAAA,CAGF,kKACE,0BAAA,CAIJ,8FACE,cArHkB,CAuHlB,2KACE,cAxHgB,CA2HlB,gKACE,iCAAA,CAGF,8JACE,0BAAA,CAIJ,+FACE,cAtImB,CAwInB,4KACE,cAzIiB,CA4InB,iKACE,iCAAA,CAGF,+JACE,0BAAA,CAIJ,gGACE,qBDzJI,CC0JJ,eAAA,CACA,WAAA,CAGF,sGACE,iBC/GS,CDmHX,oGACE,WAAA,CAGF,uFACE,qBDxKI,CCyKJ,YAAA,CACA,qBAAA,CACA,YAAA,CAGF,mGACE,WAAA,CAMF,uFACE,iBAAA,CACA,gCAAA,CAEA,yFACE,UD1LE,CC6LJ,8FACE,UD9LE,CC+LF,gCAAA,CAEA,oGACE,gCAAA,CAKN,4FACE,mBAAA,CAGF,yGACE,cAAA,CACA,KAAA,CACA,MAAA,CACA,OAAA,CACA,QAAA,CACA,YAAA,CACA,8BAAA,CAIA,8LACE,+BAAA,CAIJ,wFACE,qBD5NI,CC6NJ,YAAA,CACA,qBAAA,CAGF,mGACE,OAAA,CAGF,6FACE,OAAA,CAGF,iGACE,wBD3OI,CC4OJ,eAAA,CACA,WAAA,CAIF,qGACE,WAAA,CAGF,6FACE,UAAA,CAGF,uGACE,sCAAA,CAQE,2MACE,WAAA,CACA,SCnNK,CDuNT,iIACE,WAAA,CAEA,8MACE,WAAA,CACA,MAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/colors';\n@use '@carbon/layout';\n@use '@carbon/type';\n@use '../../vars' as *;\n\n$actionPanelOffset: layout.$spacing-09;\n$narrowWorkspaceWidth: 26.25rem;\n$widerWorkspaceWidth: 32.25rem;\n$extraWideWorkspaceWidth: 48.25rem;\n\n.loader {\n display: flex;\n background-color: $openmrs-background-grey;\n justify-content: center;\n min-height: layout.$spacing-09;\n}\n\n.hiddenExtraWorkspace {\n display: none;\n}\n\n.workspaceInnerContainer {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n\n/* Desktop */\n:global(.omrs-breakpoint-gt-tablet) {\n .workspaceContainerWithActionMenu {\n height: 100%;\n\n .workspaceFixedContainer {\n right: $actionPanelOffset;\n }\n }\n\n .workspaceContainerWithoutActionMenu {\n height: 100%;\n\n .workspaceFixedContainer {\n right: 0;\n }\n }\n\n .header {\n position: relative;\n box-sizing: content-box;\n border-bottom: 1px solid $text-03;\n background-color: $ui-03;\n height: var(--workspace-header-height);\n\n a {\n @include type.type-style('heading-compact-02');\n\n &:hover {\n color: inherit;\n }\n }\n\n &:not(.maximizedWindow) {\n right: auto;\n left: auto;\n }\n }\n\n .headerButtons {\n button {\n background-color: $ui-02;\n border-right: 1px solid colors.$gray-20;\n\n > svg {\n fill: colors.$cool-gray-100 !important;\n }\n\n &:hover {\n background-color: $ui-01;\n }\n }\n }\n\n .maximizedWindow {\n width: calc(100% - $actionPanelOffset) !important;\n }\n\n .workspaceWindowSpacer {\n height: 100%;\n transition: margin-right 0.5s ease-in-out;\n }\n\n .workspaceOverlayOuterContainer {\n position: fixed;\n z-index: 50;\n }\n\n .workspaceFixedContainer {\n position: fixed;\n top: var(--omrs-navbar-height);\n bottom: 0;\n border-left: 1px solid $text-03;\n z-index: 50;\n background-color: white;\n transition:\n width 0.5s ease-in-out,\n right 0.5s ease-in-out;\n }\n\n .extraWideWorkspace {\n width: $extraWideWorkspaceWidth;\n\n .workspaceFixedContainer {\n width: $extraWideWorkspaceWidth;\n }\n\n &.hiddenRelative {\n margin-right: -$extraWideWorkspaceWidth !important;\n }\n\n .hiddenFixed {\n right: -$extraWideWorkspaceWidth !important;\n }\n }\n\n .widerWorkspace {\n width: $widerWorkspaceWidth;\n\n .workspaceFixedContainer {\n width: $widerWorkspaceWidth;\n }\n\n &.hiddenRelative {\n margin-right: -$widerWorkspaceWidth !important;\n }\n\n .hiddenFixed {\n right: -$widerWorkspaceWidth !important;\n }\n }\n\n .narrowWorkspace {\n width: $narrowWorkspaceWidth;\n\n .workspaceFixedContainer {\n width: $narrowWorkspaceWidth;\n }\n\n &.hiddenRelative {\n margin-right: -$narrowWorkspaceWidth !important;\n }\n\n .hiddenFixed {\n right: -$narrowWorkspaceWidth !important;\n }\n }\n\n .workspaceContent {\n background-color: $ui-02;\n overflow-y: auto;\n flex-grow: 1;\n }\n\n .marginWorkspaceContent {\n margin-right: $actionPanelOffset;\n }\n\n // The parcel makes a div, between the workspace container and the workspace itself\n .workspaceContent > div {\n height: 100%;\n }\n\n .overlay {\n background-color: $ui-02;\n display: flex;\n flex-direction: column;\n z-index: 1000;\n }\n\n .overlayHeaderSpacer {\n flex-grow: 1;\n }\n}\n\n/* Tablet */\n:global(.omrs-breakpoint-lt-desktop) {\n .header {\n position: relative;\n background-color: var(--brand-02);\n\n a {\n color: $ui-02;\n }\n\n button {\n color: $ui-02;\n background-color: var(--brand-02);\n\n &:hover {\n background-color: var(--brand-03);\n }\n }\n }\n\n .hiddenFixed {\n top: 100% !important;\n }\n\n .workspaceFixedContainer {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 8002;\n transition: top 0.5s ease-in-out;\n }\n\n .workspaceContainerWithActionMenu {\n .workspaceFixedContainer {\n bottom: var(--bottom-nav-height);\n }\n }\n\n .overlay {\n background-color: $ui-02;\n display: flex;\n flex-direction: column;\n }\n\n .overlayCloseButton {\n order: 1;\n }\n\n .overlayTitle {\n order: 2;\n }\n\n .workspaceContent {\n background-color: $ui-01;\n overflow-y: auto;\n height: 100%;\n }\n\n // The parcel makes a div, between the workspace container and the workspace itself\n .workspaceContent > div {\n height: 100%;\n }\n\n .dynamicWidth {\n width: 100%;\n }\n\n .marginWorkspaceContent {\n margin-bottom: var(--bottom-nav-height);\n }\n}\n\n// Overriding styles for RTL support\nhtml[dir='rtl'] {\n :global(.omrs-breakpoint-gt-tablet) {\n .workspaceContainerWithActionMenu {\n .workspaceFixedContainer {\n right: unset;\n left: $actionPanelOffset;\n }\n }\n\n .workspaceContainerWithoutActionMenu {\n height: 100%;\n\n .workspaceFixedContainer {\n right: unset;\n left: 0;\n }\n }\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={loader:"-esm-primary-navigation__workspace-module__loader___gEwK0",hiddenExtraWorkspace:"-esm-primary-navigation__workspace-module__hiddenExtraWorkspace___wU2gq",workspaceInnerContainer:"-esm-primary-navigation__workspace-module__workspaceInnerContainer___UFgPE",workspaceContainerWithActionMenu:"-esm-primary-navigation__workspace-module__workspaceContainerWithActionMenu___oOujl",workspaceFixedContainer:"-esm-primary-navigation__workspace-module__workspaceFixedContainer___7G+gt",workspaceContainerWithoutActionMenu:"-esm-primary-navigation__workspace-module__workspaceContainerWithoutActionMenu___4I-4s",header:"-esm-primary-navigation__workspace-module__header___ieAQh",maximizedWindow:"-esm-primary-navigation__workspace-module__maximizedWindow___VczNv",headerButtons:"-esm-primary-navigation__workspace-module__headerButtons___irjD0",workspaceWindowSpacer:"-esm-primary-navigation__workspace-module__workspaceWindowSpacer___BJ3b2",workspaceOverlayOuterContainer:"-esm-primary-navigation__workspace-module__workspaceOverlayOuterContainer___b6DfV",extraWideWorkspace:"-esm-primary-navigation__workspace-module__extraWideWorkspace___01Vsv",hiddenRelative:"-esm-primary-navigation__workspace-module__hiddenRelative___wX9nC",hiddenFixed:"-esm-primary-navigation__workspace-module__hiddenFixed___Vmjsj",widerWorkspace:"-esm-primary-navigation__workspace-module__widerWorkspace___XmImN",narrowWorkspace:"-esm-primary-navigation__workspace-module__narrowWorkspace___7RwrA",workspaceContent:"-esm-primary-navigation__workspace-module__workspaceContent___nySzg",marginWorkspaceContent:"-esm-primary-navigation__workspace-module__marginWorkspaceContent___cfFvN",overlay:"-esm-primary-navigation__workspace-module__overlay___xPOln",overlayHeaderSpacer:"-esm-primary-navigation__workspace-module__overlayHeaderSpacer___gV6on",overlayCloseButton:"-esm-primary-navigation__workspace-module__overlayCloseButton___U31Xs",overlayTitle:"-esm-primary-navigation__workspace-module__overlayTitle___tn3oj",dynamicWidth:"-esm-primary-navigation__workspace-module__dynamicWidth___SbPSv"};const s=r},90160:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__action-menu-button2-module__container___M4mKm{margin-top:.25rem;margin-bottom:.25rem;border-radius:50%;color:#161616;max-width:none}.-esm-primary-navigation__action-menu-button2-module__container___M4mKm:hover{background-color:#c6c6c6;color:#525252}.-esm-primary-navigation__action-menu-button2-module__container___M4mKm>span{margin-top:.25rem;font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);color:#525252}.-esm-primary-navigation__action-menu-button2-module__container___M4mKm svg{transform:scale(1.25)}.-esm-primary-navigation__action-menu-button2-module__elementContainer___ULFQh{display:flex;align-items:center;position:relative;flex-direction:column}.-esm-primary-navigation__action-menu-button2-module__elementContainer___ULFQh .-esm-primary-navigation__action-menu-button2-module__countTag___FrQJ3,.-esm-primary-navigation__action-menu-button2-module__elementContainer___ULFQh .-esm-primary-navigation__action-menu-button2-module__interruptedTag___rGZM5{position:absolute;font-size:10px;text-align:center;color:#f4f4f4;background-color:#da1e28;padding:0 4px;border-radius:50%;top:-14px;right:-12px}.-esm-primary-navigation__action-menu-button2-module__elementContainer___ULFQh .-esm-primary-navigation__action-menu-button2-module__interruptedTag___rGZM5{font-size:10px;padding:0 5px;width:14px;height:14px}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-button2-module__active___b72Nz,.omrs-breakpoint-gt-tablet .omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__focused___XzXVI,.omrs-breakpoint-lt-desktop .omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-button2-module__focused___XzXVI{border:.125rem solid;border-color:#007d79;border-color:var(--brand-03);border-radius:50%;background-color:#fff}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-button2-module__focused___XzXVI{border:.125rem solid #0f62fe;border-radius:50%;background-color:#fff}.omrs-breakpoint-gt-tablet .-esm-primary-navigation__action-menu-button2-module__container___M4mKm svg{transform:scale(1.25)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__container___M4mKm{margin-bottom:0;margin-top:0;border-radius:unset;color:#161616;max-width:none;display:flex;flex-direction:column;align-items:center;width:100%}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__active___b72Nz,.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__focused___XzXVI{background-color:#edf5ff;color:#0f62fe}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__active___b72Nz:hover,.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__focused___XzXVI:hover{color:#0f62fe}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__active___b72Nz>span,.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__focused___XzXVI>span{color:#0f62fe;font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px)}.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__active___b72Nz svg,.omrs-breakpoint-lt-desktop .-esm-primary-navigation__action-menu-button2-module__focused___XzXVI svg{fill:#0f62fe}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/workspaces2/action-menu2/action-menu-button2.module.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,wEACE,iBCWW,CDVX,oBCUW,CDTX,iBAAA,CACA,aDFM,CCGN,cAAA,CAEA,8EACE,wBDFY,CCGZ,aDNM,CCSR,6EACE,iBCDS,CCk1BT,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CF/0BA,aDZM,CCeR,4EACE,qBAAA,CAIJ,+EACE,YAAA,CACA,kBAAA,CACA,iBAAA,CACA,qBAAA,CAEA,kTACE,iBAAA,CACA,cAAA,CACA,iBAAA,CACA,aDnCI,CCoCJ,wBDhBK,CCiBL,aAAA,CACA,iBAAA,CACA,SAAA,CACA,WAAA,CAGF,4JAEE,cAAA,CACA,aAAA,CACA,UAAA,CACA,WAAA,CAMF,0VACE,oBAAA,CDPF,oBAAA,CACA,4BAAA,CCQE,iBAAA,CACA,qBDzDI,CC4DN,iGACE,4BAAA,CACA,iBAAA,CACA,qBD/DI,CCmEJ,uGACE,qBAAA,CAOJ,oGACE,eAAA,CACA,YAAA,CACA,mBAAA,CACA,aD5EI,CC6EJ,cAAA,CAEA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,UAAA,CAGF,mMACE,wBD9EY,CC+EZ,aDtEa,CCwEb,+MACE,aDzEW,CC4Eb,6MACE,aD7EW,CG20Bb,2DAAA,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CF1vBA,2MACE,YDlFW",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '../../vars' as *;\n\n.container {\n margin-top: layout.$spacing-02;\n margin-bottom: layout.$spacing-02;\n border-radius: 50%;\n color: $ui-05;\n max-width: none;\n\n &:hover {\n background-color: $color-gray-30;\n color: $text-02;\n }\n\n & > span {\n margin-top: layout.$spacing-02;\n @include type.type-style('body-compact-01');\n color: $text-02;\n }\n\n & svg {\n transform: scale(1.25);\n }\n}\n\n.elementContainer {\n display: flex;\n align-items: center;\n position: relative;\n flex-direction: column;\n\n .countTag {\n position: absolute;\n font-size: 10px;\n text-align: center;\n color: $ui-01;\n background-color: $danger;\n padding: 0 4px;\n border-radius: 50%;\n top: -14px;\n right: -12px;\n }\n\n .interruptedTag {\n @extend .countTag;\n font-size: 10px;\n padding: 0 5px;\n width: 14px;\n height: 14px;\n }\n}\n\n/* Desktop */\n:global(.omrs-breakpoint-gt-tablet) {\n .active {\n border: layout.$spacing-01 solid;\n @include brand-03(border-color);\n border-radius: 50%;\n background-color: $ui-02;\n }\n\n .focused {\n border: layout.$spacing-01 solid $interactive-01;\n border-radius: 50%;\n background-color: $ui-02;\n }\n\n .container {\n & svg {\n transform: scale(1.25);\n }\n }\n}\n\n/* Tablet */\n:global(.omrs-breakpoint-lt-desktop) {\n .container {\n margin-bottom: 0;\n margin-top: 0;\n border-radius: unset;\n color: $ui-05;\n max-width: none;\n\n display: flex;\n flex-direction: column;\n align-items: center;\n width: 100%;\n }\n\n .active {\n background-color: $color-blue-10;\n color: $interactive-01;\n\n &:hover {\n color: $interactive-01;\n }\n\n & > span {\n color: $interactive-01;\n @include type.type-style('heading-compact-01');\n }\n\n svg {\n fill: $interactive-01;\n }\n }\n\n .focused {\n @extend .active;\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={container:"-esm-primary-navigation__action-menu-button2-module__container___M4mKm",elementContainer:"-esm-primary-navigation__action-menu-button2-module__elementContainer___ULFQh",countTag:"-esm-primary-navigation__action-menu-button2-module__countTag___FrQJ3",interruptedTag:"-esm-primary-navigation__action-menu-button2-module__interruptedTag___rGZM5",active:"-esm-primary-navigation__action-menu-button2-module__active___b72Nz",focused:"-esm-primary-navigation__action-menu-button2-module__focused___XzXVI"};const s=r},92432:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,'.-esm-primary-navigation__datepicker-module__cds--layout--size-xs___Dl6B3{--cds-layout-size-height-context:var(--cds-layout-size-height-xs, 1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-xs___hUd58{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-xs, 1.5rem))}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-xs___lXkuP{--cds-layout-size-height-min:var(--cds-layout-size-height-xs, 1.5rem)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-xs___DqJ9j{--cds-layout-size-height-max:var(--cds-layout-size-height-xs, 1.5rem)}.-esm-primary-navigation__datepicker-module__cds--layout--size-sm___hzvTa{--cds-layout-size-height-context:var(--cds-layout-size-height-sm, 2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-sm___MmGeP{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-sm, 2rem))}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-sm___YUKHV{--cds-layout-size-height-min:var(--cds-layout-size-height-sm, 2rem)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-sm___Gh3YH{--cds-layout-size-height-max:var(--cds-layout-size-height-sm, 2rem)}.-esm-primary-navigation__datepicker-module__cds--layout--size-md___sW5sN{--cds-layout-size-height-context:var(--cds-layout-size-height-md, 2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-md___8DNYC{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-md, 2.5rem))}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-md___Z3AlZ{--cds-layout-size-height-min:var(--cds-layout-size-height-md, 2.5rem)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-md___mB99v{--cds-layout-size-height-max:var(--cds-layout-size-height-md, 2.5rem)}.-esm-primary-navigation__datepicker-module__cds--layout--size-lg___hT--W{--cds-layout-size-height-context:var(--cds-layout-size-height-lg, 3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-lg___Bbo8n{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-lg, 3rem))}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-lg___vYf8r{--cds-layout-size-height-min:var(--cds-layout-size-height-lg, 3rem)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-lg___bQBfE{--cds-layout-size-height-max:var(--cds-layout-size-height-lg, 3rem)}.-esm-primary-navigation__datepicker-module__cds--layout--size-xl___5ZFPL{--cds-layout-size-height-context:var(--cds-layout-size-height-xl, 4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-xl___6xR72{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-xl, 4rem))}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-xl___RQuiN{--cds-layout-size-height-min:var(--cds-layout-size-height-xl, 4rem)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-xl___nStjr{--cds-layout-size-height-max:var(--cds-layout-size-height-xl, 4rem)}.-esm-primary-navigation__datepicker-module__cds--layout--size-2xl___-phAq{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl, 5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-2xl___2yVrw{--cds-layout-size-height:var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem))}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-2xl___Pt6NH{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl, 5rem)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-2xl___w1BOU{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl, 5rem)}.-esm-primary-navigation__datepicker-module__cds--layout--density-condensed___6EuAL{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed, 0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__default-condensed___qwfm\\+{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-condensed, 0.5rem))}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__min-condensed___l1e61{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed, 0.5rem)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__max-condensed___4ftez{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed, 0.5rem)}.-esm-primary-navigation__datepicker-module__cds--layout--density-normal___KGsxi{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal, 1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__default-normal___NFZgO{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem))}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__min-normal___ZnRSV{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal, 1rem)}.-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__max-normal___Gi0Ln{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal, 1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}: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)}.-esm-primary-navigation__datepicker-module__cds--layer-one___ImV2t{--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)}.-esm-primary-navigation__datepicker-module__cds--layer-two___F2N5Y{--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)}.-esm-primary-navigation__datepicker-module__cds--layer-three___S\\+lgZ{--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)}.-esm-primary-navigation__datepicker-module__cds--layer-one___ImV2t.-esm-primary-navigation__datepicker-module__cds--layer__with-background___wvqDr{background-color:var(--cds-layer-background)}.-esm-primary-navigation__datepicker-module__cds--layer-two___F2N5Y.-esm-primary-navigation__datepicker-module__cds--layer__with-background___wvqDr{background-color:var(--cds-layer-background)}.-esm-primary-navigation__datepicker-module__cds--layer-three___S\\+lgZ.-esm-primary-navigation__datepicker-module__cds--layer__with-background___wvqDr{background-color:var(--cds-layer-background)}@keyframes -esm-primary-navigation__datepicker-module__cds--hide-feedback___DQg9n{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes -esm-primary-navigation__datepicker-module__cds--show-feedback___j8jn4{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@keyframes -esm-primary-navigation__datepicker-module__cds--skeleton___BQysS{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}100%{opacity:.3;transform:scaleX(0);transform-origin:left}}.-esm-primary-navigation__datepicker-module__cds--assistive-text___wJPZD,.-esm-primary-navigation__datepicker-module__cds--visually-hidden___13Nk2{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0, 0, 0, 0);inline-size:1px;visibility:inherit;white-space:nowrap}.-esm-primary-navigation__datepicker-module__cds--popover-container___ylvq4{display:inline-block}.-esm-primary-navigation__datepicker-module__cds--popover-container___ylvq4:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65){position:relative}.-esm-primary-navigation__datepicker-module__cds--popover--high-contrast___hZsLy .-esm-primary-navigation__datepicker-module__cds--popover___3tMDs{--cds-popover-background-color:var(--cds-background-inverse, #393939);--cds-popover-text-color:var(--cds-text-inverse, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--popover--drop-shadow___nTzLY .-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{filter:drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2))}.-esm-primary-navigation__datepicker-module__cds--popover--caret___rKeC3{--cds-popover-offset:0.625rem}.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs{position:absolute;z-index:6000;filter:var(--cds-popover-drop-shadow, none);inset:0;pointer-events:none}.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;position:absolute;z-index:6000;display:none;border-radius:var(--cds-popover-border-radius, 2px);background-color:var(--cds-popover-background-color, var(--cds-layer));color:var(--cds-popover-text-color, var(--cds-text-primary, #161616));inline-size:max-content;max-inline-size:23rem;pointer-events:auto}.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H.-esm-primary-navigation__datepicker-module__cds--layout--size-sm___hzvTa,.-esm-primary-navigation__datepicker-module__cds--layout--size-sm___hzvTa :where(.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H){--cds-layout-size-height:var(--cds-layout-size-height-sm)}.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H.-esm-primary-navigation__datepicker-module__cds--layout--size-md___sW5sN,.-esm-primary-navigation__datepicker-module__cds--layout--size-md___sW5sN :where(.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H){--cds-layout-size-height:var(--cds-layout-size-height-md)}.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H.-esm-primary-navigation__datepicker-module__cds--layout--size-lg___hT--W,.-esm-primary-navigation__datepicker-module__cds--layout--size-lg___hT--W :where(.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H){--cds-layout-size-height:var(--cds-layout-size-height-lg)}.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H *,.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H *::before,.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H *::after{box-sizing:inherit}.-esm-primary-navigation__datepicker-module__cds--popover--open___c-lNC>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{display:block}.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before{position:absolute;display:none;content:""}.-esm-primary-navigation__datepicker-module__cds--popover--open___c-lNC>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before{display:block}.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{position:absolute;z-index:6000;display:none;background-color:var(--cds-popover-background-color, var(--cds-layer));will-change:transform}.-esm-primary-navigation__datepicker-module__cds--popover--caret___rKeC3.-esm-primary-navigation__datepicker-module__cds--popover--open___c-lNC>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{display:block}.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65.-esm-primary-navigation__datepicker-module__cds--popover--caret___rKeC3.-esm-primary-navigation__datepicker-module__cds--popover--open___c-lNC>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{display:block}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip___ewK\\+l>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{display:none}.-esm-primary-navigation__datepicker-module__cds--popover--bottom___QJVS3:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%, calc(100% + var(--cds-popover-offset, 0rem)))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom___QJVS3:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{transform:translate(50%, calc(100% + var(--cds-popover-offset, 0rem)))}.-esm-primary-navigation__datepicker-module__cds--popover--bottom-left___mfBz6:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-start___6BH6t:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-end:0;inset-inline-start:0;transform:translate(calc(-1 * var(--cds-popover-offset, 0rem)), calc(100% + var(--cds-popover-offset, 0rem)))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom-left___mfBz6:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom-start___6BH6t:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-inline-end:0;inset-inline-start:initial}.-esm-primary-navigation__datepicker-module__cds--popover--bottom-right___75VFV:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-end___fGaQH:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-end:0;inset-inline-end:0;transform:translate(var(--cds-popover-offset, 0rem), calc(100% + var(--cds-popover-offset, 0rem)))}.-esm-primary-navigation__datepicker-module__cds--popover--bottom-end___fGaQH:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--top-end___RH-bz:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{inset-block-end:0;inset-inline-end:0;inset-inline-start:auto}.-esm-primary-navigation__datepicker-module__cds--popover--bottom-start___6BH6t:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%, calc(var(--cds-popover-offset, 0rem)))}.-esm-primary-navigation__datepicker-module__cds--popover--top-start___bJdXO:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%, calc(-1 * var(--cds-popover-offset, 0rem)))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom-right___75VFV:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom-end___fGaQH:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-inline-start:0}.-esm-primary-navigation__datepicker-module__cds--popover--bottom___QJVS3>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-left___mfBz6>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-start___6BH6t>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-right___75VFV>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-end___fGaQH>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before{block-size:var(--cds-popover-offset, 0rem);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.-esm-primary-navigation__datepicker-module__cds--popover--bottom___QJVS3>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-left___mfBz6>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-start___6BH6t>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-right___75VFV>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-end___fGaQH>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{block-size:var(--cds-popover-caret-height, 0.375rem);clip-path:polygon(0% 100%, 50% 0%, 100% 100%);inline-size:var(--cds-popover-caret-width, 0.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%, var(--cds-popover-offset, 0rem))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom___QJVS3>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom-left___mfBz6>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom-start___6BH6t>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom-right___75VFV>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--bottom-end___fGaQH>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{transform:translate(50%, var(--cds-popover-offset, 0rem))}.-esm-primary-navigation__datepicker-module__cds--popover--bottom___QJVS3.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-left___mfBz6.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-start___6BH6t.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-right___75VFV.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--bottom-end___fGaQH.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{block-size:var(--cds-popover-caret-height, 0.375rem);clip-path:polygon(0% 100%, 50% 0%, 100% 100%);inline-size:var(--cds-popover-caret-width, 0.75rem)}.-esm-primary-navigation__datepicker-module__cds--popover--top___fUfuO:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%, calc(-100% - var(--cds-popover-offset, 0rem)))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top___fUfuO:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{transform:translate(50%, calc(-100% - var(--cds-popover-offset, 0rem)))}.-esm-primary-navigation__datepicker-module__cds--popover--top-left___2a2YN:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,.-esm-primary-navigation__datepicker-module__cds--popover--top-start___bJdXO:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-start:0;inset-inline-start:0;transform:translate(calc(-1 * var(--cds-popover-offset, 0rem)), calc(-100% - var(--cds-popover-offset, 0rem)))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top-left___2a2YN:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top-start___bJdXO:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-inline-end:0;inset-inline-start:initial}.-esm-primary-navigation__datepicker-module__cds--popover--top-right___8mvGD:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,.-esm-primary-navigation__datepicker-module__cds--popover--top-end___RH-bz:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-start:0;inset-inline-end:0;transform:translate(var(--cds-popover-offset, 0rem), calc(-100% - var(--cds-popover-offset, 0rem)))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top-right___8mvGD:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top-end___RH-bz:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-inline-start:0}.-esm-primary-navigation__datepicker-module__cds--popover--top___fUfuO>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--top-left___2a2YN>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--top-start___bJdXO>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--top-right___8mvGD>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--top-end___RH-bz>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before{block-size:var(--cds-popover-offset, 0rem);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.-esm-primary-navigation__datepicker-module__cds--popover--top___fUfuO>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--top-left___2a2YN>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--top-start___bJdXO>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--top-right___8mvGD>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--top-end___RH-bz>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{block-size:var(--cds-popover-caret-height, 0.375rem);clip-path:polygon(0% 0%, 50% 100%, 100% 0%);inline-size:var(--cds-popover-caret-width, 0.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%, calc(-1 * var(--cds-popover-offset, 0rem)))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top___fUfuO:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top-left___2a2YN:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top-start___bJdXO:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top-right___8mvGD:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--top-end___RH-bz:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{transform:translate(50%, calc(-1 * var(--cds-popover-offset, 0rem)))}.-esm-primary-navigation__datepicker-module__cds--popover--top___fUfuO.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--top-left___2a2YN.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--top-start___bJdXO.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--top-right___8mvGD.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--top-end___RH-bz.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{block-size:var(--cds-popover-caret-height, 0.375rem);clip-path:polygon(0% 0%, 50% 100%, 100% 0%);inline-size:var(--cds-popover-caret-width, 0.75rem)}.-esm-primary-navigation__datepicker-module__cds--popover--right___VnvuP:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-popover-offset, 0rem), -50%)}.-esm-primary-navigation__datepicker-module__cds--popover--right-top___R0wT1:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,.-esm-primary-navigation__datepicker-module__cds--popover--right-start___qAh6U:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-popover-offset, 0rem), calc(0.5 * var(--cds-popover-offset, 0rem) * -1 - 16px))}.-esm-primary-navigation__datepicker-module__cds--popover--right-bottom___sVqA-:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,.-esm-primary-navigation__datepicker-module__cds--popover--right-end___FixLq:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-popover-offset, 0rem), calc(0.5 * var(--cds-popover-offset, 0rem) + 16px))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right___VnvuP:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right-bottom___sVqA-:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right-end___FixLq:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right-top___R0wT1:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right-start___qAh6U:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-inline-end:100%;inset-inline-start:initial}.-esm-primary-navigation__datepicker-module__cds--popover--right___VnvuP>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--right-top___R0wT1>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--right-start___qAh6U>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--right-bottom___sVqA->.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--right-end___FixLq>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before{inline-size:var(--cds-popover-offset, 0rem);inset-block:0;inset-inline-start:0;transform:translateX(-100%)}.-esm-primary-navigation__datepicker-module__cds--popover--right___VnvuP:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--right-top___R0wT1:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--right-start___qAh6U:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--right-bottom___sVqA-:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--right-end___FixLq:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{block-size:var(--cds-popover-caret-width, 0.75rem);clip-path:polygon(0% 50%, 100% 0%, 100% 100%);inline-size:var(--cds-popover-caret-height, 0.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-popover-offset, 0rem) - 100%), -50%)}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right___VnvuP:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right-top___R0wT1:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right-start___qAh6U:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right-bottom___sVqA-:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--right-end___FixLq:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{inset-inline-end:100%;inset-inline-start:initial}.-esm-primary-navigation__datepicker-module__cds--popover--right___VnvuP.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--right-top___R0wT1.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--right-start___qAh6U.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--right-bottom___sVqA-.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--right-end___FixLq.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{block-size:var(--cds-popover-caret-width, 0.75rem);clip-path:polygon(0% 50%, 100% 0%, 100% 100%);inline-size:var(--cds-popover-caret-height, 0.375rem)}.-esm-primary-navigation__datepicker-module__cds--popover--left___MfEhB:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-popover-offset, 0rem) + 0.1px), -50%)}.-esm-primary-navigation__datepicker-module__cds--popover--left-top___xuN90:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,.-esm-primary-navigation__datepicker-module__cds--popover--left-start___DnY\\+l:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-popover-offset, 0rem)), calc(-0.5 * var(--cds-popover-offset, 0rem) - 16px))}.-esm-primary-navigation__datepicker-module__cds--popover--left-bottom___qHRdF:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,.-esm-primary-navigation__datepicker-module__cds--popover--left-end___9vFzr:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-popover-offset, 0rem)), calc(0.5 * var(--cds-popover-offset, 0rem) + 16px))}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left___MfEhB:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left-bottom___qHRdF:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left-end___9vFzr:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left-top___xuN90:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left-start___DnY\\+l:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{inset-inline-end:initial;inset-inline-start:100%}.-esm-primary-navigation__datepicker-module__cds--popover--left___MfEhB>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--left-top___xuN90>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--left-start___DnY\\+l>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--left-bottom___qHRdF>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before,.-esm-primary-navigation__datepicker-module__cds--popover--left-end___9vFzr>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H::before{inline-size:var(--cds-popover-offset, 0rem);inset-block:0;inset-inline-end:0;transform:translateX(100%)}.-esm-primary-navigation__datepicker-module__cds--popover--left___MfEhB:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--left-top___xuN90:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--left-start___DnY\\+l:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--left-bottom___qHRdF:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--left-end___9vFzr:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{block-size:var(--cds-popover-caret-width, 0.75rem);clip-path:polygon(0% 0%, 100% 50%, 0% 100%);inline-size:var(--cds-popover-caret-height, 0.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(-1 * var(--cds-popover-offset, 0rem) + 100%), -50%)}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left___MfEhB:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left-top___xuN90:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left-start___DnY\\+l:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left-bottom___qHRdF:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--popover--left-end___9vFzr:not(.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65)>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{inset-inline-end:initial;inset-inline-start:100%}.-esm-primary-navigation__datepicker-module__cds--popover--left___MfEhB.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--left-top___xuN90.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--left-start___DnY\\+l.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--left-bottom___qHRdF.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy,.-esm-primary-navigation__datepicker-module__cds--popover--left-end___9vFzr.-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H>.-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy{block-size:var(--cds-popover-caret-width, 0.75rem);clip-path:polygon(0% 0%, 100% 50%, 0% 100%);inline-size:var(--cds-popover-caret-height, 0.375rem)}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip___ewK\\+l>.-esm-primary-navigation__datepicker-module__cds--popover___3tMDs>.-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H{border-radius:0}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip___ewK\\+l .-esm-primary-navigation__datepicker-module__cds--popover___3tMDs{will-change:filter}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%;position:relative;display:inline-flex;align-items:center;justify-content:center;block-size:2rem;inline-size:2rem}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII *,.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII *::before,.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII *::after{box-sizing:inherit}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII::-moz-focus-inner{border:0}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII:focus{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII:focus{outline-style:dotted}}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII:hover{background-color:var(--cds-layer-hover)}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip___ewK\\+l.-esm-primary-navigation__datepicker-module__cds--popover--open___c-lNC .-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII{background:var(--cds-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip___ewK\\+l.-esm-primary-navigation__datepicker-module__cds--popover--open___c-lNC .-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII:not(:focus)::after{position:absolute;z-index:6001;background:var(--cds-layer);block-size:2px;content:"";inline-size:100%;inset-block-end:0}.-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII svg{fill:var(--cds-icon-primary, #161616)}.-esm-primary-navigation__datepicker-module__cds--tooltip___ONFcn{--cds-popover-offset:12px}.-esm-primary-navigation__datepicker-module__cds--tooltip-content___azpB1{font-size:var(--cds-body-01-font-size, 0.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, 0.16px);padding:var(--cds-tooltip-padding-block, 1rem) var(--cds-tooltip-padding-inline, 1rem);max-inline-size:18rem;overflow-wrap:break-word}.-esm-primary-navigation__datepicker-module__cds--icon-tooltip___wxjK-{--cds-tooltip-padding-block:0.125rem;--cds-popover-caret-width:0.5rem;--cds-popover-caret-height:0.25rem;--cds-popover-offset:0.5rem}.-esm-primary-navigation__datepicker-module__cds--icon-tooltip___wxjK- .-esm-primary-navigation__datepicker-module__cds--tooltip-content___azpB1{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px)}.-esm-primary-navigation__datepicker-module__cds--definition-term___k2X7t{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;display:inline-block;padding:0;border:0;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%;border-radius:0;border-block-end:1px dotted var(--cds-border-strong);color:var(--cds-text-primary, #161616)}.-esm-primary-navigation__datepicker-module__cds--definition-term___k2X7t *,.-esm-primary-navigation__datepicker-module__cds--definition-term___k2X7t *::before,.-esm-primary-navigation__datepicker-module__cds--definition-term___k2X7t *::after{box-sizing:inherit}.-esm-primary-navigation__datepicker-module__cds--definition-term___k2X7t::-moz-focus-inner{border:0}.-esm-primary-navigation__datepicker-module__cds--definition-term___k2X7t:focus{outline:1px solid var(--cds-focus, #0f62fe);border-block-end-color:var(--cds-border-interactive, #0f62fe)}@media screen and (prefers-contrast){.-esm-primary-navigation__datepicker-module__cds--definition-term___k2X7t:focus{outline-style:dotted}}.-esm-primary-navigation__datepicker-module__cds--definition-term___k2X7t:hover{border-block-end-color:var(--cds-border-interactive, #0f62fe)}.-esm-primary-navigation__datepicker-module__cds--definition-tooltip___UJKLF{font-size:var(--cds-body-01-font-size, 0.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, 0.16px);padding:.5rem 1rem;max-inline-size:11rem;text-wrap:auto;word-break:break-word}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-xs)), var(--cds-layout-size-height, var(--cds-layout-size-height-lg)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-2xl)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));--temp-1lh: ( var(--cds-body-compact-01-line-height, 1.28572) * 1em );--temp-expressive-1lh: ( var(--cds-body-compact-02-line-height, 1.375) * 1em );--temp-padding-block-max: calc( (var(--cds-layout-size-height-lg) - var(--temp-1lh)) / 2 - 0.0625rem );box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);position:relative;display:inline-flex;flex-shrink:0;justify-content:space-between;border-radius:0;margin:0;cursor:pointer;inline-size:max-content;max-inline-size:20rem;min-block-size:var(--cds-layout-size-height-local);outline:none;padding-block:min((var(--cds-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-layout-density-padding-inline-local)*3 + 1rem - .0625rem);text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0, 0, 0.38, 0.9),box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9),border-color 70ms cubic-bezier(0, 0, 0.38, 0.9),outline 70ms cubic-bezier(0, 0, 0.38, 0.9);vertical-align:top}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD *,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD *::before,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD *::after{box-sizing:inherit}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:disabled,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:hover:disabled,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:focus:disabled,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:hover,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:focus{border-color:var(--cds-button-disabled, #c6c6c6);background:var(--cds-button-disabled, #c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled, #8d8d8d);cursor:not-allowed}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ{position:absolute;flex-shrink:0;block-size:1rem;inline-size:1rem;inset-block-start:min((var(--cds-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-layout-density-padding-inline-local);margin-block-start:.0625rem}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD::-moz-focus-inner{padding:0;border:0}.-esm-primary-navigation__datepicker-module__cds--btn--primary___2dfTL{border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);background-color:var(--cds-button-primary, #0f62fe);color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--primary___2dfTL:hover{background-color:var(--cds-button-primary-hover, #0050e6)}.-esm-primary-navigation__datepicker-module__cds--btn--primary___2dfTL:focus{border-color:var(--cds-button-focus-color, var(--cds-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)),inset 0 0 0 2px var(--cds-background, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--primary___2dfTL:active{background-color:var(--cds-button-primary-active, #002d9c)}.-esm-primary-navigation__datepicker-module__cds--btn--primary___2dfTL .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--primary___2dfTL .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ path:not([data-icon-path]):not([fill=none]){fill:currentColor}.-esm-primary-navigation__datepicker-module__cds--btn--primary___2dfTL:hover{color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--secondary___tT8Cn{border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);background-color:var(--cds-button-secondary, #393939);color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--secondary___tT8Cn:hover{background-color:var(--cds-button-secondary-hover, #474747)}.-esm-primary-navigation__datepicker-module__cds--btn--secondary___tT8Cn:focus{border-color:var(--cds-button-focus-color, var(--cds-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)),inset 0 0 0 2px var(--cds-background, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--secondary___tT8Cn:active{background-color:var(--cds-button-secondary-active, #6f6f6f)}.-esm-primary-navigation__datepicker-module__cds--btn--secondary___tT8Cn .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--secondary___tT8Cn .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ path:not([data-icon-path]):not([fill=none]){fill:currentColor}.-esm-primary-navigation__datepicker-module__cds--btn--secondary___tT8Cn:hover,.-esm-primary-navigation__datepicker-module__cds--btn--secondary___tT8Cn:focus{color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou{border-width:1px;border-style:solid;border-color:var(--cds-button-tertiary, #0f62fe);background-color:rgba(0,0,0,0);color:var(--cds-button-tertiary, #0f62fe)}.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou:hover{background-color:var(--cds-button-tertiary-hover, #0050e6)}.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou:focus{border-color:var(--cds-button-focus-color, var(--cds-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)),inset 0 0 0 2px var(--cds-background, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou:active{background-color:var(--cds-button-tertiary-active, #002d9c)}.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ path:not([data-icon-path]):not([fill=none]){fill:currentColor}.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou:hover{color:var(--cds-text-inverse, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou:focus{background-color:var(--cds-button-tertiary, #0f62fe);color:var(--cds-text-inverse, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou:active{border-color:rgba(0,0,0,0);background-color:var(--cds-button-tertiary-active, #002d9c);color:var(--cds-text-inverse, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou:hover:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou:focus:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi,.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:hover,.-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:focus{background:rgba(0,0,0,0);color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));outline:none}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt{border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:var(--cds-link-primary, #0f62fe);padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:hover{background-color:var(--cds-background-hover, rgba(141, 141, 141, 0.12))}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:focus{border-color:var(--cds-button-focus-color, var(--cds-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)),inset 0 0 0 2px var(--cds-background, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:active{background-color:var(--cds-background-active, rgba(141, 141, 141, 0.5))}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ path:not([data-icon-path]):not([fill=none]){fill:currentColor}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ{position:static;align-self:center;margin-inline-start:.5rem}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:hover,.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:active{color:var(--cds-link-primary-hover, #0043ce)}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:active{background-color:var(--cds-background-active, rgba(141, 141, 141, 0.5))}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:hover:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:focus:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi,.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:hover,.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:focus{border-color:rgba(0,0,0,0);background:rgba(0,0,0,0);color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));outline:none}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt:not([disabled]) svg{fill:var(--cds-icon-primary, #161616)}.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l{align-items:center;justify-content:center;padding:0;block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local);padding-block-start:0}.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l>:first-child{min-inline-size:1rem}.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ{position:static}.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ{margin:0}.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD{padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - 1rem)}.-esm-primary-navigation__datepicker-module__cds--btn--xs___MFcLh:not(.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l){padding-block-start:1.5px}.-esm-primary-navigation__datepicker-module__cds--btn--xs___MFcLh:not(.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l) .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--sm___fQfOe:not(.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l) .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--md___-SISi:not(.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l) .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ{margin-block-start:0}.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l.-esm-primary-navigation__datepicker-module__cds--btn--selected___c7mSp{background:var(--cds-background-selected, rgba(141, 141, 141, 0.2))}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD path[data-icon-path=inner-path]{fill:none}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ path:not([data-icon-path]):not([fill=none]),.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ{fill:var(--cds-icon-primary, #161616)}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l[disabled] .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ path:not([data-icon-path]):not([fill=none]),.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l[disabled] .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt[disabled]:hover .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ{fill:var(--cds-icon-on-color-disabled, #8d8d8d)}.-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l[disabled]{cursor:not-allowed}.-esm-primary-navigation__datepicker-module__cds--icon-tooltip--disabled___lGy8w .-esm-primary-navigation__datepicker-module__cds--tooltip-trigger__wrapper___47VP8{cursor:not-allowed}.-esm-primary-navigation__datepicker-module__cds--icon-tooltip--disabled___lGy8w .-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l[disabled]{pointer-events:none}.-esm-primary-navigation__datepicker-module__cds--btn--danger___52\\+xN{border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);background-color:var(--cds-button-danger-primary, #da1e28);color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--danger___52\\+xN:hover{background-color:var(--cds-button-danger-hover, #b81921)}.-esm-primary-navigation__datepicker-module__cds--btn--danger___52\\+xN:focus{border-color:var(--cds-button-focus-color, var(--cds-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)),inset 0 0 0 2px var(--cds-background, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--danger___52\\+xN:active{background-color:var(--cds-button-danger-active, #750e13)}.-esm-primary-navigation__datepicker-module__cds--btn--danger___52\\+xN .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--danger___52\\+xN .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ path:not([data-icon-path]):not([fill=none]){fill:currentColor}.-esm-primary-navigation__datepicker-module__cds--btn--danger___52\\+xN:hover{color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x{border-width:1px;border-style:solid;border-color:var(--cds-button-danger-secondary, #da1e28);background-color:rgba(0,0,0,0);color:var(--cds-button-danger-secondary, #da1e28)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x:hover{background-color:var(--cds-button-danger-hover, #b81921)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x:focus{border-color:var(--cds-button-focus-color, var(--cds-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)),inset 0 0 0 2px var(--cds-background, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x:active{background-color:var(--cds-button-danger-active, #750e13)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ path:not([data-icon-path]):not([fill=none]){fill:currentColor}.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x:hover{border-color:var(--cds-button-danger-hover, #b81921);color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x:focus{background-color:var(--cds-button-danger-primary, #da1e28);color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x:active{border-color:var(--cds-button-danger-active, #750e13);background-color:var(--cds-button-danger-active, #750e13);color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x:hover:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x:focus:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi,.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:hover,.-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:focus{background:rgba(0,0,0,0);color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));outline:none}.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD{border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:var(--cds-button-danger-secondary, #da1e28);padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD:hover{background-color:var(--cds-button-danger-hover, #b81921)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD:focus{border-color:var(--cds-button-focus-color, var(--cds-focus, #0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)),inset 0 0 0 2px var(--cds-background, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD:active{background-color:var(--cds-button-danger-active, #750e13)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ,.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ path:not([data-icon-path]):not([fill=none]){fill:currentColor}.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ{position:static;margin-inline-start:.5rem}.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD:hover,.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD:active{color:var(--cds-text-on-color, #ffffff)}.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD:hover:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD:focus:disabled,.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi,.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:hover,.-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:focus{border-color:rgba(0,0,0,0);background:rgba(0,0,0,0);color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));outline:none}.-esm-primary-navigation__datepicker-module__cds--btn--expressive___PIgba{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-block:min((var(--cds-layout-size-height-local) - var(--temp-expressive-1lh))/2 - .0625rem,var(--temp-padding-block-max))}.-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l.-esm-primary-navigation__datepicker-module__cds--btn--expressive___PIgba{padding:12px 13px}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--expressive___PIgba .-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ{block-size:1.25rem;inline-size:1.25rem}.-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--expressive___PIgba{max-inline-size:20rem}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--skeleton___BQysS{position:relative;padding:0;border:none;background:var(--cds-skeleton-background, #e8e8e8);box-shadow:none;pointer-events:none;inline-size:9.375rem}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--skeleton___BQysS:hover,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--skeleton___BQysS:focus,.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--skeleton___BQysS:active{border:none;cursor:default;outline:none}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--skeleton___BQysS::before{position:absolute;animation:3000ms ease-in-out -esm-primary-navigation__datepicker-module__cds--skeleton___BQysS infinite;background:var(--cds-skeleton-element, #c6c6c6);block-size:100%;content:"";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media(prefers-reduced-motion: reduce){.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--skeleton___BQysS::before{animation:none}}@media screen and (-ms-high-contrast: active),(forced-colors: active){.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--skeleton___BQysS{background:CanvasText}.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--skeleton___BQysS::before{background:Canvas;forced-color-adjust:none}}.-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I{display:flex}.-esm-primary-navigation__datepicker-module__cds--btn-set--stacked___RgWeG{flex-direction:column}.-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD{inline-size:100%;max-inline-size:12.25rem}.-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:not(:focus){box-shadow:-0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0)}.-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:first-of-type:not(:focus){box-shadow:inherit}.-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:focus+.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD{box-shadow:inherit}.-esm-primary-navigation__datepicker-module__cds--btn-set--stacked___RgWeG .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:not(:focus){box-shadow:0 -0.0625rem 0 0 var(--cds-button-separator, #e0e0e0)}.-esm-primary-navigation__datepicker-module__cds--btn-set--stacked___RgWeG .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:first-of-type:not(:focus){box-shadow:inherit}.-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi{box-shadow:-0.0625rem 0 0 0 var(--cds-icon-on-color-disabled, #8d8d8d)}.-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:first-of-type{box-shadow:none}.-esm-primary-navigation__datepicker-module__cds--btn-set--stacked___RgWeG .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi{box-shadow:0 -0.0625rem 0 0 var(--cds-layer-selected-disabled, #8d8d8d)}.-esm-primary-navigation__datepicker-module__cds--btn-set--stacked___RgWeG .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi:first-of-type{box-shadow:none}.-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD.-esm-primary-navigation__datepicker-module__cds--btn--loading___jJE02{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);box-shadow:none}.-esm-primary-navigation__datepicker-module__cds--btn--sm___fQfOe .-esm-primary-navigation__datepicker-module__cds--badge-indicator___ss1vR{margin-block-start:.25rem;margin-inline-end:.25rem}@media screen and (-ms-high-contrast: active),(forced-colors: active){.-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I .-esm-primary-navigation__datepicker-module__cds--btn___WOBoD:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0)}:root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9{align-items:center;background-color:var(--cds-field);border-block-end:1px solid var(--cds-border-strong);color:var(--cds-text-primary);display:flex;position:relative}.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9:focus-within,.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9.-esm-primary-navigation__datepicker-module__cds--focused___wd02P{outline:2px solid var(--cds-focus, #0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9:focus-within,.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9.-esm-primary-navigation__datepicker-module__cds--focused___wd02P{outline-style:dotted}}.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9[data-invalid]{outline:2px solid var(--cds-support-error, #da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9[data-invalid]{outline-style:dotted}}.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9[data-invalid]{color:var(--cds-support-error, #da1e28)}.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9[data-disabled]{border-block-end:1px solid rgba(0,0,0,0);color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));cursor:not-allowed}.-esm-primary-navigation__datepicker-module__inputWrapper___8dD8T .-esm-primary-navigation__datepicker-module__inputSegment___u9xpQ,.-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB .-esm-primary-navigation__datepicker-module__inputSegment___u9xpQ{caret-color:var(--cds-text-primary)}.-esm-primary-navigation__datepicker-module__inputWrapper___8dD8T .-esm-primary-navigation__datepicker-module__inputSegment___u9xpQ:focus,.-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB .-esm-primary-navigation__datepicker-module__inputSegment___u9xpQ:focus{outline:unset;background-color:var(--cds-layer-selected-hover)}.-esm-primary-navigation__datepicker-module__inputWrapper___8dD8T [data-placeholder].-esm-primary-navigation__datepicker-module__inputSegment___u9xpQ,.-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB [data-placeholder].-esm-primary-navigation__datepicker-module__inputSegment___u9xpQ{color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.-esm-primary-navigation__datepicker-module__inputWrapper___8dD8T [data-focused=true].-esm-primary-navigation__datepicker-module__inputSegment___u9xpQ,.-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB [data-focused=true].-esm-primary-navigation__datepicker-module__inputSegment___u9xpQ{animation:-esm-primary-navigation__datepicker-module__cursor-blink___GvYCW 1s step-end infinite}.-esm-primary-navigation__datepicker-module__inputWrapper___8dD8T [data-readonly]:has(+[data-placeholder]),.-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB [data-readonly]:has(+[data-placeholder]){color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.-esm-primary-navigation__datepicker-module__inputWrapper___8dD8T [data-placeholder]+[data-readonly],.-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB [data-placeholder]+[data-readonly]{color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}@keyframes -esm-primary-navigation__datepicker-module__cursor-blink___GvYCW{from,to{border-inline-end:1px solid rgba(0,0,0,0)}50%{border-inline-end:1px solid currentColor}}.-esm-primary-navigation__datepicker-module__inputWrapper___8dD8T,.-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB{inline-size:15rem;margin-left:1rem;min-width:10rem;max-width:15rem}.-esm-primary-navigation__datepicker-module__inputWrapperMd___GVaG3{block-size:2.5rem}.-esm-primary-navigation__datepicker-module__inputsWrapper___7m9E2{display:flex;min-width:10rem;max-width:15rem;margin-inline-start:1rem;inline-size:15rem}.-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB{min-width:unset;margin:0px}.-esm-primary-navigation__datepicker-module__startInput___Nyabf{flex-basis:fit-content}.-esm-primary-navigation__datepicker-module__endInput___PAI4F{padding-right:unset}.-esm-primary-navigation__datepicker-module__separator___S7-qC{margin-inline:.5rem}.-esm-primary-navigation__datepicker-module__inputGroup___3ghL9:has([data-placeholder])>.-esm-primary-navigation__datepicker-module__inputsWrapper___7m9E2>.-esm-primary-navigation__datepicker-module__separator___S7-qC>span{color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.-esm-primary-navigation__datepicker-module__invalidText___Hr9NJ{color:var(--cds-text-error, #da1e28) !important;font-size:.75rem;font-weight:400 !important;margin:.25rem 0 0;overflow:hidden}@keyframes -esm-primary-navigation__datepicker-module__fade-in-down___0TMRQ{from{opacity:0;transform:translate3d(0, -20px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.-esm-primary-navigation__datepicker-module__popover___fJEQc[data-entering]{animation:-esm-primary-navigation__datepicker-module__fade-in-down___0TMRQ 110ms cubic-bezier(0, 0, 0.38, 0.9)}@media screen and (prefers-reduced-motion: reduce){.-esm-primary-navigation__datepicker-module__popover___fJEQc[data-entering]{animation:none}}.-esm-primary-navigation__datepicker-module__dialog___gj9nE{box-shadow:0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));background-color:var(--cds-layer-01, #f4f4f4);overflow:hidden;padding:.25rem .25rem .5rem .25rem}.-esm-primary-navigation__datepicker-module__header___qvzkM{margin-top:.5rem;margin-bottom:.5rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.-esm-primary-navigation__datepicker-module__flatButton___QEZ5d{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.-esm-primary-navigation__datepicker-module__flatButton___QEZ5d *,.-esm-primary-navigation__datepicker-module__flatButton___QEZ5d *::before,.-esm-primary-navigation__datepicker-module__flatButton___QEZ5d *::after{box-sizing:inherit}.-esm-primary-navigation__datepicker-module__flatButton___QEZ5d{background-color:inherit;display:inline-flex}.-esm-primary-navigation__datepicker-module__flatButton___QEZ5d:hover:not(:disabled){background-color:var(--cds-layer-hover)}.-esm-primary-navigation__datepicker-module__flatButton___QEZ5d:disabled>svg{fill:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.-esm-primary-navigation__datepicker-module__flatButton___QEZ5d>svg{display:block;margin:auto;text-align:center}[data-invalid]>.-esm-primary-navigation__datepicker-module__flatButton___QEZ5d>svg{--omrs-icon-fill: var(--cds-support-error, #da1e28)}.-esm-primary-navigation__datepicker-module__flatButtonMd___ohLjF{height:2.5rem;width:2.5rem}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px)}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA *,.-esm-primary-navigation__datepicker-module__monthYear___CyXMA *::before,.-esm-primary-navigation__datepicker-module__monthYear___CyXMA *::after{box-sizing:inherit}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA{margin-top:.5rem;margin-block-end:.125rem;text-align:center}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA>span{margin-left:.25rem;margin-right:.25rem}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]){display:inline}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric]{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-heading-compact-01-font-size, 0.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, 0.16px)}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric] *,.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric] *::before,.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric] *::after{box-sizing:inherit}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric]{background-color:var(--cds-field);inline-size:2.5rem;padding:.25rem;padding-right:0}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric]::-webkit-outer-spin-button,.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric]:focus{outline:1px solid var(--cds-focus, #0f62fe)}@media screen and (prefers-contrast){.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric]:focus{outline-style:dotted}}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric][data-invalid]{outline:2px solid var(--cds-support-error, #da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric][data-invalid]{outline-style:dotted}}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric][data-disabled],.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric][data-disabled]:hover{background-color:var(--cds-layer-01, #f4f4f4);color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));pointer-events:none}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric][data-disabled]+div>button::after{border-block-end-color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));border-block-start-color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric][data-disabled]+div>button:hover{opacity:0}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) div[role=group]{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) div[role=group] *,.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) div[role=group] *::before,.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) div[role=group] *::after{box-sizing:inherit}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) div[role=group]{display:inline;position:relative}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]):hover button{opacity:1}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button *,.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button *::before,.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button *::after{box-sizing:inherit}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button{position:absolute;padding-block:0;padding-inline-start:.125rem;padding-inline-end:.25rem;border:none;block-size:50%;cursor:pointer;inline-size:.75rem;inset-inline-start:2.5rem;line-height:50%;opacity:0}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button::after{display:block;border-inline-end:.25rem solid rgba(0,0,0,0);border-inline-start:.25rem solid rgba(0,0,0,0);content:"";inset-block-start:33%}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button:hover::after{border-block-end-color:var(--cds-button-primary, #0f62fe);border-block-start-color:var(--cds-button-primary, #0f62fe)}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button:active::after{border-block-end-color:var(--cds-border-interactive, #0f62fe);border-block-start-color:var(--cds-border-interactive, #0f62fe)}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button[slot=increment]{top:0;left:0}.-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric]) button[slot=decrement]{top:.75rem;left:0}.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ{width:17rem}.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ tr,.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ tr>th,.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ tr>td{height:2.428rem;width:2.428rem}.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ>thead>tr>th{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);cursor:default;text-align:center;vertical-align:middle}.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ>tbody>tr>td{font-size:var(--cds-body-compact-01-font-size, 0.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, 0.16px);cursor:pointer;text-align:center;vertical-align:middle}.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ>tbody>tr>td>div{outline:unset}.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ>tbody>tr>td:hover:not(:has([aria-disabled],[data-selected])){background-color:var(--cds-layer-hover)}.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ>tbody>tr>td:has([data-selected]){background-color:#0f62fe;color:#fff}.-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ>tbody>tr>td[aria-disabled]{color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25));cursor:default}.-esm-primary-navigation__datepicker-module__today___wcSTD:not([data-selected]){position:relative;color:#0f62fe;font-weight:600;font-size:var(--cds-body-compact-01-font-size, 0.875rem);line-height:var(--cds-body-compact-01-line-height, 1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing, 0.16px);display:flex;align-items:center;justify-content:center;block-size:2.5rem;cursor:pointer;inline-size:2.5rem}.-esm-primary-navigation__datepicker-module__today___wcSTD:not([data-selected])::after{position:absolute;display:block;block-size:.25rem;content:"";inline-size:.25rem;inset-block-end:.4375rem;inset-inline-start:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.-esm-primary-navigation__datepicker-module__today___wcSTD:not([data-selected])[data-disabled]::after{background-color:var(--cds-text-disabled, rgba(22, 22, 22, 0.25))}.-esm-primary-navigation__datepicker-module__today___wcSTD:not([data-selected]):not([data-disabled])::after{background-color:var(--cds-link-primary, var(--cds-link-primary, #0f62fe))}[dir="rtl"] .-esm-primary-navigation__datepicker-module__inputWrapper___8dD8T,[dir="rtl"] .-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB{padding-left:unset;padding-right:.75rem}[dir="rtl"] .-esm-primary-navigation__datepicker-module__endInput___PAI4F{padding-right:0}[dir="rtl"] .-esm-primary-navigation__datepicker-module__monthYear___CyXMA div:has(input[inputmode=numeric])>input[inputmode=numeric]{padding-right:.25rem}[dir="rtl"] .-esm-primary-navigation__datepicker-module__monthYear___CyXMA button[slot=increment]{top:0;left:unset;right:0}[dir="rtl"] .-esm-primary-navigation__datepicker-module__monthYear___CyXMA button[slot=decrement]{top:.75rem;left:unset;right:0}',"",{version:3,sources:["webpack://./../../../node_modules/@carbon/styles/scss/_layout.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_custom-property.scss","webpack://./../../../node_modules/@carbon/styles/scss/_layer.scss","webpack://./../../../node_modules/@carbon/styles/scss/theme/_theme.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_keyframes.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_visually-hidden.scss","webpack://./../../../node_modules/@carbon/styles/scss/components/popover/_popover.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_component-reset.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_layout.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_button-reset.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_focus-outline.scss","webpack://./../../../node_modules/@carbon/themes/scss/generated/_tokens.scss","webpack://./../../../node_modules/@carbon/styles/scss/components/tooltip/_tooltip.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss","webpack://./../../../node_modules/@carbon/styles/scss/components/button/_button.scss","webpack://./../../../node_modules/@carbon/styles/scss/components/button/_mixins.scss","webpack://./../../../node_modules/@carbon/styles/scss/components/button/_vars.scss","webpack://./../../../node_modules/@carbon/styles/scss/components/button/_tokens.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_skeleton.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_high-contrast-mode.scss","webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/datepicker/datepicker.module.scss","webpack://./../../../node_modules/@carbon/styles/scss/utilities/_box-shadow.scss"],names:[],mappings:"AA+DM,0ECTJ,yEAAA,CAAA,8DAAA,CDuBI,8FCvBJ,wGAAA,CDqCM,0FCrCN,qEAAA,CDqCM,0FCrCN,qEAAA,CDSI,0ECTJ,uEAAA,CAAA,8DAAA,CDuBI,8FCvBJ,sGAAA,CDqCM,0FCrCN,mEAAA,CDqCM,0FCrCN,mEAAA,CDSI,0ECTJ,yEAAA,CAAA,8DAAA,CDuBI,8FCvBJ,wGAAA,CDqCM,0FCrCN,qEAAA,CDqCM,0FCrCN,qEAAA,CDSI,0ECTJ,uEAAA,CAAA,8DAAA,CDuBI,8FCvBJ,sGAAA,CDqCM,0FCrCN,mEAAA,CDqCM,0FCrCN,mEAAA,CDSI,0ECTJ,uEAAA,CAAA,8DAAA,CDuBI,8FCvBJ,sGAAA,CDqCM,0FCrCN,mEAAA,CDqCM,0FCrCN,mEAAA,CDSI,2ECTJ,wEAAA,CAAA,8DAAA,CDuBI,+FCvBJ,uGAAA,CDqCM,2FCrCN,oEAAA,CDqCM,2FCrCN,oEAAA,CDSI,oFCTJ,sGAAA,CAAA,oFAAA,CDuBI,yGCvBJ,gJAAA,CDqCM,oGCrCN,kGAAA,CDqCM,oGCrCN,kGAAA,CDSI,iFCTJ,iGAAA,CAAA,oFAAA,CDuBI,qGCvBJ,2IAAA,CDqCM,iGCrCN,6FAAA,CDqCM,iGCrCN,6FAAA,CDmDF,MCnDE,kCAAA,CAAA,gCAAA,CAAA,kCAAA,CAAA,gCAAA,CAAA,gCAAA,CAAA,iCAAA,CAAA,gCAAA,CAAA,wCAAA,CAAA,oDAAA,CAAA,+CAAA,CAAA,2CAAA,CAAA,mDAAA,CC1CF,MD0CE,wCAAA,CAAA,sDAAA,CAAA,8DAAA,CAAA,oDAAA,CAAA,0DAAA,CAAA,sEAAA,CAAA,sDAAA,CAAA,kEAAA,CAAA,oEAAA,CAAA,wCAAA,CAAA,oDAAA,CAAA,wDAAA,CAAA,0EAAA,CAAA,wDAAA,CAAA,oDAAA,CCtCF,oEDsCE,wCAAA,CAAA,sDAAA,CAAA,8DAAA,CAAA,oDAAA,CAAA,0DAAA,CAAA,sEAAA,CAAA,sDAAA,CAAA,kEAAA,CAAA,oEAAA,CAAA,wCAAA,CAAA,oDAAA,CAAA,wDAAA,CAAA,0EAAA,CAAA,wDAAA,CAAA,oDAAA,CClCF,oEDkCE,wCAAA,CAAA,sDAAA,CAAA,8DAAA,CAAA,oDAAA,CAAA,0DAAA,CAAA,sEAAA,CAAA,sDAAA,CAAA,kEAAA,CAAA,oEAAA,CAAA,wCAAA,CAAA,oDAAA,CAAA,wDAAA,CAAA,0EAAA,CAAA,wDAAA,CAAA,oDAAA,CC9BF,uED8BE,wCAAA,CAAA,sDAAA,CAAA,8DAAA,CAAA,oDAAA,CAAA,0DAAA,CAAA,sEAAA,CAAA,sDAAA,CAAA,kEAAA,CAAA,oEAAA,CAAA,wCAAA,CAAA,oDAAA,CAAA,wDAAA,CAAA,0EAAA,CAAA,wDAAA,CAAA,oDAAA,CCzBA,oJACE,4CCHe,CDEjB,oJACE,4CCHe,CDEjB,uJACE,4CCHe,CCTnB,kFACE,GAVA,SAAA,CACA,kBAAA,CAaA,KATA,SAAA,CACA,iBAAA,CAAA,CAaF,kFACE,GAfA,SAAA,CACA,iBAAA,CAkBA,KAxBA,SAAA,CACA,kBAAA,CAAA,CA4BF,6EACE,GACE,UAAA,CACA,mBAAA,CACA,qBAAA,CAGF,IACE,SAAA,CACA,mBAAA,CACA,qBAAA,CAGF,IACE,mBAAA,CACA,sBAAA,CAGF,IACE,mBAAA,CACA,sBAAA,CAGF,IACE,mBAAA,CACA,sBAAA,CAGF,IACE,mBAAA,CACA,sBAAA,CAGF,IACE,mBAAA,CACA,qBAAA,CAGF,IACE,mBAAA,CACA,qBAAA,CAGF,KACE,UAAA,CACA,mBAAA,CACA,qBAAA,CAAA,CC3DJ,mJAEE,iBAAA,CACA,eAAA,CACA,SAAA,CACA,QAAA,CACA,WAAA,CACA,cAAA,CACA,qBAAA,CACA,eAAA,CACA,kBAAA,CACA,kBAAA,CC2CA,4EACE,oBAAA,CAMF,+JACE,iBAAA,CAMF,mJLvCA,qEAAA,CAAA,yDAAA,CKmDA,2NAGE,gDAAA,CAIF,yEL1DA,6BAAA,CKkEA,kEACE,iBAAA,CACA,YAAA,CACA,2CA1EkB,CA2ElB,OAAA,CACA,mBAAA,CAIF,0EL3EA,gCAAA,CAAA,kCAAA,CAAA,gCAAA,CM3CA,qBAAA,CACA,SAAA,CACA,QAAA,CACA,QAAA,CACA,mBAAA,CACA,cAAA,CACA,uBAAA,CD+HE,iBAAA,CACA,YAAA,CACA,YAAA,CACA,mDA/FoB,CAgGpB,sEAzGuB,CA0GvB,qEA9FiB,CA+FjB,uBAAA,CACA,qBAAA,CACA,mBAAA,CE/EI,+SPnBN,yDAAA,COmBM,+SPnBN,yDAAA,COmBM,+SPnBN,yDAAA,CMnCA,mPAGE,kBAAA,CDqIF,oNAGE,aAAA,CAOF,kFACE,iBAAA,CACA,YAAA,CACA,UAAA,CAGF,4NAGE,aAAA,CAIF,6NAEE,iBAAA,CACA,YAAA,CACA,YAAA,CACA,sEA5IuB,CAgJvB,qBAAA,CAGF,0RAGE,aAAA,CAIF,ibAIE,aAAA,CAGF,sNAGE,YAAA,CAQF,ySAGE,iBAAA,CACA,sBAAA,CACA,uEAAA,CAGF,mTAIE,sEAAA,CAGF,6lBAME,iBAAA,CACA,oBAAA,CACA,6GAAA,CAMF,inBAQE,kBAAA,CACA,0BAAA,CAGF,4lBAME,iBAAA,CACA,kBAAA,CACA,kGAAA,CAGF,mlBAME,iBAAA,CACA,kBAAA,CACA,uBAAA,CAGF,6SAGE,iBAAA,CACA,qBAAA,CACA,oBAAA,CACA,+DAAA,CAGF,0SAGE,iBAAA,CACA,qBAAA,CACA,oBAAA,CACA,oEAAA,CAGF,gnBAQE,oBAAA,CAIF,2mCAeE,0CApQa,CAqQb,mBAAA,CACA,cAAA,CACA,2BAAA,CAIF,yjCAeE,oDAjRmB,CAkRnB,6CAAA,CACA,mDAvRkB,CAwRlB,iBAAA,CACA,sBAAA,CACA,0DAAA,CAGF,2mCAoBE,yDAAA,CAIF,4yDAoBE,oDArUmB,CAsUnB,6CAAA,CACA,mDA3UkB,CAmVpB,sSAGE,mBAAA,CACA,sBAAA,CACA,wEAAA,CAGF,gTAIE,uEAAA,CAGF,ulBAME,mBAAA,CACA,oBAAA,CACA,8GAAA,CAMF,2mBAQE,kBAAA,CACA,0BAAA,CAGF,slBAME,mBAAA,CACA,kBAAA,CACA,mGAAA,CAGF,0mBAQE,oBAAA,CAIF,4lCAeE,0CAvaa,CAwab,iBAAA,CACA,cAAA,CACA,0BAAA,CAIF,0iCAaE,oDAlbmB,CAmbnB,2CAAA,CACA,mDAxbkB,CAyblB,mBAAA,CACA,sBAAA,CACA,qEAAA,CAGF,2/CAoBE,oEAAA,CAIF,6xDAoBE,oDAtemB,CAuenB,2CAAA,CACA,mDA5ekB,CAofpB,wSAGE,qBAAA,CACA,uBAAA,CAGA,0DAAA,CAGF,0lBAME,qBAAA,CACA,uBAAA,CACA,6GAAA,CAMF,2lBAME,mBAAA,CACA,uBAAA,CACA,wGAAA,CAGF,+gDAoBE,qBAAA,CACA,0BAAA,CAIF,smCAeE,2CApkBa,CAqkBb,aAAA,CACA,oBAAA,CACA,2BAAA,CAIF,m9CAeE,kDArlBkB,CAslBlB,6CAAA,CACA,qDAnlBmB,CAolBnB,qBAAA,CACA,uBAAA,CACA,uEAAA,CAGF,qgDAoBE,qBAAA,CACA,0BAAA,CAIF,uyDAoBE,kDA1oBkB,CA2oBlB,6CAAA,CACA,qDAxoBmB,CAgpBrB,uSAGE,qBAAA,CACA,qBAAA,CAGA,6EAAA,CAGF,ylBAME,qBAAA,CACA,qBAAA,CAGA,oHAAA,CAMF,ylBAME,mBAAA,CACA,qBAAA,CAGA,mHAAA,CAMF,2gDAoBE,wBAAA,CACA,uBAAA,CAIF,kmCAeE,2CA3uBa,CA4uBb,aAAA,CACA,kBAAA,CACA,0BAAA,CAIF,+8CAeE,kDA5vBkB,CA6vBlB,2CAAA,CACA,qDA1vBmB,CA2vBnB,qBAAA,CACA,qBAAA,CACA,4EAAA,CAGF,igDAoBE,wBAAA,CACA,uBAAA,CAIF,myDAoBE,kDAjzBkB,CAkzBlB,2CAAA,CACA,qDA/yBmB,CAqzBrB,wNAGE,eAAA,CAGF,8IACE,kBAAA,CAGF,mFC53BA,qBAAA,CACA,SAAA,CACA,QAAA,CACA,QAAA,CACA,mBAAA,CACA,cAAA,CACA,uBAAA,CEDA,oBAAA,CACA,SAAA,CACA,QAAA,CACA,eAAA,CACA,eAAA,CACA,cAAA,CACA,gBAAA,CAGE,gBAAA,CHi3BA,iBAAA,CACA,mBAAA,CACA,kBAAA,CACA,sBAAA,CACA,eAAA,CACA,gBAAA,CC53BF,8QAGE,kBAAA,CEMF,qGACE,QAAA,CHo3BA,yFIp3BA,2CAAA,CACA,mBAAA,CAEA,qCJi3BA,yFIh3BE,oBAAA,CAAA,CJo3BF,yFACE,uCH13BQ,CG83BZ,sOAEE,2BHn4BI,CGo4BJ,mCAAA,CAGF,yPAEE,iBAAA,CACA,YAAA,CACA,2BH34BI,CG44BJ,cAAA,CACA,UAAA,CACA,gBAAA,CACA,iBAAA,CAGF,uFACE,qCK/qBW,CChOb,kEXyBA,yBAAA,CWrBA,0ECi0BE,gDAAA,CAAA,+CAAA,CAAA,mDAAA,CAAA,wDAAA,CD9zBA,sFAAA,CACA,qBAAA,CACA,wBAAA,CAkCF,uEXlBA,oCAAA,CAAA,gCAAA,CAAA,kCAAA,CAAA,2BAAA,CWkCA,iJC0wBE,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CDvzBF,0ELhCA,qBAAA,CACA,SAAA,CACA,QAAA,CACA,QAAA,CACA,mBAAA,CACA,cAAA,CACA,uBAAA,CEDA,oBAAA,CACA,SAAA,CACA,QAAA,CACA,eAAA,CACA,eAAA,CACA,cAAA,CACA,gBAAA,CAGE,gBAAA,CGqBA,eAAA,CACA,oDAAA,CACA,sCD0JW,CJvLb,mPAGE,kBAAA,CEMF,4FACE,QAAA,CGsBF,gFFnCE,2CAAA,CEsCA,6DD8IiB,CDlLjB,qCEiCF,gFFhCI,oBAAA,CAAA,CEsCJ,gFACE,6DD0IiB,CCvInB,6ECqyBE,gDAAA,CAAA,+CAAA,CAAA,mDAAA,CAAA,wDAAA,CDlyBA,kBAAA,CACA,qBAAA,CACA,cAAA,CACA,qBAAA,CE3CF,8Db8BA,0PAAA,CAAA,sOAAA,Cc7BA,qEAAA,CAMA,8EAAA,CAOA,sGAAA,CR3BA,qBAAA,CACA,SAAA,CACA,QAAA,CACA,QAAA,CACA,mBAAA,CACA,cAAA,CACA,uBAAA,CMi1BE,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CEpzBF,iBAAA,CACA,mBAAA,CACA,aAAA,CACA,6BAAA,CACA,eC5BqB,CD8BrB,QAAA,CACA,cAAA,CACA,uBAAA,CACA,qBAAA,CACA,kDAAA,CACA,YAAA,CAEA,qHAAA,CAIA,uJAAA,CAMA,gBAAA,CACA,oBAAA,CACA,iMACE,CAIF,kBAAA,CRzDA,+MAGE,kBAAA,CQwDF,4nBAME,gDEqVc,CFpVd,8CEoVc,CFnVd,eAAA,CACA,gDJwIqB,CIvIrB,kBAAA,CAGF,kIACE,iBAAA,CACA,aAAA,CACA,eAAA,CACA,gBAAA,CAEA,8GAAA,CAMA,+DAAA,CACA,2BAAA,CDxEF,gFACE,SAAA,CACA,QAAA,CAGF,uECkFA,gBCzCqB,CD0CrB,kBAAA,CACA,0BDjFI,CCkFJ,mDEoPe,CFnPf,uCJiGc,CI/Fd,6EACE,yDE4RmB,CFzRrB,6EACE,qEA7GiB,CA8GjB,kIACE,CAIJ,8EACE,0DE6PoB,CF1PtB,kUAEE,iBDnGE,CAIF,6EACE,uCH4KU,CGxKd,yECmEA,gBCzCqB,CD0CrB,kBAAA,CACA,0BDlEI,CCmEJ,qDEsPiB,CFrPjB,uCJiGc,CI/Fd,+EACE,2DEiSqB,CF9RvB,+EACE,qEA7GiB,CA8GjB,kIACE,CAIJ,gFACE,4DEkQsB,CF/PxB,sUAEE,iBDpFE,CAIF,8JAEE,uCH4JU,CGxJd,wECmDA,gBCzCqB,CD0CrB,kBAAA,CACA,gDE4PgB,CF3PhB,8BDpDI,CCqDJ,yCE0PgB,CFxPhB,8EACE,0DEsSoB,CFnStB,8EACE,qEA7GiB,CA8GjB,kIACE,CAIJ,+EACE,2DEuQqB,CFpQvB,oUAEE,iBDpEE,CAIF,8EACE,sCH0IS,CGvIX,8EACE,oDGkSY,CHjSZ,sCHqIS,CGlIX,+EACE,0BAAA,CACA,2DGuTmB,CHtTnB,sCH+HS,CG5HX,wrBAME,wBAAA,CACA,sDH8HU,CG7HV,YAAA,CAIJ,qECcA,gBCzCqB,CD0CrB,kBAAA,CACA,0BDbI,CCcJ,8BDfI,CCgBJ,sCJ0Ga,CGlHX,kFAAA,CCUF,2EACE,uEJ5Fe,CI+FjB,2EACE,qEA7GiB,CA8GjB,kIACE,CAIJ,4EACE,uEJhHgB,CImHlB,8TAEE,iBD/BE,CAQF,yIACE,eAAA,CACA,iBAAA,CACA,yBIrGO,CJwGT,uJAEE,4CHyGe,CGtGjB,4EACE,uEH1Gc,CG6GhB,sqBAME,0BAAA,CACA,wBAAA,CACA,sDHoFU,CGnFV,YAAA,CAGF,yFACE,qCH0GS,CGtGb,yEACE,kBAAA,CACA,sBAAA,CACA,SAAA,CACA,8CAAA,CACA,+CAAA,CACA,qBAAA,CAEA,sFACE,oBAAA,CAGF,6IACE,eAAA,CAGF,0aAEE,QAAA,CAGF,qJACE,8EAAA,CAOJ,gJACE,yBAAA,CAIF,4nBAGE,oBAAA,CAGF,gJACE,mEHpKkB,CGuKpB,8FACE,SAAA,CAGF,8cAIE,qCHkDW,CG/Cb,gwBAOE,+CHoDqB,CGjDvB,uJACE,kBAAA,CAKF,oKACE,kBAAA,CAGF,oKACE,mBAAA,CAGF,uEC/GA,gBCzCqB,CD0CrB,kBAAA,CACA,0BDgHI,CC/GJ,0DE6PsB,CF5PtB,uCJiGc,CI/Fd,6EACE,wDEuRkB,CFpRpB,6EACE,qEA7GiB,CA8GjB,kIACE,CAIJ,8EACE,yDEwPmB,CFrPrB,kUAEE,iBD8FE,CAIF,6EACE,uCHrBU,CGwBZ,gFC7HF,gBCzCqB,CD0CrB,kBAAA,CACA,wDEmQwB,CFlQxB,8BD4HM,CC3HN,iDEiQwB,CF/PxB,sFACE,wDEuRkB,CFpRpB,sFACE,qEA7GiB,CA8GjB,kIACE,CAIJ,uFACE,yDEwPmB,CFrPrB,oVAEE,iBD4GI,CAIF,sFACE,oDGsJc,CHrJd,uCHpCQ,CGuCV,sFACE,0DGmHgB,CHlHhB,uCHzCQ,CG4CV,uFACE,qDGwHe,CHvHf,yDGuHe,CHtHf,uCH/CQ,CGkDV,wuBAME,wBAAA,CACA,sDHnDQ,CGoDR,YAAA,CAIJ,6ECnKF,gBCzCqB,CD0CrB,kBAAA,CACA,0BDoKM,CCnKN,8BDkKM,CCjKN,iDEiQwB,CHxFpB,kFAAA,CCvKJ,mFACE,wDEuRkB,CFpRpB,mFACE,qEA7GiB,CA8GjB,kIACE,CAIJ,oFACE,yDEwPmB,CFrPrB,8UAEE,iBDkJI,CAQF,iJACE,eAAA,CACA,yBIrRK,CJwRP,uKAEE,uCHnFQ,CGsFV,stBAME,0BAAA,CACA,wBAAA,CACA,sDHxFQ,CGyFR,YAAA,CAMN,0EDiiBE,oDAAA,CAAA,uDAAA,CAAA,yDAAA,CAAA,2DAAA,CC9hBA,gIAAA,CAUF,kJACE,iBAAA,CAIF,2MACE,kBAAA,CACA,mBAAA,CAGF,yMACE,qBAAA,CAIF,gIK5UA,iBAAA,CACA,SAAA,CACA,WAAA,CACA,kDR4aoB,CQ3apB,eAAA,CACA,mBAAA,CL0UE,oBAAA,CKxUF,mZAGE,WAAA,CACA,cAAA,CACA,YAAA,CAGF,wIACE,iBAAA,CACA,uGAAA,CACA,+CRgae,CQ/Zf,eAAA,CACA,UAAA,CACA,gBAAA,CACA,oBAAA,CACA,8CAAA,CAEA,uCAVF,wIAWI,cAAA,CAAA,CC9BJ,sENgVA,gIK5SE,qBAAA,CAEA,wIACE,iBAAA,CACA,wBAAA,CAAA,CL+SJ,kEACE,YAAA,CAGF,2EACE,qBAAA,CAGF,gIACE,gBAAA,CAEA,wBAAA,CAEA,4IACE,gEAAA,CAGF,0JACE,kBAAA,CAIJ,oMACE,kBAAA,CAGF,qJACE,gEAAA,CAGF,mKACE,kBAAA,CAGF,uMACE,sEAAA,CAEA,qNACE,eAAA,CAIJ,gNACE,uEAAA,CAEA,8NACE,eAAA,CAIJ,sMACE,0BAAA,CACA,8BAAA,CACA,eAAA,CAKF,4IACE,yBI/YS,CJgZT,wBIhZS,CEHX,sENuZA,oEMrZI,eAAA,CACA,2BAAA,CAAA,CNyZJ,sJACE,8DAAA,COpXJ,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CClDF,gEACE,kBAAA,CACA,iCAAA,CACA,mDAAA,CACA,6BAAA,CACA,YAAA,CACA,iBAAA,CAEA,8MZUE,2CAAA,CACA,mBAAA,CAEA,qCYbF,8MZcI,oBAAA,CAAA,CYTJ,8EZuBE,mDAAA,CACA,mBAAA,CAEA,qCY1BF,8EZ2BI,oBAAA,CAAA,CYxBF,8EACE,uCXsPU,CWlPd,+EACE,wCAAA,CACA,sDXgMY,CW/LZ,kBAAA,CAKJ,4QACE,mCAAA,CAEA,wRACE,aAAA,CACA,gDnBfmB,CmBkBrB,gTACE,sDXiLY,CW9Kd,kTACE,+FAAA,CAOF,0NACE,sDXqKY,CWlKd,8MACE,sDXiKY,CW7JhB,4EACE,QAEE,yCAAA,CAEF,IACE,wCAAA,CAAA,CAKJ,wIACE,iBAAA,CACA,gBJnDW,CIoDX,eJZW,CIaX,eAAA,CASF,oEACE,iBJhDW,CIoDb,mEACE,YAAA,CACA,eAAA,CACA,eAAA,CACA,wBAAA,CACA,iBAAA,CAGF,sEAEE,eAAA,CACA,UAAA,CAGF,gEACE,sBAAA,CAGF,8DACE,mBAAA,CAGF,+DACE,mBAAA,CAGF,+NACE,sDXqGc,CWlGhB,iEACE,+CAAA,CACA,gBJxGW,CIyGX,0BAAA,CACA,iBAAA,CACA,eAAA,CAIF,4EACE,KACE,SAAA,CACA,kCAAA,CAGF,GACE,SAAA,CACA,8BAAA,CAAA,CAIJ,4EACE,8GAAA,CAEA,mDAHF,4EAII,cAAA,CAAA,CAIJ,4DC/IE,0DAAA,CDiJA,6CXjHS,CWkHT,eAAA,CACA,kCAAA,CAIF,4DACE,gBJjJW,CIkJX,mBJlJW,CImJX,YAAA,CACA,kBAAA,CACA,gBAAA,CACA,6BAAA,CAGF,gEfnKE,qBAAA,CACA,SAAA,CACA,QAAA,CACA,QAAA,CACA,mBAAA,CACA,cAAA,CACA,uBAAA,CAEA,qNAGE,kBAAA,Ce2JF,gEACE,wBAAA,CACA,mBAAA,CAGF,qFACE,uCnB3JU,CmB8JZ,6EACE,qDXuCY,CWpCd,oEACE,aAAA,CACA,WAAA,CACA,iBAAA,CAIJ,mFACE,mDAAA,CAGF,kEACE,aJ5JW,CI6JX,YJ7JW,CIgKb,+DfnME,qBAAA,CACA,SAAA,CACA,QAAA,CACA,QAAA,CACA,mBAAA,CACA,cAAA,CACA,uBAAA,CMi1BE,2DAAA,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CN/0BF,kNAGE,kBAAA,Ce4LF,+DACE,gBJ9LS,CI+LT,wBJzMS,CI0MT,iBAAA,CAGF,oEACE,kBJzMS,CI0MT,mBJ1MS,CI6MX,iGACE,cAAA,CAEA,0HfrNF,qBAAA,CACA,SAAA,CACA,QAAA,CACA,QAAA,CACA,mBAAA,CACA,cAAA,CACA,uBAAA,CMi1BE,2DAAA,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA,CN/0BF,mYAGE,kBAAA,Ce8ME,0HACE,iCAAA,CACA,kBJxLK,CIyLL,cJvNK,CIwNL,eAAA,CAGF,0SAEE,QAAA,CACA,uBAAA,CAGF,gIZjOF,2CAAA,CAEA,qCY+NE,gIZ9NA,oBAAA,CAAA,CYkOA,wIZtMF,mDAAA,CACA,mBAAA,CAEA,qCYmME,wIZlMA,oBAAA,CAAA,CYsMA,wRAEE,6CX7MG,CW8MH,sDX1BQ,CW2BR,mBAAA,CAGF,2JACE,uEX/BQ,CWgCR,yEXhCQ,CWmCV,0JACE,SAAA,CAIJ,iHf/PF,qBAAA,CACA,SAAA,CACA,QAAA,CACA,QAAA,CACA,mBAAA,CACA,cAAA,CACA,uBAAA,CAEA,wWAGE,kBAAA,CeuPE,iHACE,cAAA,CACA,iBAAA,CAIJ,8GACE,SAAA,CAGF,wGf5QF,qBAAA,CACA,SAAA,CACA,QAAA,CACA,QAAA,CACA,mBAAA,CACA,cAAA,CACA,uBAAA,CAEA,6UAGE,kBAAA,CeoQE,wGACE,iBAAA,CACA,eAAA,CACA,4BJlRK,CImRL,yBJ9QK,CI+QL,WAAA,CACA,cAAA,CACA,cAAA,CACA,kBJxQK,CIyQL,yBJrPK,CIsPL,eAAA,CACA,SAAA,CAGF,+GACE,aAAA,CACA,4CAAA,CACA,8CAAA,CACA,UAAA,CACA,qBAAA,CAGF,qHACE,yDL6DS,CK5DT,2DL4DS,CKzDX,sHACE,6DXlHa,CWmHb,+DXnHa,CWsHf,wHACE,KAAA,CACA,MAAA,CAGF,wHACE,UJtSK,CIuSL,MAAA,CAQR,kEACE,WAAA,CAEA,qNAGE,eAAA,CACA,cAAA,CAGF,8ET+gBE,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CS7gBA,cAAA,CACA,iBAAA,CACA,qBAAA,CAGF,8ETwgBE,wDAAA,CAAA,uDAAA,CAAA,2DAAA,CAAA,gEAAA,CStgBA,cAAA,CACA,iBAAA,CACA,qBAAA,CAEA,kFACE,aAAA,CAGF,+HACE,uCnBzUQ,CmB4UV,mGACE,wBD5VY,CC6VZ,UDjWU,CCoWZ,6FACE,sDX5IU,CW6IV,cAAA,CAKN,gFACE,iBAAA,CACA,aDzWgB,CC0WhB,eAAA,CACA,wDAAA,CACA,2DAAA,CACA,gEAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,iBJhVW,CIiVX,cAAA,CACA,kBJlVW,CIoVX,uFACE,iBAAA,CACA,aAAA,CACA,iBJrXS,CIsXT,UAAA,CACA,kBJvXS,CIwXT,wBAAA,CACA,sBAAA,CACA,kCAAA,CACA,0BAAA,CAGF,sGACE,iEX7KY,CWgLd,4GACE,0EAAA,CAMF,gKACE,kBAAA,CACA,oBJjYS,CIoYX,0EACE,eAAA,CAKE,sIACE,oBJrZK,CI0ZP,kGACE,KAAA,CACA,UAAA,CACA,OAAA,CAGF,kGACE,UJvZK,CIwZL,UAAA,CACA,OAAA",sourcesContent:["//\n// Copyright IBM Corp. 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use 'sass:map';\n@use 'sass:list';\n\n@use './config' as *;\n@use './utilities/custom-property';\n@use './utilities/convert';\n@use './spacing' as *;\n\n$layout-tokens: (\n size: (\n height: (\n xs: convert.to-rem(24px),\n sm: convert.to-rem(32px),\n md: convert.to-rem(40px),\n lg: convert.to-rem(48px),\n xl: convert.to-rem(64px),\n 2xl: convert.to-rem(80px),\n ),\n ),\n density: (\n padding-inline: (\n condensed: $spacing-03,\n normal: $spacing-05,\n ),\n ),\n);\n\n@mixin emit-layout-tokens {\n @each $group, $properties in $layout-tokens {\n @each $property, $steps in $properties {\n @each $step, $value in $steps {\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}-#{$step}',\n $value\n );\n }\n\n // CSS max() doesn't accept '0' as a value without a unit\n // stylelint-disable length-zero-no-unit\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}-min',\n 0px\n );\n // stylelint-enable length-zero-no-unit\n\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}-max',\n 999999999px\n );\n }\n }\n}\n\n@each $group, $properties in $layout-tokens {\n @each $property, $steps in $properties {\n @each $step, $value in $steps {\n .#{$prefix}--layout--#{$group}-#{$step} {\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}-context',\n custom-property.get-var(\n 'layout-#{$group}-#{$property}-#{$step}',\n $value\n )\n );\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}',\n custom-property.get-var('layout-#{$group}-#{$property}-context')\n );\n }\n\n .#{$prefix}--layout-constraint--#{$group}__default-#{$step} {\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}',\n custom-property.get-var(\n 'layout-#{$group}-#{$property}-context',\n custom-property.get-var(\n 'layout-#{$group}-#{$property}-#{$step}',\n $value\n )\n )\n );\n }\n\n @each $constraint in ('min', 'max') {\n .#{$prefix}--layout-constraint--#{$group}__#{$constraint}-#{$step} {\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}-#{$constraint}',\n custom-property.get-var(\n 'layout-#{$group}-#{$property}-#{$step}',\n $value\n )\n );\n }\n }\n }\n }\n}\n\n:root {\n @include emit-layout-tokens();\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use '../config';\n\n// Some CSS Custom Property terminology\n// @see https://www.w3.org/TR/css-variables-1/\n//\n// <custom-property-name>:\n// Any valid identifer that starts with two dashes (--)\n//\n// A declaration:\n// CSS Custom Properties can be used as declarations in a CSS selector. They\n// take on the form of:\n//\n// <custom-property-name>: <declaration-value>;\n//\n// The var() notation:\n// You can use a CSS Custom Property as a substitute for a value of another\n// property using the var() function. This function has the following syntax:\n//\n// var( <custom-property-name> [, <declarative-value> ]? )\n//\n// This function takes in an optional fallback value if the CSS Custom\n// Property has not been previously defined\n\n/// Get the <custom-property-name> for a given string\n/// @param {String} $name\n/// @returns {String}\n@function get-name($name) {\n @return --#{config.$prefix}-#{$name};\n}\n\n/// Get the var() representation for a given token\n/// @param {String} $name\n/// @param {Any} $fallback\n/// @returns var()\n@function get-var($name, $fallback: false) {\n @if $fallback {\n @return var(--#{config.$prefix}-#{$name}, #{$fallback});\n }\n @return var(--#{config.$prefix}-#{$name});\n}\n\n/// Emit a declaration which sets the value of a CSS Custom Property using the\n/// $name as the <custom-property-name> and the $value as the\n/// <declaration-value>\n/// @param {String} $name\n/// @param {any} $value\n@mixin declaration($name, $value) {\n #{get-name($name)}: #{$value};\n}\n","//\n// Copyright IBM Corp. 2021\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@forward './layer/layer-sets';\n@use './config' as *;\n@use './layer/layer-tokens';\n@use './theme' as *;\n\n:root {\n @include layer-tokens.emit-layer-tokens(1);\n}\n\n.#{$prefix}--layer-one {\n @include layer-tokens.emit-layer-tokens(1);\n}\n\n.#{$prefix}--layer-two {\n @include layer-tokens.emit-layer-tokens(2);\n}\n\n.#{$prefix}--layer-three {\n @include layer-tokens.emit-layer-tokens(3);\n}\n\n@each $i in (one, two, three) {\n .#{$prefix}--layer-#{$i}.#{$prefix}--layer__with-background {\n background-color: $layer-background;\n }\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use '../config' as *;\n@use '@carbon/themes/scss/config' with (\n $prefix: $prefix\n);\n@use '../compat/themes' as compat;\n@use '../themes';\n\n@forward '@carbon/themes/scss/theme' with (\n $fallback: themes.$white !default,\n $theme: compat.$white !default\n);\n@forward '@carbon/themes/scss/tokens';\n\n@use '@carbon/themes/scss/tokens';\n@use '@carbon/themes/scss/theme';\n@use '../utilities/custom-property';\n\n// Layer sets\n$layer: custom-property.get-var('layer');\n$layer-active: custom-property.get-var('layer-active');\n$layer-background: custom-property.get-var('layer-background');\n$layer-hover: custom-property.get-var('layer-hover');\n$layer-selected: custom-property.get-var('layer-selected');\n$layer-selected-hover: custom-property.get-var('layer-selected-hover');\n$layer-accent: custom-property.get-var('layer-accent');\n$layer-accent-hover: custom-property.get-var('layer-accent-hover');\n$layer-accent-active: custom-property.get-var('layer-accent-active');\n\n$field: custom-property.get-var('field');\n$field-hover: custom-property.get-var('field-hover');\n\n$border-subtle: custom-property.get-var('border-subtle');\n$border-subtle-selected: custom-property.get-var('border-subtle-selected');\n$border-strong: custom-property.get-var('border-strong');\n$border-tile: custom-property.get-var('border-tile');\n","//\n// Copyright IBM Corp. 2021\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n@use '../config' as *;\n\n@mixin content-visible {\n opacity: 1;\n visibility: inherit;\n}\n\n@mixin content-hidden {\n opacity: 0;\n visibility: hidden;\n}\n\n@keyframes #{$prefix}--hide-feedback {\n 0% {\n @include content-visible;\n }\n\n 100% {\n @include content-hidden;\n }\n}\n\n@keyframes #{$prefix}--show-feedback {\n 0% {\n @include content-hidden;\n }\n\n 100% {\n @include content-visible;\n }\n}\n\n@keyframes #{$prefix}--skeleton {\n 0% {\n opacity: 0.3;\n transform: scaleX(0);\n transform-origin: left;\n }\n\n 20% {\n opacity: 1;\n transform: scaleX(1);\n transform-origin: left;\n }\n\n 28% {\n transform: scaleX(1);\n transform-origin: right;\n }\n\n 51% {\n transform: scaleX(0);\n transform-origin: right;\n }\n\n 58% {\n transform: scaleX(0);\n transform-origin: right;\n }\n\n 82% {\n transform: scaleX(1);\n transform-origin: right;\n }\n\n 83% {\n transform: scaleX(1);\n transform-origin: left;\n }\n\n 96% {\n transform: scaleX(0);\n transform-origin: left;\n }\n\n 100% {\n opacity: 0.3;\n transform: scaleX(0);\n transform-origin: left;\n }\n}\n","//\n// Copyright IBM Corp. 2021\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use '../config' as *;\n\n/// Include styles for screen reader/assistive text\n/// @access public\n/// @group utilities\n@mixin visually-hidden {\n position: absolute;\n overflow: hidden;\n padding: 0;\n border: 0;\n margin: -1px;\n block-size: 1px;\n clip: rect(0, 0, 0, 0);\n inline-size: 1px;\n visibility: inherit;\n white-space: nowrap;\n}\n\n.#{$prefix}--assistive-text,\n.#{$prefix}--visually-hidden {\n position: absolute;\n overflow: hidden;\n padding: 0;\n border: 0;\n margin: -1px;\n block-size: 1px;\n clip: rect(0, 0, 0, 0);\n inline-size: 1px;\n visibility: inherit;\n white-space: nowrap;\n}\n","//\n// Copyright IBM Corp. 2016, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use '../../config' as *;\n@use '../../layer' as *;\n@use '../../theme';\n@use '../../utilities/box-shadow' as *;\n@use '../../utilities/button-reset';\n@use '../../utilities/component-reset';\n@use '../../utilities/custom-property';\n@use '../../utilities/focus-outline' as *;\n@use '../../utilities/' as *;\n@use '../../utilities/convert';\n@use '../../utilities/layout';\n\n/// The Popover component is used for triggering a pop-up next to a trigger\n/// element, typically a button, in a given direction. It is made up of several\n/// parts and includes a handful of modifiers to change the appearance.\n///\n/// The parts of a popover include:\n/// The popover container `.cds-popover-container`\n/// This container contains the trigger and the popover and is used to\n/// coordinate positioning relative to the trigger button\n///\n/// The popover\n/// This is an intermediate container that is used for the\n/// `filter: drop-shadow()` effect on the popover content and the caret. It is\n/// an absolutely positioned container that matches the dimensions of the\n/// container so that popover content and caret can be positioned absolutely.\n///\n/// Popover content\n/// This is the containing element for user-provided content and sets the\n/// background and text color for the area.\n///\n/// Popover caret\n/// This caret is an optional modifier that displays a character centered with\n/// respect to the trigger element\n\n// The background color for the popover container\n$popover-background-color: custom-property.get-var(\n 'popover-background-color',\n theme.$layer\n);\n\n// The drop shadow value used for the popover container\n$popover-drop-shadow: custom-property.get-var('popover-drop-shadow', 'none');\n\n// The border radius value for the popover container\n$popover-border-radius: custom-property.get-var('popover-border-radius', 2px);\n\n// The text color used for text placed inside of the popover\n$popover-text-color: custom-property.get-var(\n 'popover-text-color',\n theme.$text-primary\n);\n\n// The distance between the popover container and the triggering element\n// Specify the distance between the popover and the trigger. This value must\n// have a unit otherwise the `calc()` expression will not work\n$popover-offset: custom-property.get-var('popover-offset', 0rem);\n\n// Customize the dimensions of the caret by specifying its width or height.\n// These values will be flipped in left or right directions to have the\n// correct dimensions\n$popover-caret-width: custom-property.get-var(\n 'popover-caret-width',\n convert.to-rem(12px)\n);\n$popover-caret-height: custom-property.get-var(\n 'popover-caret-height',\n convert.to-rem(6px)\n);\n\n@mixin popover {\n // Container\n .#{$prefix}--popover-container {\n display: inline-block;\n }\n\n // Do not set position: relative on autoAlign popovers.\n // Without this, autoAlign popovers will be clipped by containing elements\n // (using overflow: hidden, etc) if position: relative is set on the container.\n .#{$prefix}--popover-container:not(.#{$prefix}--popover--auto-align) {\n position: relative;\n }\n\n /// Modifiers\n\n // High contrast modifier\n .#{$prefix}--popover--high-contrast .#{$prefix}--popover {\n @include custom-property.declaration(\n 'popover-background-color',\n theme.$background-inverse\n );\n @include custom-property.declaration(\n 'popover-text-color',\n theme.$text-inverse\n );\n }\n\n // Drop shadow modifier\n .#{$prefix}--popover--drop-shadow\n .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));\n }\n\n // Caret tip modifier\n .#{$prefix}--popover--caret {\n @include custom-property.declaration(\n 'popover-offset',\n convert.to-rem(10px)\n );\n }\n\n // Popover, this element contains both the caret and the popover content\n .#{$prefix}--popover {\n position: absolute;\n z-index: z('floating');\n filter: $popover-drop-shadow;\n inset: 0;\n pointer-events: none;\n }\n\n // Popover content\n .#{$prefix}--popover-content {\n // The layout.redefine-tokens is been included here because it is been redifined in _tag.scss\n @include layout.redefine-tokens(\n (\n size: (\n height: (\n sm: convert.to-rem(32px),\n md: convert.to-rem(40px),\n lg: convert.to-rem(48px),\n ),\n ),\n )\n );\n @include component-reset.reset;\n\n position: absolute;\n z-index: z('floating');\n display: none;\n border-radius: $popover-border-radius;\n background-color: $popover-background-color;\n color: $popover-text-color;\n inline-size: max-content;\n max-inline-size: convert.to-rem(368px);\n pointer-events: auto;\n }\n\n .#{$prefix}--popover--open\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n display: block;\n }\n\n // We use a pseudo element inside of the popover to create a space between the\n // target and the popover. This helps in situations like toolcarets where you do\n // not want the toolcaret to disappear when the user moves from the target to\n // the popover.\n .#{$prefix}--popover-content::before {\n position: absolute;\n display: none;\n content: '';\n }\n\n .#{$prefix}--popover--open\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before {\n display: block;\n }\n\n // Popover caret\n .#{$prefix}--popover-caret,\n .#{$prefix}--popover--auto-align.#{$prefix}--popover-caret {\n position: absolute;\n z-index: z('floating');\n display: none;\n background-color: $popover-background-color;\n // We use `will-change: transform` to prevent antialiasing when our caret\n // has subpixel rendering. When this happens, a single pixel line appears\n // between the caret and popover-content that we would like to avoid\n will-change: transform;\n }\n\n .#{$prefix}--popover--caret.#{$prefix}--popover--open\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n display: block;\n }\n\n // autoAlign uses a different dom structure where the caret is within the content instead of a sibling\n .#{$prefix}--popover--auto-align.#{$prefix}--popover--caret.#{$prefix}--popover--open\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret {\n display: block;\n }\n\n .#{$prefix}--popover--tab-tip\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n display: none;\n }\n\n //-----------------------------------------------------------------------------\n // Bottom\n //-----------------------------------------------------------------------------\n\n // Popover content placement\n .#{$prefix}--popover--bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-end: 0;\n inset-inline-start: 50%;\n transform: translate(-50%, calc(100% + $popover-offset));\n }\n\n [dir='rtl']\n .#{$prefix}--popover--bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n transform: translate(50%, calc(100% + $popover-offset));\n }\n\n .#{$prefix}--popover--bottom-left:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n .#{$prefix}--popover--bottom-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-end: 0;\n inset-inline-start: 0;\n transform: translate(\n calc(-1 * $popover-offset),\n calc(100% + $popover-offset)\n );\n }\n\n [dir='rtl']\n .#{$prefix}--popover--bottom-left:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--bottom-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-inline-end: 0;\n inset-inline-start: initial;\n }\n\n .#{$prefix}--popover--bottom-right:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n .#{$prefix}--popover--bottom-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-end: 0;\n inset-inline-end: 0;\n transform: translate($popover-offset, calc(100% + $popover-offset));\n }\n\n .#{$prefix}--popover--bottom-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--top-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n inset-block-end: 0;\n inset-inline-end: 0;\n inset-inline-start: auto;\n }\n\n .#{$prefix}--popover--bottom-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n inset-block-end: 0;\n inset-inline-end: auto;\n inset-inline-start: 0;\n transform: translate(50%, calc($popover-offset));\n }\n\n .#{$prefix}--popover--top-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n inset-block-end: 0;\n inset-inline-end: auto;\n inset-inline-start: 0;\n transform: translate(50%, calc(-1 * $popover-offset));\n }\n\n [dir='rtl']\n .#{$prefix}--popover--bottom-right:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--bottom-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-inline-start: 0;\n }\n\n // Popover hover area placement\n .#{$prefix}--popover--bottom\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--bottom-left\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--bottom-start\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--bottom-right\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--bottom-end\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before {\n block-size: $popover-offset;\n inset-block-start: 0;\n inset-inline: 0;\n transform: translateY(-100%);\n }\n\n // Caret placement\n .#{$prefix}--popover--bottom\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--bottom-left\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--bottom-start\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--bottom-right\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--bottom-end\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n block-size: $popover-caret-height;\n clip-path: polygon(0% 100%, 50% 0%, 100% 100%);\n inline-size: $popover-caret-width;\n inset-block-end: 0;\n inset-inline-start: 50%;\n transform: translate(-50%, $popover-offset);\n }\n\n [dir='rtl']\n .#{$prefix}--popover--bottom\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--bottom-left\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--bottom-start\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--bottom-right\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--bottom-end\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n transform: translate(50%, $popover-offset);\n }\n\n // Caret placement for autoAlign\n .#{$prefix}--popover--bottom.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--bottom-left.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--bottom-start.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--bottom-right.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--bottom-end.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret {\n block-size: $popover-caret-height;\n clip-path: polygon(0% 100%, 50% 0%, 100% 100%);\n inline-size: $popover-caret-width;\n }\n\n //-----------------------------------------------------------------------------\n // Top\n //-----------------------------------------------------------------------------\n\n // Popover content placement\n .#{$prefix}--popover--top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-start: 0;\n inset-inline-start: 50%;\n transform: translate(-50%, calc(-100% - $popover-offset));\n }\n\n [dir='rtl']\n .#{$prefix}--popover--top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n transform: translate(50%, calc(-100% - $popover-offset));\n }\n\n .#{$prefix}--popover--top-left:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n .#{$prefix}--popover--top-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-start: 0;\n inset-inline-start: 0;\n transform: translate(\n calc(-1 * $popover-offset),\n calc(-100% - $popover-offset)\n );\n }\n\n [dir='rtl']\n .#{$prefix}--popover--top-left:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--top-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-inline-end: 0;\n inset-inline-start: initial;\n }\n\n .#{$prefix}--popover--top-right:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n .#{$prefix}--popover--top-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-start: 0;\n inset-inline-end: 0;\n transform: translate($popover-offset, calc(-100% - $popover-offset));\n }\n\n [dir='rtl']\n .#{$prefix}--popover--top-right:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--top-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-inline-start: 0;\n }\n\n // Popover hover area placement\n .#{$prefix}--popover--top\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--top-left\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--top-start\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--top-right\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--top-end\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before {\n block-size: $popover-offset;\n inset-block-end: 0;\n inset-inline: 0;\n transform: translateY(100%);\n }\n\n // Caret placement\n .#{$prefix}--popover--top > .#{$prefix}--popover > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--top-left\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--top-start\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--top-right\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--top-end\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n block-size: $popover-caret-height;\n clip-path: polygon(0% 0%, 50% 100%, 100% 0%);\n inline-size: $popover-caret-width;\n inset-block-start: 0;\n inset-inline-start: 50%;\n transform: translate(-50%, calc(-1 * $popover-offset));\n }\n\n [dir='rtl']\n .#{$prefix}--popover--top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--top-left:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--top-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--top-right:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--top-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n transform: translate(50%, calc(-1 * $popover-offset));\n }\n\n // Caret placement for autoAlign\n .#{$prefix}--popover--top.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--top-left.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--top-start.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--top-right.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--top-end.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret {\n block-size: $popover-caret-height;\n clip-path: polygon(0% 0%, 50% 100%, 100% 0%);\n inline-size: $popover-caret-width;\n }\n\n //-----------------------------------------------------------------------------\n // Right\n //-----------------------------------------------------------------------------\n\n // Popover content placement\n .#{$prefix}--popover--right:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-start: 50%;\n inset-inline-start: 100%;\n // Add in 0.1px to prevent rounding errors where the content is\n // moved farther than the caret\n transform: translate($popover-offset, -50%);\n }\n\n .#{$prefix}--popover--right-top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n .#{$prefix}--popover--right-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-start: 50%;\n inset-inline-start: 100%;\n transform: translate(\n $popover-offset,\n calc(0.5 * $popover-offset * -1 - 16px)\n );\n }\n\n .#{$prefix}--popover--right-bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n .#{$prefix}--popover--right-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-end: 50%;\n inset-inline-start: 100%;\n transform: translate($popover-offset, calc(0.5 * $popover-offset + 16px));\n }\n\n [dir='rtl']\n .#{$prefix}--popover--right:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--right-bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--right-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--right-top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--right-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-inline-end: 100%;\n inset-inline-start: initial;\n }\n\n // Popover hover area placement\n .#{$prefix}--popover--right\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--right-top\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--right-start\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--right-bottom\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--right-end\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before {\n inline-size: $popover-offset;\n inset-block: 0;\n inset-inline-start: 0;\n transform: translateX(-100%);\n }\n\n // Caret placement\n .#{$prefix}--popover--right:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--right-top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--right-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--right-bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--right-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n block-size: $popover-caret-width;\n clip-path: polygon(0% 50%, 100% 0%, 100% 100%);\n inline-size: $popover-caret-height;\n inset-block-start: 50%;\n inset-inline-start: 100%;\n transform: translate(calc($popover-offset - 100%), -50%);\n }\n\n [dir='rtl']\n .#{$prefix}--popover--right:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--right-top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--right-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--right-bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--right-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n inset-inline-end: 100%;\n inset-inline-start: initial;\n }\n\n // Caret placement for autoAlign\n .#{$prefix}--popover--right.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--right-top.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--right-start.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--right-bottom.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--right-end.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret {\n block-size: $popover-caret-width;\n clip-path: polygon(0% 50%, 100% 0%, 100% 100%);\n inline-size: $popover-caret-height;\n }\n\n //-----------------------------------------------------------------------------\n // Left\n //-----------------------------------------------------------------------------\n\n // Popover content placement\n .#{$prefix}--popover--left:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-start: 50%;\n inset-inline-end: 100%;\n // Add in 0.1px to prevent rounding errors where the content is\n // moved farther than the caret\n transform: translate(calc(-1 * $popover-offset + 0.1px), -50%);\n }\n\n .#{$prefix}--popover--left-top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n .#{$prefix}--popover--left-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-start: 50%;\n inset-inline-end: 100%;\n // Add in 0.1px to prevent rounding errors where the content is\n // moved farther than the caret\n transform: translate(\n calc(-1 * $popover-offset),\n calc(-1 * 0.5 * $popover-offset - 16px)\n );\n }\n\n .#{$prefix}--popover--left-bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n .#{$prefix}--popover--left-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-block-end: 50%;\n inset-inline-end: 100%;\n // Add in 0.1px to prevent rounding errors where the content is\n // moved farther than the caret\n transform: translate(\n calc(-1 * $popover-offset),\n calc(0.5 * $popover-offset + 16px)\n );\n }\n\n [dir='rtl']\n .#{$prefix}--popover--left:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--left-bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--left-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--left-top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content,\n [dir='rtl']\n .#{$prefix}--popover--left-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n inset-inline-end: initial;\n inset-inline-start: 100%;\n }\n\n // Popover hover area placement\n .#{$prefix}--popover--left\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--left-top\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--left-start\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--left-bottom\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before,\n .#{$prefix}--popover--left-end\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content::before {\n inline-size: $popover-offset;\n inset-block: 0;\n inset-inline-end: 0;\n transform: translateX(100%);\n }\n\n // Caret placement\n .#{$prefix}--popover--left:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--left-top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--left-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--left-bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--left-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n block-size: $popover-caret-width;\n clip-path: polygon(0% 0%, 100% 50%, 0% 100%);\n inline-size: $popover-caret-height;\n inset-block-start: 50%;\n inset-inline-end: 100%;\n transform: translate(calc(-1 * $popover-offset + 100%), -50%);\n }\n\n [dir='rtl']\n .#{$prefix}--popover--left:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--left-top:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--left-start:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--left-bottom:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret,\n [dir='rtl']\n .#{$prefix}--popover--left-end:not(.#{$prefix}--popover--auto-align)\n > .#{$prefix}--popover\n > .#{$prefix}--popover-caret {\n inset-inline-end: initial;\n inset-inline-start: 100%;\n }\n\n // Caret placement for autoAlign\n .#{$prefix}--popover--left.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--left-top.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--left-start.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--left-bottom.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret,\n .#{$prefix}--popover--left-end.#{$prefix}--popover--auto-align\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content\n > .#{$prefix}--popover-caret {\n block-size: $popover-caret-width;\n clip-path: polygon(0% 0%, 100% 50%, 0% 100%);\n inline-size: $popover-caret-height;\n }\n\n //-----------------------------------------------------------------------------\n // Tab Tip Variant\n //-----------------------------------------------------------------------------\n .#{$prefix}--popover--tab-tip\n > .#{$prefix}--popover\n > .#{$prefix}--popover-content {\n border-radius: 0;\n }\n\n .#{$prefix}--popover--tab-tip .#{$prefix}--popover {\n will-change: filter;\n }\n\n .#{$prefix}--popover--tab-tip__button {\n @include button-reset.reset;\n\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n block-size: convert.to-rem(32px);\n inline-size: convert.to-rem(32px);\n\n &:focus {\n @include focus-outline('outline');\n }\n\n &:hover {\n background-color: theme.$layer-hover;\n }\n }\n\n .#{$prefix}--popover--tab-tip.#{$prefix}--popover--open\n .#{$prefix}--popover--tab-tip__button {\n background: theme.$layer;\n box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);\n }\n\n .#{$prefix}--popover--tab-tip.#{$prefix}--popover--open\n .#{$prefix}--popover--tab-tip__button:not(:focus)::after {\n position: absolute;\n z-index: z('floating') + 1;\n background: theme.$layer;\n block-size: 2px;\n content: '';\n inline-size: 100%;\n inset-block-end: 0;\n }\n\n .#{$prefix}--popover--tab-tip__button svg {\n fill: theme.$icon-primary;\n }\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// Resets default browser styling\n/// @access public\n/// @group utilities\n@mixin reset {\n box-sizing: border-box;\n padding: 0;\n border: 0;\n margin: 0;\n font-family: inherit;\n font-size: 100%;\n vertical-align: baseline;\n\n *,\n *::before,\n *::after {\n box-sizing: inherit;\n }\n}\n","//\n// Copyright IBM Corp. 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use 'sass:map';\n\n@use '../config';\n@use '../layout' as *;\n@use './custom-property';\n\n/// Enables the use of contextual layout tokens within a component. This mixin should be\n/// included on the outermost selector of the component.\n/// @param {String} $group - The layout group to use for this component\n/// @param {String} $default - The default step if the component is not within a layout\n/// @param {String} $min - The minimum step supported by this component (optional)\n/// @param {String} $max - The maximum step supported by this component (optional)\n/// @example @include use('size', $default: 'md', $min: 'sm', $max: 'lg')\n/// @group utilities\n/// @access public\n@mixin use($group, $default, $min: null, $max: null) {\n $properties: map.get($layout-tokens, $group);\n\n @each $property, $steps in $properties {\n $minValue: custom-property.get-var('layout-#{$group}-#{$property}-min');\n @if $min {\n $minValue: max(\n $minValue,\n custom-property.get-var('layout-#{$group}-#{$property}-#{$min}')\n );\n }\n\n $maxValue: custom-property.get-var('layout-#{$group}-#{$property}-max');\n @if $max {\n $maxValue: min(\n $maxValue,\n custom-property.get-var('layout-#{$group}-#{$property}-#{$max}')\n );\n }\n\n $value: clamp(\n $minValue,\n custom-property.get-var(\n 'layout-#{$group}-#{$property}',\n custom-property.get-var('layout-#{$group}-#{$property}-#{$default}')\n ),\n $maxValue\n );\n\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}-local',\n $value\n );\n }\n}\n\n/// Allows to redefine any token values of the layout module in case a component is using\n/// non-standard values and should still participate in the layout context\n/// @param {Map} $overrides - The map of overrides. Must follow ( group: ( property: ( step: value ) ) )\n/// @example @include redefine-tokens(( size: ( height: ( sm: 1.125rem, md: 1.5rem ) ) ))\n/// @group utilities\n/// @access public\n@mixin redefine-tokens($overrides) {\n @each $group, $properties in $overrides {\n @each $property, $steps in $properties {\n @each $step, $value in $steps {\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}-#{$step}',\n $value\n );\n\n &.#{config.$prefix}--layout--#{$group}-#{$step},\n .#{config.$prefix}--layout--#{$group}-#{$step} :where(&) {\n $token: custom-property.get-var(\n 'layout-#{$group}-#{$property}-#{$step}'\n );\n @include custom-property.declaration(\n 'layout-#{$group}-#{$property}',\n $token\n );\n }\n }\n }\n }\n}\n\n/// Internal base function for retrieving a property from a layout group.\n/// @param {String} $group - The group name as defined in the $layout-tokens\n/// @param {String} $property - The property name\n/// @example @include -group('size', $property)\n/// @group utilities\n/// @access private\n@function -group($group, $property) {\n @return custom-property.get-var('layout-#{$group}-#{$property}-local');\n}\n\n/// Retrieves the current value for a property token in the layout size.\n/// @param {String} $property - The property name\n/// @example height: size('height');\n/// @group utilities\n/// @access public\n@function size($property) {\n @return -group('size', $property);\n}\n\n/// Retrieves the current value for a property token in the layout density.\n/// @param {String} $property - The property name\n/// @example padding-inline: density('padding-inline');\n/// @group utilities\n/// @access public\n@function density($property) {\n @return -group('density', $property);\n}\n","//\n// Copyright IBM Corp. 2021\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n@use 'component-reset';\n\n/// Resets button styles\n/// @access public\n/// @param {Bool} $width [true] - Sets width to 100% if true\n/// @example @include button-reset($width: false);\n/// @group utilities\n@mixin reset($width: true) {\n @include component-reset.reset;\n\n display: inline-block;\n padding: 0;\n border: 0;\n appearance: none;\n background: none;\n cursor: pointer;\n text-align: start;\n\n @if ($width == true) {\n inline-size: 100%;\n }\n\n &::-moz-focus-inner {\n border: 0;\n }\n}\n","//\n// Copyright IBM Corp. 2021\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use '../theme';\n\n/// Adds outline styles depending on specific type\n/// @access public\n/// @param {String} $type ['border'] - Type of outline from: `border`, `blurred`, `outline`, `invalid`, `reset`\n/// @example @include focus-outline('outline');\n/// @group utilities\n@mixin focus-outline($type: 'border') {\n @if ($type == 'border') {\n outline: 1px solid theme.$focus;\n\n @media screen and (prefers-contrast) {\n outline-style: dotted;\n }\n }\n\n @if ($type == 'blurred') {\n box-shadow: 0 0 0 3px theme.$focus;\n outline: 1px solid transparent;\n }\n\n @if ($type == 'outline') {\n outline: 2px solid theme.$focus;\n outline-offset: -2px;\n\n @media screen and (prefers-contrast) {\n outline-style: dotted;\n }\n }\n\n @if ($type == 'outline-compat') {\n box-sizing: border-box;\n border: 2px solid theme.$focus;\n\n @media screen and (prefers-contrast) {\n border-style: dotted;\n }\n }\n\n @if ($type == 'invalid') {\n outline: 2px solid theme.$support-error;\n outline-offset: -2px;\n\n @media screen and (prefers-contrast) {\n outline-style: dotted;\n }\n }\n\n @if ($type == 'reset') {\n outline: 2px solid transparent;\n outline-offset: -2px;\n }\n}\n","// Code generated by @carbon/themes. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use 'sass:map';\n@use '../config';\n@use '../theme';\n\n/// Internal helper for generating CSS Custom Properties\n@function _get($token) {\n @if config.$use-fallback-value == false {\n @return var(--#{config.$prefix}-#{$token});\n } @else {\n @return var(--#{config.$prefix}-#{$token}, #{theme.get($token)});\n }\n}\n\n/// The CSS Custom Property for the `background` token\n$background: _get('background') !default;\n\n/// The CSS Custom Property for the `background-active` token\n$background-active: _get('background-active') !default;\n\n/// The CSS Custom Property for the `background-selected` token\n$background-selected: _get('background-selected') !default;\n\n/// The CSS Custom Property for the `background-selected-hover` token\n$background-selected-hover: _get('background-selected-hover') !default;\n\n/// The CSS Custom Property for the `background-hover` token\n$background-hover: _get('background-hover') !default;\n\n/// The CSS Custom Property for the `background-brand` token\n$background-brand: _get('background-brand') !default;\n\n/// The CSS Custom Property for the `background-inverse` token\n$background-inverse: _get('background-inverse') !default;\n\n/// The CSS Custom Property for the `background-inverse-hover` token\n$background-inverse-hover: _get('background-inverse-hover') !default;\n\n/// The CSS Custom Property for the `layer-01` token\n$layer-01: _get('layer-01') !default;\n\n/// The CSS Custom Property for the `layer-active-01` token\n$layer-active-01: _get('layer-active-01') !default;\n\n/// The CSS Custom Property for the `layer-background-01` token\n$layer-background-01: _get('layer-background-01') !default;\n\n/// The CSS Custom Property for the `layer-hover-01` token\n$layer-hover-01: _get('layer-hover-01') !default;\n\n/// The CSS Custom Property for the `layer-selected-01` token\n$layer-selected-01: _get('layer-selected-01') !default;\n\n/// The CSS Custom Property for the `layer-selected-hover-01` token\n$layer-selected-hover-01: _get('layer-selected-hover-01') !default;\n\n/// The CSS Custom Property for the `layer-02` token\n$layer-02: _get('layer-02') !default;\n\n/// The CSS Custom Property for the `layer-active-02` token\n$layer-active-02: _get('layer-active-02') !default;\n\n/// The CSS Custom Property for the `layer-background-02` token\n$layer-background-02: _get('layer-background-02') !default;\n\n/// The CSS Custom Property for the `layer-hover-02` token\n$layer-hover-02: _get('layer-hover-02') !default;\n\n/// The CSS Custom Property for the `layer-selected-02` token\n$layer-selected-02: _get('layer-selected-02') !default;\n\n/// The CSS Custom Property for the `layer-selected-hover-02` token\n$layer-selected-hover-02: _get('layer-selected-hover-02') !default;\n\n/// The CSS Custom Property for the `layer-03` token\n$layer-03: _get('layer-03') !default;\n\n/// The CSS Custom Property for the `layer-active-03` token\n$layer-active-03: _get('layer-active-03') !default;\n\n/// The CSS Custom Property for the `layer-background-03` token\n$layer-background-03: _get('layer-background-03') !default;\n\n/// The CSS Custom Property for the `layer-hover-03` token\n$layer-hover-03: _get('layer-hover-03') !default;\n\n/// The CSS Custom Property for the `layer-selected-03` token\n$layer-selected-03: _get('layer-selected-03') !default;\n\n/// The CSS Custom Property for the `layer-selected-hover-03` token\n$layer-selected-hover-03: _get('layer-selected-hover-03') !default;\n\n/// The CSS Custom Property for the `layer-selected-inverse` token\n$layer-selected-inverse: _get('layer-selected-inverse') !default;\n\n/// The CSS Custom Property for the `layer-selected-disabled` token\n$layer-selected-disabled: _get('layer-selected-disabled') !default;\n\n/// The CSS Custom Property for the `layer-accent-01` token\n$layer-accent-01: _get('layer-accent-01') !default;\n\n/// The CSS Custom Property for the `layer-accent-active-01` token\n$layer-accent-active-01: _get('layer-accent-active-01') !default;\n\n/// The CSS Custom Property for the `layer-accent-hover-01` token\n$layer-accent-hover-01: _get('layer-accent-hover-01') !default;\n\n/// The CSS Custom Property for the `layer-accent-02` token\n$layer-accent-02: _get('layer-accent-02') !default;\n\n/// The CSS Custom Property for the `layer-accent-active-02` token\n$layer-accent-active-02: _get('layer-accent-active-02') !default;\n\n/// The CSS Custom Property for the `layer-accent-hover-02` token\n$layer-accent-hover-02: _get('layer-accent-hover-02') !default;\n\n/// The CSS Custom Property for the `layer-accent-03` token\n$layer-accent-03: _get('layer-accent-03') !default;\n\n/// The CSS Custom Property for the `layer-accent-active-03` token\n$layer-accent-active-03: _get('layer-accent-active-03') !default;\n\n/// The CSS Custom Property for the `layer-accent-hover-03` token\n$layer-accent-hover-03: _get('layer-accent-hover-03') !default;\n\n/// The CSS Custom Property for the `field-01` token\n$field-01: _get('field-01') !default;\n\n/// The CSS Custom Property for the `field-hover-01` token\n$field-hover-01: _get('field-hover-01') !default;\n\n/// The CSS Custom Property for the `field-02` token\n$field-02: _get('field-02') !default;\n\n/// The CSS Custom Property for the `field-hover-02` token\n$field-hover-02: _get('field-hover-02') !default;\n\n/// The CSS Custom Property for the `field-03` token\n$field-03: _get('field-03') !default;\n\n/// The CSS Custom Property for the `field-hover-03` token\n$field-hover-03: _get('field-hover-03') !default;\n\n/// The CSS Custom Property for the `interactive` token\n$interactive: _get('interactive') !default;\n\n/// The CSS Custom Property for the `border-subtle-00` token\n$border-subtle-00: _get('border-subtle-00') !default;\n\n/// The CSS Custom Property for the `border-subtle-01` token\n$border-subtle-01: _get('border-subtle-01') !default;\n\n/// The CSS Custom Property for the `border-subtle-selected-01` token\n$border-subtle-selected-01: _get('border-subtle-selected-01') !default;\n\n/// The CSS Custom Property for the `border-subtle-02` token\n$border-subtle-02: _get('border-subtle-02') !default;\n\n/// The CSS Custom Property for the `border-subtle-selected-02` token\n$border-subtle-selected-02: _get('border-subtle-selected-02') !default;\n\n/// The CSS Custom Property for the `border-subtle-03` token\n$border-subtle-03: _get('border-subtle-03') !default;\n\n/// The CSS Custom Property for the `border-subtle-selected-03` token\n$border-subtle-selected-03: _get('border-subtle-selected-03') !default;\n\n/// The CSS Custom Property for the `border-strong-01` token\n$border-strong-01: _get('border-strong-01') !default;\n\n/// The CSS Custom Property for the `border-strong-02` token\n$border-strong-02: _get('border-strong-02') !default;\n\n/// The CSS Custom Property for the `border-strong-03` token\n$border-strong-03: _get('border-strong-03') !default;\n\n/// The CSS Custom Property for the `border-tile-01` token\n$border-tile-01: _get('border-tile-01') !default;\n\n/// The CSS Custom Property for the `border-tile-02` token\n$border-tile-02: _get('border-tile-02') !default;\n\n/// The CSS Custom Property for the `border-tile-03` token\n$border-tile-03: _get('border-tile-03') !default;\n\n/// The CSS Custom Property for the `border-inverse` token\n$border-inverse: _get('border-inverse') !default;\n\n/// The CSS Custom Property for the `border-interactive` token\n$border-interactive: _get('border-interactive') !default;\n\n/// The CSS Custom Property for the `border-disabled` token\n$border-disabled: _get('border-disabled') !default;\n\n/// The CSS Custom Property for the `text-primary` token\n$text-primary: _get('text-primary') !default;\n\n/// The CSS Custom Property for the `text-secondary` token\n$text-secondary: _get('text-secondary') !default;\n\n/// The CSS Custom Property for the `text-placeholder` token\n$text-placeholder: _get('text-placeholder') !default;\n\n/// The CSS Custom Property for the `text-helper` token\n$text-helper: _get('text-helper') !default;\n\n/// The CSS Custom Property for the `text-error` token\n$text-error: _get('text-error') !default;\n\n/// The CSS Custom Property for the `text-inverse` token\n$text-inverse: _get('text-inverse') !default;\n\n/// The CSS Custom Property for the `text-on-color` token\n$text-on-color: _get('text-on-color') !default;\n\n/// The CSS Custom Property for the `text-on-color-disabled` token\n$text-on-color-disabled: _get('text-on-color-disabled') !default;\n\n/// The CSS Custom Property for the `text-disabled` token\n$text-disabled: _get('text-disabled') !default;\n\n/// The CSS Custom Property for the `link-primary` token\n$link-primary: _get('link-primary') !default;\n\n/// The CSS Custom Property for the `link-primary-hover` token\n$link-primary-hover: _get('link-primary-hover') !default;\n\n/// The CSS Custom Property for the `link-secondary` token\n$link-secondary: _get('link-secondary') !default;\n\n/// The CSS Custom Property for the `link-inverse-visited` token\n$link-inverse-visited: _get('link-inverse-visited') !default;\n\n/// The CSS Custom Property for the `link-visited` token\n$link-visited: _get('link-visited') !default;\n\n/// The CSS Custom Property for the `link-inverse` token\n$link-inverse: _get('link-inverse') !default;\n\n/// The CSS Custom Property for the `link-inverse-active` token\n$link-inverse-active: _get('link-inverse-active') !default;\n\n/// The CSS Custom Property for the `link-inverse-hover` token\n$link-inverse-hover: _get('link-inverse-hover') !default;\n\n/// The CSS Custom Property for the `icon-primary` token\n$icon-primary: _get('icon-primary') !default;\n\n/// The CSS Custom Property for the `icon-secondary` token\n$icon-secondary: _get('icon-secondary') !default;\n\n/// The CSS Custom Property for the `icon-inverse` token\n$icon-inverse: _get('icon-inverse') !default;\n\n/// The CSS Custom Property for the `icon-on-color` token\n$icon-on-color: _get('icon-on-color') !default;\n\n/// The CSS Custom Property for the `icon-on-color-disabled` token\n$icon-on-color-disabled: _get('icon-on-color-disabled') !default;\n\n/// The CSS Custom Property for the `icon-disabled` token\n$icon-disabled: _get('icon-disabled') !default;\n\n/// The CSS Custom Property for the `icon-interactive` token\n$icon-interactive: _get('icon-interactive') !default;\n\n/// The CSS Custom Property for the `support-error` token\n$support-error: _get('support-error') !default;\n\n/// The CSS Custom Property for the `support-success` token\n$support-success: _get('support-success') !default;\n\n/// The CSS Custom Property for the `support-warning` token\n$support-warning: _get('support-warning') !default;\n\n/// The CSS Custom Property for the `support-info` token\n$support-info: _get('support-info') !default;\n\n/// The CSS Custom Property for the `support-error-inverse` token\n$support-error-inverse: _get('support-error-inverse') !default;\n\n/// The CSS Custom Property for the `support-success-inverse` token\n$support-success-inverse: _get('support-success-inverse') !default;\n\n/// The CSS Custom Property for the `support-warning-inverse` token\n$support-warning-inverse: _get('support-warning-inverse') !default;\n\n/// The CSS Custom Property for the `support-info-inverse` token\n$support-info-inverse: _get('support-info-inverse') !default;\n\n/// The CSS Custom Property for the `support-caution-major` token\n$support-caution-major: _get('support-caution-major') !default;\n\n/// The CSS Custom Property for the `support-caution-minor` token\n$support-caution-minor: _get('support-caution-minor') !default;\n\n/// The CSS Custom Property for the `support-caution-undefined` token\n$support-caution-undefined: _get('support-caution-undefined') !default;\n\n/// The CSS Custom Property for the `ai-popover-background` token\n$ai-popover-background: _get('ai-popover-background') !default;\n\n/// The CSS Custom Property for the `ai-popover-shadow-outer-01` token\n$ai-popover-shadow-outer-01: _get('ai-popover-shadow-outer-01') !default;\n\n/// The CSS Custom Property for the `ai-popover-shadow-outer-02` token\n$ai-popover-shadow-outer-02: _get('ai-popover-shadow-outer-02') !default;\n\n/// The CSS Custom Property for the `ai-inner-shadow` token\n$ai-inner-shadow: _get('ai-inner-shadow') !default;\n\n/// The CSS Custom Property for the `ai-aura-start-sm` token\n$ai-aura-start-sm: _get('ai-aura-start-sm') !default;\n\n/// The CSS Custom Property for the `ai-aura-start` token\n$ai-aura-start: _get('ai-aura-start') !default;\n\n/// The CSS Custom Property for the `ai-aura-end` token\n$ai-aura-end: _get('ai-aura-end') !default;\n\n/// The CSS Custom Property for the `ai-aura-hover-background` token\n$ai-aura-hover-background: _get('ai-aura-hover-background') !default;\n\n/// The CSS Custom Property for the `ai-aura-hover-start` token\n$ai-aura-hover-start: _get('ai-aura-hover-start') !default;\n\n/// The CSS Custom Property for the `ai-aura-hover-end` token\n$ai-aura-hover-end: _get('ai-aura-hover-end') !default;\n\n/// The CSS Custom Property for the `ai-border-strong` token\n$ai-border-strong: _get('ai-border-strong') !default;\n\n/// The CSS Custom Property for the `ai-border-start` token\n$ai-border-start: _get('ai-border-start') !default;\n\n/// The CSS Custom Property for the `ai-border-end` token\n$ai-border-end: _get('ai-border-end') !default;\n\n/// The CSS Custom Property for the `ai-drop-shadow` token\n$ai-drop-shadow: _get('ai-drop-shadow') !default;\n\n/// The CSS Custom Property for the `ai-skeleton-background` token\n$ai-skeleton-background: _get('ai-skeleton-background') !default;\n\n/// The CSS Custom Property for the `ai-skeleton-element-background` token\n$ai-skeleton-element-background: _get(\n 'ai-skeleton-element-background'\n) !default;\n\n/// The CSS Custom Property for the `ai-overlay` token\n$ai-overlay: _get('ai-overlay') !default;\n\n/// The CSS Custom Property for the `ai-popover-caret-center` token\n$ai-popover-caret-center: _get('ai-popover-caret-center') !default;\n\n/// The CSS Custom Property for the `ai-popover-caret-bottom` token\n$ai-popover-caret-bottom: _get('ai-popover-caret-bottom') !default;\n\n/// The CSS Custom Property for the `ai-popover-caret-bottom-background` token\n$ai-popover-caret-bottom-background: _get(\n 'ai-popover-caret-bottom-background'\n) !default;\n\n/// The CSS Custom Property for the `ai-popover-caret-bottom-background-actions` token\n$ai-popover-caret-bottom-background-actions: _get(\n 'ai-popover-caret-bottom-background-actions'\n) !default;\n\n/// The CSS Custom Property for the `chat-prompt-background` token\n$chat-prompt-background: _get('chat-prompt-background') !default;\n\n/// The CSS Custom Property for the `chat-prompt-border-start` token\n$chat-prompt-border-start: _get('chat-prompt-border-start') !default;\n\n/// The CSS Custom Property for the `chat-prompt-border-end` token\n$chat-prompt-border-end: _get('chat-prompt-border-end') !default;\n\n/// The CSS Custom Property for the `chat-bubble-user` token\n$chat-bubble-user: _get('chat-bubble-user') !default;\n\n/// The CSS Custom Property for the `chat-bubble-agent` token\n$chat-bubble-agent: _get('chat-bubble-agent') !default;\n\n/// The CSS Custom Property for the `chat-bubble-border` token\n$chat-bubble-border: _get('chat-bubble-border') !default;\n\n/// The CSS Custom Property for the `chat-avatar-bot` token\n$chat-avatar-bot: _get('chat-avatar-bot') !default;\n\n/// The CSS Custom Property for the `chat-avatar-agent` token\n$chat-avatar-agent: _get('chat-avatar-agent') !default;\n\n/// The CSS Custom Property for the `chat-avatar-user` token\n$chat-avatar-user: _get('chat-avatar-user') !default;\n\n/// The CSS Custom Property for the `chat-shell-background` token\n$chat-shell-background: _get('chat-shell-background') !default;\n\n/// The CSS Custom Property for the `chat-header-background` token\n$chat-header-background: _get('chat-header-background') !default;\n\n/// The CSS Custom Property for the `chat-button` token\n$chat-button: _get('chat-button') !default;\n\n/// The CSS Custom Property for the `chat-button-hover` token\n$chat-button-hover: _get('chat-button-hover') !default;\n\n/// The CSS Custom Property for the `chat-button-text-hover` token\n$chat-button-text-hover: _get('chat-button-text-hover') !default;\n\n/// The CSS Custom Property for the `chat-button-active` token\n$chat-button-active: _get('chat-button-active') !default;\n\n/// The CSS Custom Property for the `chat-button-selected` token\n$chat-button-selected: _get('chat-button-selected') !default;\n\n/// The CSS Custom Property for the `chat-button-text-selected` token\n$chat-button-text-selected: _get('chat-button-text-selected') !default;\n\n/// The CSS Custom Property for the `highlight` token\n$highlight: _get('highlight') !default;\n\n/// The CSS Custom Property for the `overlay` token\n$overlay: _get('overlay') !default;\n\n/// The CSS Custom Property for the `toggle-off` token\n$toggle-off: _get('toggle-off') !default;\n\n/// The CSS Custom Property for the `shadow` token\n$shadow: _get('shadow') !default;\n\n/// The CSS Custom Property for the `focus` token\n$focus: _get('focus') !default;\n\n/// The CSS Custom Property for the `focus-inset` token\n$focus-inset: _get('focus-inset') !default;\n\n/// The CSS Custom Property for the `focus-inverse` token\n$focus-inverse: _get('focus-inverse') !default;\n\n/// The CSS Custom Property for the `skeleton-background` token\n$skeleton-background: _get('skeleton-background') !default;\n\n/// The CSS Custom Property for the `skeleton-element` token\n$skeleton-element: _get('skeleton-element') !default;\n","//\n// Copyright IBM Corp. 2016, 2025\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use '../popover';\n@use '../../config' as *;\n@use '../../spacing';\n@use '../../theme';\n@use '../../type';\n@use '../../layer' as *;\n@use '../../utilities/custom-property';\n@use '../../utilities/convert';\n@use '../../utilities/button-reset';\n@use '../../utilities/focus-outline';\n\n$tooltip-padding-block: custom-property.get-var(\n 'tooltip-padding-block',\n spacing.$spacing-05\n);\n\n$tooltip-padding-inline: custom-property.get-var(\n 'tooltip-padding-inline',\n spacing.$spacing-05\n);\n\n@mixin tooltip {\n .#{$prefix}--tooltip {\n @include custom-property.declaration('popover-offset', 12px);\n }\n\n .#{$prefix}--tooltip-content {\n @include type.type-style('body-01');\n\n padding: $tooltip-padding-block $tooltip-padding-inline;\n max-inline-size: convert.to-rem(288px);\n overflow-wrap: break-word;\n }\n}\n\n@mixin definition-tooltip {\n .#{$prefix}--definition-term {\n @include button-reset.reset;\n\n border-radius: 0;\n border-block-end: 1px dotted theme.$border-strong;\n color: theme.$text-primary;\n }\n\n .#{$prefix}--definition-term:focus {\n @include focus-outline.focus-outline;\n\n border-block-end-color: theme.$border-interactive;\n }\n\n .#{$prefix}--definition-term:hover {\n border-block-end-color: theme.$border-interactive;\n }\n\n .#{$prefix}--definition-tooltip {\n @include type.type-style('body-01');\n\n padding: convert.to-rem(8px) convert.to-rem(16px);\n max-inline-size: convert.to-rem(176px);\n text-wrap: auto;\n word-break: break-word;\n }\n}\n\n@mixin icon-tooltip {\n .#{$prefix}--icon-tooltip {\n @include custom-property.declaration(\n 'tooltip-padding-block',\n convert.to-rem(2px)\n );\n @include custom-property.declaration(\n 'popover-caret-width',\n convert.to-rem(8px)\n );\n @include custom-property.declaration(\n 'popover-caret-height',\n convert.to-rem(4px)\n );\n @include custom-property.declaration('popover-offset', convert.to-rem(8px));\n }\n\n .#{$prefix}--icon-tooltip .#{$prefix}--tooltip-content {\n @include type.type-style('body-compact-01');\n }\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n","//\n// Copyright IBM Corp. 2016, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use 'tokens' as *;\n@use 'vars' as *;\n@use 'mixins' as *;\n@use '../tooltip';\n@use '../../config' as *;\n@use '../../spacing' as *;\n@use '../../theme' as *;\n@use '../../type' as *;\n@use '../../layer' as *;\n@use '../../utilities/convert';\n@use '../../utilities/focus-outline';\n@use '../../utilities/high-contrast-mode' as *;\n@use '../../utilities/skeleton' as *;\n@use '../../utilities/visually-hidden' as *;\n@use '../../utilities/layout';\n\n@mixin button {\n .#{$prefix}--btn {\n @include layout.use('size', $min: 'xs', $default: 'lg', $max: '2xl');\n @include layout.use('density', $default: 'normal');\n\n @include button-base;\n }\n\n // Reset intrinsic padding in Firefox (see #731)\n .#{$prefix}--btn::-moz-focus-inner {\n padding: 0;\n border: 0;\n }\n\n .#{$prefix}--btn--primary {\n @include button-theme(\n $button-primary,\n transparent,\n $text-on-color,\n $button-primary-hover,\n currentColor,\n $button-primary-active\n );\n\n &:hover {\n color: $text-on-color;\n }\n }\n\n .#{$prefix}--btn--secondary {\n @include button-theme(\n $button-secondary,\n transparent,\n $text-on-color,\n $button-secondary-hover,\n currentColor,\n $button-secondary-active\n );\n\n &:hover,\n &:focus {\n color: $text-on-color;\n }\n }\n\n .#{$prefix}--btn--tertiary {\n @include button-theme(\n transparent,\n $button-tertiary,\n $button-tertiary,\n $button-tertiary-hover,\n currentColor,\n $button-tertiary-active\n );\n\n &:hover {\n color: $text-inverse;\n }\n\n &:focus {\n background-color: $button-tertiary;\n color: $text-inverse;\n }\n\n &:active {\n border-color: transparent;\n background-color: $button-tertiary-active;\n color: $text-inverse;\n }\n\n &:disabled,\n &:hover:disabled,\n &:focus:disabled,\n &.#{$prefix}--btn--disabled,\n &.#{$prefix}--btn--disabled:hover,\n &.#{$prefix}--btn--disabled:focus {\n background: transparent;\n color: $text-disabled;\n outline: none;\n }\n }\n\n .#{$prefix}--btn--ghost {\n @include button-theme(\n transparent,\n transparent,\n $link-primary,\n $background-hover,\n currentColor,\n $background-active\n );\n\n padding-inline-end: calc(\n layout.density('padding-inline') - convert.to-rem(1px)\n );\n\n .#{$prefix}--btn__icon {\n position: static;\n align-self: center;\n margin-inline-start: $spacing-03;\n }\n\n &:hover,\n &:active {\n color: $link-primary-hover;\n }\n\n &:active {\n background-color: $background-active;\n }\n\n &:disabled,\n &:hover:disabled,\n &:focus:disabled,\n &.#{$prefix}--btn--disabled,\n &.#{$prefix}--btn--disabled:hover,\n &.#{$prefix}--btn--disabled:focus {\n border-color: transparent;\n background: transparent;\n color: $text-disabled;\n outline: none;\n }\n\n &:not([disabled]) svg {\n fill: $icon-primary;\n }\n }\n\n .#{$prefix}--btn--icon-only {\n align-items: center;\n justify-content: center;\n padding: 0;\n block-size: layout.size('height');\n inline-size: layout.size('height');\n padding-block-start: 0;\n\n > :first-child {\n min-inline-size: convert.to-rem(16px);\n }\n\n .#{$prefix}--btn__icon {\n position: static;\n }\n\n &.#{$prefix}--btn--ghost .#{$prefix}--btn__icon,\n &.#{$prefix}--btn--danger--ghost .#{$prefix}--btn__icon {\n margin: 0;\n }\n\n &.#{$prefix}--btn--danger--ghost {\n padding-inline-end: calc(\n layout.density('padding-inline') - convert.to-rem(16px)\n );\n }\n }\n\n // Adjust text positioning in extra small variant only\n .#{$prefix}--btn--xs:not(.#{$prefix}--btn--icon-only) {\n padding-block-start: 1.5px;\n }\n\n // Adjust icon positioning in extra small, small, medium variants only\n .#{$prefix}--btn--xs:not(.#{$prefix}--btn--icon-only) .#{$prefix}--btn__icon,\n .#{$prefix}--btn--sm:not(.#{$prefix}--btn--icon-only) .#{$prefix}--btn__icon,\n .#{$prefix}--btn--md:not(.#{$prefix}--btn--icon-only) .#{$prefix}--btn__icon {\n margin-block-start: 0;\n }\n\n .#{$prefix}--btn--icon-only.#{$prefix}--btn--selected {\n background: $background-selected;\n }\n\n .#{$prefix}--btn path[data-icon-path='inner-path'] {\n fill: none;\n }\n\n .#{$prefix}--btn--ghost.#{$prefix}--btn--icon-only\n .#{$prefix}--btn__icon\n path:not([data-icon-path]):not([fill='none']),\n .#{$prefix}--btn--ghost.#{$prefix}--btn--icon-only .#{$prefix}--btn__icon {\n fill: $icon-primary;\n }\n\n .#{$prefix}--btn--ghost.#{$prefix}--btn--icon-only[disabled]\n .#{$prefix}--btn__icon\n path:not([data-icon-path]):not([fill='none']),\n .#{$prefix}--btn--ghost.#{$prefix}--btn--icon-only[disabled]\n .#{$prefix}--btn__icon,\n .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--btn--ghost[disabled]:hover\n .#{$prefix}--btn__icon {\n fill: $icon-on-color-disabled;\n }\n\n .#{$prefix}--btn--ghost.#{$prefix}--btn--icon-only[disabled] {\n cursor: not-allowed;\n }\n\n // Workaround to ensure onMouseEnter events fire when moving\n // from a disabled button to a non-disabled button (#13815)\n .#{$prefix}--icon-tooltip--disabled .#{$prefix}--tooltip-trigger__wrapper {\n cursor: not-allowed;\n }\n\n .#{$prefix}--icon-tooltip--disabled .#{$prefix}--btn--icon-only[disabled] {\n pointer-events: none;\n }\n\n .#{$prefix}--btn--danger {\n @include button-theme(\n $button-danger-primary,\n transparent,\n $text-on-color,\n $button-danger-hover,\n currentColor,\n $button-danger-active\n );\n\n &:hover {\n color: $text-on-color;\n }\n\n &--tertiary {\n @include button-theme(\n transparent,\n $button-danger-secondary,\n $button-danger-secondary,\n $button-danger-hover,\n currentColor,\n $button-danger-active\n );\n\n &:hover {\n border-color: $button-danger-hover;\n color: $text-on-color;\n }\n\n &:focus {\n background-color: $button-danger-primary;\n color: $text-on-color;\n }\n\n &:active {\n border-color: $button-danger-active;\n background-color: $button-danger-active;\n color: $text-on-color;\n }\n\n &:disabled,\n &:hover:disabled,\n &:focus:disabled,\n &.#{$prefix}--btn--disabled,\n &.#{$prefix}--btn--disabled:hover,\n &.#{$prefix}--btn--disabled:focus {\n background: transparent;\n color: $text-disabled;\n outline: none;\n }\n }\n\n &--ghost {\n @include button-theme(\n transparent,\n transparent,\n $button-danger-secondary,\n $button-danger-hover,\n currentColor,\n $button-danger-active\n );\n\n padding-inline-end: calc(\n layout.density('padding-inline') - convert.to-rem(1px)\n );\n\n .#{$prefix}--btn__icon {\n position: static;\n margin-inline-start: $spacing-03;\n }\n\n &:hover,\n &:active {\n color: $text-on-color;\n }\n\n &:disabled,\n &:hover:disabled,\n &:focus:disabled,\n &.#{$prefix}--btn--disabled,\n &.#{$prefix}--btn--disabled:hover,\n &.#{$prefix}--btn--disabled:focus {\n border-color: transparent;\n background: transparent;\n color: $text-disabled;\n outline: none;\n }\n }\n }\n\n //expressive styles\n .#{$prefix}--btn--expressive {\n @include type-style('body-compact-02');\n\n padding-block: min(\n calc(\n (layout.size('height') - var(--temp-expressive-1lh)) / 2 - convert.to-rem(\n 1px\n )\n ),\n var(--temp-padding-block-max)\n );\n }\n\n .#{$prefix}--btn--icon-only.#{$prefix}--btn--expressive {\n padding: 12px 13px;\n //default size 48px\n }\n\n .#{$prefix}--btn.#{$prefix}--btn--expressive .#{$prefix}--btn__icon {\n block-size: convert.to-rem(20px);\n inline-size: convert.to-rem(20px);\n }\n\n .#{$prefix}--btn-set .#{$prefix}--btn.#{$prefix}--btn--expressive {\n max-inline-size: convert.to-rem(320px);\n }\n\n // Skeleton State\n .#{$prefix}--btn.#{$prefix}--skeleton {\n @include skeleton;\n\n inline-size: convert.to-rem(150px);\n }\n\n // button set styles\n .#{$prefix}--btn-set {\n display: flex;\n }\n\n .#{$prefix}--btn-set--stacked {\n flex-direction: column;\n }\n\n .#{$prefix}--btn-set .#{$prefix}--btn {\n inline-size: 100%;\n // 196px from design kit\n max-inline-size: convert.to-rem(196px);\n\n &:not(:focus) {\n box-shadow: convert.to-rem(-1px) 0 0 0 $button-separator;\n }\n\n &:first-of-type:not(:focus) {\n box-shadow: inherit;\n }\n }\n\n .#{$prefix}--btn-set .#{$prefix}--btn:focus + .#{$prefix}--btn {\n box-shadow: inherit;\n }\n\n .#{$prefix}--btn-set--stacked .#{$prefix}--btn:not(:focus) {\n box-shadow: 0 convert.to-rem(-1px) 0 0 $button-separator;\n }\n\n .#{$prefix}--btn-set--stacked .#{$prefix}--btn:first-of-type:not(:focus) {\n box-shadow: inherit;\n }\n\n .#{$prefix}--btn-set .#{$prefix}--btn.#{$prefix}--btn--disabled {\n box-shadow: convert.to-rem(-1px) 0 0 0 $icon-on-color-disabled;\n\n &:first-of-type {\n box-shadow: none;\n }\n }\n\n .#{$prefix}--btn-set--stacked .#{$prefix}--btn.#{$prefix}--btn--disabled {\n box-shadow: 0 convert.to-rem(-1px) 0 0 $layer-selected-disabled;\n\n &:first-of-type {\n box-shadow: none;\n }\n }\n\n .#{$prefix}--btn-set .#{$prefix}--btn.#{$prefix}--btn--loading {\n border-color: transparent;\n background-color: transparent;\n box-shadow: none;\n }\n\n // badge indicator\n\n .#{$prefix}--btn--sm .#{$prefix}--badge-indicator {\n margin-block-start: $spacing-02;\n margin-inline-end: $spacing-02;\n }\n\n // Windows HCM fix\n .#{$prefix}--btn:focus {\n @include high-contrast-mode('focus');\n }\n\n // RTL overrides\n [dir='rtl'] .#{$prefix}--btn-set .#{$prefix}--btn:not(:focus) {\n box-shadow: convert.to-rem(1px) 0 0 0 $button-separator;\n }\n}\n","//\n// Copyright IBM Corp. 2016, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use 'sass:map';\n\n@use 'vars' as *;\n@use '../../config' as *;\n@use '../../motion' as *;\n@use '../../spacing' as *;\n@use '../../theme' as *;\n@use '../../type' as *;\n@use '../../utilities/component-reset';\n@use '../../utilities/convert';\n@use '../../utilities/custom-property';\n@use '../../utilities/layout';\n@use 'tokens' as *;\n\n$button-focus-color: custom-property.get-var('button-focus-color', $focus);\n\n@mixin button-base {\n // https://caniuse.com/mdn-css_types_length_lh\n --temp-1lh: (\n #{custom-property.get-var(\n 'body-compact-01-line-height',\n map.get($body-compact-01, line-height)\n )} * 1em\n );\n --temp-expressive-1lh: (\n #{custom-property.get-var(\n 'body-compact-02-line-height',\n map.get($body-compact-02, line-height)\n )} * 1em\n );\n // -1px to compensate for border width\n --temp-padding-block-max: calc(\n (#{custom-property.get-var('layout-size-height-lg')} - var(--temp-1lh)) / 2 -\n #{convert.to-rem(1px)}\n );\n\n @include component-reset.reset;\n @include type-style('body-compact-01');\n\n position: relative;\n display: inline-flex;\n flex-shrink: 0;\n justify-content: space-between;\n border-radius: $button-border-radius;\n // Fix to remove added margins on buttons in safari (see #5155)\n margin: 0;\n cursor: pointer;\n inline-size: max-content;\n max-inline-size: convert.to-rem(320px);\n min-block-size: layout.size('height');\n outline: none;\n // -1px to compensate for border width\n padding-block: min(\n calc((layout.size('height') - var(--temp-1lh)) / 2 - convert.to-rem(1px)),\n var(--temp-padding-block-max)\n );\n padding-inline: calc(layout.density('padding-inline') - convert.to-rem(1px))\n calc(\n layout.density('padding-inline') * 3 + convert.to-rem(16px) - convert.to-rem(\n 1px\n )\n );\n text-align: start;\n text-decoration: none;\n transition:\n background $duration-fast-01 motion(entrance, productive),\n box-shadow $duration-fast-01 motion(entrance, productive),\n border-color $duration-fast-01 motion(entrance, productive),\n outline $duration-fast-01 motion(entrance, productive);\n vertical-align: top;\n\n &:disabled,\n &:hover:disabled,\n &:focus:disabled,\n &.#{$prefix}--btn--disabled,\n &.#{$prefix}--btn--disabled:hover,\n &.#{$prefix}--btn--disabled:focus {\n border-color: $button-disabled;\n background: $button-disabled;\n box-shadow: none;\n color: $text-on-color-disabled;\n cursor: not-allowed;\n }\n\n .#{$prefix}--btn__icon {\n position: absolute;\n flex-shrink: 0;\n block-size: convert.to-rem(16px);\n inline-size: convert.to-rem(16px);\n // -1px to compensate for border width\n inset-block-start: min(\n calc(\n (layout.size('height') - convert.to-rem(16px)) / 2 - convert.to-rem(1px)\n ),\n var(--temp-padding-block-max)\n );\n inset-inline-end: layout.density('padding-inline');\n margin-block-start: convert.to-rem(1px);\n }\n}\n\n/// Button variant styles\n/// @access private\n/// @group button\n@mixin button-theme(\n $bg-color,\n $border-color,\n $font-color,\n $hover-bg-color,\n $icon-color,\n $active-color\n) {\n border-width: $button-outline-width;\n border-style: solid;\n border-color: $border-color;\n background-color: $bg-color;\n color: $font-color;\n\n &:hover {\n background-color: $hover-bg-color;\n }\n\n &:focus {\n border-color: $button-focus-color;\n box-shadow:\n inset 0 0 0 $button-outline-width $button-focus-color,\n inset 0 0 0 $button-border-width $background;\n }\n\n &:active {\n background-color: $active-color;\n }\n\n .#{$prefix}--btn__icon,\n .#{$prefix}--btn__icon path:not([data-icon-path]):not([fill='none']) {\n fill: $icon-color;\n }\n}\n\n@mixin button-padding-large {\n align-items: baseline;\n padding-block-start: $spacing-05;\n padding-inline: $spacing-05 $spacing-10;\n}\n","//\n// Copyright IBM Corp. 2016, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use '../../spacing' as *;\n\n/// @type Number\n/// @access public\n/// @group button\n$button-font-weight: 400 !default;\n\n/// @type Number\n/// @access public\n/// @group button\n$button-font-size: 0.875rem !default;\n\n/// @type Number\n/// @access public\n/// @group button\n$button-border-radius: 0 !default;\n\n/// @type Number\n/// @access public\n/// @group button\n$button-height: 3rem !default;\n\n/// @type Value\n/// @access public\n/// @group button\n$button-padding: calc(0.875rem - 3px) calc(#{$spacing-10} - 1px)\n calc(0.875rem - 3px) calc(#{$spacing-05} - 1px) !default;\n\n/// @type Value\n/// @access public\n/// @group button\n$button-padding-field: calc(0.675rem - 3px) calc(#{$spacing-10} - 4px)\n calc(0.675rem - 3px) calc(#{$spacing-05} - 4px) !default;\n\n/// @type Value\n/// @access public\n/// @group button\n$button-padding-sm: calc(0.375rem - 3px) calc(#{$spacing-10} - 4px)\n calc(0.375rem - 3px) calc(#{$spacing-05} - 4px) !default;\n\n/// @type Number\n/// @access public\n/// @group button\n$button-padding-lg: $spacing-04 !default;\n\n/// @type Number\n/// @access public\n/// @group button\n/// Uses the same padding-y as normal buttons, but removes extra padding-right\n$button-padding-ghost: calc(0.875rem - 3px) $spacing-05 !default;\n\n/// @type Number\n/// @access public\n/// @group button\n/// Uses the same padding-y as field buttons, but removes extra padding-right\n$button-padding-ghost-field: calc(0.675rem - 3px) $spacing-05 !default;\n\n/// @type Number\n/// @access public\n/// @group button\n/// Uses the same padding-y as small buttons, but removes extra padding-right\n$button-padding-ghost-sm: calc(0.375rem - 3px) $spacing-05 !default;\n\n/// @type Number\n/// @access public\n/// @group button\n$button-border-width: 2px !default;\n\n/// @type Number\n/// @access public\n/// @group button\n$button-outline-width: 1px !default;\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use 'sass:map';\n@use '../../config';\n@use '../../themes';\n@use '../../utilities/component-tokens';\n@use '@carbon/themes/scss/component-tokens' as button;\n\n$button-separator: (\n fallback: map.get(button.$button-separator, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-separator, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-separator, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-separator, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-separator, g-100),\n ),\n ),\n) !default;\n\n$button-primary: (\n fallback: map.get(button.$button-primary, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-primary, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-primary, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-primary, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-primary, g-100),\n ),\n ),\n) !default;\n\n$button-secondary: (\n fallback: map.get(button.$button-secondary, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-secondary, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-secondary, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-secondary, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-secondary, g-100),\n ),\n ),\n) !default;\n\n$button-tertiary: (\n fallback: map.get(button.$button-tertiary, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-tertiary, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-tertiary, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-tertiary, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-tertiary, g-100),\n ),\n ),\n) !default;\n\n$button-danger-primary: (\n fallback: map.get(button.$button-danger-primary, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-danger-primary, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-danger-primary, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-danger-primary, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-danger-primary, g-100),\n ),\n ),\n) !default;\n\n$button-danger-secondary: (\n fallback: map.get(button.$button-danger-secondary, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-danger-secondary, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-danger-secondary, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-danger-secondary, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-danger-secondary, g-100),\n ),\n ),\n) !default;\n\n$button-danger-active: (\n fallback: map.get(button.$button-danger-active, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-danger-active, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-danger-active, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-danger-active, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-danger-active, g-100),\n ),\n ),\n) !default;\n\n$button-primary-active: (\n fallback: map.get(button.$button-primary-active, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-primary-active, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-primary-active, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-primary-active, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-primary-active, g-100),\n ),\n ),\n) !default;\n\n$button-secondary-active: (\n fallback: map.get(button.$button-secondary-active, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-secondary-active, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-secondary-active, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-secondary-active, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-secondary-active, g-100),\n ),\n ),\n) !default;\n\n$button-tertiary-active: (\n fallback: map.get(button.$button-tertiary-active, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-tertiary-active, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-tertiary-active, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-tertiary-active, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-tertiary-active, g-100),\n ),\n ),\n) !default;\n\n$button-danger-hover: (\n fallback: map.get(button.$button-danger-hover, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-danger-hover, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-danger-hover, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-danger-hover, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-danger-hover, g-100),\n ),\n ),\n) !default;\n\n$button-primary-hover: (\n fallback: map.get(button.$button-primary-hover, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-primary-hover, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-primary-hover, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-primary-hover, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-primary-hover, g-100),\n ),\n ),\n) !default;\n\n$button-secondary-hover: (\n fallback: map.get(button.$button-secondary-hover, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-secondary-hover, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-secondary-hover, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-secondary-hover, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-secondary-hover, g-100),\n ),\n ),\n) !default;\n\n$button-tertiary-hover: (\n fallback: map.get(button.$button-tertiary-hover, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-tertiary-hover, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-tertiary-hover, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-tertiary-hover, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-tertiary-hover, g-100),\n ),\n ),\n) !default;\n\n$button-disabled: (\n fallback: map.get(button.$button-disabled, white-theme),\n values: (\n (\n theme: themes.$white,\n value: map.get(button.$button-disabled, white-theme),\n ),\n (\n theme: themes.$g10,\n value: map.get(button.$button-disabled, g-10),\n ),\n (\n theme: themes.$g90,\n value: map.get(button.$button-disabled, g-90),\n ),\n (\n theme: themes.$g100,\n value: map.get(button.$button-disabled, g-100),\n ),\n ),\n) !default;\n\n$button-tokens: (\n button-separator: $button-separator,\n button-primary: $button-primary,\n button-secondary: $button-secondary,\n button-tertiary: $button-tertiary,\n button-danger-primary: $button-danger-primary,\n button-danger-secondary: $button-danger-secondary,\n button-danger-active: $button-danger-active,\n button-primary-active: $button-primary-active,\n button-secondary-active: $button-secondary-active,\n button-tertiary-active: $button-tertiary-active,\n button-danger-hover: $button-danger-hover,\n button-primary-hover: $button-primary-hover,\n button-secondary-hover: $button-secondary-hover,\n button-tertiary-hover: $button-tertiary-hover,\n button-disabled: $button-disabled,\n);\n\n$button-separator: component-tokens.get-var(\n $button-separator,\n 'button-separator'\n);\n\n$button-primary: component-tokens.get-var($button-primary, 'button-primary');\n\n$button-secondary: component-tokens.get-var(\n $button-secondary,\n 'button-secondary'\n);\n\n$button-tertiary: component-tokens.get-var($button-tertiary, 'button-tertiary');\n\n$button-danger-primary: component-tokens.get-var(\n $button-danger-primary,\n 'button-danger-primary'\n);\n\n$button-danger-secondary: component-tokens.get-var(\n $button-danger-secondary,\n 'button-danger-secondary'\n);\n\n$button-danger-active: component-tokens.get-var(\n $button-danger-active,\n 'button-danger-active'\n);\n\n$button-primary-active: component-tokens.get-var(\n $button-primary-active,\n 'button-primary-active'\n);\n\n$button-secondary-active: component-tokens.get-var(\n $button-secondary-active,\n 'button-secondary-active'\n);\n\n$button-tertiary-active: component-tokens.get-var(\n $button-tertiary-active,\n 'button-tertiary-active'\n);\n\n$button-danger-hover: component-tokens.get-var(\n $button-danger-hover,\n 'button-danger-hover'\n);\n\n$button-primary-hover: component-tokens.get-var(\n $button-primary-hover,\n 'button-primary-hover'\n);\n\n$button-secondary-hover: component-tokens.get-var(\n $button-secondary-hover,\n 'button-secondary-hover'\n);\n\n$button-tertiary-hover: component-tokens.get-var(\n $button-tertiary-hover,\n 'button-tertiary-hover'\n);\n\n$button-disabled: component-tokens.get-var($button-disabled, 'button-disabled');\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n","//\n// Copyright IBM Corp. 2021\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use 'keyframes';\n@use '../theme' as *;\n@use '../config' as *;\n@use '../utilities/high-contrast-mode' as *;\n\n/// Skeleton loading animation\n/// @access public\n/// @example @include skeleton;\n/// @group utilities\n@mixin skeleton {\n position: relative;\n padding: 0;\n border: none;\n background: $skeleton-background;\n box-shadow: none;\n pointer-events: none;\n\n &:hover,\n &:focus,\n &:active {\n border: none;\n cursor: default;\n outline: none;\n }\n\n &::before {\n position: absolute;\n animation: 3000ms ease-in-out #{$prefix}--skeleton infinite;\n background: $skeleton-element;\n block-size: 100%;\n content: '';\n inline-size: 100%;\n inset-inline-start: 0;\n will-change: transform-origin, transform, opacity;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n\n // High Contrast Mode support\n @include high-contrast-mode {\n background: CanvasText;\n\n &::before {\n background: Canvas;\n forced-color-adjust: none;\n }\n }\n}\n\n/// Circular Skeleton loading animation\n/// @access public\n/// @example @include circular-skeleton;\n/// @group utilities\n@mixin circular-skeleton {\n position: relative;\n overflow: hidden;\n border-radius: 50%;\n background: $skeleton-background;\n\n &::before {\n position: absolute;\n animation: 3000ms ease-in-out #{$prefix}--skeleton infinite;\n background: $skeleton-element;\n block-size: 100%;\n content: '';\n inline-size: 200%;\n will-change: transform-origin, transform, opacity;\n\n @media (prefers-reduced-motion: reduce) {\n animation: none;\n }\n }\n\n //High Contrast Mode\n //Ensure Skeleton is visible and animated in Windows HCM\n @include high-contrast-mode {\n background: CanvasText;\n\n &::before {\n background: Canvas;\n forced-color-adjust: none;\n }\n }\n}\n","//\n// Copyright IBM Corp. 2021\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// High Contrast Mode mixin for Windows and macOS\n/// @access public\n/// @example @include high-contrast-mode;\n/// @group utilities\n/// Set HCM styles at the end of each file to ensure they are not overwritten\n@mixin high-contrast-mode($type: '') {\n @media screen and (-ms-high-contrast: active), (forced-colors: active) {\n @if ($type == 'focus') {\n color: Highlight;\n outline: 1px solid Highlight;\n }\n\n @if ($type == 'outline') {\n outline: 1px solid transparent;\n }\n\n @if ($type == 'disabled') {\n color: GrayText;\n fill: GrayText;\n }\n\n @content;\n }\n}\n","@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/styles/scss/motion';\n@use '@carbon/layout';\n@use '@carbon/styles/scss/theme';\n@use '@carbon/type';\n@use '@carbon/styles/scss/components/button';\n@use '@carbon/styles/scss/utilities/box-shadow';\n@use '@carbon/styles/scss/utilities/component-reset';\n@use '@carbon/styles/scss/utilities/focus-outline' as focus;\n@use '../vars' as *;\n\n// Text field for dates\n.inputGroup {\n align-items: center;\n background-color: var(--cds-field);\n border-block-end: 1px solid var(--cds-border-strong);\n color: var(--cds-text-primary);\n display: flex;\n position: relative;\n\n &:focus-within,\n &.cds--focused {\n @include focus.focus-outline('outline');\n }\n\n &[data-invalid] {\n @include focus.focus-outline('invalid');\n\n & {\n color: theme.$support-error;\n }\n }\n\n &[data-disabled] {\n border-block-end: 1px solid rgba(0, 0, 0, 0);\n color: theme.$text-disabled;\n cursor: not-allowed;\n }\n}\n\n// Shared segment styles used by both single and range inputs\n%inputSegmentStyles {\n caret-color: var(--cds-text-primary);\n\n &:focus {\n outline: unset;\n background-color: theme.$layer-selected-hover;\n }\n\n &[data-placeholder] {\n color: theme.$text-disabled;\n }\n\n &[data-focused='true'] {\n animation: cursor-blink 1s step-end infinite;\n }\n}\n\n// Shared rules for dimming read-only separators (/, -, etc.) adjacent to\n// unfilled placeholders so they don't look \"active\" before the user starts typing.\n%readonlyPlaceholderDimming {\n [data-readonly]:has(+ [data-placeholder]) {\n color: theme.$text-disabled;\n }\n\n [data-placeholder] + [data-readonly] {\n color: theme.$text-disabled;\n }\n}\n\n@keyframes cursor-blink {\n from,\n to {\n border-inline-end: 1px solid transparent;\n }\n 50% {\n border-inline-end: 1px solid currentColor;\n }\n}\n\n// Single date picker input\n.inputWrapper {\n inline-size: 15rem;\n margin-left: layout.$spacing-05;\n min-width: layout.$spacing-13;\n max-width: 15rem;\n\n & .inputSegment {\n @extend %inputSegmentStyles;\n }\n\n @extend %readonlyPlaceholderDimming;\n}\n\n.inputWrapperMd {\n block-size: layout.$spacing-08;\n}\n\n// Range date picker inputs\n.inputsWrapper {\n display: flex;\n min-width: 10rem;\n max-width: 15rem;\n margin-inline-start: 1rem;\n inline-size: 15rem;\n}\n\n.dateInputWrapper {\n @extend .inputWrapper;\n min-width: unset;\n margin: 0px;\n}\n\n.startInput {\n flex-basis: fit-content;\n}\n\n.endInput {\n padding-right: unset;\n}\n\n.separator {\n margin-inline: 0.5rem;\n}\n\n.inputGroup:has([data-placeholder]) > .inputsWrapper > .separator > span {\n color: theme.$text-disabled;\n}\n\n.invalidText {\n color: theme.$text-error !important;\n font-size: layout.$spacing-04;\n font-weight: 400 !important;\n margin: layout.$spacing-02 0 0;\n overflow: hidden;\n}\n\n// Used for calendar pop-over\n@keyframes fade-in-down {\n from {\n opacity: 0;\n transform: translate3d(0, -20px, 0);\n }\n\n to {\n opacity: 1;\n transform: translate3d(0, 0, 0);\n }\n}\n\n.popover[data-entering] {\n animation: fade-in-down motion.$duration-fast-02 motion.motion(entrance, productive);\n\n @media screen and (prefers-reduced-motion: reduce) {\n animation: none;\n }\n}\n\n.dialog {\n @include box-shadow.box-shadow;\n background-color: theme.$layer-01;\n overflow: hidden;\n padding: layout.$spacing-02 layout.$spacing-02 layout.$spacing-03 layout.$spacing-02;\n}\n\n// Navigation header (prev/next buttons + month/year display)\n.header {\n margin-top: layout.$spacing-03;\n margin-bottom: layout.$spacing-03;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n justify-content: space-between;\n}\n\n.flatButton {\n @include component-reset.reset;\n\n & {\n background-color: inherit;\n display: inline-flex;\n }\n\n &:hover:not(:disabled) {\n background-color: theme.$layer-hover;\n }\n\n &:disabled > svg {\n fill: theme.$text-disabled;\n }\n\n & > svg {\n display: block;\n margin: auto;\n text-align: center;\n }\n}\n\n[data-invalid] > .flatButton > svg {\n --omrs-icon-fill: #{theme.$support-error};\n}\n\n.flatButtonMd {\n height: layout.$spacing-08;\n width: layout.$spacing-08;\n}\n\n.monthYear {\n @include component-reset.reset;\n @include type.type-style('heading-compact-01');\n\n & {\n margin-top: layout.$spacing-03;\n margin-block-end: layout.$spacing-01;\n text-align: center;\n }\n\n & > span {\n margin-left: layout.$spacing-02;\n margin-right: layout.$spacing-02;\n }\n\n & div:has(input[inputmode='numeric']) {\n display: inline;\n\n & > input[inputmode='numeric'] {\n @include component-reset.reset;\n @include type.type-style('heading-compact-01');\n\n & {\n background-color: var(--cds-field);\n inline-size: layout.$spacing-08;\n padding: layout.$spacing-02;\n padding-right: 0;\n }\n\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n margin: 0;\n -webkit-appearance: none;\n }\n\n &:focus {\n @include focus.focus-outline('border');\n }\n\n &[data-invalid] {\n @include focus.focus-outline('invalid');\n }\n\n &[data-disabled],\n &[data-disabled]:hover {\n background-color: theme.$layer-01;\n color: theme.$text-disabled;\n pointer-events: none;\n }\n\n &[data-disabled] + div > button::after {\n border-block-end-color: theme.$text-disabled;\n border-block-start-color: theme.$text-disabled;\n }\n\n &[data-disabled] + div > button:hover {\n opacity: 0;\n }\n }\n\n & div[role='group'] {\n @include component-reset.reset;\n\n & {\n display: inline;\n position: relative;\n }\n }\n\n &:hover button {\n opacity: 1;\n }\n\n & button {\n @include component-reset.reset;\n\n & {\n position: absolute;\n padding-block: 0;\n padding-inline-start: layout.$spacing-01;\n padding-inline-end: layout.$spacing-02;\n border: none;\n block-size: 50%;\n cursor: pointer;\n inline-size: layout.$spacing-04;\n inset-inline-start: layout.$spacing-08;\n line-height: 50%;\n opacity: 0;\n }\n\n &::after {\n display: block;\n border-inline-end: layout.$spacing-02 solid transparent;\n border-inline-start: layout.$spacing-02 solid transparent;\n content: '';\n inset-block-start: 33%;\n }\n\n &:hover::after {\n border-block-end-color: button.$button-primary;\n border-block-start-color: button.$button-primary;\n }\n\n &:active::after {\n border-block-end-color: theme.$border-interactive;\n border-block-start-color: theme.$border-interactive;\n }\n\n &[slot='increment'] {\n top: 0;\n left: 0;\n }\n\n &[slot='decrement'] {\n top: layout.$spacing-04;\n left: 0;\n }\n }\n }\n}\n\n// Calendar grid and day cells\n\n.calendarGrid {\n width: 17rem;\n\n & tr,\n & tr > th,\n & tr > td {\n height: 2.428rem;\n width: 2.428rem;\n }\n\n & > thead > tr > th {\n @include type.type-style('body-compact-01');\n cursor: default;\n text-align: center;\n vertical-align: middle;\n }\n\n & > tbody > tr > td {\n @include type.type-style('body-compact-01');\n cursor: pointer;\n text-align: center;\n vertical-align: middle;\n\n & > div {\n outline: unset;\n }\n\n &:hover:not(:has([aria-disabled], [data-selected])) {\n background-color: theme.$layer-hover;\n }\n\n &:has([data-selected]) {\n background-color: $color-blue-60-2;\n color: $ui-background;\n }\n\n &[aria-disabled] {\n color: theme.$text-disabled;\n cursor: default;\n }\n }\n}\n\n.today:not([data-selected]) {\n position: relative;\n color: $color-blue-60-2;\n font-weight: 600;\n font-size: var(--cds-body-compact-01-font-size, 0.875rem);\n line-height: var(--cds-body-compact-01-line-height, 1.28572);\n letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);\n display: flex;\n align-items: center;\n justify-content: center;\n block-size: layout.$spacing-08;\n cursor: pointer;\n inline-size: layout.$spacing-08;\n\n &::after {\n position: absolute;\n display: block;\n block-size: layout.$spacing-02;\n content: '';\n inline-size: layout.$spacing-02;\n inset-block-end: 0.4375rem;\n inset-inline-start: 50%;\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n }\n\n &[data-disabled]::after {\n background-color: theme.$text-disabled;\n }\n\n &:not([data-disabled])::after {\n background-color: var(--cds-link-primary, theme.$link-primary);\n }\n}\n\n// RTL overrides\n:global([dir='rtl']) {\n .inputWrapper {\n padding-left: unset;\n padding-right: layout.$spacing-04;\n }\n\n .endInput {\n padding-right: 0;\n }\n\n .monthYear {\n & div:has(input[inputmode='numeric']) {\n > input[inputmode='numeric'] {\n padding-right: layout.$spacing-02;\n }\n }\n\n & button {\n &[slot='increment'] {\n top: 0;\n left: unset;\n right: 0;\n }\n\n &[slot='decrement'] {\n top: layout.$spacing-04;\n left: unset;\n right: 0;\n }\n }\n }\n}\n","//\n// Copyright IBM Corp. 2021\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n@use '../theme';\n\n/// Adds box shadow\n/// @access public\n/// @example @include box-shadow;\n/// @group utilities\n@mixin box-shadow {\n box-shadow: 0 2px 6px theme.$shadow;\n}\n\n@mixin box-shadow-top {\n box-shadow: 0 -2px 6px theme.$shadow;\n}\n"],sourceRoot:""}]),r.locals={"cds--layout--size-xs":"-esm-primary-navigation__datepicker-module__cds--layout--size-xs___Dl6B3","cds--layout-constraint--size__default-xs":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-xs___hUd58","cds--layout-constraint--size__min-xs":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-xs___lXkuP","cds--layout-constraint--size__max-xs":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-xs___DqJ9j","cds--layout--size-sm":"-esm-primary-navigation__datepicker-module__cds--layout--size-sm___hzvTa","cds--layout-constraint--size__default-sm":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-sm___MmGeP","cds--layout-constraint--size__min-sm":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-sm___YUKHV","cds--layout-constraint--size__max-sm":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-sm___Gh3YH","cds--layout--size-md":"-esm-primary-navigation__datepicker-module__cds--layout--size-md___sW5sN","cds--layout-constraint--size__default-md":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-md___8DNYC","cds--layout-constraint--size__min-md":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-md___Z3AlZ","cds--layout-constraint--size__max-md":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-md___mB99v","cds--layout--size-lg":"-esm-primary-navigation__datepicker-module__cds--layout--size-lg___hT--W","cds--layout-constraint--size__default-lg":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-lg___Bbo8n","cds--layout-constraint--size__min-lg":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-lg___vYf8r","cds--layout-constraint--size__max-lg":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-lg___bQBfE","cds--layout--size-xl":"-esm-primary-navigation__datepicker-module__cds--layout--size-xl___5ZFPL","cds--layout-constraint--size__default-xl":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-xl___6xR72","cds--layout-constraint--size__min-xl":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-xl___RQuiN","cds--layout-constraint--size__max-xl":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-xl___nStjr","cds--layout--size-2xl":"-esm-primary-navigation__datepicker-module__cds--layout--size-2xl___-phAq","cds--layout-constraint--size__default-2xl":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__default-2xl___2yVrw","cds--layout-constraint--size__min-2xl":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__min-2xl___Pt6NH","cds--layout-constraint--size__max-2xl":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--size__max-2xl___w1BOU","cds--layout--density-condensed":"-esm-primary-navigation__datepicker-module__cds--layout--density-condensed___6EuAL","cds--layout-constraint--density__default-condensed":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__default-condensed___qwfm+","cds--layout-constraint--density__min-condensed":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__min-condensed___l1e61","cds--layout-constraint--density__max-condensed":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__max-condensed___4ftez","cds--layout--density-normal":"-esm-primary-navigation__datepicker-module__cds--layout--density-normal___KGsxi","cds--layout-constraint--density__default-normal":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__default-normal___NFZgO","cds--layout-constraint--density__min-normal":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__min-normal___ZnRSV","cds--layout-constraint--density__max-normal":"-esm-primary-navigation__datepicker-module__cds--layout-constraint--density__max-normal___Gi0Ln","cds--layer-one":"-esm-primary-navigation__datepicker-module__cds--layer-one___ImV2t","cds--layer-two":"-esm-primary-navigation__datepicker-module__cds--layer-two___F2N5Y","cds--layer-three":"-esm-primary-navigation__datepicker-module__cds--layer-three___S+lgZ","cds--layer__with-background":"-esm-primary-navigation__datepicker-module__cds--layer__with-background___wvqDr","cds--assistive-text":"-esm-primary-navigation__datepicker-module__cds--assistive-text___wJPZD","cds--visually-hidden":"-esm-primary-navigation__datepicker-module__cds--visually-hidden___13Nk2","cds--popover-container":"-esm-primary-navigation__datepicker-module__cds--popover-container___ylvq4","cds--popover--auto-align":"-esm-primary-navigation__datepicker-module__cds--popover--auto-align___Xve65","cds--popover--high-contrast":"-esm-primary-navigation__datepicker-module__cds--popover--high-contrast___hZsLy","cds--popover":"-esm-primary-navigation__datepicker-module__cds--popover___3tMDs","cds--popover--drop-shadow":"-esm-primary-navigation__datepicker-module__cds--popover--drop-shadow___nTzLY","cds--popover-content":"-esm-primary-navigation__datepicker-module__cds--popover-content___XfV0H","cds--popover--caret":"-esm-primary-navigation__datepicker-module__cds--popover--caret___rKeC3","cds--popover--open":"-esm-primary-navigation__datepicker-module__cds--popover--open___c-lNC","cds--popover-caret":"-esm-primary-navigation__datepicker-module__cds--popover-caret___rKfmy","cds--popover--tab-tip":"-esm-primary-navigation__datepicker-module__cds--popover--tab-tip___ewK+l","cds--popover--bottom":"-esm-primary-navigation__datepicker-module__cds--popover--bottom___QJVS3","cds--popover--bottom-left":"-esm-primary-navigation__datepicker-module__cds--popover--bottom-left___mfBz6","cds--popover--bottom-start":"-esm-primary-navigation__datepicker-module__cds--popover--bottom-start___6BH6t","cds--popover--bottom-right":"-esm-primary-navigation__datepicker-module__cds--popover--bottom-right___75VFV","cds--popover--bottom-end":"-esm-primary-navigation__datepicker-module__cds--popover--bottom-end___fGaQH","cds--popover--top-end":"-esm-primary-navigation__datepicker-module__cds--popover--top-end___RH-bz","cds--popover--top-start":"-esm-primary-navigation__datepicker-module__cds--popover--top-start___bJdXO","cds--popover--top":"-esm-primary-navigation__datepicker-module__cds--popover--top___fUfuO","cds--popover--top-left":"-esm-primary-navigation__datepicker-module__cds--popover--top-left___2a2YN","cds--popover--top-right":"-esm-primary-navigation__datepicker-module__cds--popover--top-right___8mvGD","cds--popover--right":"-esm-primary-navigation__datepicker-module__cds--popover--right___VnvuP","cds--popover--right-top":"-esm-primary-navigation__datepicker-module__cds--popover--right-top___R0wT1","cds--popover--right-start":"-esm-primary-navigation__datepicker-module__cds--popover--right-start___qAh6U","cds--popover--right-bottom":"-esm-primary-navigation__datepicker-module__cds--popover--right-bottom___sVqA-","cds--popover--right-end":"-esm-primary-navigation__datepicker-module__cds--popover--right-end___FixLq","cds--popover--left":"-esm-primary-navigation__datepicker-module__cds--popover--left___MfEhB","cds--popover--left-top":"-esm-primary-navigation__datepicker-module__cds--popover--left-top___xuN90","cds--popover--left-start":"-esm-primary-navigation__datepicker-module__cds--popover--left-start___DnY+l","cds--popover--left-bottom":"-esm-primary-navigation__datepicker-module__cds--popover--left-bottom___qHRdF","cds--popover--left-end":"-esm-primary-navigation__datepicker-module__cds--popover--left-end___9vFzr","cds--popover--tab-tip__button":"-esm-primary-navigation__datepicker-module__cds--popover--tab-tip__button___x8eII","cds--tooltip":"-esm-primary-navigation__datepicker-module__cds--tooltip___ONFcn","cds--tooltip-content":"-esm-primary-navigation__datepicker-module__cds--tooltip-content___azpB1","cds--icon-tooltip":"-esm-primary-navigation__datepicker-module__cds--icon-tooltip___wxjK-","cds--definition-term":"-esm-primary-navigation__datepicker-module__cds--definition-term___k2X7t","cds--definition-tooltip":"-esm-primary-navigation__datepicker-module__cds--definition-tooltip___UJKLF","cds--btn":"-esm-primary-navigation__datepicker-module__cds--btn___WOBoD","cds--btn--disabled":"-esm-primary-navigation__datepicker-module__cds--btn--disabled___QhKdi","cds--btn__icon":"-esm-primary-navigation__datepicker-module__cds--btn__icon___lccaZ","cds--btn--primary":"-esm-primary-navigation__datepicker-module__cds--btn--primary___2dfTL","cds--btn--secondary":"-esm-primary-navigation__datepicker-module__cds--btn--secondary___tT8Cn","cds--btn--tertiary":"-esm-primary-navigation__datepicker-module__cds--btn--tertiary___CpHou","cds--btn--ghost":"-esm-primary-navigation__datepicker-module__cds--btn--ghost___5LZAt","cds--btn--icon-only":"-esm-primary-navigation__datepicker-module__cds--btn--icon-only___FYz8l","cds--btn--danger--ghost":"-esm-primary-navigation__datepicker-module__cds--btn--danger--ghost___oKvPD","cds--btn--xs":"-esm-primary-navigation__datepicker-module__cds--btn--xs___MFcLh","cds--btn--sm":"-esm-primary-navigation__datepicker-module__cds--btn--sm___fQfOe","cds--btn--md":"-esm-primary-navigation__datepicker-module__cds--btn--md___-SISi","cds--btn--selected":"-esm-primary-navigation__datepicker-module__cds--btn--selected___c7mSp","cds--icon-tooltip--disabled":"-esm-primary-navigation__datepicker-module__cds--icon-tooltip--disabled___lGy8w","cds--tooltip-trigger__wrapper":"-esm-primary-navigation__datepicker-module__cds--tooltip-trigger__wrapper___47VP8","cds--btn--danger":"-esm-primary-navigation__datepicker-module__cds--btn--danger___52+xN","cds--btn--danger--tertiary":"-esm-primary-navigation__datepicker-module__cds--btn--danger--tertiary___KmR3x","cds--btn--expressive":"-esm-primary-navigation__datepicker-module__cds--btn--expressive___PIgba","cds--btn-set":"-esm-primary-navigation__datepicker-module__cds--btn-set___s9b5I","cds--skeleton":"-esm-primary-navigation__datepicker-module__cds--skeleton___BQysS","cds--btn-set--stacked":"-esm-primary-navigation__datepicker-module__cds--btn-set--stacked___RgWeG","cds--btn--loading":"-esm-primary-navigation__datepicker-module__cds--btn--loading___jJE02","cds--badge-indicator":"-esm-primary-navigation__datepicker-module__cds--badge-indicator___ss1vR",inputGroup:"-esm-primary-navigation__datepicker-module__inputGroup___3ghL9","cds--focused":"-esm-primary-navigation__datepicker-module__cds--focused___wd02P",inputWrapper:"-esm-primary-navigation__datepicker-module__inputWrapper___8dD8T",inputSegment:"-esm-primary-navigation__datepicker-module__inputSegment___u9xpQ",dateInputWrapper:"-esm-primary-navigation__datepicker-module__dateInputWrapper___miyGB","cursor-blink":"-esm-primary-navigation__datepicker-module__cursor-blink___GvYCW",inputWrapperMd:"-esm-primary-navigation__datepicker-module__inputWrapperMd___GVaG3",inputsWrapper:"-esm-primary-navigation__datepicker-module__inputsWrapper___7m9E2",startInput:"-esm-primary-navigation__datepicker-module__startInput___Nyabf",endInput:"-esm-primary-navigation__datepicker-module__endInput___PAI4F",separator:"-esm-primary-navigation__datepicker-module__separator___S7-qC",invalidText:"-esm-primary-navigation__datepicker-module__invalidText___Hr9NJ",popover:"-esm-primary-navigation__datepicker-module__popover___fJEQc","fade-in-down":"-esm-primary-navigation__datepicker-module__fade-in-down___0TMRQ",dialog:"-esm-primary-navigation__datepicker-module__dialog___gj9nE",header:"-esm-primary-navigation__datepicker-module__header___qvzkM",flatButton:"-esm-primary-navigation__datepicker-module__flatButton___QEZ5d",flatButtonMd:"-esm-primary-navigation__datepicker-module__flatButtonMd___ohLjF",monthYear:"-esm-primary-navigation__datepicker-module__monthYear___CyXMA",calendarGrid:"-esm-primary-navigation__datepicker-module__calendarGrid___uoEjJ",today:"-esm-primary-navigation__datepicker-module__today___wcSTD","cds--hide-feedback":"-esm-primary-navigation__datepicker-module__cds--hide-feedback___DQg9n","cds--show-feedback":"-esm-primary-navigation__datepicker-module__cds--show-feedback___j8jn4"};const s=r},93442:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-primary-navigation__error-state-module__errorMessage___kyc9T{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-top:2.25rem;margin-bottom:.5rem}.-esm-primary-navigation__error-state-module__errorCopy___Sr8IV{margin-bottom:.5rem;font-size:var(--cds-body-01-font-size, 0.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, 0.16px);color:#525252}.-esm-primary-navigation__error-state-module__tile___JjmtL{text-align:center;border:1px solid #e0e0e0}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/_vars.scss","webpack://./../../framework/esm-styleguide/dist/error-state/error-state.module.scss","webpack://./../../../node_modules/@carbon/type/scss/_styles.scss","webpack://./../../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,mEC81BI,uDAAA,CAAA,0DAAA,CAAA,4DAAA,CAAA,8DAAA,CD31BF,kBAAA,CACA,mBEaW,CFVb,gEACE,mBESW,CD60BT,gDAAA,CAAA,+CAAA,CAAA,mDAAA,CAAA,wDAAA,CDp1BF,aDPQ,CCUV,2DACE,iBAAA,CACA,wBAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '../vars' as *;\n\n.errorMessage {\n @include type.type-style('heading-compact-02');\n\n margin-top: 2.25rem;\n margin-bottom: layout.$spacing-03;\n}\n\n.errorCopy {\n margin-bottom: layout.$spacing-03;\n @include type.type-style('body-01');\n color: $text-02;\n}\n\n.tile {\n text-align: center;\n border: 1px solid $ui-03;\n}\n","//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={errorMessage:"-esm-primary-navigation__error-state-module__errorMessage___kyc9T",errorCopy:"-esm-primary-navigation__error-state-module__errorCopy___Sr8IV",tile:"-esm-primary-navigation__error-state-module__tile___JjmtL"};const s=r},98999:(e,n,t)=>{t.d(n,{A:()=>s});var a=t(41109),i=t.n(a),o=t(75248),r=t.n(o)()(i());r.push([e.id,"@keyframes -esm-primary-navigation__snackbar-module__slideInFromLeft___Xh78\\+{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes -esm-primary-navigation__snackbar-module__slideOutToLeft___sGn2-{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}.-esm-primary-navigation__snackbar-module__animated___ZmE-k{animation-duration:250ms;animation-timing-function:ease-in-out}.-esm-primary-navigation__snackbar-module__slideIn___ltmES{animation-name:-esm-primary-navigation__snackbar-module__slideInFromLeft___Xh78\\+}.-esm-primary-navigation__snackbar-module__slideOut___pV2G1{animation-name:-esm-primary-navigation__snackbar-module__slideOutToLeft___sGn2-}","",{version:3,sources:["webpack://./../../framework/esm-styleguide/dist/snackbars/snackbar.module.scss"],names:[],mappings:"AAAA,8EACE,GACE,2BAAA,CAEF,KACE,uBAAA,CAAA,CAIJ,4EACE,GACE,uBAAA,CAEF,KACE,2BAAA,CAAA,CAIJ,4DACE,wBAAA,CACA,qCAAA,CAGF,2DACE,iFAAA,CAGF,4DACE,+EAAA",sourcesContent:["@keyframes slideInFromLeft {\n 0% {\n transform: translateX(-100%);\n }\n 100% {\n transform: translateX(0);\n }\n}\n\n@keyframes slideOutToLeft {\n 0% {\n transform: translateX(0);\n }\n 100% {\n transform: translateX(-100%);\n }\n}\n\n.animated {\n animation-duration: 250ms;\n animation-timing-function: ease-in-out;\n}\n\n.slideIn {\n animation-name: slideInFromLeft;\n}\n\n.slideOut {\n animation-name: slideOutToLeft;\n}\n"],sourceRoot:""}]),r.locals={animated:"-esm-primary-navigation__snackbar-module__animated___ZmE-k",slideIn:"-esm-primary-navigation__snackbar-module__slideIn___ltmES",slideInFromLeft:"-esm-primary-navigation__snackbar-module__slideInFromLeft___Xh78+",slideOut:"-esm-primary-navigation__snackbar-module__slideOut___pV2G1",slideOutToLeft:"-esm-primary-navigation__snackbar-module__slideOutToLeft___sGn2-"};const s=r}}]);