/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.awsui-polaris-dark-mode {
  color-scheme: dark;
}

/* This is necessary for Chrome to apply dark mode to page-level scrollbars */

html:has(body.awsui-polaris-dark-mode) {
  color-scheme: dark;
}

@font-face {
  font-family: 'Amazon Ember';
  font-weight: 400;
  font-style: normal;
  src: url('./ember-400-normal.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Amazon Ember';
  font-weight: 400;
  font-style: italic;
  src: url('./ember-400-italic.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Amazon Ember';
  font-weight: 700;
  font-style: normal;
  src: url('./ember-700-normal.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Amazon Ember';
  font-weight: 900;
  font-style: normal;
  src: url('./ember-900-heavy.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Amazon Ember';
  font-weight: 300;
  font-style: normal;
  src: url('./ember-300-normal.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Ember Modern Text UI';
  font-weight: 400;
  font-style: normal;
  src: url('./ember-modern-400-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Ember Modern Text UI';
  font-weight: 400;
  font-style: italic;
  src: url('./ember-modern-400-italic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Ember Modern Text UI';
  font-weight: 500;
  font-style: normal;
  src: url('./ember-modern-500-medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Ember Modern Text UI';
  font-weight: 500;
  font-style: italic;
  src: url('./ember-modern-500-medium-italic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Ember Modern Text UI';
  font-weight: 600;
  font-style: normal;
  src: url('./ember-modern-600-semibold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Ember Modern Display UI';
  font-weight: 400;
  font-style: normal;
  src: url('./ember-modern-display-400-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Ember Modern Mono';
  font-weight: 400;
  font-style: normal;
  src: url('./ember-modern-mono-400-regular.woff2') format('woff2');
  font-display: swap;
}

html {
  font-size: initial;
}

/* Legacy polaris: remap 1rem to 10px while keeping the visible default size */

html:not(:has(.awsui-one-theme)) {
  font-size: 0.625rem;
}

html:not(:has(.awsui-one-theme)) body {
  font-size: 1.4rem;
}

.awsui-one-theme b,
.awsui-one-theme strong {
  font-weight: 600;
}
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*! Open Sans Fonts | Apache License, Version 2.0 | https://fonts.google.com/specimen/Open+Sans#license */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url('data:font/woff2;base64,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') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  src: url('data:font/woff2;base64,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') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('data:font/woff2;base64,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') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: url('data:font/woff2;base64,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') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url('data:font/woff2;base64,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') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: italic;
  src: url('data:font/woff2;base64,d09GMgABAAAAAEPQABIAAAAAgyAAAENoAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGoECG4g4HIVUBmA/U1RBVFYAghwIgjgJnxQREAqBtXyBnjoLhCoAATYCJAOIUAQgBYUGByAMhhYb+3MV7Jgh4DyAIEq7s9nIQOA8KIKpf0D2/+cDOgZoiwug6uYvEpSWGVSpVcqJUov0uet00JVhc1EF2EqrrYyb4S/jG19Tu6qvTe9jOfAzHAhmhkvd+BqZtpwS+MU5WSB2K8vOtlRFi/c0y++NrmFo258zkESL8Hk+S8sPvZEdHoRv/VdIgMEwBGdg28ifnJeEL1qL91V1z+zB/8ELADhWACAMIDkWKqwYVKIiLDDfbS/UZUkGBejZdXmg+CoGYJvidI4ZhYWoKAoCgoSC2EikVCiIqKCNWTNjVi1cJiuXruO7i4jvURvSaZ6ssw51IMKQ7CRy/kwPetQXCKYNxzU1DVsn21uBtl87bJ2cy/zm0iE85JEHCGkyQoUUNeOAhMHzQIogaW9TZPz+1L2+9yyb/8UFDCmnSgX+W1kXB8l3cZK2HwoELpCKY5etKuCydBozjN/CuToQhmRhmh4gPDMYE6Ur9d7n9I39P8/sgvVc2ZWL3lU7MAuLhFLwhSjQXFKLzl3MqbzBl6ZWmpGmaYodO8Vpdm43ZXuulM4O8AdI+Bt7gK4weJT81pznpyekqJ1G0gXCASX53qbY/7SVqZewd6OpkuGrfqgZVzkj7EHbd8tfvQfSYDk64hB/Fj0d9oZHWXwtczHjvQQAQWBzKQ64qId4/z9TtXYGQ1BLUHriPjiQl+FIX6R9odbRFzteiOU11c6fWezOzC65WJI2FgAlglQCnQgGMVpHENQzKDpQF3UhpC4kQqIDRSeKtqJj6C7EWFSxTkXl1m3nuy51V/TdQUxRy5kk/Nh8RDosl1oIX8en9pleBxn6YhFChHjEcgn9c6+/+3i/b/8dFCZulBOpqOC8qM/dYcz9dxq+uZumCVtlCijk/YEIQhuvzkn5jsRgQcJ7jiGRKoQYHenSGYbkkFH0HPosxvRFHNAPcVp8oqEFn/nEEn5Q0X/yh8BSAGxqeD21acdYAl0g4LJnBMOCO+yIBDnA9syq4jytPbfYmFt7njGtuPai1FKTj9Uext9SwV1MAFQv0hmVNB/pbI1QzUYumgStZH4o9fkowEyIuQqcAwkiZEIjXJx1c76jlB984Rp6+M0/BsAoK0yWDerKXd6C+ayQCjFeYXZzRIoqlgF4nKRSSyeDVivHxSrUsF+o3JdVu4smT3aob0xoclZ+g7Zpjw7qoo7p9NH/uu7qgZ6tdvdGn/Sb/jaA+sGjapK+Pe37qIFGG2/y40ebZo6Flu8uyXpnOM/FHjiITrvyrHq3uMuJUU2v9Sa6eju8z4d9wmd92Tf9ix/5nV9YHhaR2MxKQkKyiH9Xx2o1rghRtc1CtZF0qI5byhAhP2VU+5XSbSKFSrOmvrvQh7ro7K6hgDrPTJ1ikyS0Zlih3oEcJ4/IA1JK4vXsliBfoTomcZBGkq77tZM18e1WXawdqvSVQ4a+fNDWnJnYtGbxQGoYVD6vMhnVPQPp1eqnZq01VZPiGbXVkWfkgcom5VXTh3SoHtL99YDuoPt1K72471F/x1IrJ12Vt1PEKBeBim9VNjJigcwo+AYw2F9FFOpcUkHGqeOkYixWqiaqyiFkP6q1UX7STrTVR/PS5UN3mtuEI5FLNU3QwlaAJa3aslOzy7SFtZVwe04dY+S/OFwhJ8h6CB7Nh451QcutghzFsj6WqKLNuOrnFd4YWAyziLeRO5jnbzOelx6e6464LrYeSw49WO4HYIermH6A/DbE7VeCuyiVIjzMxJyE2WWonnVJQT7A/5zi1HRA6EXZmamAX6NL5wFSpxHZl5TlFwMKL9tSgPKroGqlYKgTYLnSmggQhrBEI6eJNtalkSNZzQcu8gvB36L8doqVpaDF+uHprw6hD+K4wweRRs70gL2ySAUlyeHHXKz0I5BzmoeT4lz4FFflwKSs30rmfucPftWrEjxpfOY9H/jIp6Z3R6byLNN5zjFtq0wL/J8XvL3usMeSceNtUtPWlge1sLs+g97jHyNo+/UBL0ZqqE94MRjgXV2u+oDwilTNg6RDWboUFvMGBpKPWJJGJt9jLIfPLBFfUJnK03Ma8Vf8A//GP/DP6A++k78SpXTcs1Xme56lQNsrr9RjJuNHZ9xXIHoQb98G3kWbg3etz5EnitgWaw6zVpPe1QkAk9HdAPQQAMijmhkA22JlHVZNA4tpwT1Zcu1ZpVkWFgDXnptVagH7VdFWC6ulltHH98nTLXMMBFvT23ieBK0qnSRZigqjsjJQHdDx3rcGwFqGs5f9/NRMMs/7rH/1g22X+E395n4LlIH0yIRsKIwKUJXfot/hKcyUYEr+r1pVgVS3ZTU2NyY9dkOUhrTPKYTy/8Kn+lGf1ylC62QdrKJx11Wtflz98MmHn7z9yVufvHLvPXfeds3pQzOfTB6/6vxHo57zCgv8qL7Atu3HPZwspRgCqO/kDzE7blz/R8LtlvwewN5HpOTw0QElWP+LR2vW0UDJdTLI3j4/mVUM0KX5LYxxkZx2c9Qziik2UMUGJuillVGG6GaD7tGupRDLBEAcjDFT4hr6EMYtNMAks6xjO9WMp3+61Dm2cBEjUgYxgsmMk0EXIyflehlmmtVsYOseTGKlGDW8QVxqYiilyvvmT1HHWLqS5SZYxUbO8VX3xmAMHflyk1qKqcTSw4QuGGF6/pW0rdmAYT8V1UWh2dh4UPPEjrHR9rbWluamxhUN53W1NdVVlRXlCMpKS4qLCgtM+Xm5OdlZmRlGQ3paqj5Fl6zVJCWqVUqFXCYRi4SCBD6Py2GzkFCoX26FO4qvcZSJ57OtnW3zNYq/7O21X2G9zPobDgWTnqCPxI2OpXphnQuWHTSYrMLGNNXmRjskhSn41tt9d6MTHh3VQpXWQIeS08ziWu7UzXUSlGmAAa8TT8igdYiHCoCHGcoyAcRqTmSwlFG3thlfLuxmbwtM+sBoeHYss9yIHEDScxqfXyqTcgXvgTLepNCws5oX3CBG1AJem4d+shuWSLwYcNIASXyZrlUEbxLBkzx+W7THYk3YXD8W9urtgeF9KYSmdVLbeDOx67QzQW8W+Ho66+L1bC1NCpa/npNfCCmrPQt5U2wI4kSHCLwKwEGIx8xoMTqjAtikbbSMlIqdMNDdbBDqJEBXGkIFOSmTkKJRTBWsWUNiVhFUlOEtOAil/a5gCYK9529+BqPs6cmWqwMd6oQq1J7xVPyCc/5DgBDhe4IV5FBJZjr/YPlV19reUHFnnnAJdVKylwjBRCJ28eCDLsl7Pzav5dcEKtj+TbPy2dtH6bSrTBPb2aYNlwRJBmFXDJYPkSPIGin/ROCy0brw8sKLY+BYe0nCM8shr16tV6qcps9Hmh3VbsZeB+b6mope7Q2sLMnlPTsCjhxMuBvTWQaTLzHwk5NzQruhpEsPlV0dcAiZyhsF7l/JkRmZLA6bw1+RvMRGYvYMsXjWeMQRcyTkIT8DXKvwu7niilpvtMljIui3ZWHnIYE3oTmBiWc2M+h1LrSKnW2qMgj9i057dJT1W/7tSwkQPoLU9FHPikqTdDPohbPs9Pybi74XAdqurGe1RsSsVgVGSjCzYD8nmkIfgUkCyHjx6xr+cE5r0eSEmPKJZP1E6zRJlibBajFRdueLTrt4IVOyGplMIMnfAzmZdwMbDo3I4xPwzEnr212UYq4oKH0esmK/BHM6wtU0C592onFONiOOpsFefBDHjCl2WBNt4pQkvFbTA0dhpEjb16L2NFhxRnY/YxFM3mLAV0T0pRzOWVwIvn1XCWWDlKd8j78YIu6hnnCnVNlMgUl6bkc9PBxOMrYugKnCZnU2A+ne4rIzLnlyLJz2xbl5B5JD6YVyimJ4iRhB056zI3ZTNE+WBSFXvj0WOui1UJB09pgPif6ThT83L0rO2O2groJKwSjAdqEhQCYAiDHCWCwC0RWOILgKnhoMcD/qiuc0A6/xsjkAHpU4qhigtNlW7AJLK1AjSK2rIWh8Lb2pok44Gj1ceaArDd+n81eQXBrB7ibn0bOjkrqkZy/ZHUhADgov3AfeSQslw2Uf4xQu+nx0Xdasou2y7xgJ1JYEkAqm2pVfIte+GgS07k4CBp7EmYVGMS35cNq8QTyCtO8spk1pNbdxGa4coDm2xlB4wUKudG/xvpLYZKi8D5KgEAXeJQ9Gidkm/aHE6cEeBObwyHGuCg8bYONSY8hV8QCQ5KyZz4UgPBg9pRN/9rJN60SbzH7kwrDAWgVMAJqRVXoDg4XHmQM5QKP1EYrVQPyCcyoqld9faObDmeZK3VJcummdUBq/4ffQ2OHIHz3S9Dl0Ep1xphjuWvQOiCat0amjTMO7lINZduvtDKaBiTDrtTku50eFOsPIQOetqBgQZgAuSII7uFTAUFF1Gm6REqCttR3FvxBgIO7cobBvJvQtrg1EvcrdxDT51Rans3T+2wKgtD/gQRIy3IBZ5a2w1E8uq+0rhb0YgXNbn0p9Q6sF5G1/bPaVKIPmZq2YFBmi8ijAN5Qzb2C8CkzACAUq/pBhwSLRK6E2npxl7aSHYD/OElUxdFCCP/tqwloqH93zziBRB7H8Q0TyLnwHPWRqsR/EfRCzVUGN3fmnMgg31llCbrOi1Km/7JpusY88ZSHgPt20fvaZQXIJQAmv8MHbTEzmmFCKQLL7KeJddgvTi9xtD52eRHyLNArhY5KWFiYEs7zL1PiRl9Eudior7auFjRSVcOQ9VWbVtvX3nu5PrvJVyEW0Vk0c+wGccQUAbRLL1wqJevLJwEPfaasJKo3b3WhQu5VpYLfyy8+YU6Enymyc5S6wLMlQ+4NuwZXf/RdvdmRy3OzUaBtxZEvtPObJKCLH8cIKnQqfmbxBP5XvQEnBf6ARY8pV7lNauQEn5t7tl32SK78zrHj6VvDdkNObBJah8GtxH/A6KWnLAlygps7ItOPXMHaL/NFxZjzfbC1cUnHQHGy/ljHXGL2EwKQwo+8GYO1P6602VrGZT/Y+806V8/KAN8Z+K4F1+0K2ZrPiutF3wFMQdKa3NmNgoOejdsiMnoCp1Zi9RWKLrKurV/jz9jZJuKOBooEs/tKpwZizOv7KcXkCnL8jkjKAgyC4FtTwpxQrqbZz+YYWhAgPCcmssgGLfKbzCbL7DtRi/U9rqygczxWNuAK2zebRqE49E+zNx8Vv9kF/B8B1UywECEF9k2++LukCO05IEvevvC/sGBVABGFCP6zYVyl36WEyroqKI7mYEoNdL0ieX5lW/arBhzX7MM2LzGMyCBDD9hVKdQRS2Ghmloyh+BVfrVDFeWviKtbJtgkxbE+NwdxbVkEOigqlysdj0aw420SBoFnIXDCUNoLxaBreiLZmwMJk9sOJ6UGvwCCzi9LpvPflMhGtaB8CNcvIxq1oPJYpProppmMx3GNxtwvRpirnrZtidkSuT1+l55b5VqIhbxM12XaTm1fwYiLjXb+sL3hgT95Rmrelf1r6NT88DYIzmJs8ovt94Bfvn+3RTVWpEe/5SHcXMO9OL1QM6WmV8ngZRBo5W8J4DOtEaXntTjq3rpHrU011zTel1PzlXsAPLUypz7lvcz3x+DintCBKMcZwwLEi5+juBFMMJ26REqVVq2oxlFv09S2Y16UubkN8Jya3JWmmTJohCCwzqc9J0AEbfpBDi7WkyXgWJGkz3OZo8DeFzH9F2TkIcyplJLDtZnql1FgDZA6DY3LXz7eaqXBhS/hKdQXy55JgXuNFH/yVQi2Z3VWqCmAZbd9RUF67XDGsKHPoxDmK2PfNlz9fRygGpuzJjc5GbvPgbfah3rtusDwcw0BV3Hf7+aB6uwWACGT7fe9ppmwrwWHQ2CHicWKjVpMbLrQtasZiPD0H81qZebTfucl11bs7DiiUpQ01bi4iHwd74a8U4RYRNaxvyWjZD9+24Qg4KPoNc+Dexdlt0fD61b3ANkrpGyG/bJChZXteTGsCrsfxcKKdz2JyJLBDw4eZmglnoKhRklJAxcLcOivKAqvt8RI9wacEbAQOvU1n0zWROjDeNw8fj3WT1W4Zb9LW13eS+K5COfLLord0pd7+Ah4bglMgh/bB16/syB4uzOTMX+1dksId60JKFg1KlEtwlg0Mu1cG0FiFGOcFoHTVLBN1Vni5LJso8X6eE1Uhd33dwq+q8HIzKHqPbwoDDuw3bhqaPqm18i0YeqK/yOuTCdtK4McSubPe7oFW2QNy1d7yCgbpUa8RA0MHHzNGcbWuUEyhE21HJjlEZrgAAQwmMW/3N4xQimAL1jb7Q0lfX4aznC0TFwCXOPcCJDGbfxH/tRzZvO2DUiHf+rwf0D6kz0p/KP+RQ4tTskTum+u0C9Iv1HqnJjO5zrQOxpe2HGU8sD/ny8Ux3DO/D3SNKiDvmcIBgv394ZlhzE1gD/AMNIn9vp+ZCm1Zx1HqjLRq3/zzqFPrKREKOodDSEUm76tIyh6k8Prh+M8KivV4oGu3ZmU3bk7L5Kl6uTU26h3BAln7j6fozc1u9f0to0W7itUe0csgJt+zvhaoZlT0xBR7kWsHLf0eS/ed/wFG8MIy44PO5bOL69o3ZYPhC+A+jGumOlJnV99kk/1l5imw+FyhPCArhq4+ElnPMnjAqc2ZYAFKYe/fudwjxafMXhRBrzG5vCAalHvw4IxpO90vF17AAGpDQODZPZ6rjQZWyJ5ciRZdrprQq0KXn4RxwovLOoMzzOHs5AW4NgBTx2LLPx5rCnFjy9Oj3XXpsqmjeWNSgB9xP0zRsWZKd21AAsmrcR9tpbe+Q99aOz+HvGtsiHZuQGj7wGFZ2K54YHdrnh1qVeGx1hSeVgdMU05RTlQpxrtrmbLNmHUobZwkX+woasXjASjV2f5dcDFIWi8oDEpWv6nh7lHYBpPJ3hOOS8OeaQ90gmy4DiRUMv+dlAtUkxxZ8MVFsnyuqIbZZVbILgKFTgDTzPcB+gwjd/Dn3LxXJKzLcqebYajvCf07K7fabUWvYTkkyv5AW1jZsm7aGH5Hqw5e1E9AtiSndpmZDfhIQQ0sBvsdud4N94NwI1OvJFdugeiLLd2Pqe5EAaozR6EYllNDLRd2MGWl80w5jWP2hXOtJ4XRR4ud6Vd10o6t0N5Y2F7dSwiHQU3z8FhzQL8b6vRQ8YyWgCyVbsg+0ljjMT+zTiNrL+d1GBZWPWcfZkmGqm+I1dtn7TjrGNkxV2RK4KTG8Sndpj7LiUnP7/ScewN1CVqg6VfucKoVz/ZK632Xgb5vABPw80s21NPZwyWWMfS6J7AS3aDdU0ARnwO2f/TD293sfPDpLJtNnrA5mxXZjYymBp8swvX0kYCK2GgZl3IIwUSB5sMNfuu9n4kC2GfGRV9N87q7m8TgbTlKPtKVy6kZi8G6Ufv2+nxex18MCAGDWv7dUz5ok3pTCjWN3gtntmEbXqwTE+WywEIqTsUdVOdudlKFLuPj0UT1wnYc/oyTBZhfo9+WZ5/8uhgSmJtHdlNUoJkI1xTjtUmOWVkZF0VT4DdXFSYpraFVLQItp1SSA58MiUyDeqtk55ZlOLedKvIoWSnnokzdZ6rfeCeA87xflo94tzn+AUEBAkVQQ+i5J6cBJ8JIL7F27w4zwxEviaIW5iMtFCSa0+/KGjcT9RKOvfxHjmMBddxrT6dh2uXR98Y3O3yztg7K2vzGX+Myq2QG+LKZppAP7YNFAgnbHeq2o16XO2HkDaxfG5o5pGjHqtNaWoHroywzfj+KZHzq9cNsJDGEeclqmxUsUSXf1S5fRK+283ygoAFMV29/bwEdt++3QVKiKFJkFt+BHi+RlX1Ga3YFzbA7mvdXpQtzaOmUA3vluO6qgyI+RQX8VRSPfdIlwVcuFlZWvPugqtD2rdKB/Xo54kck40Gg5OKyIQq+D1Tn2s5p2ltz0gv483G0Zdwlxh6AwDy6DQvNjnhPsgBVSXZ+6/tXssedcuXUiCFTmQCmlF4Ap5KKsRaXGJ8EV1VqzqLwenDq9u76AE1hRlzTxJgDts3mW/uyulfje093XSYN48ASz/fxzchxhVyXkKwPxgm8YGYFZE1TYnfmRSjOh99xDX/mTsOOvTJubGAj0w9RDk+4jC+YzeYD4/bVQeYw7fvCK3noz+6Y76aZ0/7DK49DW1nEaoYLMD9lmZBCDXYi4C+CCjxYsJW+QjWPTBrm5+gi79+ZT1wcQnqBehmX9XhL5ALStL2UHYgGi6fTV+ds+i5J4r7JlVuXFFyBRO/tVQWK/rDx2kSKPCbaPbR2mlIeCpvfuSZ6AvwvLfIvijjggDDWmrHSsUk5G8+HMHFGfAOg2JRnQ1obhhPxyupIelGCD63XrmQvvmKwkmNakHTBjlFpk79tSnbPl0l/SyGS1Cf3ESozsKz2PkP2/GFWf2Fhodd/V7Xo/P8vbH3EeYlzbL7x60+ZqSLzNDWFDAmfqcjNd4MvbOA6uo46JrEc3cYcHTYUjn1yvuLGfP2v83X/8tH7paPnSkbvlYx+dr7uwXi9xOUKqmTsQenYqeKxrcYzjNenI7PLg89nLd2J4sJtEtDXGWVWrHi1/4BO3plWU731rr4LCBvt9huVLu9GseHZr7vrUHOxaE3AoFrRmllo2PNL4Q5bxFnNwZHvwShosriSwSL+CJinYD2X+6FfM5aa39P3m7lhXf0bxzlec1HT+oaehJTO4dUzLK81UbNpjb3ChKs+IITSK8feRCAc84F8QUi9sx2KyLhd5Dn3/pUz/UrvHTGzqTVdbG3n8MwYz2tD1Cp9Y3eC+AoKgZCrVZCsrzX8avh30PXHC+ZM/vRUY0UknApvjOsqOrygq12xSsHrkhqVM3OVRdhT1hQOswcqxiD1yTvypuIZl3117FRh2Cmq7Kdf6MjwuvaE/Q8rDiGLRsIZHNTGrS0sjMGXGhSxBxnywJcXEuKhCbIb2iDvm8rmEZ2gjl/wu2HaTY1t8D9iW11vnVduBrYGcTkHsiCXQ08FJtoM0v26/ctbEXXZkEvEdW8JKoQq2OGbz+ZyfKL4tNvVOZc/mBrFB8l2v8Kf0UJ9k7fzfxL0KhEYszeuebG5cbGxP7C2RQfjsgAxY3fcVk+WT7kfW74+ZT2OZ4PcGPaX3eu1Afd62UieTRJxxBzk/u8jm9ugawv/vW0L/JfzPG++r3M3P1s3RM4oIe2paYL+S3uVcbKv3yxS/UmQsRg1pFXw3S57JKbojNhQpYDZHDYXsN15DbWYXObUYEuPKfY0+ORcChFEfj9V3XKXpPkLpDC7E9C3H2xUC6tqOAY/FZovETIJWj8j7fnKi5mqL+UzA/uNirXapoKbJ4/XGOwe2lBIlm4DoKJzCG6QrRR/JlTLrfRWRoUkxhCwgkJMehf2ATe+wSOTHJMYHyWQKDV98fH1l1Kpi+I1HXtViaMpRunamdxiV2C+29TKHhVrbrjptQD6e2yIEPcWHzATbhc6toX4eUtsyFvf8Ig/5nyrfbPbbVUMfZT/GEjU61oWOGrPRe2lpGnrsPwE/2S8IMW0IqbYjZcpuPrgO3npW1Vg6V9BBXtkWVvbitnnhsdeKvwtQb3HilJ+na4I/ih7UDHPZ9CiJkQHgwrjKhyriT94mfbEjlPGpvPIESBUzStBc8Z2HTErQ69WHb5W0fc7RUYJ10FKY9h0OSNSHx2r6Q0J8XFCu7BleVBhiOuesnDLa8iTOKvffAvQ+GW9cWN2tnj1VLkJ2cBX4k3MovxD90wzHXs16rGkbNVYb5rYW5qWFtehyzWdeFk58YylJqNVhIggFYv5IMHbyCPqYsTpKWe3j0piMFISQyiII3ExCF4Il673YoLozaBugLYKQi+Y4mc0xM24SoEOclZuELNszMjZWRAPneJN1jccFTTXHUrPuLMlD/aK+ShzgcnZZmSW43vAy7/DqKRYiraOFetB8VVQcUSKNJyc5JVHUvIToe5zUAVTSSYEJSVG8hniBKY8N98ZFOmSMzrZ8Gt3+G2MNsyJ8eRSrLO533Z++cKjpUtzsb4VdP/p/Vjn1sWni3Z5h7Z6bo3+kqDJm9rsYvnCWRfRayyTkGkYGT2IFkx5xOaupKjRmgcawmNe495Lu6YyhAPtxYqIA2x8rcJ3l0Pqv7MeRKfDO4FZew4n/jVw2IDb9+bbDEQ8fhs/uNbtTCr6kHR1ZdUkQycuZznzbdC0MlFK8eTAOhl2jbq3IXdtTKppCno2e26rI9UP7gAOTgiNScSUeDTEtWcu3MlZX3WPvmvFigPMN109Ge+f9Jrrr2JykYf18FehTdFiwzC0kvLQVe7FyWYxC/1rycIeUg3upblsOcmM8tDc36pBpgjAlVHLqqBLEYT8j2ASSGHe0nONWtxXls4b7zUY3YDp4PIe04axm1bpc2t/rvkFhNhUtiBJrl1P/DHCzUNESWkMGUM5Dh0E7f7YUwnYyUUuq/hy6Mh/+XPdJ0P1YWV/sZDD4dr0CZGpg70FdkC5oXPtiGwzWu5vde5ymBOzw++xD4LYb2CC2x6dnbKQzGh+LhtnaaUVCavg88Y1IxPNJRCLEUn/AXqpD8n/PRRVAkglph0Sfm782155P/zf+5XxHmOgnz4w9xGmW+e7qzsdUzcXncGlEYv/5gQN41TtZ4ub56kvS/Oihpv4WaF8+83xaNtwi9A1f6X7P8ZAaScro++9JGGbbC2/B7ciOBRUZiaCWs12bdvjFI5J/yFEdgRaKolucla6KAwElx/9ARvbrlzR2WEuZ+Lk1PXpL9mSI7C/pDdFtcy85ZCmvk5WZgCpHPYnH7ZyZS6HyZkbD8tzYK8DAz4TNPHP8oDhfLDl7Xwg32PEd4ezrG8j0gJGNwYJmOPW4TV4aHCvi/0cVbozpDa2dhqXFW4tcwM7PSZAe7501vy9qRj5XHqrfv/W9vv8Vhs79J8ViLfiO7X7Nrf9wiuwjM4PTpEKK8PHfQ9kt9euqYkrJug1grrwCe/tutSoliKaXP+EGN9zN0d/vKEp5eS2Fa9jO6bzltnQres0HVEJRWKtXpU64EFO1e5mWztYs/tFK4I9YF/M2zHUoQ3+r8Obfxvy+ArPfPD//O1S2faBMi3UKi/hKr6iHG+zgBXGZ3izKYHKSGmKxMjz6QGZzLi3LknEHRRtqNLljyhkBCZBGE+6VFzAHTaksdY0VxykFhedwCcR8t4IAnsCmSiGO/oIIgzNFce2isNyKsN6lSWKzaMFZ8neNo4v9unJFt/uWaTO/x2BNKCxq8asg7V+1uJiO/oUwS5gLG2VlzJZk5JYSme3uxrsAkaIdkN7/CaHv/335BS+7Mc2yDK0EAUwWqSTlz/wTw7S67yeF0aHnDGDXi65Y4YC0n0FS48uEwEhIob5mAco1MGCHgqyPLZUCkRi6rAVWNc5bxKyzJzkOGGhtijVgYBgSfiQL4N+FVIW98/HQ9TxpTlL1X63bZ/wt/p2+3rhykMcFtopK0RlIiVirr08xCMGfh4/9BEa9nMT8gL++Qd52E9wIN3j7t/3MTfvuZDk9zA3Hcz2I2Yrh6Vm2w465uadM+J++h+iA2wZYs487Ew3P95eOVDpcIju00327Qb677s/npwjKah3Cz/qbwzOagS7jIAk/aKk3UOmkHvqE/XDqxU6djaSzy0EUvreOLzQPbUfABYmc4tQId9is/X8KUdlhbUYx+Zp4zFCSnwavh7cy1bR1ahUECsbyeOsAEb0vXbd4IqNgXZA8qB5r4HRAoEhhCHpFyXuHs4P+UV9vH5klXzlN4zoYAj3eaSmqmh4ISFKHpwNMdllIkU8PeovUOm81LRvqIrwMPVIf9chQbFhFs7w17xQZvrT2CZJQmfQFnUcUpEQTE5oDGHAfmcGrkE5DePIPcP5t5JcR9cG07kzQOulfNu0Tr4R67rB9aXzALBQyy1Ckb7hEoiRcjTHtwgS81JGg1j/PoJAzWd1BcdX9oisZq+8qZiYP7ylTS3sX5XxlTwXamthm5SZnaLuD0rFPleh96MfT2JLBwg0CR5vIlLymbIaMOY9Xufw9tvfQz4xGrGL2m7hzJzPgFnmLHMzcrqN8ha4lFkKthY9vvwVGcEU2VKPLuJfPLAv+eZq1G5am+7PfH/9zWhLRsfgShwrkBbMVmcYQ6j4mLokffR026WdcYUomW1XN2z9dmRVtb8ucjxjYktMro9r2PSol8enB3HyDuc8+w5qfJ44X7ZOEs4PXQyruiyrhvBevoU7tXUEUF3utDsygSkYPB0Tqae4zImJfCaqSuj38eF8sEfQGwzHUx/hIohOxMB1eXdE2Pf6lvoX/gJs0iUUoGj6FcK4/nS4rWZtSy22o6eoBhynITPyS8UL4PLUqz5wh9s6rNtHYOlbqjKcHokWSIIiotWhDLEqzSlRJZfjjWLAiPzDjre3hDgN3xvya4eU34FWIO7LHtqv91B4JCiBp39Vf/1DNIrNcxVsrsa7hTppx/B6vXK9uhxNyzTWRwpL6itBOUAULdvYFCno6do+3FPSuXtbQpgqnl1GnnJOTLnee6g/IlRFZ5d7LmrKdXtYUtsw2s86yFJQ/YnMvBOtFSG/6Mx9bUd5FU1HszLP9BRjbmr2dbcd4+l/I0qIcUnocvdOToSX+hkpXBkdZ0TVubbEaLjJTvT3bhm8V06bl+M0qjIyZ6poe0bkXRc24HcghZGMpnK3A5eKQR1OCWwZ8+LUeYQsOAtSEEL9ZrzecyQl3nn+xZeAMXJBNpbF7RKpp/cj0dOCBJwl3zu3DB7+Io5PjJCjs70mQQdHHaSEf3a2GFa2sYbM9TRaxfv/4EIpRoxCRW1xUWV/BxtBubM+DNifPPRsiAInBZNQ3lOcMAacgdBLiJmsUuPsMUlr6t5gBTHt7lwLjkYQYPFeh2nBvXRYljzKlLCiZNtNlfcEqHWmYNBTrSv2GvceXJA1vz+F/wghvPAq9grBLEd+RaJ4Lo+f/t7m49MF0tcJYgbS4LYlR+o12I6e1G5T1GfmlUpOe5a5WHH/9UPHZ2TURfh8Aa7TBWG4nkvEFiq4zW5fOVR4Himhw0/rQLssw3Rgy0/SJWuWJS+/GVwblFH0yoPjybLoXya1+YhqwNQs+/VTqH+gjrd0Gdqiyqrezw7guRZZsPSNN8TwKPqJX3yx4Lsg7Sb+O4ZVq1im8Fr6nsywLf8ynBmQUmPCKgZsGLqg8KUCqywLIxJ4w1uGSNtoCWajW/6PKhwe2s7ywsH2xp7oJb75hD5H2nYA/wb8C/3gVFc+rE6LOMCadmFlMzMxL6p7pG76aG/3DHXHKkajHP+EB9CSnBXxSA9TrynfHigDywqFXuUFAbtjkbZkWlDkM/ez1wHu8aIbDkynP3MSuWkPKk/qmd9TkG+3vEGByKusIHBPyDJJHCQX+cS/ZiSWVsCF1WoRB8lbQUyON5GkNJAttKfGQNyMiZ2rmI2elEweNNsjJLKW5fzarZ4siqpw1yP9hrnumKgaJuw1XBNG7yOEW+xkeePb8uc3rF7U0SV8ljwnX6NMye8EUBMIf6MCOnZkRwH6qmx3dc+qxFR7v5l52AzVOt/fQ/OSFd77b05MSdRL+ZvHDwxfP5BJVsjjrnb4H8f0ccxsJ6Fb5gnM4gn8714ravadSG42zROZsMLX26oQFH6KCKQJeRGMWQx2lrkZ8loFsH6ypT/l+v/1tRvSIaRwg+fm2uqBgfraaUgqmeyd3rWifnCwvn5TBiSUpPdarF8x0rdiRSckgxzulTZdW3u7naQkhCrCSDZMSSSFKYhEhRockIIQBg958G/g7n+9O/9F7D59/B2qSFAsCP/r3SXEiCA0NGYjsWcf4RZx9vt2Hd/sdukg03rk7ics9K6Y1DQNM8L7ERM3nwDPV0fk0+iEnCT1mUaKkZJp6jnJrTOsxwmCJCcKukNVaKqbAIGWxCvgYliuOiyPxicXqCQ+0lBDZGHFxC2RvEIdJ4+G9wlJZVDYsQBYpITiFfHiz3A2PkYgFHNCuSExXLbycl4Ha/ZFHZgdieo652K6eMHkMjdd6HT5inPp6mkn05WLpc7r5kYjeiByNrWAb1y1uNWpv3m0sjOuGdoT1QnWQ4KrWraNzZRubMeVegX0WRkhGaP1i0kb1yc/61ihebpu6wN9U/MjzfoNmucdHYnP5tY/ToIUvqekE6PL0umIGUlfc1JyvCzsJBCRODlzdBioWS7Sh1uNBvagOBC5nRiK68Yh/8BqPPLI5PEg58QLl10Grh6bdBe0JX/NuHinr7x69M+b9mQvxvM49mKe9aID3qvTeeNUb2tqqumXjz2HT6ka1E8zxCIxlcuhJhqW3Q6+g6/MXNO+X60AW4Qr5rw99jwQkg7OXqNMmjIaLG9NYnbOKvUNGYevUmYfjU+Ssnlo8VSNx/6oTvmLTxc9Q2u/6vIPEbIsVApb7/hrfJhaiKUjUEEBwdogTvo0l7IuKr9uoC5VEVdRm5NEW5GchDzvAn5OS+jx8Tyxpi6QyTVERiFgcQ2w2aRwseduBDIcE6KD/S8ZYWHHsJqs6iiynpxVl5nkvlzqzEqKNxTV7YmCOJTeB7sJsxIKfnY4J8mkxiSDJNflvGXoGxYQkzIZaiqNPN4zRD1TUbaeaNAClnmuBViLN/DV5UJ+jxc7ZmxS0h0DYKcMXrAHQmDKxCEEe61ExmfE53fFObk3S2U9j3zz1oY8+6VJkrG+//drtnvzwAfet3aMtifiVqVU9TF1/dVramgB4/L2lcqktXBjoMo5A0+WI+DlcBXIgI0YcVifeGzqIa35YbyQDV957WiH29HFPXjt1DslR/YZSyXh8Rj5J+HPNvwza+5MYX97iYJyjkVHiu4vGmEcxdXUem42P1vZ2tnXRKw3iz+VjDwS2oREmS2/aupTYupV4uBF2oVOUq2s9+kb1t2Unr06TfKMH0XpT1Bb2nNR9k1OjODxmJCRse4RGPTwGLIGMzrxHXn+p5gorhzFM/D7c9ZPP652HLEvq2m0tHQghBG8xbB6uxfaNKMBN7n7YwsxaXJhFWXS92C2M9Yp4flOkeudi7KvJ4WeRHo5MU0raCBPQnboPOjYfrNV50DCC/neuzkpazpc36s9JrAUlo01kQmFKHVADTT9PVyTi34VxKrEIL3jiwO+K9vmX2q33vy+b0RJrDJoeehYGgnh6HdIK41Na8vMydx4OWVcN+hT/6WoOZhlTKaF+dRvDBdGystEjFBdMvfUwa9oRKyQo5DqYwmGw44vFjxM+i2b9R42Qt0+9n0gbZdWsLelDPcw6Whd/7Q4iZkK53Bu21L65p0Tf0xRFGt2pNPoy99DYbYOtuLk8qqELUQa7Lkw8AA+Lb+H9N4xed5+wKZQzc1H4b5hEnCxMrzp8zabFLw4PoWJFVLi0rD1Hr3sFK5YszH7bmbo9XPdAtR4Vll0ZKyccbtpbj65yljH87exloatbXvVpBo6V6CkIuLLDtN9KzlzH5r5Y8dzSMy4Ga9dhtbgb4mXekZPyQqeYHiYKCHK6F4UEeAdk42ITWbEFvt2scQCTaDNSJecl774dPFrW4SELZZLaBEUKU0ulrLDD3srRQpNIfp2PA8Ye3LLhwICGxLSxKuIL4a8Z6oG8mVZ3/2bBOnirVodVwx589d+ipwck4QscCsJ9XJbbjyy0aH5Zt7p8w5eUaqw2MSgAtcysi0QMczfT/p7CAWAPZh4LWQ6ErhRy9fDiT07zl1PQ9wQnqqYWq3JYBrQ3BSyCyehUKVHAfGuNC5NRx93VqmWiYNEND3c7h8O+9IZ6Vj57cCRv3JXc5KB21Fh/wGyf8scXlj9+Vpj42mJFDuK7AKGvytciAmtrNwGwTbUlcKHG4P9Cjrw5MWVCsy9pP2drYe45TkzUnwCi3tG0bSaCn9ZI+O23oeu5LRAc+KcYmkbBZLf8AJidBKy3LWTo4gvEIRJoqIMiFqX5hgNJ7VkPba03+Q6gWKSuKB3d7SacnILMVJRdD4tayP4rGGsr2ZXgXg9GPziLVUVTlfqExVIutswVqxKs/MPvGfqqC9wd7kpd7Auv3BlQ24POh2LSUej0jFYSweHsHuuucL2AiqTIPD9a4dvwDflNvc8cUdBLJvAh77Z6Q/1uOmB3It/KUcJjB2D4l0AvRmW7T1ZBmXJ5/SbcLyn02FNhGZsTaCd9dxJmJi5m7rVk+nzbLRiXcoGHN/OuGwD/0Km58tE029M2QQM7awr5lLUM+5tbAGzFvV0F9gQ7JoDM73LfMH6GVbfxiqXxBiY5d0GfR8pG/H8NV0vw2nz9qr1w5tL+F2NsRKR/QYFXSVFgu5GKhAI2hDi6FHsaPM+eWeno4lvtv/n6+RK/2H+QD9jtqsHjZ8pSXm8ZjxwdwPUWEWrQ+xsj9525NOn6k7TTCifWPvoWSo6mlpES2kI1GgRO7NkrYaA4MDdniJEnpzM4HX7M7yXXN0EDZ54cePECfQZ9JEbzWudrVKWAa+i8xfQy6GWEvttsPRrJn/TjXRUXvriwUUgZE7qN1rmu+NXjFVFaDlsY7nfqCp2B3Ku89v1YF9LCDiUxmr3fG/2rfGPYEiC4DRkRDwp3o9jd4BPL1/tjDyQju76DYEs6mvOlUbV56oGMFC7IenVvaOIAyt9hq/fdfIJjRlb1Z6mq6jMC4RFqGJEKlNfhGyov0yjTs9SQ6kwYSpPm1K9PiZphnQ8OPig8rE4noKi1c+sZGK9vJEBFkg/qnvc07jIuc2Rc1siF7ZE7xmhSGM5CdJoSrQ4OoEjjiVN3MQRp2gkFUNVZ+ycH5tT7otgBEl20/3rseFx93GRYSx6GD+aVix08hmKUdWzGG0pQs8tlNX6xr6EtM6R2VFjgJk5llHQEh17FR4pRNa69cQQjvnAKDx0hUcvA7/LwXeB1r1h9w4h9njJzmuFc8hSu0z0EYocFJGcxw7PuQ3cnU6iFxY2GxMIK5JTmsME24OPQNnBeAQqdNSDDcFdBrsu0JBSm4zDExp7mKE6hpURbP0zIzAKi5oz2g+7JUw6Mbaxv537oG/2ipzzCH3Al4HGX8ahDvuxg3EIyOe6e4Vta0kDUsHRsVQ8x2POLUs4FRWm3v6sbZ+f6p1UcIpKi80ONyEKYeyUPxecToszfEnhwrX7soo9e9zEfZyNhdpu+yu7r7iQ93Fy5hw3qBkp6UnfevMewtr7XeQWdx6I//BlFKwKuasLu++PEfuTDUYDrH2gJGy7cP3Xs2hCgV/tvBsrO791PdYOpgcXrg8G1ugCYECPHDNw4Z6/gOeq6974V3TskwD0PvfkH2IdkbV8qqesroz/cFoEs9arjlo+YwSBADRAgkhSZ027dOOZztH0Ip+aCkyJXlAaQiBigywHHKR6NW/CSNIQRlpgeiSMYHZOqA9o2kV703M1ERVKSQjRi6ohxKYJmm3a5YjV58QkYSUfg/ytoLSrgLgCsQlTLDAJOedGz5TUOAy3iUsA3NFdMtidkrOqTS/S+AzCNtEL/O6wLK7WaJjj7nQcjgBcueS4FBE6efsMCfdWd+1jWjuLBC4qjL+4ksFI/3Rpx7CUJFRKrbTq4nlWd1ctJXfCalJQoS65lCLCbo62oZpfjrYaegrhEPXOa9fqJ1xRpmtX+2HnM3bB2YRKWi/TrvRbumd3Z8f4anpnuOzOmf43C+eQL00z275wjvtZ4vwPCxBj74qzfCo6uNKiHSWOdpY2+qSSok9LH31fwvAz93mr/qESctYY7AOOiOEjESMixn9ETJYR0/8iZutEzN+PWHzTZrnZGGrh7YL19sGvMxHAoD+pWzCGXARF3AAg7gBgLRT7ErbmZejj+4oJt9DxA8KwJyABbnrrTw7gF9hNm5zjtTQbpZdRxywA/axm9rr6v19sqAf6Q+1CtT447x6qwl9WfNrdNhky8szrg7al7MQGhoyLFt6uQFrQ/VOhGi0Bnt9ogFVxe/hxcecMXp8jF0MGQ+pDG6e4s6BrmYYni4MSOwygHYjK33bOdn90bOkOCFuhPY8yLuJblri0FjeViBZq9a3ACYAvBlTF0djbPTx3duDa8zVtVy7Znl6jZaXTrUCG90wh5qwGSsZF1vWHsrI0bW5/r4Wf6a6A62V7qAgaY0PORptz4qSl4hU82906OxRo/DGQA5ODK05a1e4GbmHreusL0YBl/e+ayKkF7D19mfpcn3wi6urEEjsWRfW7faUlUG32jUjDJBHA7CM+1FufrIJHCx7dw/DsblfQAiE15rqWl8e0SywRm0Ginvex45oZN5EGzhD9WYGK8P0YKoQCFojkdtmNDg1Gu8BKc/yl7YPiiQiSk+tNCUI7R0QsvB2hSHBmorsJeYRnRb/ksh0asVncimi3QG0AEH818y61PkJkpiiWFtC2c70w09kGSAbJ+cF+8H3hFwVshlrG6L2ZLjJLEUGeakmA59W8kO3MQv/6RxNdgWjp6obXd8jquHTG2xH2O7VdTqe+DgC4EB/4d1Z7cXfbC+/l2eVDG8+yRDAPSmXD+iwzV3s/VLDU+BQvFvFZfRVfR+iuh6cCpQHBUujtxZ1emGd16wrGIQ6zCBgA04Lfhjoye9crkWJmRyoYqzGD53hgH6w5BGk4LsTu+pkt9dGYk7cK0J5jdmUhfgpsMqiI0Kjdho1EIDfBbWfPgw9qCWJKrko+sFGUGyPWalUH+bJunrzIbO1pDZZnQ0HoIEXf6+AXVXa0VjcjEoiTQKJkZIwK+iYXrd9+4CuVFgXoQigYmRVAvOG8u7kpSzB212zMp7OJ0Rr7qOa6Gi7OOnwkeKjE5ITLFOg0zOn8XGtwP28cbbVrcxSABhkkt7FZTenB8aidMhoJrRT9XxBLr8jIVB0vJMlgLUHtvJy3Z+v1xUXFhDVIj9nkIfaZCZP0rbeK9z788LIJi6YpQhueMC0vA2AgjELbPKQePDxy9+vhPltrD2kInpCtBapTjRe5yhYF2MeJXyD9LXYjRsksi+7FTFLJgWbMeA9USvCgaGZnGbDA/LIfalATlCJNTzfMDoSXAlIxZAbbCG7ZEDFWbZ0UGiYXvRsdGXhC4oYS2yBsg0G7cZSxi6voWjoVjJ3GY+LD1oZYGUKX915SgtlokmxbnXuyxAK69457sNcRIlRVzjCvpzOZMpv+9vl1fRU0DmxSW5DfgjNmnRendbWHGGaL3dRrURDsbhaUPjBqw0RtB1TzU9+P+Xk2NKJTgl2U2tFaOdAoOKZRe16sydFgPotIWiznwAtAHWhAEDlDC6Nnxj3gVctqaCqtLTaWjMKY2XMLiqNn9CHzL60AIv3tPIum1zDyqShHZCmnp9RJEIZpCiI3uGXfsu1E0zX7vf/tYhDHAo1Zrwun/WWOih2JjDqKIwGoOhzspAKkYmU+HxoPHEiat1mG3bN2Uzo5EYOVPLAEQfUAtya7a9oneZKE7435x9ed20dy4bbbL0L0FGbgs0Vn4m7hhWCpi3jnVivuxAKZAP7P6vcZkZSVM357LM4m84Zbbvx0tJLFRQLuyJWZmbFjowARrFocLoPHeE2I19e1Utgp11sZJRVnxu5Ngc4UhF3XoVQ/AJC9QQpkadB8cVF4TCDibgefAMJMa28pDA8zR9JkPA5g8NDa9ZpGGAtULdqzXKSqIhGmPKL/JOy82rWnDvQxEgTRYi9RBO/rmnG2Eje2HJS7uWOJMLxHmmVKGdltp4zJxipqBjt6osWOSuIq24iH7XTmPnjBsSGY68ZstLyG2DUZwssph42g65skHvhm0ZUtp9KgnOvsQAPBLPUgKyjNN259m/9F1taz+TidHRDb1U5rInZiw5G6/H4BHrNdWadjzjmpoEp1WPgahLCyFiYisDabN6bGWhopHlKeZ5n2vHMAZOKVO+F65ad4uoV0NWVntIEXdy1PZpw5WA7zvpTRaDhRqiFjIE0puwCa8ihc/J3Nbxoo/9/3xCgYfe/p86h1YFv6kTVKyCj8hrMCB5vPPVl2FOUy+OkY72SW+bC7ZXhuGgbSNlGkNQjrlICKtFUCxsTYMQfoa0lp40N64zMyoaUsswGZCQN8Ef3xPe4LwtR6cMsWCv+2M1bwMiHl6b+tASJsrINH/LGFcg6OWV2UWtpmCjCv6jrwi9Q/4dXihbQ28/1OVmQ7bmXcW0vrJmf+tSKi3HMZqYjaMgIwyJc9MTqU/R1wzKmMTVyF8z4EIvhFf4JX/6m5Z1NDh5XBJfVjSqWNRR9SZo6kgNaeJBUYdcBxcdO6auaM83HceltN8yj1/TNol+umb6DUusMq9Ge5ZR/CtlXC+PKUsBSfntLskdJdl4+Y9tO+SkSLbzPr1FXQQKhoCVCrqIaxjsbVajAMYDlcKKf7LBBU2jNRSv3Xy/Wri4i4RbYwTO0ikj/8i4cNUECg2pUz2segPHBmaBX7fU+vjWxo0DeXMCmAk4KIVmrOMa9hk8GQMRdvW/peF99m1stDBQ2RoNmYcnWZY3k2w3JvKZJZ1ke83DLp5cxETfSK3RS2lS/S66vHlWlI7Yor/r4WzZTebC/eLsuwZeJ99FGIZuqqN89f8mw+v3fP1LM0BhbPKHoZXPFten35qDJLYouXUFTay/fddPeu9lTpZ84shNmhB7a5mlGKHmo54sOcP8Vty2MZrD7c26onxDBVyqvt70ipuXeZUTk4uxxPtPCxV7BgYpSMTsdy/qm0fqO9t8W3mXV/UbGGcFqkD9KkqgImyB4OLDWYMKcyoBZolfzX1yc6CNxJh0W5WuqzM4pS5TkIM87E/GVf06ph8jRJQDhCOuEPHhAnV5OJ4cxPyL55jotY1iFJb1UbLLLDXwrMm22QomtdY38nHq922dNpon/TUI3UCJrNUVbgtH671yqa9Sjso5apcIU5eJcUT019xc2C44e1I56YqoY2WZjASsyP1W1Um3C1C/B5RmkyGMvsy1x1bbRo6HjQBpNYlCftTwgPB7RdixLjZgPm3lDaKz5rLc9D+LUJ8iiyY4WdKwUghEp1CbqzX+6Y61ljZanA2JSCUvBLUcyfcE06h2hGWpTZIkOJ6qhVKh6o8ozW9pfNqRfHw3q2aZ09LXQrJ5mN6UmIRyf5ELTfLucDQGAm/Db2Yz+Oa/BLetosWvROcRhk5aKrRzMu0iVq3yNhFkVTEYldPBkEqSEO25993ndSbkaWLNmHV91S7uTHgGRmjsPqT99725G3qNhzE9GGHpSjMt133T17mPBFi3jK+8Ys3wZPMMB5dNfZEyuaqrzEbQ145fHEUDkvLLm2bm5sokOHyXsLjr5HYPO2fNu3D8rn/wPRw1U+9uebmw+wjH/Htg/+V1cPggZ/Z9IAAw9to43/ZwdvesVEWy7ePd5wB39SLfIKJ2n3Itzkx2AWq7nQgkFlFgH9PiVtCwzbwCWb4dlc+allaw6Rb05N2hGK5gNdbciKeOz9UlXXsDZ+jSyqKMXZOEQWE8hAHg9LjG3M9vtom/VAa/7OPvmSmpbjQgmKS7TWHk2WcT+h3jDey9cRgnuDTcN9ULtHTT6N6HE2Y0BVDn5Ta6c3D3JwCOJg3q/ubOZw8mrBG2oxdDxjzorMwiFCi+Uh5UeeJCkXgMdDINll7MH/1k5MXr15B7j1Yf34D3WTN8QANT93SPyab/dC10bEBTyCQzUHV5BgMrqQYRlX0xlUJbGubvhe/ZlZOudq2kZmu1fm0WOtafVbFe2ylN+reI5rFmh134QhrGBhNpDaDrZDeYoEwAuRT242gNBuYk4cvG4xns9hjNYVQXKH/Y0nar2hP8XKwd9G9dfoY1udtbsotAEFDwGz3yKOAmxsOThhUmRziFGXhoeggBjE/XyaNS4tLua0/jdz2ykDs59DWuJhOQtnUoAd1GXwQ1DgAPBQsXjTwCFFFU4DiZrBAcrjBq/1Rda0XpDYxPO4B2rYIXU6SEnDHEfUZFTQbtyq4u+5l8CUvgWwGYxKCHUeh1MeIPp+yCzcOo4AgYcFN4v54EvJpQn4OVqn0TUBTtOmsThuocNd+bTm55ds+4oK7coAUI/+5bS2b+XEtarpkJZWBA+yrBpYwJ/xCfR7FagKkxv+cG4+91IRF9AuVUz4eX+jbCUjnZZ+ziZLkOXEKMOzcCiuxWFYgafg5bhNjlv+PhZvUQ6ZAdwph4PQBcckgNhi3WYsQYC1rF4nUk2PfArA8Yg+244njDl2PEMkt49ncZfT8Rzmijyex1ny47QJVPVjIMAabT8eQV2HBRuFzwpzwjcPzwagnkJHhpxBKGmjhVY6sIUIPgR+yAfcFIiQu5ASyKhDtGsgRlkTQqQaBEE8nS5aR6XkJFKJqpB3QTi431QmbSzN5OrxJl2lpEJdyPacmCaaL0I6F+2RW9DPbT+eyW0AEZ8IxDQOglsQdbexbTQQQAj4VSwKNjki5WIKreNmLxSg6Cyn0iFdTBNU27ilth23vYtlDDumCdVgv5LPXHlrCrGDkaJlli8imUxKJP4QiRJRjScFiiq7WUpyq2OOAeoPe1v3Q8Qf4Lvr+s+PnH/v7xHCz7GN74Oz8iAMHBr6d6/Xt9fhbavXs5rwsn5ldC0ZPC3beFwI7QunbVnA3UxoGWzRPLjievpJ47CVFcNPGgaN+pGoGzm1YzMnvUZ1T1R1RGVXx0E7zn7LKWuJ0lrCTv1DcU0UuVbYeAVNPIepKbNWEXllTcstvZyiadmFl1XMe2UWzczneMa8n8OQbzOTOzGdjt5UiqfP8FKynKZLvOTENW3saQK0pMBLjKSeOrpEFQ5TzhTMpM/tNLnrydxpPak7TpfniX2bQ+RrCL0I2pybl2Cj8S2Np3tcPetxzLge2yRYxsEw9zqUCh0UC/1k0nUkE+MkwjY2mhv/P7uyaD9Rq8pGEzWCMBMQCnQQDCgIMALj4wR7C/AGFXnUUSxwgwiSm3Hak3DYHbDLRECEYURk5bpfXYf4qpdYSaavxv7tw7OD2+XZYSjDbnUnd6sreVKwoo09ZsvktLVEHle3cr+6luNxyPeKqPCK/3bZEhQfmMfmC1Dpf0OpwbC6kTvVpTwoqGijx7SsndQ4Wq/iH/xk5/yo8VsfvY1wahH42srZabM+quFtSwZFfSkZ8UPx/fv34NM7wqdZ+cWBa6+QibLpJxpzup59YrZ/ciU+cXBwQpVXTJQWK7YBIgt8K6vBmTLETixvFtaRRc3F5ZqmkApPZQs=') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;
  src: url('data:font/woff2;base64,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') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;
  src: url('data:font/woff2;base64,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') format('woff2');
}
@media not print {
  .awsui-dark-mode {
    color-scheme: dark;
  }

  /* This is necessary for Chrome to apply dark mode to page-level scrollbars  */
  html:has(body.awsui-dark-mode) {
    color-scheme: dark;
  }
}
:root {
  --em-color-bg: #f2f3f3;
  --em-color-panel: #ffffff;
  --em-color-border: #d5dbdb;

  --em-color-text: #0f141a;

  --em-color-primary: #0972d3;
  --em-color-primary-hover: #033160;

  --em-radius-panel: 16px;

  --em-content-max-width: 1120px;
  --em-content-padding: 24px 28px;

  --em-font-family:
    "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif;
  --em-font-family-display:
    "Ember Modern Display UI", "Amazon Ember", "Helvetica Neue", Roboto, Arial,
    sans-serif;
}
* {
  box-sizing: border-box;
}
html,
body,
#root {
  margin: 0;
  height: 100%;
}
body {
  background: var(--em-color-bg);
  font-family: var(--em-font-family);
}
.shell {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.shell__body {
  display: flex;
  flex: 1;
  min-height: 0;
}
.shell__main {
  flex: 1;
  overflow: auto;
  padding: var(--em-content-padding);
}
.shell__content {
  max-width: var(--em-content-max-width);
  margin: 0 auto;
}
.shell__topbar {
  background: var(--em-color-panel);
  border-bottom: 1px solid var(--em-color-border);
}
.shell__topbar [class*="awsui_top-navigation"] {
  background: var(--em-color-panel) !important;
}
.shell__topbar [class*="awsui_logo"] {
  max-height: 30px !important;
  width: auto;
  margin-inline-end: 16px;
}
.shell__topbar [class*="awsui_identity-link"] {
  align-items: flex-start !important;
}
.shell__topbar [class*="awsui_title"] {
  color: var(--em-color-text) !important;
  font-family: var(--em-font-family-display) !important;
}
.shell__topbar [class*="awsui_utility-type-menu-dropdown"] [class*="awsui_button"],
.shell__topbar [class*="awsui_utility-type-menu-dropdown"] [class*="awsui_text"] {
  color: var(--em-color-primary) !important;
}
.em-page-table [class*="awsui_header-full-page"] {
  background: transparent !important;
  border-radius: 0 !important;
}
.em-page-table [class*="awsui_content-inner"] {
  background: var(--em-color-panel) !important;
  border-radius: var(--em-radius-panel);
  border: 1px solid var(--em-color-border);
  padding: 4px 16px;
}
.em-wizard-step [class*="awsui_content-wrapper"] > [class*="awsui_header"] {
  display: none !important;
}
.shell [class*="awsui_button"][class*="variant-primary"] {
  background: var(--em-color-primary) !important;
  border-color: var(--em-color-primary) !important;
  color: var(--em-color-panel) !important;
}
.shell [class*="awsui_button"][class*="variant-primary"]:hover {
  background: var(--em-color-primary-hover) !important;
  border-color: var(--em-color-primary-hover) !important;
  color: var(--em-color-panel) !important;
}
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
@layer cloudscape-base-theme {
  body {
    --color-primary-50-1y05xv:#f0fbff;
    --color-primary-100-f62fz9:#d1f1ff;
    --color-primary-200-vubr4w:#b8e7ff;
    --color-primary-300-5q65ox:#75cfff;
    --color-primary-400-n8h4bx:#42b4ff;
    --color-primary-500-q9c16y:#0099ff;
    --color-primary-600-1lcy1k:#006ce0;
    --color-primary-700-n6k121:#004a9e;
    --color-primary-800-j9rj38:#003b8f;
    --color-primary-900-a5kqrr:#002b66;
    --color-primary-1000-7umopx:#001129;
    --color-neutral-50-pvu04n:#fcfcfd;
    --color-neutral-100-gk3lvf:#f9f9fa;
    --color-neutral-150-gezhen:#f6f6f9;
    --color-neutral-200-fqt4tz:#f3f3f7;
    --color-neutral-250-vs1is4:#ebebf0;
    --color-neutral-300-08wi6k:#dedee3;
    --color-neutral-350-dq6kfr:#c6c6cd;
    --color-neutral-400-wtst55:#b4b4bb;
    --color-neutral-450-kn0235:#a4a4ad;
    --color-neutral-500-8van0b:#8c8c94;
    --color-neutral-550-z2a44u:#72747e;
    --color-neutral-600-fln1ww:#656871;
    --color-neutral-650-miik4f:#424650;
    --color-neutral-700-qw8ats:#333843;
    --color-neutral-750-pi9qqd:#232b37;
    --color-neutral-800-t7j5ap:#1b232d;
    --color-neutral-850-3f0gro:#161d26;
    --color-neutral-900-v0mtoc:#131920;
    --color-neutral-950-lxybh8:#0f141a;
    --color-neutral-1000-7ovvlt:#06080a;
    --color-error-50-1upkvz:#fff5f5;
    --color-error-400-c0knb8:#ff7a7a;
    --color-error-600-mdn3ng:#db0000;
    --color-error-900-skonp1:#700000;
    --color-error-1000-ecmudm:#1f0000;
    --color-success-50-yow9uc:#effff1;
    --color-success-500-hhxb4g:#2bb534;
    --color-success-600-g7hz2i:#00802f;
    --color-success-1000-xy1gvq:#001401;
    --color-warning-50-uxheb8:#fffef0;
    --color-warning-400-55puga:#ffe347;
    --color-warning-500-zidhub:#fbd332;
    --color-warning-900-kpxt8c:#855900;
    --color-warning-1000-65l070:#191100;
    --color-info-50-cdvtrs:#f0fbff;
    --color-info-300-q9xd1l:#75cfff;
    --color-info-400-674xac:#42b4ff;
    --color-info-600-un21zh:#006ce0;
    --color-info-1000-s77ok9:#001129;
    --color-purple-400-o7fr4k:#bf80ff;
    --color-purple-700-5hcbeu:#7300e5;
    --color-transparent-i61gs1:transparent;
    --color-black-cox1hy:#000000;
    --color-white-p1zlvy:#ffffff;
    --color-charts-red-300-2k7eul:#ea7158;
    --color-charts-red-400-ssrf2o:#dc5032;
    --color-charts-red-500-m14kmu:#d13313;
    --color-charts-red-600-938v3h:#ba2e0f;
    --color-charts-red-700-f6sq8t:#a82a0c;
    --color-charts-red-800-tzkaad:#972709;
    --color-charts-red-900-fhg0lh:#892407;
    --color-charts-red-1000-9iigzo:#7d2105;
    --color-charts-red-1100-4n7b3z:#721e03;
    --color-charts-red-1200-ek3cuo:#671c00;
    --color-charts-orange-300-hqhtmn:#e07941;
    --color-charts-orange-400-g8c1fc:#cc5f21;
    --color-charts-orange-500-j3c2cu:#bc4d01;
    --color-charts-orange-600-1ad7o4:#a84401;
    --color-charts-orange-700-spsf2r:#983c02;
    --color-charts-orange-800-244d7b:#8a3603;
    --color-charts-orange-900-8omk92:#7e3103;
    --color-charts-orange-1000-ezq5pz:#732c02;
    --color-charts-orange-1100-bhcmg5:#692801;
    --color-charts-orange-1200-exs6jj:#602400;
    --color-charts-yellow-300-fpz8o0:#b2911c;
    --color-charts-yellow-400-vxiqrf:#9c7b0b;
    --color-charts-yellow-500-1qgrtj:#8a6b05;
    --color-charts-yellow-600-aweqy2:#7b5f04;
    --color-charts-yellow-700-xh0lj9:#6f5504;
    --color-charts-yellow-800-gp4422:#654d03;
    --color-charts-yellow-900-r6gx3k:#5d4503;
    --color-charts-yellow-1000-6dnac6:#553f03;
    --color-charts-yellow-1100-fqp4sw:#4d3901;
    --color-charts-yellow-1200-k7kf4w:#483300;
    --color-charts-green-300-6766ev:#67a353;
    --color-charts-green-400-gd41ay:#41902c;
    --color-charts-green-500-yr18n3:#1f8104;
    --color-charts-green-600-b1gmr0:#1a7302;
    --color-charts-green-700-305sle:#176702;
    --color-charts-green-800-rh42zr:#145d02;
    --color-charts-green-900-2x5smm:#125502;
    --color-charts-green-1000-opphoq:#104d01;
    --color-charts-green-1100-o67uzm:#0f4601;
    --color-charts-green-1200-sw46fc:#0d4000;
    --color-charts-teal-300-2qlyrg:#2ea597;
    --color-charts-teal-400-s8pa77:#1c8e81;
    --color-charts-teal-500-8d830b:#0d7d70;
    --color-charts-teal-600-772n9t:#096f64;
    --color-charts-teal-700-29mnwm:#06645a;
    --color-charts-teal-800-vp41t6:#045b52;
    --color-charts-teal-900-k020ya:#03524a;
    --color-charts-teal-1000-fhpqt3:#014b44;
    --color-charts-teal-1100-6w598w:#01443e;
    --color-charts-teal-1200-0u78my:#003e38;
    --color-charts-blue-1-300-pdza0q:#529ccb;
    --color-charts-blue-1-400-ajl038:#3184c2;
    --color-charts-blue-1-500-9s8gor:#0273bb;
    --color-charts-blue-1-600-7ymb7g:#0166ab;
    --color-charts-blue-1-700-5qzras:#015b9d;
    --color-charts-blue-1-800-awczh4:#015292;
    --color-charts-blue-1-900-6wxwzk:#014a87;
    --color-charts-blue-1-1000-00005b:#01437d;
    --color-charts-blue-1-1100-8nwfwf:#003c75;
    --color-charts-blue-1-1200-v60p8b:#00366d;
    --color-charts-blue-2-300-g72slq:#688ae8;
    --color-charts-blue-2-400-he538m:#5978e3;
    --color-charts-blue-2-500-quctxu:#4066df;
    --color-charts-blue-2-600-6qav3j:#3759ce;
    --color-charts-blue-2-700-sp7t4m:#314fbf;
    --color-charts-blue-2-800-q01umt:#2c46b1;
    --color-charts-blue-2-900-gog7z2:#273ea5;
    --color-charts-blue-2-1000-c13nf8:#23379b;
    --color-charts-blue-2-1100-ddk6eo:#1f3191;
    --color-charts-blue-2-1200-gt550t:#1b2b88;
    --color-charts-purple-300-85q036:#a783e1;
    --color-charts-purple-400-9axh6r:#9469d6;
    --color-charts-purple-500-rn2jbl:#8456ce;
    --color-charts-purple-600-26s4rg:#7749bf;
    --color-charts-purple-700-tv8cvg:#6b40b2;
    --color-charts-purple-800-h61qlx:#6237a7;
    --color-charts-purple-900-am452b:#59309d;
    --color-charts-purple-1000-uarqpb:#512994;
    --color-charts-purple-1100-y8ctnd:#4a238b;
    --color-charts-purple-1200-hr9f40:#431d84;
    --color-charts-pink-300-ewnht7:#da7596;
    --color-charts-pink-400-smjdat:#ce567c;
    --color-charts-pink-500-bw864b:#c33d69;
    --color-charts-pink-600-2ro14y:#b1325c;
    --color-charts-pink-700-ryxvua:#a32952;
    --color-charts-pink-800-tcusf8:#962249;
    --color-charts-pink-900-kpyne4:#8b1b42;
    --color-charts-pink-1000-1soluc:#81143b;
    --color-charts-pink-1100-ff6g93:#780d35;
    --color-charts-pink-1200-w9585d:#6f062f;
    --color-charts-status-critical-c6brdu:var(--color-charts-red-1000-9iigzo);
    --color-charts-status-high-18fhg5:var(--color-charts-red-600-938v3h);
    --color-charts-status-medium-3trmy3:var(--color-charts-orange-400-g8c1fc);
    --color-charts-status-low-br6wv0:var(--color-charts-yellow-300-fpz8o0);
    --color-charts-status-positive-md7eqa:var(--color-charts-green-300-6766ev);
    --color-charts-status-info-yds4x2:var(--color-charts-blue-1-400-ajl038);
    --color-charts-status-neutral-k2p33t:var(--color-neutral-500-8van0b);
    --color-charts-threshold-negative-aad26m:var(--color-error-600-mdn3ng);
    --color-charts-threshold-positive-mk2804:var(--color-success-600-g7hz2i);
    --color-charts-threshold-info-ijuzzj:var(--color-info-600-un21zh);
    --color-charts-threshold-neutral-pd7kh4:var(--color-neutral-600-fln1ww);
    --color-charts-line-grid-kjxf3m:var(--color-neutral-300-08wi6k);
    --color-charts-line-tick-xmcbvk:var(--color-neutral-300-08wi6k);
    --color-charts-line-axis-b95ncf:var(--color-neutral-300-08wi6k);
    --color-charts-palette-categorical-1-xu0deg:var(--color-charts-blue-2-300-g72slq);
    --color-charts-palette-categorical-2-ktit09:var(--color-charts-pink-500-bw864b);
    --color-charts-palette-categorical-3-g0srj0:var(--color-charts-teal-300-2qlyrg);
    --color-charts-palette-categorical-4-5vauwp:var(--color-charts-purple-500-rn2jbl);
    --color-charts-palette-categorical-5-3v8ery:var(--color-charts-orange-300-hqhtmn);
    --color-charts-palette-categorical-6-ztdd8d:var(--color-charts-blue-2-600-6qav3j);
    --color-charts-palette-categorical-7-3j5o6w:var(--color-charts-pink-800-tcusf8);
    --color-charts-palette-categorical-8-c5r39m:var(--color-charts-teal-600-772n9t);
    --color-charts-palette-categorical-9-8n6iuv:var(--color-charts-purple-800-h61qlx);
    --color-charts-palette-categorical-10-opta0w:var(--color-charts-orange-600-1ad7o4);
    --color-charts-palette-categorical-11-b2r7jc:var(--color-charts-blue-2-900-gog7z2);
    --color-charts-palette-categorical-12-b5drtm:var(--color-charts-pink-1100-ff6g93);
    --color-charts-palette-categorical-13-c69xg9:var(--color-charts-teal-900-k020ya);
    --color-charts-palette-categorical-14-db19x8:var(--color-charts-purple-1100-y8ctnd);
    --color-charts-palette-categorical-15-8z8vjw:var(--color-charts-orange-900-8omk92);
    --color-charts-palette-categorical-16-549jkl:var(--color-charts-blue-2-1200-gt550t);
    --color-charts-palette-categorical-17-nrio7t:var(--color-charts-pink-400-smjdat);
    --color-charts-palette-categorical-18-tm902v:var(--color-charts-teal-1200-0u78my);
    --color-charts-palette-categorical-19-ujcr86:var(--color-charts-purple-400-9axh6r);
    --color-charts-palette-categorical-20-h55e4g:var(--color-charts-orange-1200-exs6jj);
    --color-charts-palette-categorical-21-vs0u8l:var(--color-charts-blue-2-500-quctxu);
    --color-charts-palette-categorical-22-6klt3l:var(--color-charts-pink-700-ryxvua);
    --color-charts-palette-categorical-23-3zpkdt:var(--color-charts-teal-500-8d830b);
    --color-charts-palette-categorical-24-z9a4uk:var(--color-charts-purple-700-tv8cvg);
    --color-charts-palette-categorical-25-tgdsk2:var(--color-charts-orange-500-j3c2cu);
    --color-charts-palette-categorical-26-lo8zn9:var(--color-charts-blue-2-800-q01umt);
    --color-charts-palette-categorical-27-bruhsa:var(--color-charts-pink-1000-1soluc);
    --color-charts-palette-categorical-28-6b00fb:var(--color-charts-teal-800-vp41t6);
    --color-charts-palette-categorical-29-aurmid:var(--color-charts-purple-1000-uarqpb);
    --color-charts-palette-categorical-30-fjnmd7:var(--color-charts-orange-800-244d7b);
    --color-charts-palette-categorical-31-7zcct5:var(--color-charts-blue-2-1100-ddk6eo);
    --color-charts-palette-categorical-32-rrda6y:var(--color-charts-pink-300-ewnht7);
    --color-charts-palette-categorical-33-2v0mzv:var(--color-charts-teal-1100-6w598w);
    --color-charts-palette-categorical-34-g9a9q3:var(--color-charts-purple-300-85q036);
    --color-charts-palette-categorical-35-u0w821:var(--color-charts-orange-1100-bhcmg5);
    --color-charts-palette-categorical-36-tthuf8:var(--color-charts-blue-2-400-he538m);
    --color-charts-palette-categorical-37-y588bl:var(--color-charts-pink-600-2ro14y);
    --color-charts-palette-categorical-38-qdh97u:var(--color-charts-teal-400-s8pa77);
    --color-charts-palette-categorical-39-yisq6l:var(--color-charts-purple-600-26s4rg);
    --color-charts-palette-categorical-40-yeer1v:var(--color-charts-orange-400-g8c1fc);
    --color-charts-palette-categorical-41-tu9dxw:var(--color-charts-blue-2-700-sp7t4m);
    --color-charts-palette-categorical-42-q410kp:var(--color-charts-pink-900-kpyne4);
    --color-charts-palette-categorical-43-dwew7q:var(--color-charts-teal-700-29mnwm);
    --color-charts-palette-categorical-44-2thp96:var(--color-charts-purple-900-am452b);
    --color-charts-palette-categorical-45-6kinj6:var(--color-charts-orange-700-spsf2r);
    --color-charts-palette-categorical-46-iefxfq:var(--color-charts-blue-2-1000-c13nf8);
    --color-charts-palette-categorical-47-9l9wl2:var(--color-charts-pink-1200-w9585d);
    --color-charts-palette-categorical-48-5s2n0r:var(--color-charts-teal-1000-fhpqt3);
    --color-charts-palette-categorical-49-bub0l1:var(--color-charts-purple-1200-hr9f40);
    --color-charts-palette-categorical-50-utrpu5:var(--color-charts-orange-1000-ezq5pz);
    --color-charts-error-bar-marker-r10jgv:var(--color-neutral-900-v0mtoc);
    --color-severity-dark-red-j8bmoc:#870303;
    --color-severity-red-wf5w2d:#ce3311;
    --color-severity-orange-rpbcus:#f89256;
    --color-severity-yellow-4er6zq:#f2cd54;
    --color-severity-grey-sp7qo8:var(--color-neutral-600-fln1ww);
    --color-background-notification-severity-critical-0xl8pp:var(--color-severity-dark-red-j8bmoc);
    --color-background-notification-severity-high-8nbgdi:var(--color-severity-red-wf5w2d);
    --color-background-notification-severity-medium-lbljs2:var(--color-severity-orange-rpbcus);
    --color-background-notification-severity-low-giz8b6:var(--color-severity-yellow-4er6zq);
    --color-background-notification-severity-neutral-hnhgmv:var(--color-severity-grey-sp7qo8);
    --color-text-notification-severity-critical-tv4vw4:var(--color-neutral-100-gk3lvf);
    --color-text-notification-severity-high-t4suvu:var(--color-neutral-100-gk3lvf);
    --color-text-notification-severity-medium-8f60kb:var(--color-neutral-950-lxybh8);
    --color-text-notification-severity-low-gvojhi:var(--color-neutral-950-lxybh8);
    --color-text-notification-severity-neutral-ynm2wl:var(--color-neutral-100-gk3lvf);
    --color-grey-opaque-10-vwfmts:rgba(0, 0, 0, 0.1);
    --color-grey-opaque-25-cjy3al:rgba(255, 255, 255, 0.25);
    --color-grey-opaque-70-p0svy7:rgba(35, 43, 55, 0.7);
    --color-grey-transparent-g4kcvh:rgba(15, 20, 26, 0.12);
    --color-grey-transparent-heavy-bu3q4i:rgba(15, 20, 26, 0.12);
    --color-background-badge-icon-jyxnxa:var(--color-error-600-mdn3ng);
    --color-background-button-link-active-5oi2dp:var(--color-primary-100-f62fz9);
    --color-background-button-link-default-o64utz:transparent;
    --color-background-button-link-disabled-9xznu3:transparent;
    --color-background-button-link-hover-lhrs2u:var(--color-primary-50-1y05xv);
    --color-background-button-normal-active-5imwxd:var(--color-primary-100-f62fz9);
    --color-background-button-normal-default-7f99mv:var(--color-white-p1zlvy);
    --color-background-button-normal-disabled-hl039l:var(--color-white-p1zlvy);
    --color-background-button-normal-hover-53op9s:var(--color-primary-50-1y05xv);
    --color-background-toggle-button-normal-pressed-4khex7:var(--color-primary-100-f62fz9);
    --color-background-button-primary-active-5cqoqt:var(--color-primary-900-a5kqrr);
    --color-background-button-primary-default-vdt0fu:var(--color-border-button-normal-default-glqfp1);
    --color-background-button-primary-disabled-sgo4zo:var(--color-neutral-250-vs1is4);
    --color-background-button-primary-hover-mo85i6:var(--color-border-button-normal-hover-6a2tdq);
    --color-background-direction-button-active-lvo0dy:var(--color-neutral-750-pi9qqd);
    --color-background-direction-button-default-bvhbsn:var(--color-neutral-650-miik4f);
    --color-background-direction-button-disabled-s9x4zq:var(--color-neutral-250-vs1is4);
    --color-background-direction-button-hover-74n5o1:var(--color-neutral-700-qw8ats);
    --color-text-direction-button-default-p88lvb:var(--color-white-p1zlvy);
    --color-text-direction-button-disabled-2jds36:var(--color-text-interactive-disabled-1bqmrl);
    --color-background-calendar-current-date-sk0f6i:var(--color-neutral-200-fqt4tz);
    --color-background-cell-shaded-v7o6so:var(--color-neutral-150-gezhen);
    --color-background-code-editor-gutter-active-line-default-51v1pv:var(--color-neutral-600-fln1ww);
    --color-background-code-editor-gutter-active-line-error-ro2qo1:var(--color-text-status-error-ksqavh);
    --color-background-code-editor-gutter-default-15qdwh:var(--color-neutral-200-fqt4tz);
    --color-background-code-editor-loading-6nwpin:var(--color-neutral-100-gk3lvf);
    --color-background-code-editor-pane-item-hover-z6k9mr:var(--color-neutral-250-vs1is4);
    --color-background-code-editor-status-bar-yjtxod:var(--color-neutral-200-fqt4tz);
    --color-background-card-p5vrq0:var(--color-background-container-content-6u8rvp);
    --color-background-item-card-ww2wfv:var(--color-background-card-p5vrq0);
    --color-background-container-content-6u8rvp:var(--color-white-p1zlvy);
    --color-background-container-header-gs3mbe:var(--color-white-p1zlvy);
    --color-background-control-checked-ka7kc2:var(--color-primary-600-1lcy1k);
    --color-background-control-default-4jb21l:var(--color-white-p1zlvy);
    --color-background-control-disabled-1f3718:var(--color-neutral-300-08wi6k);
    --color-background-dropdown-item-default-qmc033:var(--color-white-p1zlvy);
    --color-background-dropdown-item-dimmed-dhho03:transparent;
    --color-background-dropdown-item-filter-match-49b5vt:var(--color-primary-50-1y05xv);
    --color-background-dropdown-item-hover-yunepc:var(--color-neutral-200-fqt4tz);
    --color-background-dropdown-item-selected-f3v6te:var(--color-background-item-selected-9gppru);
    --color-background-home-header-4c9jt4:var(--color-neutral-950-lxybh8);
    --color-background-inline-code-un8udy:rgba(0, 0, 0, 0.1);
    --color-background-input-default-ifz5bb:var(--color-white-p1zlvy);
    --color-background-input-disabled-dihaja:var(--color-neutral-250-vs1is4);
    --color-background-item-selected-9gppru:var(--color-primary-50-1y05xv);
    --color-background-layout-main-5ilwcb:var(--color-white-p1zlvy);
    --color-background-drawer-5hs0eh:var(--color-background-layout-panel-content-xto15e);
    --color-background-drawer-backdrop-ducxi3:var(--color-grey-opaque-70-p0svy7);
    --color-background-layout-mobile-panel-ed0ava:var(--color-neutral-950-lxybh8);
    --color-background-layout-panel-content-xto15e:var(--color-background-container-content-6u8rvp);
    --color-background-layout-panel-hover-tguulw:var(--color-neutral-250-vs1is4);
    --color-background-layout-toolbar-y0cu80:var(--color-background-layout-panel-content-xto15e);
    --color-background-layout-toggle-active-ap91vm:var(--color-neutral-650-miik4f);
    --color-background-layout-toggle-default-2hgjdu:var(--color-neutral-650-miik4f);
    --color-background-layout-toggle-hover-0cpm7g:var(--color-neutral-600-fln1ww);
    --color-background-layout-toggle-selected-active-zcl8w3:var(--color-primary-600-1lcy1k);
    --color-background-layout-toggle-selected-default-izfana:var(--color-primary-600-1lcy1k);
    --color-background-layout-toggle-selected-hover-7953u1:var(--color-primary-700-n6k121);
    --color-background-modal-overlay-d7uby0:var(--color-grey-opaque-70-p0svy7);
    --color-background-notification-blue-4vnob8:var(--color-info-600-un21zh);
    --color-background-notification-green-2rkyvu:var(--color-success-600-g7hz2i);
    --color-background-notification-grey-x3vul6:var(--color-neutral-650-miik4f);
    --color-background-notification-red-0487ea:var(--color-error-600-mdn3ng);
    --color-background-notification-yellow-y6us5r:var(--color-warning-400-55puga);
    --color-background-notification-stack-bar-qe5n4w:var(--color-neutral-750-pi9qqd);
    --color-background-notification-stack-bar-active-a4h9r8:var(--color-neutral-750-pi9qqd);
    --color-background-notification-stack-bar-hover-jh82oo:var(--color-neutral-650-miik4f);
    --color-background-popover-e20fy8:var(--color-white-p1zlvy);
    --color-background-progress-bar-value-default-69ydqg:var(--color-primary-600-1lcy1k);
    --color-background-progress-bar-default-j8kyxd:var(--color-neutral-250-vs1is4);
    --color-background-segment-active-1u2ldl:var(--color-primary-600-1lcy1k);
    --color-background-segment-default-b0r494:var(--color-background-button-normal-default-7f99mv);
    --color-background-segment-disabled-m2a5t7:var(--color-background-button-normal-disabled-hl039l);
    --color-background-segment-hover-800sl4:var(--color-background-button-normal-hover-53op9s);
    --color-background-segment-wrapper-5tudmm:var(--color-background-container-content-6u8rvp);
    --color-background-slider-range-default-3ljdu4:var(--color-background-slider-handle-default-lp5ntg);
    --color-background-slider-range-active-vu3lky:var(--color-background-slider-handle-active-50ubqb);
    --color-background-slider-handle-default-lp5ntg:var(--color-primary-600-1lcy1k);
    --color-background-slider-handle-active-50ubqb:var(--color-primary-700-n6k121);
    --color-background-slider-track-default-vk2c9o:var(--color-neutral-500-8van0b);
    --color-background-slider-handle-ring-9sfenj:var(--color-white-p1zlvy);
    --color-background-slider-handle-error-default-411tqq:var(--color-text-status-error-ksqavh);
    --color-background-slider-handle-error-active-x65pfh:var(--color-text-status-error-ksqavh);
    --color-background-slider-handle-warning-default-or76ej:var(--color-text-status-warning-6meo06);
    --color-background-slider-handle-warning-active-7o84zp:var(--color-text-status-warning-6meo06);
    --color-background-slider-range-error-default-b519qn:var(--color-text-status-error-ksqavh);
    --color-background-slider-range-error-active-6bo8an:var(--color-text-status-error-ksqavh);
    --color-background-slider-range-warning-default-6isqvo:var(--color-text-status-warning-6meo06);
    --color-background-slider-range-warning-active-dm2pha:var(--color-text-status-warning-6meo06);
    --color-background-status-error-mu3lcw:var(--color-error-50-1upkvz);
    --color-background-status-info-sfobba:var(--color-info-50-cdvtrs);
    --color-background-dialog-2fj3uu:var(--color-background-status-info-sfobba);
    --color-background-status-success-h6b8bh:var(--color-success-50-yow9uc);
    --color-background-status-warning-cv83up:var(--color-warning-50-uxheb8);
    --color-background-table-header-hdjxos:var(--color-background-container-header-gs3mbe);
    --color-background-tiles-disabled-4ynms7:var(--color-neutral-250-vs1is4);
    --color-background-toggle-checked-disabled-amxc0a:var(--color-primary-200-vubr4w);
    --color-background-toggle-default-kjlhv0:var(--color-neutral-650-miik4f);
    --color-background-avatar-gen-ai-oxp2v6:radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%);
    --color-background-avatar-default-t427xm:var(--color-neutral-650-miik4f);
    --color-text-avatar-kuhkoa:var(--color-white-p1zlvy);
    --color-background-loading-bar-gen-ai-tey70i:linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%);
    --color-background-chat-bubble-outgoing-ay6nj3:transparent;
    --color-background-chat-bubble-incoming-j38cew:var(--color-neutral-150-gezhen);
    --color-text-chat-bubble-outgoing-f3r63s:var(--color-text-body-default-vvtq8u);
    --color-text-chat-bubble-incoming-od0yh8:var(--color-text-body-default-vvtq8u);
    --color-border-button-link-disabled-npwqxa:var(--color-background-button-link-disabled-9xznu3);
    --color-border-button-normal-active-ru7yhb:var(--color-primary-900-a5kqrr);
    --color-border-button-normal-default-glqfp1:var(--color-primary-600-1lcy1k);
    --color-border-toggle-button-normal-pressed-tq8o41:var(--color-primary-600-1lcy1k);
    --color-border-button-normal-disabled-pkhetz:var(--color-neutral-400-wtst55);
    --color-text-button-normal-disabled-05p74s:var(--color-neutral-500-8van0b);
    --color-border-button-normal-hover-6a2tdq:var(--color-primary-900-a5kqrr);
    --color-text-button-icon-disabled-nnofkn:var(--color-neutral-500-8van0b);
    --color-border-button-primary-active-6jnxoc:var(--color-background-button-primary-active-5cqoqt);
    --color-border-button-primary-default-45p8u2:var(--color-background-button-primary-default-vdt0fu);
    --color-border-button-primary-disabled-b5p1ji:var(--color-background-button-primary-disabled-sgo4zo);
    --color-border-button-primary-hover-rktx0f:var(--color-background-button-primary-hover-mo85i6);
    --color-text-button-primary-disabled-q79gms:var(--color-neutral-500-8van0b);
    --color-item-selected-72rnwy:var(--color-primary-600-1lcy1k);
    --color-border-calendar-grid-67r4w4:transparent;
    --color-border-calendar-grid-selected-focus-ring-jk1fb0:var(--color-neutral-100-gk3lvf);
    --color-border-cell-shaded-0ipazf:var(--color-neutral-300-08wi6k);
    --color-border-code-editor-ace-active-line-light-theme-q6hsvt:var(--color-neutral-300-08wi6k);
    --color-border-code-editor-ace-active-line-dark-theme-v09eti:var(--color-neutral-600-fln1ww);
    --color-border-code-editor-default-2bfcfq:var(--color-neutral-300-08wi6k);
    --color-border-code-editor-pane-item-hover-wvblek:var(--color-border-dropdown-item-hover-aqfuxq);
    --color-border-card-3n24fu:var(--color-border-divider-default-nr68jt);
    --color-border-card-highlighted-ygosod:var(--color-border-item-selected-wl5ttm);
    --color-border-item-card-fia23i:var(--color-border-card-3n24fu);
    --color-border-item-card-highlighted-5l7rko:var(--color-border-card-highlighted-ygosod);
    --color-border-container-divider-9huz1a:transparent;
    --color-border-container-top-k3vmoz:transparent;
    --color-border-control-checked-bdv28l:var(--color-background-control-checked-ka7kc2);
    --color-border-control-default-sh3548:var(--color-neutral-500-8van0b);
    --color-border-control-disabled-uj7t08:var(--color-background-control-disabled-1f3718);
    --color-border-divider-active-biq3j4:var(--color-neutral-950-lxybh8);
    --color-border-divider-default-nr68jt:var(--color-neutral-350-dq6kfr);
    --color-border-divider-panel-bottom-bruvuz:var(--color-border-divider-default-nr68jt);
    --color-border-divider-panel-side-an0w07:var(--color-border-divider-default-nr68jt);
    --color-border-divider-secondary-qoitch:var(--color-neutral-250-vs1is4);
    --color-border-dropdown-container-cmthq7:var(--color-neutral-400-wtst55);
    --color-border-dropdown-group-ylcnh8:var(--color-border-dropdown-item-default-kape37);
    --color-border-dropdown-item-default-kape37:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-item-hover-aqfuxq:var(--color-neutral-500-8van0b);
    --color-border-dropdown-item-dimmed-hover-ga9sch:var(--color-neutral-500-8van0b);
    --color-border-dropdown-item-selected-dl2ezh:var(--color-border-item-selected-wl5ttm);
    --color-border-dropdown-item-top-gp2d1p:transparent;
    --color-border-editable-cell-hover-2hmo55:var(--color-border-dropdown-item-hover-aqfuxq);
    --color-border-input-default-317xk5:var(--color-neutral-500-8van0b);
    --color-border-input-disabled-zgnzvk:var(--color-background-input-disabled-dihaja);
    --color-border-input-focused-4z0pgn:var(--color-primary-600-1lcy1k);
    --color-border-item-focused-uk47pl:var(--color-primary-600-1lcy1k);
    --color-border-dropdown-item-focused-zacqlp:var(--color-neutral-650-miik4f);
    --color-border-item-placeholder-x8kbjp:var(--color-border-item-selected-wl5ttm);
    --color-border-item-selected-wl5ttm:var(--color-item-selected-72rnwy);
    --color-border-layout-ayg8vb:var(--color-neutral-350-dq6kfr);
    --color-border-notification-stack-bar-aszsse:var(--color-neutral-750-pi9qqd);
    --color-border-panel-header-ygztvl:var(--color-border-divider-default-nr68jt);
    --color-border-popover-1ye6tz:var(--color-border-dropdown-container-cmthq7);
    --color-border-segment-active-ls9t4n:var(--color-border-segment-default-6ig2mo);
    --color-border-segment-default-6ig2mo:var(--color-neutral-650-miik4f);
    --color-border-segment-disabled-fcrbcl:var(--color-border-segment-default-6ig2mo);
    --color-border-segment-hover-0o9ey3:var(--color-border-segment-default-6ig2mo);
    --color-border-status-error-j8acpp:var(--color-error-600-mdn3ng);
    --color-border-status-info-qf6jok:var(--color-info-600-un21zh);
    --color-border-status-success-8z5f8u:var(--color-success-600-g7hz2i);
    --color-border-status-warning-j40pg7:var(--color-warning-900-kpxt8c);
    --color-border-dialog-0rjwug:var(--color-border-status-info-qf6jok);
    --color-border-divider-interactive-default-r928dz:var(--color-neutral-500-8van0b);
    --color-border-tabs-divider-f5t9va:var(--color-neutral-350-dq6kfr);
    --color-border-tabs-shadow-ugyo07:var(--color-grey-transparent-g4kcvh);
    --color-border-tabs-underline-gudemr:var(--color-text-accent-n1kmht);
    --color-border-tiles-disabled-19olbu:var(--color-background-tiles-disabled-4ynms7);
    --color-border-tutorial-zggi80:var(--color-neutral-300-08wi6k);
    --color-foreground-control-default-eto4wy:var(--color-white-p1zlvy);
    --color-foreground-control-disabled-txi6cf:var(--color-white-p1zlvy);
    --color-foreground-control-read-only-7ydvuj:var(--color-neutral-600-fln1ww);
    --color-shadow-default-o7dmmm:var(--color-grey-transparent-heavy-bu3q4i);
    --color-stroke-chart-line-3nsnk6:var(--color-neutral-500-8van0b);
    --color-text-accent-n1kmht:var(--color-primary-600-1lcy1k);
    --color-text-body-default-vvtq8u:var(--color-neutral-950-lxybh8);
    --color-text-body-secondary-yna5sb:var(--color-neutral-650-miik4f);
    --color-text-breadcrumb-current-2mqnkk:var(--color-neutral-600-fln1ww);
    --color-text-breadcrumb-icon-9j48ot:var(--color-neutral-500-8van0b);
    --color-text-button-inline-icon-default-sm4ql6:var(--color-text-link-default-hude44);
    --color-text-button-inline-icon-disabled-82hho0:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-inline-icon-hover-rbyzfc:var(--color-text-link-hover-2hfec2);
    --color-text-button-normal-active-vihsxh:var(--color-primary-900-a5kqrr);
    --color-text-toggle-button-normal-pressed-wnx2zl:var(--color-primary-900-a5kqrr);
    --color-text-button-normal-default-nzalii:var(--color-primary-600-1lcy1k);
    --color-text-button-normal-hover-gusgyv:var(--color-primary-900-a5kqrr);
    --color-text-link-button-normal-default-srprth:var(--color-text-button-normal-default-nzalii);
    --color-text-link-button-normal-hover-jrnyw3:var(--color-text-button-normal-hover-gusgyv);
    --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
    --color-text-button-link-disabled-12wh7a:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
    --color-text-button-primary-active-refmba:var(--color-white-p1zlvy);
    --color-text-button-primary-default-mwl31m:var(--color-white-p1zlvy);
    --color-text-button-primary-hover-pw12ep:var(--color-white-p1zlvy);
    --color-text-calendar-date-hover-3fcriv:var(--color-text-dropdown-item-default-f1jr9u);
    --color-text-calendar-month-ea0e93:var(--color-neutral-600-fln1ww);
    --color-text-code-editor-gutter-active-line-2addhd:var(--color-white-p1zlvy);
    --color-text-code-editor-gutter-default-nlshs8:var(--color-neutral-950-lxybh8);
    --color-text-code-editor-status-bar-disabled-xxmtlc:var(--color-neutral-500-8van0b);
    --color-text-code-editor-tab-button-error-avwh01:var(--color-white-p1zlvy);
    --color-text-column-header-e6urd1:var(--color-neutral-650-miik4f);
    --color-text-column-sorting-icon-fngn77:var(--color-text-column-header-e6urd1);
    --color-text-control-disabled-upk9lz:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-counter-bywf75:var(--color-neutral-600-fln1ww);
    --color-text-disabled-rox5hg:var(--color-neutral-400-wtst55);
    --color-text-disabled-inline-edit-1cbiz8:var(--color-neutral-650-miik4f);
    --color-text-dropdown-footer-umcot2:var(--color-text-form-secondary-1nm780);
    --color-text-dropdown-group-label-2tmyik:var(--color-text-group-label-a2qc05);
    --color-text-dropdown-item-default-f1jr9u:var(--color-neutral-950-lxybh8);
    --color-text-dropdown-item-dimmed-tq8vh3:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-item-disabled-8m65hf:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-item-filter-match-ebhvct:var(--color-primary-600-1lcy1k);
    --color-text-dropdown-item-highlighted-yr1px8:var(--color-neutral-950-lxybh8);
    --color-text-dropdown-item-secondary-v12lfh:var(--color-text-form-secondary-1nm780);
    --color-text-dropdown-item-secondary-hover-de15wb:var(--color-neutral-600-fln1ww);
    --color-text-empty-tlohug:var(--color-neutral-600-fln1ww);
    --color-text-expandable-section-default-ynw8my:var(--color-neutral-950-lxybh8);
    --color-text-expandable-section-hover-ojzwhd:var(--color-text-accent-n1kmht);
    --color-text-expandable-section-navigation-icon-default-mklu1s:var(--color-text-interactive-default-ugh9wp);
    --color-text-form-default-47mtz6:var(--color-neutral-950-lxybh8);
    --color-text-form-label-6sbm75:var(--color-text-form-default-47mtz6);
    --color-text-form-secondary-1nm780:var(--color-neutral-600-fln1ww);
    --color-text-group-label-a2qc05:var(--color-neutral-650-miik4f);
    --color-text-label-gen-ai-a2n3od:var(--color-purple-700-5hcbeu);
    --color-text-heading-default-izpp46:var(--color-neutral-950-lxybh8);
    --color-text-heading-secondary-iwtvf6:var(--color-neutral-650-miik4f);
    --color-text-home-header-default-morg6i:var(--color-neutral-250-vs1is4);
    --color-text-home-header-secondary-i4jhp7:var(--color-neutral-350-dq6kfr);
    --color-text-icon-subtle-3sgxlr:var(--color-neutral-600-fln1ww);
    --color-text-input-disabled-wh1f3y:var(--color-neutral-400-wtst55);
    --color-text-input-placeholder-dclg8u:var(--color-neutral-600-fln1ww);
    --color-text-input-placeholder-disabled-wg87og:var(--color-text-input-disabled-wh1f3y);
    --color-text-interactive-active-uoe6zi:var(--color-neutral-950-lxybh8);
    --color-text-interactive-default-ugh9wp:var(--color-neutral-650-miik4f);
    --color-text-interactive-disabled-1bqmrl:var(--color-neutral-400-wtst55);
    --color-text-interactive-hover-6naf7i:var(--color-neutral-950-lxybh8);
    --color-text-toggle-button-icon-pressed-detfkz:var(--color-neutral-950-lxybh8);
    --color-text-interactive-inverted-default-xlc0d5:var(--color-neutral-300-08wi6k);
    --color-text-interactive-inverted-hover-65rnp7:var(--color-neutral-100-gk3lvf);
    --color-text-inverted-4v4dmq:var(--color-white-p1zlvy);
    --color-text-label-28gfmc:var(--color-text-form-label-6sbm75);
    --color-text-layout-toggle-1a15s3:var(--color-white-p1zlvy);
    --color-text-layout-toggle-active-ifu7qp:var(--color-white-p1zlvy);
    --color-text-layout-toggle-hover-9jwdce:var(--color-primary-600-1lcy1k);
    --color-text-layout-toggle-selected-xpximc:var(--color-white-p1zlvy);
    --color-text-link-default-hude44:var(--color-primary-600-1lcy1k);
    --color-text-link-hover-2hfec2:var(--color-primary-900-a5kqrr);
    --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
    --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
    --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
    --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
    --color-text-link-inverted-hover-ocd3u3:var(--color-white-p1zlvy);
    --color-text-link-button-underline-z4wjnv:transparent;
    --color-text-link-button-underline-hover-cn3mqh:transparent;
    --color-text-notification-default-1iey72:var(--color-neutral-100-gk3lvf);
    --color-text-notification-stack-bar-tjj0ek:var(--color-white-p1zlvy);
    --color-text-notification-yellow-vjtdxk:var(--color-neutral-950-lxybh8);
    --color-text-pagination-page-number-active-disabled-gfl43p:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-pagination-page-number-default-74j15c:var(--color-text-interactive-default-ugh9wp);
    --color-text-segment-active-hlorbe:var(--color-white-p1zlvy);
    --color-text-segment-default-vi2vn9:var(--color-neutral-650-miik4f);
    --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
    --color-text-small-m1tr70:var(--color-neutral-600-fln1ww);
    --color-text-status-error-ksqavh:var(--color-error-600-mdn3ng);
    --color-text-status-inactive-gy7337:var(--color-neutral-600-fln1ww);
    --color-text-status-info-ue8bd2:var(--color-info-600-un21zh);
    --color-text-status-success-ybmii8:var(--color-success-600-g7hz2i);
    --color-text-status-warning-6meo06:var(--color-warning-900-kpxt8c);
    --color-text-top-navigation-title-en0v40:var(--color-neutral-950-lxybh8);
    --color-text-tutorial-hotspot-default-xfv3ow:var(--color-text-link-default-hude44);
    --color-text-tutorial-hotspot-hover-92pxog:var(--color-text-link-hover-2hfec2);
    --color-board-placeholder-active-x6yfem:var(--color-neutral-250-vs1is4);
    --color-board-placeholder-hover-5nov9c:var(--color-primary-100-f62fz9);
    --color-drag-placeholder-active-ea1sgp:var(--color-neutral-250-vs1is4);
    --color-drag-placeholder-hover-qwadna:var(--color-primary-100-f62fz9);
    --color-dropzone-background-default-7efhmb:var(--color-white-p1zlvy);
    --color-dropzone-background-hover-mi8rlm:var(--color-primary-50-1y05xv);
    --color-dropzone-text-default-djdnme:var(--color-neutral-650-miik4f);
    --color-dropzone-text-hover-asw3rt:var(--color-neutral-650-miik4f);
    --color-dropzone-border-default-k648ha:var(--color-neutral-500-8van0b);
    --color-dropzone-border-hover-otpag5:var(--color-primary-900-a5kqrr);
    --color-gap-global-drawer-nh699a:var(--color-neutral-250-vs1is4);
    --color-tree-view-connector-line-1usxvn:var(--color-neutral-500-8van0b);
    --color-background-action-card-default-src0mr:var(--color-white-p1zlvy);
    --color-background-action-card-hover-doobfp:var(--color-primary-50-1y05xv);
    --color-background-action-card-active-4mj226:var(--color-primary-100-f62fz9);
    --color-border-action-card-default-dtywof:var(--color-primary-600-1lcy1k);
    --color-border-action-card-hover-onrya1:var(--color-primary-900-a5kqrr);
    --color-border-action-card-active-ak3vrv:var(--color-primary-900-a5kqrr);
    --color-border-action-card-disabled-9xqqxt:var(--color-neutral-400-wtst55);
    --color-background-action-card-disabled-71qsdt:var(--color-white-p1zlvy);
    --color-text-action-card-disabled-htx40i:var(--color-neutral-500-8van0b);
    --color-icon-action-card-default-anh0vz:var(--color-primary-600-1lcy1k);
    --color-icon-action-card-hover-qxq4pp:var(--color-primary-900-a5kqrr);
    --color-icon-action-card-active-rhp94s:var(--color-primary-900-a5kqrr);
    --color-icon-action-card-disabled-wm3kyf:var(--color-neutral-400-wtst55);
    --font-button-letter-spacing-ufowe3:0.005em;
    --font-chart-detail-size-9qr25q:var(--font-size-body-s-smc8cv);
    --font-display-label-weight-zavpeo:700;
    --font-expandable-heading-size-0uk059:var(--font-size-heading-s-zp08en);
    --font-family-base-gmnpzl:"Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
    --font-family-display-a93nj0:var(--font-family-base-gmnpzl);
    --font-family-heading-ugphat:var(--font-family-base-gmnpzl);
    --font-family-monospace-q47m7k:Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
    --font-header-h2-description-line-height-ts2s6o:var(--line-height-body-m-2mh3ke);
    --font-header-h2-description-size-g2wws3:var(--font-size-body-m-a7nh2n);
    --font-link-button-letter-spacing-imtxwq:var(--font-button-letter-spacing-ufowe3);
    --font-link-button-weight-vslyg9:var(--font-weight-button-0eg20c);
    --font-panel-header-line-height-8xb2qj:var(--line-height-heading-m-uoaqdh);
    --font-panel-header-size-33h9j8:var(--font-size-heading-m-170yiy);
    --font-size-body-m-a7nh2n:14px;
    --font-size-body-s-smc8cv:12px;
    --font-size-display-l-wa6woo:42px;
    --font-size-heading-xl-wvkbur:24px;
    --font-size-heading-l-vnacx6:20px;
    --font-size-heading-m-170yiy:18px;
    --font-size-heading-s-zp08en:16px;
    --font-size-heading-xs-j8yzxv:14px;
    --font-smoothing-moz-osx-hbm0aq:grayscale;
    --font-smoothing-webkit-oemolo:antialiased;
    --font-size-tabs-eeo215:var(--font-size-heading-s-zp08en);
    --font-weight-tabs-ichxzl:700;
    --font-weight-tabs-disabled-v5r551:var(--font-wayfinding-link-active-weight-ny4hup);
    --line-height-tabs-vpnjo7:var(--line-height-heading-s-hmi4vc);
    --font-wayfinding-link-active-weight-ny4hup:700;
    --font-weight-button-0eg20c:700;
    --font-weight-alert-header-zg25o1:700;
    --font-weight-flashbar-header-fg5kye:700;
    --font-weight-heading-xl-u3m4we:700;
    --font-weight-heading-l-0t6dwc:700;
    --font-weight-heading-m-zf82dr:700;
    --font-weight-heading-s-lcx0ai:700;
    --font-weight-heading-xs-wqqpne:700;
    --font-weight-display-l-h5zsi8:700;
    --font-weight-heavy-6yh4un:700;
    --font-weight-normal-cxw1m3:400;
    --font-weight-bold-fo1afg:700;
    --font-weight-lighter-ldkoj5:300;
    --letter-spacing-body-s-gq78ok:0.005em;
    --letter-spacing-display-l-elyyxk:-0.03em;
    --letter-spacing-heading-xl-ckkb6u:-0.02em;
    --letter-spacing-heading-l-5v6ibv:-0.015em;
    --letter-spacing-heading-m-29ewnk:-0.010em;
    --letter-spacing-heading-s-4st9ep:-0.005em;
    --letter-spacing-heading-xs-fgog7a:normal;
    --line-height-body-m-2mh3ke:20px;
    --line-height-body-s-nu5hx1:16px;
    --line-height-display-l-vwanzp:48px;
    --line-height-heading-xl-hko6p0:30px;
    --line-height-heading-l-mg5bx6:24px;
    --line-height-heading-m-uoaqdh:22px;
    --line-height-heading-s-hmi4vc:20px;
    --line-height-heading-xs-q9j004:18px;
    --border-active-width-axzm24:4px;
    --border-code-editor-status-divider-width-4we6jf:var(--border-divider-section-width-uwo8my);
    --border-container-sticky-width-nri0ix:0px;
    --border-container-top-width-n1eke6:0px;
    --border-control-focus-ring-shadow-spread-9mjajk:1px;
    --border-control-invalid-focus-ring-shadow-spread-9jjf96:2px;
    --border-divider-list-width-tdfx1x:1px;
    --border-divider-section-width-uwo8my:1px;
    --border-dropdown-virtual-offset-width-3wp954:2px;
    --border-invalid-width-3xd6e1:8px;
    --border-item-width-miijiw:2px;
    --border-line-chart-dash-array-desefi:3 5;
    --border-line-chart-line-join-aslwou:round;
    --border-line-chart-width-tesor1:2px;
    --border-panel-header-width-t1iq1m:1px;
    --border-panel-top-width-10990j:1px;
    --border-radius-alert-syagf6:var(--border-radius-flashbar-pp1ptu);
    --border-radius-badge-exolfb:4px;
    --border-radius-button-7bgkcs:20px;
    --border-radius-calendar-day-focus-ring-xvvbuc:3px;
    --border-radius-code-editor-5palck:var(--border-radius-input-7q0str);
    --border-radius-card-default-d8ipr7:var(--border-radius-container-nsfwmm);
    --border-radius-card-embedded-fvclp8:var(--border-radius-chat-bubble-haafsg);
    --border-radius-item-card-default-pi9u8q:var(--border-radius-card-default-d8ipr7);
    --border-radius-item-card-embedded-l0g6e3:var(--border-radius-card-embedded-fvclp8);
    --border-radius-container-nsfwmm:16px;
    --border-radius-control-circular-focus-ring-yjhscw:4px;
    --border-radius-control-default-focus-ring-1uabki:4px;
    --border-radius-dropdown-fgc2a1:var(--border-radius-item-iwaia5);
    --border-radius-dropzone-eklq14:12px;
    --border-radius-flashbar-pp1ptu:12px;
    --border-radius-item-iwaia5:8px;
    --border-radius-input-7q0str:8px;
    --border-radius-popover-6fqb5w:var(--border-radius-input-7q0str);
    --border-radius-tabs-focus-ring-o4qku1:20px;
    --border-radius-tiles-wm1vgw:var(--border-radius-input-7q0str);
    --border-radius-token-ycnemh:var(--border-radius-input-7q0str);
    --border-radius-chat-bubble-haafsg:8px;
    --border-radius-tutorial-panel-item-ojaqxg:var(--border-radius-input-7q0str);
    --border-table-sticky-width-ai31mi:1px;
    --border-link-focus-ring-outline-1p0hnu:0;
    --border-link-focus-ring-shadow-spread-39uvxr:2px;
    --border-width-card-x24gzt:var(--border-divider-section-width-uwo8my);
    --border-width-card-selected-01i6br:var(--border-item-width-miijiw);
    --border-width-item-card-3wmyp3:var(--border-width-card-x24gzt);
    --border-width-item-selected-yv93vd:2px;
    --border-width-alert-tuifgy:2px;
    --border-width-alert-block-start-5wbfsk:var(--border-width-alert-tuifgy);
    --border-width-alert-block-end-q8rr42:var(--border-width-alert-tuifgy);
    --border-width-alert-inline-start-gjm6m1:var(--border-width-alert-tuifgy);
    --border-width-alert-inline-end-9s426v:var(--border-width-alert-tuifgy);
    --border-width-button-jm0qg7:2px;
    --border-width-dropdown-youcay:2px;
    --border-width-field-2xc78x:1px;
    --border-width-popover-nflirh:2px;
    --border-width-token-2ukdpu:2px;
    --border-width-icon-small-z55i5t:2px;
    --border-width-icon-normal-9h7vj7:2px;
    --border-width-icon-medium-b7icqv:2px;
    --border-width-icon-big-ymgy42:3px;
    --border-width-icon-large-u645rg:4px;
    --border-radius-action-card-default-ejctkq:var(--border-radius-card-default-d8ipr7);
    --border-radius-action-card-embedded-3y65t8:var(--border-radius-card-embedded-fvclp8);
    --border-width-action-card-default-jy3kut:var(--border-width-card-x24gzt);
    --border-width-action-card-hover-02l6fg:var(--border-width-card-x24gzt);
    --border-width-action-card-active-pwtgzu:var(--border-width-card-x24gzt);
    --border-width-action-card-disabled-rdvlbc:var(--border-width-card-x24gzt);
    --motion-duration-extra-slow-29bqym:270ms;
    --motion-duration-fast-unntf6:90ms;
    --motion-duration-moderate-c9utmg:135ms;
    --motion-duration-refresh-only-fast-zfibh6:115ms;
    --motion-duration-refresh-only-medium-5rbn3k:165ms;
    --motion-duration-refresh-only-slow-ugjy90:250ms;
    --motion-duration-avatar-gen-ai-gradient-84si5n:3600ms;
    --motion-duration-avatar-loading-dots-1xxvis:1200ms;
    --motion-duration-rotate-180-cxi9g7:var(--motion-duration-moderate-c9utmg);
    --motion-duration-rotate-90-lyzb0k:var(--motion-duration-moderate-c9utmg);
    --motion-duration-show-paced-otsjh8:var(--motion-duration-slow-zji5vl);
    --motion-duration-show-quick-tyvnyw:var(--motion-duration-moderate-c9utmg);
    --motion-duration-slow-zji5vl:180ms;
    --motion-duration-transition-quick-mcm2y0:var(--motion-duration-fast-unntf6);
    --motion-duration-transition-show-paced-t8d1os:var(--motion-duration-slow-zji5vl);
    --motion-duration-transition-show-quick-5jnnjz:var(--motion-duration-fast-unntf6);
    --motion-easing-ease-out-quart-p9axhm:cubic-bezier(0.165, 0.84, 0.44, 1);
    --motion-easing-refresh-only-a-ccyqaz:cubic-bezier(0, 0, 0, 1);
    --motion-easing-refresh-only-b-44kz4o:cubic-bezier(1, 0, 0.83, 1);
    --motion-easing-refresh-only-c-cxy2sk:cubic-bezier(0.84, 0, 0.16, 1);
    --motion-easing-avatar-gen-ai-gradient-9fwaak:cubic-bezier(0.7, 0, 0.3, 1);
    --motion-easing-rotate-180-7a58rc:var(--motion-easing-ease-out-quart-p9axhm);
    --motion-easing-rotate-90-jhbqg9:var(--motion-easing-ease-out-quart-p9axhm);
    --motion-easing-show-paced-ym6eyn:ease-out;
    --motion-easing-show-quick-9hlj8q:ease-out;
    --motion-easing-transition-quick-qxak3i:linear;
    --motion-easing-transition-show-paced-x2k7uh:ease-out;
    --motion-easing-responsive-hjj3ai:var(--motion-easing-refresh-only-a-ccyqaz);
    --motion-easing-sticky-tn072u:var(--motion-easing-refresh-only-b-44kz4o);
    --motion-easing-expressive-o5jqzg:var(--motion-easing-refresh-only-c-cxy2sk);
    --motion-duration-responsive-mehora:var(--motion-duration-refresh-only-fast-zfibh6);
    --motion-duration-expressive-cbdcwy:var(--motion-duration-refresh-only-medium-5rbn3k);
    --motion-duration-complex-tbdo30:var(--motion-duration-refresh-only-slow-ugjy90);
    --motion-keyframes-fade-in-0r842q:awsui-fade-in-35003c;
    --motion-keyframes-fade-out-g7fgdu:awsui-fade-out-35003c;
    --motion-keyframes-status-icon-error-wkou39:awsui-status-icon-error-35003c;
    --motion-keyframes-scale-popup-9iqcu0:awsui-scale-popup-35003c;
    --size-calendar-grid-width-hv3136:238px;
    --size-control-adm93y:16px;
    --size-icon-big-7pq9l3:32px;
    --size-icon-large-mb6y6y:48px;
    --size-icon-medium-uv8xcz:20px;
    --size-icon-normal-levt08:16px;
    --size-table-selection-horizontal-qqiajd:40px;
    --size-vertical-input-p1d7xx:32px;
    --size-vertical-panel-icon-offset-z959cw:15px;
    --space-alert-action-left-4s8zo5:var(--space-s-tvghoh);
    --space-alert-horizontal-ul364s:var(--space-flashbar-horizontal-l63501);
    --space-alert-message-right-mrjbnn:var(--space-xxs-hwfkai);
    --space-alert-vertical-dlp5wr:var(--space-flashbar-vertical-th71op);
    --space-button-focus-outline-gutter-jj138g:4px;
    --space-button-horizontal-k0c786:var(--space-scaled-l-sej05l);
    --space-button-vertical-xaxp6x:var(--space-scaled-xxs-pfm1nx);
    --space-token-vertical-m3oh2a:var(--space-scaled-xxs-pfm1nx);
    --space-field-vertical-vm99qz:5px;
    --space-button-icon-focus-outline-gutter-vertical-r44mtq:0px;
    --space-button-icon-only-horizontal-i85hxi:6px;
    --space-button-inline-icon-focus-outline-gutter-zbfgku:0px;
    --space-button-modal-dismiss-vertical-vqfxjd:var(--space-scaled-xxxs-oo06c7);
    --space-calendar-grid-focus-outline-gutter-vvh43m:-5px;
    --space-calendar-grid-selected-focus-outline-gutter-dy6gf8:var(--space-calendar-grid-focus-outline-gutter-vvh43m);
    --space-calendar-grid-gutter-zojo6r:6px;
    --space-card-horizontal-default-pihe12:var(--space-container-horizontal-nqrzyh);
    --space-card-horizontal-embedded-sasxhu:var(--space-s-tvghoh);
    --space-card-vertical-default-e40tif:var(--space-scaled-m-m892r9);
    --space-card-vertical-embedded-30pnhg:10px;
    --space-item-card-horizontal-default-obq2ks:var(--space-card-horizontal-default-pihe12);
    --space-item-card-horizontal-embedded-e0vef5:var(--space-card-horizontal-embedded-sasxhu);
    --space-item-card-vertical-default-ppqfu4:var(--space-card-vertical-default-e40tif);
    --space-item-card-vertical-embedded-zuozef:var(--space-card-vertical-embedded-30pnhg);
    --space-code-editor-status-focus-outline-gutter-o87hra:-7px;
    --space-container-content-top-1wtqrc:var(--space-xxs-hwfkai);
    --space-container-header-top-am4vzw:var(--space-s-tvghoh);
    --space-container-header-bottom-2taq8v:var(--space-scaled-xs-xwoogq);
    --space-container-horizontal-nqrzyh:var(--space-l-2ud1p3);
    --space-content-header-padding-bottom-rvy5xz:var(--space-scaled-m-m892r9);
    --space-dark-header-overlap-distance-ld45ap:36px;
    --space-expandable-section-icon-offset-top-cntyn8:var(--space-scaled-2x-xxs-e79hr1);
    --space-field-horizontal-0aq2ch:var(--space-s-tvghoh);
    --space-field-icon-offset-ikwzwx:36px;
    --space-filtering-token-dismiss-button-focus-outline-gutter-1iumy3:-5px;
    --space-filtering-token-operation-select-focus-outline-gutter-jacx1t:-5px;
    --space-flashbar-action-left-rqk3ap:var(--space-s-tvghoh);
    --space-flashbar-dismiss-right-ckhj91:0px;
    --space-flashbar-horizontal-l63501:var(--space-m-dsumyt);
    --space-flashbar-vertical-th71op:var(--space-scaled-xs-xwoogq);
    --space-grid-gutter-whc3jp:var(--space-l-2ud1p3);
    --space-key-value-gap-9glmqc:0px;
    --space-layout-content-bottom-zeb1g9:var(--space-scaled-2x-xxxl-bxyvwl);
    --space-layout-content-horizontal-buc0zz:var(--space-scaled-2x-xl-he48nr);
    --space-layout-toggle-diameter-j2qffw:36px;
    --space-layout-toggle-padding-chwlhz:var(--space-static-s-t763lu);
    --space-modal-content-bottom-nl6ceq:var(--space-scaled-2x-m-4euqsk);
    --space-modal-horizontal-y5hnwp:var(--space-container-horizontal-nqrzyh);
    --space-panel-content-bottom-24c6lu:var(--space-scaled-xxxl-hwoy7j);
    --space-panel-content-top-qvd1dr:var(--space-scaled-l-sej05l);
    --space-panel-divider-margin-horizontal-yw31p0:var(--space-xs-ymlm0b);
    --space-panel-header-vertical-ckfgmy:var(--space-scaled-l-sej05l);
    --space-panel-nav-left-wn0n7h:28px;
    --space-panel-side-left-u1m3s9:28px;
    --space-panel-side-right-8wwirc:var(--space-scaled-xl-dunxp5);
    --space-panel-split-top-3u4vky:var(--space-scaled-l-sej05l);
    --space-panel-split-bottom-ir16d7:var(--space-scaled-l-sej05l);
    --space-segmented-control-focus-outline-gutter-x1ywqb:6px;
    --space-tabs-content-top-ju6qox:var(--space-scaled-s-8ozaad);
    --space-tabs-focus-outline-gutter-eerrg4:-8px;
    --space-tabs-vertical-3qxuiu:var(--space-scaled-xxs-pfm1nx);
    --space-table-content-bottom-tlfqmq:var(--space-xxs-hwfkai);
    --space-table-embedded-header-top-twu628:0px;
    --space-table-footer-horizontal-l5g495:var(--space-table-header-horizontal-kb5ww2);
    --space-table-header-focus-outline-gutter-ymwujm:0px;
    --space-table-header-horizontal-kb5ww2:0px;
    --space-table-header-tools-bottom-d9u5kf:0px;
    --space-table-header-tools-full-page-bottom-9m47g6:4px;
    --space-table-horizontal-suurzj:var(--space-container-horizontal-nqrzyh);
    --space-tree-view-indentation-xh9kis:var(--space-xl-jfy3x4);
    --space-tile-gutter-bi2bdv:var(--space-xl-jfy3x4);
    --space-action-card-horizontal-default-su1e86:var(--space-card-horizontal-default-pihe12);
    --space-action-card-horizontal-embedded-pb8pj4:var(--space-card-horizontal-embedded-sasxhu);
    --space-action-card-vertical-default-zqb3v3:var(--space-card-vertical-default-e40tif);
    --space-action-card-vertical-embedded-f1rm8a:var(--space-card-vertical-embedded-30pnhg);
    --space-action-card-description-padding-top-qw1sd7:var(--space-scaled-xxs-pfm1nx);
    --space-option-padding-vertical-d2srv9:var(--space-xxs-hwfkai);
    --space-option-padding-horizontal-4taa4b:var(--space-l-2ud1p3);
    --space-scaled-2x-xxs-e79hr1:var(--space-xxs-hwfkai);
    --space-scaled-2x-m-4euqsk:var(--space-m-dsumyt);
    --space-scaled-2x-l-u5ida5:var(--space-l-2ud1p3);
    --space-scaled-2x-xl-he48nr:var(--space-xl-jfy3x4);
    --space-scaled-2x-xxxl-bxyvwl:var(--space-xxxl-aut1u7);
    --space-scaled-none-nfyouv:var(--space-none-xk6qzf);
    --space-scaled-xxxs-oo06c7:var(--space-xxxs-pajhad);
    --space-scaled-xxs-pfm1nx:var(--space-xxs-hwfkai);
    --space-scaled-xs-xwoogq:var(--space-xs-ymlm0b);
    --space-scaled-s-8ozaad:var(--space-s-tvghoh);
    --space-scaled-m-m892r9:var(--space-m-dsumyt);
    --space-scaled-l-sej05l:var(--space-l-2ud1p3);
    --space-scaled-xl-dunxp5:var(--space-xl-jfy3x4);
    --space-scaled-xxl-6wgq96:var(--space-xxl-32srm4);
    --space-scaled-xxxl-hwoy7j:var(--space-xxxl-aut1u7);
    --space-static-xxxs-yidks1:var(--space-xxxs-pajhad);
    --space-static-xxs-ns94dp:var(--space-xxs-hwfkai);
    --space-static-xs-gnm0mz:var(--space-xs-ymlm0b);
    --space-static-s-t763lu:var(--space-s-tvghoh);
    --space-static-m-m6qboo:var(--space-m-dsumyt);
    --space-static-l-n53k41:var(--space-l-2ud1p3);
    --space-static-xl-4tedi6:var(--space-xl-jfy3x4);
    --space-static-xxl-ifa9j8:var(--space-xxl-32srm4);
    --space-static-xxxl-tngnnz:var(--space-xxxl-aut1u7);
    --space-none-xk6qzf:0px;
    --space-xxxs-pajhad:2px;
    --space-xxs-hwfkai:4px;
    --space-xs-ymlm0b:8px;
    --space-s-tvghoh:12px;
    --space-m-dsumyt:16px;
    --space-l-2ud1p3:20px;
    --space-xl-jfy3x4:24px;
    --space-xxl-32srm4:32px;
    --space-xxxl-aut1u7:40px;
    --shadow-card-hmrw4q:none;
    --shadow-item-card-282f8w:var(--shadow-card-hmrw4q);
    --shadow-container-53ltfv:0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12);
    --shadow-container-active-ypjjoc:0px 1px 1px 1px #e9ebed, 0px 6px 36px #0007161a;
    --shadow-dropdown-isf0w4:0px 4px 20px 1px rgba(0, 7, 22, 0.10);
    --shadow-dropup-2r02r5:var(--shadow-dropdown-isf0w4);
    --shadow-flash-collapsed-b68ip6:0px 4px 4px rgba(0, 0, 0, 0.25);
    --shadow-flash-sticky-k69vye:0px 4px 8px rgba(0, 7, 22, 0.10);
    --shadow-modal-kwgqht:var(--shadow-dropdown-isf0w4);
    --shadow-panel-vk7iea:0px 0px 0px 1px #b6bec9;
    --shadow-panel-toggle-qddz27:0px 6px 12px 1px rgba(0, 7, 22, 0.12);
    --shadow-popover-pkane9:var(--shadow-dropdown-isf0w4);
    --shadow-split-bottom-vlyulf:0px -36px 36px -36px rgba(0, 7, 22, 0.10);
    --shadow-split-side-nyajix:-1px 0px 1px 0px #e9ebed, -36px 6px 36px -36px rgba(0, 7, 22, 0.10);
    --shadow-sticky-lolw8j:0px 4px 8px 1px rgba(0, 7, 22, 0.10);
    --shadow-sticky-embedded-jmny8n:0px 2px 0px 0px #e9ebed, 0px 16px 16px -12px rgba(0, 7, 22, 0.10);
    --shadow-sticky-column-first-trcd2o:4px 0px 8px 1px rgba(0, 7, 22, 0.1);
    --shadow-sticky-column-last-qgh697:-4px 0 8px 1px rgba(0, 28, 36, 0.1);
  }
  @media not print {
    .awsui-dark-mode:not(#\9) {
      --color-charts-red-300-2k7eul:#d63f38;
      --color-charts-red-400-ssrf2o:#ed5958;
      --color-charts-red-500-m14kmu:#fe6e73;
      --color-charts-red-600-938v3h:#ff8a8a;
      --color-charts-red-700-f6sq8t:#ffa09e;
      --color-charts-red-800-tzkaad:#ffb3b0;
      --color-charts-red-900-fhg0lh:#ffc4c0;
      --color-charts-red-1000-9iigzo:#ffd2cf;
      --color-charts-red-1100-4n7b3z:#ffe0dd;
      --color-charts-red-1200-ek3cuo:#ffecea;
      --color-charts-orange-300-hqhtmn:#c55305;
      --color-charts-orange-400-g8c1fc:#de6923;
      --color-charts-orange-500-j3c2cu:#f27c36;
      --color-charts-orange-600-1ad7o4:#f89256;
      --color-charts-orange-700-spsf2r:#fca572;
      --color-charts-orange-800-244d7b:#ffb68b;
      --color-charts-orange-900-8omk92:#ffc6a4;
      --color-charts-orange-1000-ezq5pz:#ffd4bb;
      --color-charts-orange-1100-bhcmg5:#ffe1cf;
      --color-charts-orange-1200-exs6jj:#ffede2;
      --color-charts-yellow-300-fpz8o0:#977001;
      --color-charts-yellow-400-vxiqrf:#b08400;
      --color-charts-yellow-500-1qgrtj:#c59600;
      --color-charts-yellow-600-aweqy2:#d3a61c;
      --color-charts-yellow-700-xh0lj9:#dfb52c;
      --color-charts-yellow-800-gp4422:#eac33a;
      --color-charts-yellow-900-r6gx3k:#f1cf65;
      --color-charts-yellow-1000-6dnac6:#f7db8a;
      --color-charts-yellow-1100-fqp4sw:#fce5a8;
      --color-charts-yellow-1200-k7kf4w:#ffefc9;
      --color-charts-green-300-6766ev:#48851a;
      --color-charts-green-400-gd41ay:#5a9b29;
      --color-charts-green-500-yr18n3:#69ae34;
      --color-charts-green-600-b1gmr0:#7dbd4c;
      --color-charts-green-700-305sle:#8fca61;
      --color-charts-green-800-rh42zr:#9fd673;
      --color-charts-green-900-2x5smm:#b2df8d;
      --color-charts-green-1000-opphoq:#c5e7a8;
      --color-charts-green-1100-o67uzm:#d5efbe;
      --color-charts-green-1200-sw46fc:#e4f7d5;
      --color-charts-teal-300-2qlyrg:#018977;
      --color-charts-teal-400-s8pa77:#009d89;
      --color-charts-teal-500-8d830b:#00b09b;
      --color-charts-teal-600-772n9t:#40bfa9;
      --color-charts-teal-700-29mnwm:#5fccb7;
      --color-charts-teal-800-vp41t6:#77d7c3;
      --color-charts-teal-900-k020ya:#94e0d0;
      --color-charts-teal-1000-fhpqt3:#ace9db;
      --color-charts-teal-1100-6w598w:#c2f0e6;
      --color-charts-teal-1200-0u78my:#d7f7f0;
      --color-charts-blue-1-300-pdza0q:#00819c;
      --color-charts-blue-1-400-ajl038:#0497ba;
      --color-charts-blue-1-500-9s8gor:#08aad2;
      --color-charts-blue-1-600-7ymb7g:#44b9dd;
      --color-charts-blue-1-700-5qzras:#63c6e7;
      --color-charts-blue-1-800-awczh4:#79d2f0;
      --color-charts-blue-1-900-6wxwzk:#98dcf5;
      --color-charts-blue-1-1000-00005b:#b3e4f8;
      --color-charts-blue-1-1100-8nwfwf:#caedfc;
      --color-charts-blue-1-1200-v60p8b:#ddf4ff;
      --color-charts-blue-2-300-g72slq:#486de8;
      --color-charts-blue-2-400-he538m:#6384f5;
      --color-charts-blue-2-500-quctxu:#7698fe;
      --color-charts-blue-2-600-6qav3j:#8ea9ff;
      --color-charts-blue-2-700-sp7t4m:#a2b8ff;
      --color-charts-blue-2-800-q01umt:#b1c5ff;
      --color-charts-blue-2-900-gog7z2:#c3d1ff;
      --color-charts-blue-2-1000-c13nf8:#d2dcff;
      --color-charts-blue-2-1100-ddk6eo:#dfe6ff;
      --color-charts-blue-2-1200-gt550t:#ecf0ff;
      --color-charts-purple-300-85q036:#8d59de;
      --color-charts-purple-400-9axh6r:#a173ea;
      --color-charts-purple-500-rn2jbl:#b088f5;
      --color-charts-purple-600-26s4rg:#bf9bf9;
      --color-charts-purple-700-tv8cvg:#cbabfc;
      --color-charts-purple-800-h61qlx:#d6baff;
      --color-charts-purple-900-am452b:#dfc8ff;
      --color-charts-purple-1000-uarqpb:#e8d5ff;
      --color-charts-purple-1100-y8ctnd:#efe2ff;
      --color-charts-purple-1200-hr9f40:#f5edff;
      --color-charts-pink-300-ewnht7:#c64a70;
      --color-charts-pink-400-smjdat:#d56889;
      --color-charts-pink-500-bw864b:#e07f9d;
      --color-charts-pink-600-2ro14y:#eb92ad;
      --color-charts-pink-700-ryxvua:#f5a2bb;
      --color-charts-pink-800-tcusf8:#ffb0c8;
      --color-charts-pink-900-kpyne4:#ffc1d4;
      --color-charts-pink-1000-1soluc:#ffd1de;
      --color-charts-pink-1100-ff6g93:#ffdfe8;
      --color-charts-pink-1200-w9585d:#ffecf1;
      --color-charts-status-critical-c6brdu:var(--color-charts-red-300-2k7eul);
      --color-charts-status-high-18fhg5:var(--color-charts-red-500-m14kmu);
      --color-charts-status-medium-3trmy3:var(--color-charts-orange-600-1ad7o4);
      --color-charts-status-low-br6wv0:var(--color-charts-yellow-700-xh0lj9);
      --color-charts-status-positive-md7eqa:var(--color-charts-green-500-yr18n3);
      --color-charts-status-info-yds4x2:var(--color-charts-blue-1-500-9s8gor);
      --color-charts-threshold-negative-aad26m:var(--color-error-400-c0knb8);
      --color-charts-threshold-positive-mk2804:var(--color-success-500-hhxb4g);
      --color-charts-threshold-info-ijuzzj:var(--color-info-300-q9xd1l);
      --color-charts-threshold-neutral-pd7kh4:var(--color-neutral-450-kn0235);
      --color-charts-line-grid-kjxf3m:var(--color-neutral-650-miik4f);
      --color-charts-line-tick-xmcbvk:var(--color-neutral-650-miik4f);
      --color-charts-line-axis-b95ncf:var(--color-neutral-650-miik4f);
      --color-charts-error-bar-marker-r10jgv:var(--color-white-p1zlvy);
      --color-severity-dark-red-j8bmoc:#d63f38;
      --color-severity-red-wf5w2d:#fe6e73;
      --color-text-notification-severity-critical-tv4vw4:var(--color-black-cox1hy);
      --color-text-notification-severity-high-t4suvu:var(--color-neutral-950-lxybh8);
      --color-grey-opaque-70-p0svy7:rgba(15, 20, 26, 0.7);
      --color-grey-transparent-g4kcvh:rgba(15, 20, 26, 1);
      --color-grey-transparent-heavy-bu3q4i:rgba(15, 20, 26, 1);
      --color-background-badge-icon-jyxnxa:var(--color-error-400-c0knb8);
      --color-background-button-link-active-5oi2dp:var(--color-neutral-700-qw8ats);
      --color-background-button-link-hover-lhrs2u:var(--color-neutral-800-t7j5ap);
      --color-background-button-normal-active-5imwxd:var(--color-neutral-700-qw8ats);
      --color-background-button-normal-default-7f99mv:var(--color-neutral-850-3f0gro);
      --color-background-button-normal-disabled-hl039l:var(--color-neutral-850-3f0gro);
      --color-background-button-normal-hover-53op9s:var(--color-neutral-800-t7j5ap);
      --color-background-toggle-button-normal-pressed-4khex7:var(--color-neutral-700-qw8ats);
      --color-background-button-primary-active-5cqoqt:var(--color-primary-400-n8h4bx);
      --color-background-button-primary-disabled-sgo4zo:var(--color-neutral-750-pi9qqd);
      --color-background-direction-button-disabled-s9x4zq:var(--color-neutral-750-pi9qqd);
      --color-background-calendar-current-date-sk0f6i:var(--color-neutral-700-qw8ats);
      --color-background-cell-shaded-v7o6so:var(--color-neutral-800-t7j5ap);
      --color-background-code-editor-gutter-active-line-default-51v1pv:var(--color-neutral-500-8van0b);
      --color-background-code-editor-gutter-default-15qdwh:var(--color-neutral-800-t7j5ap);
      --color-background-code-editor-loading-6nwpin:var(--color-neutral-800-t7j5ap);
      --color-background-code-editor-pane-item-hover-z6k9mr:var(--color-neutral-700-qw8ats);
      --color-background-code-editor-status-bar-yjtxod:var(--color-neutral-800-t7j5ap);
      --color-background-container-content-6u8rvp:var(--color-neutral-850-3f0gro);
      --color-background-container-header-gs3mbe:var(--color-neutral-850-3f0gro);
      --color-background-control-checked-ka7kc2:var(--color-primary-400-n8h4bx);
      --color-background-control-default-4jb21l:var(--color-neutral-850-3f0gro);
      --color-background-control-disabled-1f3718:var(--color-neutral-700-qw8ats);
      --color-background-dropdown-item-default-qmc033:var(--color-neutral-800-t7j5ap);
      --color-background-dropdown-item-filter-match-49b5vt:var(--color-neutral-700-qw8ats);
      --color-background-dropdown-item-hover-yunepc:var(--color-neutral-900-v0mtoc);
      --color-background-inline-code-un8udy:rgba(255, 255, 255, 0.1);
      --color-background-input-default-ifz5bb:var(--color-neutral-850-3f0gro);
      --color-background-input-disabled-dihaja:var(--color-neutral-800-t7j5ap);
      --color-background-item-selected-9gppru:var(--color-primary-1000-7umopx);
      --color-background-layout-main-5ilwcb:var(--color-neutral-850-3f0gro);
      --color-background-layout-panel-hover-tguulw:var(--color-neutral-700-qw8ats);
      --color-background-layout-toggle-selected-active-zcl8w3:var(--color-primary-400-n8h4bx);
      --color-background-layout-toggle-selected-default-izfana:var(--color-primary-400-n8h4bx);
      --color-background-layout-toggle-selected-hover-7953u1:var(--color-primary-300-5q65ox);
      --color-background-notification-grey-x3vul6:var(--color-neutral-600-fln1ww);
      --color-background-popover-e20fy8:var(--color-neutral-800-t7j5ap);
      --color-background-progress-bar-value-default-69ydqg:var(--color-primary-400-n8h4bx);
      --color-background-progress-bar-default-j8kyxd:var(--color-neutral-700-qw8ats);
      --color-background-segment-active-1u2ldl:var(--color-primary-400-n8h4bx);
      --color-background-slider-handle-default-lp5ntg:var(--color-primary-400-n8h4bx);
      --color-background-slider-handle-active-50ubqb:var(--color-primary-300-5q65ox);
      --color-background-slider-track-default-vk2c9o:var(--color-neutral-600-fln1ww);
      --color-background-slider-handle-ring-9sfenj:var(--color-neutral-850-3f0gro);
      --color-background-status-error-mu3lcw:var(--color-error-1000-ecmudm);
      --color-background-status-info-sfobba:var(--color-info-1000-s77ok9);
      --color-background-status-success-h6b8bh:var(--color-success-1000-xy1gvq);
      --color-background-status-warning-cv83up:var(--color-warning-1000-65l070);
      --color-background-tiles-disabled-4ynms7:var(--color-neutral-800-t7j5ap);
      --color-background-toggle-checked-disabled-amxc0a:var(--color-primary-900-a5kqrr);
      --color-background-toggle-default-kjlhv0:var(--color-neutral-500-8van0b);
      --color-background-chat-bubble-incoming-j38cew:var(--color-neutral-950-lxybh8);
      --color-border-button-normal-active-ru7yhb:var(--color-primary-300-5q65ox);
      --color-border-button-normal-default-glqfp1:var(--color-primary-400-n8h4bx);
      --color-border-toggle-button-normal-pressed-tq8o41:var(--color-primary-400-n8h4bx);
      --color-border-button-normal-disabled-pkhetz:var(--color-neutral-600-fln1ww);
      --color-border-button-normal-hover-6a2tdq:var(--color-primary-300-5q65ox);
      --color-item-selected-72rnwy:var(--color-primary-400-n8h4bx);
      --color-border-calendar-grid-selected-focus-ring-jk1fb0:var(--color-neutral-850-3f0gro);
      --color-border-cell-shaded-0ipazf:var(--color-neutral-700-qw8ats);
      --color-border-code-editor-default-2bfcfq:var(--color-neutral-600-fln1ww);
      --color-border-divider-active-biq3j4:var(--color-neutral-100-gk3lvf);
      --color-border-divider-default-nr68jt:var(--color-neutral-650-miik4f);
      --color-border-divider-secondary-qoitch:var(--color-neutral-750-pi9qqd);
      --color-border-dropdown-container-cmthq7:var(--color-neutral-600-fln1ww);
      --color-border-dropdown-item-hover-aqfuxq:var(--color-neutral-600-fln1ww);
      --color-border-input-default-317xk5:var(--color-neutral-600-fln1ww);
      --color-border-input-focused-4z0pgn:var(--color-primary-400-n8h4bx);
      --color-border-item-focused-uk47pl:var(--color-primary-400-n8h4bx);
      --color-border-dropdown-item-focused-zacqlp:var(--color-neutral-300-08wi6k);
      --color-border-layout-ayg8vb:var(--color-neutral-650-miik4f);
      --color-border-segment-default-6ig2mo:var(--color-neutral-300-08wi6k);
      --color-border-status-error-j8acpp:var(--color-error-400-c0knb8);
      --color-border-status-info-qf6jok:var(--color-info-400-674xac);
      --color-border-status-success-8z5f8u:var(--color-success-500-hhxb4g);
      --color-border-status-warning-j40pg7:var(--color-warning-500-zidhub);
      --color-border-divider-interactive-default-r928dz:var(--color-neutral-300-08wi6k);
      --color-border-tabs-divider-f5t9va:var(--color-neutral-650-miik4f);
      --color-border-tutorial-zggi80:var(--color-neutral-650-miik4f);
      --color-foreground-control-default-eto4wy:var(--color-neutral-950-lxybh8);
      --color-foreground-control-disabled-txi6cf:var(--color-neutral-850-3f0gro);
      --color-foreground-control-read-only-7ydvuj:var(--color-neutral-450-kn0235);
      --color-text-accent-n1kmht:var(--color-primary-400-n8h4bx);
      --color-text-body-default-vvtq8u:var(--color-neutral-350-dq6kfr);
      --color-text-body-secondary-yna5sb:var(--color-neutral-350-dq6kfr);
      --color-text-breadcrumb-current-2mqnkk:var(--color-neutral-500-8van0b);
      --color-text-breadcrumb-icon-9j48ot:var(--color-text-interactive-disabled-1bqmrl);
      --color-text-button-normal-active-vihsxh:var(--color-primary-300-5q65ox);
      --color-text-toggle-button-normal-pressed-wnx2zl:var(--color-primary-300-5q65ox);
      --color-text-button-normal-default-nzalii:var(--color-primary-400-n8h4bx);
      --color-text-button-normal-hover-gusgyv:var(--color-primary-300-5q65ox);
      --color-text-button-primary-active-refmba:var(--color-neutral-950-lxybh8);
      --color-text-button-primary-default-mwl31m:var(--color-neutral-950-lxybh8);
      --color-text-button-primary-hover-pw12ep:var(--color-neutral-950-lxybh8);
      --color-text-calendar-month-ea0e93:var(--color-neutral-450-kn0235);
      --color-text-code-editor-gutter-active-line-2addhd:var(--color-neutral-950-lxybh8);
      --color-text-code-editor-gutter-default-nlshs8:var(--color-neutral-300-08wi6k);
      --color-text-code-editor-status-bar-disabled-xxmtlc:var(--color-neutral-600-fln1ww);
      --color-text-code-editor-tab-button-error-avwh01:var(--color-neutral-950-lxybh8);
      --color-text-column-header-e6urd1:var(--color-neutral-400-wtst55);
      --color-text-counter-bywf75:var(--color-neutral-450-kn0235);
      --color-text-disabled-rox5hg:var(--color-neutral-600-fln1ww);
      --color-text-disabled-inline-edit-1cbiz8:var(--color-neutral-400-wtst55);
      --color-text-dropdown-item-default-f1jr9u:var(--color-neutral-300-08wi6k);
      --color-text-dropdown-item-filter-match-ebhvct:var(--color-primary-300-5q65ox);
      --color-text-dropdown-item-highlighted-yr1px8:var(--color-neutral-250-vs1is4);
      --color-text-dropdown-item-secondary-hover-de15wb:var(--color-neutral-300-08wi6k);
      --color-text-empty-tlohug:var(--color-neutral-300-08wi6k);
      --color-text-expandable-section-default-ynw8my:var(--color-neutral-300-08wi6k);
      --color-text-form-default-47mtz6:var(--color-neutral-300-08wi6k);
      --color-text-form-secondary-1nm780:var(--color-neutral-450-kn0235);
      --color-text-group-label-a2qc05:var(--color-neutral-350-dq6kfr);
      --color-text-label-gen-ai-a2n3od:var(--color-purple-400-o7fr4k);
      --color-text-heading-default-izpp46:var(--color-neutral-250-vs1is4);
      --color-text-heading-secondary-iwtvf6:var(--color-neutral-450-kn0235);
      --color-text-icon-subtle-3sgxlr:var(--color-neutral-400-wtst55);
      --color-text-input-disabled-wh1f3y:var(--color-neutral-600-fln1ww);
      --color-text-input-placeholder-dclg8u:var(--color-neutral-450-kn0235);
      --color-text-interactive-active-uoe6zi:var(--color-neutral-100-gk3lvf);
      --color-text-interactive-default-ugh9wp:var(--color-neutral-300-08wi6k);
      --color-text-interactive-disabled-1bqmrl:var(--color-neutral-600-fln1ww);
      --color-text-interactive-hover-6naf7i:var(--color-neutral-100-gk3lvf);
      --color-text-toggle-button-icon-pressed-detfkz:var(--color-neutral-100-gk3lvf);
      --color-text-inverted-4v4dmq:var(--color-neutral-950-lxybh8);
      --color-text-layout-toggle-active-ifu7qp:var(--color-neutral-850-3f0gro);
      --color-text-layout-toggle-hover-9jwdce:var(--color-primary-400-n8h4bx);
      --color-text-layout-toggle-selected-xpximc:var(--color-neutral-950-lxybh8);
      --color-text-link-default-hude44:var(--color-primary-400-n8h4bx);
      --color-text-link-hover-2hfec2:var(--color-primary-300-5q65ox);
      --color-text-pagination-page-number-default-74j15c:var(--color-neutral-400-wtst55);
      --color-text-segment-active-hlorbe:var(--color-neutral-950-lxybh8);
      --color-text-segment-default-vi2vn9:var(--color-neutral-300-08wi6k);
      --color-text-small-m1tr70:var(--color-neutral-450-kn0235);
      --color-text-status-error-ksqavh:var(--color-error-400-c0knb8);
      --color-text-status-inactive-gy7337:var(--color-neutral-450-kn0235);
      --color-text-status-info-ue8bd2:var(--color-info-400-674xac);
      --color-text-status-success-ybmii8:var(--color-success-500-hhxb4g);
      --color-text-status-warning-6meo06:var(--color-warning-500-zidhub);
      --color-text-top-navigation-title-en0v40:var(--color-neutral-100-gk3lvf);
      --color-board-placeholder-active-x6yfem:var(--color-neutral-600-fln1ww);
      --color-board-placeholder-hover-5nov9c:var(--color-primary-600-1lcy1k);
      --color-drag-placeholder-active-ea1sgp:var(--color-neutral-600-fln1ww);
      --color-drag-placeholder-hover-qwadna:var(--color-primary-600-1lcy1k);
      --color-dropzone-background-default-7efhmb:var(--color-neutral-850-3f0gro);
      --color-dropzone-background-hover-mi8rlm:var(--color-primary-1000-7umopx);
      --color-dropzone-text-default-djdnme:var(--color-neutral-350-dq6kfr);
      --color-dropzone-text-hover-asw3rt:var(--color-neutral-350-dq6kfr);
      --color-dropzone-border-default-k648ha:var(--color-neutral-600-fln1ww);
      --color-dropzone-border-hover-otpag5:var(--color-primary-300-5q65ox);
      --color-gap-global-drawer-nh699a:var(--color-neutral-950-lxybh8);
      --color-tree-view-connector-line-1usxvn:var(--color-neutral-300-08wi6k);
      --color-background-action-card-default-src0mr:var(--color-neutral-850-3f0gro);
      --color-background-action-card-hover-doobfp:var(--color-neutral-800-t7j5ap);
      --color-background-action-card-active-4mj226:var(--color-neutral-700-qw8ats);
      --color-border-action-card-default-dtywof:var(--color-primary-400-n8h4bx);
      --color-border-action-card-hover-onrya1:var(--color-primary-300-5q65ox);
      --color-border-action-card-active-ak3vrv:var(--color-primary-300-5q65ox);
      --color-border-action-card-disabled-9xqqxt:var(--color-neutral-600-fln1ww);
      --color-background-action-card-disabled-71qsdt:var(--color-neutral-850-3f0gro);
      --color-icon-action-card-default-anh0vz:var(--color-primary-400-n8h4bx);
      --color-icon-action-card-hover-qxq4pp:var(--color-primary-300-5q65ox);
      --color-icon-action-card-active-rhp94s:var(--color-primary-300-5q65ox);
      --color-icon-action-card-disabled-wm3kyf:var(--color-neutral-600-fln1ww);
      --shadow-container-53ltfv:0px 1px 8px 2px rgba(0, 7, 22, 0.6);
      --shadow-container-active-ypjjoc:0px 1px 1px 1px #192534, 0px 6px 36px #00040c;
      --shadow-dropdown-isf0w4:0px 4px 20px 1px rgba(0, 4, 12, 1);
      --shadow-flash-sticky-k69vye:0px 4px 8px rgba(0, 7, 22, 0.5);
      --shadow-panel-vk7iea:0px 0px 0px 1px #414d5c;
      --shadow-panel-toggle-qddz27:0px 6px 12px 1px rgba(0, 7, 22, 1);
      --shadow-split-bottom-vlyulf:0px -36px 36px -36px rgba(0, 7, 22, 1);
      --shadow-split-side-nyajix:-1px 0px 1px 0px #192534, -36px 6px 36px -36px rgba(0, 7, 22, 1);
      --shadow-sticky-lolw8j:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
      --shadow-sticky-embedded-jmny8n:0px 2px 0px 0px #414d5c, 0px 16px 16px -12px rgba(0, 7, 22, 1);
      --shadow-sticky-column-first-trcd2o:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
      --shadow-sticky-column-last-qgh697:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
    }
  }
  .awsui-compact-mode:not(#\9) {
    --size-vertical-input-p1d7xx:28px;
    --size-vertical-panel-icon-offset-z959cw:13px;
    --space-field-vertical-vm99qz:3px;
    --space-button-icon-only-horizontal-i85hxi:var(--space-xxs-hwfkai);
    --space-card-horizontal-embedded-sasxhu:10px;
    --space-card-vertical-embedded-30pnhg:var(--space-xs-ymlm0b);
    --space-dark-header-overlap-distance-ld45ap:32px;
    --space-grid-gutter-whc3jp:var(--space-m-dsumyt);
    --space-table-header-focus-outline-gutter-ymwujm:-1px;
    --space-tile-gutter-bi2bdv:var(--space-m-dsumyt);
    --space-scaled-2x-xxs-e79hr1:var(--space-none-xk6qzf);
    --space-scaled-2x-m-4euqsk:var(--space-xs-ymlm0b);
    --space-scaled-2x-l-u5ida5:var(--space-s-tvghoh);
    --space-scaled-2x-xl-he48nr:var(--space-m-dsumyt);
    --space-scaled-2x-xxxl-bxyvwl:var(--space-xl-jfy3x4);
    --space-scaled-xxxs-oo06c7:var(--space-none-xk6qzf);
    --space-scaled-xxs-pfm1nx:var(--space-xxxs-pajhad);
    --space-scaled-xs-xwoogq:var(--space-xxs-hwfkai);
    --space-scaled-s-8ozaad:var(--space-xs-ymlm0b);
    --space-scaled-m-m892r9:var(--space-s-tvghoh);
    --space-scaled-l-sej05l:var(--space-m-dsumyt);
    --space-scaled-xl-dunxp5:var(--space-l-2ud1p3);
    --space-scaled-xxl-6wgq96:var(--space-xl-jfy3x4);
    --space-scaled-xxxl-hwoy7j:var(--space-xxl-32srm4);
    --space-alert-vertical-dlp5wr:var(--space-flashbar-vertical-th71op);
    --space-button-horizontal-k0c786:var(--space-scaled-l-sej05l);
    --space-button-vertical-xaxp6x:var(--space-scaled-xxs-pfm1nx);
    --space-token-vertical-m3oh2a:var(--space-scaled-xxs-pfm1nx);
    --space-button-modal-dismiss-vertical-vqfxjd:var(--space-scaled-xxxs-oo06c7);
    --space-card-vertical-default-e40tif:var(--space-scaled-m-m892r9);
    --space-item-card-horizontal-embedded-e0vef5:var(--space-card-horizontal-embedded-sasxhu);
    --space-item-card-vertical-default-ppqfu4:var(--space-card-vertical-default-e40tif);
    --space-item-card-vertical-embedded-zuozef:var(--space-card-vertical-embedded-30pnhg);
    --space-container-header-bottom-2taq8v:var(--space-scaled-xs-xwoogq);
    --space-content-header-padding-bottom-rvy5xz:var(--space-scaled-m-m892r9);
    --space-expandable-section-icon-offset-top-cntyn8:var(--space-scaled-2x-xxs-e79hr1);
    --space-flashbar-vertical-th71op:var(--space-scaled-xs-xwoogq);
    --space-layout-content-bottom-zeb1g9:var(--space-scaled-2x-xxxl-bxyvwl);
    --space-layout-content-horizontal-buc0zz:var(--space-scaled-2x-xl-he48nr);
    --space-modal-content-bottom-nl6ceq:var(--space-scaled-2x-m-4euqsk);
    --space-panel-content-bottom-24c6lu:var(--space-scaled-xxxl-hwoy7j);
    --space-panel-content-top-qvd1dr:var(--space-scaled-l-sej05l);
    --space-panel-header-vertical-ckfgmy:var(--space-scaled-l-sej05l);
    --space-panel-side-right-8wwirc:var(--space-scaled-xl-dunxp5);
    --space-panel-split-top-3u4vky:var(--space-scaled-l-sej05l);
    --space-panel-split-bottom-ir16d7:var(--space-scaled-l-sej05l);
    --space-tabs-content-top-ju6qox:var(--space-scaled-s-8ozaad);
    --space-tabs-vertical-3qxuiu:var(--space-scaled-xxs-pfm1nx);
    --space-action-card-horizontal-embedded-pb8pj4:var(--space-card-horizontal-embedded-sasxhu);
    --space-action-card-vertical-default-zqb3v3:var(--space-card-vertical-default-e40tif);
    --space-action-card-vertical-embedded-f1rm8a:var(--space-card-vertical-embedded-30pnhg);
    --space-action-card-description-padding-top-qw1sd7:var(--space-scaled-xxs-pfm1nx);
  }
  .awsui-motion-disabled:not(#\9) {
    --motion-duration-extra-slow-29bqym:0ms;
    --motion-duration-fast-unntf6:0ms;
    --motion-duration-moderate-c9utmg:0ms;
    --motion-duration-refresh-only-fast-zfibh6:0ms;
    --motion-duration-refresh-only-medium-5rbn3k:0ms;
    --motion-duration-refresh-only-slow-ugjy90:0ms;
    --motion-duration-avatar-gen-ai-gradient-84si5n:0ms;
    --motion-duration-avatar-loading-dots-1xxvis:0ms;
    --motion-duration-slow-zji5vl:0ms;
    --motion-duration-rotate-180-cxi9g7:var(--motion-duration-moderate-c9utmg);
    --motion-duration-rotate-90-lyzb0k:var(--motion-duration-moderate-c9utmg);
    --motion-duration-show-paced-otsjh8:var(--motion-duration-slow-zji5vl);
    --motion-duration-show-quick-tyvnyw:var(--motion-duration-moderate-c9utmg);
    --motion-duration-transition-quick-mcm2y0:var(--motion-duration-fast-unntf6);
    --motion-duration-transition-show-paced-t8d1os:var(--motion-duration-slow-zji5vl);
    --motion-duration-transition-show-quick-5jnnjz:var(--motion-duration-fast-unntf6);
    --motion-duration-responsive-mehora:var(--motion-duration-refresh-only-fast-zfibh6);
    --motion-duration-expressive-cbdcwy:var(--motion-duration-refresh-only-medium-5rbn3k);
    --motion-duration-complex-tbdo30:var(--motion-duration-refresh-only-slow-ugjy90);
  }
  .awsui-context-compact-table:not(#\9) {
    --size-vertical-input-p1d7xx:28px;
    --space-scaled-xxxs-oo06c7:var(--space-none-xk6qzf);
    --space-scaled-xxs-pfm1nx:var(--space-xxxs-pajhad);
    --space-scaled-xs-xwoogq:var(--space-xxs-hwfkai);
    --space-scaled-s-8ozaad:var(--space-xs-ymlm0b);
    --space-scaled-m-m892r9:var(--space-s-tvghoh);
    --space-scaled-l-sej05l:var(--space-m-dsumyt);
    --space-scaled-xl-dunxp5:var(--space-l-2ud1p3);
    --space-scaled-xxl-6wgq96:var(--space-xl-jfy3x4);
    --space-scaled-xxxl-hwoy7j:var(--space-xxl-32srm4);
    --space-alert-vertical-dlp5wr:var(--space-flashbar-vertical-th71op);
    --space-button-horizontal-k0c786:var(--space-scaled-l-sej05l);
    --space-button-vertical-xaxp6x:var(--space-scaled-xxs-pfm1nx);
    --space-token-vertical-m3oh2a:var(--space-scaled-xxs-pfm1nx);
    --space-button-modal-dismiss-vertical-vqfxjd:var(--space-scaled-xxxs-oo06c7);
    --space-card-vertical-default-e40tif:var(--space-scaled-m-m892r9);
    --space-item-card-vertical-default-ppqfu4:var(--space-card-vertical-default-e40tif);
    --space-container-header-bottom-2taq8v:var(--space-scaled-xs-xwoogq);
    --space-content-header-padding-bottom-rvy5xz:var(--space-scaled-m-m892r9);
    --space-flashbar-vertical-th71op:var(--space-scaled-xs-xwoogq);
    --space-panel-content-bottom-24c6lu:var(--space-scaled-xxxl-hwoy7j);
    --space-panel-content-top-qvd1dr:var(--space-scaled-l-sej05l);
    --space-panel-header-vertical-ckfgmy:var(--space-scaled-l-sej05l);
    --space-panel-side-right-8wwirc:var(--space-scaled-xl-dunxp5);
    --space-panel-split-top-3u4vky:var(--space-scaled-l-sej05l);
    --space-panel-split-bottom-ir16d7:var(--space-scaled-l-sej05l);
    --space-tabs-content-top-ju6qox:var(--space-scaled-s-8ozaad);
    --space-tabs-vertical-3qxuiu:var(--space-scaled-xxs-pfm1nx);
    --space-action-card-vertical-default-zqb3v3:var(--space-card-vertical-default-e40tif);
    --space-action-card-description-padding-top-qw1sd7:var(--space-scaled-xxs-pfm1nx);
  }
  .awsui-context-top-navigation:not(#\9) {
    --color-grey-opaque-70-p0svy7:rgba(15, 20, 26, 0.7);
    --color-grey-transparent-g4kcvh:rgba(15, 20, 26, 1);
    --color-grey-transparent-heavy-bu3q4i:rgba(15, 20, 26, 1);
    --color-background-badge-icon-jyxnxa:var(--color-error-400-c0knb8);
    --color-background-button-link-active-5oi2dp:var(--color-neutral-700-qw8ats);
    --color-background-button-link-hover-lhrs2u:var(--color-neutral-800-t7j5ap);
    --color-background-button-normal-active-5imwxd:var(--color-neutral-700-qw8ats);
    --color-background-button-normal-default-7f99mv:var(--color-neutral-850-3f0gro);
    --color-background-button-normal-disabled-hl039l:var(--color-neutral-850-3f0gro);
    --color-background-button-normal-hover-53op9s:var(--color-neutral-800-t7j5ap);
    --color-background-toggle-button-normal-pressed-4khex7:var(--color-neutral-700-qw8ats);
    --color-background-button-primary-active-5cqoqt:var(--color-primary-400-n8h4bx);
    --color-background-button-primary-disabled-sgo4zo:var(--color-neutral-750-pi9qqd);
    --color-background-direction-button-disabled-s9x4zq:var(--color-neutral-750-pi9qqd);
    --color-background-calendar-current-date-sk0f6i:var(--color-neutral-700-qw8ats);
    --color-background-cell-shaded-v7o6so:var(--color-neutral-800-t7j5ap);
    --color-background-code-editor-gutter-active-line-default-51v1pv:var(--color-neutral-500-8van0b);
    --color-background-code-editor-gutter-default-15qdwh:var(--color-neutral-800-t7j5ap);
    --color-background-code-editor-loading-6nwpin:var(--color-neutral-800-t7j5ap);
    --color-background-code-editor-pane-item-hover-z6k9mr:var(--color-neutral-700-qw8ats);
    --color-background-code-editor-status-bar-yjtxod:var(--color-neutral-800-t7j5ap);
    --color-background-container-content-6u8rvp:var(--color-neutral-850-3f0gro);
    --color-background-container-header-gs3mbe:var(--color-neutral-850-3f0gro);
    --color-background-control-checked-ka7kc2:var(--color-primary-400-n8h4bx);
    --color-background-control-default-4jb21l:var(--color-neutral-850-3f0gro);
    --color-background-control-disabled-1f3718:var(--color-neutral-700-qw8ats);
    --color-background-dropdown-item-default-qmc033:var(--color-neutral-850-3f0gro);
    --color-background-dropdown-item-filter-match-49b5vt:var(--color-neutral-700-qw8ats);
    --color-background-dropdown-item-hover-yunepc:var(--color-neutral-900-v0mtoc);
    --color-background-inline-code-un8udy:rgba(255, 255, 255, 0.1);
    --color-background-input-default-ifz5bb:var(--color-neutral-850-3f0gro);
    --color-background-input-disabled-dihaja:var(--color-neutral-800-t7j5ap);
    --color-background-item-selected-9gppru:var(--color-primary-1000-7umopx);
    --color-background-layout-main-5ilwcb:var(--color-neutral-850-3f0gro);
    --color-background-layout-panel-hover-tguulw:var(--color-neutral-700-qw8ats);
    --color-background-layout-toggle-selected-active-zcl8w3:var(--color-primary-400-n8h4bx);
    --color-background-layout-toggle-selected-default-izfana:var(--color-primary-400-n8h4bx);
    --color-background-layout-toggle-selected-hover-7953u1:var(--color-primary-300-5q65ox);
    --color-background-notification-grey-x3vul6:var(--color-neutral-600-fln1ww);
    --color-background-popover-e20fy8:var(--color-neutral-800-t7j5ap);
    --color-background-progress-bar-value-default-69ydqg:var(--color-primary-400-n8h4bx);
    --color-background-progress-bar-default-j8kyxd:var(--color-neutral-700-qw8ats);
    --color-background-segment-active-1u2ldl:var(--color-primary-400-n8h4bx);
    --color-background-slider-handle-default-lp5ntg:var(--color-primary-400-n8h4bx);
    --color-background-slider-handle-active-50ubqb:var(--color-primary-300-5q65ox);
    --color-background-slider-track-default-vk2c9o:var(--color-neutral-600-fln1ww);
    --color-background-slider-handle-ring-9sfenj:var(--color-neutral-850-3f0gro);
    --color-background-status-error-mu3lcw:var(--color-error-1000-ecmudm);
    --color-background-status-info-sfobba:var(--color-info-1000-s77ok9);
    --color-background-status-success-h6b8bh:var(--color-success-1000-xy1gvq);
    --color-background-status-warning-cv83up:var(--color-warning-1000-65l070);
    --color-background-tiles-disabled-4ynms7:var(--color-neutral-800-t7j5ap);
    --color-background-toggle-checked-disabled-amxc0a:var(--color-primary-900-a5kqrr);
    --color-background-toggle-default-kjlhv0:var(--color-neutral-500-8van0b);
    --color-background-chat-bubble-incoming-j38cew:var(--color-neutral-950-lxybh8);
    --color-border-button-normal-active-ru7yhb:var(--color-primary-300-5q65ox);
    --color-border-button-normal-default-glqfp1:var(--color-primary-400-n8h4bx);
    --color-border-toggle-button-normal-pressed-tq8o41:var(--color-primary-400-n8h4bx);
    --color-border-button-normal-disabled-pkhetz:var(--color-neutral-600-fln1ww);
    --color-border-button-normal-hover-6a2tdq:var(--color-primary-300-5q65ox);
    --color-item-selected-72rnwy:var(--color-primary-400-n8h4bx);
    --color-border-calendar-grid-selected-focus-ring-jk1fb0:var(--color-neutral-850-3f0gro);
    --color-border-cell-shaded-0ipazf:var(--color-neutral-700-qw8ats);
    --color-border-code-editor-default-2bfcfq:var(--color-neutral-600-fln1ww);
    --color-border-divider-active-biq3j4:var(--color-neutral-100-gk3lvf);
    --color-border-divider-default-nr68jt:var(--color-neutral-650-miik4f);
    --color-border-divider-secondary-qoitch:var(--color-neutral-750-pi9qqd);
    --color-border-dropdown-container-cmthq7:var(--color-neutral-600-fln1ww);
    --color-border-dropdown-item-hover-aqfuxq:var(--color-neutral-600-fln1ww);
    --color-border-input-default-317xk5:var(--color-neutral-600-fln1ww);
    --color-border-input-focused-4z0pgn:var(--color-primary-400-n8h4bx);
    --color-border-item-focused-uk47pl:var(--color-primary-400-n8h4bx);
    --color-border-dropdown-item-focused-zacqlp:var(--color-neutral-300-08wi6k);
    --color-border-layout-ayg8vb:var(--color-neutral-650-miik4f);
    --color-border-segment-default-6ig2mo:var(--color-neutral-300-08wi6k);
    --color-border-status-error-j8acpp:var(--color-error-400-c0knb8);
    --color-border-status-info-qf6jok:var(--color-info-400-674xac);
    --color-border-status-success-8z5f8u:var(--color-success-500-hhxb4g);
    --color-border-status-warning-j40pg7:var(--color-warning-500-zidhub);
    --color-border-divider-interactive-default-r928dz:var(--color-neutral-300-08wi6k);
    --color-border-tabs-divider-f5t9va:var(--color-neutral-650-miik4f);
    --color-border-tutorial-zggi80:var(--color-neutral-650-miik4f);
    --color-foreground-control-default-eto4wy:var(--color-neutral-950-lxybh8);
    --color-foreground-control-disabled-txi6cf:var(--color-neutral-850-3f0gro);
    --color-foreground-control-read-only-7ydvuj:var(--color-neutral-450-kn0235);
    --color-text-accent-n1kmht:var(--color-primary-400-n8h4bx);
    --color-text-body-default-vvtq8u:var(--color-neutral-350-dq6kfr);
    --color-text-body-secondary-yna5sb:var(--color-neutral-350-dq6kfr);
    --color-text-breadcrumb-current-2mqnkk:var(--color-neutral-500-8van0b);
    --color-text-breadcrumb-icon-9j48ot:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-normal-active-vihsxh:var(--color-primary-300-5q65ox);
    --color-text-toggle-button-normal-pressed-wnx2zl:var(--color-primary-300-5q65ox);
    --color-text-button-normal-default-nzalii:var(--color-primary-400-n8h4bx);
    --color-text-button-normal-hover-gusgyv:var(--color-primary-300-5q65ox);
    --color-text-button-primary-active-refmba:var(--color-neutral-950-lxybh8);
    --color-text-button-primary-default-mwl31m:var(--color-neutral-950-lxybh8);
    --color-text-button-primary-hover-pw12ep:var(--color-neutral-950-lxybh8);
    --color-text-calendar-month-ea0e93:var(--color-neutral-450-kn0235);
    --color-text-code-editor-gutter-active-line-2addhd:var(--color-neutral-950-lxybh8);
    --color-text-code-editor-gutter-default-nlshs8:var(--color-neutral-300-08wi6k);
    --color-text-code-editor-status-bar-disabled-xxmtlc:var(--color-neutral-600-fln1ww);
    --color-text-code-editor-tab-button-error-avwh01:var(--color-neutral-950-lxybh8);
    --color-text-column-header-e6urd1:var(--color-neutral-400-wtst55);
    --color-text-counter-bywf75:var(--color-neutral-450-kn0235);
    --color-text-disabled-rox5hg:var(--color-neutral-600-fln1ww);
    --color-text-disabled-inline-edit-1cbiz8:var(--color-neutral-400-wtst55);
    --color-text-dropdown-item-default-f1jr9u:var(--color-neutral-300-08wi6k);
    --color-text-dropdown-item-filter-match-ebhvct:var(--color-primary-300-5q65ox);
    --color-text-dropdown-item-highlighted-yr1px8:var(--color-neutral-250-vs1is4);
    --color-text-dropdown-item-secondary-hover-de15wb:var(--color-neutral-300-08wi6k);
    --color-text-empty-tlohug:var(--color-neutral-300-08wi6k);
    --color-text-expandable-section-default-ynw8my:var(--color-neutral-300-08wi6k);
    --color-text-form-default-47mtz6:var(--color-neutral-300-08wi6k);
    --color-text-form-secondary-1nm780:var(--color-neutral-450-kn0235);
    --color-text-group-label-a2qc05:var(--color-neutral-350-dq6kfr);
    --color-text-label-gen-ai-a2n3od:var(--color-purple-400-o7fr4k);
    --color-text-heading-default-izpp46:var(--color-neutral-250-vs1is4);
    --color-text-heading-secondary-iwtvf6:var(--color-neutral-450-kn0235);
    --color-text-icon-subtle-3sgxlr:var(--color-neutral-400-wtst55);
    --color-text-input-disabled-wh1f3y:var(--color-neutral-600-fln1ww);
    --color-text-input-placeholder-dclg8u:var(--color-neutral-450-kn0235);
    --color-text-interactive-active-uoe6zi:var(--color-neutral-100-gk3lvf);
    --color-text-interactive-default-ugh9wp:var(--color-neutral-300-08wi6k);
    --color-text-interactive-disabled-1bqmrl:var(--color-neutral-600-fln1ww);
    --color-text-interactive-hover-6naf7i:var(--color-neutral-100-gk3lvf);
    --color-text-toggle-button-icon-pressed-detfkz:var(--color-neutral-100-gk3lvf);
    --color-text-inverted-4v4dmq:var(--color-neutral-950-lxybh8);
    --color-text-layout-toggle-active-ifu7qp:var(--color-neutral-850-3f0gro);
    --color-text-layout-toggle-hover-9jwdce:var(--color-primary-400-n8h4bx);
    --color-text-layout-toggle-selected-xpximc:var(--color-neutral-950-lxybh8);
    --color-text-link-default-hude44:var(--color-primary-400-n8h4bx);
    --color-text-link-hover-2hfec2:var(--color-primary-300-5q65ox);
    --color-text-pagination-page-number-default-74j15c:var(--color-neutral-400-wtst55);
    --color-text-segment-active-hlorbe:var(--color-neutral-950-lxybh8);
    --color-text-segment-default-vi2vn9:var(--color-neutral-300-08wi6k);
    --color-text-small-m1tr70:var(--color-neutral-450-kn0235);
    --color-text-status-error-ksqavh:var(--color-error-400-c0knb8);
    --color-text-status-inactive-gy7337:var(--color-neutral-450-kn0235);
    --color-text-status-info-ue8bd2:var(--color-info-400-674xac);
    --color-text-status-success-ybmii8:var(--color-success-500-hhxb4g);
    --color-text-status-warning-6meo06:var(--color-warning-500-zidhub);
    --color-text-top-navigation-title-en0v40:var(--color-neutral-100-gk3lvf);
    --color-board-placeholder-active-x6yfem:var(--color-neutral-600-fln1ww);
    --color-board-placeholder-hover-5nov9c:var(--color-primary-600-1lcy1k);
    --color-drag-placeholder-active-ea1sgp:var(--color-neutral-600-fln1ww);
    --color-drag-placeholder-hover-qwadna:var(--color-primary-600-1lcy1k);
    --color-dropzone-background-default-7efhmb:var(--color-neutral-850-3f0gro);
    --color-dropzone-background-hover-mi8rlm:var(--color-primary-1000-7umopx);
    --color-dropzone-text-default-djdnme:var(--color-neutral-350-dq6kfr);
    --color-dropzone-text-hover-asw3rt:var(--color-neutral-350-dq6kfr);
    --color-dropzone-border-default-k648ha:var(--color-neutral-600-fln1ww);
    --color-dropzone-border-hover-otpag5:var(--color-primary-300-5q65ox);
    --color-gap-global-drawer-nh699a:var(--color-neutral-950-lxybh8);
    --color-tree-view-connector-line-1usxvn:var(--color-neutral-300-08wi6k);
    --color-background-action-card-default-src0mr:var(--color-neutral-850-3f0gro);
    --color-background-action-card-hover-doobfp:var(--color-neutral-800-t7j5ap);
    --color-background-action-card-active-4mj226:var(--color-neutral-700-qw8ats);
    --color-border-action-card-default-dtywof:var(--color-primary-400-n8h4bx);
    --color-border-action-card-hover-onrya1:var(--color-primary-300-5q65ox);
    --color-border-action-card-active-ak3vrv:var(--color-primary-300-5q65ox);
    --color-border-action-card-disabled-9xqqxt:var(--color-neutral-600-fln1ww);
    --color-background-action-card-disabled-71qsdt:var(--color-neutral-850-3f0gro);
    --color-icon-action-card-default-anh0vz:var(--color-primary-400-n8h4bx);
    --color-icon-action-card-hover-qxq4pp:var(--color-primary-300-5q65ox);
    --color-icon-action-card-active-rhp94s:var(--color-primary-300-5q65ox);
    --color-icon-action-card-disabled-wm3kyf:var(--color-neutral-600-fln1ww);
    --color-background-button-primary-default-vdt0fu:var(--color-border-button-normal-default-glqfp1);
    --color-background-button-primary-hover-mo85i6:var(--color-border-button-normal-hover-6a2tdq);
    --color-text-direction-button-disabled-2jds36:var(--color-text-interactive-disabled-1bqmrl);
    --color-background-code-editor-gutter-active-line-error-ro2qo1:var(--color-text-status-error-ksqavh);
    --color-background-card-p5vrq0:var(--color-background-container-content-6u8rvp);
    --color-background-item-card-ww2wfv:var(--color-background-card-p5vrq0);
    --color-background-dropdown-item-selected-f3v6te:var(--color-background-item-selected-9gppru);
    --color-background-drawer-5hs0eh:var(--color-background-layout-panel-content-xto15e);
    --color-background-drawer-backdrop-ducxi3:var(--color-grey-opaque-70-p0svy7);
    --color-background-layout-panel-content-xto15e:var(--color-background-container-content-6u8rvp);
    --color-background-layout-toolbar-y0cu80:var(--color-background-layout-panel-content-xto15e);
    --color-background-modal-overlay-d7uby0:var(--color-grey-opaque-70-p0svy7);
    --color-background-segment-default-b0r494:var(--color-background-button-normal-default-7f99mv);
    --color-background-segment-disabled-m2a5t7:var(--color-background-button-normal-disabled-hl039l);
    --color-background-segment-hover-800sl4:var(--color-background-button-normal-hover-53op9s);
    --color-background-segment-wrapper-5tudmm:var(--color-background-container-content-6u8rvp);
    --color-background-slider-range-default-3ljdu4:var(--color-background-slider-handle-default-lp5ntg);
    --color-background-slider-range-active-vu3lky:var(--color-background-slider-handle-active-50ubqb);
    --color-background-slider-handle-error-default-411tqq:var(--color-text-status-error-ksqavh);
    --color-background-slider-handle-error-active-x65pfh:var(--color-text-status-error-ksqavh);
    --color-background-slider-handle-warning-default-or76ej:var(--color-text-status-warning-6meo06);
    --color-background-slider-handle-warning-active-7o84zp:var(--color-text-status-warning-6meo06);
    --color-background-slider-range-error-default-b519qn:var(--color-text-status-error-ksqavh);
    --color-background-slider-range-error-active-6bo8an:var(--color-text-status-error-ksqavh);
    --color-background-slider-range-warning-default-6isqvo:var(--color-text-status-warning-6meo06);
    --color-background-slider-range-warning-active-dm2pha:var(--color-text-status-warning-6meo06);
    --color-background-dialog-2fj3uu:var(--color-background-status-info-sfobba);
    --color-background-table-header-hdjxos:var(--color-background-container-header-gs3mbe);
    --color-text-chat-bubble-outgoing-f3r63s:var(--color-text-body-default-vvtq8u);
    --color-text-chat-bubble-incoming-od0yh8:var(--color-text-body-default-vvtq8u);
    --color-border-button-primary-active-6jnxoc:var(--color-background-button-primary-active-5cqoqt);
    --color-border-button-primary-default-45p8u2:var(--color-background-button-primary-default-vdt0fu);
    --color-border-button-primary-disabled-b5p1ji:var(--color-background-button-primary-disabled-sgo4zo);
    --color-border-button-primary-hover-rktx0f:var(--color-background-button-primary-hover-mo85i6);
    --color-border-code-editor-pane-item-hover-wvblek:var(--color-border-dropdown-item-hover-aqfuxq);
    --color-border-card-3n24fu:var(--color-border-divider-default-nr68jt);
    --color-border-card-highlighted-ygosod:var(--color-border-item-selected-wl5ttm);
    --color-border-item-card-fia23i:var(--color-border-card-3n24fu);
    --color-border-item-card-highlighted-5l7rko:var(--color-border-card-highlighted-ygosod);
    --color-border-control-checked-bdv28l:var(--color-background-control-checked-ka7kc2);
    --color-border-control-disabled-uj7t08:var(--color-background-control-disabled-1f3718);
    --color-border-divider-panel-bottom-bruvuz:var(--color-border-divider-default-nr68jt);
    --color-border-divider-panel-side-an0w07:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-group-ylcnh8:var(--color-border-dropdown-item-default-kape37);
    --color-border-dropdown-item-default-kape37:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-item-selected-dl2ezh:var(--color-border-item-selected-wl5ttm);
    --color-border-editable-cell-hover-2hmo55:var(--color-border-dropdown-item-hover-aqfuxq);
    --color-border-input-disabled-zgnzvk:var(--color-background-input-disabled-dihaja);
    --color-border-item-placeholder-x8kbjp:var(--color-border-item-selected-wl5ttm);
    --color-border-item-selected-wl5ttm:var(--color-item-selected-72rnwy);
    --color-border-panel-header-ygztvl:var(--color-border-divider-default-nr68jt);
    --color-border-popover-1ye6tz:var(--color-border-dropdown-container-cmthq7);
    --color-border-segment-active-ls9t4n:var(--color-border-segment-default-6ig2mo);
    --color-border-segment-disabled-fcrbcl:var(--color-border-segment-default-6ig2mo);
    --color-border-segment-hover-0o9ey3:var(--color-border-segment-default-6ig2mo);
    --color-border-dialog-0rjwug:var(--color-border-status-info-qf6jok);
    --color-border-tabs-shadow-ugyo07:var(--color-grey-transparent-g4kcvh);
    --color-border-tabs-underline-gudemr:var(--color-text-accent-n1kmht);
    --color-border-tiles-disabled-19olbu:var(--color-background-tiles-disabled-4ynms7);
    --color-shadow-default-o7dmmm:var(--color-grey-transparent-heavy-bu3q4i);
    --color-text-button-inline-icon-default-sm4ql6:var(--color-text-link-default-hude44);
    --color-text-button-inline-icon-disabled-82hho0:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-inline-icon-hover-rbyzfc:var(--color-text-link-hover-2hfec2);
    --color-text-link-button-normal-default-srprth:var(--color-text-button-normal-default-nzalii);
    --color-text-link-button-normal-hover-jrnyw3:var(--color-text-button-normal-hover-gusgyv);
    --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
    --color-text-button-link-disabled-12wh7a:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
    --color-text-calendar-date-hover-3fcriv:var(--color-text-dropdown-item-default-f1jr9u);
    --color-text-column-sorting-icon-fngn77:var(--color-text-column-header-e6urd1);
    --color-text-control-disabled-upk9lz:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-footer-umcot2:var(--color-text-form-secondary-1nm780);
    --color-text-dropdown-group-label-2tmyik:var(--color-text-group-label-a2qc05);
    --color-text-dropdown-item-dimmed-tq8vh3:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-item-disabled-8m65hf:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-item-secondary-v12lfh:var(--color-text-form-secondary-1nm780);
    --color-text-expandable-section-hover-ojzwhd:var(--color-text-accent-n1kmht);
    --color-text-expandable-section-navigation-icon-default-mklu1s:var(--color-text-interactive-default-ugh9wp);
    --color-text-form-label-6sbm75:var(--color-text-form-default-47mtz6);
    --color-text-input-placeholder-disabled-wg87og:var(--color-text-input-disabled-wh1f3y);
    --color-text-label-28gfmc:var(--color-text-form-label-6sbm75);
    --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
    --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
    --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
    --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
    --color-text-pagination-page-number-active-disabled-gfl43p:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
    --color-text-tutorial-hotspot-default-xfv3ow:var(--color-text-link-default-hude44);
    --color-text-tutorial-hotspot-hover-92pxog:var(--color-text-link-hover-2hfec2);
  }
  .awsui-context-content-header:not(#\9) {
    --color-grey-opaque-70-p0svy7:rgba(15, 20, 26, 0.7);
    --color-grey-transparent-g4kcvh:rgba(15, 20, 26, 1);
    --color-grey-transparent-heavy-bu3q4i:rgba(15, 20, 26, 1);
    --color-background-badge-icon-jyxnxa:var(--color-error-400-c0knb8);
    --color-background-button-link-active-5oi2dp:var(--color-neutral-700-qw8ats);
    --color-background-button-link-hover-lhrs2u:var(--color-neutral-800-t7j5ap);
    --color-background-button-normal-active-5imwxd:var(--color-neutral-700-qw8ats);
    --color-background-button-normal-default-7f99mv:var(--color-neutral-950-lxybh8);
    --color-background-button-normal-disabled-hl039l:var(--color-neutral-950-lxybh8);
    --color-background-button-normal-hover-53op9s:var(--color-neutral-800-t7j5ap);
    --color-background-toggle-button-normal-pressed-4khex7:var(--color-neutral-700-qw8ats);
    --color-background-button-primary-active-5cqoqt:var(--color-primary-400-n8h4bx);
    --color-background-button-primary-disabled-sgo4zo:var(--color-neutral-750-pi9qqd);
    --color-background-direction-button-disabled-s9x4zq:var(--color-neutral-750-pi9qqd);
    --color-background-calendar-current-date-sk0f6i:var(--color-neutral-700-qw8ats);
    --color-background-cell-shaded-v7o6so:var(--color-neutral-800-t7j5ap);
    --color-background-code-editor-gutter-active-line-default-51v1pv:var(--color-neutral-500-8van0b);
    --color-background-code-editor-gutter-default-15qdwh:var(--color-neutral-800-t7j5ap);
    --color-background-code-editor-loading-6nwpin:var(--color-neutral-800-t7j5ap);
    --color-background-code-editor-pane-item-hover-z6k9mr:var(--color-neutral-700-qw8ats);
    --color-background-code-editor-status-bar-yjtxod:var(--color-neutral-800-t7j5ap);
    --color-background-container-content-6u8rvp:var(--color-neutral-850-3f0gro);
    --color-background-container-header-gs3mbe:var(--color-neutral-850-3f0gro);
    --color-background-control-checked-ka7kc2:var(--color-primary-400-n8h4bx);
    --color-background-control-default-4jb21l:var(--color-neutral-950-lxybh8);
    --color-background-control-disabled-1f3718:var(--color-neutral-700-qw8ats);
    --color-background-dropdown-item-default-qmc033:var(--color-neutral-800-t7j5ap);
    --color-background-dropdown-item-filter-match-49b5vt:var(--color-neutral-700-qw8ats);
    --color-background-dropdown-item-hover-yunepc:var(--color-neutral-900-v0mtoc);
    --color-background-inline-code-un8udy:rgba(255, 255, 255, 0.1);
    --color-background-input-default-ifz5bb:var(--color-neutral-950-lxybh8);
    --color-background-input-disabled-dihaja:var(--color-neutral-800-t7j5ap);
    --color-background-item-selected-9gppru:var(--color-primary-1000-7umopx);
    --color-background-layout-main-5ilwcb:var(--color-neutral-950-lxybh8);
    --color-background-layout-panel-hover-tguulw:var(--color-neutral-700-qw8ats);
    --color-background-layout-toggle-selected-active-zcl8w3:var(--color-primary-400-n8h4bx);
    --color-background-layout-toggle-selected-default-izfana:var(--color-primary-400-n8h4bx);
    --color-background-layout-toggle-selected-hover-7953u1:var(--color-primary-300-5q65ox);
    --color-background-notification-grey-x3vul6:var(--color-neutral-600-fln1ww);
    --color-background-popover-e20fy8:var(--color-neutral-800-t7j5ap);
    --color-background-progress-bar-value-default-69ydqg:var(--color-primary-400-n8h4bx);
    --color-background-progress-bar-default-j8kyxd:var(--color-neutral-700-qw8ats);
    --color-background-segment-active-1u2ldl:var(--color-primary-400-n8h4bx);
    --color-background-segment-default-b0r494:var(--color-neutral-950-lxybh8);
    --color-background-segment-disabled-m2a5t7:var(--color-neutral-950-lxybh8);
    --color-background-segment-wrapper-5tudmm:var(--color-neutral-950-lxybh8);
    --color-background-slider-handle-default-lp5ntg:var(--color-primary-400-n8h4bx);
    --color-background-slider-handle-active-50ubqb:var(--color-primary-300-5q65ox);
    --color-background-slider-track-default-vk2c9o:var(--color-neutral-600-fln1ww);
    --color-background-slider-handle-ring-9sfenj:var(--color-neutral-850-3f0gro);
    --color-background-status-error-mu3lcw:var(--color-error-1000-ecmudm);
    --color-background-status-info-sfobba:var(--color-info-1000-s77ok9);
    --color-background-status-success-h6b8bh:var(--color-success-1000-xy1gvq);
    --color-background-status-warning-cv83up:var(--color-warning-1000-65l070);
    --color-background-table-header-hdjxos:var(--color-neutral-950-lxybh8);
    --color-background-tiles-disabled-4ynms7:var(--color-neutral-800-t7j5ap);
    --color-background-toggle-checked-disabled-amxc0a:var(--color-primary-900-a5kqrr);
    --color-background-toggle-default-kjlhv0:var(--color-neutral-500-8van0b);
    --color-background-chat-bubble-incoming-j38cew:var(--color-neutral-950-lxybh8);
    --color-border-button-normal-active-ru7yhb:var(--color-primary-300-5q65ox);
    --color-border-button-normal-default-glqfp1:var(--color-primary-400-n8h4bx);
    --color-border-toggle-button-normal-pressed-tq8o41:var(--color-primary-400-n8h4bx);
    --color-border-button-normal-disabled-pkhetz:var(--color-neutral-600-fln1ww);
    --color-border-button-normal-hover-6a2tdq:var(--color-primary-300-5q65ox);
    --color-item-selected-72rnwy:var(--color-primary-400-n8h4bx);
    --color-border-calendar-grid-selected-focus-ring-jk1fb0:var(--color-neutral-850-3f0gro);
    --color-border-cell-shaded-0ipazf:var(--color-neutral-700-qw8ats);
    --color-border-code-editor-default-2bfcfq:var(--color-neutral-600-fln1ww);
    --color-border-divider-active-biq3j4:var(--color-neutral-100-gk3lvf);
    --color-border-divider-default-nr68jt:var(--color-neutral-650-miik4f);
    --color-border-divider-secondary-qoitch:var(--color-neutral-750-pi9qqd);
    --color-border-dropdown-container-cmthq7:var(--color-neutral-600-fln1ww);
    --color-border-dropdown-item-hover-aqfuxq:var(--color-neutral-600-fln1ww);
    --color-border-input-default-317xk5:var(--color-neutral-600-fln1ww);
    --color-border-input-focused-4z0pgn:var(--color-primary-400-n8h4bx);
    --color-border-item-focused-uk47pl:var(--color-primary-400-n8h4bx);
    --color-border-dropdown-item-focused-zacqlp:var(--color-neutral-300-08wi6k);
    --color-border-layout-ayg8vb:var(--color-neutral-650-miik4f);
    --color-border-segment-default-6ig2mo:var(--color-neutral-300-08wi6k);
    --color-border-status-error-j8acpp:var(--color-error-400-c0knb8);
    --color-border-status-info-qf6jok:var(--color-info-400-674xac);
    --color-border-status-success-8z5f8u:var(--color-success-500-hhxb4g);
    --color-border-status-warning-j40pg7:var(--color-warning-500-zidhub);
    --color-border-divider-interactive-default-r928dz:var(--color-neutral-300-08wi6k);
    --color-border-tabs-divider-f5t9va:var(--color-neutral-650-miik4f);
    --color-border-tutorial-zggi80:var(--color-neutral-650-miik4f);
    --color-foreground-control-default-eto4wy:var(--color-neutral-950-lxybh8);
    --color-foreground-control-disabled-txi6cf:var(--color-neutral-850-3f0gro);
    --color-foreground-control-read-only-7ydvuj:var(--color-neutral-450-kn0235);
    --color-text-accent-n1kmht:var(--color-primary-400-n8h4bx);
    --color-text-body-default-vvtq8u:var(--color-neutral-350-dq6kfr);
    --color-text-body-secondary-yna5sb:var(--color-neutral-350-dq6kfr);
    --color-text-breadcrumb-current-2mqnkk:var(--color-neutral-500-8van0b);
    --color-text-breadcrumb-icon-9j48ot:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-normal-active-vihsxh:var(--color-primary-300-5q65ox);
    --color-text-toggle-button-normal-pressed-wnx2zl:var(--color-primary-300-5q65ox);
    --color-text-button-normal-default-nzalii:var(--color-primary-400-n8h4bx);
    --color-text-button-normal-hover-gusgyv:var(--color-primary-300-5q65ox);
    --color-text-button-primary-active-refmba:var(--color-neutral-950-lxybh8);
    --color-text-button-primary-default-mwl31m:var(--color-neutral-950-lxybh8);
    --color-text-button-primary-hover-pw12ep:var(--color-neutral-950-lxybh8);
    --color-text-calendar-month-ea0e93:var(--color-neutral-450-kn0235);
    --color-text-code-editor-gutter-active-line-2addhd:var(--color-neutral-950-lxybh8);
    --color-text-code-editor-gutter-default-nlshs8:var(--color-neutral-300-08wi6k);
    --color-text-code-editor-status-bar-disabled-xxmtlc:var(--color-neutral-600-fln1ww);
    --color-text-code-editor-tab-button-error-avwh01:var(--color-neutral-950-lxybh8);
    --color-text-column-header-e6urd1:var(--color-neutral-400-wtst55);
    --color-text-counter-bywf75:var(--color-neutral-450-kn0235);
    --color-text-disabled-rox5hg:var(--color-neutral-600-fln1ww);
    --color-text-disabled-inline-edit-1cbiz8:var(--color-neutral-400-wtst55);
    --color-text-dropdown-item-default-f1jr9u:var(--color-neutral-300-08wi6k);
    --color-text-dropdown-item-filter-match-ebhvct:var(--color-primary-300-5q65ox);
    --color-text-dropdown-item-highlighted-yr1px8:var(--color-neutral-250-vs1is4);
    --color-text-dropdown-item-secondary-hover-de15wb:var(--color-neutral-300-08wi6k);
    --color-text-empty-tlohug:var(--color-neutral-300-08wi6k);
    --color-text-expandable-section-default-ynw8my:var(--color-neutral-300-08wi6k);
    --color-text-form-default-47mtz6:var(--color-neutral-300-08wi6k);
    --color-text-form-secondary-1nm780:var(--color-neutral-450-kn0235);
    --color-text-group-label-a2qc05:var(--color-neutral-350-dq6kfr);
    --color-text-label-gen-ai-a2n3od:var(--color-purple-400-o7fr4k);
    --color-text-heading-default-izpp46:var(--color-neutral-250-vs1is4);
    --color-text-heading-secondary-iwtvf6:var(--color-neutral-450-kn0235);
    --color-text-icon-subtle-3sgxlr:var(--color-neutral-400-wtst55);
    --color-text-input-disabled-wh1f3y:var(--color-neutral-600-fln1ww);
    --color-text-input-placeholder-dclg8u:var(--color-neutral-450-kn0235);
    --color-text-interactive-active-uoe6zi:var(--color-neutral-100-gk3lvf);
    --color-text-interactive-default-ugh9wp:var(--color-neutral-300-08wi6k);
    --color-text-interactive-disabled-1bqmrl:var(--color-neutral-600-fln1ww);
    --color-text-interactive-hover-6naf7i:var(--color-neutral-100-gk3lvf);
    --color-text-toggle-button-icon-pressed-detfkz:var(--color-neutral-100-gk3lvf);
    --color-text-inverted-4v4dmq:var(--color-neutral-950-lxybh8);
    --color-text-layout-toggle-active-ifu7qp:var(--color-neutral-850-3f0gro);
    --color-text-layout-toggle-hover-9jwdce:var(--color-primary-400-n8h4bx);
    --color-text-layout-toggle-selected-xpximc:var(--color-neutral-950-lxybh8);
    --color-text-link-default-hude44:var(--color-primary-400-n8h4bx);
    --color-text-link-hover-2hfec2:var(--color-primary-300-5q65ox);
    --color-text-pagination-page-number-default-74j15c:var(--color-neutral-400-wtst55);
    --color-text-segment-active-hlorbe:var(--color-neutral-950-lxybh8);
    --color-text-segment-default-vi2vn9:var(--color-neutral-300-08wi6k);
    --color-text-small-m1tr70:var(--color-neutral-450-kn0235);
    --color-text-status-error-ksqavh:var(--color-error-400-c0knb8);
    --color-text-status-inactive-gy7337:var(--color-neutral-450-kn0235);
    --color-text-status-info-ue8bd2:var(--color-info-400-674xac);
    --color-text-status-success-ybmii8:var(--color-success-500-hhxb4g);
    --color-text-status-warning-6meo06:var(--color-warning-500-zidhub);
    --color-text-top-navigation-title-en0v40:var(--color-neutral-100-gk3lvf);
    --color-board-placeholder-active-x6yfem:var(--color-neutral-600-fln1ww);
    --color-board-placeholder-hover-5nov9c:var(--color-primary-600-1lcy1k);
    --color-drag-placeholder-active-ea1sgp:var(--color-neutral-600-fln1ww);
    --color-drag-placeholder-hover-qwadna:var(--color-primary-600-1lcy1k);
    --color-dropzone-background-default-7efhmb:var(--color-neutral-850-3f0gro);
    --color-dropzone-background-hover-mi8rlm:var(--color-primary-1000-7umopx);
    --color-dropzone-text-default-djdnme:var(--color-neutral-350-dq6kfr);
    --color-dropzone-text-hover-asw3rt:var(--color-neutral-350-dq6kfr);
    --color-dropzone-border-default-k648ha:var(--color-neutral-600-fln1ww);
    --color-dropzone-border-hover-otpag5:var(--color-primary-300-5q65ox);
    --color-gap-global-drawer-nh699a:var(--color-neutral-950-lxybh8);
    --color-tree-view-connector-line-1usxvn:var(--color-neutral-300-08wi6k);
    --color-background-action-card-default-src0mr:var(--color-neutral-850-3f0gro);
    --color-background-action-card-hover-doobfp:var(--color-neutral-800-t7j5ap);
    --color-background-action-card-active-4mj226:var(--color-neutral-700-qw8ats);
    --color-border-action-card-default-dtywof:var(--color-primary-400-n8h4bx);
    --color-border-action-card-hover-onrya1:var(--color-primary-300-5q65ox);
    --color-border-action-card-active-ak3vrv:var(--color-primary-300-5q65ox);
    --color-border-action-card-disabled-9xqqxt:var(--color-neutral-600-fln1ww);
    --color-background-action-card-disabled-71qsdt:var(--color-neutral-850-3f0gro);
    --color-icon-action-card-default-anh0vz:var(--color-primary-400-n8h4bx);
    --color-icon-action-card-hover-qxq4pp:var(--color-primary-300-5q65ox);
    --color-icon-action-card-active-rhp94s:var(--color-primary-300-5q65ox);
    --color-icon-action-card-disabled-wm3kyf:var(--color-neutral-600-fln1ww);
    --shadow-container-53ltfv:0px 1px 8px 2px rgba(0, 7, 22, 0.6);
    --shadow-container-active-ypjjoc:0px 1px 1px 1px #192534, 0px 6px 36px #00040c;
    --shadow-dropdown-isf0w4:0px 4px 20px 1px rgba(0, 4, 12, 1);
    --shadow-split-bottom-vlyulf:0px -36px 36px -36px rgba(0, 7, 22, 1);
    --shadow-split-side-nyajix:-1px 0px 1px 0px #192534, -36px 6px 36px -36px rgba(0, 7, 22, 1);
    --shadow-sticky-lolw8j:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
    --shadow-sticky-embedded-jmny8n:0px 2px 0px 0px #414d5c, 0px 16px 16px -12px rgba(0, 7, 22, 1);
    --shadow-sticky-column-first-trcd2o:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
    --shadow-sticky-column-last-qgh697:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
    --color-background-button-primary-default-vdt0fu:var(--color-border-button-normal-default-glqfp1);
    --color-background-button-primary-hover-mo85i6:var(--color-border-button-normal-hover-6a2tdq);
    --color-text-direction-button-disabled-2jds36:var(--color-text-interactive-disabled-1bqmrl);
    --color-background-code-editor-gutter-active-line-error-ro2qo1:var(--color-text-status-error-ksqavh);
    --color-background-card-p5vrq0:var(--color-background-container-content-6u8rvp);
    --color-background-item-card-ww2wfv:var(--color-background-card-p5vrq0);
    --color-background-dropdown-item-selected-f3v6te:var(--color-background-item-selected-9gppru);
    --color-background-drawer-5hs0eh:var(--color-background-layout-panel-content-xto15e);
    --color-background-drawer-backdrop-ducxi3:var(--color-grey-opaque-70-p0svy7);
    --color-background-layout-panel-content-xto15e:var(--color-background-container-content-6u8rvp);
    --color-background-layout-toolbar-y0cu80:var(--color-background-layout-panel-content-xto15e);
    --color-background-modal-overlay-d7uby0:var(--color-grey-opaque-70-p0svy7);
    --color-background-segment-hover-800sl4:var(--color-background-button-normal-hover-53op9s);
    --color-background-slider-range-default-3ljdu4:var(--color-background-slider-handle-default-lp5ntg);
    --color-background-slider-range-active-vu3lky:var(--color-background-slider-handle-active-50ubqb);
    --color-background-slider-handle-error-default-411tqq:var(--color-text-status-error-ksqavh);
    --color-background-slider-handle-error-active-x65pfh:var(--color-text-status-error-ksqavh);
    --color-background-slider-handle-warning-default-or76ej:var(--color-text-status-warning-6meo06);
    --color-background-slider-handle-warning-active-7o84zp:var(--color-text-status-warning-6meo06);
    --color-background-slider-range-error-default-b519qn:var(--color-text-status-error-ksqavh);
    --color-background-slider-range-error-active-6bo8an:var(--color-text-status-error-ksqavh);
    --color-background-slider-range-warning-default-6isqvo:var(--color-text-status-warning-6meo06);
    --color-background-slider-range-warning-active-dm2pha:var(--color-text-status-warning-6meo06);
    --color-background-dialog-2fj3uu:var(--color-background-status-info-sfobba);
    --color-text-chat-bubble-outgoing-f3r63s:var(--color-text-body-default-vvtq8u);
    --color-text-chat-bubble-incoming-od0yh8:var(--color-text-body-default-vvtq8u);
    --color-border-button-primary-active-6jnxoc:var(--color-background-button-primary-active-5cqoqt);
    --color-border-button-primary-default-45p8u2:var(--color-background-button-primary-default-vdt0fu);
    --color-border-button-primary-disabled-b5p1ji:var(--color-background-button-primary-disabled-sgo4zo);
    --color-border-button-primary-hover-rktx0f:var(--color-background-button-primary-hover-mo85i6);
    --color-border-code-editor-pane-item-hover-wvblek:var(--color-border-dropdown-item-hover-aqfuxq);
    --color-border-card-3n24fu:var(--color-border-divider-default-nr68jt);
    --color-border-card-highlighted-ygosod:var(--color-border-item-selected-wl5ttm);
    --color-border-item-card-fia23i:var(--color-border-card-3n24fu);
    --color-border-item-card-highlighted-5l7rko:var(--color-border-card-highlighted-ygosod);
    --color-border-control-checked-bdv28l:var(--color-background-control-checked-ka7kc2);
    --color-border-control-disabled-uj7t08:var(--color-background-control-disabled-1f3718);
    --color-border-divider-panel-bottom-bruvuz:var(--color-border-divider-default-nr68jt);
    --color-border-divider-panel-side-an0w07:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-group-ylcnh8:var(--color-border-dropdown-item-default-kape37);
    --color-border-dropdown-item-default-kape37:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-item-selected-dl2ezh:var(--color-border-item-selected-wl5ttm);
    --color-border-editable-cell-hover-2hmo55:var(--color-border-dropdown-item-hover-aqfuxq);
    --color-border-input-disabled-zgnzvk:var(--color-background-input-disabled-dihaja);
    --color-border-item-placeholder-x8kbjp:var(--color-border-item-selected-wl5ttm);
    --color-border-item-selected-wl5ttm:var(--color-item-selected-72rnwy);
    --color-border-panel-header-ygztvl:var(--color-border-divider-default-nr68jt);
    --color-border-popover-1ye6tz:var(--color-border-dropdown-container-cmthq7);
    --color-border-segment-active-ls9t4n:var(--color-border-segment-default-6ig2mo);
    --color-border-segment-disabled-fcrbcl:var(--color-border-segment-default-6ig2mo);
    --color-border-segment-hover-0o9ey3:var(--color-border-segment-default-6ig2mo);
    --color-border-dialog-0rjwug:var(--color-border-status-info-qf6jok);
    --color-border-tabs-shadow-ugyo07:var(--color-grey-transparent-g4kcvh);
    --color-border-tabs-underline-gudemr:var(--color-text-accent-n1kmht);
    --color-border-tiles-disabled-19olbu:var(--color-background-tiles-disabled-4ynms7);
    --color-shadow-default-o7dmmm:var(--color-grey-transparent-heavy-bu3q4i);
    --color-text-button-inline-icon-default-sm4ql6:var(--color-text-link-default-hude44);
    --color-text-button-inline-icon-disabled-82hho0:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-inline-icon-hover-rbyzfc:var(--color-text-link-hover-2hfec2);
    --color-text-link-button-normal-default-srprth:var(--color-text-button-normal-default-nzalii);
    --color-text-link-button-normal-hover-jrnyw3:var(--color-text-button-normal-hover-gusgyv);
    --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
    --color-text-button-link-disabled-12wh7a:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
    --color-text-calendar-date-hover-3fcriv:var(--color-text-dropdown-item-default-f1jr9u);
    --color-text-column-sorting-icon-fngn77:var(--color-text-column-header-e6urd1);
    --color-text-control-disabled-upk9lz:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-footer-umcot2:var(--color-text-form-secondary-1nm780);
    --color-text-dropdown-group-label-2tmyik:var(--color-text-group-label-a2qc05);
    --color-text-dropdown-item-dimmed-tq8vh3:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-item-disabled-8m65hf:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-item-secondary-v12lfh:var(--color-text-form-secondary-1nm780);
    --color-text-expandable-section-hover-ojzwhd:var(--color-text-accent-n1kmht);
    --color-text-expandable-section-navigation-icon-default-mklu1s:var(--color-text-interactive-default-ugh9wp);
    --color-text-form-label-6sbm75:var(--color-text-form-default-47mtz6);
    --color-text-input-placeholder-disabled-wg87og:var(--color-text-input-disabled-wh1f3y);
    --color-text-label-28gfmc:var(--color-text-form-label-6sbm75);
    --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
    --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
    --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
    --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
    --color-text-pagination-page-number-active-disabled-gfl43p:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
    --color-text-tutorial-hotspot-default-xfv3ow:var(--color-text-link-default-hude44);
    --color-text-tutorial-hotspot-hover-92pxog:var(--color-text-link-hover-2hfec2);
    --shadow-dropup-2r02r5:var(--shadow-dropdown-isf0w4);
    --shadow-modal-kwgqht:var(--shadow-dropdown-isf0w4);
    --shadow-popover-pkane9:var(--shadow-dropdown-isf0w4);
  }
  .awsui-context-flashbar:not(#\9) {
    --color-background-button-normal-active-5imwxd:rgba(0, 7, 22, 0.2);
    --color-background-button-normal-default-7f99mv:transparent;
    --color-background-button-normal-hover-53op9s:rgba(0, 7, 22, 0.15);
    --color-background-inline-code-un8udy:rgba(0, 0, 0, 0.2);
    --color-background-progress-bar-value-default-69ydqg:var(--color-white-p1zlvy);
    --color-background-progress-bar-default-j8kyxd:var(--color-grey-opaque-25-cjy3al);
    --color-border-button-normal-active-ru7yhb:var(--color-white-p1zlvy);
    --color-border-button-normal-default-glqfp1:var(--color-neutral-100-gk3lvf);
    --color-border-button-normal-hover-6a2tdq:var(--color-white-p1zlvy);
    --color-border-divider-default-nr68jt:var(--color-neutral-100-gk3lvf);
    --color-border-item-focused-uk47pl:var(--color-neutral-100-gk3lvf);
    --color-text-body-default-vvtq8u:var(--color-neutral-100-gk3lvf);
    --color-text-body-secondary-yna5sb:var(--color-neutral-100-gk3lvf);
    --color-text-button-normal-active-vihsxh:var(--color-white-p1zlvy);
    --color-text-button-normal-default-nzalii:var(--color-neutral-100-gk3lvf);
    --color-text-button-normal-hover-gusgyv:var(--color-white-p1zlvy);
    --color-text-expandable-section-default-ynw8my:var(--color-neutral-100-gk3lvf);
    --color-text-expandable-section-hover-ojzwhd:var(--color-white-p1zlvy);
    --color-text-heading-secondary-iwtvf6:var(--color-neutral-100-gk3lvf);
    --color-text-label-28gfmc:var(--color-neutral-100-gk3lvf);
    --color-text-link-default-hude44:var(--color-neutral-100-gk3lvf);
    --color-text-link-hover-2hfec2:var(--color-white-p1zlvy);
    --color-text-tutorial-hotspot-default-xfv3ow:var(--color-neutral-300-08wi6k);
    --color-text-tutorial-hotspot-hover-92pxog:var(--color-neutral-100-gk3lvf);
    --color-background-button-primary-default-vdt0fu:var(--color-border-button-normal-default-glqfp1);
    --color-background-button-primary-hover-mo85i6:var(--color-border-button-normal-hover-6a2tdq);
    --color-background-segment-default-b0r494:var(--color-background-button-normal-default-7f99mv);
    --color-background-segment-hover-800sl4:var(--color-background-button-normal-hover-53op9s);
    --color-text-chat-bubble-outgoing-f3r63s:var(--color-text-body-default-vvtq8u);
    --color-text-chat-bubble-incoming-od0yh8:var(--color-text-body-default-vvtq8u);
    --color-border-button-primary-default-45p8u2:var(--color-background-button-primary-default-vdt0fu);
    --color-border-button-primary-hover-rktx0f:var(--color-background-button-primary-hover-mo85i6);
    --color-border-card-3n24fu:var(--color-border-divider-default-nr68jt);
    --color-border-item-card-fia23i:var(--color-border-card-3n24fu);
    --color-border-divider-panel-bottom-bruvuz:var(--color-border-divider-default-nr68jt);
    --color-border-divider-panel-side-an0w07:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-group-ylcnh8:var(--color-border-dropdown-item-default-kape37);
    --color-border-dropdown-item-default-kape37:var(--color-border-divider-default-nr68jt);
    --color-border-panel-header-ygztvl:var(--color-border-divider-default-nr68jt);
    --color-text-button-inline-icon-default-sm4ql6:var(--color-text-link-default-hude44);
    --color-text-button-inline-icon-hover-rbyzfc:var(--color-text-link-hover-2hfec2);
    --color-text-link-button-normal-default-srprth:var(--color-text-button-normal-default-nzalii);
    --color-text-link-button-normal-hover-jrnyw3:var(--color-text-button-normal-hover-gusgyv);
    --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
    --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
    --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
    --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
    --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
    --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
    --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
  }
  .awsui-context-flashbar-warning:not(#\9) {
    --color-background-button-normal-active-5imwxd:rgba(0, 7, 22, 0.1);
    --color-background-button-normal-default-7f99mv:transparent;
    --color-background-button-normal-hover-53op9s:rgba(0, 7, 22, 0.05);
    --color-background-progress-bar-value-default-69ydqg:var(--color-neutral-950-lxybh8);
    --color-background-progress-bar-default-j8kyxd:var(--color-grey-opaque-10-vwfmts);
    --color-border-button-normal-active-ru7yhb:var(--color-text-button-normal-hover-gusgyv);
    --color-border-button-normal-default-glqfp1:var(--color-text-button-normal-default-nzalii);
    --color-border-button-normal-hover-6a2tdq:var(--color-text-button-normal-hover-gusgyv);
    --color-border-divider-default-nr68jt:var(--color-text-notification-yellow-vjtdxk);
    --color-border-item-focused-uk47pl:var(--color-text-notification-yellow-vjtdxk);
    --color-text-body-default-vvtq8u:var(--color-text-notification-yellow-vjtdxk);
    --color-text-body-secondary-yna5sb:var(--color-text-notification-yellow-vjtdxk);
    --color-text-button-normal-active-vihsxh:var(--color-text-button-normal-hover-gusgyv);
    --color-text-button-normal-default-nzalii:var(--color-neutral-650-miik4f);
    --color-text-button-normal-hover-gusgyv:var(--color-neutral-950-lxybh8);
    --color-text-link-button-normal-default-srprth:var(--color-text-link-default-hude44);
    --color-text-link-button-normal-hover-jrnyw3:var(--color-text-link-hover-2hfec2);
    --color-text-expandable-section-default-ynw8my:var(--color-text-notification-yellow-vjtdxk);
    --color-text-expandable-section-hover-ojzwhd:var(--color-text-notification-yellow-vjtdxk);
    --color-text-heading-secondary-iwtvf6:var(--color-text-notification-yellow-vjtdxk);
    --color-text-interactive-inverted-default-xlc0d5:var(--color-neutral-650-miik4f);
    --color-text-interactive-inverted-hover-65rnp7:var(--color-neutral-950-lxybh8);
    --color-text-label-28gfmc:var(--color-text-notification-yellow-vjtdxk);
    --color-text-link-default-hude44:var(--color-text-notification-yellow-vjtdxk);
    --color-text-link-hover-2hfec2:var(--color-text-notification-yellow-vjtdxk);
    --color-text-link-inverted-hover-ocd3u3:var(--color-text-notification-yellow-vjtdxk);
    --color-text-notification-default-1iey72:var(--color-text-notification-yellow-vjtdxk);
    --color-text-tutorial-hotspot-default-xfv3ow:var(--color-neutral-600-fln1ww);
    --color-text-tutorial-hotspot-hover-92pxog:var(--color-neutral-900-v0mtoc);
    --color-background-button-primary-default-vdt0fu:var(--color-border-button-normal-default-glqfp1);
    --color-background-button-primary-hover-mo85i6:var(--color-border-button-normal-hover-6a2tdq);
    --color-background-segment-default-b0r494:var(--color-background-button-normal-default-7f99mv);
    --color-background-segment-hover-800sl4:var(--color-background-button-normal-hover-53op9s);
    --color-text-chat-bubble-outgoing-f3r63s:var(--color-text-body-default-vvtq8u);
    --color-text-chat-bubble-incoming-od0yh8:var(--color-text-body-default-vvtq8u);
    --color-border-button-primary-default-45p8u2:var(--color-background-button-primary-default-vdt0fu);
    --color-border-button-primary-hover-rktx0f:var(--color-background-button-primary-hover-mo85i6);
    --color-border-card-3n24fu:var(--color-border-divider-default-nr68jt);
    --color-border-item-card-fia23i:var(--color-border-card-3n24fu);
    --color-border-divider-panel-bottom-bruvuz:var(--color-border-divider-default-nr68jt);
    --color-border-divider-panel-side-an0w07:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-group-ylcnh8:var(--color-border-dropdown-item-default-kape37);
    --color-border-dropdown-item-default-kape37:var(--color-border-divider-default-nr68jt);
    --color-border-panel-header-ygztvl:var(--color-border-divider-default-nr68jt);
    --color-text-button-inline-icon-default-sm4ql6:var(--color-text-link-default-hude44);
    --color-text-button-inline-icon-hover-rbyzfc:var(--color-text-link-hover-2hfec2);
    --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
    --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
    --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
    --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
    --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
    --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
    --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
  }
  .awsui-context-alert:not(#\9) {
    --color-background-button-normal-active-5imwxd:rgba(0, 7, 22, 0.1);
    --color-background-button-normal-default-7f99mv:transparent;
    --color-background-button-normal-hover-53op9s:rgba(0, 7, 22, 0.05);
    --color-border-button-normal-active-ru7yhb:var(--color-text-button-normal-hover-gusgyv);
    --color-border-button-normal-default-glqfp1:var(--color-text-button-normal-default-nzalii);
    --color-border-button-normal-hover-6a2tdq:var(--color-text-button-normal-hover-gusgyv);
    --color-border-divider-default-nr68jt:var(--color-text-button-normal-default-nzalii);
    --color-text-button-normal-active-vihsxh:var(--color-text-button-normal-hover-gusgyv);
    --color-text-button-normal-default-nzalii:var(--color-neutral-650-miik4f);
    --color-text-button-normal-hover-gusgyv:var(--color-neutral-950-lxybh8);
    --color-text-link-button-normal-default-srprth:var(--color-text-link-default-hude44);
    --color-text-link-button-normal-hover-jrnyw3:var(--color-text-link-hover-2hfec2);
    --color-text-expandable-section-default-ynw8my:var(--color-text-button-normal-default-nzalii);
    --color-text-expandable-section-hover-ojzwhd:var(--color-text-button-normal-hover-gusgyv);
    --font-expandable-heading-size-0uk059:14px;
    --color-background-button-primary-default-vdt0fu:var(--color-border-button-normal-default-glqfp1);
    --color-background-button-primary-hover-mo85i6:var(--color-border-button-normal-hover-6a2tdq);
    --color-background-segment-default-b0r494:var(--color-background-button-normal-default-7f99mv);
    --color-background-segment-hover-800sl4:var(--color-background-button-normal-hover-53op9s);
    --color-border-button-primary-default-45p8u2:var(--color-background-button-primary-default-vdt0fu);
    --color-border-button-primary-hover-rktx0f:var(--color-background-button-primary-hover-mo85i6);
    --color-border-card-3n24fu:var(--color-border-divider-default-nr68jt);
    --color-border-item-card-fia23i:var(--color-border-card-3n24fu);
    --color-border-divider-panel-bottom-bruvuz:var(--color-border-divider-default-nr68jt);
    --color-border-divider-panel-side-an0w07:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-group-ylcnh8:var(--color-border-dropdown-item-default-kape37);
    --color-border-dropdown-item-default-kape37:var(--color-border-divider-default-nr68jt);
    --color-border-panel-header-ygztvl:var(--color-border-divider-default-nr68jt);
    --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
    --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
    --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
  }
  .awsui-context-content-header .awsui-context-alert:not(#\9) {
    --color-grey-opaque-70-p0svy7:rgba(15, 20, 26, 0.7);
    --color-grey-transparent-g4kcvh:rgba(15, 20, 26, 1);
    --color-grey-transparent-heavy-bu3q4i:rgba(15, 20, 26, 1);
    --color-background-badge-icon-jyxnxa:var(--color-error-400-c0knb8);
    --color-background-button-link-active-5oi2dp:var(--color-neutral-700-qw8ats);
    --color-background-button-link-hover-lhrs2u:var(--color-neutral-800-t7j5ap);
    --color-background-button-normal-active-5imwxd:rgba(255, 255, 255, 0.15);
    --color-background-button-normal-default-7f99mv:transparent;
    --color-background-button-normal-disabled-hl039l:var(--color-neutral-850-3f0gro);
    --color-background-button-normal-hover-53op9s:rgba(255, 255, 255, 0.1);
    --color-background-toggle-button-normal-pressed-4khex7:var(--color-neutral-700-qw8ats);
    --color-background-button-primary-active-5cqoqt:var(--color-primary-400-n8h4bx);
    --color-background-button-primary-disabled-sgo4zo:var(--color-neutral-750-pi9qqd);
    --color-background-direction-button-disabled-s9x4zq:var(--color-neutral-750-pi9qqd);
    --color-background-calendar-current-date-sk0f6i:var(--color-neutral-700-qw8ats);
    --color-background-cell-shaded-v7o6so:var(--color-neutral-800-t7j5ap);
    --color-background-code-editor-gutter-active-line-default-51v1pv:var(--color-neutral-500-8van0b);
    --color-background-code-editor-gutter-default-15qdwh:var(--color-neutral-800-t7j5ap);
    --color-background-code-editor-loading-6nwpin:var(--color-neutral-800-t7j5ap);
    --color-background-code-editor-pane-item-hover-z6k9mr:var(--color-neutral-700-qw8ats);
    --color-background-code-editor-status-bar-yjtxod:var(--color-neutral-800-t7j5ap);
    --color-background-container-content-6u8rvp:var(--color-neutral-850-3f0gro);
    --color-background-container-header-gs3mbe:var(--color-neutral-850-3f0gro);
    --color-background-control-checked-ka7kc2:var(--color-primary-400-n8h4bx);
    --color-background-control-default-4jb21l:var(--color-neutral-850-3f0gro);
    --color-background-control-disabled-1f3718:var(--color-neutral-700-qw8ats);
    --color-background-dropdown-item-default-qmc033:var(--color-neutral-800-t7j5ap);
    --color-background-dropdown-item-filter-match-49b5vt:var(--color-neutral-700-qw8ats);
    --color-background-dropdown-item-hover-yunepc:var(--color-neutral-900-v0mtoc);
    --color-background-inline-code-un8udy:rgba(255, 255, 255, 0.1);
    --color-background-input-default-ifz5bb:var(--color-neutral-850-3f0gro);
    --color-background-input-disabled-dihaja:var(--color-neutral-800-t7j5ap);
    --color-background-item-selected-9gppru:var(--color-primary-1000-7umopx);
    --color-background-layout-main-5ilwcb:var(--color-neutral-850-3f0gro);
    --color-background-layout-panel-hover-tguulw:var(--color-neutral-700-qw8ats);
    --color-background-layout-toggle-selected-active-zcl8w3:var(--color-primary-400-n8h4bx);
    --color-background-layout-toggle-selected-default-izfana:var(--color-primary-400-n8h4bx);
    --color-background-layout-toggle-selected-hover-7953u1:var(--color-primary-300-5q65ox);
    --color-background-notification-grey-x3vul6:var(--color-neutral-600-fln1ww);
    --color-background-popover-e20fy8:var(--color-neutral-800-t7j5ap);
    --color-background-progress-bar-value-default-69ydqg:var(--color-primary-400-n8h4bx);
    --color-background-progress-bar-default-j8kyxd:var(--color-neutral-700-qw8ats);
    --color-background-segment-active-1u2ldl:var(--color-primary-400-n8h4bx);
    --color-background-slider-handle-default-lp5ntg:var(--color-primary-400-n8h4bx);
    --color-background-slider-handle-active-50ubqb:var(--color-primary-300-5q65ox);
    --color-background-slider-track-default-vk2c9o:var(--color-neutral-600-fln1ww);
    --color-background-slider-handle-ring-9sfenj:var(--color-neutral-850-3f0gro);
    --color-background-status-error-mu3lcw:var(--color-error-1000-ecmudm);
    --color-background-status-info-sfobba:var(--color-info-1000-s77ok9);
    --color-background-status-success-h6b8bh:var(--color-success-1000-xy1gvq);
    --color-background-status-warning-cv83up:var(--color-warning-1000-65l070);
    --color-background-tiles-disabled-4ynms7:var(--color-neutral-800-t7j5ap);
    --color-background-toggle-checked-disabled-amxc0a:var(--color-primary-900-a5kqrr);
    --color-background-toggle-default-kjlhv0:var(--color-neutral-500-8van0b);
    --color-background-chat-bubble-incoming-j38cew:var(--color-neutral-950-lxybh8);
    --color-border-button-normal-active-ru7yhb:var(--color-text-button-normal-hover-gusgyv);
    --color-border-button-normal-default-glqfp1:var(--color-text-button-normal-default-nzalii);
    --color-border-toggle-button-normal-pressed-tq8o41:var(--color-primary-400-n8h4bx);
    --color-border-button-normal-disabled-pkhetz:var(--color-neutral-600-fln1ww);
    --color-border-button-normal-hover-6a2tdq:var(--color-text-button-normal-hover-gusgyv);
    --color-item-selected-72rnwy:var(--color-primary-400-n8h4bx);
    --color-border-calendar-grid-selected-focus-ring-jk1fb0:var(--color-neutral-850-3f0gro);
    --color-border-cell-shaded-0ipazf:var(--color-neutral-700-qw8ats);
    --color-border-code-editor-default-2bfcfq:var(--color-neutral-600-fln1ww);
    --color-border-divider-active-biq3j4:var(--color-neutral-100-gk3lvf);
    --color-border-divider-default-nr68jt:var(--color-text-button-normal-default-nzalii);
    --color-border-divider-secondary-qoitch:var(--color-neutral-750-pi9qqd);
    --color-border-dropdown-container-cmthq7:var(--color-neutral-600-fln1ww);
    --color-border-dropdown-item-hover-aqfuxq:var(--color-neutral-600-fln1ww);
    --color-border-input-default-317xk5:var(--color-neutral-600-fln1ww);
    --color-border-input-focused-4z0pgn:var(--color-primary-400-n8h4bx);
    --color-border-item-focused-uk47pl:var(--color-neutral-100-gk3lvf);
    --color-border-dropdown-item-focused-zacqlp:var(--color-neutral-300-08wi6k);
    --color-border-layout-ayg8vb:var(--color-neutral-650-miik4f);
    --color-border-segment-default-6ig2mo:var(--color-neutral-300-08wi6k);
    --color-border-status-error-j8acpp:var(--color-error-400-c0knb8);
    --color-border-status-info-qf6jok:var(--color-info-400-674xac);
    --color-border-status-success-8z5f8u:var(--color-success-500-hhxb4g);
    --color-border-status-warning-j40pg7:var(--color-warning-500-zidhub);
    --color-border-divider-interactive-default-r928dz:var(--color-neutral-300-08wi6k);
    --color-border-tabs-divider-f5t9va:var(--color-neutral-650-miik4f);
    --color-border-tutorial-zggi80:var(--color-neutral-650-miik4f);
    --color-foreground-control-default-eto4wy:var(--color-neutral-950-lxybh8);
    --color-foreground-control-disabled-txi6cf:var(--color-neutral-850-3f0gro);
    --color-foreground-control-read-only-7ydvuj:var(--color-neutral-450-kn0235);
    --color-text-accent-n1kmht:var(--color-primary-400-n8h4bx);
    --color-text-body-default-vvtq8u:var(--color-neutral-350-dq6kfr);
    --color-text-body-secondary-yna5sb:var(--color-neutral-350-dq6kfr);
    --color-text-breadcrumb-current-2mqnkk:var(--color-neutral-500-8van0b);
    --color-text-breadcrumb-icon-9j48ot:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-normal-active-vihsxh:var(--color-text-button-normal-hover-gusgyv);
    --color-text-toggle-button-normal-pressed-wnx2zl:var(--color-primary-300-5q65ox);
    --color-text-button-normal-default-nzalii:var(--color-neutral-300-08wi6k);
    --color-text-button-normal-hover-gusgyv:var(--color-white-p1zlvy);
    --color-text-link-button-normal-default-srprth:var(--color-text-link-default-hude44);
    --color-text-link-button-normal-hover-jrnyw3:var(--color-text-link-hover-2hfec2);
    --color-text-button-primary-active-refmba:var(--color-neutral-950-lxybh8);
    --color-text-button-primary-default-mwl31m:var(--color-neutral-950-lxybh8);
    --color-text-button-primary-hover-pw12ep:var(--color-neutral-950-lxybh8);
    --color-text-calendar-month-ea0e93:var(--color-neutral-450-kn0235);
    --color-text-code-editor-gutter-active-line-2addhd:var(--color-neutral-950-lxybh8);
    --color-text-code-editor-gutter-default-nlshs8:var(--color-neutral-300-08wi6k);
    --color-text-code-editor-status-bar-disabled-xxmtlc:var(--color-neutral-600-fln1ww);
    --color-text-code-editor-tab-button-error-avwh01:var(--color-neutral-950-lxybh8);
    --color-text-column-header-e6urd1:var(--color-neutral-400-wtst55);
    --color-text-counter-bywf75:var(--color-neutral-450-kn0235);
    --color-text-disabled-rox5hg:var(--color-neutral-600-fln1ww);
    --color-text-disabled-inline-edit-1cbiz8:var(--color-neutral-400-wtst55);
    --color-text-dropdown-item-default-f1jr9u:var(--color-neutral-300-08wi6k);
    --color-text-dropdown-item-filter-match-ebhvct:var(--color-primary-300-5q65ox);
    --color-text-dropdown-item-highlighted-yr1px8:var(--color-neutral-250-vs1is4);
    --color-text-dropdown-item-secondary-hover-de15wb:var(--color-neutral-300-08wi6k);
    --color-text-empty-tlohug:var(--color-neutral-300-08wi6k);
    --color-text-expandable-section-default-ynw8my:var(--color-text-button-normal-default-nzalii);
    --color-text-expandable-section-hover-ojzwhd:var(--color-text-button-normal-hover-gusgyv);
    --color-text-form-default-47mtz6:var(--color-neutral-300-08wi6k);
    --color-text-form-secondary-1nm780:var(--color-neutral-450-kn0235);
    --color-text-group-label-a2qc05:var(--color-neutral-350-dq6kfr);
    --color-text-label-gen-ai-a2n3od:var(--color-purple-400-o7fr4k);
    --color-text-heading-default-izpp46:var(--color-neutral-250-vs1is4);
    --color-text-heading-secondary-iwtvf6:var(--color-neutral-450-kn0235);
    --color-text-icon-subtle-3sgxlr:var(--color-neutral-400-wtst55);
    --color-text-input-disabled-wh1f3y:var(--color-neutral-600-fln1ww);
    --color-text-input-placeholder-dclg8u:var(--color-neutral-450-kn0235);
    --color-text-interactive-active-uoe6zi:var(--color-neutral-100-gk3lvf);
    --color-text-interactive-default-ugh9wp:var(--color-neutral-300-08wi6k);
    --color-text-interactive-disabled-1bqmrl:var(--color-neutral-600-fln1ww);
    --color-text-interactive-hover-6naf7i:var(--color-neutral-100-gk3lvf);
    --color-text-toggle-button-icon-pressed-detfkz:var(--color-neutral-100-gk3lvf);
    --color-text-inverted-4v4dmq:var(--color-neutral-950-lxybh8);
    --color-text-layout-toggle-active-ifu7qp:var(--color-neutral-850-3f0gro);
    --color-text-layout-toggle-hover-9jwdce:var(--color-primary-400-n8h4bx);
    --color-text-layout-toggle-selected-xpximc:var(--color-neutral-950-lxybh8);
    --color-text-link-default-hude44:var(--color-primary-400-n8h4bx);
    --color-text-link-hover-2hfec2:var(--color-primary-300-5q65ox);
    --color-text-pagination-page-number-default-74j15c:var(--color-neutral-400-wtst55);
    --color-text-segment-active-hlorbe:var(--color-neutral-950-lxybh8);
    --color-text-segment-default-vi2vn9:var(--color-neutral-300-08wi6k);
    --color-text-small-m1tr70:var(--color-neutral-450-kn0235);
    --color-text-status-error-ksqavh:var(--color-error-400-c0knb8);
    --color-text-status-inactive-gy7337:var(--color-neutral-450-kn0235);
    --color-text-status-info-ue8bd2:var(--color-info-400-674xac);
    --color-text-status-success-ybmii8:var(--color-success-500-hhxb4g);
    --color-text-status-warning-6meo06:var(--color-warning-500-zidhub);
    --color-text-top-navigation-title-en0v40:var(--color-neutral-100-gk3lvf);
    --color-board-placeholder-active-x6yfem:var(--color-neutral-600-fln1ww);
    --color-board-placeholder-hover-5nov9c:var(--color-primary-600-1lcy1k);
    --color-drag-placeholder-active-ea1sgp:var(--color-neutral-600-fln1ww);
    --color-drag-placeholder-hover-qwadna:var(--color-primary-600-1lcy1k);
    --color-dropzone-background-default-7efhmb:var(--color-neutral-850-3f0gro);
    --color-dropzone-background-hover-mi8rlm:var(--color-primary-1000-7umopx);
    --color-dropzone-text-default-djdnme:var(--color-neutral-350-dq6kfr);
    --color-dropzone-text-hover-asw3rt:var(--color-neutral-350-dq6kfr);
    --color-dropzone-border-default-k648ha:var(--color-neutral-600-fln1ww);
    --color-dropzone-border-hover-otpag5:var(--color-primary-300-5q65ox);
    --color-gap-global-drawer-nh699a:var(--color-neutral-950-lxybh8);
    --color-tree-view-connector-line-1usxvn:var(--color-neutral-300-08wi6k);
    --color-background-action-card-default-src0mr:var(--color-neutral-850-3f0gro);
    --color-background-action-card-hover-doobfp:var(--color-neutral-800-t7j5ap);
    --color-background-action-card-active-4mj226:var(--color-neutral-700-qw8ats);
    --color-border-action-card-default-dtywof:var(--color-primary-400-n8h4bx);
    --color-border-action-card-hover-onrya1:var(--color-primary-300-5q65ox);
    --color-border-action-card-active-ak3vrv:var(--color-primary-300-5q65ox);
    --color-border-action-card-disabled-9xqqxt:var(--color-neutral-600-fln1ww);
    --color-background-action-card-disabled-71qsdt:var(--color-neutral-850-3f0gro);
    --color-icon-action-card-default-anh0vz:var(--color-primary-400-n8h4bx);
    --color-icon-action-card-hover-qxq4pp:var(--color-primary-300-5q65ox);
    --color-icon-action-card-active-rhp94s:var(--color-primary-300-5q65ox);
    --color-icon-action-card-disabled-wm3kyf:var(--color-neutral-600-fln1ww);
    --color-background-button-primary-default-vdt0fu:var(--color-border-button-normal-default-glqfp1);
    --color-background-button-primary-hover-mo85i6:var(--color-border-button-normal-hover-6a2tdq);
    --color-text-direction-button-disabled-2jds36:var(--color-text-interactive-disabled-1bqmrl);
    --color-background-code-editor-gutter-active-line-error-ro2qo1:var(--color-text-status-error-ksqavh);
    --color-background-card-p5vrq0:var(--color-background-container-content-6u8rvp);
    --color-background-item-card-ww2wfv:var(--color-background-card-p5vrq0);
    --color-background-dropdown-item-selected-f3v6te:var(--color-background-item-selected-9gppru);
    --color-background-drawer-5hs0eh:var(--color-background-layout-panel-content-xto15e);
    --color-background-drawer-backdrop-ducxi3:var(--color-grey-opaque-70-p0svy7);
    --color-background-layout-panel-content-xto15e:var(--color-background-container-content-6u8rvp);
    --color-background-layout-toolbar-y0cu80:var(--color-background-layout-panel-content-xto15e);
    --color-background-modal-overlay-d7uby0:var(--color-grey-opaque-70-p0svy7);
    --color-background-segment-default-b0r494:var(--color-background-button-normal-default-7f99mv);
    --color-background-segment-disabled-m2a5t7:var(--color-background-button-normal-disabled-hl039l);
    --color-background-segment-hover-800sl4:var(--color-background-button-normal-hover-53op9s);
    --color-background-segment-wrapper-5tudmm:var(--color-background-container-content-6u8rvp);
    --color-background-slider-range-default-3ljdu4:var(--color-background-slider-handle-default-lp5ntg);
    --color-background-slider-range-active-vu3lky:var(--color-background-slider-handle-active-50ubqb);
    --color-background-slider-handle-error-default-411tqq:var(--color-text-status-error-ksqavh);
    --color-background-slider-handle-error-active-x65pfh:var(--color-text-status-error-ksqavh);
    --color-background-slider-handle-warning-default-or76ej:var(--color-text-status-warning-6meo06);
    --color-background-slider-handle-warning-active-7o84zp:var(--color-text-status-warning-6meo06);
    --color-background-slider-range-error-default-b519qn:var(--color-text-status-error-ksqavh);
    --color-background-slider-range-error-active-6bo8an:var(--color-text-status-error-ksqavh);
    --color-background-slider-range-warning-default-6isqvo:var(--color-text-status-warning-6meo06);
    --color-background-slider-range-warning-active-dm2pha:var(--color-text-status-warning-6meo06);
    --color-background-dialog-2fj3uu:var(--color-background-status-info-sfobba);
    --color-background-table-header-hdjxos:var(--color-background-container-header-gs3mbe);
    --color-text-chat-bubble-outgoing-f3r63s:var(--color-text-body-default-vvtq8u);
    --color-text-chat-bubble-incoming-od0yh8:var(--color-text-body-default-vvtq8u);
    --color-border-button-primary-active-6jnxoc:var(--color-background-button-primary-active-5cqoqt);
    --color-border-button-primary-default-45p8u2:var(--color-background-button-primary-default-vdt0fu);
    --color-border-button-primary-disabled-b5p1ji:var(--color-background-button-primary-disabled-sgo4zo);
    --color-border-button-primary-hover-rktx0f:var(--color-background-button-primary-hover-mo85i6);
    --color-border-code-editor-pane-item-hover-wvblek:var(--color-border-dropdown-item-hover-aqfuxq);
    --color-border-card-3n24fu:var(--color-border-divider-default-nr68jt);
    --color-border-card-highlighted-ygosod:var(--color-border-item-selected-wl5ttm);
    --color-border-item-card-fia23i:var(--color-border-card-3n24fu);
    --color-border-item-card-highlighted-5l7rko:var(--color-border-card-highlighted-ygosod);
    --color-border-control-checked-bdv28l:var(--color-background-control-checked-ka7kc2);
    --color-border-control-disabled-uj7t08:var(--color-background-control-disabled-1f3718);
    --color-border-divider-panel-bottom-bruvuz:var(--color-border-divider-default-nr68jt);
    --color-border-divider-panel-side-an0w07:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-group-ylcnh8:var(--color-border-dropdown-item-default-kape37);
    --color-border-dropdown-item-default-kape37:var(--color-border-divider-default-nr68jt);
    --color-border-dropdown-item-selected-dl2ezh:var(--color-border-item-selected-wl5ttm);
    --color-border-editable-cell-hover-2hmo55:var(--color-border-dropdown-item-hover-aqfuxq);
    --color-border-input-disabled-zgnzvk:var(--color-background-input-disabled-dihaja);
    --color-border-item-placeholder-x8kbjp:var(--color-border-item-selected-wl5ttm);
    --color-border-item-selected-wl5ttm:var(--color-item-selected-72rnwy);
    --color-border-panel-header-ygztvl:var(--color-border-divider-default-nr68jt);
    --color-border-popover-1ye6tz:var(--color-border-dropdown-container-cmthq7);
    --color-border-segment-active-ls9t4n:var(--color-border-segment-default-6ig2mo);
    --color-border-segment-disabled-fcrbcl:var(--color-border-segment-default-6ig2mo);
    --color-border-segment-hover-0o9ey3:var(--color-border-segment-default-6ig2mo);
    --color-border-dialog-0rjwug:var(--color-border-status-info-qf6jok);
    --color-border-tabs-shadow-ugyo07:var(--color-grey-transparent-g4kcvh);
    --color-border-tabs-underline-gudemr:var(--color-text-accent-n1kmht);
    --color-border-tiles-disabled-19olbu:var(--color-background-tiles-disabled-4ynms7);
    --color-shadow-default-o7dmmm:var(--color-grey-transparent-heavy-bu3q4i);
    --color-text-button-inline-icon-default-sm4ql6:var(--color-text-link-default-hude44);
    --color-text-button-inline-icon-disabled-82hho0:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-inline-icon-hover-rbyzfc:var(--color-text-link-hover-2hfec2);
    --color-text-link-button-normal-active-js9ryu:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-active-dqdjg3:var(--color-text-button-normal-active-vihsxh);
    --color-text-button-link-default-vvunrs:var(--color-text-button-normal-default-nzalii);
    --color-text-button-link-disabled-12wh7a:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-button-link-hover-kvrc36:var(--color-text-button-normal-hover-gusgyv);
    --color-text-calendar-date-hover-3fcriv:var(--color-text-dropdown-item-default-f1jr9u);
    --color-text-column-sorting-icon-fngn77:var(--color-text-column-header-e6urd1);
    --color-text-control-disabled-upk9lz:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-footer-umcot2:var(--color-text-form-secondary-1nm780);
    --color-text-dropdown-group-label-2tmyik:var(--color-text-group-label-a2qc05);
    --color-text-dropdown-item-dimmed-tq8vh3:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-item-disabled-8m65hf:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-dropdown-item-secondary-v12lfh:var(--color-text-form-secondary-1nm780);
    --color-text-expandable-section-navigation-icon-default-mklu1s:var(--color-text-interactive-default-ugh9wp);
    --color-text-form-label-6sbm75:var(--color-text-form-default-47mtz6);
    --color-text-input-placeholder-disabled-wg87og:var(--color-text-input-disabled-wh1f3y);
    --color-text-label-28gfmc:var(--color-text-form-label-6sbm75);
    --color-text-link-secondary-default-4p0gj8:var(--color-text-link-default-hude44);
    --color-text-link-secondary-hover-0kzmc4:var(--color-text-link-hover-2hfec2);
    --color-text-link-info-default-mrmt1i:var(--color-text-link-default-hude44);
    --color-text-link-info-hover-mu3ega:var(--color-text-link-hover-2hfec2);
    --color-text-pagination-page-number-active-disabled-gfl43p:var(--color-text-interactive-disabled-1bqmrl);
    --color-text-segment-hover-65a2x8:var(--color-text-button-normal-hover-gusgyv);
    --color-text-tutorial-hotspot-default-xfv3ow:var(--color-text-link-default-hude44);
    --color-text-tutorial-hotspot-hover-92pxog:var(--color-text-link-hover-2hfec2);
  }
  .awsui-context-app-layout-toolbar:not(#\9) {
    --color-background-layout-main-5ilwcb:var(--color-neutral-50-pvu04n);
  }
  @media not print {
    .awsui-dark-mode .awsui-context-flashbar-warning:not(#\9), .awsui-context-flashbar-warning.awsui-dark-mode:not(#\9) {
      --color-background-inline-code-un8udy:rgba(0, 0, 0, 0.1);
    }
  }
  @media not print {
    .awsui-dark-mode .awsui-context-alert:not(#\9), .awsui-context-alert.awsui-dark-mode:not(#\9) {
      --color-background-button-normal-active-5imwxd:rgba(255, 255, 255, 0.15);
      --color-background-button-normal-hover-53op9s:rgba(255, 255, 255, 0.1);
      --color-border-item-focused-uk47pl:var(--color-neutral-100-gk3lvf);
      --color-text-button-normal-default-nzalii:var(--color-neutral-300-08wi6k);
      --color-text-button-normal-hover-gusgyv:var(--color-white-p1zlvy);
    }
  }
  @media not print {
    .awsui-dark-mode .awsui-context-app-layout-toolbar:not(#\9), .awsui-context-app-layout-toolbar.awsui-dark-mode:not(#\9) {
      --color-background-layout-main-5ilwcb:var(--color-neutral-900-v0mtoc);
    }
  }
}
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
@keyframes awsui-fade-in-35003c {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes awsui-fade-out-35003c {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes awsui-status-icon-error-35003c {
  0% {
    transform: translateX(-5px);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(5px);
    animation-timing-function: var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes awsui-scale-popup-35003c {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
:root {
  --awsui-version-info-d28fe347: true;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
@keyframes awsui_spinner-rotator_1612d_1krck_1 {
  0% {
    transform: rotate(var(--awsui-spinner-rotator-from-6b9ypa));
  }
  100% {
    transform: rotate(var(--awsui-spinner-rotator-to-6b9ypa));
  }
}
@keyframes awsui_spinner-line-left_1612d_1krck_1 {
  0% {
    transform: rotate(var(--awsui-spinner-line-left-from-6b9ypa));
  }
  50% {
    transform: rotate(var(--awsui-spinner-line-left-to-6b9ypa));
  }
  100% {
    transform: rotate(var(--awsui-spinner-line-left-from-6b9ypa));
  }
}
@keyframes awsui_spinner-line-right_1612d_1krck_1 {
  0% {
    transform: rotate(var(--awsui-spinner-line-right-from-6b9ypa));
  }
  50% {
    transform: rotate(var(--awsui-spinner-line-right-to-6b9ypa));
  }
  100% {
    transform: rotate(var(--awsui-spinner-line-right-from-6b9ypa));
  }
}
.awsui_root_1612d_1krck_183:not(#\9) {
  --awsui-spinner-rotator-from-6b9ypa: 0deg;
  --awsui-spinner-rotator-to-6b9ypa: 360deg;
  --awsui-spinner-line-left-from-6b9ypa: 0deg;
  --awsui-spinner-line-left-to-6b9ypa: 120deg;
  --awsui-spinner-line-right-from-6b9ypa: 90deg;
  --awsui-spinner-line-right-to-6b9ypa: -30deg;
  display: inline-block;
  vertical-align: top;
  /*stylelint-disable-next-line @cloudscape-design/no-motion-outside-of-mixin */
  animation: awsui_spinner-rotator_1612d_1krck_1 0.7s linear infinite;
  box-sizing: border-box;
  line-height: 0;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_root_1612d_1krck_183.awsui_size-normal_1612d_1krck_198:not(#\9) {
  inline-size: var(--size-icon-normal-levt08, 16px);
  block-size: var(--size-icon-normal-levt08, 16px);
  padding-block: calc((var(--size-icon-normal-levt08, 16px) - 12px) / 2);
  padding-inline: calc((var(--size-icon-normal-levt08, 16px) - 12px) / 2);
  margin-block: calc((var(--line-height-body-m-2mh3ke, 20px) - var(--size-icon-normal-levt08, 16px)) / 2);
  box-sizing: border-box;
}
.awsui_root_1612d_1krck_183.awsui_size-big_1612d_1krck_206:not(#\9) {
  inline-size: var(--size-icon-big-7pq9l3, 32px);
  block-size: var(--size-icon-big-7pq9l3, 32px);
  padding-block: calc((var(--size-icon-big-7pq9l3, 32px) - 24px) / 2);
  padding-inline: calc((var(--size-icon-big-7pq9l3, 32px) - 24px) / 2);
  margin-block: calc((var(--line-height-heading-xl-hko6p0, 30px) - var(--size-icon-big-7pq9l3, 32px)) / 2);
  box-sizing: border-box;
}
.awsui_root_1612d_1krck_183.awsui_size-large_1612d_1krck_214:not(#\9) {
  inline-size: var(--size-icon-large-mb6y6y, 48px);
  block-size: var(--size-icon-large-mb6y6y, 48px);
  padding-block: calc((var(--size-icon-large-mb6y6y, 48px) - 36px) / 2);
  padding-inline: calc((var(--size-icon-large-mb6y6y, 48px) - 36px) / 2);
  margin-block: calc((var(--line-height-display-l-vwanzp, 48px) - var(--size-icon-large-mb6y6y, 48px)) / 2);
  box-sizing: border-box;
}
.awsui_root_1612d_1krck_183.awsui_variant-normal_1612d_1krck_222:not(#\9) {
  color: currentColor;
}
.awsui_root_1612d_1krck_183.awsui_variant-disabled_1612d_1krck_225:not(#\9) {
  color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
}
.awsui_root_1612d_1krck_183.awsui_variant-inverted_1612d_1krck_228:not(#\9) {
  color: var(--color-text-inverted-4v4dmq, #ffffff);
}
.awsui_root_1612d_1krck_183:not(#\9):dir(rtl) {
  --awsui-spinner-rotator-from-6b9ypa: 360deg;
  --awsui-spinner-rotator-to-6b9ypa: 0deg;
  --awsui-spinner-line-left-from-6b9ypa: 0deg;
  --awsui-spinner-line-left-to-6b9ypa: -120deg;
  --awsui-spinner-line-right-from-6b9ypa: -90deg;
  --awsui-spinner-line-right-to-6b9ypa: 30deg;
}

.awsui_circle_1612d_1krck_240:not(#\9) {
  display: inline-block;
  inline-size: 50%;
  block-size: 100%;
  overflow: hidden;
  position: relative;
}
.awsui_circle_1612d_1krck_240:not(#\9):after {
  position: absolute;
  box-sizing: border-box;
  content: "";
  border-start-start-radius: 50%;
  border-start-end-radius: 50%;
  border-end-start-radius: 50%;
  border-end-end-radius: 50%;
  border-block: 2px solid;
  border-inline: 2px solid;
  border-inline-end-color: transparent;
  border-block-end-color: transparent;
}
.awsui_circle_1612d_1krck_240:not(#\9):after {
  /*stylelint-disable-next-line @cloudscape-design/no-motion-outside-of-mixin */
  animation: 1.5s ease-in-out infinite;
  inset-block-start: 0;
  inset-inline-start: 0;
  block-size: 100%;
  inline-size: 200%;
}
.awsui_circle_1612d_1krck_240.awsui_circle-left_1612d_1krck_268:not(#\9):after {
  inset-inline-start: 0;
  /*stylelint-disable-next-line @cloudscape-design/no-motion-outside-of-mixin */
  animation-name: awsui_spinner-line-left_1612d_1krck_1;
}
.awsui_circle_1612d_1krck_240.awsui_circle-right_1612d_1krck_273:not(#\9):after {
  inset-inline-start: -100%;
  /*stylelint-disable-next-line @cloudscape-design/no-motion-outside-of-mixin */
  animation-name: awsui_spinner-line-right_1612d_1krck_1;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_icon_h11ix_y1ugs_189:not(#\9) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  /* stylelint-disable-next-line selector-max-type */
  /* stylelint-disable selector-max-type, selector-max-universal */
  /* stylelint-enable selector-max-type, selector-max-universal */
}
.awsui_icon-flex-height_h11ix_y1ugs_197:not(#\9) {
  display: inline-flex;
  align-items: center;
}
.awsui_icon_h11ix_y1ugs_189 > svg:not(#\9) {
  pointer-events: none;
}
.awsui_icon_h11ix_y1ugs_189 > svg:not(#\9) {
  fill: none;
}
.awsui_icon_h11ix_y1ugs_189 > svg *:not(#\9) {
  stroke: currentColor;
}
.awsui_icon_h11ix_y1ugs_189 > svg .stroke-linejoin-round:not(#\9) {
  stroke-linejoin: round;
}
.awsui_icon_h11ix_y1ugs_189 > svg .stroke-linecap-square:not(#\9) {
  stroke-linecap: square;
}
.awsui_icon_h11ix_y1ugs_189 > svg .stroke-linecap-round:not(#\9) {
  stroke-linecap: round;
}
.awsui_icon_h11ix_y1ugs_189 > svg .filled:not(#\9) {
  fill: currentColor;
}
.awsui_icon_h11ix_y1ugs_189 > svg .no-stroke:not(#\9) {
  stroke: none;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-small_h11ix_y1ugs_225:not(#\9) {
  inline-size: var(--size-icon-normal-levt08, 16px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-small-mapped-height_h11ix_y1ugs_229:not(#\9) {
  block-size: var(--line-height-body-s-nu5hx1, 16px);
  padding-block: calc((var(--line-height-body-s-nu5hx1, 16px) - var(--size-icon-normal-levt08, 16px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-small_h11ix_y1ugs_225 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-small_h11ix_y1ugs_225 > img:not(#\9) {
  inline-size: var(--size-icon-normal-levt08, 16px);
  block-size: var(--size-icon-normal-levt08, 16px);
  vertical-align: top;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-small_h11ix_y1ugs_225 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-small_h11ix_y1ugs_225 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-small-z55i5t, 2px) / 1);
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-normal_h11ix_y1ugs_244:not(#\9) {
  inline-size: var(--size-icon-normal-levt08, 16px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-normal-mapped-height_h11ix_y1ugs_248:not(#\9) {
  block-size: var(--line-height-body-m-2mh3ke, 20px);
  padding-block: calc((var(--line-height-body-m-2mh3ke, 20px) - var(--size-icon-normal-levt08, 16px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-normal_h11ix_y1ugs_244 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-normal_h11ix_y1ugs_244 > img:not(#\9) {
  inline-size: var(--size-icon-normal-levt08, 16px);
  block-size: var(--size-icon-normal-levt08, 16px);
  vertical-align: top;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-normal_h11ix_y1ugs_244 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-normal_h11ix_y1ugs_244 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-normal-9h7vj7, 2px) / 1);
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-medium_h11ix_y1ugs_263:not(#\9) {
  inline-size: var(--size-icon-medium-uv8xcz, 20px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-medium-mapped-height_h11ix_y1ugs_267:not(#\9) {
  block-size: var(--line-height-heading-l-mg5bx6, 24px);
  padding-block: calc((var(--line-height-heading-l-mg5bx6, 24px) - var(--size-icon-medium-uv8xcz, 20px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-medium_h11ix_y1ugs_263 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-medium_h11ix_y1ugs_263 > img:not(#\9) {
  inline-size: var(--size-icon-medium-uv8xcz, 20px);
  block-size: var(--size-icon-medium-uv8xcz, 20px);
  vertical-align: top;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-medium_h11ix_y1ugs_263 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-medium_h11ix_y1ugs_263 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-medium-b7icqv, 2px) / 1.25);
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-big_h11ix_y1ugs_282:not(#\9) {
  inline-size: var(--size-icon-big-7pq9l3, 32px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-big-mapped-height_h11ix_y1ugs_286:not(#\9) {
  block-size: var(--line-height-heading-xl-hko6p0, 30px);
  padding-block: calc((var(--line-height-heading-xl-hko6p0, 30px) - var(--size-icon-big-7pq9l3, 32px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-big_h11ix_y1ugs_282 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-big_h11ix_y1ugs_282 > img:not(#\9) {
  inline-size: var(--size-icon-big-7pq9l3, 32px);
  block-size: var(--size-icon-big-7pq9l3, 32px);
  vertical-align: top;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-big_h11ix_y1ugs_282 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-big_h11ix_y1ugs_282 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-big-ymgy42, 3px) / 2);
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-large_h11ix_y1ugs_301:not(#\9) {
  inline-size: var(--size-icon-large-mb6y6y, 48px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-large-mapped-height_h11ix_y1ugs_305:not(#\9) {
  block-size: var(--line-height-display-l-vwanzp, 48px);
  padding-block: calc((var(--line-height-display-l-vwanzp, 48px) - var(--size-icon-large-mb6y6y, 48px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-large_h11ix_y1ugs_301 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-large_h11ix_y1ugs_301 > img:not(#\9) {
  inline-size: var(--size-icon-large-mb6y6y, 48px);
  block-size: var(--size-icon-large-mb6y6y, 48px);
  vertical-align: top;
}
.awsui_icon_h11ix_y1ugs_189.awsui_size-large_h11ix_y1ugs_301 > svg:not(#\9),
.awsui_icon_h11ix_y1ugs_189.awsui_size-large_h11ix_y1ugs_301 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-large-u645rg, 4px) / 3);
}
.awsui_icon_h11ix_y1ugs_189.awsui_variant-normal_h11ix_y1ugs_320:not(#\9) {
  color: currentColor;
}
.awsui_icon_h11ix_y1ugs_189.awsui_variant-disabled_h11ix_y1ugs_323:not(#\9) {
  color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
}
.awsui_icon_h11ix_y1ugs_189.awsui_variant-inverted_h11ix_y1ugs_326:not(#\9) {
  color: var(--color-text-inverted-4v4dmq, #ffffff);
}
.awsui_icon_h11ix_y1ugs_189.awsui_variant-subtle_h11ix_y1ugs_329:not(#\9) {
  color: var(--color-text-icon-subtle-3sgxlr, #656871);
}
.awsui_icon_h11ix_y1ugs_189.awsui_variant-warning_h11ix_y1ugs_332:not(#\9) {
  color: var(--color-text-status-warning-6meo06, #855900);
}
.awsui_icon_h11ix_y1ugs_189.awsui_variant-error_h11ix_y1ugs_335:not(#\9) {
  color: var(--color-text-status-error-ksqavh, #db0000);
}
.awsui_icon_h11ix_y1ugs_189.awsui_variant-success_h11ix_y1ugs_338:not(#\9) {
  color: var(--color-text-status-success-ybmii8, #00802f);
}
.awsui_icon_h11ix_y1ugs_189.awsui_variant-link_h11ix_y1ugs_341:not(#\9) {
  color: var(--color-text-link-default-hude44, #006ce0);
}
.awsui_icon_h11ix_y1ugs_189:not(#\9):is(.awsui_name-angle-left-double_h11ix_y1ugs_344,
.awsui_name-angle-left_h11ix_y1ugs_344,
.awsui_name-angle-right-double_h11ix_y1ugs_346,
.awsui_name-angle-right_h11ix_y1ugs_346,
.awsui_name-arrow-left_h11ix_y1ugs_348,
.awsui_name-arrow-right_h11ix_y1ugs_349,
.awsui_name-caret-left-filled_h11ix_y1ugs_350,
.awsui_name-caret-right-filled_h11ix_y1ugs_351,
.awsui_name-audio-full_h11ix_y1ugs_352,
.awsui_name-audio-half_h11ix_y1ugs_353,
.awsui_name-audio-off_h11ix_y1ugs_354,
.awsui_name-external_h11ix_y1ugs_355,
.awsui_name-redo_h11ix_y1ugs_356,
.awsui_name-resize-area_h11ix_y1ugs_357,
.awsui_name-send_h11ix_y1ugs_358,
.awsui_name-shrink_h11ix_y1ugs_359,
.awsui_name-undo_h11ix_y1ugs_360,
.awsui_name-view-vertical_h11ix_y1ugs_361) {
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_icon_h11ix_y1ugs_189:not(#\9):is(.awsui_name-angle-left-double_h11ix_y1ugs_344,
.awsui_name-angle-left_h11ix_y1ugs_344,
.awsui_name-angle-right-double_h11ix_y1ugs_346,
.awsui_name-angle-right_h11ix_y1ugs_346,
.awsui_name-arrow-left_h11ix_y1ugs_348,
.awsui_name-arrow-right_h11ix_y1ugs_349,
.awsui_name-caret-left-filled_h11ix_y1ugs_350,
.awsui_name-caret-right-filled_h11ix_y1ugs_351,
.awsui_name-audio-full_h11ix_y1ugs_352,
.awsui_name-audio-half_h11ix_y1ugs_353,
.awsui_name-audio-off_h11ix_y1ugs_354,
.awsui_name-external_h11ix_y1ugs_355,
.awsui_name-redo_h11ix_y1ugs_356,
.awsui_name-resize-area_h11ix_y1ugs_357,
.awsui_name-send_h11ix_y1ugs_358,
.awsui_name-shrink_h11ix_y1ugs_359,
.awsui_name-undo_h11ix_y1ugs_360,
.awsui_name-view-vertical_h11ix_y1ugs_361):dir(rtl) {
  transform: scaleX(-1);
}

.awsui_badge_h11ix_y1ugs_385:not(#\9)::after {
  content: "";
  position: absolute;
  inline-size: 6px;
  block-size: 6px;
  border-start-start-radius: 4px;
  border-start-end-radius: 4px;
  border-end-start-radius: 4px;
  border-end-end-radius: 4px;
  background-color: var(--color-background-badge-icon-jyxnxa, #db0000);
  inset-block-start: 0px;
  inset-inline-end: -3px;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_1iee7_xy9l5_145:not(#\9) {
  display: contents;
}

.awsui_root_1iee7_xy9l5_145[hidden]:not(#\9) {
  display: none;
}

.awsui_announcer_1iee7_xy9l5_153:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1pc7b_1k8pp_5:not(#\9) {
  /* used in test-utils or tests */
}

.awsui_announcer_1pc7b_1k8pp_9:not(#\9) {
  /* used in test-utils or tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_arrow_xjuzf_1qdje_153:not(#\9) {
  inline-size: 20px;
  block-size: 10px;
}
.awsui_arrow-outer_xjuzf_1qdje_157:not(#\9), .awsui_arrow-inner_xjuzf_1qdje_157:not(#\9) {
  position: absolute;
  overflow: hidden;
  inline-size: 20px;
  block-size: 10px;
  inset-block-start: 0;
  inset-inline-start: 0;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after, .awsui_arrow-inner_xjuzf_1qdje_157:not(#\9)::after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  border-start-start-radius: 2px;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 14px;
  block-size: 14px;
  transform: rotate(45deg);
  transform-origin: 0 100%;
}
.awsui_arrow-outer_xjuzf_1qdje_157:not(#\9):dir(rtl)::after, .awsui_arrow-inner_xjuzf_1qdje_157:not(#\9):dir(rtl)::after {
  transform: rotate(-45deg);
  transform-origin: 100% 100%;
}
.awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after {
  background-color: var(--color-border-popover-1ye6tz, #b4b4bb);
}
.awsui_arrow-inner_xjuzf_1qdje_157:not(#\9) {
  inset-block-start: calc(var(--border-width-popover-nflirh, 2px) + 1px);
}
.awsui_arrow-inner_xjuzf_1qdje_157:not(#\9)::after {
  border-start-start-radius: 1px;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  background-color: var(--color-background-popover-e20fy8, #ffffff);
}
.awsui_arrow-position-right-top_xjuzf_1qdje_199 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_1qdje_199 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after {
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-o7dmmm, rgba(15, 20, 26, 0.12));
}
.awsui_arrow-position-left-top_xjuzf_1qdje_202 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_1qdje_202 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after {
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-o7dmmm, rgba(15, 20, 26, 0.12));
}
.awsui_arrow-position-top-center_xjuzf_1qdje_205 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_1qdje_205 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_1qdje_205 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_1qdje_205 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after {
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-o7dmmm, rgba(15, 20, 26, 0.12));
}
.awsui_arrow-position-bottom-center_xjuzf_1qdje_208 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_1qdje_208 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_1qdje_208 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_1qdje_208 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after {
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-o7dmmm, rgba(15, 20, 26, 0.12));
}

.awsui_arrow-variant-info_xjuzf_1qdje_212 > .awsui_arrow-outer_xjuzf_1qdje_157:not(#\9)::after {
  background-color: var(--color-border-status-info-qf6jok, #006ce0);
}
.awsui_arrow-variant-info_xjuzf_1qdje_212 > .awsui_arrow-inner_xjuzf_1qdje_157:not(#\9)::after {
  background-color: var(--color-background-status-info-sfobba, #f0fbff);
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_body_xjuzf_1qdje_227:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  word-wrap: break-word;
  max-inline-size: 100%;
  overflow: hidden;
  padding-block: var(--space-s-tvghoh, 12px);
  padding-inline: var(--space-m-dsumyt, 16px);
}
.awsui_body-overflow-visible_xjuzf_1qdje_263:not(#\9) {
  overflow: visible;
}
.awsui_body-variant-chart_xjuzf_1qdje_266:not(#\9) {
  padding-block: var(--space-static-s-t763lu, 12px);
  padding-inline: var(--space-static-s-t763lu, 12px);
}

.awsui_has-dismiss_xjuzf_1qdje_271:not(#\9) {
  display: flex;
  align-items: baseline;
}

.awsui_dismiss_xjuzf_1qdje_276:not(#\9) {
  margin-block: calc(-1 * var(--space-xs-ymlm0b, 8px));
  margin-inline-start: 0;
  margin-inline-end: calc(-1 * (var(--space-xxs-hwfkai, 4px) + var(--border-width-popover-nflirh, 2px)));
  flex: 0 0 auto;
  order: 1;
}

.awsui_dismiss-control_xjuzf_1qdje_284:not(#\9) {
  /* used in test-utils */
}

.awsui_header-row_xjuzf_1qdje_288:not(#\9) {
  margin-block-end: var(--space-xs-ymlm0b, 8px);
}

.awsui_header_xjuzf_1qdje_288:not(#\9) {
  word-wrap: break-word;
  max-inline-size: 100%;
  overflow: hidden;
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-xs-j8yzxv, 14px);
  line-height: var(--line-height-heading-xs-q9j004, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-fgog7a, normal);
  font-weight: var(--font-weight-heading-xs-wqqpne, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  flex: 1 1 auto;
  /* stylelint-disable-next-line selector-max-type */
}
.awsui_header_xjuzf_1qdje_288 > h2:not(#\9) {
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-xs-j8yzxv, 14px);
  line-height: var(--line-height-heading-xs-q9j004, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-fgog7a, normal);
  font-weight: var(--font-weight-heading-xs-wqqpne, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  display: inline;
}

.awsui_content_xjuzf_1qdje_317:not(#\9) {
  word-wrap: break-word;
  max-inline-size: 100%;
  overflow: hidden;
  word-break: normal;
  color: var(--color-text-body-secondary-yna5sb, #424650);
  flex: 1 1 auto;
  min-inline-size: 0;
}
.awsui_content-overflow-visible_xjuzf_1qdje_326:not(#\9) {
  overflow: visible;
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_container_xjuzf_1qdje_338:not(#\9) {
  display: inline-block;
  position: fixed;
  inset-block-start: -9999px;
  inset-inline-start: -9999px;
  z-index: 2000;
}
.awsui_container_xjuzf_1qdje_338:not(#\9)::before {
  content: "";
  position: absolute;
}
.awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-bottom-left_xjuzf_1qdje_349)::before, .awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-bottom-center_xjuzf_1qdje_349)::before, .awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-bottom-right_xjuzf_1qdje_349)::before {
  inset-inline: 0;
  inset-block-start: -10px;
  block-size: 10px;
}
.awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-top-left_xjuzf_1qdje_354)::before, .awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-top-center_xjuzf_1qdje_354)::before, .awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-top-right_xjuzf_1qdje_354)::before {
  inset-inline: 0;
  inset-block-end: -10px;
  block-size: 10px;
}
.awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-right-top_xjuzf_1qdje_359)::before, .awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-right-bottom_xjuzf_1qdje_359)::before {
  inset-block: 0;
  inset-inline-start: -10px;
  inline-size: 10px;
}
.awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-left-top_xjuzf_1qdje_364)::before, .awsui_container_xjuzf_1qdje_338:not(#\9):has(.awsui_container-arrow-position-left-bottom_xjuzf_1qdje_364)::before {
  inset-block: 0;
  inset-inline-end: -10px;
  inline-size: 10px;
}

.awsui_container-body_xjuzf_1qdje_370:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  border-start-start-radius: var(--border-radius-popover-6fqb5w, 8px);
  border-start-end-radius: var(--border-radius-popover-6fqb5w, 8px);
  border-end-start-radius: var(--border-radius-popover-6fqb5w, 8px);
  border-end-end-radius: var(--border-radius-popover-6fqb5w, 8px);
  background-color: var(--color-background-popover-e20fy8, #ffffff);
  box-shadow: var(--shadow-popover-pkane9, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
  border-block: var(--border-width-popover-nflirh, 2px) solid var(--color-border-popover-1ye6tz, #b4b4bb);
  border-inline: var(--border-width-popover-nflirh, 2px) solid var(--color-border-popover-1ye6tz, #b4b4bb);
}

.awsui_container-body-variant-annotation_xjuzf_1qdje_410:not(#\9) {
  background-color: var(--color-background-status-info-sfobba, #f0fbff);
  border-color: var(--color-border-status-info-qf6jok, #006ce0);
}

.awsui_container-body-size-small_xjuzf_1qdje_415:not(#\9) {
  max-inline-size: 210px;
}
.awsui_container-body-size-small_xjuzf_1qdje_415.awsui_fixed-width_xjuzf_1qdje_418:not(#\9) {
  inline-size: 210px;
}

.awsui_container-body-size-medium_xjuzf_1qdje_422:not(#\9) {
  max-inline-size: 310px;
}
.awsui_container-body-size-medium_xjuzf_1qdje_422.awsui_fixed-width_xjuzf_1qdje_418:not(#\9) {
  inline-size: 310px;
}

.awsui_container-body-size-large_xjuzf_1qdje_429:not(#\9) {
  max-inline-size: 482px;
}
@media (max-width: 482px) {
  .awsui_container-body-size-large_xjuzf_1qdje_429:not(#\9) {
    max-inline-size: 310px;
  }
}
.awsui_container-body-size-large_xjuzf_1qdje_429.awsui_fixed-width_xjuzf_1qdje_418:not(#\9) {
  inline-size: 482px;
}

.awsui_container-arrow_xjuzf_1qdje_349:not(#\9) {
  position: absolute;
  display: inline-block;
}
.awsui_container-arrow-position-right-top_xjuzf_1qdje_359:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_1qdje_359:not(#\9) {
  transform: rotate(-90deg);
  transform-origin: 0 100%;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_container-arrow-position-right-top_xjuzf_1qdje_359:not(#\9):dir(rtl), .awsui_container-arrow-position-right-bottom_xjuzf_1qdje_359:not(#\9):dir(rtl) {
  transform: rotate(90deg);
  transform-origin: 100% 100%;
}
.awsui_container-arrow-position-right-top_xjuzf_1qdje_359:not(#\9) {
  inset-block-start: calc(12px + 10px);
  inset-inline-start: 0;
}
.awsui_container-arrow-position-right-bottom_xjuzf_1qdje_359:not(#\9) {
  inset-block-end: 12px;
  inset-inline-start: 0;
}
.awsui_container-arrow-position-left-top_xjuzf_1qdje_364:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_1qdje_364:not(#\9) {
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_container-arrow-position-left-top_xjuzf_1qdje_364:not(#\9):dir(rtl), .awsui_container-arrow-position-left-bottom_xjuzf_1qdje_364:not(#\9):dir(rtl) {
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}
.awsui_container-arrow-position-left-top_xjuzf_1qdje_364:not(#\9) {
  inset-block-start: calc(12px + 10px);
  inset-inline-end: 0;
}
.awsui_container-arrow-position-left-bottom_xjuzf_1qdje_364:not(#\9) {
  inset-block-end: 12px;
  inset-inline-end: 0;
}
.awsui_container-arrow-position-top-center_xjuzf_1qdje_354:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_1qdje_354:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_1qdje_354:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_1qdje_479:not(#\9) {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.awsui_container-arrow-position-top-center_xjuzf_1qdje_354:not(#\9) {
  inset-block-end: -10px;
  inset-inline-start: calc(50% - 10px);
}
.awsui_container-arrow-position-top-right_xjuzf_1qdje_354:not(#\9) {
  inset-block-end: -10px;
  inset-inline-start: 12px;
}
.awsui_container-arrow-position-top-left_xjuzf_1qdje_354:not(#\9) {
  inset-block-end: -10px;
  inset-inline-start: calc(100% - 20px - 12px);
}
.awsui_container-arrow-position-bottom-center_xjuzf_1qdje_349:not(#\9) {
  inset-block-start: -10px;
  inset-inline-start: calc(50% - 10px);
}
.awsui_container-arrow-position-bottom-right_xjuzf_1qdje_349:not(#\9) {
  inset-block-start: -10px;
  inset-inline-start: 12px;
}
.awsui_container-arrow-position-bottom-left_xjuzf_1qdje_349:not(#\9) {
  inset-block-start: -10px;
  inset-inline-start: calc(100% - 20px - 12px);
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_container_xjuzf_1qdje_338:not(#\9) {
  animation: awsui_awsui-motion-fade-in_xjuzf_1qdje_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
}
@keyframes awsui_awsui-motion-fade-in_xjuzf_1qdje_1 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_container_xjuzf_1qdje_338:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_container_xjuzf_1qdje_338:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1qdje_338:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_container_xjuzf_1qdje_338.awsui_refresh_xjuzf_1qdje_537:not(#\9) {
  animation: awsui_awsui-motion-fade-in_xjuzf_1qdje_1 var(--motion-duration-refresh-only-fast-zfibh6, 115ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
}
@keyframes awsui_awsui-motion-fade-in_xjuzf_1qdje_1 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_container_xjuzf_1qdje_338.awsui_refresh_xjuzf_1qdje_537:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_container_xjuzf_1qdje_338.awsui_refresh_xjuzf_1qdje_537:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1qdje_338.awsui_refresh_xjuzf_1qdje_537:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_xjuzf_1qdje_559:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: inherit;
}
.awsui_root_xjuzf_1qdje_559.awsui_no-wrap_xjuzf_1qdje_591:not(#\9) {
  white-space: nowrap;
}
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_1qdje_559:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_1qdje_594.awsui_overflow-ellipsis_xjuzf_1qdje_594:focus, .awsui_trigger-type-text_xjuzf_1qdje_594.awsui_overflow-ellipsis_xjuzf_1qdje_594:focus) {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_1qdje_559:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_1qdje_594.awsui_overflow-ellipsis_xjuzf_1qdje_594:focus, .awsui_trigger-type-text_xjuzf_1qdje_594.awsui_overflow-ellipsis_xjuzf_1qdje_594:focus) {
  outline: 2px dotted transparent;
  outline-offset: calc(1px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_1qdje_559:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_1qdje_594.awsui_overflow-ellipsis_xjuzf_1qdje_594:focus, .awsui_trigger-type-text_xjuzf_1qdje_594.awsui_overflow-ellipsis_xjuzf_1qdje_594:focus)::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 1px);
  inset-block-start: calc(-1 * 1px);
  inline-size: calc(100% + 1px + 1px);
  block-size: calc(100% + 1px + 1px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
}

.awsui_root-filtering-token_xjuzf_1qdje_616:not(#\9) {
  display: flex;
}

.awsui_trigger_xjuzf_1qdje_594:not(#\9) {
  display: inline-block;
  max-inline-size: 100%;
  color: inherit;
  text-align: inherit;
}

.awsui_overflow-ellipsis_xjuzf_1qdje_594:not(#\9) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-inline-size: 0;
  word-break: break-word;
}

.awsui_trigger-type-text-inline_xjuzf_1qdje_594:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  border-block: 0;
  /*
    This transparent border is necessary to maintain space between the trigger and the bottom-positioned popover.
  */
  border-block-end: var(--border-divider-list-width-tdfx1x, 1px) dashed transparent;
  -webkit-text-decoration: underline dashed currentColor;
          text-decoration: underline dashed currentColor;
  text-decoration-thickness: var(--border-divider-list-width-tdfx1x, 1px);
  text-underline-offset: 0.25em;
}
.awsui_trigger-type-text-inline_xjuzf_1qdje_594.awsui_overflow-ellipsis_xjuzf_1qdje_594:not(#\9) {
  /*
    This style needs because of the overflow: hidden would otherwise conceal the underline styles.
  */
  padding-block-end: calc(0.25em + var(--border-divider-list-width-tdfx1x, 1px));
}
.awsui_trigger-type-text-inline_xjuzf_1qdje_594.awsui_in-inline-token_xjuzf_1qdje_658:not(#\9) {
  text-underline-offset: 0.15em;
}

.awsui_trigger-type-text_xjuzf_1qdje_594:not(#\9) {
  border-block: 0;
  border-block-end: var(--border-divider-list-width-tdfx1x, 1px) dashed currentColor;
}

.awsui_trigger-type-text-inline_xjuzf_1qdje_594:not(#\9),
.awsui_trigger-type-text_xjuzf_1qdje_594:not(#\9) {
  border-inline: 0;
  margin-block: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  background-color: transparent;
  cursor: pointer;
}
.awsui_trigger-type-text-inline_xjuzf_1qdje_594:not(#\9):focus,
.awsui_trigger-type-text_xjuzf_1qdje_594:not(#\9):focus {
  outline: none;
}
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_1qdje_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_1qdje_594):focus,
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1qdje_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_1qdje_594):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_1qdje_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_1qdje_594):focus,
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1qdje_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_1qdje_594):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(1px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_1qdje_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_1qdje_594):focus::before,
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1qdje_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_1qdje_594):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 1px);
  inset-block-start: calc(-1 * 1px);
  inline-size: calc(100% + 1px + 1px);
  block-size: calc(100% + 1px + 1px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
}

.awsui_trigger-type-filtering-token_xjuzf_1qdje_706:not(#\9) {
  display: flex;
}

.awsui_popover-inline-content_xjuzf_1qdje_710:not(#\9) {
  display: inline;
}

.awsui_hover-area_xjuzf_1qdje_714:not(#\9) {
  pointer-events: none;
  padding-block: var(--space-static-s-t763lu, 12px);
  padding-inline: var(--space-static-s-t763lu, 12px);
  margin-block: calc(-1 * var(--space-static-s-t763lu, 12px));
  margin-inline: calc(-1 * var(--space-static-s-t763lu, 12px));
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_37gf8_1udtb_9:not(#\9) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--space-xs-ymlm0b, 8px);
}
.awsui_root_37gf8_1udtb_9 > :not(#\9):empty {
  display: none;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_header_17427_1ns0c_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_alert_mx3cw_c2mjl_193:not(#\9) {
  animation: awsui_awsui-motion-fade-in_mx3cw_c2mjl_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
}
@keyframes awsui_awsui-motion-fade-in_mx3cw_c2mjl_1 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_alert_mx3cw_c2mjl_193:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_alert_mx3cw_c2mjl_193:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_c2mjl_193:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_mx3cw_c2mjl_215:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  word-wrap: break-word;
  max-inline-size: 100%;
  overflow: hidden;
  display: block;
}
.awsui_root_mx3cw_c2mjl_215.awsui_hidden_mx3cw_c2mjl_250:not(#\9) {
  display: none;
}

.awsui_alert_mx3cw_c2mjl_193:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  border-block-start: var(--border-width-alert-block-start-5wbfsk, 2px) solid;
  border-block-end: var(--border-width-alert-block-end-q8rr42, 2px) solid;
  border-inline-start: var(--border-width-alert-inline-start-gjm6m1, 2px) solid;
  border-inline-end: var(--border-width-alert-inline-end-9s426v, 2px) solid;
  border-start-start-radius: var(--border-radius-alert-syagf6, 12px);
  border-start-end-radius: var(--border-radius-alert-syagf6, 12px);
  border-end-start-radius: var(--border-radius-alert-syagf6, 12px);
  border-end-end-radius: var(--border-radius-alert-syagf6, 12px);
  padding-block: var(--space-alert-vertical-dlp5wr, 8px);
  padding-inline: var(--space-alert-horizontal-ul364s, 16px);
  background-color: var(--color-background-container-content-6u8rvp, #ffffff);
  --awsui-alert-focus-ring-box-shadow-6b9ypa: 0 0 0 var(--awsui-alert-focus-ring-border-width-6b9ypa, 2px) var(--awsui-alert-focus-ring-border-color-6b9ypa, var(--color-border-item-focused-uk47pl, #006ce0));
}

.awsui_alert-wrapper_mx3cw_c2mjl_301:not(#\9) {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: var(--space-alert-action-left-4s8zo5, 12px);
}

.awsui_hidden_mx3cw_c2mjl_250:not(#\9) {
  display: none;
}

.awsui_initial-hidden_mx3cw_c2mjl_313:not(#\9) {
  overflow: hidden;
  block-size: 0;
}

.awsui_header_mx3cw_c2mjl_318:not(#\9),
.awsui_header-replacement_mx3cw_c2mjl_319:not(#\9) {
  font-weight: var(--font-weight-alert-header-zg25o1, 700);
}

.awsui_action_mx3cw_c2mjl_323:not(#\9) {
  white-space: nowrap;
}

.awsui_action-slot_mx3cw_c2mjl_327:not(#\9),
.awsui_action-button_mx3cw_c2mjl_328:not(#\9) {
  /* used in test-utils */
}

.awsui_alert-focus-wrapper_mx3cw_c2mjl_332:not(#\9) {
  flex: 1;
  min-inline-size: 70%;
  display: grid;
  grid-template-columns: min-content auto;
}
.awsui_alert-focus-wrapper_mx3cw_c2mjl_332:not(#\9):focus {
  outline: none;
}
body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_c2mjl_332:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_c2mjl_332:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-focus-outline-gutter-jj138g, 4px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_c2mjl_332:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-focus-outline-gutter-jj138g, 4px));
  inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-jj138g, 4px));
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-jj138g, 4px) + var(--space-button-focus-outline-gutter-jj138g, 4px));
  block-size: calc(100% + var(--space-button-focus-outline-gutter-jj138g, 4px) + var(--space-button-focus-outline-gutter-jj138g, 4px));
  border-start-start-radius: var(--awsui-alert-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-start-end-radius: var(--awsui-alert-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-start-radius: var(--awsui-alert-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-end-radius: var(--awsui-alert-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  box-shadow: var(--awsui-alert-focus-ring-box-shadow-6b9ypa);
}

.awsui_text_mx3cw_c2mjl_363:not(#\9) {
  min-inline-size: 0;
  padding-block: var(--border-width-button-jm0qg7, 2px);
  padding-inline: 0;
  margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
  margin-inline: var(--space-xxs-hwfkai, 4px);
}
.awsui_text_mx3cw_c2mjl_363.awsui_icon_mx3cw_c2mjl_370:not(#\9) {
  margin-inline-start: 0;
}
.awsui_text_mx3cw_c2mjl_363.awsui_message_mx3cw_c2mjl_373:not(#\9) {
  margin-inline-end: var(--space-alert-message-right-mrjbnn, 4px);
}

.awsui_action-wrapped_mx3cw_c2mjl_377:not(#\9) {
  margin-block-end: var(--space-xxs-hwfkai, 4px);
}

.awsui_icon-size-medium_mx3cw_c2mjl_381 > .awsui_alert-wrapper_mx3cw_c2mjl_301 > .awsui_action-wrapped_mx3cw_c2mjl_377:not(#\9) {
  margin-inline-start: calc(var(--size-icon-medium-uv8xcz, 20px) + var(--space-xs-ymlm0b, 8px));
}

.awsui_icon-size-big_mx3cw_c2mjl_385 > .awsui_alert-wrapper_mx3cw_c2mjl_301 > .awsui_action-wrapped_mx3cw_c2mjl_377:not(#\9) {
  margin-inline-start: calc(var(--size-icon-big-7pq9l3, 32px) + var(--space-xs-ymlm0b, 8px));
}

.awsui_icon-size-normal_mx3cw_c2mjl_389 > .awsui_alert-wrapper_mx3cw_c2mjl_301 > .awsui_action-wrapped_mx3cw_c2mjl_377:not(#\9) {
  margin-inline-start: calc(var(--size-icon-normal-levt08, 16px) + var(--space-xs-ymlm0b, 8px));
}

.awsui_content_mx3cw_c2mjl_393:not(#\9),
.awsui_content-replacement_mx3cw_c2mjl_394:not(#\9) {
  /* used in test-utils */
}

.awsui_dismiss_mx3cw_c2mjl_398:not(#\9) {
  margin-inline-end: calc(-1 * var(--space-xxs-hwfkai, 4px));
  margin-inline-start: var(--space-s-tvghoh, 12px);
}

.awsui_dismiss-button_mx3cw_c2mjl_403:not(#\9) {
  /* used in test-utils */
}

.awsui_type-error_mx3cw_c2mjl_407:not(#\9) {
  border-color: var(--color-border-status-error-j8acpp, #db0000);
  background-color: var(--color-background-status-error-mu3lcw, #fff5f5);
}
.awsui_type-error_mx3cw_c2mjl_407 > .awsui_alert-wrapper_mx3cw_c2mjl_301 > .awsui_alert-focus-wrapper_mx3cw_c2mjl_332 > .awsui_icon_mx3cw_c2mjl_370:not(#\9) {
  color: var(--awsui-alert-icon-color-6b9ypa, var(--color-text-status-error-ksqavh, #db0000));
}

.awsui_type-warning_mx3cw_c2mjl_415:not(#\9) {
  border-color: var(--color-border-status-warning-j40pg7, #855900);
  background-color: var(--color-background-status-warning-cv83up, #fffef0);
}
.awsui_type-warning_mx3cw_c2mjl_415 > .awsui_alert-wrapper_mx3cw_c2mjl_301 > .awsui_alert-focus-wrapper_mx3cw_c2mjl_332 > .awsui_icon_mx3cw_c2mjl_370:not(#\9) {
  color: var(--awsui-alert-icon-color-6b9ypa, var(--color-text-status-warning-6meo06, #855900));
}

.awsui_type-success_mx3cw_c2mjl_423:not(#\9) {
  border-color: var(--color-border-status-success-8z5f8u, #00802f);
  background-color: var(--color-background-status-success-h6b8bh, #effff1);
}
.awsui_type-success_mx3cw_c2mjl_423 > .awsui_alert-wrapper_mx3cw_c2mjl_301 > .awsui_alert-focus-wrapper_mx3cw_c2mjl_332 > .awsui_icon_mx3cw_c2mjl_370:not(#\9) {
  color: var(--awsui-alert-icon-color-6b9ypa, var(--color-text-status-success-ybmii8, #00802f));
}

.awsui_type-info_mx3cw_c2mjl_431:not(#\9) {
  border-color: var(--color-border-status-info-qf6jok, #006ce0);
  background-color: var(--color-background-status-info-sfobba, #f0fbff);
}
.awsui_type-info_mx3cw_c2mjl_431 > .awsui_alert-wrapper_mx3cw_c2mjl_301 > .awsui_alert-focus-wrapper_mx3cw_c2mjl_332 > .awsui_icon_mx3cw_c2mjl_370:not(#\9) {
  color: var(--awsui-alert-icon-color-6b9ypa, var(--color-text-status-info-ue8bd2, #006ce0));
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_error-boundary_9pwoq_e6u2g_5:not(#\9),
.awsui_header_9pwoq_e6u2g_6:not(#\9),
.awsui_description_9pwoq_e6u2g_7:not(#\9),
.awsui_action_9pwoq_e6u2g_8:not(#\9),
.awsui_app-layout-part-fallback_9pwoq_e6u2g_9:not(#\9) {
  display: contents;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_fallback_11u4a_1e43p_5:not(#\9),
.awsui_feedback-action_11u4a_1e43p_6:not(#\9),
.awsui_refresh-action_11u4a_1e43p_7:not(#\9),
.awsui_header_11u4a_1e43p_8:not(#\9),
.awsui_description_11u4a_1e43p_9:not(#\9),
.awsui_action_11u4a_1e43p_10:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_oip5a_160mh_5:not(#\9) {
  /* used in tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1u26h_im8v7_5:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_content_vjswe_qyiil_153:not(#\9) {
  /* used in test-utils */
}

.awsui_button_vjswe_qyiil_157:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  min-inline-size: 0;
  word-break: break-word;
  font-weight: var(--font-weight-button-0eg20c, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  letter-spacing: var(--font-button-letter-spacing-ufowe3, 0.005em);
  border-start-start-radius: var(--border-radius-button-7bgkcs, 20px);
  border-start-end-radius: var(--border-radius-button-7bgkcs, 20px);
  border-end-start-radius: var(--border-radius-button-7bgkcs, 20px);
  border-end-end-radius: var(--border-radius-button-7bgkcs, 20px);
  border-block: var(--border-width-button-jm0qg7, 2px) solid;
  border-inline: var(--border-width-button-jm0qg7, 2px) solid;
  padding-block: var(--space-button-vertical-xaxp6x, 4px);
  padding-inline: var(--space-button-horizontal-k0c786, 20px);
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  --awsui-style-focus-ring-box-shadow-6b9ypa: 0 0 0 var(--awsui-style-focus-ring-border-width-6b9ypa, 2px) var(--awsui-style-focus-ring-border-color-6b9ypa, var(--color-border-item-focused-uk47pl, #006ce0));
}
.awsui_button_vjswe_qyiil_157.awsui_variant-normal_vjswe_qyiil_206:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, var(--color-background-button-normal-default-7f99mv, #ffffff));
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-button-normal-default-nzalii, #006ce0));
  border-color: var(--awsui-style-border-color-default-6b9ypa, var(--color-border-button-normal-default-glqfp1, #006ce0));
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-normal_vjswe_qyiil_206:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, var(--color-background-button-normal-hover-53op9s, #f0fbff));
  border-color: var(--awsui-style-border-color-hover-6b9ypa, var(--color-border-button-normal-hover-6a2tdq, #002b66));
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-button-normal-hover-gusgyv, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-normal_vjswe_qyiil_206:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, var(--color-background-button-normal-active-5imwxd, #d1f1ff));
  border-color: var(--awsui-style-border-color-active-6b9ypa, var(--color-border-button-normal-active-ru7yhb, #002b66));
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-button-normal-active-vihsxh, #002b66));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-normal_vjswe_qyiil_206.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, var(--color-background-button-normal-disabled-hl039l, #ffffff));
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, var(--color-border-button-normal-disabled-pkhetz, #b4b4bb));
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-button-normal-disabled-05p74s, #8c8c94));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-primary_vjswe_qyiil_235:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, var(--color-background-button-primary-default-vdt0fu, #006ce0));
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-button-primary-default-mwl31m, #ffffff));
  border-color: var(--awsui-style-border-color-default-6b9ypa, var(--color-border-button-primary-default-45p8u2, #006ce0));
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-primary_vjswe_qyiil_235:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, var(--color-background-button-primary-hover-mo85i6, #002b66));
  border-color: var(--awsui-style-border-color-hover-6b9ypa, var(--color-border-button-primary-hover-rktx0f, #002b66));
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-button-primary-hover-pw12ep, #ffffff));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-primary_vjswe_qyiil_235:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, var(--color-background-button-primary-active-5cqoqt, #002b66));
  border-color: var(--awsui-style-border-color-active-6b9ypa, var(--color-border-button-primary-active-6jnxoc, #002b66));
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-button-primary-active-refmba, #ffffff));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-primary_vjswe_qyiil_235.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, var(--color-background-button-primary-disabled-sgo4zo, #ebebf0));
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, var(--color-border-button-primary-disabled-b5p1ji, #ebebf0));
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-button-primary-disabled-q79gms, #8c8c94));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-link_vjswe_qyiil_264:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, var(--color-background-button-link-default-o64utz, transparent));
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-button-link-default-vvunrs, #006ce0));
  border-color: var(--awsui-style-border-color-default-6b9ypa, var(--color-background-button-link-default-o64utz, transparent));
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-link_vjswe_qyiil_264:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, var(--color-background-button-link-hover-lhrs2u, #f0fbff));
  border-color: var(--awsui-style-border-color-hover-6b9ypa, var(--color-background-button-link-hover-lhrs2u, #f0fbff));
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-button-link-hover-kvrc36, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-link_vjswe_qyiil_264:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, var(--color-background-button-link-active-5oi2dp, #d1f1ff));
  border-color: var(--awsui-style-border-color-active-6b9ypa, var(--color-background-button-link-active-5oi2dp, #d1f1ff));
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-button-link-active-dqdjg3, #002b66));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-link_vjswe_qyiil_264.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, var(--color-background-button-link-disabled-9xznu3, transparent));
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, var(--color-border-button-link-disabled-npwqxa, transparent));
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-button-link-disabled-12wh7a, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-icon_vjswe_qyiil_293:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, transparent);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-interactive-default-ugh9wp, #424650));
  border-color: var(--awsui-style-border-color-default-6b9ypa, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-icon_vjswe_qyiil_293:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-hover-6b9ypa, transparent);
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-interactive-hover-6naf7i, #0f141a));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-icon_vjswe_qyiil_293:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-active-6b9ypa, transparent);
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-interactive-default-ugh9wp, #424650));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-icon_vjswe_qyiil_293.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, transparent);
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-button-icon-disabled-nnofkn, #8c8c94));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon_vjswe_qyiil_322:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, transparent);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-button-inline-icon-default-sm4ql6, #006ce0));
  border-color: var(--awsui-style-border-color-default-6b9ypa, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon_vjswe_qyiil_322:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-hover-6b9ypa, transparent);
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-button-inline-icon-hover-rbyzfc, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon_vjswe_qyiil_322:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-active-6b9ypa, transparent);
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-button-inline-icon-default-sm4ql6, #006ce0));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon_vjswe_qyiil_322.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, transparent);
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-button-inline-icon-disabled-82hho0, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon-pointer-target_vjswe_qyiil_351:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, transparent);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-button-inline-icon-default-sm4ql6, #006ce0));
  border-color: var(--awsui-style-border-color-default-6b9ypa, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon-pointer-target_vjswe_qyiil_351:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-hover-6b9ypa, transparent);
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-button-inline-icon-hover-rbyzfc, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon-pointer-target_vjswe_qyiil_351:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-active-6b9ypa, transparent);
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-button-inline-icon-default-sm4ql6, #006ce0));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon-pointer-target_vjswe_qyiil_351.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, transparent);
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-button-inline-icon-disabled-82hho0, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-link_vjswe_qyiil_380:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, transparent);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-button-normal-default-nzalii, #006ce0));
  border-color: var(--awsui-style-border-color-default-6b9ypa, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  border-block-width: 0;
  border-inline-width: 0;
  position: relative;
  text-decoration: none;
  padding-block: 0;
  padding-inline: 0;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-link_vjswe_qyiil_380:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-hover-6b9ypa, transparent);
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-button-normal-hover-gusgyv, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-link_vjswe_qyiil_380:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-active-6b9ypa, transparent);
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-button-normal-active-vihsxh, #002b66));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-link_vjswe_qyiil_380.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, transparent);
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-interactive-disabled-1bqmrl, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-modal-dismiss_vjswe_qyiil_413:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, transparent);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-interactive-default-ugh9wp, #424650));
  border-color: var(--awsui-style-border-color-default-6b9ypa, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-modal-dismiss_vjswe_qyiil_413:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-hover-6b9ypa, transparent);
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-interactive-hover-6naf7i, #0f141a));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-modal-dismiss_vjswe_qyiil_413:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-active-6b9ypa, transparent);
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-interactive-default-ugh9wp, #424650));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-modal-dismiss_vjswe_qyiil_413.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, transparent);
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-interactive-disabled-1bqmrl, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-flashbar-icon_vjswe_qyiil_442:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, transparent);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-interactive-inverted-default-xlc0d5, #dedee3));
  border-color: var(--awsui-style-border-color-default-6b9ypa, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-flashbar-icon_vjswe_qyiil_442:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-hover-6b9ypa, transparent);
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-interactive-inverted-hover-65rnp7, #f9f9fa));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-flashbar-icon_vjswe_qyiil_442:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-active-6b9ypa, transparent);
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-interactive-inverted-default-xlc0d5, #dedee3));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-flashbar-icon_vjswe_qyiil_442.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, transparent);
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-interactive-disabled-1bqmrl, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-breadcrumb-group_vjswe_qyiil_471:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, transparent);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-default-hude44, #006ce0));
  border-color: var(--awsui-style-border-color-default-6b9ypa, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  border-block-width: 0;
  border-inline-width: 0;
  position: relative;
  text-decoration: none;
  padding-block: 0;
  padding-inline: 0;
  font-weight: normal;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-breadcrumb-group_vjswe_qyiil_471:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-hover-6b9ypa, transparent);
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-breadcrumb-group_vjswe_qyiil_471:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-active-6b9ypa, transparent);
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-default-hude44, #006ce0));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-breadcrumb-group_vjswe_qyiil_471.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, transparent);
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-interactive-disabled-1bqmrl, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-menu-trigger_vjswe_qyiil_505:not(#\9) {
  background: var(--awsui-style-background-default-6b9ypa, transparent);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-button-normal-default-nzalii, #006ce0));
  border-color: var(--awsui-style-border-color-default-6b9ypa, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-menu-trigger_vjswe_qyiil_505:not(#\9):hover {
  background: var(--awsui-style-background-hover-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-hover-6b9ypa, transparent);
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-button-normal-hover-gusgyv, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa);
  text-decoration: none;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-menu-trigger_vjswe_qyiil_505:not(#\9):active {
  background: var(--awsui-style-background-active-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-active-6b9ypa, transparent);
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-button-normal-active-vihsxh, #002b66));
  box-shadow: var(--awsui-style-box-shadow-active-6b9ypa);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-menu-trigger_vjswe_qyiil_505.awsui_disabled_vjswe_qyiil_227:not(#\9) {
  background: var(--awsui-style-background-disabled-6b9ypa, transparent);
  border-color: var(--awsui-style-border-color-disabled-6b9ypa, transparent);
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-interactive-disabled-1bqmrl, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_qyiil_157:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-focus-outline-gutter-jj138g, 4px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-focus-outline-gutter-jj138g, 4px));
  inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-jj138g, 4px));
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-jj138g, 4px) + var(--space-button-focus-outline-gutter-jj138g, 4px));
  block-size: calc(100% + var(--space-button-focus-outline-gutter-jj138g, 4px) + var(--space-button-focus-outline-gutter-jj138g, 4px));
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-6b9ypa);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-icon_vjswe_qyiil_293, body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-modal-dismiss_vjswe_qyiil_413, body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-flashbar-icon_vjswe_qyiil_442 {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-icon_vjswe_qyiil_293, body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-modal-dismiss_vjswe_qyiil_413, body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-flashbar-icon_vjswe_qyiil_442 {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-focus-outline-gutter-jj138g, 4px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-icon_vjswe_qyiil_293::before, body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-modal-dismiss_vjswe_qyiil_413::before, body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-flashbar-icon_vjswe_qyiil_442::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-focus-outline-gutter-jj138g, 4px));
  inset-block-start: calc(-1 * var(--space-button-icon-focus-outline-gutter-vertical-r44mtq, 0px));
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-jj138g, 4px) + var(--space-button-focus-outline-gutter-jj138g, 4px));
  block-size: calc(100% + var(--space-button-icon-focus-outline-gutter-vertical-r44mtq, 0px) + var(--space-button-icon-focus-outline-gutter-vertical-r44mtq, 0px));
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-6b9ypa);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-inline-icon_vjswe_qyiil_322, body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-inline-icon-pointer-target_vjswe_qyiil_351 {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-inline-icon_vjswe_qyiil_322, body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-inline-icon-pointer-target_vjswe_qyiil_351 {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-inline-icon-focus-outline-gutter-zbfgku, 0px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-inline-icon_vjswe_qyiil_322::before, body[data-awsui-focus-visible=true] .awsui_button_vjswe_qyiil_157:not(#\9):focus.awsui_variant-inline-icon-pointer-target_vjswe_qyiil_351::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-inline-icon-focus-outline-gutter-zbfgku, 0px));
  inset-block-start: calc(-1 * var(--space-button-inline-icon-focus-outline-gutter-zbfgku, 0px));
  inline-size: calc(100% + var(--space-button-inline-icon-focus-outline-gutter-zbfgku, 0px) + var(--space-button-inline-icon-focus-outline-gutter-zbfgku, 0px));
  block-size: calc(100% + var(--space-button-inline-icon-focus-outline-gutter-zbfgku, 0px) + var(--space-button-inline-icon-focus-outline-gutter-zbfgku, 0px));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
}
.awsui_button_vjswe_qyiil_157.awsui_button-no-text_vjswe_qyiil_601:not(#\9) {
  padding-inline-start: var(--space-button-icon-only-horizontal-i85hxi, 6px);
  padding-inline-end: var(--space-button-icon-only-horizontal-i85hxi, 6px);
}
.awsui_button_vjswe_qyiil_157.awsui_button-no-wrap_vjswe_qyiil_605:not(#\9) {
  white-space: nowrap;
}
.awsui_button_vjswe_qyiil_157.awsui_full-width_vjswe_qyiil_608:not(#\9) {
  inline-size: 100%;
  text-align: center;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-icon_vjswe_qyiil_293:not(#\9), .awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon_vjswe_qyiil_322:not(#\9), .awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon-pointer-target_vjswe_qyiil_351:not(#\9), .awsui_button_vjswe_qyiil_157.awsui_variant-flashbar-icon_vjswe_qyiil_442:not(#\9) {
  padding-inline: var(--space-xxs-hwfkai, 4px);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-modal-dismiss_vjswe_qyiil_413:not(#\9) {
  padding-block: var(--space-button-modal-dismiss-vertical-vqfxjd, 2px);
  padding-inline: var(--space-xxs-hwfkai, 4px);
  margin-inline-end: calc(-1 * var(--space-xxs-hwfkai, 4px));
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon_vjswe_qyiil_322:not(#\9) {
  padding-block: 0;
  border-block-width: 0;
  border-inline-width: 0;
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-icon-pointer-target_vjswe_qyiil_351:not(#\9) {
  padding-block: var(--space-xxxs-pajhad, 2px);
  border-block-width: 0;
  border-inline-width: 0;
}
.awsui_button_vjswe_qyiil_157 > .awsui_icon-left_vjswe_qyiil_630:not(#\9) {
  position: relative;
  inset-inline-start: calc(-1 * var(--space-xxs-hwfkai, 4px));
  margin-inline-end: var(--space-xxs-hwfkai, 4px);
}
.awsui_button_vjswe_qyiil_157 > .awsui_icon-right_vjswe_qyiil_635:not(#\9) {
  position: relative;
  inset-inline-end: calc(-1 * var(--space-xxs-hwfkai, 4px));
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-link_vjswe_qyiil_380 > .awsui_icon-left_vjswe_qyiil_630:not(#\9) {
  inset-inline-start: 0;
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
}
.awsui_button_vjswe_qyiil_157.awsui_variant-inline-link_vjswe_qyiil_380 > .awsui_icon-right_vjswe_qyiil_635:not(#\9) {
  inset-inline-end: 0;
  margin-inline-start: var(--space-xs-ymlm0b, 8px);
}
.awsui_button_vjswe_qyiil_157.awsui_button-no-text_vjswe_qyiil_601 > .awsui_icon_vjswe_qyiil_630:not(#\9) {
  margin-inline-start: auto;
  margin-inline-end: auto;
  inset-inline: 0;
}

.awsui_link_vjswe_qyiil_654.awsui_disabled_vjswe_qyiil_227:not(#\9):not(.awsui_disabled-with-reason_vjswe_qyiil_654) {
  pointer-events: none;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_label_1f1d4_ocied_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_disabled-reason-tooltip_1ueyk_ca6yt_5:not(#\9) {
  /* used in test-utils or tests */
}

.awsui_external-icon_1ueyk_ca6yt_9:not(#\9) {
  /* used in test-utils or tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_18582_1jqoe_145:not(#\9) {
  display: flex;
}

.awsui_child_18582_1jqoe_149:not(#\9) {
  /* used in test-utils */
}

.awsui_child_18582_1jqoe_149:not(#\9):empty {
  display: none;
}

/*
 * Horizontal variant
 */
.awsui_horizontal_18582_1jqoe_160:not(#\9) {
  flex-direction: row;
  flex-wrap: wrap;
}
.awsui_horizontal-xxxs_18582_1jqoe_164:not(#\9) {
  gap: var(--space-xxxs-pajhad, 2px);
}
.awsui_horizontal-xxs_18582_1jqoe_167:not(#\9) {
  gap: var(--space-xxs-hwfkai, 4px);
}
.awsui_horizontal-xs_18582_1jqoe_170:not(#\9) {
  gap: var(--space-xs-ymlm0b, 8px);
}
.awsui_horizontal-s_18582_1jqoe_173:not(#\9) {
  gap: var(--space-s-tvghoh, 12px);
}
.awsui_horizontal-m_18582_1jqoe_176:not(#\9) {
  gap: var(--space-m-dsumyt, 16px);
}
.awsui_horizontal-l_18582_1jqoe_179:not(#\9) {
  gap: var(--space-l-2ud1p3, 20px);
}
.awsui_horizontal-xl_18582_1jqoe_182:not(#\9) {
  gap: var(--space-xl-jfy3x4, 24px);
}
.awsui_horizontal-xxl_18582_1jqoe_185:not(#\9) {
  gap: var(--space-xxl-32srm4, 32px);
}

/*
 * Vertical variant
 */
.awsui_vertical_18582_1jqoe_192:not(#\9) {
  flex-direction: column;
}
.awsui_vertical-xxxs_18582_1jqoe_195:not(#\9) {
  row-gap: var(--space-xxxs-pajhad, 2px);
}
.awsui_vertical-xxs_18582_1jqoe_198:not(#\9) {
  row-gap: var(--space-xxs-hwfkai, 4px);
}
.awsui_vertical-xs_18582_1jqoe_201:not(#\9) {
  row-gap: var(--space-xs-ymlm0b, 8px);
}
.awsui_vertical-s_18582_1jqoe_204:not(#\9) {
  row-gap: var(--space-scaled-s-8ozaad, 12px);
}
.awsui_vertical-m_18582_1jqoe_207:not(#\9) {
  row-gap: var(--space-scaled-m-m892r9, 16px);
}
.awsui_vertical-l_18582_1jqoe_210:not(#\9) {
  row-gap: var(--space-scaled-l-sej05l, 20px);
}
.awsui_vertical-xl_18582_1jqoe_213:not(#\9) {
  row-gap: var(--space-scaled-xl-dunxp5, 24px);
}
.awsui_vertical-xxl_18582_1jqoe_216:not(#\9) {
  row-gap: var(--space-scaled-xxl-6wgq96, 32px);
}

.awsui_align-center_18582_1jqoe_220:not(#\9) {
  align-items: center;
}

.awsui_align-start_18582_1jqoe_224:not(#\9) {
  align-items: start;
}

.awsui_align-end_18582_1jqoe_228:not(#\9) {
  align-items: end;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-implicit-descendant */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-implicit-descendant */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-implicit-descendant */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_box_18wu0_1krkp_172.awsui_p-variant_18wu0_1krkp_172.awsui_color-default_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_b-variant_18wu0_1krkp_172.awsui_color-default_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_strong-variant_18wu0_1krkp_172.awsui_color-default_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_code-variant_18wu0_1krkp_172.awsui_color-default_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_pre-variant_18wu0_1krkp_172.awsui_color-default_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_samp-variant_18wu0_1krkp_172.awsui_color-default_18wu0_1krkp_172:not(#\9) {
  color: var(--color-text-body-default-vvtq8u, #0f141a);
}

.awsui_box_18wu0_1krkp_172.awsui_h1-variant_18wu0_1krkp_176.awsui_color-default_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h2-variant_18wu0_1krkp_176.awsui_color-default_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h3-variant_18wu0_1krkp_176.awsui_color-default_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h4-variant_18wu0_1krkp_176.awsui_color-default_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h5-variant_18wu0_1krkp_176.awsui_color-default_18wu0_1krkp_172:not(#\9) {
  color: var(--color-text-heading-default-izpp46, #0f141a);
}

.awsui_box_18wu0_1krkp_172.awsui_small-variant_18wu0_1krkp_180.awsui_color-default_18wu0_1krkp_172:not(#\9) {
  color: var(--color-text-small-m1tr70, #656871);
}

.awsui_box_18wu0_1krkp_172.awsui_a-variant_18wu0_1krkp_184.awsui_color-default_18wu0_1krkp_172:not(#\9) {
  color: var(--color-text-link-default-hude44, #006ce0);
}

.awsui_box_18wu0_1krkp_172.awsui_small-variant_18wu0_1krkp_180.awsui_font-size-default_18wu0_1krkp_188:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_code-variant_18wu0_1krkp_172.awsui_font-size-default_18wu0_1krkp_188:not(#\9) {
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
}

.awsui_box_18wu0_1krkp_172.awsui_p-variant_18wu0_1krkp_172.awsui_font-size-default_18wu0_1krkp_188:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_b-variant_18wu0_1krkp_172.awsui_font-size-default_18wu0_1krkp_188:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_strong-variant_18wu0_1krkp_172.awsui_font-size-default_18wu0_1krkp_188:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_pre-variant_18wu0_1krkp_172.awsui_font-size-default_18wu0_1krkp_188:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_samp-variant_18wu0_1krkp_172.awsui_font-size-default_18wu0_1krkp_188:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_a-variant_18wu0_1krkp_184.awsui_font-size-default_18wu0_1krkp_188:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_h5-variant_18wu0_1krkp_176.awsui_font-size-default_18wu0_1krkp_188:not(#\9) {
  font-size: var(--font-size-heading-xs-j8yzxv, 14px);
  line-height: var(--line-height-heading-xs-q9j004, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-fgog7a, normal);
}

.awsui_box_18wu0_1krkp_172.awsui_h4-variant_18wu0_1krkp_176.awsui_font-size-default_18wu0_1krkp_188:not(#\9) {
  font-size: var(--font-size-heading-s-zp08en, 16px);
  line-height: var(--line-height-heading-s-hmi4vc, 20px);
  letter-spacing: var(--letter-spacing-heading-s-4st9ep, -0.005em);
}

.awsui_box_18wu0_1krkp_172.awsui_h3-variant_18wu0_1krkp_176.awsui_font-size-default_18wu0_1krkp_188:not(#\9) {
  font-size: var(--font-size-heading-m-170yiy, 18px);
  line-height: var(--line-height-heading-m-uoaqdh, 22px);
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
}

.awsui_box_18wu0_1krkp_172.awsui_h2-variant_18wu0_1krkp_176.awsui_font-size-default_18wu0_1krkp_188:not(#\9) {
  font-size: var(--font-size-heading-l-vnacx6, 20px);
  line-height: var(--line-height-heading-l-mg5bx6, 24px);
  letter-spacing: var(--letter-spacing-heading-l-5v6ibv, -0.015em);
}

.awsui_box_18wu0_1krkp_172.awsui_h1-variant_18wu0_1krkp_176.awsui_font-size-default_18wu0_1krkp_188:not(#\9) {
  font-size: var(--font-size-heading-xl-wvkbur, 24px);
  line-height: var(--line-height-heading-xl-hko6p0, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-ckkb6u, -0.02em);
}

.awsui_box_18wu0_1krkp_172.awsui_p-variant_18wu0_1krkp_172.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_code-variant_18wu0_1krkp_172.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_pre-variant_18wu0_1krkp_172.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_samp-variant_18wu0_1krkp_172.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_small-variant_18wu0_1krkp_180.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_a-variant_18wu0_1krkp_184.awsui_font-weight-default_18wu0_1krkp_229:not(#\9) {
  font-weight: var(--font-weight-normal-cxw1m3, 400);
}

.awsui_box_18wu0_1krkp_172.awsui_strong-variant_18wu0_1krkp_172.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_b-variant_18wu0_1krkp_172.awsui_font-weight-default_18wu0_1krkp_229:not(#\9) {
  font-weight: var(--font-weight-bold-fo1afg, 700);
}

.awsui_box_18wu0_1krkp_172.awsui_h5-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9) {
  font-weight: var(--font-weight-heading-xs-wqqpne, 700);
}

.awsui_box_18wu0_1krkp_172.awsui_h4-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9) {
  font-weight: var(--font-weight-heading-s-lcx0ai, 700);
}

.awsui_box_18wu0_1krkp_172.awsui_h3-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9) {
  font-weight: var(--font-weight-heading-m-zf82dr, 700);
}

.awsui_box_18wu0_1krkp_172.awsui_h2-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9) {
  font-weight: var(--font-weight-heading-l-0t6dwc, 700);
}

.awsui_box_18wu0_1krkp_172.awsui_h1-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9) {
  font-weight: var(--font-weight-heading-xl-u3m4we, 700);
}

.awsui_box_18wu0_1krkp_172.awsui_h1-variant_18wu0_1krkp_176:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h2-variant_18wu0_1krkp_176:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h3-variant_18wu0_1krkp_176:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h4-variant_18wu0_1krkp_176:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h5-variant_18wu0_1krkp_176:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_p-variant_18wu0_1krkp_172:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
  text-decoration: none;
  padding-block: var(--space-xxs-hwfkai, 4px);
  padding-inline: 0;
}
.awsui_box_18wu0_1krkp_172.awsui_small-variant_18wu0_1krkp_180:not(#\9) {
  display: inline-block;
}
.awsui_box_18wu0_1krkp_172.awsui_code-variant_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_pre-variant_18wu0_1krkp_172:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_samp-variant_18wu0_1krkp_172:not(#\9) {
  font-family: var(--font-family-monospace-q47m7k, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
  background: transparent;
}
.awsui_box_18wu0_1krkp_172.awsui_key-label-variant_18wu0_1krkp_271:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  font-weight: var(--font-display-label-weight-zavpeo, 700);
  color: var(--color-text-label-28gfmc, #0f141a);
  margin-block-end: var(--space-key-value-gap-9glmqc, 0px);
}
.awsui_box_18wu0_1krkp_172.awsui_gen-ai-label-variant_18wu0_1krkp_278:not(#\9) {
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  font-style: italic;
  color: var(--color-text-label-gen-ai-a2n3od, #7300e5);
}
.awsui_box_18wu0_1krkp_172.awsui_value-large-variant_18wu0_1krkp_285:not(#\9) {
  font-family: var(--font-family-display-a93nj0, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-display-l-wa6woo, 42px);
  line-height: var(--line-height-display-l-vwanzp, 48px);
  letter-spacing: var(--letter-spacing-display-l-elyyxk, -0.03em);
  font-weight: var(--font-weight-display-l-h5zsi8, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  color: inherit;
}
.awsui_box_18wu0_1krkp_172.awsui_inline-code-variant_18wu0_1krkp_295:not(#\9) {
  font-family: var(--font-family-monospace-q47m7k, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
  background: transparent;
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  border-start-start-radius: var(--space-static-xxs-ns94dp, 4px);
  border-start-end-radius: var(--space-static-xxs-ns94dp, 4px);
  border-end-start-radius: var(--space-static-xxs-ns94dp, 4px);
  border-end-end-radius: var(--space-static-xxs-ns94dp, 4px);
  background-color: var(--color-background-inline-code-un8udy, rgba(0, 0, 0, 0.1));
  padding-block: var(--space-static-xxxs-yidks1, 2px);
  padding-inline: var(--space-static-xxs-ns94dp, 4px);
}
.awsui_box_18wu0_1krkp_172.awsui_h1-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h2-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h3-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h4-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_h5-variant_18wu0_1krkp_176.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_value-large-variant_18wu0_1krkp_285.awsui_font-weight-default_18wu0_1krkp_229:not(#\9), .awsui_box_18wu0_1krkp_172.awsui_font-weight-heavy_18wu0_1krkp_309:not(#\9) {
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
}

.awsui_box_18wu0_1krkp_172.awsui_color-inverted_18wu0_1krkp_314:not(#\9) {
  color: var(--color-text-notification-default-1iey72, #f9f9fa);
}
.awsui_box_18wu0_1krkp_172.awsui_color-text-label_18wu0_1krkp_317:not(#\9) {
  color: var(--color-text-label-28gfmc, #0f141a);
}
.awsui_box_18wu0_1krkp_172.awsui_color-text-body-secondary_18wu0_1krkp_320:not(#\9) {
  color: var(--color-text-body-secondary-yna5sb, #424650);
}
.awsui_box_18wu0_1krkp_172.awsui_color-text-status-error_18wu0_1krkp_323:not(#\9) {
  color: var(--color-text-status-error-ksqavh, #db0000);
}
.awsui_box_18wu0_1krkp_172.awsui_color-text-status-success_18wu0_1krkp_326:not(#\9) {
  color: var(--color-text-status-success-ybmii8, #00802f);
}
.awsui_box_18wu0_1krkp_172.awsui_color-text-status-info_18wu0_1krkp_329:not(#\9) {
  color: var(--color-text-status-info-ue8bd2, #006ce0);
}
.awsui_box_18wu0_1krkp_172.awsui_color-text-status-inactive_18wu0_1krkp_332:not(#\9) {
  color: var(--color-text-status-inactive-gy7337, #656871);
}
.awsui_box_18wu0_1krkp_172.awsui_color-text-status-warning_18wu0_1krkp_335:not(#\9) {
  color: var(--color-text-status-warning-6meo06, #855900);
}
.awsui_box_18wu0_1krkp_172.awsui_color-inherit_18wu0_1krkp_338:not(#\9) {
  color: inherit;
}
.awsui_box_18wu0_1krkp_172.awsui_font-size-body-s_18wu0_1krkp_341:not(#\9) {
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
}
.awsui_box_18wu0_1krkp_172.awsui_font-size-body-m_18wu0_1krkp_346:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
}
.awsui_box_18wu0_1krkp_172.awsui_font-size-heading-xs_18wu0_1krkp_350:not(#\9) {
  font-size: var(--font-size-heading-xs-j8yzxv, 14px);
  line-height: var(--line-height-heading-xs-q9j004, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-fgog7a, normal);
}
.awsui_box_18wu0_1krkp_172.awsui_font-size-heading-s_18wu0_1krkp_355:not(#\9) {
  font-size: var(--font-size-heading-s-zp08en, 16px);
  line-height: var(--line-height-heading-s-hmi4vc, 20px);
  letter-spacing: var(--letter-spacing-heading-s-4st9ep, -0.005em);
}
.awsui_box_18wu0_1krkp_172.awsui_font-size-heading-m_18wu0_1krkp_360:not(#\9) {
  font-size: var(--font-size-heading-m-170yiy, 18px);
  line-height: var(--line-height-heading-m-uoaqdh, 22px);
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
}
.awsui_box_18wu0_1krkp_172.awsui_font-size-heading-l_18wu0_1krkp_365:not(#\9) {
  font-size: var(--font-size-heading-l-vnacx6, 20px);
  line-height: var(--line-height-heading-l-mg5bx6, 24px);
  letter-spacing: var(--letter-spacing-heading-l-5v6ibv, -0.015em);
}
.awsui_box_18wu0_1krkp_172.awsui_font-size-heading-xl_18wu0_1krkp_370:not(#\9) {
  font-size: var(--font-size-heading-xl-wvkbur, 24px);
  line-height: var(--line-height-heading-xl-hko6p0, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-ckkb6u, -0.02em);
}
.awsui_box_18wu0_1krkp_172.awsui_font-size-display-l_18wu0_1krkp_375:not(#\9) {
  font-size: var(--font-size-display-l-wa6woo, 42px);
  line-height: var(--line-height-display-l-vwanzp, 48px);
  letter-spacing: var(--letter-spacing-display-l-elyyxk, -0.03em);
}
.awsui_box_18wu0_1krkp_172.awsui_font-weight-light_18wu0_1krkp_380:not(#\9) {
  font-weight: var(--font-weight-lighter-ldkoj5, 300);
}
.awsui_box_18wu0_1krkp_172.awsui_font-weight-normal_18wu0_1krkp_383:not(#\9) {
  font-weight: var(--font-weight-normal-cxw1m3, 400);
}
.awsui_box_18wu0_1krkp_172.awsui_font-weight-bold_18wu0_1krkp_386:not(#\9) {
  font-weight: var(--font-weight-bold-fo1afg, 700);
}
.awsui_box_18wu0_1krkp_172.awsui_font-weight-heavy_18wu0_1krkp_309:not(#\9) {
  font-weight: var(--font-weight-heavy-6yh4un, 700);
}

.awsui_t-left_18wu0_1krkp_393:not(#\9) {
  text-align: start;
}

.awsui_t-right_18wu0_1krkp_397:not(#\9) {
  text-align: end;
}

.awsui_t-center_18wu0_1krkp_401:not(#\9) {
  text-align: center;
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-implicit-descendant */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_box_18wu0_1krkp_172.awsui_p-n_18wu0_1krkp_418:not(#\9) {
  padding-block: var(--space-scaled-none-nfyouv, 0px);
  padding-inline: var(--space-none-xk6qzf, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-n_18wu0_1krkp_423:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-n_18wu0_1krkp_424:not(#\9) {
  padding-block-start: var(--space-scaled-none-nfyouv, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-n_18wu0_1krkp_428:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-n_18wu0_1krkp_429:not(#\9) {
  padding-inline-end: var(--space-none-xk6qzf, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-n_18wu0_1krkp_433:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-n_18wu0_1krkp_424:not(#\9) {
  padding-block-end: var(--space-scaled-none-nfyouv, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-n_18wu0_1krkp_438:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-n_18wu0_1krkp_429:not(#\9) {
  padding-inline-start: var(--space-none-xk6qzf, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-xxxs_18wu0_1krkp_443:not(#\9) {
  padding-block: var(--space-scaled-xxxs-oo06c7, 2px);
  padding-inline: var(--space-xxxs-pajhad, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-xxxs_18wu0_1krkp_448:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xxxs_18wu0_1krkp_449:not(#\9) {
  padding-block-start: var(--space-scaled-xxxs-oo06c7, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-xxxs_18wu0_1krkp_453:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xxxs_18wu0_1krkp_454:not(#\9) {
  padding-inline-end: var(--space-xxxs-pajhad, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-xxxs_18wu0_1krkp_458:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xxxs_18wu0_1krkp_449:not(#\9) {
  padding-block-end: var(--space-scaled-xxxs-oo06c7, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-xxxs_18wu0_1krkp_463:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xxxs_18wu0_1krkp_454:not(#\9) {
  padding-inline-start: var(--space-xxxs-pajhad, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-xxs_18wu0_1krkp_468:not(#\9) {
  padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
  padding-inline: var(--space-xxs-hwfkai, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-xxs_18wu0_1krkp_473:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xxs_18wu0_1krkp_474:not(#\9) {
  padding-block-start: var(--space-scaled-xxs-pfm1nx, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-xxs_18wu0_1krkp_478:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xxs_18wu0_1krkp_479:not(#\9) {
  padding-inline-end: var(--space-xxs-hwfkai, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-xxs_18wu0_1krkp_483:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xxs_18wu0_1krkp_474:not(#\9) {
  padding-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-xxs_18wu0_1krkp_488:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xxs_18wu0_1krkp_479:not(#\9) {
  padding-inline-start: var(--space-xxs-hwfkai, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-xs_18wu0_1krkp_493:not(#\9) {
  padding-block: var(--space-scaled-xs-xwoogq, 8px);
  padding-inline: var(--space-xs-ymlm0b, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-xs_18wu0_1krkp_498:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xs_18wu0_1krkp_499:not(#\9) {
  padding-block-start: var(--space-scaled-xs-xwoogq, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-xs_18wu0_1krkp_503:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xs_18wu0_1krkp_504:not(#\9) {
  padding-inline-end: var(--space-xs-ymlm0b, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-xs_18wu0_1krkp_508:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xs_18wu0_1krkp_499:not(#\9) {
  padding-block-end: var(--space-scaled-xs-xwoogq, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-xs_18wu0_1krkp_513:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xs_18wu0_1krkp_504:not(#\9) {
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-s_18wu0_1krkp_518:not(#\9) {
  padding-block: var(--space-scaled-s-8ozaad, 12px);
  padding-inline: var(--space-s-tvghoh, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-s_18wu0_1krkp_523:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-s_18wu0_1krkp_524:not(#\9) {
  padding-block-start: var(--space-scaled-s-8ozaad, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-s_18wu0_1krkp_528:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-s_18wu0_1krkp_529:not(#\9) {
  padding-inline-end: var(--space-s-tvghoh, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-s_18wu0_1krkp_533:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-s_18wu0_1krkp_524:not(#\9) {
  padding-block-end: var(--space-scaled-s-8ozaad, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-s_18wu0_1krkp_538:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-s_18wu0_1krkp_529:not(#\9) {
  padding-inline-start: var(--space-s-tvghoh, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-m_18wu0_1krkp_543:not(#\9) {
  padding-block: var(--space-scaled-m-m892r9, 16px);
  padding-inline: var(--space-m-dsumyt, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-m_18wu0_1krkp_548:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-m_18wu0_1krkp_549:not(#\9) {
  padding-block-start: var(--space-scaled-m-m892r9, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-m_18wu0_1krkp_553:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-m_18wu0_1krkp_554:not(#\9) {
  padding-inline-end: var(--space-m-dsumyt, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-m_18wu0_1krkp_558:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-m_18wu0_1krkp_549:not(#\9) {
  padding-block-end: var(--space-scaled-m-m892r9, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-m_18wu0_1krkp_563:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-m_18wu0_1krkp_554:not(#\9) {
  padding-inline-start: var(--space-m-dsumyt, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-l_18wu0_1krkp_438:not(#\9) {
  padding-block: var(--space-scaled-l-sej05l, 20px);
  padding-inline: var(--space-l-2ud1p3, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-l_18wu0_1krkp_573:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-l_18wu0_1krkp_574:not(#\9) {
  padding-block-start: var(--space-scaled-l-sej05l, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-l_18wu0_1krkp_578:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-l_18wu0_1krkp_579:not(#\9) {
  padding-inline-end: var(--space-l-2ud1p3, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-l_18wu0_1krkp_583:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-l_18wu0_1krkp_574:not(#\9) {
  padding-block-end: var(--space-scaled-l-sej05l, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-l_18wu0_1krkp_588:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-l_18wu0_1krkp_579:not(#\9) {
  padding-inline-start: var(--space-l-2ud1p3, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-xl_18wu0_1krkp_593:not(#\9) {
  padding-block: var(--space-scaled-xl-dunxp5, 24px);
  padding-inline: var(--space-xl-jfy3x4, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-xl_18wu0_1krkp_598:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xl_18wu0_1krkp_599:not(#\9) {
  padding-block-start: var(--space-scaled-xl-dunxp5, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-xl_18wu0_1krkp_603:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xl_18wu0_1krkp_604:not(#\9) {
  padding-inline-end: var(--space-xl-jfy3x4, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-xl_18wu0_1krkp_608:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xl_18wu0_1krkp_599:not(#\9) {
  padding-block-end: var(--space-scaled-xl-dunxp5, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-xl_18wu0_1krkp_613:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xl_18wu0_1krkp_604:not(#\9) {
  padding-inline-start: var(--space-xl-jfy3x4, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-xxl_18wu0_1krkp_618:not(#\9) {
  padding-block: var(--space-scaled-xxl-6wgq96, 32px);
  padding-inline: var(--space-xxl-32srm4, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-xxl_18wu0_1krkp_623:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xxl_18wu0_1krkp_624:not(#\9) {
  padding-block-start: var(--space-scaled-xxl-6wgq96, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-xxl_18wu0_1krkp_628:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xxl_18wu0_1krkp_629:not(#\9) {
  padding-inline-end: var(--space-xxl-32srm4, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-xxl_18wu0_1krkp_633:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xxl_18wu0_1krkp_624:not(#\9) {
  padding-block-end: var(--space-scaled-xxl-6wgq96, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-xxl_18wu0_1krkp_638:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xxl_18wu0_1krkp_629:not(#\9) {
  padding-inline-start: var(--space-xxl-32srm4, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-xxxl_18wu0_1krkp_643:not(#\9) {
  padding-block: var(--space-scaled-xxxl-hwoy7j, 40px);
  padding-inline: var(--space-xxxl-aut1u7, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-top-xxxl_18wu0_1krkp_648:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xxxl_18wu0_1krkp_649:not(#\9) {
  padding-block-start: var(--space-scaled-xxxl-hwoy7j, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-right-xxxl_18wu0_1krkp_653:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xxxl_18wu0_1krkp_654:not(#\9) {
  padding-inline-end: var(--space-xxxl-aut1u7, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-bottom-xxxl_18wu0_1krkp_658:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-vertical-xxxl_18wu0_1krkp_649:not(#\9) {
  padding-block-end: var(--space-scaled-xxxl-hwoy7j, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_p-left-xxxl_18wu0_1krkp_663:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_p-horizontal-xxxl_18wu0_1krkp_654:not(#\9) {
  padding-inline-start: var(--space-xxxl-aut1u7, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-n_18wu0_1krkp_668:not(#\9) {
  margin-block: var(--space-scaled-none-nfyouv, 0px);
  margin-inline: var(--space-none-xk6qzf, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-n_18wu0_1krkp_673:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-n_18wu0_1krkp_674:not(#\9) {
  margin-block-start: var(--space-scaled-none-nfyouv, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-n_18wu0_1krkp_678:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-n_18wu0_1krkp_679:not(#\9) {
  margin-inline-end: var(--space-none-xk6qzf, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-n_18wu0_1krkp_683:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-n_18wu0_1krkp_674:not(#\9) {
  margin-block-end: var(--space-scaled-none-nfyouv, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-n_18wu0_1krkp_688:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-n_18wu0_1krkp_679:not(#\9) {
  margin-inline-start: var(--space-none-xk6qzf, 0px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-xxxs_18wu0_1krkp_693:not(#\9) {
  margin-block: var(--space-scaled-xxxs-oo06c7, 2px);
  margin-inline: var(--space-xxxs-pajhad, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-xxxs_18wu0_1krkp_698:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xxxs_18wu0_1krkp_699:not(#\9) {
  margin-block-start: var(--space-scaled-xxxs-oo06c7, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-xxxs_18wu0_1krkp_703:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xxxs_18wu0_1krkp_704:not(#\9) {
  margin-inline-end: var(--space-xxxs-pajhad, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-xxxs_18wu0_1krkp_708:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xxxs_18wu0_1krkp_699:not(#\9) {
  margin-block-end: var(--space-scaled-xxxs-oo06c7, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-xxxs_18wu0_1krkp_713:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xxxs_18wu0_1krkp_704:not(#\9) {
  margin-inline-start: var(--space-xxxs-pajhad, 2px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-xxs_18wu0_1krkp_718:not(#\9) {
  margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
  margin-inline: var(--space-xxs-hwfkai, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-xxs_18wu0_1krkp_723:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xxs_18wu0_1krkp_724:not(#\9) {
  margin-block-start: var(--space-scaled-xxs-pfm1nx, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-xxs_18wu0_1krkp_728:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xxs_18wu0_1krkp_729:not(#\9) {
  margin-inline-end: var(--space-xxs-hwfkai, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-xxs_18wu0_1krkp_733:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xxs_18wu0_1krkp_724:not(#\9) {
  margin-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-xxs_18wu0_1krkp_738:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xxs_18wu0_1krkp_729:not(#\9) {
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-xs_18wu0_1krkp_743:not(#\9) {
  margin-block: var(--space-scaled-xs-xwoogq, 8px);
  margin-inline: var(--space-xs-ymlm0b, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-xs_18wu0_1krkp_748:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xs_18wu0_1krkp_749:not(#\9) {
  margin-block-start: var(--space-scaled-xs-xwoogq, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-xs_18wu0_1krkp_753:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xs_18wu0_1krkp_754:not(#\9) {
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-xs_18wu0_1krkp_758:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xs_18wu0_1krkp_749:not(#\9) {
  margin-block-end: var(--space-scaled-xs-xwoogq, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-xs_18wu0_1krkp_763:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xs_18wu0_1krkp_754:not(#\9) {
  margin-inline-start: var(--space-xs-ymlm0b, 8px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-s_18wu0_1krkp_768:not(#\9) {
  margin-block: var(--space-scaled-s-8ozaad, 12px);
  margin-inline: var(--space-s-tvghoh, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-s_18wu0_1krkp_773:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-s_18wu0_1krkp_774:not(#\9) {
  margin-block-start: var(--space-scaled-s-8ozaad, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-s_18wu0_1krkp_778:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-s_18wu0_1krkp_779:not(#\9) {
  margin-inline-end: var(--space-s-tvghoh, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-s_18wu0_1krkp_783:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-s_18wu0_1krkp_774:not(#\9) {
  margin-block-end: var(--space-scaled-s-8ozaad, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-s_18wu0_1krkp_788:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-s_18wu0_1krkp_779:not(#\9) {
  margin-inline-start: var(--space-s-tvghoh, 12px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-m_18wu0_1krkp_793:not(#\9) {
  margin-block: var(--space-scaled-m-m892r9, 16px);
  margin-inline: var(--space-m-dsumyt, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-m_18wu0_1krkp_798:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-m_18wu0_1krkp_799:not(#\9) {
  margin-block-start: var(--space-scaled-m-m892r9, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-m_18wu0_1krkp_803:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-m_18wu0_1krkp_804:not(#\9) {
  margin-inline-end: var(--space-m-dsumyt, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-m_18wu0_1krkp_808:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-m_18wu0_1krkp_799:not(#\9) {
  margin-block-end: var(--space-scaled-m-m892r9, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-m_18wu0_1krkp_813:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-m_18wu0_1krkp_804:not(#\9) {
  margin-inline-start: var(--space-m-dsumyt, 16px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-l_18wu0_1krkp_688:not(#\9) {
  margin-block: var(--space-scaled-l-sej05l, 20px);
  margin-inline: var(--space-l-2ud1p3, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-l_18wu0_1krkp_823:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-l_18wu0_1krkp_824:not(#\9) {
  margin-block-start: var(--space-scaled-l-sej05l, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-l_18wu0_1krkp_828:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-l_18wu0_1krkp_829:not(#\9) {
  margin-inline-end: var(--space-l-2ud1p3, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-l_18wu0_1krkp_833:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-l_18wu0_1krkp_824:not(#\9) {
  margin-block-end: var(--space-scaled-l-sej05l, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-l_18wu0_1krkp_838:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-l_18wu0_1krkp_829:not(#\9) {
  margin-inline-start: var(--space-l-2ud1p3, 20px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-xl_18wu0_1krkp_843:not(#\9) {
  margin-block: var(--space-scaled-xl-dunxp5, 24px);
  margin-inline: var(--space-xl-jfy3x4, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-xl_18wu0_1krkp_848:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xl_18wu0_1krkp_849:not(#\9) {
  margin-block-start: var(--space-scaled-xl-dunxp5, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-xl_18wu0_1krkp_853:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xl_18wu0_1krkp_854:not(#\9) {
  margin-inline-end: var(--space-xl-jfy3x4, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-xl_18wu0_1krkp_858:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xl_18wu0_1krkp_849:not(#\9) {
  margin-block-end: var(--space-scaled-xl-dunxp5, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-xl_18wu0_1krkp_863:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xl_18wu0_1krkp_854:not(#\9) {
  margin-inline-start: var(--space-xl-jfy3x4, 24px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-xxl_18wu0_1krkp_868:not(#\9) {
  margin-block: var(--space-scaled-xxl-6wgq96, 32px);
  margin-inline: var(--space-xxl-32srm4, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-xxl_18wu0_1krkp_873:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xxl_18wu0_1krkp_874:not(#\9) {
  margin-block-start: var(--space-scaled-xxl-6wgq96, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-xxl_18wu0_1krkp_878:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xxl_18wu0_1krkp_879:not(#\9) {
  margin-inline-end: var(--space-xxl-32srm4, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-xxl_18wu0_1krkp_883:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xxl_18wu0_1krkp_874:not(#\9) {
  margin-block-end: var(--space-scaled-xxl-6wgq96, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-xxl_18wu0_1krkp_888:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xxl_18wu0_1krkp_879:not(#\9) {
  margin-inline-start: var(--space-xxl-32srm4, 32px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-xxxl_18wu0_1krkp_893:not(#\9) {
  margin-block: var(--space-scaled-xxxl-hwoy7j, 40px);
  margin-inline: var(--space-xxxl-aut1u7, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-top-xxxl_18wu0_1krkp_898:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xxxl_18wu0_1krkp_899:not(#\9) {
  margin-block-start: var(--space-scaled-xxxl-hwoy7j, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-right-xxxl_18wu0_1krkp_903:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xxxl_18wu0_1krkp_904:not(#\9) {
  margin-inline-end: var(--space-xxxl-aut1u7, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-bottom-xxxl_18wu0_1krkp_908:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-vertical-xxxl_18wu0_1krkp_899:not(#\9) {
  margin-block-end: var(--space-scaled-xxxl-hwoy7j, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_m-left-xxxl_18wu0_1krkp_913:not(#\9),
.awsui_box_18wu0_1krkp_172.awsui_m-horizontal-xxxl_18wu0_1krkp_904:not(#\9) {
  margin-inline-start: var(--space-xxxl-aut1u7, 40px);
}

.awsui_box_18wu0_1krkp_172.awsui_d-block_18wu0_1krkp_918:not(#\9) {
  display: block;
}
.awsui_box_18wu0_1krkp_172.awsui_d-inline_18wu0_1krkp_921:not(#\9) {
  display: inline;
}
.awsui_box_18wu0_1krkp_172.awsui_d-inline-block_18wu0_1krkp_924:not(#\9) {
  display: inline-block;
}
.awsui_box_18wu0_1krkp_172.awsui_d-none_18wu0_1krkp_927:not(#\9) {
  display: none;
}

.awsui_f-left_18wu0_1krkp_931:not(#\9) {
  float: inline-start;
}

.awsui_f-right_18wu0_1krkp_935:not(#\9) {
  float: inline-end;
}

.awsui_root_18wu0_1krkp_939:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_header_164jl_1ns0c_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_14iqq_z2ga6_189:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  word-wrap: break-word;
  position: relative;
}
.awsui_root_14iqq_z2ga6_189.awsui_fit-height_14iqq_z2ga6_222:not(#\9) {
  display: flex;
  flex-direction: column;
  block-size: 100%;
}
.awsui_root_14iqq_z2ga6_189.awsui_fit-height_14iqq_z2ga6_222.awsui_with-side-media_14iqq_z2ga6_227:not(#\9) {
  flex-direction: row;
}
.awsui_root_14iqq_z2ga6_189.awsui_variant-default_14iqq_z2ga6_230:not(#\9), .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9) {
  background-color: var(--color-background-container-content-6u8rvp, #ffffff);
  border-start-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-start-end-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-end-radius: var(--border-radius-container-nsfwmm, 16px);
  box-sizing: border-box;
}
.awsui_root_14iqq_z2ga6_189.awsui_variant-default_14iqq_z2ga6_230.awsui_refresh_14iqq_z2ga6_238:not(#\9), .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230.awsui_refresh_14iqq_z2ga6_238:not(#\9) {
  border-block: solid var(--border-divider-section-width-uwo8my, 1px) var(--color-border-divider-default-nr68jt, #c6c6cd);
  border-inline: solid var(--border-divider-section-width-uwo8my, 1px) var(--color-border-divider-default-nr68jt, #c6c6cd);
}
.awsui_root_14iqq_z2ga6_189.awsui_variant-default_14iqq_z2ga6_230:not(#\9):not(.awsui_refresh_14iqq_z2ga6_238)::before, .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9):not(.awsui_refresh_14iqq_z2ga6_238)::before {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  inline-size: 100%;
  block-size: 100%;
  pointer-events: none;
  background: transparent;
  box-sizing: border-box;
  border-color: transparent;
  border-block-start: var(--border-container-top-width-n1eke6, 0px) solid var(--color-border-container-top-k3vmoz, transparent);
  border-start-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-start-end-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-end-radius: var(--border-radius-container-nsfwmm, 16px);
  z-index: 1;
}
.awsui_root_14iqq_z2ga6_189.awsui_variant-default_14iqq_z2ga6_230:not(#\9):not(.awsui_refresh_14iqq_z2ga6_238)::after, .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9):not(.awsui_refresh_14iqq_z2ga6_238)::after {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  inline-size: 100%;
  block-size: 100%;
  pointer-events: none;
  background: transparent;
  box-sizing: border-box;
  border-start-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-start-end-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-end-radius: var(--border-radius-container-nsfwmm, 16px);
  box-shadow: var(--shadow-container-53ltfv, 0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12));
}
.awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9):not(:last-child), .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9):not(:last-child)::before, .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9):not(:last-child)::after {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-block-end-width: 0;
}
.awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230 + .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9), .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230 + .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9)::before, .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230 + .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9)::after {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230 + .awsui_root_14iqq_z2ga6_189.awsui_variant-stacked_14iqq_z2ga6_230:not(#\9):not(.awsui_refresh_14iqq_z2ga6_238)::before {
  border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}
.awsui_root_14iqq_z2ga6_189.awsui_sticky-enabled_14iqq_z2ga6_288:not(#\9):not(.awsui_refresh_14iqq_z2ga6_238)::before {
  inset-block-start: calc(-1 * var(--border-container-top-width-n1eke6, 0px));
}
.awsui_root_14iqq_z2ga6_189.awsui_sticky-enabled_14iqq_z2ga6_288:not(#\9):not(.awsui_refresh_14iqq_z2ga6_238).awsui_variant-stacked_14iqq_z2ga6_230::before {
  inset-block-start: calc(-1 * var(--border-divider-section-width-uwo8my, 1px));
}
.awsui_root_14iqq_z2ga6_189.awsui_with-stuck-sticky-header-at-bottom_14iqq_z2ga6_294:not(#\9) {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.awsui_with-side-media_14iqq_z2ga6_227:not(#\9) {
  display: flex;
  flex-direction: row;
}

.awsui_with-top-media_14iqq_z2ga6_304:not(#\9) {
  display: flex;
  flex-direction: column;
}

.awsui_content-wrapper_14iqq_z2ga6_309:not(#\9) {
  display: flex;
  flex-direction: column;
  inline-size: 100%;
}
.awsui_content-wrapper-fit-height_14iqq_z2ga6_314:not(#\9) {
  block-size: 100%;
  overflow: hidden;
  border-end-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-end-radius: var(--border-radius-container-nsfwmm, 16px);
}

.awsui_media_14iqq_z2ga6_321:not(#\9) {
  overflow: hidden;
  flex-shrink: 0;
}
.awsui_media_14iqq_z2ga6_321 img:not(#\9),
.awsui_media_14iqq_z2ga6_321 video:not(#\9),
.awsui_media_14iqq_z2ga6_321 picture:not(#\9) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: center;
}
.awsui_media_14iqq_z2ga6_321 iframe:not(#\9) {
  inline-size: 100%;
  block-size: 100%;
  border-block: 0;
  border-inline: 0;
}
.awsui_media-top_14iqq_z2ga6_339:not(#\9) {
  max-block-size: 66%;
  border-start-start-radius: calc(var(--border-radius-container-nsfwmm, 16px) - 1px);
  border-start-end-radius: calc(var(--border-radius-container-nsfwmm, 16px) - 1px);
}
.awsui_media-side_14iqq_z2ga6_344:not(#\9) {
  max-inline-size: 66%;
  border-start-start-radius: calc(var(--border-radius-container-nsfwmm, 16px) - 1px);
  border-end-start-radius: calc(var(--border-radius-container-nsfwmm, 16px) - 1px);
}

.awsui_header_14iqq_z2ga6_350:not(#\9) {
  background-color: var(--color-background-container-header-gs3mbe, #ffffff);
  border-start-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-start-end-radius: var(--border-radius-container-nsfwmm, 16px);
}
.awsui_header_14iqq_z2ga6_350.awsui_header-full-page_14iqq_z2ga6_355:not(#\9) {
  background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
}
.awsui_header-variant-embedded_14iqq_z2ga6_358.awsui_refresh_14iqq_z2ga6_238:not(#\9):not(.awsui_header-sticky-enabled_14iqq_z2ga6_358) {
  background-color: transparent;
}
.awsui_header_14iqq_z2ga6_350.awsui_header-with-media_14iqq_z2ga6_361:not(#\9) {
  background: none;
}
.awsui_header_14iqq_z2ga6_350.awsui_header-with-media_14iqq_z2ga6_361:not(#\9):not(:empty) {
  border-block-end: none;
}
.awsui_header-sticky-disabled_14iqq_z2ga6_367:not(#\9) {
  position: relative;
  z-index: 1;
}
.awsui_header-sticky-enabled_14iqq_z2ga6_358:not(#\9) {
  inset-block-start: 0;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  position: sticky;
  z-index: 800;
}
.awsui_header-stuck_14iqq_z2ga6_377:not(#\9) {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.awsui_header-stuck_14iqq_z2ga6_377:not(#\9)::before {
  border-block: 0;
  border-inline: 0;
}
.awsui_header-stuck_14iqq_z2ga6_377:not(#\9):not(.awsui_header-variant-cards_14iqq_z2ga6_387) {
  box-shadow: var(--shadow-sticky-embedded-jmny8n, 0px 2px 0px 0px #e9ebed, 0px 16px 16px -12px rgba(0, 7, 22, 0.1));
}
.awsui_header-dynamic-height_14iqq_z2ga6_390.awsui_header-stuck_14iqq_z2ga6_377:not(#\9) {
  margin-block-end: calc(var(--line-height-heading-xl-hko6p0, 30px) - var(--line-height-heading-l-mg5bx6, 24px));
}
.awsui_header_14iqq_z2ga6_350:not(#\9):not(:empty) {
  border-block-end: var(--border-container-sticky-width-nri0ix, 0px) solid var(--color-border-container-divider-9huz1a, transparent);
}
.awsui_header_14iqq_z2ga6_350.awsui_with-paddings_14iqq_z2ga6_396:not(#\9) {
  padding-block-start: var(--space-container-header-top-am4vzw, 12px);
  padding-block-end: var(--space-container-header-bottom-2taq8v, 8px);
  padding-inline: var(--space-container-horizontal-nqrzyh, 20px);
}
.awsui_header_14iqq_z2ga6_350.awsui_with-paddings_14iqq_z2ga6_396.awsui_header-variant-cards_14iqq_z2ga6_387:not(#\9) {
  padding-block: var(--space-container-header-top-am4vzw, 12px);
  padding-inline: var(--space-container-horizontal-nqrzyh, 20px);
}
.awsui_header_14iqq_z2ga6_350.awsui_with-hidden-content_14iqq_z2ga6_405:not(#\9) {
  border-end-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-end-radius: var(--border-radius-container-nsfwmm, 16px);
}
.awsui_header-variant-cards_14iqq_z2ga6_387:not(#\9) {
  border-start-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-start-end-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-end-radius: var(--border-radius-container-nsfwmm, 16px);
  box-sizing: border-box;
}
.awsui_header-variant-cards_14iqq_z2ga6_387.awsui_refresh_14iqq_z2ga6_238:not(#\9) {
  border-block: solid var(--border-divider-section-width-uwo8my, 1px) var(--color-border-divider-default-nr68jt, #c6c6cd);
  border-inline: solid var(--border-divider-section-width-uwo8my, 1px) var(--color-border-divider-default-nr68jt, #c6c6cd);
}
.awsui_header-variant-cards_14iqq_z2ga6_387:not(#\9):not(.awsui_refresh_14iqq_z2ga6_238)::before {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  inline-size: 100%;
  block-size: 100%;
  pointer-events: none;
  background: transparent;
  box-sizing: border-box;
  border-color: transparent;
  border-block-start: var(--border-container-top-width-n1eke6, 0px) solid var(--color-border-container-top-k3vmoz, transparent);
  border-start-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-start-end-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-end-radius: var(--border-radius-container-nsfwmm, 16px);
  z-index: 1;
}
.awsui_header-variant-cards_14iqq_z2ga6_387:not(#\9):not(.awsui_refresh_14iqq_z2ga6_238)::after {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  inline-size: 100%;
  block-size: 100%;
  pointer-events: none;
  background: transparent;
  box-sizing: border-box;
  border-start-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-start-end-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-start-radius: var(--border-radius-container-nsfwmm, 16px);
  border-end-end-radius: var(--border-radius-container-nsfwmm, 16px);
  box-shadow: var(--shadow-container-53ltfv, 0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12));
}
.awsui_header-variant-cards_14iqq_z2ga6_387:not(#\9):not(.awsui_header-sticky-enabled_14iqq_z2ga6_358) {
  position: relative;
}
.awsui_header-variant-cards_14iqq_z2ga6_387.awsui_header-stuck_14iqq_z2ga6_377:not(#\9)::after, .awsui_header-variant-cards_14iqq_z2ga6_387.awsui_header-stuck_14iqq_z2ga6_377:not(#\9)::before {
  border-block: 0;
  border-inline: 0;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.awsui_header-variant-full-page_14iqq_z2ga6_463.awsui_header-stuck_14iqq_z2ga6_377:not(#\9) {
  box-shadow: none;
}
.awsui_header-variant-full-page_14iqq_z2ga6_463.awsui_header-stuck_14iqq_z2ga6_377 > .awsui_header-cover_14iqq_z2ga6_466:not(#\9) {
  background-color: var(--color-background-layout-main-5ilwcb, #ffffff);
  inline-size: 100%;
  position: absolute;
  block-size: var(--space-scaled-s-8ozaad, 12px);
  inset-block-start: calc(-1 * var(--space-scaled-s-8ozaad, 12px));
}
.awsui_header-variant-full-page_14iqq_z2ga6_463.awsui_header-stuck_14iqq_z2ga6_377:not(#\9)::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset-inline-end: 0;
  inset-inline-start: 0;
  inset-block-end: 0;
  inset-block-start: 0;
  border-block-end: solid var(--border-divider-section-width-uwo8my, 1px) var(--color-border-divider-default-nr68jt, #c6c6cd);
}
.awsui_header-variant-full-page_14iqq_z2ga6_463.awsui_header-stuck_14iqq_z2ga6_377:not(#\9)::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: var(--shadow-sticky-lolw8j, 0px 4px 8px 1px rgba(0, 7, 22, 0.1));
  clip-path: polygon(-999% 100%, 999% 100%, 999% 999%, -999% 999%);
}

.awsui_content_14iqq_z2ga6_309:not(#\9) {
  flex: 1;
}
.awsui_content-fit-height_14iqq_z2ga6_494:not(#\9) {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.awsui_content-inner_14iqq_z2ga6_500:not(#\9) {
  flex: 1;
}
.awsui_content-inner_14iqq_z2ga6_500.awsui_with-paddings_14iqq_z2ga6_396:not(#\9) {
  padding-block: var(--space-scaled-l-sej05l, 20px);
  padding-inline: var(--space-container-horizontal-nqrzyh, 20px);
}
.awsui_content-inner_14iqq_z2ga6_500.awsui_with-paddings_14iqq_z2ga6_396.awsui_with-header_14iqq_z2ga6_507:not(#\9) {
  padding-block-start: var(--space-container-content-top-1wtqrc, 4px);
}

.awsui_footer_14iqq_z2ga6_511.awsui_with-paddings_14iqq_z2ga6_396:not(#\9) {
  padding-block: var(--space-scaled-s-8ozaad, 12px);
  padding-inline: var(--space-container-horizontal-nqrzyh, 20px);
}
.awsui_footer_14iqq_z2ga6_511.awsui_with-divider_14iqq_z2ga6_515:not(#\9) {
  border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_content-inner_1mwlm_oyjaq_5:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_heading-text_105ke_268sp_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_2qdw9_1pryo_185:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  cursor: inherit;
  display: flex;
  inline-size: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.awsui_root_2qdw9_1pryo_185.awsui_refresh_2qdw9_1pryo_221:not(#\9), .awsui_root_2qdw9_1pryo_185:not(#\9):not(.awsui_root-no-actions_2qdw9_1pryo_221) {
  row-gap: var(--space-scaled-xxs-pfm1nx, 4px);
}
.awsui_root-no-actions_2qdw9_1pryo_221.awsui_root-variant-h2_2qdw9_1pryo_224:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221), .awsui_root-no-actions_2qdw9_1pryo_221.awsui_root-variant-h3_2qdw9_1pryo_224:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221), .awsui_root-has-description_2qdw9_1pryo_224.awsui_root-variant-h2_2qdw9_1pryo_224:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221), .awsui_root-has-description_2qdw9_1pryo_224.awsui_root-variant-h3_2qdw9_1pryo_224:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221) {
  padding-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
}
.awsui_root-no-actions_2qdw9_1pryo_221:not(#\9):not(.awsui_root-has-description_2qdw9_1pryo_224):not(.awsui_refresh_2qdw9_1pryo_221) {
  padding-block-end: calc(var(--space-scaled-xs-xwoogq, 8px) + var(--space-xxxs-pajhad, 2px));
}
.awsui_root-no-actions_2qdw9_1pryo_221.awsui_refresh_2qdw9_1pryo_221.awsui_root-variant-h2_2qdw9_1pryo_224:not(#\9), .awsui_root-no-actions_2qdw9_1pryo_221.awsui_refresh_2qdw9_1pryo_221.awsui_root-variant-h3_2qdw9_1pryo_224:not(#\9) {
  row-gap: var(--space-scaled-xxxs-oo06c7, 2px);
}
.awsui_root_2qdw9_1pryo_185.awsui_root-variant-h1_2qdw9_1pryo_233:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221) {
  row-gap: var(--space-scaled-xxs-pfm1nx, 4px);
}
.awsui_root-no-actions_2qdw9_1pryo_221:not(#\9):not(.awsui_root-has-description_2qdw9_1pryo_224).awsui_refresh_2qdw9_1pryo_221.awsui_root-variant-h3_2qdw9_1pryo_224 {
  padding-block-end: var(--space-scaled-xs-xwoogq, 8px);
}
.awsui_root_2qdw9_1pryo_185.awsui_root-variant-h1_2qdw9_1pryo_233.awsui_root-has-description_2qdw9_1pryo_224:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221) {
  padding-block-end: var(--space-scaled-2x-xxs-e79hr1, 4px);
}

.awsui_main_2qdw9_1pryo_243:not(#\9) {
  word-wrap: break-word;
  max-inline-size: 100%;
  display: flex;
  justify-content: space-between;
  inline-size: 100%;
  flex-wrap: wrap;
  column-gap: var(--space-xs-ymlm0b, 8px);
  row-gap: calc(var(--space-scaled-xxs-pfm1nx, 4px) + var(--space-scaled-xxxs-oo06c7, 2px));
}
.awsui_main_2qdw9_1pryo_243.awsui_no-wrap_2qdw9_1pryo_253:not(#\9) {
  flex-wrap: nowrap;
}
.awsui_main_2qdw9_1pryo_243.awsui_refresh_2qdw9_1pryo_221:not(#\9) {
  row-gap: var(--space-xxs-hwfkai, 4px);
}
.awsui_main-variant-h1_2qdw9_1pryo_259:not(#\9) {
  row-gap: var(--space-scaled-2x-xxs-e79hr1, 4px);
}

.awsui_root-has-description_2qdw9_1pryo_224 > .awsui_main_2qdw9_1pryo_243:not(#\9) {
  row-gap: var(--space-scaled-2x-xxs-e79hr1, 4px);
}

.awsui_actions_2qdw9_1pryo_267:not(#\9) {
  display: flex;
  align-items: flex-start;
  min-block-size: var(--size-vertical-input-p1d7xx, 32px);
}
.awsui_actions-centered_2qdw9_1pryo_272:not(#\9) {
  align-items: center;
}
.awsui_actions-variant-h1_2qdw9_1pryo_275.awsui_refresh_2qdw9_1pryo_221:not(#\9) {
  padding-block: calc((var(--line-height-heading-xl-hko6p0, 30px) - var(--size-vertical-input-p1d7xx, 32px)) / 2);
  padding-inline: 0;
}
.awsui_actions-variant-h2_2qdw9_1pryo_279.awsui_refresh_2qdw9_1pryo_221:not(#\9) {
  padding-block: calc((var(--line-height-heading-l-mg5bx6, 24px) - var(--size-vertical-input-p1d7xx, 32px)) / 2);
  padding-inline: 0;
}
.awsui_actions-variant-h3_2qdw9_1pryo_283.awsui_refresh_2qdw9_1pryo_221:not(#\9) {
  padding-block: calc((var(--line-height-heading-m-uoaqdh, 22px) - var(--size-vertical-input-p1d7xx, 32px)) / 2);
  padding-inline: 0;
}
.awsui_actions-variant-h1_2qdw9_1pryo_275:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221) {
  padding-block: var(--space-scaled-xs-xwoogq, 8px);
  padding-inline: 0;
}
.awsui_actions-variant-h2_2qdw9_1pryo_279:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221), .awsui_actions-variant-h3_2qdw9_1pryo_283:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221) {
  padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
  padding-inline: 0;
}
.awsui_root-has-description_2qdw9_1pryo_224 > .awsui_main_2qdw9_1pryo_243 > .awsui_actions_2qdw9_1pryo_267:not(#\9) {
  padding-block-end: 0;
}

.awsui_title_2qdw9_1pryo_299:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  color: var(--color-text-heading-default-izpp46, #0f141a);
}
.awsui_title-variant-h1_2qdw9_1pryo_304:not(#\9) {
  font-size: var(--font-size-heading-xl-wvkbur, 24px);
  padding-block-start: var(--space-scaled-2x-xxs-e79hr1, 4px);
}
.awsui_title-variant-h1_2qdw9_1pryo_304.awsui_refresh_2qdw9_1pryo_221:not(#\9) {
  padding-block-start: calc((var(--size-vertical-input-p1d7xx, 32px) - var(--line-height-heading-xl-hko6p0, 30px)) / 2);
}
.awsui_title-variant-h2_2qdw9_1pryo_311:not(#\9) {
  font-size: var(--font-size-heading-l-vnacx6, 20px);
}
.awsui_title-variant-h2_2qdw9_1pryo_311.awsui_refresh_2qdw9_1pryo_221:not(#\9) {
  padding-block-start: calc((var(--size-vertical-input-p1d7xx, 32px) - var(--line-height-heading-l-mg5bx6, 24px)) / 2);
}
.awsui_title-variant-h3_2qdw9_1pryo_317:not(#\9) {
  font-size: var(--font-size-heading-m-170yiy, 18px);
}
.awsui_title-variant-h3_2qdw9_1pryo_317.awsui_refresh_2qdw9_1pryo_221:not(#\9) {
  padding-block-start: calc((var(--size-vertical-input-p1d7xx, 32px) - var(--line-height-heading-m-uoaqdh, 22px)) / 2);
}
.awsui_title-variant-h2_2qdw9_1pryo_311:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221), .awsui_title-variant-h3_2qdw9_1pryo_317:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221) {
  padding-block-start: var(--space-scaled-xs-xwoogq, 8px);
}
.awsui_no-wrap_2qdw9_1pryo_253 > .awsui_title_2qdw9_1pryo_299:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221) {
  padding-block-end: calc(var(--space-scaled-xxs-pfm1nx, 4px) + var(--space-scaled-xxxs-oo06c7, 2px));
}

.awsui_root-no-actions_2qdw9_1pryo_221.awsui_root-has-description_2qdw9_1pryo_224 > .awsui_main_2qdw9_1pryo_243 > :not(#\9):not(.awsui_refresh_2qdw9_1pryo_221).awsui_title-variant-h2_2qdw9_1pryo_311, .awsui_root-no-actions_2qdw9_1pryo_221.awsui_root-has-description_2qdw9_1pryo_224 > .awsui_main_2qdw9_1pryo_243 > :not(#\9):not(.awsui_refresh_2qdw9_1pryo_221).awsui_title-variant-h3_2qdw9_1pryo_317 {
  padding-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
}

.awsui_root-variant-h1_2qdw9_1pryo_233.awsui_root-no-actions_2qdw9_1pryo_221:not(#\9):not(.awsui_root-has-description_2qdw9_1pryo_224):not(.awsui_refresh_2qdw9_1pryo_221) {
  padding-block-end: var(--space-scaled-2x-xxs-e79hr1, 4px);
}

.awsui_virtual-space_2qdw9_1pryo_338:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}

.awsui_info_2qdw9_1pryo_344:not(#\9) {
  padding-inline-end: var(--space-s-tvghoh, 12px);
}

.awsui_description_2qdw9_1pryo_348:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  color: var(--color-text-heading-secondary-iwtvf6, #424650);
}
.awsui_description-variant-h1_2qdw9_1pryo_355:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
}
.awsui_description-variant-h2_2qdw9_1pryo_359:not(#\9) {
  font-size: var(--font-header-h2-description-size-g2wws3, 14px);
  line-height: var(--font-header-h2-description-line-height-ts2s6o, 20px);
}
.awsui_description-variant-h2_2qdw9_1pryo_359:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221) {
  padding-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
}
.awsui_description-variant-h3_2qdw9_1pryo_366:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
}
.awsui_description-variant-h3_2qdw9_1pryo_366:not(#\9):not(.awsui_refresh_2qdw9_1pryo_221) {
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  padding-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
}

.awsui_heading_2qdw9_1pryo_377:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
  display: inline;
  font-size: inherit;
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
}
.awsui_heading_2qdw9_1pryo_377:not(#\9):only-child {
  margin-block: 0;
  margin-inline: 0;
}
.awsui_heading_2qdw9_1pryo_377:not(#\9):focus {
  outline: none;
}
body[data-awsui-focus-visible=true] .awsui_heading_2qdw9_1pryo_377:not(#\9):focus {
  outline: thin dotted;
  outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
  outline-offset: 2px;
  outline-color: var(--color-border-item-focused-uk47pl, #006ce0);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-39uvxr, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
}
.awsui_heading-variant-h1_2qdw9_1pryo_402:not(#\9) {
  font-size: var(--font-size-heading-xl-wvkbur, 24px);
  line-height: var(--line-height-heading-xl-hko6p0, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-ckkb6u, -0.02em);
}
.awsui_heading-variant-h2_2qdw9_1pryo_407:not(#\9) {
  font-size: var(--font-size-heading-l-vnacx6, 20px);
  line-height: var(--line-height-heading-l-mg5bx6, 24px);
  letter-spacing: var(--letter-spacing-heading-l-5v6ibv, -0.015em);
}
.awsui_heading-variant-h3_2qdw9_1pryo_412:not(#\9) {
  font-size: var(--font-size-heading-m-170yiy, 18px);
  line-height: var(--line-height-heading-m-uoaqdh, 22px);
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
}

.awsui_heading-text_2qdw9_1pryo_418:not(#\9) {
  /* used in test-utils */
}
.awsui_heading-text-variant-h1_2qdw9_1pryo_421:not(#\9) {
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-xl-wvkbur, 24px);
  line-height: var(--line-height-heading-xl-hko6p0, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-ckkb6u, -0.02em);
  font-weight: var(--font-weight-heading-xl-u3m4we, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
}
.awsui_heading-text-variant-h2_2qdw9_1pryo_430:not(#\9) {
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-l-vnacx6, 20px);
  line-height: var(--line-height-heading-l-mg5bx6, 24px);
  letter-spacing: var(--letter-spacing-heading-l-5v6ibv, -0.015em);
  font-weight: var(--font-weight-heading-l-0t6dwc, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
}
.awsui_heading-text-variant-h3_2qdw9_1pryo_439:not(#\9) {
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-m-170yiy, 18px);
  line-height: var(--line-height-heading-m-uoaqdh, 22px);
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
  font-weight: var(--font-weight-heading-m-zf82dr, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
}

.awsui_counter_2qdw9_1pryo_449:not(#\9) {
  color: var(--color-text-counter-bywf75, #656871);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_grid_14yj0_14sr9_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: flex;
  flex-wrap: wrap;
  margin-block: calc(var(--space-grid-gutter-whc3jp, 20px) / -2);
  margin-inline: calc(var(--space-grid-gutter-whc3jp, 20px) / -2);
  pointer-events: none;
}
.awsui_grid_14yj0_14sr9_145.awsui_no-gutters_14yj0_14sr9_181:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
}

.awsui_grid-column_14yj0_14sr9_186:not(#\9) {
  box-sizing: border-box;
  position: relative;
  padding-block: calc(var(--space-grid-gutter-whc3jp, 20px) / 2);
  padding-inline: calc(var(--space-grid-gutter-whc3jp, 20px) / 2);
  display: flex;
}
.awsui_grid_14yj0_14sr9_145.awsui_no-gutters_14yj0_14sr9_181 > .awsui_grid-column_14yj0_14sr9_186:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-1_14yj0_14sr9_197:not(#\9) {
  flex: 0 0 8.3333333333%;
  max-inline-size: 8.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-1_14yj0_14sr9_201:not(#\9) {
  inset-inline-start: 8.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-1_14yj0_14sr9_204:not(#\9) {
  inset-inline-end: 8.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-2_14yj0_14sr9_207:not(#\9) {
  flex: 0 0 16.6666666667%;
  max-inline-size: 16.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-2_14yj0_14sr9_211:not(#\9) {
  inset-inline-start: 16.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-2_14yj0_14sr9_214:not(#\9) {
  inset-inline-end: 16.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-3_14yj0_14sr9_217:not(#\9) {
  flex: 0 0 25%;
  max-inline-size: 25%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-3_14yj0_14sr9_221:not(#\9) {
  inset-inline-start: 25%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-3_14yj0_14sr9_224:not(#\9) {
  inset-inline-end: 25%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-4_14yj0_14sr9_227:not(#\9) {
  flex: 0 0 33.3333333333%;
  max-inline-size: 33.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-4_14yj0_14sr9_231:not(#\9) {
  inset-inline-start: 33.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-4_14yj0_14sr9_234:not(#\9) {
  inset-inline-end: 33.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-5_14yj0_14sr9_237:not(#\9) {
  flex: 0 0 41.6666666667%;
  max-inline-size: 41.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-5_14yj0_14sr9_241:not(#\9) {
  inset-inline-start: 41.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-5_14yj0_14sr9_244:not(#\9) {
  inset-inline-end: 41.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-6_14yj0_14sr9_247:not(#\9) {
  flex: 0 0 50%;
  max-inline-size: 50%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-6_14yj0_14sr9_251:not(#\9) {
  inset-inline-start: 50%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-6_14yj0_14sr9_254:not(#\9) {
  inset-inline-end: 50%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-7_14yj0_14sr9_257:not(#\9) {
  flex: 0 0 58.3333333333%;
  max-inline-size: 58.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-7_14yj0_14sr9_261:not(#\9) {
  inset-inline-start: 58.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-7_14yj0_14sr9_264:not(#\9) {
  inset-inline-end: 58.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-8_14yj0_14sr9_267:not(#\9) {
  flex: 0 0 66.6666666667%;
  max-inline-size: 66.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-8_14yj0_14sr9_271:not(#\9) {
  inset-inline-start: 66.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-8_14yj0_14sr9_274:not(#\9) {
  inset-inline-end: 66.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-9_14yj0_14sr9_277:not(#\9) {
  flex: 0 0 75%;
  max-inline-size: 75%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-9_14yj0_14sr9_281:not(#\9) {
  inset-inline-start: 75%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-9_14yj0_14sr9_284:not(#\9) {
  inset-inline-end: 75%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-10_14yj0_14sr9_287:not(#\9) {
  flex: 0 0 83.3333333333%;
  max-inline-size: 83.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-10_14yj0_14sr9_291:not(#\9) {
  inset-inline-start: 83.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-10_14yj0_14sr9_294:not(#\9) {
  inset-inline-end: 83.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-11_14yj0_14sr9_297:not(#\9) {
  flex: 0 0 91.6666666667%;
  max-inline-size: 91.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-11_14yj0_14sr9_301:not(#\9) {
  inset-inline-start: 91.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-11_14yj0_14sr9_304:not(#\9) {
  inset-inline-end: 91.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_colspan-12_14yj0_14sr9_307:not(#\9) {
  flex: 0 0 100%;
  max-inline-size: 100%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-12_14yj0_14sr9_311:not(#\9) {
  inset-inline-start: 100%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-12_14yj0_14sr9_314:not(#\9) {
  inset-inline-end: 100%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_push-0_14yj0_14sr9_317:not(#\9) {
  inset-inline-start: auto;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_pull-0_14yj0_14sr9_320:not(#\9) {
  inset-inline-end: auto;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-1_14yj0_14sr9_323:not(#\9) {
  margin-inline-start: 8.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-2_14yj0_14sr9_326:not(#\9) {
  margin-inline-start: 16.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-3_14yj0_14sr9_329:not(#\9) {
  margin-inline-start: 25%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-4_14yj0_14sr9_332:not(#\9) {
  margin-inline-start: 33.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-5_14yj0_14sr9_335:not(#\9) {
  margin-inline-start: 41.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-6_14yj0_14sr9_338:not(#\9) {
  margin-inline-start: 50%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-7_14yj0_14sr9_341:not(#\9) {
  margin-inline-start: 58.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-8_14yj0_14sr9_344:not(#\9) {
  margin-inline-start: 66.6666666667%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-9_14yj0_14sr9_347:not(#\9) {
  margin-inline-start: 75%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-10_14yj0_14sr9_350:not(#\9) {
  margin-inline-start: 83.3333333333%;
}
.awsui_grid-column_14yj0_14sr9_186.awsui_offset-11_14yj0_14sr9_353:not(#\9) {
  margin-inline-start: 91.6666666667%;
}

.awsui_restore-pointer-events_14yj0_14sr9_357:not(#\9) {
  pointer-events: auto;
  inline-size: 100%;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_xttbq_1rjuy_145:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_label_aqu00_ocied_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_error-icon-shake-wrapper_14mhv_1a5zf_153:not(#\9),
.awsui_warning-icon-shake-wrapper_14mhv_1a5zf_154:not(#\9) {
  animation: awsui_awsui-motion-shake-horizontally_14mhv_1a5zf_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@keyframes awsui_awsui-motion-shake-horizontally_14mhv_1a5zf_1 {
  0% {
    transform: translateX(-5px);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(5px);
    animation-timing-function: var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
  }
  100% {
    transform: translateX(0px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_error-icon-shake-wrapper_14mhv_1a5zf_153:not(#\9),
  .awsui_warning-icon-shake-wrapper_14mhv_1a5zf_154:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_error-icon-shake-wrapper_14mhv_1a5zf_153:not(#\9), .awsui-mode-entering .awsui_error-icon-shake-wrapper_14mhv_1a5zf_153:not(#\9), .awsui-motion-disabled .awsui_warning-icon-shake-wrapper_14mhv_1a5zf_154:not(#\9), .awsui-mode-entering .awsui_warning-icon-shake-wrapper_14mhv_1a5zf_154:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_error-icon-scale-wrapper_14mhv_1a5zf_184:not(#\9),
.awsui_warning-icon-scale-wrapper_14mhv_1a5zf_185:not(#\9) {
  animation: awsui_awsui-motion-scale-popup_14mhv_1a5zf_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
}
@keyframes awsui_awsui-motion-scale-popup_14mhv_1a5zf_1 {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_error-icon-scale-wrapper_14mhv_1a5zf_184:not(#\9),
  .awsui_warning-icon-scale-wrapper_14mhv_1a5zf_185:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_error-icon-scale-wrapper_14mhv_1a5zf_184:not(#\9), .awsui-mode-entering .awsui_error-icon-scale-wrapper_14mhv_1a5zf_184:not(#\9), .awsui-motion-disabled .awsui_warning-icon-scale-wrapper_14mhv_1a5zf_185:not(#\9), .awsui-mode-entering .awsui_warning-icon-scale-wrapper_14mhv_1a5zf_185:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_warning_14mhv_1a5zf_154:not(#\9),
.awsui_error_14mhv_1a5zf_153:not(#\9) {
  animation: awsui_awsui-motion-fade-in-0_14mhv_1a5zf_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
}
@keyframes awsui_awsui-motion-fade-in-0_14mhv_1a5zf_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_warning_14mhv_1a5zf_154:not(#\9),
  .awsui_error_14mhv_1a5zf_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_warning_14mhv_1a5zf_154:not(#\9), .awsui-mode-entering .awsui_warning_14mhv_1a5zf_154:not(#\9), .awsui-motion-disabled .awsui_error_14mhv_1a5zf_153:not(#\9), .awsui-mode-entering .awsui_error_14mhv_1a5zf_153:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_14mhv_1a5zf_236:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  box-sizing: border-box;
}

.awsui_label_14mhv_1a5zf_269:not(#\9) {
  box-sizing: border-box;
  color: var(--color-text-form-label-6sbm75, #0f141a);
  display: inline;
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  font-weight: var(--font-display-label-weight-zavpeo, 700);
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
}
.awsui_label_14mhv_1a5zf_269:not(#\9):only-child {
  margin-block: 0;
  margin-inline: 0;
}

.awsui_info_14mhv_1a5zf_285:not(#\9) {
  display: inline-flex;
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}

.awsui_description_14mhv_1a5zf_291:not(#\9),
.awsui_constraint_14mhv_1a5zf_292:not(#\9) {
  color: var(--color-text-form-secondary-1nm780, #656871);
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
}

.awsui_hints_14mhv_1a5zf_299:not(#\9),
.awsui_constraint-has-validation-text_14mhv_1a5zf_300:not(#\9) {
  padding-block-start: var(--space-xxs-hwfkai, 4px);
}

.awsui_secondary-control_14mhv_1a5zf_304:not(#\9) {
  /* used in test-utils */
}

.awsui_controls_14mhv_1a5zf_308:not(#\9):not(.awsui_label-hidden_14mhv_1a5zf_308) {
  padding-block-start: var(--space-xxs-hwfkai, 4px);
}
.awsui_label-wrapper_14mhv_1a5zf_311:not(#\9):empty + .awsui_controls_14mhv_1a5zf_308 {
  padding-block-start: 0;
}

.awsui_control_14mhv_1a5zf_308:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
}

.awsui_error_14mhv_1a5zf_153:not(#\9) {
  color: var(--color-text-status-error-ksqavh, #db0000);
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  display: flex;
  align-items: flex-start;
}

.awsui_warning_14mhv_1a5zf_154:not(#\9) {
  color: var(--color-text-status-warning-6meo06, #855900);
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  display: flex;
  align-items: flex-start;
}

.awsui_error__message_14mhv_1a5zf_338:not(#\9),
.awsui_warning__message_14mhv_1a5zf_339:not(#\9) {
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
}

.awsui_visually-hidden_14mhv_1a5zf_343:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_constraint_6mjrv_ag0bo_5:not(#\9),
.awsui_character-count_6mjrv_ag0bo_6:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_2rhyz_qcvo4_145:not(#\9) {
  /* used in test-utils for component to distinguish input from other input-like components, for example autosuggest */
}

.awsui_input_2rhyz_qcvo4_149:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-block: var(--space-field-vertical-vm99qz, 5px);
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-body-default-vvtq8u, #0f141a));
  inline-size: 100%;
  cursor: text;
  box-sizing: border-box;
  background-color: var(--awsui-style-background-default-6b9ypa, var(--color-background-input-default-ifz5bb, #ffffff));
  border-start-start-radius: var(--border-radius-input-7q0str, 8px);
  border-start-end-radius: var(--border-radius-input-7q0str, 8px);
  border-end-start-radius: var(--border-radius-input-7q0str, 8px);
  border-end-end-radius: var(--border-radius-input-7q0str, 8px);
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--awsui-style-border-color-default-6b9ypa, var(--color-border-input-default-317xk5, #8c8c94));
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--awsui-style-border-color-default-6b9ypa, var(--color-border-input-default-317xk5, #8c8c94));
  box-shadow: var(--awsui-style-box-shadow-default-6b9ypa);
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  min-block-size: var(--size-vertical-input-p1d7xx, 32px);
}
.awsui_input_2rhyz_qcvo4_149:not(#\9):hover {
  border-color: var(--awsui-style-border-color-hover-6b9ypa, var(--awsui-style-border-color-default-6b9ypa, var(--color-border-input-default-317xk5, #8c8c94)));
  color: var(--awsui-style-color-hover-6b9ypa, var(--awsui-style-border-color-default-6b9ypa, var(--color-text-body-default-vvtq8u, #0f141a)));
  background-color: var(--awsui-style-background-hover-6b9ypa, var(--awsui-style-background-default-6b9ypa, var(--color-background-input-default-ifz5bb, #ffffff)));
  box-shadow: var(--awsui-style-box-shadow-hover-6b9ypa, --awsui-style-box-shadow-default-6b9ypa);
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-readonly_2rhyz_qcvo4_203:not(#\9) {
  background-color: var(--awsui-style-background-readonly-6b9ypa, var(--awsui-style-background-default-6b9ypa, var(--color-background-input-default-ifz5bb, #ffffff)));
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--awsui-style-border-color-readonly-6b9ypa, var(--awsui-style-border-color-default-6b9ypa, var(--color-border-input-disabled-zgnzvk, #ebebf0)));
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--awsui-style-border-color-readonly-6b9ypa, var(--awsui-style-border-color-default-6b9ypa, var(--color-border-input-disabled-zgnzvk, #ebebf0)));
  color: var(--awsui-style-color-readonly-6b9ypa, var(--awsui-style-color-default-6b9ypa, var(--color-text-body-default-vvtq8u, #0f141a)));
  box-shadow: var(--awsui-style-box-shadow-readonly-6b9ypa);
}
.awsui_input_2rhyz_qcvo4_149:not(#\9)::-webkit-input-placeholder {
  color: var(--awsui-style-placeholder-color-6b9ypa, var(--color-text-input-placeholder-dclg8u, #656871));
  font-size: var(--awsui-style-placeholder-font-size-6b9ypa);
  font-style: var(--awsui-style-placeholder-font-style-6b9ypa, italic);
  font-weight: var(--awsui-style-placeholder-font-weight-6b9ypa);
  -webkit-user-select: none;
          user-select: none;
}
.awsui_input_2rhyz_qcvo4_149:not(#\9)::-moz-placeholder {
  color: var(--awsui-style-placeholder-color-6b9ypa, var(--color-text-input-placeholder-dclg8u, #656871));
  font-size: var(--awsui-style-placeholder-font-size-6b9ypa);
  font-style: var(--awsui-style-placeholder-font-style-6b9ypa, italic);
  font-weight: var(--awsui-style-placeholder-font-weight-6b9ypa);
  opacity: 1;
}
.awsui_input_2rhyz_qcvo4_149:not(#\9):-moz-placeholder {
  color: var(--awsui-style-placeholder-color-6b9ypa, var(--color-text-input-placeholder-dclg8u, #656871));
  font-size: var(--awsui-style-placeholder-font-size-6b9ypa);
  font-style: var(--awsui-style-placeholder-font-style-6b9ypa, italic);
  font-weight: var(--awsui-style-placeholder-font-weight-6b9ypa);
  opacity: 1;
}
.awsui_input_2rhyz_qcvo4_149:not(#\9):focus {
  outline: 2px dotted transparent;
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--awsui-style-border-color-focus-6b9ypa, var(--color-border-input-focused-4z0pgn, #006ce0));
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--awsui-style-border-color-focus-6b9ypa, var(--color-border-input-focused-4z0pgn, #006ce0));
  border-start-start-radius: var(--border-radius-input-7q0str, 8px);
  border-start-end-radius: var(--border-radius-input-7q0str, 8px);
  border-end-start-radius: var(--border-radius-input-7q0str, 8px);
  border-end-end-radius: var(--border-radius-input-7q0str, 8px);
  box-shadow: var(--awsui-style-box-shadow-focus-6b9ypa, 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-uk47pl, #006ce0));
  color: var(--awsui-style-color-focus-6b9ypa, var(--color-text-body-default-vvtq8u, #0f141a));
  background-color: var(--awsui-style-background-focus-6b9ypa, var(--color-background-input-default-ifz5bb, #ffffff));
}
.awsui_input_2rhyz_qcvo4_149:not(#\9):disabled {
  background-color: var(--awsui-style-background-disabled-6b9ypa, var(--color-background-input-disabled-dihaja, #ebebf0));
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--awsui-style-border-color-disabled-6b9ypa, var(--color-border-input-disabled-zgnzvk, #ebebf0));
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--awsui-style-border-color-disabled-6b9ypa, var(--color-border-input-disabled-zgnzvk, #ebebf0));
  color: var(--awsui-style-color-disabled-6b9ypa, var(--color-text-input-disabled-wh1f3y, #b4b4bb));
  cursor: default;
  box-shadow: var(--awsui-style-box-shadow-disabled-6b9ypa);
}
.awsui_input_2rhyz_qcvo4_149:not(#\9):disabled::-webkit-input-placeholder {
  color: var(--awsui-style-placeholder-color-6b9ypa, var(--color-text-input-placeholder-disabled-wg87og, #b4b4bb));
  -webkit-user-select: none;
          user-select: none;
}
.awsui_input_2rhyz_qcvo4_149:not(#\9):disabled::-moz-placeholder {
  color: var(--awsui-style-placeholder-color-6b9ypa, var(--color-text-input-placeholder-disabled-wg87og, #b4b4bb));
  opacity: 1;
}
.awsui_input_2rhyz_qcvo4_149:not(#\9):disabled:-moz-placeholder {
  color: var(--awsui-style-placeholder-color-6b9ypa, var(--color-text-input-placeholder-disabled-wg87og, #b4b4bb));
  opacity: 1;
}
.awsui_input_2rhyz_qcvo4_149:not(#\9):invalid {
  box-shadow: none;
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-invalid_2rhyz_qcvo4_266:not(#\9) {
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-status-error-ksqavh, #db0000));
  border-color: var(--awsui-style-border-color-default-6b9ypa, var(--color-text-status-error-ksqavh, #db0000));
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
  border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-invalid_2rhyz_qcvo4_266:not(#\9):focus {
  box-shadow: var(--awsui-style-box-shadow-focus-6b9ypa, 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0));
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-invalid_2rhyz_qcvo4_266.awsui_input-has-icon-left_2rhyz_qcvo4_275:not(#\9) {
  padding-inline-start: calc(var(--space-field-icon-offset-ikwzwx, 36px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-warning_2rhyz_qcvo4_278:not(#\9) {
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-status-warning-6meo06, #855900));
  border-color: var(--awsui-style-border-color-default-6b9ypa, var(--color-text-status-warning-6meo06, #855900));
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
  border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-warning_2rhyz_qcvo4_278:not(#\9):focus {
  box-shadow: var(--awsui-style-box-shadow-focus-6b9ypa, 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0));
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-warning_2rhyz_qcvo4_278.awsui_input-has-icon-left_2rhyz_qcvo4_275:not(#\9) {
  padding-inline-start: calc(var(--space-field-icon-offset-ikwzwx, 36px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-type-search_2rhyz_qcvo4_290:not(#\9) {
  box-sizing: border-box;
  -webkit-appearance: none;
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-type-search_2rhyz_qcvo4_290:not(#\9)::-webkit-search-decoration {
  -webkit-appearance: none;
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-type-search_2rhyz_qcvo4_290:not(#\9)::-webkit-search-cancel-button {
  display: none;
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-has-icon-left_2rhyz_qcvo4_275:not(#\9) {
  padding-inline-start: var(--space-field-icon-offset-ikwzwx, 36px);
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-has-icon-right_2rhyz_qcvo4_303:not(#\9) {
  padding-inline-end: var(--space-field-icon-offset-ikwzwx, 36px);
}
.awsui_input_2rhyz_qcvo4_149.awsui_input-has-no-border-radius_2rhyz_qcvo4_306:not(#\9) {
  border-start-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  border-start-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  border-end-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  border-end-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
}

.awsui_input-container_2rhyz_qcvo4_313:not(#\9) {
  display: flex;
  position: relative;
}

.awsui_input-icon-left_2rhyz_qcvo4_318:not(#\9) {
  position: absolute;
  pointer-events: none;
  inset-inline-start: var(--space-field-horizontal-0aq2ch, 12px);
  inset-block-start: calc(50% - var(--line-height-body-m-2mh3ke, 20px) / 2);
}

.awsui_input-icon-right_2rhyz_qcvo4_325:not(#\9) {
  position: absolute;
  inset-block-start: calc(calc(50% - var(--line-height-body-m-2mh3ke, 20px) / 2) - var(--space-xxxs-pajhad, 2px));
  inset-inline-end: calc(var(--space-field-horizontal-0aq2ch, 12px) - var(--space-xxs-hwfkai, 4px));
}

.awsui_input-button-right_2rhyz_qcvo4_331:not(#\9) {
  /* used in test-utils */
}

.awsui_inline-label-trigger-wrapper_2rhyz_qcvo4_335:not(#\9) {
  margin-block-start: -7px;
}
.awsui_inline-label-trigger-wrapper-full-width_2rhyz_qcvo4_338:not(#\9) {
  inline-size: 100%;
}

.awsui_inline-label-wrapper_2rhyz_qcvo4_342:not(#\9) {
  margin-block-start: calc(var(--space-scaled-xs-xwoogq, 8px) * -1);
}
.awsui_inline-label-wrapper-full-width_2rhyz_qcvo4_345:not(#\9) {
  inline-size: 100%;
}

.awsui_inline-label_2rhyz_qcvo4_335:not(#\9) {
  background: linear-gradient(to bottom, var(--color-background-layout-main-5ilwcb, #ffffff), var(--color-background-input-default-ifz5bb, #ffffff));
  border-start-start-radius: 2px;
  border-start-end-radius: 2px;
  border-end-start-radius: 2px;
  border-end-end-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  color: var(--color-text-form-label-6sbm75, #0f141a);
  font-weight: var(--font-display-label-weight-zavpeo, 700);
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: 14px;
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  position: relative;
  inset-inline-start: calc(var(--border-width-field-2xc78x, 1px) + var(--space-field-horizontal-0aq2ch, 12px) - var(--space-scaled-xxs-pfm1nx, 4px));
  margin-block-start: var(--space-scaled-xs-xwoogq, 8px);
  padding-block-end: 2px;
  padding-inline: var(--space-scaled-xxs-pfm1nx, 4px);
  max-inline-size: calc(100% - 2 * var(--space-field-horizontal-0aq2ch, 12px));
  z-index: 1;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
  animation: awsui_awsui-motion-fade-in-dropdown_9duf6_1byh5_1 var(--motion-duration-show-quick-tyvnyw, 135ms) var(--motion-easing-show-quick-9hlj8q, ease-out);
}
@keyframes awsui_awsui-motion-fade-in-dropdown_9duf6_1byh5_1 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_dropdown-content-wrapper_9duf6_1byh5_153.awsui_refresh_9duf6_1byh5_174:not(#\9) {
  transform-origin: top;
  animation-name: awsui_awsui-motion-fade-in-0_9duf6_1byh5_1;
  animation-duration: var(--motion-duration-show-quick-tyvnyw, 135ms);
  animation-timing-function: var(--motion-easing-show-quick-9hlj8q, ease-out);
}
@keyframes awsui_awsui-motion-fade-in-0_9duf6_1byh5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_dropdown-content-wrapper_9duf6_1byh5_153.awsui_refresh_9duf6_1byh5_174:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_dropdown-content-wrapper_9duf6_1byh5_153.awsui_refresh_9duf6_1byh5_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_9duf6_1byh5_153.awsui_refresh_9duf6_1byh5_174:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_9duf6_1byh5_199:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  white-space: inherit;
}
.awsui_root_9duf6_1byh5_199.awsui_interior_9duf6_1byh5_232:not(#\9) {
  position: static;
}

.awsui_dropdown_9duf6_1byh5_153:not(#\9) {
  position: absolute;
  display: none;
  z-index: 2000;
  transform-origin: top;
}
.awsui_dropdown_9duf6_1byh5_153.awsui_use-portal_9duf6_1byh5_242:not(#\9) {
  z-index: 7000;
}
.awsui_dropdown_9duf6_1byh5_153:not(#\9):not(.awsui_interior_9duf6_1byh5_232) {
  transform: translateY(0px);
  transition: transform var(--motion-duration-show-quick-tyvnyw, 135ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_dropdown_9duf6_1byh5_153:not(#\9):not(.awsui_interior_9duf6_1byh5_232) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_dropdown_9duf6_1byh5_153:not(#\9):not(.awsui_interior_9duf6_1byh5_232), .awsui-mode-entering .awsui_dropdown_9duf6_1byh5_153:not(#\9):not(.awsui_interior_9duf6_1byh5_232) {
  animation: none;
  transition: none;
}
.awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  white-space: inherit;
  position: relative;
  background-color: var(--color-background-dropdown-item-default-qmc033, #ffffff);
  outline: none;
  box-shadow: var(--shadow-dropdown-isf0w4, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
  border-start-start-radius: var(--awsui-dropdown-content-border-radius-6b9ypa, var(--border-radius-dropdown-fgc2a1, 8px));
  border-start-end-radius: var(--awsui-dropdown-content-border-radius-6b9ypa, var(--border-radius-dropdown-fgc2a1, 8px));
  border-end-start-radius: var(--awsui-dropdown-content-border-radius-6b9ypa, var(--border-radius-dropdown-fgc2a1, 8px));
  border-end-end-radius: var(--awsui-dropdown-content-border-radius-6b9ypa, var(--border-radius-dropdown-fgc2a1, 8px));
  border-block: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-container-top-k3vmoz, transparent);
  box-sizing: border-box;
}
.awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9)::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset-block-start: -1px;
  inset-block-end: -1px;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  background-color: transparent;
  border-block: var(--awsui-dropdown-content-border-width-6b9ypa, var(--border-width-popover-nflirh, 2px)) solid var(--awsui-dropdown-content-border-color-6b9ypa, var(--color-border-dropdown-container-cmthq7, #b4b4bb));
  border-inline: var(--awsui-dropdown-content-border-width-6b9ypa, var(--border-width-popover-nflirh, 2px)) solid var(--awsui-dropdown-content-border-color-6b9ypa, var(--color-border-dropdown-container-cmthq7, #b4b4bb));
  border-start-start-radius: var(--awsui-dropdown-content-border-radius-6b9ypa, var(--border-radius-dropdown-fgc2a1, 8px));
  border-start-end-radius: var(--awsui-dropdown-content-border-radius-6b9ypa, var(--border-radius-dropdown-fgc2a1, 8px));
  border-end-start-radius: var(--awsui-dropdown-content-border-radius-6b9ypa, var(--border-radius-dropdown-fgc2a1, 8px));
  border-end-end-radius: var(--awsui-dropdown-content-border-radius-6b9ypa, var(--border-radius-dropdown-fgc2a1, 8px));
  pointer-events: none;
}
.awsui_dropdown-content-wrapper_9duf6_1byh5_153.awsui_is-empty_9duf6_1byh5_318:not(#\9)::after {
  display: none;
}
.awsui_dropdown_9duf6_1byh5_153 > .awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
  border-block-start: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-container-top-k3vmoz, transparent);
  border-block-end: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-dropdown-group-ylcnh8, #c6c6cd);
}
.awsui_dropdown-drop-up_9duf6_1byh5_325 > .awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
  transform-origin: bottom;
  box-shadow: var(--shadow-dropup-2r02r5, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
}
.awsui_dropdown-drop-up_9duf6_1byh5_325.awsui_with-limited-width_9duf6_1byh5_329 > .awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
  border-block-start: none;
}
.awsui_dropdown-drop-left_9duf6_1byh5_332:not(#\9) {
  inset-inline-end: 0;
}
.awsui_dropdown-drop-right_9duf6_1byh5_335:not(#\9) {
  inset-inline-start: 0;
}
.awsui_dropdown_9duf6_1byh5_153.awsui_occupy-entire-width_9duf6_1byh5_338:not(#\9) {
  min-inline-size: 100%;
}
.awsui_dropdown_9duf6_1byh5_153.awsui_use-flexible-width_9duf6_1byh5_341:not(#\9) {
  inline-size: max-content;
  max-inline-size: var(--awsui-dropdown-default-max-width-6b9ypa, none);
  min-inline-size: var(--awsui-dropdown-default-min-width-6b9ypa, auto);
}
.awsui_dropdown_9duf6_1byh5_153.awsui_interior_9duf6_1byh5_232 > .awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
  margin-block-start: -1px;
}
.awsui_dropdown_9duf6_1byh5_153.awsui_hide-block-border_9duf6_1byh5_349 > .awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
  border-block-start: none;
}
.awsui_dropdown_9duf6_1byh5_153.awsui_hide-block-border_9duf6_1byh5_349:not(#\9):not(.awsui_dropdown-drop-up_9duf6_1byh5_325) > .awsui_dropdown-content-wrapper_9duf6_1byh5_153 {
  border-block-end: none;
}
.awsui_dropdown_9duf6_1byh5_153.awsui_hide-block-border_9duf6_1byh5_349.awsui_refresh_9duf6_1byh5_174 > .awsui_dropdown-content-wrapper_9duf6_1byh5_153:not(#\9) {
  border-block-end: none;
}
.awsui_dropdown_9duf6_1byh5_153.awsui_open_9duf6_1byh5_358:not(#\9) {
  display: block;
}
.awsui_dropdown_9duf6_1byh5_153.awsui_open_9duf6_1byh5_358:not(#\9):not(.awsui_interior_9duf6_1byh5_232).awsui_refresh_9duf6_1byh5_174[data-animating=true] {
  transform: translateY(4px);
}
.awsui_dropdown_9duf6_1byh5_153.awsui_open_9duf6_1byh5_358:not(#\9):not(.awsui_interior_9duf6_1byh5_232).awsui_refresh_9duf6_1byh5_174[data-animating=true].awsui_dropdown-drop-up_9duf6_1byh5_325 {
  transform: translateY(-4px);
}
.awsui_dropdown_9duf6_1byh5_153.awsui_open_9duf6_1byh5_358.awsui_nowrap_9duf6_1byh5_367:not(#\9) {
  white-space: nowrap;
  overflow: scroll;
}

.awsui_dropdown-content_9duf6_1byh5_153:not(#\9) {
  display: flex;
  flex-direction: column;
  inline-size: 100%;
}

.awsui_stretch-trigger-height_9duf6_1byh5_378:not(#\9) {
  block-size: 100%;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_trigger_1hezk_1wraf_5:not(#\9) {
  /* used in test-utils */
}

.awsui_header_1hezk_1wraf_9:not(#\9) {
  /* used in test-utils */
}

.awsui_footer_1hezk_1wraf_13:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_link_4c84z_erl74_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: inline;
  white-space: inherit;
  --awsui-style-focus-ring-box-shadow-6b9ypa: 0 0 0 var(--awsui-style-focus-ring-border-width-6b9ypa, var(--border-link-focus-ring-shadow-spread-39uvxr, 2px)) var(--awsui-style-focus-ring-border-color-6b9ypa, var(--color-border-item-focused-uk47pl, #006ce0));
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-secondary-default-4p0gj8, #006ce0));
  font-weight: inherit;
  letter-spacing: normal;
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_erl74_145:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_erl74_145:not(#\9), .awsui-mode-entering .awsui_link_4c84z_erl74_145:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_erl74_145:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-secondary-hover-0kzmc4, #002b66));
}
.awsui_link_4c84z_erl74_145:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_erl74_145:not(#\9):active {
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-secondary-hover-0kzmc4, #002b66));
}
.awsui_link_4c84z_erl74_145:not(#\9):active, .awsui_link_4c84z_erl74_145:not(#\9):focus, .awsui_link_4c84z_erl74_145:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}
.awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9) {
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-default-hude44, #006ce0));
  font-weight: var(--font-link-button-weight-vslyg9, 700);
  letter-spacing: var(--font-link-button-letter-spacing-imtxwq, 0.005em);
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-button-underline-z4wjnv, transparent);
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9), .awsui-mode-entering .awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9):active {
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9):active, .awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9):focus, .awsui_link_4c84z_erl74_145.awsui_variant-recovery_4c84z_erl74_212:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-button-underline-hover-cn3mqh, transparent);
}
.awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9) {
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-secondary-default-4p0gj8, #006ce0));
  font-weight: inherit;
  letter-spacing: normal;
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9), .awsui-mode-entering .awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-secondary-hover-0kzmc4, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9):active {
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-secondary-hover-0kzmc4, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9):active, .awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9):focus, .awsui_link_4c84z_erl74_145.awsui_variant-secondary_4c84z_erl74_245:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}
.awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9) {
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-default-hude44, #006ce0));
  font-weight: inherit;
  letter-spacing: normal;
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9), .awsui-mode-entering .awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9):active {
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9):active, .awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9):focus, .awsui_link_4c84z_erl74_145.awsui_variant-primary_4c84z_erl74_280:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}
.awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9) {
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-info-default-mrmt1i, #006ce0));
  font-weight: var(--font-weight-bold-fo1afg, 700);
  letter-spacing: 0.005em;
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9), .awsui-mode-entering .awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-info-hover-mu3ega, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9):active {
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-info-hover-mu3ega, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9):active, .awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9):focus, .awsui_link_4c84z_erl74_145.awsui_variant-info_4c84z_erl74_313:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-button-underline-hover-cn3mqh, transparent);
}
.awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9) {
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-default-hude44, #006ce0));
  font-weight: var(--font-weight-display-l-h5zsi8, 700);
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9), .awsui-mode-entering .awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9):active {
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9):active, .awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9):focus, .awsui_link_4c84z_erl74_145.awsui_variant-value-large_4c84z_erl74_348:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}
.awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9) {
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-interactive-default-ugh9wp, #424650));
  font-weight: var(--font-weight-bold-fo1afg, 700);
  letter-spacing: 0.005em;
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9), .awsui-mode-entering .awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-interactive-hover-6naf7i, #0f141a));
}
.awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9):active {
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-interactive-active-uoe6zi, #0f141a));
}
.awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9):active, .awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9):focus, .awsui_link_4c84z_erl74_145.awsui_variant-top-navigation_4c84z_erl74_380:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: transparent;
}
.awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9) {
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-button-normal-default-srprth, #006ce0));
  font-weight: var(--font-weight-bold-fo1afg, 700);
  letter-spacing: var(--font-button-letter-spacing-ufowe3, 0.005em);
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9), .awsui-mode-entering .awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-button-normal-hover-jrnyw3, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9):active {
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-button-normal-active-js9ryu, #002b66));
}
.awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9):active, .awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9):focus, .awsui_link_4c84z_erl74_145.awsui_button_4c84z_erl74_415:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: transparent;
}
.awsui_link_4c84z_erl74_145.awsui_color-inverted_4c84z_erl74_450:not(#\9) {
  color: var(--color-text-notification-default-1iey72, #f9f9fa);
}
.awsui_link_4c84z_erl74_145.awsui_color-inverted_4c84z_erl74_450:not(#\9):not(.awsui_button_4c84z_erl74_415) {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}
.awsui_link_4c84z_erl74_145.awsui_color-inverted_4c84z_erl74_450:not(#\9):hover {
  color: var(--color-text-link-inverted-hover-ocd3u3, #ffffff);
}
body[data-awsui-focus-visible=true] .awsui_link_4c84z_erl74_145:not(#\9):focus {
  outline: thin dotted;
  outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
  outline-offset: 2px;
  outline-color: var(--awsui-style-focus-ring-border-color-6b9ypa, var(--color-border-item-focused-uk47pl, #006ce0));
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-6b9ypa);
}
.awsui_link_4c84z_erl74_145.awsui_font-size-body-s_4c84z_erl74_471:not(#\9) {
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
}
.awsui_link_4c84z_erl74_145.awsui_font-size-body-m_4c84z_erl74_478:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}
.awsui_link_4c84z_erl74_145.awsui_font-size-heading-xs_4c84z_erl74_484:not(#\9) {
  font-size: var(--font-size-heading-xs-j8yzxv, 14px);
  line-height: var(--line-height-heading-xs-q9j004, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-fgog7a, normal);
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}
.awsui_link_4c84z_erl74_145.awsui_font-size-heading-s_4c84z_erl74_491:not(#\9) {
  font-size: var(--font-size-heading-s-zp08en, 16px);
  line-height: var(--line-height-heading-s-hmi4vc, 20px);
  letter-spacing: var(--letter-spacing-heading-s-4st9ep, -0.005em);
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
}
.awsui_link_4c84z_erl74_145.awsui_font-size-heading-m_4c84z_erl74_498:not(#\9) {
  font-size: var(--font-size-heading-m-170yiy, 18px);
  line-height: var(--line-height-heading-m-uoaqdh, 22px);
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}
.awsui_link_4c84z_erl74_145.awsui_font-size-heading-l_4c84z_erl74_505:not(#\9) {
  font-size: var(--font-size-heading-l-vnacx6, 20px);
  line-height: var(--line-height-heading-l-mg5bx6, 24px);
  letter-spacing: var(--letter-spacing-heading-l-5v6ibv, -0.015em);
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}
.awsui_link_4c84z_erl74_145.awsui_font-size-heading-xl_4c84z_erl74_512:not(#\9) {
  font-size: var(--font-size-heading-xl-wvkbur, 24px);
  line-height: var(--line-height-heading-xl-hko6p0, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-ckkb6u, -0.02em);
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}
.awsui_link_4c84z_erl74_145.awsui_font-size-display-l_4c84z_erl74_519:not(#\9) {
  font-size: var(--font-size-display-l-wa6woo, 42px);
  line-height: var(--line-height-display-l-vwanzp, 48px);
  letter-spacing: var(--letter-spacing-display-l-elyyxk, -0.03em);
  text-underline-offset: 0.25em;
  text-decoration-thickness: 2px;
}
.awsui_link_4c84z_erl74_145.awsui_font-size-inherit_4c84z_erl74_526:not(#\9) {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}
.awsui_link_4c84z_erl74_145.awsui_in-inline-token_4c84z_erl74_533:not(#\9) {
  text-underline-offset: 0.15em;
}

.awsui_icon-wrapper_4c84z_erl74_537:not(#\9) {
  white-space: nowrap;
}

.awsui_icon_4c84z_erl74_537:not(#\9) {
  display: inline-block;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_icon-shake_1cbgc_zkafv_153:not(#\9) {
  display: inline-block;
  animation: awsui_awsui-motion-shake-horizontally_1cbgc_zkafv_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@keyframes awsui_awsui-motion-shake-horizontally_1cbgc_zkafv_1 {
  0% {
    transform: translateX(-5px);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(5px);
    animation-timing-function: var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
  }
  100% {
    transform: translateX(0px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_icon-shake_1cbgc_zkafv_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_icon-shake_1cbgc_zkafv_153:not(#\9), .awsui-mode-entering .awsui_icon-shake_1cbgc_zkafv_153:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_container-fade-in_1cbgc_zkafv_181:not(#\9) {
  animation: awsui_awsui-motion-fade-in-0_1cbgc_zkafv_1 var(--motion-duration-refresh-only-medium-5rbn3k, 165ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
}
@keyframes awsui_awsui-motion-fade-in-0_1cbgc_zkafv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_container-fade-in_1cbgc_zkafv_181:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_container-fade-in_1cbgc_zkafv_181:not(#\9), .awsui-mode-entering .awsui_container-fade-in_1cbgc_zkafv_181:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_1cbgc_zkafv_203:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.awsui_root_1cbgc_zkafv_203.awsui_status-error_1cbgc_zkafv_212:not(#\9) {
  color: var(--color-text-status-error-ksqavh, #db0000);
}
.awsui_root_1cbgc_zkafv_203.awsui_status-warning_1cbgc_zkafv_215:not(#\9) {
  color: var(--color-text-status-warning-6meo06, #855900);
}
.awsui_root_1cbgc_zkafv_203.awsui_status-success_1cbgc_zkafv_218:not(#\9) {
  color: var(--color-text-status-success-ybmii8, #00802f);
}
.awsui_root_1cbgc_zkafv_203.awsui_status-info_1cbgc_zkafv_221:not(#\9) {
  color: var(--color-text-status-info-ue8bd2, #006ce0);
}
.awsui_root_1cbgc_zkafv_203.awsui_status-stopped_1cbgc_zkafv_224:not(#\9) {
  color: var(--color-text-status-inactive-gy7337, #656871);
}
.awsui_root_1cbgc_zkafv_203.awsui_status-pending_1cbgc_zkafv_227:not(#\9) {
  color: var(--color-text-status-inactive-gy7337, #656871);
}
.awsui_root_1cbgc_zkafv_203.awsui_status-in-progress_1cbgc_zkafv_230:not(#\9) {
  color: var(--color-text-status-inactive-gy7337, #656871);
}
.awsui_root_1cbgc_zkafv_203.awsui_status-loading_1cbgc_zkafv_233:not(#\9) {
  color: var(--color-text-status-inactive-gy7337, #656871);
}
.awsui_root_1cbgc_zkafv_203.awsui_status-not-started_1cbgc_zkafv_236:not(#\9) {
  color: var(--color-text-status-inactive-gy7337, #656871);
}
.awsui_root_1cbgc_zkafv_203.awsui_color-override-red_1cbgc_zkafv_239:not(#\9) {
  color: var(--color-text-status-error-ksqavh, #db0000);
}
.awsui_root_1cbgc_zkafv_203.awsui_color-override-grey_1cbgc_zkafv_242:not(#\9) {
  color: var(--color-text-status-inactive-gy7337, #656871);
}
.awsui_root_1cbgc_zkafv_203.awsui_color-override-blue_1cbgc_zkafv_245:not(#\9) {
  color: var(--color-text-status-info-ue8bd2, #006ce0);
}
.awsui_root_1cbgc_zkafv_203.awsui_color-override-green_1cbgc_zkafv_248:not(#\9) {
  color: var(--color-text-status-success-ybmii8, #00802f);
}
.awsui_root_1cbgc_zkafv_203.awsui_color-override-yellow_1cbgc_zkafv_251:not(#\9) {
  color: var(--color-text-status-warning-6meo06, #855900);
}

.awsui_container_1cbgc_zkafv_181.awsui_display-inline_1cbgc_zkafv_255:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  display: inline;
}
.awsui_container_1cbgc_zkafv_181.awsui_display-inline_1cbgc_zkafv_255 > .awsui_icon_1cbgc_zkafv_153:not(#\9) {
  white-space: nowrap;
}
.awsui_container_1cbgc_zkafv_181.awsui_display-inline-block_1cbgc_zkafv_263:not(#\9) {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}
.awsui_container_1cbgc_zkafv_181.awsui_display-inline-block_1cbgc_zkafv_263 > .awsui_icon_1cbgc_zkafv_153:not(#\9) {
  padding-inline-end: var(--space-xxs-hwfkai, 4px);
}

.awsui_overflow-ellipsis_1cbgc_zkafv_272:not(#\9) {
  max-inline-size: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-bottom;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_vrgzu_2pqh1_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-block-start: var(--space-option-padding-vertical-d2srv9, 4px);
  padding-block-end: calc(var(--space-option-padding-vertical-d2srv9, 4px) + var(--space-xxxs-pajhad, 2px));
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
  color: var(--color-text-dropdown-footer-umcot2, #656871);
}
.awsui_root_vrgzu_2pqh1_145 > .awsui_recovery_vrgzu_2pqh1_180:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_1afi9_9sgdj_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.awsui_root_1afi9_9sgdj_145:not(#\9):not(.awsui_hidden_1afi9_9sgdj_176) {
  border-block-start: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-dropdown-item-default-kape37, #c6c6cd);
}
.awsui_root_1afi9_9sgdj_145:not(#\9):not(.awsui_hidden_1afi9_9sgdj_176).awsui_no-items_1afi9_9sgdj_179 {
  border-block-start: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-dropdown-item-top-gp2d1p, transparent);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_placeholder_dwuol_r15lx_145:not(#\9) {
  color: var(--color-text-input-placeholder-dclg8u, #656871);
  font-style: italic;
}

.awsui_item_dwuol_r15lx_150:not(#\9) {
  display: flex;
  align-items: center;
}
.awsui_item_dwuol_r15lx_150 > .awsui_checkbox_dwuol_r15lx_154:not(#\9) {
  position: relative;
  min-block-size: var(--size-control-adm93y, 16px);
  min-inline-size: var(--size-control-adm93y, 16px);
  block-size: var(--size-control-adm93y, 16px);
  inline-size: var(--size-control-adm93y, 16px);
  margin-inline-end: var(--space-field-horizontal-0aq2ch, 12px);
}

.awsui_option-group_dwuol_r15lx_163:not(#\9):not(:first-child) {
  margin-block-start: calc(-1 * var(--border-item-width-miijiw, 2px));
}

.awsui_filter_dwuol_r15lx_167:not(#\9) {
  z-index: 4;
  flex-shrink: 0;
}

.awsui_trigger_dwuol_r15lx_172:not(#\9) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awsui_layout-strut_dwuol_r15lx_178:not(#\9) {
  inline-size: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.awsui_list-bottom_dwuol_r15lx_184:not(#\9) {
  /* used in unit-tests */
}

.awsui_selected-icon_dwuol_r15lx_188:not(#\9) {
  color: var(--color-item-selected-72rnwy, #006ce0);
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
}

.awsui_show-label-tag_dwuol_r15lx_193 > .awsui_selected-icon_dwuol_r15lx_188:not(#\9) {
  padding-inline-start: var(--space-scaled-s-8ozaad, 12px);
}

.awsui_inline-token-trigger_dwuol_r15lx_197:not(#\9) {
  display: flex;
  flex-wrap: nowrap;
  column-gap: var(--space-xxs-hwfkai, 4px);
  inline-size: 100%;
}

.awsui_inline-token-list_dwuol_r15lx_204:not(#\9) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--space-xxs-hwfkai, 4px);
  inline-size: 100%;
  overflow-x: hidden;
  mask-image: linear-gradient(270deg, transparent, white 20px, white);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_inline-token-list_dwuol_r15lx_204:not(#\9):dir(rtl) {
  mask-image: linear-gradient(-270deg, transparent, white 20px, white);
}

.awsui_inline-token-hidden-placeholder_dwuol_r15lx_218:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}

.awsui_inline-token-counter_dwuol_r15lx_224:not(#\9) {
  white-space: nowrap;
}

.awsui_inline-label-trigger-wrapper_dwuol_r15lx_228:not(#\9) {
  margin-block-start: -7px;
}

.awsui_inline-label-wrapper_dwuol_r15lx_232:not(#\9) {
  margin-block-start: calc(var(--space-scaled-xs-xwoogq, 8px) * -1);
}

.awsui_inline-label_dwuol_r15lx_228:not(#\9) {
  background: linear-gradient(to bottom, var(--color-background-layout-main-5ilwcb, #ffffff), var(--color-background-input-default-ifz5bb, #ffffff));
  border-start-start-radius: 2px;
  border-start-end-radius: 2px;
  border-end-start-radius: 2px;
  border-end-end-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  color: var(--color-text-form-label-6sbm75, #0f141a);
  font-weight: var(--font-display-label-weight-zavpeo, 700);
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: 14px;
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  position: relative;
  inset-inline-start: calc(var(--border-width-field-2xc78x, 1px) + var(--space-field-horizontal-0aq2ch, 12px) - var(--space-scaled-xxs-pfm1nx, 4px));
  margin-block-start: var(--space-scaled-xs-xwoogq, 8px);
  padding-block-end: 2px;
  padding-inline: var(--space-scaled-xxs-pfm1nx, 4px);
  max-inline-size: calc(100% - 2 * var(--space-field-horizontal-0aq2ch, 12px));
  z-index: 1;
}
.awsui_inline-label-disabled_dwuol_r15lx_257:not(#\9) {
  background: linear-gradient(to bottom, var(--color-background-layout-main-5ilwcb, #ffffff), var(--color-background-input-disabled-dihaja, #ebebf0));
}

.awsui_inline-label-inline-tokens_dwuol_r15lx_261:not(#\9) {
  padding-block-end: 0;
  transform: translateY(-1.5px);
}

.awsui_disabled-reason-tooltip_dwuol_r15lx_266:not(#\9) {
  /* used in test-utils or tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_options-list_19gcf_eqp8j_145:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  margin-block: 0;
  margin-inline: 0;
  outline: none;
  border-block: none;
  border-inline: none;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  white-space: inherit;
  overflow-y: auto;
  flex: 1 1 auto;
  min-block-size: 0;
  border-start-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  border-start-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  border-end-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  border-end-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  -webkit-user-select: none;
          user-select: none;
}
.awsui_options-list-embedded_19gcf_eqp8j_192:not(#\9) {
  border-start-start-radius: 0px;
  border-start-end-radius: 0px;
  border-end-start-radius: 0px;
  border-end-end-radius: 0px;
}

.awsui_decrease-block-margin_19gcf_eqp8j_199:not(#\9) {
  margin-block: -1px;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_1fn7j_t5xe1_145:not(#\9) {
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.awsui_root_1fn7j_t5xe1_145 > .awsui_styled-box_1fn7j_t5xe1_152:not(#\9) {
  fill: var(--color-background-control-default-4jb21l, #ffffff);
  stroke: var(--color-border-control-default-sh3548, #8c8c94);
  stroke-width: var(--border-width-field-2xc78x, 1px);
  transition: fill var(--motion-duration-transition-quick-mcm2y0, 90ms) var(--motion-easing-transition-quick-qxak3i, linear), stroke var(--motion-duration-transition-quick-mcm2y0, 90ms) var(--motion-easing-transition-quick-qxak3i, linear);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_root_1fn7j_t5xe1_145 > .awsui_styled-box_1fn7j_t5xe1_152:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_root_1fn7j_t5xe1_145 > .awsui_styled-box_1fn7j_t5xe1_152:not(#\9), .awsui-mode-entering .awsui_root_1fn7j_t5xe1_145 > .awsui_styled-box_1fn7j_t5xe1_152:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_root_1fn7j_t5xe1_145 > .awsui_styled-box-checked_1fn7j_t5xe1_168:not(#\9), .awsui_root_1fn7j_t5xe1_145 > .awsui_styled-box-indeterminate_1fn7j_t5xe1_168:not(#\9) {
  fill: var(--color-background-control-checked-ka7kc2, #006ce0);
  stroke: var(--color-border-control-checked-bdv28l, #006ce0);
}
.awsui_root_1fn7j_t5xe1_145 > .awsui_styled-box-disabled_1fn7j_t5xe1_172:not(#\9), .awsui_root_1fn7j_t5xe1_145 > .awsui_styled-box-readonly_1fn7j_t5xe1_172:not(#\9) {
  fill: var(--color-background-control-disabled-1f3718, #dedee3);
  stroke: var(--color-border-control-disabled-uj7t08, #dedee3);
}
.awsui_root_1fn7j_t5xe1_145 > .awsui_styled-line_1fn7j_t5xe1_176:not(#\9) {
  stroke: var(--color-foreground-control-default-eto4wy, #ffffff);
  stroke-width: 2;
  fill: none;
}
.awsui_root_1fn7j_t5xe1_145 > .awsui_styled-line-disabled_1fn7j_t5xe1_181:not(#\9) {
  stroke: var(--color-foreground-control-disabled-txi6cf, #ffffff);
}
.awsui_root_1fn7j_t5xe1_145 > .awsui_styled-line-readonly_1fn7j_t5xe1_184:not(#\9) {
  stroke: var(--color-foreground-control-read-only-7ydvuj, #656871);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_option_1p2cx_kx9n7_153:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: flex;
  align-items: flex-start;
  inline-size: 100%;
  min-inline-size: 0;
  box-sizing: border-box;
  color: inherit;
}
.awsui_option_1p2cx_kx9n7_153:not(#\9):not(.awsui_disabled_1p2cx_kx9n7_190) {
  cursor: inherit;
}
.awsui_option_1p2cx_kx9n7_153.awsui_parent_1p2cx_kx9n7_193:not(#\9) {
  font-weight: var(--font-weight-bold-fo1afg, 700);
}
.awsui_option_1p2cx_kx9n7_153.awsui_parent_1p2cx_kx9n7_193:not(#\9):not(.awsui_disabled_1p2cx_kx9n7_190):not(.awsui_highlighted_1p2cx_kx9n7_196) {
  color: var(--color-text-dropdown-group-label-2tmyik, #424650);
}

.awsui_content_1p2cx_kx9n7_200:not(#\9) {
  inline-size: 100%;
  display: flex;
  flex-direction: column;
  min-inline-size: 0;
}

.awsui_label-content_1p2cx_kx9n7_207:not(#\9) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.awsui_label_1p2cx_kx9n7_207:not(#\9),
.awsui_tag_1p2cx_kx9n7_214:not(#\9),
.awsui_label-tag_1p2cx_kx9n7_215:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
}

.awsui_label_1p2cx_kx9n7_207:not(#\9),
.awsui_tag_1p2cx_kx9n7_214:not(#\9) {
  flex-wrap: wrap;
}

.awsui_label-prefix_1p2cx_kx9n7_225:not(#\9) {
  font-weight: var(--font-weight-bold-fo1afg, 700);
}

.awsui_label-tag_1p2cx_kx9n7_215:not(#\9) {
  padding-inline-start: var(--space-s-tvghoh, 12px);
  flex: auto;
  text-align: end;
}
.awsui_label-tag_1p2cx_kx9n7_215:not(#\9):empty {
  display: none;
}

.awsui_tags_1p2cx_kx9n7_238:not(#\9),
.awsui_description_1p2cx_kx9n7_239:not(#\9) {
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  color: var(--color-text-dropdown-item-secondary-v12lfh, #656871);
  flex-wrap: wrap;
}
.awsui_tags_1p2cx_kx9n7_238.awsui_highlighted_1p2cx_kx9n7_196:not(#\9),
.awsui_description_1p2cx_kx9n7_239.awsui_highlighted_1p2cx_kx9n7_196:not(#\9) {
  color: var(--color-text-dropdown-item-secondary-hover-de15wb, #656871);
}
.awsui_tags_1p2cx_kx9n7_238.awsui_selected_1p2cx_kx9n7_250:not(#\9),
.awsui_description_1p2cx_kx9n7_239.awsui_selected_1p2cx_kx9n7_250:not(#\9) {
  color: var(--color-text-dropdown-item-secondary-v12lfh, #656871);
}

.awsui_tags_1p2cx_kx9n7_238:not(#\9) {
  display: flex;
  align-items: stretch;
}

.awsui_tag_1p2cx_kx9n7_214:not(#\9):not(:last-child) {
  padding-inline-end: var(--space-m-dsumyt, 16px);
}

.awsui_icon_1p2cx_kx9n7_264:not(#\9) {
  padding-inline-end: var(--space-xs-ymlm0b, 8px);
  align-content: center;
  display: flex;
  flex-shrink: 0;
}

.awsui_filtering-match-highlight_1p2cx_kx9n7_271:not(#\9) {
  background-color: var(--color-background-dropdown-item-filter-match-49b5vt, #f0fbff);
  color: var(--color-text-dropdown-item-filter-match-ebhvct, #006ce0);
  font-weight: var(--font-weight-bold-fo1afg, 700);
}

.awsui_disabled_1p2cx_kx9n7_190:not(#\9) {
  color: var(--color-text-dropdown-item-disabled-8m65hf, #b4b4bb);
  pointer-events: none;
}
.awsui_disabled_1p2cx_kx9n7_190 > .awsui_content_1p2cx_kx9n7_200 > .awsui_tags_1p2cx_kx9n7_238:not(#\9),
.awsui_disabled_1p2cx_kx9n7_190 > .awsui_content_1p2cx_kx9n7_200 > .awsui_description_1p2cx_kx9n7_239:not(#\9) {
  color: currentColor;
}

.awsui_trigger-variant_1p2cx_kx9n7_286:not(#\9) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awsui_custom-content_1p2cx_kx9n7_292:not(#\9) {
  inline-size: 100%;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_label_1q5vz_ocied_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_parent_2dmmi_qu62t_5:not(#\9),
.awsui_option-content_2dmmi_qu62t_6:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_selectable-item_15o6u_k2c9q_145:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  list-style: none;
  z-index: 1;
  border-width: 0;
  background-color: var(--color-background-dropdown-item-default-qmc033, #ffffff);
  color: var(--color-text-dropdown-item-default-f1jr9u, #0f141a);
  padding-block: var(--border-item-width-miijiw, 2px);
  padding-inline: var(--border-item-width-miijiw, 2px);
  overflow: hidden;
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_parent_15o6u_k2c9q_164.awsui_interactiveGroups_15o6u_k2c9q_164:not(#\9):not(.awsui_highlighted_15o6u_k2c9q_164):not(.awsui_selected_15o6u_k2c9q_164) {
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd);
}
.awsui_selectable-item_15o6u_k2c9q_145 > .awsui_selectable-item-content_15o6u_k2c9q_167:not(#\9) {
  padding-block: var(--space-option-padding-vertical-d2srv9, 4px);
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_pad-bottom_15o6u_k2c9q_171:not(#\9) {
  padding-block-end: var(--border-item-width-miijiw, 2px);
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_pad-bottom_15o6u_k2c9q_171 > .awsui_selectable-item-content_15o6u_k2c9q_167:not(#\9) {
  padding-block-end: calc(var(--space-option-padding-vertical-d2srv9, 4px) + var(--space-xxxs-pajhad, 2px));
}
.awsui_selectable-item_15o6u_k2c9q_145:not(#\9):not(:first-child), .awsui_selectable-item_15o6u_k2c9q_145.awsui_virtual_15o6u_k2c9q_178:not(#\9) {
  margin-block-start: calc(-1 * var(--border-item-width-miijiw, 2px));
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_has-background_15o6u_k2c9q_181:not(#\9) {
  background-color: var(--color-background-dropdown-item-hover-yunepc, #f3f3f7);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_child_15o6u_k2c9q_184:not(#\9) {
  padding-inline-start: var(--border-item-width-miijiw, 2px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_child_15o6u_k2c9q_184 > .awsui_selectable-item-content_15o6u_k2c9q_167:not(#\9) {
  padding-inline-start: var(--space-xxl-32srm4, 32px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_disabled_15o6u_k2c9q_190 > .awsui_selectable-item-content_15o6u_k2c9q_167:not(#\9) {
  color: var(--color-text-dropdown-item-disabled-8m65hf, #b4b4bb);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_highlighted_15o6u_k2c9q_164:not(#\9), .awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164:not(#\9) {
  color: var(--color-text-dropdown-item-highlighted-yr1px8, #0f141a);
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_highlighted_15o6u_k2c9q_164:not(#\9) {
  z-index: 3;
  background-color: var(--color-background-dropdown-item-hover-yunepc, #f3f3f7);
  box-shadow: inset 0 0 0 var(--border-width-item-selected-yv93vd, 2px) var(--color-border-dropdown-item-hover-aqfuxq, #8c8c94);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_highlighted_15o6u_k2c9q_164.awsui_is-keyboard_15o6u_k2c9q_205:not(#\9) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-yv93vd, 2px) var(--color-border-dropdown-item-focused-zacqlp, #424650);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_highlighted_15o6u_k2c9q_164.awsui_disabled_15o6u_k2c9q_190:not(#\9) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-yv93vd, 2px) var(--color-border-dropdown-item-dimmed-hover-ga9sch, #8c8c94);
  background-color: var(--color-background-dropdown-item-dimmed-dhho03, transparent);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_highlighted_15o6u_k2c9q_164.awsui_disabled_15o6u_k2c9q_190 > .awsui_selectable-item-content_15o6u_k2c9q_167:not(#\9) {
  color: var(--color-text-dropdown-item-dimmed-tq8vh3, #b4b4bb);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_highlighted_15o6u_k2c9q_164:not(#\9):not(.awsui_visual-refresh_15o6u_k2c9q_215).awsui_is-keyboard_15o6u_k2c9q_205 {
  box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-uk47pl, #006ce0);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164:not(#\9) {
  z-index: 2;
  background-color: var(--color-background-dropdown-item-selected-f3v6te, #f0fbff);
  box-shadow: inset 0 0 0 var(--border-width-item-selected-yv93vd, 2px) var(--color-border-dropdown-item-selected-dl2ezh, #006ce0);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164.awsui_highlighted_15o6u_k2c9q_164:not(#\9) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-yv93vd, 2px) var(--color-border-dropdown-item-selected-dl2ezh, #006ce0), inset 0 0 0 calc(2 * var(--border-width-item-selected-yv93vd, 2px)) var(--color-border-dropdown-item-hover-aqfuxq, #8c8c94);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164.awsui_highlighted_15o6u_k2c9q_164.awsui_is-keyboard_15o6u_k2c9q_205:not(#\9) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-yv93vd, 2px) var(--color-border-dropdown-item-selected-dl2ezh, #006ce0), inset 0 0 0 calc(2 * var(--border-width-item-selected-yv93vd, 2px)) var(--color-border-dropdown-item-focused-zacqlp, #424650);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164.awsui_next-item-selected_15o6u_k2c9q_229:not(#\9) {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164.awsui_highlighted_15o6u_k2c9q_164:not(#\9):not(.awsui_visual-refresh_15o6u_k2c9q_215) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-yv93vd, 2px) var(--color-border-dropdown-item-hover-aqfuxq, #8c8c94);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164.awsui_highlighted_15o6u_k2c9q_164:not(#\9):not(.awsui_visual-refresh_15o6u_k2c9q_215).awsui_is-keyboard_15o6u_k2c9q_205 {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-yv93vd, 2px) var(--color-border-dropdown-item-focused-zacqlp, #424650);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164 + .awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164:not(#\9), .awsui_selectable-item_15o6u_k2c9q_145.awsui_selected_15o6u_k2c9q_164.awsui_previous-item-selected_15o6u_k2c9q_239:not(#\9) {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_parent_15o6u_k2c9q_164:not(#\9):not(.awsui_disabled_15o6u_k2c9q_190) > .awsui_selectable-item-content_15o6u_k2c9q_167 {
  color: var(--color-text-dropdown-group-label-2tmyik, #424650);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_parent_15o6u_k2c9q_164:not(#\9):not(.awsui_interactiveGroups_15o6u_k2c9q_164) {
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-border-dropdown-group-ylcnh8, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd);
  padding-block: 0;
  padding-inline: 0;
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_parent_15o6u_k2c9q_164:not(#\9):not(.awsui_interactiveGroups_15o6u_k2c9q_164):not(:has(> .awsui_selectable-item-content_15o6u_k2c9q_167)) {
  padding-block: var(--border-item-width-miijiw, 2px);
  padding-inline: var(--border-item-width-miijiw, 2px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_parent_15o6u_k2c9q_164:not(#\9):not(.awsui_interactiveGroups_15o6u_k2c9q_164) > .awsui_selectable-item-content_15o6u_k2c9q_167 {
  padding-block: var(--space-xs-ymlm0b, 8px);
  padding-inline: var(--space-xs-ymlm0b, 8px);
  font-weight: var(--font-weight-bold-fo1afg, 700);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_parent_15o6u_k2c9q_164.awsui_interactiveGroups_15o6u_k2c9q_164 > .awsui_selectable-item-content_15o6u_k2c9q_167:not(#\9) {
  padding-block: var(--space-xs-ymlm0b, 8px);
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
  font-weight: var(--font-weight-bold-fo1afg, 700);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_parent_15o6u_k2c9q_164.awsui_interactiveGroups_15o6u_k2c9q_164.awsui_highlighted_15o6u_k2c9q_164 > .awsui_selectable-item-content_15o6u_k2c9q_167:not(#\9) {
  color: var(--color-text-dropdown-item-highlighted-yr1px8, #0f141a);
}
.awsui_selectable-item_15o6u_k2c9q_145:not(#\9):not(.awsui_disabled_15o6u_k2c9q_190):not(.awsui_parent_15o6u_k2c9q_164), .awsui_selectable-item_15o6u_k2c9q_145.awsui_interactiveGroups_15o6u_k2c9q_164:not(#\9):not(.awsui_disabled_15o6u_k2c9q_190) {
  cursor: pointer;
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271 + .awsui_selectable-item_15o6u_k2c9q_145:not(#\9):not(.awsui_sticky_15o6u_k2c9q_271):not(.awsui_highlighted_15o6u_k2c9q_164):not(.awsui_selected_15o6u_k2c9q_164) {
  box-shadow: inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271:not(#\9) {
  position: sticky;
  inset-block-start: 0;
  margin-block-end: var(--border-item-width-miijiw, 2px);
  z-index: 4;
  padding-inline: var(--border-item-width-miijiw, 2px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271.awsui_highlighted_15o6u_k2c9q_164:not(#\9), .awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271.awsui_selected_15o6u_k2c9q_164:not(#\9) {
  padding-inline: var(--border-item-width-miijiw, 2px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271 > .awsui_selectable-item-content_15o6u_k2c9q_167:not(#\9) {
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271:not(#\9):not(.awsui_highlighted_15o6u_k2c9q_164):not(.awsui_selected_15o6u_k2c9q_164) {
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd), inset var(--border-width-popover-nflirh, 2px) 0 0 0 var(--color-border-dropdown-container-cmthq7, #b4b4bb);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271:not(#\9):not(.awsui_highlighted_15o6u_k2c9q_164):not(.awsui_selected_15o6u_k2c9q_164):not(.awsui_with-scrollbar_15o6u_k2c9q_290) {
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd), inset var(--border-width-popover-nflirh, 2px) 0 0 0 var(--color-border-dropdown-container-cmthq7, #b4b4bb), inset calc(-1 * var(--border-width-popover-nflirh, 2px)) 0 0 0 var(--color-border-dropdown-container-cmthq7, #b4b4bb);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271:not(#\9):not(.awsui_highlighted_15o6u_k2c9q_164):not(.awsui_selected_15o6u_k2c9q_164):not(.awsui_after-header_15o6u_k2c9q_293) {
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271:not(#\9):not(.awsui_highlighted_15o6u_k2c9q_164):not(.awsui_selected_15o6u_k2c9q_164):not(.awsui_after-header_15o6u_k2c9q_293):not(.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271:not(.awsui_highlighted_15o6u_k2c9q_164):not(.awsui_selected_15o6u_k2c9q_164):not(.awsui_after-header_15o6u_k2c9q_293).awsui_with-scrollbar_15o6u_k2c9q_290) {
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271:not(#\9):not(.awsui_highlighted_15o6u_k2c9q_164):not(.awsui_selected_15o6u_k2c9q_164).awsui_after-header_15o6u_k2c9q_293 {
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-background-dropdown-item-default-qmc033, #ffffff), inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd), inset var(--border-width-popover-nflirh, 2px) 0 0 0 var(--color-border-dropdown-container-cmthq7, #b4b4bb);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271:not(#\9):not(.awsui_highlighted_15o6u_k2c9q_164):not(.awsui_selected_15o6u_k2c9q_164).awsui_after-header_15o6u_k2c9q_293:not(.awsui_with-scrollbar_15o6u_k2c9q_290) {
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-background-dropdown-item-default-qmc033, #ffffff), inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd), inset var(--border-width-popover-nflirh, 2px) 0 0 0 var(--color-border-dropdown-container-cmthq7, #b4b4bb), inset calc(-1 * var(--border-width-popover-nflirh, 2px)) 0 0 0 var(--color-border-dropdown-container-cmthq7, #b4b4bb);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271.awsui_disabled_15o6u_k2c9q_190.awsui_highlighted_15o6u_k2c9q_164:not(#\9), .awsui_selectable-item_15o6u_k2c9q_145.awsui_sticky_15o6u_k2c9q_271.awsui_disabled_15o6u_k2c9q_190.awsui_selected_15o6u_k2c9q_164:not(#\9) {
  box-shadow: none;
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_virtual_15o6u_k2c9q_178:not(#\9) {
  position: absolute;
  inset-block-start: var(--border-dropdown-virtual-offset-width-3wp954, 2px);
  inset-inline-start: 0;
  inline-size: 100%;
  box-sizing: border-box;
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_virtual_15o6u_k2c9q_178:not(#\9):first-of-type:not(.awsui_selected_15o6u_k2c9q_164, .awsui_highlighted_15o6u_k2c9q_164) {
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-border-dropdown-item-top-gp2d1p, transparent), inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd);
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_virtual_15o6u_k2c9q_178.awsui_parent_15o6u_k2c9q_164:not(#\9):not(.awsui_interactiveGroups_15o6u_k2c9q_164) {
  box-shadow: inset 0 var(--border-divider-list-width-tdfx1x, 1px) 0 0 var(--color-border-dropdown-group-ylcnh8, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-tdfx1x, 1px)) 0 0 var(--color-border-dropdown-item-default-kape37, #c6c6cd);
}

.awsui_measure-strut_15o6u_k2c9q_322:not(#\9) {
  position: absolute;
  pointer-events: none;
  block-size: 100%;
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.awsui_selectable-item_15o6u_k2c9q_145.awsui_virtual_15o6u_k2c9q_178 > .awsui_measure-strut_15o6u_k2c9q_322:not(#\9) {
  block-size: calc(100% - var(--border-width-item-selected-yv93vd, 2px));
}

.awsui_screenreader-content_15o6u_k2c9q_334:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}

.awsui_option-content_15o6u_k2c9q_340:not(#\9) {
  /* used in test-utils */
}

.awsui_select-all_15o6u_k2c9q_344:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_button-trigger_l32fn_xo3sj_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_button-trigger_18eso_1mjnm_161 > .awsui_arrow_18eso_1mjnm_161:not(#\9) {
  transition: transform var(--motion-duration-rotate-180-cxi9g7, 135ms) var(--motion-easing-rotate-180-7a58rc, cubic-bezier(0.165, 0.84, 0.44, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_button-trigger_18eso_1mjnm_161 > .awsui_arrow_18eso_1mjnm_161:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_button-trigger_18eso_1mjnm_161 > .awsui_arrow_18eso_1mjnm_161:not(#\9), .awsui-mode-entering .awsui_button-trigger_18eso_1mjnm_161 > .awsui_arrow_18eso_1mjnm_161:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_button-trigger_18eso_1mjnm_161:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  display: flex;
  inline-size: 100%;
  justify-content: space-between;
  align-items: center;
  padding-block: var(--space-field-vertical-vm99qz, 5px);
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
  background-color: var(--color-background-input-default-ifz5bb, #ffffff);
  border-start-start-radius: var(--border-radius-input-7q0str, 8px);
  border-start-end-radius: var(--border-radius-input-7q0str, 8px);
  border-end-start-radius: var(--border-radius-input-7q0str, 8px);
  border-end-end-radius: var(--border-radius-input-7q0str, 8px);
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-default-317xk5, #8c8c94);
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-default-317xk5, #8c8c94);
  min-block-size: var(--size-vertical-input-p1d7xx, 32px);
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token-root_18eso_1mjnm_221:not(#\9), .awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token-nested_18eso_1mjnm_221:not(#\9) {
  padding-block: 0px;
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
  border-block-width: var(--border-width-token-2ukdpu, 2px);
  border-inline-width: var(--border-width-token-2ukdpu, 2px);
  border-color: var(--color-border-item-selected-wl5ttm, #006ce0);
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  block-size: 100%;
  min-block-size: unset;
}
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token-root_18eso_1mjnm_221:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token-nested_18eso_1mjnm_221:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token-root_18eso_1mjnm_221:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token-nested_18eso_1mjnm_221:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-filtering-token-operation-select-focus-outline-gutter-jacx1t, -5px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token-root_18eso_1mjnm_221:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token-nested_18eso_1mjnm_221:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-filtering-token-operation-select-focus-outline-gutter-jacx1t, -5px));
  inset-block-start: calc(-1 * var(--space-filtering-token-operation-select-focus-outline-gutter-jacx1t, -5px));
  inline-size: calc(100% + var(--space-filtering-token-operation-select-focus-outline-gutter-jacx1t, -5px) + var(--space-filtering-token-operation-select-focus-outline-gutter-jacx1t, -5px));
  block-size: calc(100% + var(--space-filtering-token-operation-select-focus-outline-gutter-jacx1t, -5px) + var(--space-filtering-token-operation-select-focus-outline-gutter-jacx1t, -5px));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token-nested_18eso_1mjnm_221:not(#\9) {
  border-start-start-radius: calc(var(--border-radius-input-7q0str, 8px) / 2);
  border-end-start-radius: calc(var(--border-radius-input-7q0str, 8px) / 2);
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_has-caret_18eso_1mjnm_257:not(#\9) {
  padding-inline-end: var(--space-field-icon-offset-ikwzwx, 36px);
}
.awsui_button-trigger_18eso_1mjnm_161 > .awsui_placeholder_18eso_1mjnm_260:not(#\9) {
  color: var(--color-text-input-placeholder-dclg8u, #656871);
  font-style: italic;
}
.awsui_button-trigger_18eso_1mjnm_161 > .awsui_arrow_18eso_1mjnm_161:not(#\9) {
  position: absolute;
  inset-inline-end: var(--space-field-horizontal-0aq2ch, 12px);
  inset-block-start: calc(50% - var(--line-height-body-m-2mh3ke, 20px) / 2);
  color: var(--color-text-button-inline-icon-default-sm4ql6, #006ce0);
}
.awsui_button-trigger_18eso_1mjnm_161:not(#\9):hover > .awsui_arrow_18eso_1mjnm_161 {
  color: var(--color-text-button-inline-icon-hover-rbyzfc, #002b66);
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_pressed_18eso_1mjnm_273 > .awsui_arrow_18eso_1mjnm_161:not(#\9) {
  transform: rotate(-180deg);
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_disabled_18eso_1mjnm_276:not(#\9) {
  background-color: var(--color-background-input-disabled-dihaja, #ebebf0);
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
  color: var(--color-text-input-disabled-wh1f3y, #b4b4bb);
  cursor: auto;
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_disabled_18eso_1mjnm_276 > .awsui_arrow_18eso_1mjnm_161:not(#\9) {
  color: var(--color-text-button-inline-icon-disabled-82hho0, #b4b4bb);
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_disabled_18eso_1mjnm_276.awsui_in-filtering-token_18eso_1mjnm_221:not(#\9) {
  background-color: var(--color-background-input-disabled-dihaja, #ebebf0);
  border-block: var(--border-width-token-2ukdpu, 2px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
  border-inline: var(--border-width-token-2ukdpu, 2px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
  color: var(--color-text-input-disabled-wh1f3y, #b4b4bb);
  cursor: auto;
  border-color: var(--color-border-control-disabled-uj7t08, #dedee3);
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_disabled_18eso_1mjnm_276 > .awsui_placeholder_18eso_1mjnm_260:not(#\9) {
  color: var(--color-text-input-placeholder-disabled-wg87og, #b4b4bb);
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_readonly_18eso_1mjnm_297:not(#\9):not(.awsui_button-trigger_18eso_1mjnm_161.awsui_disabled_18eso_1mjnm_276):not(.awsui_button-trigger_18eso_1mjnm_161.awsui_in-filtering-token_18eso_1mjnm_221) {
  background-color: var(--color-background-input-default-ifz5bb, #ffffff);
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
}
.awsui_button-trigger_18eso_1mjnm_161:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221):focus {
  outline: 2px dotted transparent;
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-focused-4z0pgn, #006ce0);
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-focused-4z0pgn, #006ce0);
  border-start-start-radius: var(--border-radius-input-7q0str, 8px);
  border-start-end-radius: var(--border-radius-input-7q0str, 8px);
  border-end-start-radius: var(--border-radius-input-7q0str, 8px);
  border-end-end-radius: var(--border-radius-input-7q0str, 8px);
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-uk47pl, #006ce0);
}
.awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221):invalid {
  box-shadow: none;
}
.awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221).awsui_invalid_18eso_1mjnm_319, .awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221).awsui_invalid_18eso_1mjnm_319:focus {
  color: var(--color-text-status-error-ksqavh, #db0000);
  border-color: var(--color-text-status-error-ksqavh, #db0000);
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
  border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
}
.awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221).awsui_invalid_18eso_1mjnm_319:focus, .awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221).awsui_invalid_18eso_1mjnm_319:focus:focus {
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
}
.awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221).awsui_warning_18eso_1mjnm_328, .awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221).awsui_warning_18eso_1mjnm_328:focus {
  color: var(--color-text-status-warning-6meo06, #855900);
  border-color: var(--color-text-status-warning-6meo06, #855900);
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
  border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
}
.awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221).awsui_warning_18eso_1mjnm_328:focus, .awsui_button-trigger_18eso_1mjnm_161:not(#\9):not(.awsui_in-filtering-token_18eso_1mjnm_221).awsui_warning_18eso_1mjnm_328:focus:focus {
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_custom-option_18eso_1mjnm_337:not(#\9) {
  padding-block: 0;
  padding-inline-start: 0;
  overflow: clip;
}
.awsui_button-trigger_18eso_1mjnm_161.awsui_inline-tokens_18eso_1mjnm_342:not(#\9) {
  padding-block: 0;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_dismiss-button_dm8gx_16m1t_145:not(#\9),
.awsui_token_dm8gx_16m1t_146:not(#\9) {
  /* used in test-utils */
}

.awsui_root_dm8gx_16m1t_150:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.awsui_root_dm8gx_16m1t_150.awsui_has-items_dm8gx_16m1t_181:not(#\9):not(.awsui_no-padding_dm8gx_16m1t_181) {
  padding-block-start: var(--space-xs-ymlm0b, 8px);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1i2wg_1mog6_161:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.awsui_dismiss-button_1i2wg_1mog6_193:not(#\9) {
  align-self: flex-start;
  margin-block-end: 0;
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
  border-block: var(--border-width-field-2xc78x, 1px) solid transparent;
  border-inline: var(--border-width-field-2xc78x, 1px) solid transparent;
  padding-block: 0;
  padding-inline: var(--space-xxs-hwfkai, 4px);
  color: var(--awsui-token-style-dismiss-color-default-6b9ypa, var(--color-text-button-inline-icon-default-sm4ql6, #006ce0));
  background-color: transparent;
  cursor: pointer;
  --awsui-style-focus-ring-box-shadow-6b9ypa: 0 0 0 var(--awsui-style-focus-ring-border-width-6b9ypa, 2px) var(--awsui-style-focus-ring-border-color-6b9ypa, var(--color-border-item-focused-uk47pl, #006ce0));
}
body[data-awsui-focus-visible=true] .awsui_dismiss-button_1i2wg_1mog6_193:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_dismiss-button_1i2wg_1mog6_193:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(0px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_dismiss-button_1i2wg_1mog6_193:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 0px);
  inset-block-start: calc(-1 * 0px);
  inline-size: calc(100% + 0px + 0px);
  block-size: calc(100% + 0px + 0px);
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-6b9ypa);
}
.awsui_dismiss-button_1i2wg_1mog6_193:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
.awsui_dismiss-button_1i2wg_1mog6_193:not(#\9):hover {
  color: var(--awsui-token-style-dismiss-color-hover-6b9ypa, var(--color-text-button-inline-icon-hover-rbyzfc, #002b66));
}
.awsui_dismiss-button-inline_1i2wg_1mog6_234:not(#\9) {
  padding-inline: 0;
  display: flex;
  align-items: center;
  align-self: center;
}

.awsui_icon_1i2wg_1mog6_241:not(#\9) {
  padding-inline-end: var(--space-xs-ymlm0b, 8px);
  align-self: flex-start;
  display: flex;
  flex-shrink: 0;
}
.awsui_icon-inline_1i2wg_1mog6_247:not(#\9) {
  padding-inline-end: var(--space-xxs-hwfkai, 4px);
  align-self: center;
}

.awsui_token-normal_1i2wg_1mog6_252:not(#\9) {
  block-size: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-xxs-hwfkai, 4px);
}

.awsui_token-inline_1i2wg_1mog6_259:not(#\9) {
  display: inline-flex;
  max-inline-size: 100%;
}
body[data-awsui-focus-visible=true] .awsui_token-inline_1i2wg_1mog6_259:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_token-inline_1i2wg_1mog6_259:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(0px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_token-inline_1i2wg_1mog6_259:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 0px);
  inset-block-start: calc(-1 * 0px);
  inline-size: calc(100% + 0px + 0px);
  block-size: calc(100% + 0px + 0px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
}

.awsui_token-option-inline_1i2wg_1mog6_285:not(#\9) {
  max-block-size: 20px;
}

.awsui_token-box_1i2wg_1mog6_289:not(#\9) {
  position: relative;
  block-size: 100%;
  border-block: var(--border-width-token-2ukdpu, 2px) solid var(--awsui-token-style-border-color-default-6b9ypa, var(--color-border-item-selected-wl5ttm, #006ce0));
  border-inline: var(--border-width-token-2ukdpu, 2px) solid var(--awsui-token-style-border-color-default-6b9ypa, var(--color-border-item-selected-wl5ttm, #006ce0));
  padding-block-start: var(--space-token-vertical-m3oh2a, 4px);
  padding-block-end: var(--space-token-vertical-m3oh2a, 4px);
  padding-inline-start: var(--space-field-horizontal-0aq2ch, 12px);
  padding-inline-end: var(--space-xxs-hwfkai, 4px);
  display: flex;
  align-items: flex-start;
  background: var(--awsui-token-style-background-default-6b9ypa, var(--color-background-item-selected-9gppru, #f0fbff));
  border-start-start-radius: var(--border-radius-token-ycnemh, 8px);
  border-start-end-radius: var(--border-radius-token-ycnemh, 8px);
  border-end-start-radius: var(--border-radius-token-ycnemh, 8px);
  border-end-end-radius: var(--border-radius-token-ycnemh, 8px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  box-sizing: border-box;
}
.awsui_token-box-without-dismiss_1i2wg_1mog6_308:not(#\9) {
  padding-inline-end: var(--space-field-horizontal-0aq2ch, 12px);
}

.awsui_token-box-inline_1i2wg_1mog6_312:not(#\9) {
  position: relative;
  block-size: 20px;
  max-block-size: 20px;
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--awsui-token-style-border-color-default-6b9ypa, var(--color-border-item-selected-wl5ttm, #006ce0));
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--awsui-token-style-border-color-default-6b9ypa, var(--color-border-item-selected-wl5ttm, #006ce0));
  padding-inline-start: var(--space-scaled-xxs-pfm1nx, 4px);
  padding-inline-end: var(--space-scaled-xxs-pfm1nx, 4px);
  display: flex;
  align-items: center;
  background: var(--awsui-token-style-background-default-6b9ypa, var(--color-background-item-selected-9gppru, #f0fbff));
  border-start-start-radius: var(--space-scaled-xxs-pfm1nx, 4px);
  border-start-end-radius: var(--space-scaled-xxs-pfm1nx, 4px);
  border-end-start-radius: var(--space-scaled-xxs-pfm1nx, 4px);
  border-end-end-radius: var(--space-scaled-xxs-pfm1nx, 4px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  box-sizing: border-box;
  max-inline-size: 100%;
}

.awsui_disable-padding_1i2wg_1mog6_332:not(#\9) {
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.awsui_token-box-readonly_1i2wg_1mog6_339:not(#\9),
.awsui_token-box-disabled_1i2wg_1mog6_340:not(#\9) {
  pointer-events: none;
}
.awsui_token-box-readonly_1i2wg_1mog6_339 > .awsui_dismiss-button_1i2wg_1mog6_193:not(#\9),
.awsui_token-box-disabled_1i2wg_1mog6_340 > .awsui_dismiss-button_1i2wg_1mog6_193:not(#\9) {
  cursor: initial;
}

.awsui_token-box-readonly_1i2wg_1mog6_339:not(#\9) {
  border-color: var(--awsui-token-style-border-color-read-only-6b9ypa, var(--color-border-input-disabled-zgnzvk, #ebebf0));
  background: var(--awsui-token-style-background-read-only-6b9ypa, var(--color-background-container-content-6u8rvp, #ffffff));
}
.awsui_token-box-readonly_1i2wg_1mog6_339 > .awsui_dismiss-button_1i2wg_1mog6_193:not(#\9) {
  color: var(--awsui-token-style-dismiss-color-read-only-6b9ypa, var(--color-text-button-inline-icon-disabled-82hho0, #b4b4bb));
}

.awsui_token-box-disabled_1i2wg_1mog6_340:not(#\9) {
  border-color: var(--awsui-token-style-border-color-disabled-6b9ypa, var(--color-border-control-disabled-uj7t08, #dedee3));
  background: var(--awsui-token-style-background-disabled-6b9ypa, var(--color-background-container-content-6u8rvp, #ffffff));
  color: var(--color-text-disabled-rox5hg, #b4b4bb);
}
.awsui_token-box-disabled_1i2wg_1mog6_340 > .awsui_dismiss-button_1i2wg_1mog6_193:not(#\9) {
  color: var(--awsui-token-style-dismiss-color-disabled-6b9ypa, var(--color-text-button-inline-icon-disabled-82hho0, #b4b4bb));
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1epxo_12cv0_5:not(#\9),
.awsui_dismiss-button_1epxo_12cv0_6:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_token_v05f6_c8hk2_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_r2vco_v2s6g_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
dl.awsui_css-grid_zqq3x_1t536_181:not(#\9) {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.awsui_css-grid_zqq3x_1t536_181:not(#\9) {
  display: grid;
  gap: var(--space-grid-gutter-whc3jp, 20px);
}
.awsui_css-grid_zqq3x_1t536_181.awsui_grid-no-gutters_zqq3x_1t536_192:not(#\9) {
  gap: 0;
}
.awsui_css-grid_zqq3x_1t536_181.awsui_grid-variant-text-grid_zqq3x_1t536_195 > .awsui_item_zqq3x_1t536_195:not(#\9) {
  padding-inline: var(--space-grid-gutter-whc3jp, 20px);
  position: relative;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_css-grid_zqq3x_1t536_181.awsui_grid-variant-text-grid_zqq3x_1t536_195 > .awsui_item_zqq3x_1t536_195:not(#\9)::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
  transform: translateX(calc(-0.5 * var(--space-grid-gutter-whc3jp, 20px)));
}
.awsui_css-grid_zqq3x_1t536_181.awsui_grid-variant-text-grid_zqq3x_1t536_195 > .awsui_item_zqq3x_1t536_195:not(#\9):dir(rtl)::before {
  transform: translateX(calc(0.5 * var(--space-grid-gutter-whc3jp, 20px)));
}
.awsui_css-grid_zqq3x_1t536_181.awsui_grid-variant-text-grid_zqq3x_1t536_195 > .awsui_item_zqq3x_1t536_195.awsui_first-column_zqq3x_1t536_212:not(#\9) {
  padding-inline-start: 0;
}
.awsui_css-grid_zqq3x_1t536_181.awsui_grid-variant-text-grid_zqq3x_1t536_195 > .awsui_item_zqq3x_1t536_195.awsui_first-column_zqq3x_1t536_212:not(#\9)::before {
  display: none;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
div.awsui_column-layout_vvxn7_kakvq_181:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  word-wrap: break-word;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213:not(#\9) {
  margin-block: calc(var(--space-grid-gutter-whc3jp, 20px) / -2);
  margin-inline: calc(var(--space-grid-gutter-whc3jp, 20px) / -2);
  /* stylelint-disable-next-line selector-max-universal */
  /* stylelint-disable-next-line selector-max-universal */
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-no-gutters_vvxn7_kakvq_219:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223:not(#\9) {
  margin-block: calc(-1 * var(--space-grid-gutter-whc3jp, 20px) / 2);
  margin-inline: calc(-1 * var(--space-grid-gutter-whc3jp, 20px));
  /* stylelint-disable-next-line selector-max-universal */
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223 > *:not(#\9) {
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223.awsui_grid-breakpoint-default_vvxn7_kakvq_231 > *:not(#\9):nth-child(1n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223.awsui_grid-columns-1_vvxn7_kakvq_234.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-child(1n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223.awsui_grid-columns-1_vvxn7_kakvq_234.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-child(1n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223.awsui_grid-columns-2_vvxn7_kakvq_240.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-child(2n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223.awsui_grid-columns-2_vvxn7_kakvq_240.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-child(2n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223.awsui_grid-columns-3_vvxn7_kakvq_246.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-child(2n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223.awsui_grid-columns-3_vvxn7_kakvq_246.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-child(3n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-child(2n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-variant-text-grid_vvxn7_kakvq_223.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-child(4n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213:not(#\9):not(.awsui_grid-no-gutters_vvxn7_kakvq_219) > * {
  padding-block: calc(var(--space-grid-gutter-whc3jp, 20px) / 2);
  padding-inline: calc(var(--space-grid-gutter-whc3jp, 20px) / 2);
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213:not(#\9):not(.awsui_grid-no-gutters_vvxn7_kakvq_219).awsui_grid-variant-text-grid_vvxn7_kakvq_223 > * {
  padding-block: 0;
  padding-inline: var(--space-grid-gutter-whc3jp, 20px);
  margin-block: calc(var(--space-grid-gutter-whc3jp, 20px) / 2);
  margin-inline: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268:not(#\9) {
  /* stylelint-disable-next-line selector-max-universal */
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268 > *:not(#\9) {
  border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268.awsui_grid-breakpoint-default_vvxn7_kakvq_231 > *:not(#\9):nth-child(1n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268.awsui_grid-columns-1_vvxn7_kakvq_234.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-child(1n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268.awsui_grid-columns-1_vvxn7_kakvq_234.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-child(1n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268.awsui_grid-columns-2_vvxn7_kakvq_240.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-child(2n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268.awsui_grid-columns-2_vvxn7_kakvq_240.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-child(2n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268.awsui_grid-columns-3_vvxn7_kakvq_246.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-child(2n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268.awsui_grid-columns-3_vvxn7_kakvq_246.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-child(3n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-child(2n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-vertical-borders_vvxn7_kakvq_268.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-child(4n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301:not(#\9) {
  /* stylelint-disable selector-max-universal */
  /* stylelint-enable selector-max-universal */
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301 > *:not(#\9) {
  border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301 > *:not(#\9):last-child {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-2_vvxn7_kakvq_240.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-last-child(2):nth-child(2n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-2_vvxn7_kakvq_240.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(2):nth-child(2n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-3_vvxn7_kakvq_246.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-last-child(2):nth-child(2n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-3_vvxn7_kakvq_246.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(2):nth-child(3n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-3_vvxn7_kakvq_246.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(2):nth-child(3n+2) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-3_vvxn7_kakvq_246.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(3):nth-child(3n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xxs_vvxn7_kakvq_234 > *:not(#\9):nth-last-child(2):nth-child(2n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(2):nth-child(4n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(2):nth-child(4n+2) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(2):nth-child(4n+3) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(3):nth-child(4n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(3):nth-child(4n+2) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_kakvq_181 > .awsui_grid_vvxn7_kakvq_213.awsui_grid-horizontal-borders_vvxn7_kakvq_301.awsui_grid-columns-4_vvxn7_kakvq_252.awsui_grid-breakpoint-xs_vvxn7_kakvq_237 > *:not(#\9):nth-last-child(4):nth-child(4n+1) {
  border-block-end-width: 0;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_key-value-pairs_1y9fy_17s5x_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.awsui_group-title_1y9fy_17s5x_177:not(#\9) {
  padding-block-end: var(--space-scaled-m-m892r9, 16px);
}

.awsui_group-list_1y9fy_17s5x_181:not(#\9) {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  display: flex;
  flex-direction: column;
  row-gap: var(--space-scaled-m-m892r9, 16px);
}

.awsui_group-list-item_1y9fy_17s5x_191:not(#\9) {
  /* used in test-utils */
}

.awsui_term_1y9fy_17s5x_195:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  font-weight: var(--font-display-label-weight-zavpeo, 700);
  color: var(--color-text-label-28gfmc, #0f141a);
  margin-block-end: var(--space-key-value-gap-9glmqc, 0px);
}

.awsui_key-label_1y9fy_17s5x_203:not(#\9) {
  display: inline-flex;
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
}
.awsui_key-label_1y9fy_17s5x_203:not(#\9):only-child {
  margin-block: 0;
  margin-inline: 0;
}

.awsui_detail_1y9fy_17s5x_212:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.awsui_info_1y9fy_17s5x_247:not(#\9) {
  display: inline-flex;
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_label_13tpe_9w8pd_5:not(#\9),
.awsui_native-input_13tpe_9w8pd_6:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_content_1wepg_fp1bh_145:not(#\9),
.awsui_description_1wepg_fp1bh_146:not(#\9),
.awsui_label_1wepg_fp1bh_147:not(#\9) {
  display: block;
}

.awsui_label_1wepg_fp1bh_147:not(#\9) {
  color: var(--color-text-form-default-47mtz6, #0f141a);
}

.awsui_outline_1wepg_fp1bh_155:not(#\9) {
  display: none;
}
.awsui_outline_1wepg_fp1bh_155.awsui_show-outline_1wepg_fp1bh_158:not(#\9) {
  display: block;
}

body[data-awsui-focus-visible=true] .awsui_native-input_1wepg_fp1bh_162:not(#\9):focus + .awsui_outline_1wepg_fp1bh_155 {
  display: block;
}

.awsui_wrapper_1wepg_fp1bh_166:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  display: flex;
}

.awsui_label-wrapper_1wepg_fp1bh_172:not(#\9) {
  position: relative;
  display: flex;
  cursor: default;
}

.awsui_content_1wepg_fp1bh_145:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
}

.awsui_empty-content_1wepg_fp1bh_183:not(#\9) {
  inline-size: 0px;
}

.awsui_description_1wepg_fp1bh_146:not(#\9) {
  color: var(--color-text-form-secondary-1nm780, #656871);
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
}
.awsui_description-bottom-padding_1wepg_fp1bh_193:not(#\9) {
  padding-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
}

.awsui_label_1wepg_fp1bh_147:not(#\9),
.awsui_description_1wepg_fp1bh_146:not(#\9) {
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
}
.awsui_label-disabled_1wepg_fp1bh_201:not(#\9),
.awsui_description-disabled_1wepg_fp1bh_202:not(#\9) {
  color: var(--color-text-control-disabled-upk9lz, #b4b4bb);
}

.awsui_control_1wepg_fp1bh_206:not(#\9) {
  position: relative;
  /* stylelint-disable selector-max-type */
  /* stylelint-enable selector-max-type */
}
.awsui_control_1wepg_fp1bh_206 > input:not(#\9), .awsui_control_1wepg_fp1bh_206 > svg:not(#\9), .awsui_control_1wepg_fp1bh_206 > .awsui_outline_1wepg_fp1bh_155:not(#\9) {
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.awsui_control_1wepg_fp1bh_206 > input:not(#\9) {
  opacity: 0;
  z-index: 1;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
  margin-block: 0;
  margin-inline: 0;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_k2y2q_5mu89_145.awsui_root_k2y2q_5mu89_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: flex;
}

.awsui_checkbox-control_k2y2q_5mu89_178:not(#\9) {
  margin-block-start: calc((var(--line-height-body-m-2mh3ke, 20px) - var(--size-control-adm93y, 16px)) / 2);
  min-block-size: var(--size-control-adm93y, 16px);
  min-inline-size: var(--size-control-adm93y, 16px);
  block-size: var(--size-control-adm93y, 16px);
  inline-size: var(--size-control-adm93y, 16px);
}

.awsui_outline_k2y2q_5mu89_186:not(#\9) {
  --awsui-style-focus-ring-box-shadow-6b9ypa: 0 0 0 var(--awsui-style-focus-ring-border-width-6b9ypa, 2px) var(--awsui-style-focus-ring-border-color-6b9ypa, var(--color-border-item-focused-uk47pl, #006ce0));
  position: relative;
}
.awsui_outline_k2y2q_5mu89_186:not(#\9) {
  outline: 2px dotted transparent;
  outline-offset: calc(2px - 1px);
}
.awsui_outline_k2y2q_5mu89_186:not(#\9)::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 2px);
  inset-block-start: calc(-1 * 2px);
  inline-size: calc(100% + 2px + 2px);
  block-size: calc(100% + 2px + 2px);
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-6b9ypa, var(--border-radius-control-default-focus-ring-1uabki, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-6b9ypa);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_calendar_1ykar_1xh4m_153:not(#\9) {
  animation: awsui_awsui-motion-fade-in-0_1ykar_1xh4m_1 var(--motion-duration-show-quick-tyvnyw, 135ms) var(--motion-easing-show-quick-9hlj8q, ease-out);
  animation-fill-mode: both;
}
@keyframes awsui_awsui-motion-fade-in-0_1ykar_1xh4m_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_calendar_1ykar_1xh4m_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_calendar_1ykar_1xh4m_153:not(#\9), .awsui-mode-entering .awsui_calendar_1ykar_1xh4m_153:not(#\9) {
  animation: none;
  transition: none;
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1ykar_1xh4m_180:not(#\9) {
  /* used in test-utils */
}

.awsui_calendar_1ykar_1xh4m_153:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: block;
  inline-size: var(--size-calendar-grid-width-hv3136, 238px);
  overflow: auto;
}
.awsui_calendar-inner_1ykar_1xh4m_218:not(#\9) {
  margin-block: var(--space-xs-ymlm0b, 8px);
  margin-inline: var(--space-xs-ymlm0b, 8px);
}
.awsui_calendar-header_1ykar_1xh4m_222:not(#\9) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.awsui_calendar-header-title_1ykar_1xh4m_227:not(#\9) {
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  font-weight: var(--font-weight-bold-fo1afg, 700);
  color: var(--color-text-dropdown-item-default-f1jr9u, #0f141a);
  margin-block: 0;
  margin-inline: 0;
}
.awsui_calendar-next-btn_1ykar_1xh4m_235:not(#\9) {
  /* used for identifying element */
}
.awsui_calendar-prev-btn_1ykar_1xh4m_238:not(#\9) {
  /* used for identifying element */
}
.awsui_calendar-grid_1ykar_1xh4m_241:not(#\9) {
  inline-size: 100%;
  table-layout: fixed;
}
.awsui_calendar-grid_1ykar_1xh4m_241:not(#\9):not(.awsui_calendar-grid-dense_1ykar_1xh4m_245) {
  border-spacing: var(--space-calendar-grid-gutter-zojo6r, 6px);
  padding-block: var(--space-xs-ymlm0b, 8px);
  padding-inline: var(--space-xs-ymlm0b, 8px);
}
.awsui_calendar-grid-dense_1ykar_1xh4m_245:not(#\9) {
  border-spacing: 0;
}
.awsui_calendar-grid-cell_1ykar_1xh4m_253:not(#\9) {
  word-break: break-word;
  text-align: center;
  font-weight: unset;
}
.awsui_calendar-date-header_1ykar_1xh4m_258:not(#\9) {
  padding-block-start: var(--space-s-tvghoh, 12px);
  padding-block-end: var(--space-xxs-hwfkai, 4px);
  padding-inline: 0;
  color: var(--color-text-calendar-month-ea0e93, #656871);
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
}
.awsui_calendar-date_1ykar_1xh4m_258:not(#\9) {
  border-block-end: 1px solid var(--color-border-calendar-grid-67r4w4, transparent);
  border-inline-end: 1px solid var(--color-border-calendar-grid-67r4w4, transparent);
  padding-block: var(--space-xxs-hwfkai, 4px);
  padding-inline: 0;
  color: var(--color-text-dropdown-item-disabled-8m65hf, #b4b4bb);
  position: relative;
}
.awsui_calendar-date_1ykar_1xh4m_258:not(#\9):first-child {
  border-inline-start: 1px solid var(--color-border-calendar-grid-67r4w4, transparent);
}
.awsui_calendar-date-enabled_1ykar_1xh4m_278:not(#\9) {
  cursor: pointer;
  color: var(--color-text-dropdown-item-secondary-v12lfh, #656871);
}
.awsui_calendar-date-enabled_1ykar_1xh4m_278:not(#\9)::after {
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
}
.awsui_calendar-date-enabled_1ykar_1xh4m_278.awsui_calendar-date-current-page_1ykar_1xh4m_288:not(#\9) {
  color: var(--color-text-dropdown-item-default-f1jr9u, #0f141a);
}
.awsui_calendar-date-enabled_1ykar_1xh4m_278.awsui_calendar-date-current-page_1ykar_1xh4m_288:not(#\9):hover {
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
  color: var(--color-text-calendar-date-hover-3fcriv, #0f141a);
  background-color: var(--color-background-dropdown-item-hover-yunepc, #f3f3f7);
}
.awsui_calendar-date-enabled_1ykar_1xh4m_278.awsui_calendar-date-current-page_1ykar_1xh4m_288:not(#\9):hover:not(.awsui_calendar-date-selected_1ykar_1xh4m_299)::after {
  border-block: var(--border-item-width-miijiw, 2px) solid var(--color-border-dropdown-item-hover-aqfuxq, #8c8c94);
  border-inline: var(--border-item-width-miijiw, 2px) solid var(--color-border-dropdown-item-hover-aqfuxq, #8c8c94);
}
.awsui_calendar-date-current_1ykar_1xh4m_288:not(#\9) {
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
  background-color: var(--color-background-calendar-current-date-sk0f6i, #f3f3f7);
  font-weight: var(--font-weight-bold-fo1afg, 700);
}
.awsui_calendar-date_1ykar_1xh4m_258:not(#\9)::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: transparent;
  inset-block-start: calc(-1 * var(--border-item-width-miijiw, 2px));
  inset-inline-start: calc(-1 * var(--border-item-width-miijiw, 2px));
  inset-inline-end: calc(-1 * var(--border-item-width-miijiw, 2px));
}
.awsui_calendar-date_1ykar_1xh4m_258:not(#\9):not(.awsui_calendar-date-dense_1ykar_1xh4m_320)::after {
  inset-block-end: calc(-1 * var(--border-item-width-miijiw, 2px));
  inset-inline-start: calc(-1 * var(--border-item-width-miijiw, 2px));
}
.awsui_calendar-date-dense_1ykar_1xh4m_320:not(#\9)::after {
  inset-block-end: -1px;
  inset-inline-start: -1px;
}
.awsui_calendar-date_1ykar_1xh4m_258 > .awsui_date-inner_1ykar_1xh4m_328:not(#\9) {
  position: relative;
  z-index: 1;
}
.awsui_calendar-date_1ykar_1xh4m_258:not(#\9):focus {
  outline: none;
}
body[data-awsui-focus-visible=true] .awsui_calendar-date_1ykar_1xh4m_258:not(#\9):focus:focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_calendar-date_1ykar_1xh4m_258:not(#\9):focus:focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_calendar-date_1ykar_1xh4m_258:not(#\9):focus:focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px));
  inset-block-start: calc(-1 * var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px));
  inline-size: calc(100% + var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px) + var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px));
  block-size: calc(100% + var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px) + var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px));
  border-start-start-radius: var(--border-radius-calendar-day-focus-ring-xvvbuc, 3px);
  border-start-end-radius: var(--border-radius-calendar-day-focus-ring-xvvbuc, 3px);
  border-end-start-radius: var(--border-radius-calendar-day-focus-ring-xvvbuc, 3px);
  border-end-end-radius: var(--border-radius-calendar-day-focus-ring-xvvbuc, 3px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_calendar-date_1ykar_1xh4m_258:not(#\9):focus:focus::before {
  z-index: 2;
}
.awsui_calendar-date-selected_1ykar_1xh4m_299:not(#\9) {
  border-color: transparent;
  position: relative;
  z-index: 2;
  font-weight: var(--font-weight-bold-fo1afg, 700);
}
body[data-awsui-focus-visible=true] .awsui_calendar-date-selected_1ykar_1xh4m_299:not(#\9):focus:focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_calendar-date-selected_1ykar_1xh4m_299:not(#\9):focus:focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_calendar-date-selected_1ykar_1xh4m_299:not(#\9):focus:focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px));
  inset-block-start: calc(-1 * var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px));
  inline-size: calc(100% + var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px) + var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px));
  block-size: calc(100% + var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px) + var(--space-calendar-grid-focus-outline-gutter-vvh43m, -5px));
  border-start-start-radius: var(--border-radius-calendar-day-focus-ring-xvvbuc, 3px);
  border-start-end-radius: var(--border-radius-calendar-day-focus-ring-xvvbuc, 3px);
  border-end-start-radius: var(--border-radius-calendar-day-focus-ring-xvvbuc, 3px);
  border-end-end-radius: var(--border-radius-calendar-day-focus-ring-xvvbuc, 3px);
  box-shadow: 0 0 0 2px var(--color-border-calendar-grid-selected-focus-ring-jk1fb0, #f9f9fa);
}
body[data-awsui-focus-visible=true] .awsui_calendar-date-selected_1ykar_1xh4m_299:not(#\9):focus:focus::before {
  z-index: 2;
}
.awsui_calendar-date-selected_1ykar_1xh4m_299:not(#\9)::after {
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
  background-color: var(--color-background-control-checked-ka7kc2, #006ce0);
  border-block: var(--border-item-width-miijiw, 2px) solid var(--color-background-control-checked-ka7kc2, #006ce0);
  border-inline: var(--border-item-width-miijiw, 2px) solid var(--color-background-control-checked-ka7kc2, #006ce0);
}
.awsui_calendar-date-selected_1ykar_1xh4m_299 > .awsui_date-inner_1ykar_1xh4m_328:not(#\9) {
  z-index: 2;
  color: var(--color-background-control-default-4jb21l, #ffffff);
  position: relative;
}
.awsui_calendar-row_1ykar_1xh4m_403:not(#\9):first-child > .awsui_calendar-date_1ykar_1xh4m_258 {
  border-block-start: 1px solid var(--color-border-calendar-grid-67r4w4, transparent);
}

.awsui_disabled-reason-tooltip_1ykar_1xh4m_407:not(#\9) {
  /* used in test-utils or tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_yodkx_im8v7_5:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_145pa_1pmlp_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.awsui_focus-lock_145pa_1pmlp_177:not(#\9) {
  display: contents;
}

.awsui_calendar_145pa_1pmlp_181:not(#\9) {
  overflow: auto;
}
.awsui_calendar_145pa_1pmlp_181:not(#\9):focus {
  outline: none;
}
body[data-awsui-focus-visible=true] .awsui_calendar_145pa_1pmlp_181:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: 2px;
  border-start-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  border-start-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  border-end-start-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  border-end-end-radius: var(--border-radius-dropdown-fgc2a1, 8px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
}

.awsui_date-picker-container_145pa_1pmlp_197:not(#\9) {
  position: relative;
  max-inline-size: 234px;
}

.awsui_date-picker-trigger_145pa_1pmlp_202:not(#\9) {
  display: flex;
}

.awsui_date-picker-input_145pa_1pmlp_206:not(#\9) {
  padding-inline-end: var(--space-xs-ymlm0b, 8px);
  inline-size: 100%;
}

.awsui_open-calendar-button_145pa_1pmlp_211:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_ptw8i_wv87u_181:not(#\9) {
  padding-block: var(--space-static-l-n53k41, 20px);
  padding-inline: var(--space-static-l-n53k41, 20px);
  border-start-start-radius: var(--border-radius-dropzone-eklq14, 12px);
  border-start-end-radius: var(--border-radius-dropzone-eklq14, 12px);
  border-end-start-radius: var(--border-radius-dropzone-eklq14, 12px);
  border-end-end-radius: var(--border-radius-dropzone-eklq14, 12px);
  color: var(--color-dropzone-text-default-djdnme, #424650);
  background-color: var(--color-dropzone-background-default-7efhmb, #ffffff);
  border-color: var(--color-dropzone-border-default-k648ha, #8c8c94);
  border-block: 1px dashed var(--color-dropzone-border-default-k648ha, #8c8c94);
  border-inline: 1px dashed var(--color-dropzone-border-default-k648ha, #8c8c94);
}
.awsui_root_ptw8i_wv87u_181.awsui_hovered_ptw8i_wv87u_194:not(#\9) {
  color: var(--color-dropzone-text-hover-asw3rt, #424650);
  background-color: var(--color-dropzone-background-hover-mi8rlm, #f0fbff);
  border-block: 1px dashed var(--color-dropzone-border-hover-otpag5, #002b66);
  border-inline: 1px dashed var(--color-dropzone-border-hover-otpag5, #002b66);
}

.awsui_content_ptw8i_wv87u_201:not(#\9) {
  display: flex;
  flex-direction: column;
  gap: var(--space-static-xxs-ns94dp, 4px);
  align-items: center;
  justify-content: center;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
@layer awsui-base-theme {
  body {
    --color-primary-50-1eutn3:#f0fbff;
    --color-primary-100-j02ykd:#d1f1ff;
    --color-primary-200-b7ev0t:#b8e7ff;
    --color-primary-300-lbt26q:#75cfff;
    --color-primary-400-tdeooy:#42b4ff;
    --color-primary-500-66353q:#0099ff;
    --color-primary-600-68oa7u:#006ce0;
    --color-primary-700-5lbazr:#004a9e;
    --color-primary-800-r5zau9:#003b8f;
    --color-primary-900-uhv01b:#002b66;
    --color-primary-950-b9qei6:#00204d;
    --color-primary-1000-qz6wq0:#001129;
    --color-neutral-50-5676vk:#fcfcfd;
    --color-neutral-100-xva5sx:#f9f9fa;
    --color-neutral-150-2fj74l:#f6f6f9;
    --color-neutral-200-j5ayhc:#f3f3f7;
    --color-neutral-250-77d0j6:#ebebf0;
    --color-neutral-300-ykaajl:#dedee3;
    --color-neutral-350-15dbz7:#c6c6cd;
    --color-neutral-400-nppdl9:#b4b4bb;
    --color-neutral-450-4w2uiz:#a4a4ad;
    --color-neutral-500-evzfy2:#8c8c94;
    --color-neutral-550-xry573:#72747e;
    --color-neutral-600-4k14bl:#656871;
    --color-neutral-650-re41um:#424650;
    --color-neutral-700-1ebo78:#333843;
    --color-neutral-750-zvilej:#232b37;
    --color-neutral-800-sggo8w:#1b232d;
    --color-neutral-850-z568w9:#161d26;
    --color-neutral-900-hav0uf:#131920;
    --color-neutral-950-fc7tg7:#0f141a;
    --color-neutral-1000-2wv0ov:#06080a;
    --color-error-50-694srb:#fff5f5;
    --color-error-100-tyywtv:#ffe0e0;
    --color-error-400-9k5dg2:#ff7a7a;
    --color-error-600-2nofe4:#db0000;
    --color-error-800-1wtgkg:#990000;
    --color-error-900-kika0y:#700000;
    --color-error-950-qiq7u6:#520000;
    --color-error-1000-oice6e:#1f0000;
    --color-success-50-pncm30:#effff1;
    --color-success-100-jirpsy:#d9ffd6;
    --color-success-400-8gss7k:#00e500;
    --color-success-500-zgiyh7:#2bb534;
    --color-success-600-it3b3f:#00802f;
    --color-success-800-pans3i:#005c26;
    --color-success-950-n91daq:#003311;
    --color-success-1000-zy1prf:#001401;
    --color-warning-50-tjk9zo:#fffef0;
    --color-warning-100-zxtqq4:#fffbbd;
    --color-warning-400-fv1ga2:#ffe347;
    --color-warning-500-0wuk8q:#fbd332;
    --color-warning-600-xrraa4:#f2b100;
    --color-warning-800-tcbc7b:#9e6900;
    --color-warning-900-c1p96e:#855900;
    --color-warning-950-ifq6mm:#573a00;
    --color-warning-1000-yqo7n7:#191100;
    --color-info-50-d2w61k:#f0fbff;
    --color-info-100-kz0nmy:#d1f1ff;
    --color-info-300-9fvy2x:#75cfff;
    --color-info-400-kky6sa:#42b4ff;
    --color-info-600-6pbmjo:#006ce0;
    --color-info-700-g1xtvp:#004a9e;
    --color-info-800-y6pd6e:#003b8f;
    --color-info-950-7fypw1:#00204d;
    --color-info-1000-lja40w:#001129;
    --color-purple-400-lcb2ta:#bf80ff;
    --color-purple-700-vw7a8p:#7300e5;
    --color-amber-400-fyrk1c:#ff9900;
    --color-amber-500-s3knp0:#fa6f00;
    --color-indigo-400-01yngj:#7598ff;
    --color-transparent-f66xjd:transparent;
    --color-black-sgyach:#000000;
    --color-white-qzbjhi:#ffffff;
    --color-charts-red-300-aqsylf:#ea7158;
    --color-charts-red-400-q57pdm:#dc5032;
    --color-charts-red-500-gfu6iu:#d13313;
    --color-charts-red-600-hvg6y6:#ba2e0f;
    --color-charts-red-700-yzpuws:#a82a0c;
    --color-charts-red-800-t1yrtw:#972709;
    --color-charts-red-900-jz9jz8:#892407;
    --color-charts-red-1000-c4p82m:#7d2105;
    --color-charts-red-1100-vgav8w:#721e03;
    --color-charts-red-1200-6ziovw:#671c00;
    --color-charts-orange-300-r9s01q:#e07941;
    --color-charts-orange-400-kf801a:#cc5f21;
    --color-charts-orange-500-qs46pm:#bc4d01;
    --color-charts-orange-600-vyxyln:#a84401;
    --color-charts-orange-700-0gaq98:#983c02;
    --color-charts-orange-800-757qd9:#8a3603;
    --color-charts-orange-900-4a64yd:#7e3103;
    --color-charts-orange-1000-5re0y5:#732c02;
    --color-charts-orange-1100-sgmsys:#692801;
    --color-charts-orange-1200-iikv4p:#602400;
    --color-charts-yellow-300-p9ngfx:#b2911c;
    --color-charts-yellow-400-3h9lwy:#9c7b0b;
    --color-charts-yellow-500-dk0roe:#8a6b05;
    --color-charts-yellow-600-f5hor7:#7b5f04;
    --color-charts-yellow-700-h3jh40:#6f5504;
    --color-charts-yellow-800-7x6k9t:#654d03;
    --color-charts-yellow-900-h25lmh:#5d4503;
    --color-charts-yellow-1000-2gaqk1:#553f03;
    --color-charts-yellow-1100-4txkqy:#4d3901;
    --color-charts-yellow-1200-b1ffk0:#483300;
    --color-charts-green-300-o09z0j:#67a353;
    --color-charts-green-400-1qedg3:#41902c;
    --color-charts-green-500-tmih0g:#1f8104;
    --color-charts-green-600-lcujml:#1a7302;
    --color-charts-green-700-yga22c:#176702;
    --color-charts-green-800-64uw0e:#145d02;
    --color-charts-green-900-5ybwyn:#125502;
    --color-charts-green-1000-ns1bvo:#104d01;
    --color-charts-green-1100-yb77k8:#0f4601;
    --color-charts-green-1200-o3xtmg:#0d4000;
    --color-charts-teal-300-2fkzp1:#2ea597;
    --color-charts-teal-400-bo90gh:#1c8e81;
    --color-charts-teal-500-95zc1e:#0d7d70;
    --color-charts-teal-600-h9kk1s:#096f64;
    --color-charts-teal-700-092xc2:#06645a;
    --color-charts-teal-800-q99m83:#045b52;
    --color-charts-teal-900-74axw5:#03524a;
    --color-charts-teal-1000-yvg16m:#014b44;
    --color-charts-teal-1100-9tax4r:#01443e;
    --color-charts-teal-1200-6w05r8:#003e38;
    --color-charts-blue-1-300-v37rsi:#529ccb;
    --color-charts-blue-1-400-dvoh1k:#3184c2;
    --color-charts-blue-1-500-ba9wfi:#0273bb;
    --color-charts-blue-1-600-kqn1uz:#0166ab;
    --color-charts-blue-1-700-tgrwqc:#015b9d;
    --color-charts-blue-1-800-tceii8:#015292;
    --color-charts-blue-1-900-ah3snu:#014a87;
    --color-charts-blue-1-1000-847ty1:#01437d;
    --color-charts-blue-1-1100-b5s5nk:#003c75;
    --color-charts-blue-1-1200-yhrw3t:#00366d;
    --color-charts-blue-2-300-o3wen1:#688ae8;
    --color-charts-blue-2-400-vncmqi:#5978e3;
    --color-charts-blue-2-500-y21o9n:#4066df;
    --color-charts-blue-2-600-r0nqbv:#3759ce;
    --color-charts-blue-2-700-w01jqc:#314fbf;
    --color-charts-blue-2-800-s0x93w:#2c46b1;
    --color-charts-blue-2-900-f6w9ze:#273ea5;
    --color-charts-blue-2-1000-3toq31:#23379b;
    --color-charts-blue-2-1100-3s7hq3:#1f3191;
    --color-charts-blue-2-1200-yoa4jh:#1b2b88;
    --color-charts-purple-300-mrr7uf:#a783e1;
    --color-charts-purple-400-y14wkz:#9469d6;
    --color-charts-purple-500-idlmad:#8456ce;
    --color-charts-purple-600-blirni:#7749bf;
    --color-charts-purple-700-kturs9:#6b40b2;
    --color-charts-purple-800-bg5tkr:#6237a7;
    --color-charts-purple-900-o5vbjx:#59309d;
    --color-charts-purple-1000-xvcqn5:#512994;
    --color-charts-purple-1100-j5xo1i:#4a238b;
    --color-charts-purple-1200-yfkimi:#431d84;
    --color-charts-pink-300-hovvsb:#da7596;
    --color-charts-pink-400-r88rhm:#ce567c;
    --color-charts-pink-500-3ecc0x:#c33d69;
    --color-charts-pink-600-7veasv:#b1325c;
    --color-charts-pink-700-ite4o7:#a32952;
    --color-charts-pink-800-b6zs21:#962249;
    --color-charts-pink-900-19kyvq:#8b1b42;
    --color-charts-pink-1000-q8fhov:#81143b;
    --color-charts-pink-1100-0ytmol:#780d35;
    --color-charts-pink-1200-8zkeoo:#6f062f;
    --color-charts-status-critical-oxoz35:var(--color-charts-red-1000-c4p82m);
    --color-charts-status-high-0j2122:var(--color-charts-red-600-hvg6y6);
    --color-charts-status-medium-yn73f1:var(--color-charts-orange-400-kf801a);
    --color-charts-status-low-g68nht:var(--color-charts-yellow-300-p9ngfx);
    --color-charts-status-positive-yg3n05:var(--color-charts-green-300-o09z0j);
    --color-charts-status-info-7gyt79:var(--color-charts-blue-1-400-dvoh1k);
    --color-charts-status-neutral-1z6g0y:var(--color-neutral-500-evzfy2);
    --color-charts-threshold-negative-8risim:var(--color-error-600-2nofe4);
    --color-charts-threshold-positive-cg9clo:var(--color-success-600-it3b3f);
    --color-charts-threshold-info-pmphn2:var(--color-info-600-6pbmjo);
    --color-charts-threshold-neutral-vtkway:var(--color-neutral-600-4k14bl);
    --color-charts-line-grid-hbelbh:var(--color-neutral-300-ykaajl);
    --color-charts-line-tick-9ed3y9:var(--color-neutral-300-ykaajl);
    --color-charts-line-axis-8wxc29:var(--color-neutral-300-ykaajl);
    --color-charts-palette-categorical-1-jizffz:var(--color-charts-blue-2-300-o3wen1);
    --color-charts-palette-categorical-2-6oa1n8:var(--color-charts-pink-500-3ecc0x);
    --color-charts-palette-categorical-3-fqhk5l:var(--color-charts-teal-300-2fkzp1);
    --color-charts-palette-categorical-4-3f7wbm:var(--color-charts-purple-500-idlmad);
    --color-charts-palette-categorical-5-6m329t:var(--color-charts-orange-300-r9s01q);
    --color-charts-palette-categorical-6-ifvjou:var(--color-charts-blue-2-600-r0nqbv);
    --color-charts-palette-categorical-7-mylr39:var(--color-charts-pink-800-b6zs21);
    --color-charts-palette-categorical-8-wll7xk:var(--color-charts-teal-600-h9kk1s);
    --color-charts-palette-categorical-9-03g03d:var(--color-charts-purple-800-bg5tkr);
    --color-charts-palette-categorical-10-bc3b4x:var(--color-charts-orange-600-vyxyln);
    --color-charts-palette-categorical-11-6ua2fu:var(--color-charts-blue-2-900-f6w9ze);
    --color-charts-palette-categorical-12-tk6ffo:var(--color-charts-pink-1100-0ytmol);
    --color-charts-palette-categorical-13-2h49x9:var(--color-charts-teal-900-74axw5);
    --color-charts-palette-categorical-14-dvlqog:var(--color-charts-purple-1100-j5xo1i);
    --color-charts-palette-categorical-15-2sqm3j:var(--color-charts-orange-900-4a64yd);
    --color-charts-palette-categorical-16-edf2hm:var(--color-charts-blue-2-1200-yoa4jh);
    --color-charts-palette-categorical-17-95jz3a:var(--color-charts-pink-400-r88rhm);
    --color-charts-palette-categorical-18-662w0e:var(--color-charts-teal-1200-6w05r8);
    --color-charts-palette-categorical-19-y2n2u5:var(--color-charts-purple-400-y14wkz);
    --color-charts-palette-categorical-20-v67kcl:var(--color-charts-orange-1200-iikv4p);
    --color-charts-palette-categorical-21-69896l:var(--color-charts-blue-2-500-y21o9n);
    --color-charts-palette-categorical-22-10rqqe:var(--color-charts-pink-700-ite4o7);
    --color-charts-palette-categorical-23-99s1qv:var(--color-charts-teal-500-95zc1e);
    --color-charts-palette-categorical-24-m0zar2:var(--color-charts-purple-700-kturs9);
    --color-charts-palette-categorical-25-ds6n5j:var(--color-charts-orange-500-qs46pm);
    --color-charts-palette-categorical-26-icel4n:var(--color-charts-blue-2-800-s0x93w);
    --color-charts-palette-categorical-27-opyuh8:var(--color-charts-pink-1000-q8fhov);
    --color-charts-palette-categorical-28-gm7vq2:var(--color-charts-teal-800-q99m83);
    --color-charts-palette-categorical-29-12gg7m:var(--color-charts-purple-1000-xvcqn5);
    --color-charts-palette-categorical-30-6wg036:var(--color-charts-orange-800-757qd9);
    --color-charts-palette-categorical-31-inc4y6:var(--color-charts-blue-2-1100-3s7hq3);
    --color-charts-palette-categorical-32-ohuetr:var(--color-charts-pink-300-hovvsb);
    --color-charts-palette-categorical-33-2snnmm:var(--color-charts-teal-1100-9tax4r);
    --color-charts-palette-categorical-34-oqvx35:var(--color-charts-purple-300-mrr7uf);
    --color-charts-palette-categorical-35-44ad7s:var(--color-charts-orange-1100-sgmsys);
    --color-charts-palette-categorical-36-yjgbcp:var(--color-charts-blue-2-400-vncmqi);
    --color-charts-palette-categorical-37-0o5qzf:var(--color-charts-pink-600-7veasv);
    --color-charts-palette-categorical-38-deet8d:var(--color-charts-teal-400-bo90gh);
    --color-charts-palette-categorical-39-wbi6pu:var(--color-charts-purple-600-blirni);
    --color-charts-palette-categorical-40-mb33vf:var(--color-charts-orange-400-kf801a);
    --color-charts-palette-categorical-41-7dco6t:var(--color-charts-blue-2-700-w01jqc);
    --color-charts-palette-categorical-42-4m5kbi:var(--color-charts-pink-900-19kyvq);
    --color-charts-palette-categorical-43-25sle6:var(--color-charts-teal-700-092xc2);
    --color-charts-palette-categorical-44-e043iu:var(--color-charts-purple-900-o5vbjx);
    --color-charts-palette-categorical-45-jjk0vb:var(--color-charts-orange-700-0gaq98);
    --color-charts-palette-categorical-46-nn0g7o:var(--color-charts-blue-2-1000-3toq31);
    --color-charts-palette-categorical-47-s2630l:var(--color-charts-pink-1200-8zkeoo);
    --color-charts-palette-categorical-48-fq86yc:var(--color-charts-teal-1000-yvg16m);
    --color-charts-palette-categorical-49-rtvy86:var(--color-charts-purple-1200-yfkimi);
    --color-charts-palette-categorical-50-rguxu0:var(--color-charts-orange-1000-5re0y5);
    --color-charts-error-bar-marker-0mzv60:var(--color-neutral-900-hav0uf);
    --color-severity-dark-red-o01945:#870303;
    --color-severity-red-cg1dj1:#ce3311;
    --color-severity-orange-xkyi6p:#f89256;
    --color-severity-yellow-d9jhq4:#f2cd54;
    --color-severity-grey-ft2k5t:var(--color-neutral-600-4k14bl);
    --color-background-notification-severity-critical-t8s4ot:var(--color-severity-dark-red-o01945);
    --color-background-notification-severity-high-fji90d:var(--color-severity-red-cg1dj1);
    --color-background-notification-severity-medium-odek1b:var(--color-severity-orange-xkyi6p);
    --color-background-notification-severity-low-9fqkm8:var(--color-severity-yellow-d9jhq4);
    --color-background-notification-severity-neutral-6af8kq:var(--color-severity-grey-ft2k5t);
    --color-text-notification-severity-critical-yqyzmn:var(--color-neutral-100-xva5sx);
    --color-text-notification-severity-high-uwo1m6:var(--color-neutral-100-xva5sx);
    --color-text-notification-severity-medium-ri33q2:var(--color-neutral-950-fc7tg7);
    --color-text-notification-severity-low-lw60nb:var(--color-neutral-950-fc7tg7);
    --color-text-notification-severity-neutral-mh8a4h:var(--color-neutral-100-xva5sx);
    --color-border-badge-severity-critical-521y1i:transparent;
    --color-border-badge-severity-high-cst270:transparent;
    --color-border-badge-severity-medium-8jgfi1:transparent;
    --color-border-badge-severity-low-kmiv9k:transparent;
    --color-border-badge-severity-neutral-geznnb:transparent;
    --color-text-badge-severity-critical-7tzpbo:var(--color-text-notification-severity-critical-yqyzmn);
    --color-text-badge-severity-high-weypto:var(--color-text-notification-severity-high-uwo1m6);
    --color-text-badge-severity-medium-9dnygx:var(--color-text-notification-severity-medium-ri33q2);
    --color-text-badge-severity-low-p6xf14:var(--color-text-notification-severity-low-lw60nb);
    --color-text-badge-severity-neutral-7e0yqn:var(--color-text-notification-severity-neutral-mh8a4h);
    --color-grey-opaque-10-w2wjwq:rgba(0, 0, 0, 0.1);
    --color-grey-opaque-25-xck8i0:rgba(255, 255, 255, 0.25);
    --color-grey-opaque-70-a5525t:rgba(35, 43, 55, 0.7);
    --color-grey-transparent-v1s2dv:rgba(15, 20, 26, 0.12);
    --color-grey-transparent-heavy-m269mj:rgba(15, 20, 26, 0.12);
    --color-background-badge-icon-oq79ey:var(--color-error-600-2nofe4);
    --color-background-button-link-active-z8lsf6:var(--color-primary-100-j02ykd);
    --color-background-button-link-default-mtavhu:transparent;
    --color-background-button-link-disabled-1uffgi:transparent;
    --color-background-button-link-hover-oiwez2:var(--color-primary-50-1eutn3);
    --color-background-button-normal-active-dcfd8d:var(--color-primary-100-j02ykd);
    --color-background-button-normal-default-tdts51:var(--color-white-qzbjhi);
    --color-background-button-normal-disabled-aysl1o:var(--color-white-qzbjhi);
    --color-background-button-normal-hover-thgioo:var(--color-primary-50-1eutn3);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-primary-100-j02ykd);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-button-primary-active-gdpmk3:var(--color-amber-500-s3knp0);
    --color-background-button-primary-default-jkrurf:var(--color-amber-400-fyrk1c);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-250-77d0j6);
    --color-background-button-primary-hover-ilieew:var(--color-amber-500-s3knp0);
    --color-background-direction-button-active-08yy0o:var(--color-neutral-750-zvilej);
    --color-background-direction-button-default-53o1k7:var(--color-neutral-650-re41um);
    --color-background-direction-button-disabled-myv5jw:var(--color-neutral-250-77d0j6);
    --color-background-direction-button-hover-t84c5h:var(--color-neutral-700-1ebo78);
    --color-text-direction-button-default-g2gjdl:var(--color-white-qzbjhi);
    --color-text-direction-button-disabled-xlsw9a:var(--color-text-interactive-disabled-scv2ec);
    --color-background-calendar-current-date-xb1nan:var(--color-neutral-200-j5ayhc);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-150-2fj74l);
    --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-600-4k14bl);
    --color-background-code-editor-gutter-active-line-error-1pe3y8:var(--color-text-status-error-ug8fw3);
    --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-200-j5ayhc);
    --color-background-code-editor-loading-9laqg7:var(--color-neutral-100-xva5sx);
    --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-250-77d0j6);
    --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-200-j5ayhc);
    --color-background-card-cc759h:var(--color-background-container-content-ypckbh);
    --color-background-item-card-eyywx4:var(--color-background-card-cc759h);
    --color-background-container-content-ypckbh:var(--color-white-qzbjhi);
    --color-background-container-header-knegap:var(--color-white-qzbjhi);
    --color-background-control-checked-4hlzpf:var(--color-primary-600-68oa7u);
    --color-background-control-default-nrh5lr:var(--color-white-qzbjhi);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-300-ykaajl);
    --color-background-dropdown-item-default-2s0vpk:var(--color-white-qzbjhi);
    --color-background-dropdown-item-dimmed-hvey00:transparent;
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-primary-50-1eutn3);
    --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-200-j5ayhc);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-home-header-fmarqy:var(--color-neutral-950-fc7tg7);
    --color-background-inline-code-dtzhl7:rgba(0, 0, 0, 0.1);
    --color-background-input-default-wvdzir:var(--color-white-qzbjhi);
    --color-background-input-disabled-veifwn:var(--color-neutral-250-77d0j6);
    --color-background-item-selected-r2zdk6:var(--color-primary-50-1eutn3);
    --color-background-side-navigation-item-active-t4v92j:transparent;
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-background-control-checked-4hlzpf);
    --color-background-layout-main-h1l2yn:var(--color-white-qzbjhi);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-mobile-panel-5ksurw:var(--color-neutral-950-fc7tg7);
    --color-background-layout-panel-jyobg5:var(--color-background-container-content-ypckbh);
    --color-background-layout-panel-content-hesbff:var(--color-background-container-content-ypckbh);
    --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-250-77d0j6);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-layout-toggle-active-gsvdw1:var(--color-neutral-650-re41um);
    --color-background-layout-toggle-default-qwai9n:var(--color-neutral-650-re41um);
    --color-background-layout-toggle-hover-wglk07:var(--color-neutral-600-4k14bl);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-600-68oa7u);
    --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-600-68oa7u);
    --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-700-5lbazr);
    --color-background-modal-overlay-3wa0s8:var(--color-background-backdrop-iq1tj8);
    --color-background-notification-blue-34n9ob:var(--color-info-600-6pbmjo);
    --color-background-notification-green-5dc4sk:var(--color-success-600-it3b3f);
    --color-background-notification-grey-ck9rk6:var(--color-neutral-650-re41um);
    --color-background-notification-red-dg5n3d:var(--color-error-600-2nofe4);
    --color-background-notification-yellow-7ciw4l:var(--color-warning-400-fv1ga2);
    --color-background-flashbar-success-ypiybg:var(--color-background-notification-green-5dc4sk);
    --color-background-flashbar-error-ef4lxm:var(--color-background-notification-red-dg5n3d);
    --color-background-flashbar-info-fp7x92:var(--color-background-notification-blue-34n9ob);
    --color-background-flashbar-warning-bmz44s:var(--color-background-notification-yellow-7ciw4l);
    --color-background-notification-stack-bar-smck50:var(--color-neutral-750-zvilej);
    --color-background-notification-stack-bar-active-j5qj0j:var(--color-neutral-750-zvilej);
    --color-background-notification-stack-bar-hover-uighv4:var(--color-neutral-650-re41um);
    --color-background-popover-87jo9j:var(--color-white-qzbjhi);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-600-68oa7u);
    --color-background-progress-bar-default-toal3z:var(--color-neutral-250-77d0j6);
    --color-background-segment-active-4o5dpt:var(--color-primary-600-68oa7u);
    --color-background-segment-default-v6zlxl:var(--color-background-button-normal-default-tdts51);
    --color-background-segment-disabled-m960vh:var(--color-background-button-normal-disabled-aysl1o);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-wrapper-n3khl2:var(--color-background-container-content-ypckbh);
    --color-background-slider-range-default-3rgq14:var(--color-background-slider-handle-default-18tq1j);
    --color-background-slider-range-active-t2qsmr:var(--color-background-slider-handle-active-05aiwh);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-600-68oa7u);
    --color-background-slider-handle-active-05aiwh:var(--color-primary-700-5lbazr);
    --color-background-slider-track-default-rzyeyw:var(--color-neutral-500-evzfy2);
    --color-background-slider-handle-ring-r6tmze:var(--color-white-qzbjhi);
    --color-background-slider-handle-error-default-ynmog8:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-error-active-erc5s1:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-error-default-t0x6jp:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-active-nt20qg:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-background-status-error-c0g0k2:var(--color-error-50-694srb);
    --color-background-status-info-u6zadq:var(--color-info-50-d2w61k);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-background-status-success-2j1li5:var(--color-success-50-pncm30);
    --color-background-status-warning-g7try8:var(--color-warning-50-tjk9zo);
    --color-background-table-header-vtzvuu:var(--color-background-container-header-knegap);
    --color-background-tiles-disabled-n277me:var(--color-neutral-250-77d0j6);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-200-b7ev0t);
    --color-background-toggle-default-lkwdp5:var(--color-neutral-650-re41um);
    --color-background-avatar-gen-ai-y1imz1:radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%);
    --color-background-avatar-default-9s2gwt:var(--color-neutral-650-re41um);
    --color-text-avatar-1pmy7a:var(--color-white-qzbjhi);
    --color-background-loading-bar-gen-ai-i1f18o:linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%);
    --color-background-status-indicator-error-8n1ecb:transparent;
    --color-background-status-indicator-warning-6eur8z:transparent;
    --color-background-status-indicator-success-aekiu7:transparent;
    --color-background-status-indicator-info-ztt1rn:transparent;
    --color-background-status-indicator-neutral-75w2rk:transparent;
    --color-background-chat-bubble-outgoing-dc0z4h:transparent;
    --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-150-2fj74l);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-button-link-disabled-az5to8:var(--color-background-button-link-disabled-1uffgi);
    --color-border-button-normal-active-8mmtll:var(--color-primary-900-uhv01b);
    --color-border-button-normal-default-6tkrkx:var(--color-primary-600-68oa7u);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-600-68oa7u);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-400-nppdl9);
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-500-evzfy2);
    --color-border-button-normal-hover-3w34pt:var(--color-primary-900-uhv01b);
    --color-text-button-icon-disabled-a9zkpx:var(--color-neutral-500-evzfy2);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-500-evzfy2);
    --color-item-selected-uqe532:var(--color-primary-600-68oa7u);
    --color-text-side-navigation-item-active-a1zr85:var(--color-text-accent-3g6liz);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-text-inverted-fubpp0);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-secondary-fp6d0c);
    --color-border-calendar-grid-xyh10u:transparent;
    --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-100-xva5sx);
    --color-border-cell-shaded-1nts0o:var(--color-neutral-300-ykaajl);
    --color-border-code-editor-ace-active-line-light-theme-5uhkcb:var(--color-neutral-300-ykaajl);
    --color-border-code-editor-ace-active-line-dark-theme-coom6h:var(--color-neutral-600-4k14bl);
    --color-border-code-editor-default-ahpzlg:var(--color-neutral-300-ykaajl);
    --color-border-code-editor-pane-item-hover-mtly8t:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-container-divider-25jui3:transparent;
    --color-border-container-top-2no83z:transparent;
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-default-eyzhft:var(--color-neutral-500-evzfy2);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-active-xtsw2t:var(--color-neutral-950-fc7tg7);
    --color-border-divider-default-p3i4pf:var(--color-neutral-350-15dbz7);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-250-77d0j6);
    --color-border-divider-table-group-rhzuu5:var(--color-neutral-500-evzfy2);
    --color-border-dropdown-container-21kqyh:var(--color-neutral-400-nppdl9);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-500-evzfy2);
    --color-border-dropdown-item-dimmed-hover-unzk39:var(--color-neutral-500-evzfy2);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-dropdown-item-top-g1eior:transparent;
    --color-border-editable-cell-hover-ctz4wx:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-input-default-nyn06a:var(--color-neutral-500-evzfy2);
    --color-border-input-disabled-whoc96:var(--color-background-input-disabled-veifwn);
    --color-border-input-focused-sw2top:var(--color-primary-600-68oa7u);
    --color-border-item-focused-kb13a4:var(--color-primary-600-68oa7u);
    --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-650-re41um);
    --color-border-item-placeholder-3hx3cu:var(--color-border-item-selected-ef1gd2);
    --color-border-item-selected-ef1gd2:var(--color-item-selected-uqe532);
    --color-border-layout-03xg8b:var(--color-neutral-350-15dbz7);
    --color-border-notification-stack-bar-c21sgb:var(--color-neutral-750-zvilej);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-border-popover-7xwcy6:var(--color-border-dropdown-container-21kqyh);
    --color-border-segment-active-xtf3uq:var(--color-border-segment-default-06g83b);
    --color-border-segment-default-06g83b:var(--color-neutral-650-re41um);
    --color-border-segment-disabled-q7t6yj:var(--color-border-segment-default-06g83b);
    --color-border-segment-hover-1sgbua:var(--color-border-segment-default-06g83b);
    --color-border-segment-wrapper-lhltjg:var(--color-border-input-default-nyn06a);
    --color-border-status-error-kbymrh:var(--color-error-600-2nofe4);
    --color-border-status-info-0ebxt2:var(--color-info-600-6pbmjo);
    --color-border-status-success-8js4zx:var(--color-success-600-it3b3f);
    --color-border-status-warning-eeisrz:var(--color-warning-900-c1p96e);
    --color-border-dialog-temfam:var(--color-border-status-info-0ebxt2);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-500-evzfy2);
    --color-border-tabs-divider-b9mz5n:var(--color-neutral-350-15dbz7);
    --color-border-tabs-shadow-6059kz:var(--color-grey-transparent-v1s2dv);
    --color-border-tabs-underline-byrvqy:var(--color-text-accent-3g6liz);
    --color-border-tiles-disabled-eklghz:var(--color-background-tiles-disabled-n277me);
    --color-border-tutorial-j5g0bl:var(--color-neutral-300-ykaajl);
    --color-foreground-control-default-lplros:var(--color-white-qzbjhi);
    --color-foreground-control-disabled-tfwvqg:var(--color-white-qzbjhi);
    --color-foreground-control-read-only-gb48bp:var(--color-neutral-600-4k14bl);
    --color-shadow-default-7dn9sg:var(--color-grey-transparent-heavy-m269mj);
    --color-shadow-toggle-handle-vzeu1h:rgba(0, 0, 0, 0.25);
    --color-stroke-chart-line-kak8k3:var(--color-neutral-500-evzfy2);
    --color-text-accent-3g6liz:var(--color-primary-600-68oa7u);
    --color-text-body-default-10lhjk:var(--color-neutral-950-fc7tg7);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-650-re41um);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-600-4k14bl);
    --color-text-breadcrumb-icon-erjppe:var(--color-neutral-500-evzfy2);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-disabled-kypb2l:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-button-normal-active-t3pwtp:var(--color-primary-900-uhv01b);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-900-uhv01b);
    --color-text-button-normal-default-b02h0t:var(--color-primary-600-68oa7u);
    --color-text-button-normal-hover-8fyho6:var(--color-primary-900-uhv01b);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-active-uvxpal:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-default-dibdfb:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-link-disabled-1aixcv:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-link-hover-1ciblf:var(--color-text-button-normal-hover-8fyho6);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    --color-text-calendar-date-hover-jsvbjx:var(--color-text-dropdown-item-default-gv6npt);
    --color-text-calendar-date-selected-k3d549:var(--color-background-control-default-nrh5lr);
    --color-text-calendar-month-841oke:var(--color-neutral-600-4k14bl);
    --color-text-code-editor-gutter-active-line-oq3gve:var(--color-white-qzbjhi);
    --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-950-fc7tg7);
    --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-500-evzfy2);
    --color-text-code-editor-tab-button-error-42udfu:var(--color-white-qzbjhi);
    --color-text-column-header-inrv8c:var(--color-neutral-650-re41um);
    --color-text-column-sorting-icon-e19lu7:var(--color-text-column-header-inrv8c);
    --color-text-control-disabled-roypt4:var(--color-text-interactive-disabled-scv2ec);
    --color-text-counter-o7pka1:var(--color-neutral-600-4k14bl);
    --color-text-disabled-dnv95s:var(--color-neutral-400-nppdl9);
    --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-650-re41um);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-group-label-e63684:var(--color-text-group-label-kwqard);
    --color-text-dropdown-item-default-gv6npt:var(--color-neutral-950-fc7tg7);
    --color-text-dropdown-item-dimmed-sj2wj0:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-disabled-vot6e7:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-600-68oa7u);
    --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-950-fc7tg7);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-600-4k14bl);
    --color-text-empty-e8oi8k:var(--color-neutral-600-4k14bl);
    --color-text-expandable-section-default-cu31n3:var(--color-neutral-950-fc7tg7);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-accent-3g6liz);
    --color-text-expandable-section-navigation-icon-default-i2fzn2:var(--color-text-interactive-default-kkm8t6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-form-default-02iaa3:var(--color-neutral-950-fc7tg7);
    --color-text-form-label-tdlyd9:var(--color-text-form-default-02iaa3);
    --color-text-form-secondary-s4scs1:var(--color-neutral-600-4k14bl);
    --color-text-group-label-kwqard:var(--color-neutral-650-re41um);
    --color-text-label-gen-ai-6ihd6j:var(--color-purple-700-vw7a8p);
    --color-text-heading-default-9iv5lb:var(--color-neutral-950-fc7tg7);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-650-re41um);
    --color-text-home-header-default-0gkehu:var(--color-neutral-250-77d0j6);
    --color-text-home-header-secondary-l3cu77:var(--color-neutral-350-15dbz7);
    --color-text-icon-subtle-0e8ipq:var(--color-neutral-600-4k14bl);
    --color-text-input-disabled-ukj9cu:var(--color-neutral-400-nppdl9);
    --color-text-input-placeholder-hz0ut2:var(--color-neutral-600-4k14bl);
    --color-text-input-placeholder-disabled-yljq1a:var(--color-text-input-disabled-ukj9cu);
    --color-text-interactive-active-mb8zit:var(--color-neutral-950-fc7tg7);
    --color-text-interactive-default-kkm8t6:var(--color-neutral-650-re41um);
    --color-text-interactive-disabled-scv2ec:var(--color-neutral-400-nppdl9);
    --color-text-interactive-hover-pij1mj:var(--color-neutral-950-fc7tg7);
    --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-950-fc7tg7);
    --color-text-interactive-inverted-default-ch6i0p:var(--color-neutral-300-ykaajl);
    --color-text-interactive-inverted-hover-lq1pf9:var(--color-neutral-100-xva5sx);
    --color-text-inverted-fubpp0:var(--color-white-qzbjhi);
    --color-text-label-xm8nks:var(--color-text-form-label-tdlyd9);
    --color-text-key-value-pairs-value-wej1z9:var(--color-text-body-default-10lhjk);
    --color-text-layout-toggle-pywbuz:var(--color-white-qzbjhi);
    --color-text-layout-toggle-active-41cu9g:var(--color-white-qzbjhi);
    --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-600-68oa7u);
    --color-text-layout-toggle-selected-nal9ty:var(--color-white-qzbjhi);
    --color-text-link-default-jk9mjs:var(--color-primary-600-68oa7u);
    --color-text-link-hover-wuyav1:var(--color-primary-900-uhv01b);
    --color-text-link-decoration-default-4ogme5:currentColor;
    --color-text-link-decoration-hover-br1z3q:currentColor;
    --color-text-link-secondary-default-tdvwac:var(--color-text-link-default-jk9mjs);
    --color-text-link-secondary-hover-wujy8p:var(--color-text-link-hover-wuyav1);
    --color-text-link-info-default-15ap6b:var(--color-text-link-default-jk9mjs);
    --color-text-link-info-hover-mzonq8:var(--color-text-link-hover-wuyav1);
    --color-text-link-inverted-hover-ainrw5:var(--color-white-qzbjhi);
    --color-text-link-button-underline-aa80x3:transparent;
    --color-text-link-button-underline-hover-pz8b1i:transparent;
    --color-text-notification-default-v9tldm:var(--color-neutral-100-xva5sx);
    --color-text-notification-stack-bar-qerz72:var(--color-white-qzbjhi);
    --color-text-notification-yellow-uepn8m:var(--color-neutral-950-fc7tg7);
    --color-text-pagination-page-number-active-disabled-0g1vpc:var(--color-text-interactive-disabled-scv2ec);
    --color-text-pagination-page-number-default-cg7sk0:var(--color-text-interactive-default-kkm8t6);
    --color-text-segment-active-lm00pj:var(--color-white-qzbjhi);
    --color-text-segment-default-jadfx6:var(--color-neutral-650-re41um);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-small-jg0f5l:var(--color-neutral-600-4k14bl);
    --color-text-status-error-ug8fw3:var(--color-error-600-2nofe4);
    --color-text-status-inactive-e342cs:var(--color-neutral-600-4k14bl);
    --color-text-status-info-3kb8ql:var(--color-info-600-6pbmjo);
    --color-text-status-success-ikvqka:var(--color-success-600-it3b3f);
    --color-text-status-warning-uphq2x:var(--color-warning-900-c1p96e);
    --color-text-top-navigation-title-47354c:var(--color-neutral-950-fc7tg7);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
    --color-board-placeholder-active-5a5uzd:var(--color-neutral-250-77d0j6);
    --color-board-placeholder-hover-viqfiu:var(--color-primary-100-j02ykd);
    --color-drag-placeholder-active-p1fu1q:var(--color-neutral-250-77d0j6);
    --color-drag-placeholder-hover-cf3ljr:var(--color-primary-100-j02ykd);
    --color-dropzone-background-default-fpz8io:var(--color-white-qzbjhi);
    --color-dropzone-background-hover-x5a713:var(--color-primary-50-1eutn3);
    --color-dropzone-text-default-vshcme:var(--color-neutral-650-re41um);
    --color-dropzone-text-hover-9g1o07:var(--color-neutral-650-re41um);
    --color-dropzone-border-default-zs3xv6:var(--color-neutral-500-evzfy2);
    --color-dropzone-border-hover-nv8q76:var(--color-primary-900-uhv01b);
    --color-gap-global-drawer-eic530:var(--color-neutral-250-77d0j6);
    --color-tree-view-connector-line-s3p7z5:var(--color-neutral-500-evzfy2);
    --color-background-action-card-default-ms9yyp:var(--color-white-qzbjhi);
    --color-background-action-card-hover-lvp2xz:var(--color-primary-50-1eutn3);
    --color-background-action-card-active-i676rk:var(--color-primary-100-j02ykd);
    --color-border-action-card-default-gjh6iy:var(--color-primary-600-68oa7u);
    --color-border-action-card-hover-qjpqnd:var(--color-primary-900-uhv01b);
    --color-border-action-card-active-ma8s38:var(--color-primary-900-uhv01b);
    --color-border-action-card-disabled-q83j3o:var(--color-neutral-400-nppdl9);
    --color-background-action-card-disabled-812fsr:var(--color-white-qzbjhi);
    --color-text-action-card-disabled-ngng2a:var(--color-neutral-500-evzfy2);
    --color-icon-action-card-default-5oew91:var(--color-primary-600-68oa7u);
    --color-icon-action-card-hover-yrrdio:var(--color-primary-900-uhv01b);
    --color-icon-action-card-active-8eg6vl:var(--color-primary-900-uhv01b);
    --color-icon-action-card-disabled-irm38o:var(--color-neutral-400-nppdl9);
    --color-background-skeleton-6r9jxc:var(--color-neutral-250-77d0j6);
    --color-background-skeleton-wave-2uh1of:var(--color-neutral-150-2fj74l);
    --color-background-badge-green-g4lpdc:var(--color-background-notification-green-5dc4sk);
    --color-background-badge-blue-12pcf4:var(--color-background-notification-blue-34n9ob);
    --color-background-badge-red-bf5kpw:var(--color-background-notification-red-dg5n3d);
    --color-background-badge-yellow-0l9mmn:var(--color-background-notification-yellow-7ciw4l);
    --color-background-badge-grey-pi8n07:var(--color-background-notification-grey-ck9rk6);
    --color-border-badge-udawgl:transparent;
    --color-border-badge-grey-fyddwg:transparent;
    --color-border-badge-green-myhlqm:transparent;
    --color-border-badge-blue-rk7me5:transparent;
    --color-border-badge-red-8akbk7:transparent;
    --color-text-badge-grey-75vypq:var(--color-text-notification-default-v9tldm);
    --color-text-badge-green-hc5dee:var(--color-text-notification-default-v9tldm);
    --color-text-badge-blue-s0eg8u:var(--color-text-notification-default-v9tldm);
    --color-text-badge-red-l8k7fn:var(--color-text-notification-default-v9tldm);
    --color-background-code-view-1n4cnh:#f8f8f8;
    --font-button-letter-spacing-svdhj5:0.005em;
    --font-chart-detail-size-ru7a54:var(--font-size-body-s-6sqp8s);
    --font-decoration-style-link-cmu0on:solid;
    --font-decoration-thickness-link-y0fjjw:1px;
    --font-decoration-thickness-link-display-l-uwpq2r:2px;
    --font-display-label-weight-66zdy9:700;
    --font-size-expandable-heading-5th9ka:var(--font-size-heading-s-4lcrq9);
    --font-family-base-17wkej:"Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif;
    --font-family-display-6e87e2:var(--font-family-base-17wkej);
    --font-family-heading-5nvlvd:var(--font-family-base-17wkej);
    --font-family-monospace-0wnazt:Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
    --font-header-h2-description-line-height-n7numd:var(--line-height-body-m-we036z);
    --font-header-h2-description-size-uogtux:var(--font-size-body-m-9ts26k);
    --font-link-button-letter-spacing-8fkv9m:var(--font-button-letter-spacing-svdhj5);
    --font-link-button-weight-b8qq0j:var(--font-weight-button-ahb0ew);
    --font-panel-header-line-height-ke9ql3:var(--line-height-heading-m-qyxryn);
    --font-panel-header-size-cbctgb:var(--font-size-heading-m-mz0atu);
    --font-side-navigation-section-header-size-scrgbg:inherit;
    --font-side-navigation-section-header-weight-flfb1g:inherit;
    --font-size-body-m-9ts26k:14px;
    --font-size-body-s-6sqp8s:12px;
    --font-size-display-l-0xdz3a:42px;
    --font-size-display-xl-h9zymm:64px;
    --font-size-form-label-sbizeo:var(--font-size-body-m-9ts26k);
    --font-size-heading-l-busq1x:20px;
    --font-size-heading-m-mz0atu:18px;
    --font-size-heading-s-4lcrq9:16px;
    --font-size-heading-xl-ivlyjw:24px;
    --font-size-heading-xs-0l0dyz:14px;
    --font-size-key-value-pairs-label-uimgv7:var(--font-size-body-m-9ts26k);
    --font-size-tabs-kwuo9n:var(--font-size-heading-s-4lcrq9);
    --font-smoothing-moz-osx-wlvj0w:grayscale;
    --font-smoothing-webkit-dk95jt:antialiased;
    --font-wayfinding-link-active-weight-jluh82:700;
    --font-weight-alert-header-880af0:700;
    --font-weight-bold-qswov1:700;
    --font-weight-breadcrumb-current-qnkgnt:var(--font-weight-bold-qswov1);
    --font-weight-button-ahb0ew:700;
    --font-weight-display-l-f871mx:700;
    --font-weight-display-xl-7u04gd:400;
    --font-weight-flashbar-header-7qke37:700;
    --font-weight-form-label-mwfc4i:var(--font-display-label-weight-66zdy9);
    --font-weight-heading-l-jmylot:700;
    --font-weight-heading-m-gxmuqs:700;
    --font-weight-heading-s-jsg18b:700;
    --font-weight-heading-xl-fk9ofj:700;
    --font-weight-heading-xs-hhjjg1:700;
    --font-weight-heavy-em866g:700;
    --font-weight-key-value-pairs-label-ukainw:var(--font-display-label-weight-66zdy9);
    --font-weight-lighter-xwagtu:300;
    --font-weight-link-secondary-tif4cd:inherit;
    --font-weight-normal-aq67c4:400;
    --font-weight-tabs-d6gxd9:700;
    --font-weight-tabs-disabled-eyx83w:var(--font-wayfinding-link-active-weight-jluh82);
    --letter-spacing-body-s-g4vu4r:0.005em;
    --letter-spacing-display-l-c3v571:-0.03em;
    --letter-spacing-display-xl-6i6ivo:-0.03em;
    --letter-spacing-heading-l-8ia5so:-0.015em;
    --letter-spacing-heading-m-rnxsg2:-0.010em;
    --letter-spacing-heading-s-hvcq7m:-0.005em;
    --letter-spacing-heading-xl-0c6joz:-0.02em;
    --letter-spacing-heading-xs-2iwerv:normal;
    --line-height-body-m-we036z:20px;
    --line-height-body-s-k99bxq:16px;
    --line-height-display-l-ho7s7t:48px;
    --line-height-display-xl-h0sa1b:72px;
    --line-height-form-label-3tfec6:var(--line-height-body-m-we036z);
    --line-height-heading-l-4ovksh:24px;
    --line-height-heading-m-qyxryn:22px;
    --line-height-heading-s-nzr3b5:20px;
    --line-height-heading-xl-z5dth5:30px;
    --line-height-heading-xs-y2jce8:18px;
    --line-height-key-value-pairs-label-hmp8oj:var(--line-height-body-m-we036z);
    --line-height-tabs-5wya3y:var(--line-height-heading-s-nzr3b5);
    --border-active-width-u7sfg9:4px;
    --border-code-editor-status-divider-width-3gooh6:var(--border-divider-section-width-n3ndoh);
    --border-container-sticky-width-rxjwk0:0px;
    --border-container-top-width-i72qgc:0px;
    --border-control-focus-ring-shadow-spread-r5gux4:1px;
    --border-control-invalid-focus-ring-shadow-spread-jne4qz:2px;
    --border-divider-list-width-fmnfya:1px;
    --border-divider-section-width-n3ndoh:1px;
    --border-dropdown-virtual-offset-width-9goslp:2px;
    --border-invalid-width-04qlbt:8px;
    --border-item-width-y8srom:2px;
    --border-line-chart-dash-array-t780zm:3 5;
    --border-line-chart-line-join-mutkjb:round;
    --border-line-chart-width-xr2t4p:2px;
    --border-link-focus-ring-outline-h8l4gm:0;
    --border-link-focus-ring-shadow-spread-brjxth:2px;
    --border-panel-header-width-rffo8s:1px;
    --border-panel-top-width-2pnjje:1px;
    --border-radius-action-card-default-txcdo3:var(--border-radius-card-default-5rl5k1);
    --border-radius-action-card-embedded-fvnsc8:var(--border-radius-card-embedded-73wkfr);
    --border-radius-alert-thlkk1:var(--border-radius-flashbar-03bn4q);
    --border-radius-badge-zy89pv:4px;
    --border-radius-button-sb9p0d:20px;
    --border-radius-calendar-day-focus-ring-2oh57t:3px;
    --border-radius-card-default-5rl5k1:var(--border-radius-container-r1vefe);
    --border-radius-card-embedded-73wkfr:var(--border-radius-chat-bubble-rh7rzr);
    --border-radius-chat-bubble-rh7rzr:8px;
    --border-radius-code-editor-6ru8nh:var(--border-radius-input-mcq1m5);
    --border-radius-container-r1vefe:16px;
    --border-radius-control-circular-focus-ring-cuengr:4px;
    --border-radius-control-default-focus-ring-2pguir:4px;
    --border-radius-dropdown-942n6j:var(--border-radius-item-ej2e2w);
    --border-radius-dropzone-dwrq5h:12px;
    --border-radius-flashbar-03bn4q:12px;
    --border-radius-input-mcq1m5:8px;
    --border-radius-item-ej2e2w:8px;
    --border-radius-side-navigation-item-3ph8f1:var(--border-radius-item-ej2e2w);
    --border-radius-side-navigation-item-collapsed-g9mx2z:50%;
    --border-radius-item-card-default-q4zkz9:var(--border-radius-card-default-5rl5k1);
    --border-radius-item-card-embedded-8bi802:var(--border-radius-card-embedded-73wkfr);
    --border-radius-popover-dg4ofa:var(--border-radius-input-mcq1m5);
    --border-radius-skeleton-838480:8px;
    --border-radius-status-indicator-vnklth:var(--border-radius-badge-zy89pv);
    --border-radius-tabs-focus-ring-lnmyab:20px;
    --border-radius-tiles-5c9evk:var(--border-radius-input-mcq1m5);
    --border-radius-token-24bwfa:var(--border-radius-input-mcq1m5);
    --border-radius-token-inline-gpddbh:4px;
    --border-radius-tutorial-panel-item-c4jfca:var(--border-radius-input-mcq1m5);
    --border-table-sticky-width-b7hbf5:1px;
    --border-width-action-card-active-1fh000:var(--border-width-card-vuk5vm);
    --border-width-action-card-default-nyf0pu:var(--border-width-card-vuk5vm);
    --border-width-action-card-disabled-4pdfsk:var(--border-width-card-vuk5vm);
    --border-width-action-card-hover-exidqm:var(--border-width-card-vuk5vm);
    --border-width-alert-epjcgg:2px;
    --border-width-alert-block-end-dcvur2:var(--border-width-alert-epjcgg);
    --border-width-alert-block-start-87swu6:var(--border-width-alert-epjcgg);
    --border-width-alert-inline-end-2y0ro0:var(--border-width-alert-epjcgg);
    --border-width-alert-inline-start-yibv52:var(--border-width-alert-epjcgg);
    --border-width-flashbar-inline-start-drf1ca:0px;
    --border-width-button-cefyym:2px;
    --border-width-card-vuk5vm:var(--border-divider-section-width-n3ndoh);
    --border-width-card-selected-c171zv:var(--border-item-width-y8srom);
    --border-width-dropdown-3bily0:2px;
    --border-width-field-j665cy:1px;
    --border-width-icon-big-361ptx:3px;
    --border-width-icon-large-5m59yy:4px;
    --border-width-icon-medium-whtb4e:2px;
    --border-width-icon-normal-4br07d:2px;
    --border-width-icon-small-873tvg:2px;
    --border-width-icon-x-small-h0rohm:1.5px;
    --border-width-item-card-iercqf:var(--border-width-card-vuk5vm);
    --border-width-item-selected-lf7h9u:2px;
    --border-width-badge-2icrdl:0px;
    --border-width-popover-fhrkmk:2px;
    --border-width-token-8dw39s:2px;
    --motion-duration-extra-slow-l9ofxh:270ms;
    --motion-duration-fast-uoo6tu:90ms;
    --motion-duration-moderate-1jcwae:135ms;
    --motion-duration-refresh-only-fast-wt1j09:115ms;
    --motion-duration-refresh-only-medium-zl94da:165ms;
    --motion-duration-refresh-only-slow-451nsx:250ms;
    --motion-duration-avatar-gen-ai-gradient-ds7dvx:3600ms;
    --motion-duration-avatar-loading-dots-m7fewc:1200ms;
    --motion-duration-rotate-180-mr20n9:var(--motion-duration-moderate-1jcwae);
    --motion-duration-rotate-90-jz4oc1:var(--motion-duration-moderate-1jcwae);
    --motion-duration-show-paced-fogene:var(--motion-duration-slow-7f1gcq);
    --motion-duration-show-quick-6av78d:var(--motion-duration-moderate-1jcwae);
    --motion-duration-slow-7f1gcq:180ms;
    --motion-duration-transition-quick-eyuz9p:var(--motion-duration-fast-uoo6tu);
    --motion-duration-transition-show-paced-e6cpaf:var(--motion-duration-slow-7f1gcq);
    --motion-duration-transition-show-quick-7tdo52:var(--motion-duration-fast-uoo6tu);
    --motion-easing-ease-out-quart-trden8:cubic-bezier(0.165, 0.84, 0.44, 1);
    --motion-easing-refresh-only-a-98cbev:cubic-bezier(0, 0, 0, 1);
    --motion-easing-refresh-only-b-a0knke:cubic-bezier(1, 0, 0.83, 1);
    --motion-easing-refresh-only-c-zidwwk:cubic-bezier(0.84, 0, 0.16, 1);
    --motion-easing-avatar-gen-ai-gradient-j8hb5k:cubic-bezier(0.7, 0, 0.3, 1);
    --motion-easing-rotate-180-e70qy6:var(--motion-easing-ease-out-quart-trden8);
    --motion-easing-rotate-90-heo9ya:var(--motion-easing-ease-out-quart-trden8);
    --motion-easing-show-paced-w32grh:ease-out;
    --motion-easing-show-quick-2n40zx:ease-out;
    --motion-easing-transition-quick-icc3kk:linear;
    --motion-easing-transition-show-paced-xi7lql:ease-out;
    --motion-easing-responsive-2hx6lw:var(--motion-easing-refresh-only-a-98cbev);
    --motion-easing-sticky-2o5vog:var(--motion-easing-refresh-only-b-a0knke);
    --motion-easing-expressive-5ngyyh:var(--motion-easing-refresh-only-c-zidwwk);
    --motion-duration-responsive-xka9jl:var(--motion-duration-refresh-only-fast-wt1j09);
    --motion-duration-expressive-ple645:var(--motion-duration-refresh-only-medium-zl94da);
    --motion-duration-complex-ukp4n8:var(--motion-duration-refresh-only-slow-451nsx);
    --motion-keyframes-fade-in-0r9lfu:awsui-fade-in-35003c;
    --motion-keyframes-fade-out-yra9lr:awsui-fade-out-35003c;
    --motion-keyframes-status-icon-error-0d0i6k:awsui-status-icon-error-35003c;
    --motion-keyframes-scale-popup-78ccts:awsui-scale-popup-35003c;
    --size-calendar-grid-width-7eyarb:238px;
    --size-control-acfkj9:16px;
    --size-icon-big-nbr3sv:32px;
    --size-icon-large-8q81jd:48px;
    --size-icon-medium-d93glv:20px;
    --size-icon-normal-tg8eob:16px;
    --size-table-selection-horizontal-5guyc1:40px;
    --size-vertical-input-tza5ti:32px;
    --size-vertical-panel-icon-offset-thbtjk:15px;
    --size-side-navigation-item-height-ov4ib9:28px;
    --space-alert-action-left-xw5mgw:var(--space-s-kbzdb8);
    --space-alert-horizontal-dnpnzn:var(--space-flashbar-horizontal-oewd9p);
    --space-alert-message-right-6yp2w7:var(--space-xxs-0gmk42);
    --space-alert-vertical-yigdcv:var(--space-flashbar-vertical-11xrcr);
    --space-button-focus-outline-gutter-38khik:4px;
    --space-button-horizontal-w2nh9z:var(--space-scaled-l-gr6kh1);
    --space-button-vertical-zpwgu8:var(--space-scaled-xxs-vdp1uk);
    --space-token-vertical-vkegei:var(--space-scaled-xxs-vdp1uk);
    --space-field-vertical-sf2thg:5px;
    --space-button-icon-focus-outline-gutter-vertical-ebwuxy:0px;
    --space-button-icon-only-horizontal-a73tkk:6px;
    --space-button-inline-icon-focus-outline-gutter-wzkzkx:0px;
    --space-button-modal-dismiss-vertical-n0qz7a:var(--space-scaled-xxxs-7blpsd);
    --space-calendar-grid-focus-outline-gutter-2ye80i:-5px;
    --space-calendar-grid-selected-focus-outline-gutter-zryav0:var(--space-calendar-grid-focus-outline-gutter-2ye80i);
    --space-calendar-grid-gutter-wc3wpr:6px;
    --space-card-horizontal-default-0o7mal:var(--space-container-horizontal-wy3ebq);
    --space-card-horizontal-embedded-ce7t57:var(--space-s-kbzdb8);
    --space-card-vertical-default-3o3j4q:var(--space-scaled-m-z0ah6c);
    --space-card-vertical-embedded-gmiajl:10px;
    --space-item-card-horizontal-default-wkrrb0:var(--space-card-horizontal-default-0o7mal);
    --space-item-card-horizontal-embedded-l1kwp2:var(--space-card-horizontal-embedded-ce7t57);
    --space-item-card-vertical-default-g9cmag:var(--space-card-vertical-default-3o3j4q);
    --space-item-card-vertical-embedded-6wy1nq:var(--space-card-vertical-embedded-gmiajl);
    --space-code-editor-status-focus-outline-gutter-s1h67u:-7px;
    --space-container-content-top-13539v:var(--space-xxs-0gmk42);
    --space-container-header-top-hqypnm:var(--space-s-kbzdb8);
    --space-container-header-bottom-rmst01:var(--space-scaled-xs-rt720d);
    --space-container-horizontal-wy3ebq:var(--space-l-0ykpb1);
    --space-content-header-padding-bottom-p7tb1a:var(--space-scaled-m-z0ah6c);
    --space-dark-header-overlap-distance-a8u09x:36px;
    --space-expandable-section-icon-offset-top-k8cza3:var(--space-scaled-2x-xxs-aiwti5);
    --space-field-horizontal-wxk0gu:var(--space-s-kbzdb8);
    --space-field-icon-offset-t4at7r:36px;
    --space-filtering-token-dismiss-button-focus-outline-gutter-m5fcuc:-5px;
    --space-filtering-token-operation-select-focus-outline-gutter-i8rds3:-5px;
    --space-flashbar-action-left-k9a6a2:var(--space-s-kbzdb8);
    --space-flashbar-dismiss-right-g5kx09:0px;
    --space-flashbar-horizontal-oewd9p:var(--space-m-utxyzm);
    --space-flashbar-vertical-11xrcr:var(--space-scaled-xs-rt720d);
    --space-grid-gutter-bfkz2w:var(--space-l-0ykpb1);
    --space-key-value-gap-icky05:0px;
    --space-layout-content-bottom-81nsfk:var(--space-scaled-2x-xxxl-0zqqsm);
    --space-layout-content-horizontal-h9g14e:var(--space-scaled-2x-xl-vlpzgt);
    --space-layout-toggle-diameter-l8muum:36px;
    --space-layout-toggle-padding-1ew40m:var(--space-static-s-xzifh3);
    --space-modal-content-bottom-31192y:var(--space-scaled-2x-m-o8ufma);
    --space-modal-horizontal-myijs0:var(--space-container-horizontal-wy3ebq);
    --space-panel-content-bottom-4qwb01:var(--space-scaled-xxxl-fzl3le);
    --space-panel-content-top-ksxtkt:var(--space-scaled-l-gr6kh1);
    --space-panel-divider-margin-horizontal-h2a321:var(--space-xs-j1ch97);
    --space-panel-header-vertical-ue8lsi:var(--space-scaled-l-gr6kh1);
    --space-panel-nav-left-z0fy8b:28px;
    --space-panel-side-left-vnkrok:28px;
    --space-panel-side-right-7i9ldk:var(--space-scaled-xl-xls2ln);
    --space-panel-split-top-clano1:var(--space-scaled-l-gr6kh1);
    --space-panel-split-bottom-spe3ap:var(--space-scaled-l-gr6kh1);
    --space-segmented-control-focus-outline-gutter-rzsiyi:6px;
    --space-tabs-content-top-5ly6bu:var(--space-scaled-s-yqvmoz);
    --space-tabs-focus-outline-gutter-gz786w:-8px;
    --space-tabs-vertical-v9w9r8:var(--space-scaled-xxs-vdp1uk);
    --space-table-content-bottom-59sg0v:var(--space-xxs-0gmk42);
    --space-table-embedded-header-top-ezzk19:0px;
    --space-table-footer-horizontal-bi5f05:var(--space-table-header-horizontal-s1km9a);
    --space-table-header-focus-outline-gutter-b0tzb1:0px;
    --space-table-header-horizontal-s1km9a:0px;
    --space-table-header-tools-bottom-lzis5a:0px;
    --space-table-header-tools-full-page-bottom-68upbw:4px;
    --space-table-horizontal-jdu87e:var(--space-container-horizontal-wy3ebq);
    --space-tree-view-indentation-uda4ny:var(--space-xl-d84eey);
    --space-side-navigation-item-gap-ejop82:0px;
    --space-side-navigation-item-collapsed-gap-9rcjwh:var(--space-xs-j1ch97);
    --space-tile-gutter-8kwgik:var(--space-xl-d84eey);
    --space-action-card-horizontal-default-8ry3ow:var(--space-card-horizontal-default-0o7mal);
    --space-action-card-horizontal-embedded-gcmx2z:var(--space-card-horizontal-embedded-ce7t57);
    --space-action-card-vertical-default-l73t2i:var(--space-card-vertical-default-3o3j4q);
    --space-action-card-vertical-embedded-vm4ug3:var(--space-card-vertical-embedded-gmiajl);
    --space-action-card-description-padding-top-rbhns1:var(--space-scaled-xxs-vdp1uk);
    --space-option-padding-vertical-3pmz4r:var(--space-xxs-0gmk42);
    --space-option-padding-horizontal-tqgaox:var(--space-l-0ykpb1);
    --space-status-indicator-padding-horizontal-pbftfl:var(--space-none-ea32lj);
    --space-scaled-2x-xxs-aiwti5:var(--space-xxs-0gmk42);
    --space-scaled-2x-m-o8ufma:var(--space-m-utxyzm);
    --space-scaled-2x-l-tp55jd:var(--space-l-0ykpb1);
    --space-scaled-2x-xl-vlpzgt:var(--space-xl-d84eey);
    --space-scaled-2x-xxxl-0zqqsm:var(--space-xxxl-mw5hbl);
    --space-scaled-none-lypryy:var(--space-none-ea32lj);
    --space-scaled-xxxs-7blpsd:var(--space-xxxs-zelp5l);
    --space-scaled-xxs-vdp1uk:var(--space-xxs-0gmk42);
    --space-scaled-xs-rt720d:var(--space-xs-j1ch97);
    --space-scaled-s-yqvmoz:var(--space-s-kbzdb8);
    --space-scaled-m-z0ah6c:var(--space-m-utxyzm);
    --space-scaled-l-gr6kh1:var(--space-l-0ykpb1);
    --space-scaled-xl-xls2ln:var(--space-xl-d84eey);
    --space-scaled-xxl-fs6lrd:var(--space-xxl-exi600);
    --space-scaled-xxxl-fzl3le:var(--space-xxxl-mw5hbl);
    --space-static-xxxs-775m2b:var(--space-xxxs-zelp5l);
    --space-static-xxs-ob9nh1:var(--space-xxs-0gmk42);
    --space-static-xs-0rvocx:var(--space-xs-j1ch97);
    --space-static-s-xzifh3:var(--space-s-kbzdb8);
    --space-static-m-o8qs83:var(--space-m-utxyzm);
    --space-static-l-f5qlel:var(--space-l-0ykpb1);
    --space-static-xl-us1owq:var(--space-xl-d84eey);
    --space-static-xxl-xyy8nx:var(--space-xxl-exi600);
    --space-static-xxxl-a0fs20:var(--space-xxxl-mw5hbl);
    --space-none-ea32lj:0px;
    --space-xxxs-zelp5l:2px;
    --space-xxs-0gmk42:4px;
    --space-xs-j1ch97:8px;
    --space-s-kbzdb8:12px;
    --space-m-utxyzm:16px;
    --space-l-0ykpb1:20px;
    --space-xl-d84eey:24px;
    --space-xxl-exi600:32px;
    --space-xxxl-mw5hbl:40px;
    --shadow-card-ukadmx:none;
    --shadow-item-card-lo0uh6:var(--shadow-card-ukadmx);
    --shadow-container-4vapbk:0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12);
    --shadow-container-active-9exaql:0px 1px 1px 1px #e9ebed, 0px 6px 36px #0007161a;
    --shadow-dropdown-8wmt3o:0px 4px 20px 1px rgba(0, 7, 22, 0.10);
    --shadow-dropup-blloah:var(--shadow-dropdown-8wmt3o);
    --shadow-flash-collapsed-rw4yqb:0px 4px 4px rgba(0, 0, 0, 0.25);
    --shadow-flash-sticky-gm5yrn:0px 4px 8px rgba(0, 7, 22, 0.10);
    --shadow-modal-3ff0g5:var(--shadow-dropdown-8wmt3o);
    --shadow-panel-sslnvv:0px 0px 0px 1px #b6bec9;
    --shadow-panel-toggle-lrc5y6:0px 6px 12px 1px rgba(0, 7, 22, 0.12);
    --shadow-popover-58p6ym:var(--shadow-dropdown-8wmt3o);
    --shadow-split-bottom-6m46xs:0px -36px 36px -36px rgba(0, 7, 22, 0.10);
    --shadow-split-side-kfzlfb:-1px 0px 1px 0px #e9ebed, -36px 6px 36px -36px rgba(0, 7, 22, 0.10);
    --shadow-sticky-h3413w:0px 4px 8px 1px rgba(0, 7, 22, 0.10);
    --shadow-sticky-embedded-xyz5bf:0px 2px 0px 0px #e9ebed, 0px 16px 16px -12px rgba(0, 7, 22, 0.10);
    --shadow-sticky-column-first-yn8y77:4px 0px 8px 1px rgba(0, 7, 22, 0.1);
    --shadow-sticky-column-last-kiekjr:-4px 0 8px 1px rgba(0, 28, 36, 0.1);
  }
  @media not print {
    .awsui-polaris-dark-mode:not(#\9) {
      --color-charts-red-300-aqsylf:#d63f38;
      --color-charts-red-400-q57pdm:#ed5958;
      --color-charts-red-500-gfu6iu:#fe6e73;
      --color-charts-red-600-hvg6y6:#ff8a8a;
      --color-charts-red-700-yzpuws:#ffa09e;
      --color-charts-red-800-t1yrtw:#ffb3b0;
      --color-charts-red-900-jz9jz8:#ffc4c0;
      --color-charts-red-1000-c4p82m:#ffd2cf;
      --color-charts-red-1100-vgav8w:#ffe0dd;
      --color-charts-red-1200-6ziovw:#ffecea;
      --color-charts-orange-300-r9s01q:#c55305;
      --color-charts-orange-400-kf801a:#de6923;
      --color-charts-orange-500-qs46pm:#f27c36;
      --color-charts-orange-600-vyxyln:#f89256;
      --color-charts-orange-700-0gaq98:#fca572;
      --color-charts-orange-800-757qd9:#ffb68b;
      --color-charts-orange-900-4a64yd:#ffc6a4;
      --color-charts-orange-1000-5re0y5:#ffd4bb;
      --color-charts-orange-1100-sgmsys:#ffe1cf;
      --color-charts-orange-1200-iikv4p:#ffede2;
      --color-charts-yellow-300-p9ngfx:#977001;
      --color-charts-yellow-400-3h9lwy:#b08400;
      --color-charts-yellow-500-dk0roe:#c59600;
      --color-charts-yellow-600-f5hor7:#d3a61c;
      --color-charts-yellow-700-h3jh40:#dfb52c;
      --color-charts-yellow-800-7x6k9t:#eac33a;
      --color-charts-yellow-900-h25lmh:#f1cf65;
      --color-charts-yellow-1000-2gaqk1:#f7db8a;
      --color-charts-yellow-1100-4txkqy:#fce5a8;
      --color-charts-yellow-1200-b1ffk0:#ffefc9;
      --color-charts-green-300-o09z0j:#48851a;
      --color-charts-green-400-1qedg3:#5a9b29;
      --color-charts-green-500-tmih0g:#69ae34;
      --color-charts-green-600-lcujml:#7dbd4c;
      --color-charts-green-700-yga22c:#8fca61;
      --color-charts-green-800-64uw0e:#9fd673;
      --color-charts-green-900-5ybwyn:#b2df8d;
      --color-charts-green-1000-ns1bvo:#c5e7a8;
      --color-charts-green-1100-yb77k8:#d5efbe;
      --color-charts-green-1200-o3xtmg:#e4f7d5;
      --color-charts-teal-300-2fkzp1:#018977;
      --color-charts-teal-400-bo90gh:#009d89;
      --color-charts-teal-500-95zc1e:#00b09b;
      --color-charts-teal-600-h9kk1s:#40bfa9;
      --color-charts-teal-700-092xc2:#5fccb7;
      --color-charts-teal-800-q99m83:#77d7c3;
      --color-charts-teal-900-74axw5:#94e0d0;
      --color-charts-teal-1000-yvg16m:#ace9db;
      --color-charts-teal-1100-9tax4r:#c2f0e6;
      --color-charts-teal-1200-6w05r8:#d7f7f0;
      --color-charts-blue-1-300-v37rsi:#00819c;
      --color-charts-blue-1-400-dvoh1k:#0497ba;
      --color-charts-blue-1-500-ba9wfi:#08aad2;
      --color-charts-blue-1-600-kqn1uz:#44b9dd;
      --color-charts-blue-1-700-tgrwqc:#63c6e7;
      --color-charts-blue-1-800-tceii8:#79d2f0;
      --color-charts-blue-1-900-ah3snu:#98dcf5;
      --color-charts-blue-1-1000-847ty1:#b3e4f8;
      --color-charts-blue-1-1100-b5s5nk:#caedfc;
      --color-charts-blue-1-1200-yhrw3t:#ddf4ff;
      --color-charts-blue-2-300-o3wen1:#486de8;
      --color-charts-blue-2-400-vncmqi:#6384f5;
      --color-charts-blue-2-500-y21o9n:#7698fe;
      --color-charts-blue-2-600-r0nqbv:#8ea9ff;
      --color-charts-blue-2-700-w01jqc:#a2b8ff;
      --color-charts-blue-2-800-s0x93w:#b1c5ff;
      --color-charts-blue-2-900-f6w9ze:#c3d1ff;
      --color-charts-blue-2-1000-3toq31:#d2dcff;
      --color-charts-blue-2-1100-3s7hq3:#dfe6ff;
      --color-charts-blue-2-1200-yoa4jh:#ecf0ff;
      --color-charts-purple-300-mrr7uf:#8d59de;
      --color-charts-purple-400-y14wkz:#a173ea;
      --color-charts-purple-500-idlmad:#b088f5;
      --color-charts-purple-600-blirni:#bf9bf9;
      --color-charts-purple-700-kturs9:#cbabfc;
      --color-charts-purple-800-bg5tkr:#d6baff;
      --color-charts-purple-900-o5vbjx:#dfc8ff;
      --color-charts-purple-1000-xvcqn5:#e8d5ff;
      --color-charts-purple-1100-j5xo1i:#efe2ff;
      --color-charts-purple-1200-yfkimi:#f5edff;
      --color-charts-pink-300-hovvsb:#c64a70;
      --color-charts-pink-400-r88rhm:#d56889;
      --color-charts-pink-500-3ecc0x:#e07f9d;
      --color-charts-pink-600-7veasv:#eb92ad;
      --color-charts-pink-700-ite4o7:#f5a2bb;
      --color-charts-pink-800-b6zs21:#ffb0c8;
      --color-charts-pink-900-19kyvq:#ffc1d4;
      --color-charts-pink-1000-q8fhov:#ffd1de;
      --color-charts-pink-1100-0ytmol:#ffdfe8;
      --color-charts-pink-1200-8zkeoo:#ffecf1;
      --color-charts-status-critical-oxoz35:var(--color-charts-red-300-aqsylf);
      --color-charts-status-high-0j2122:var(--color-charts-red-500-gfu6iu);
      --color-charts-status-medium-yn73f1:var(--color-charts-orange-600-vyxyln);
      --color-charts-status-low-g68nht:var(--color-charts-yellow-700-h3jh40);
      --color-charts-status-positive-yg3n05:var(--color-charts-green-500-tmih0g);
      --color-charts-status-info-7gyt79:var(--color-charts-blue-1-500-ba9wfi);
      --color-charts-threshold-negative-8risim:var(--color-error-400-9k5dg2);
      --color-charts-threshold-positive-cg9clo:var(--color-success-500-zgiyh7);
      --color-charts-threshold-info-pmphn2:var(--color-info-300-9fvy2x);
      --color-charts-threshold-neutral-vtkway:var(--color-neutral-450-4w2uiz);
      --color-charts-line-grid-hbelbh:var(--color-neutral-650-re41um);
      --color-charts-line-tick-9ed3y9:var(--color-neutral-650-re41um);
      --color-charts-line-axis-8wxc29:var(--color-neutral-650-re41um);
      --color-charts-error-bar-marker-0mzv60:var(--color-white-qzbjhi);
      --color-severity-dark-red-o01945:#d63f38;
      --color-severity-red-cg1dj1:#fe6e73;
      --color-text-notification-severity-critical-yqyzmn:var(--color-black-sgyach);
      --color-text-notification-severity-high-uwo1m6:var(--color-neutral-950-fc7tg7);
      --color-grey-opaque-70-a5525t:rgba(15, 20, 26, 0.7);
      --color-grey-transparent-v1s2dv:rgba(15, 20, 26, 1);
      --color-grey-transparent-heavy-m269mj:rgba(15, 20, 26, 1);
      --color-background-badge-icon-oq79ey:var(--color-error-400-9k5dg2);
      --color-background-button-link-active-z8lsf6:var(--color-neutral-700-1ebo78);
      --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
      --color-background-button-normal-active-dcfd8d:var(--color-neutral-700-1ebo78);
      --color-background-button-normal-default-tdts51:var(--color-neutral-850-z568w9);
      --color-background-button-normal-disabled-aysl1o:var(--color-neutral-850-z568w9);
      --color-background-button-normal-hover-thgioo:var(--color-neutral-800-sggo8w);
      --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-700-1ebo78);
      --color-background-button-primary-disabled-uldk81:var(--color-neutral-750-zvilej);
      --color-background-direction-button-disabled-myv5jw:var(--color-neutral-750-zvilej);
      --color-background-calendar-current-date-xb1nan:var(--color-neutral-700-1ebo78);
      --color-background-cell-shaded-tyh6wv:var(--color-neutral-800-sggo8w);
      --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-500-evzfy2);
      --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-800-sggo8w);
      --color-background-code-editor-loading-9laqg7:var(--color-neutral-800-sggo8w);
      --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-700-1ebo78);
      --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-800-sggo8w);
      --color-background-container-content-ypckbh:var(--color-neutral-850-z568w9);
      --color-background-container-header-knegap:var(--color-neutral-850-z568w9);
      --color-background-control-checked-4hlzpf:var(--color-primary-400-tdeooy);
      --color-background-control-default-nrh5lr:var(--color-neutral-850-z568w9);
      --color-background-control-disabled-rxfkeg:var(--color-neutral-700-1ebo78);
      --color-background-dropdown-item-default-2s0vpk:var(--color-neutral-800-sggo8w);
      --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-700-1ebo78);
      --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-900-hav0uf);
      --color-background-inline-code-dtzhl7:rgba(255, 255, 255, 0.1);
      --color-background-input-default-wvdzir:var(--color-neutral-850-z568w9);
      --color-background-input-disabled-veifwn:var(--color-neutral-800-sggo8w);
      --color-background-item-selected-r2zdk6:var(--color-primary-1000-qz6wq0);
      --color-background-layout-main-h1l2yn:var(--color-neutral-850-z568w9);
      --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-700-1ebo78);
      --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-400-tdeooy);
      --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-400-tdeooy);
      --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-300-lbt26q);
      --color-background-notification-grey-ck9rk6:var(--color-neutral-600-4k14bl);
      --color-background-popover-87jo9j:var(--color-neutral-800-sggo8w);
      --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-400-tdeooy);
      --color-background-progress-bar-default-toal3z:var(--color-neutral-700-1ebo78);
      --color-background-segment-active-4o5dpt:var(--color-primary-400-tdeooy);
      --color-background-slider-handle-default-18tq1j:var(--color-primary-400-tdeooy);
      --color-background-slider-handle-active-05aiwh:var(--color-primary-300-lbt26q);
      --color-background-slider-track-default-rzyeyw:var(--color-neutral-600-4k14bl);
      --color-background-slider-handle-ring-r6tmze:var(--color-neutral-850-z568w9);
      --color-background-status-error-c0g0k2:var(--color-error-1000-oice6e);
      --color-background-status-info-u6zadq:var(--color-info-1000-lja40w);
      --color-background-status-success-2j1li5:var(--color-success-1000-zy1prf);
      --color-background-status-warning-g7try8:var(--color-warning-1000-yqo7n7);
      --color-background-tiles-disabled-n277me:var(--color-neutral-800-sggo8w);
      --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-900-uhv01b);
      --color-background-toggle-default-lkwdp5:var(--color-neutral-500-evzfy2);
      --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-950-fc7tg7);
      --color-border-button-normal-active-8mmtll:var(--color-primary-300-lbt26q);
      --color-border-button-normal-default-6tkrkx:var(--color-primary-400-tdeooy);
      --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-400-tdeooy);
      --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-600-4k14bl);
      --color-border-button-normal-hover-3w34pt:var(--color-primary-300-lbt26q);
      --color-item-selected-uqe532:var(--color-primary-400-tdeooy);
      --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-850-z568w9);
      --color-border-cell-shaded-1nts0o:var(--color-neutral-700-1ebo78);
      --color-border-code-editor-default-ahpzlg:var(--color-neutral-600-4k14bl);
      --color-border-divider-active-xtsw2t:var(--color-neutral-100-xva5sx);
      --color-border-divider-default-p3i4pf:var(--color-neutral-650-re41um);
      --color-border-divider-secondary-sc5l0q:var(--color-neutral-750-zvilej);
      --color-border-divider-table-group-rhzuu5:var(--color-neutral-600-4k14bl);
      --color-border-dropdown-container-21kqyh:var(--color-neutral-600-4k14bl);
      --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-600-4k14bl);
      --color-border-input-default-nyn06a:var(--color-neutral-600-4k14bl);
      --color-border-input-focused-sw2top:var(--color-primary-400-tdeooy);
      --color-border-item-focused-kb13a4:var(--color-primary-400-tdeooy);
      --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-300-ykaajl);
      --color-border-layout-03xg8b:var(--color-neutral-650-re41um);
      --color-border-segment-default-06g83b:var(--color-neutral-300-ykaajl);
      --color-border-status-error-kbymrh:var(--color-error-400-9k5dg2);
      --color-border-status-info-0ebxt2:var(--color-info-400-kky6sa);
      --color-border-status-success-8js4zx:var(--color-success-500-zgiyh7);
      --color-border-status-warning-eeisrz:var(--color-warning-500-0wuk8q);
      --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-300-ykaajl);
      --color-border-tabs-divider-b9mz5n:var(--color-neutral-650-re41um);
      --color-border-tutorial-j5g0bl:var(--color-neutral-650-re41um);
      --color-foreground-control-default-lplros:var(--color-neutral-950-fc7tg7);
      --color-foreground-control-disabled-tfwvqg:var(--color-neutral-850-z568w9);
      --color-foreground-control-read-only-gb48bp:var(--color-neutral-450-4w2uiz);
      --color-text-accent-3g6liz:var(--color-primary-400-tdeooy);
      --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
      --color-text-body-secondary-fp6d0c:var(--color-neutral-350-15dbz7);
      --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-500-evzfy2);
      --color-text-breadcrumb-icon-erjppe:var(--color-text-interactive-disabled-scv2ec);
      --color-text-button-normal-active-t3pwtp:var(--color-primary-300-lbt26q);
      --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-300-lbt26q);
      --color-text-button-normal-default-b02h0t:var(--color-primary-400-tdeooy);
      --color-text-button-normal-hover-8fyho6:var(--color-primary-300-lbt26q);
      --color-text-calendar-month-841oke:var(--color-neutral-450-4w2uiz);
      --color-text-code-editor-gutter-active-line-oq3gve:var(--color-neutral-950-fc7tg7);
      --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-300-ykaajl);
      --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-600-4k14bl);
      --color-text-code-editor-tab-button-error-42udfu:var(--color-neutral-950-fc7tg7);
      --color-text-column-header-inrv8c:var(--color-neutral-400-nppdl9);
      --color-text-counter-o7pka1:var(--color-neutral-450-4w2uiz);
      --color-text-disabled-dnv95s:var(--color-neutral-600-4k14bl);
      --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-400-nppdl9);
      --color-text-dropdown-item-default-gv6npt:var(--color-neutral-300-ykaajl);
      --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-300-lbt26q);
      --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-250-77d0j6);
      --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-300-ykaajl);
      --color-text-empty-e8oi8k:var(--color-neutral-300-ykaajl);
      --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
      --color-text-form-default-02iaa3:var(--color-neutral-300-ykaajl);
      --color-text-form-secondary-s4scs1:var(--color-neutral-450-4w2uiz);
      --color-text-group-label-kwqard:var(--color-neutral-350-15dbz7);
      --color-text-label-gen-ai-6ihd6j:var(--color-purple-400-lcb2ta);
      --color-text-heading-default-9iv5lb:var(--color-neutral-250-77d0j6);
      --color-text-heading-secondary-ecsq93:var(--color-neutral-450-4w2uiz);
      --color-text-icon-subtle-0e8ipq:var(--color-neutral-400-nppdl9);
      --color-text-input-disabled-ukj9cu:var(--color-neutral-600-4k14bl);
      --color-text-input-placeholder-hz0ut2:var(--color-neutral-450-4w2uiz);
      --color-text-interactive-active-mb8zit:var(--color-neutral-100-xva5sx);
      --color-text-interactive-default-kkm8t6:var(--color-neutral-300-ykaajl);
      --color-text-interactive-disabled-scv2ec:var(--color-neutral-600-4k14bl);
      --color-text-interactive-hover-pij1mj:var(--color-neutral-100-xva5sx);
      --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-100-xva5sx);
      --color-text-inverted-fubpp0:var(--color-neutral-950-fc7tg7);
      --color-text-layout-toggle-active-41cu9g:var(--color-neutral-850-z568w9);
      --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-400-tdeooy);
      --color-text-layout-toggle-selected-nal9ty:var(--color-neutral-950-fc7tg7);
      --color-text-link-default-jk9mjs:var(--color-primary-400-tdeooy);
      --color-text-link-hover-wuyav1:var(--color-primary-300-lbt26q);
      --color-text-pagination-page-number-default-cg7sk0:var(--color-neutral-400-nppdl9);
      --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
      --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
      --color-text-small-jg0f5l:var(--color-neutral-450-4w2uiz);
      --color-text-status-error-ug8fw3:var(--color-error-400-9k5dg2);
      --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
      --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
      --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
      --color-text-status-warning-uphq2x:var(--color-warning-500-0wuk8q);
      --color-text-top-navigation-title-47354c:var(--color-neutral-100-xva5sx);
      --color-board-placeholder-active-5a5uzd:var(--color-neutral-600-4k14bl);
      --color-board-placeholder-hover-viqfiu:var(--color-primary-600-68oa7u);
      --color-drag-placeholder-active-p1fu1q:var(--color-neutral-600-4k14bl);
      --color-drag-placeholder-hover-cf3ljr:var(--color-primary-600-68oa7u);
      --color-dropzone-background-default-fpz8io:var(--color-neutral-850-z568w9);
      --color-dropzone-background-hover-x5a713:var(--color-primary-1000-qz6wq0);
      --color-dropzone-text-default-vshcme:var(--color-neutral-350-15dbz7);
      --color-dropzone-text-hover-9g1o07:var(--color-neutral-350-15dbz7);
      --color-dropzone-border-default-zs3xv6:var(--color-neutral-600-4k14bl);
      --color-dropzone-border-hover-nv8q76:var(--color-primary-300-lbt26q);
      --color-gap-global-drawer-eic530:var(--color-neutral-950-fc7tg7);
      --color-tree-view-connector-line-s3p7z5:var(--color-neutral-300-ykaajl);
      --color-background-action-card-default-ms9yyp:var(--color-neutral-850-z568w9);
      --color-background-action-card-hover-lvp2xz:var(--color-neutral-800-sggo8w);
      --color-background-action-card-active-i676rk:var(--color-neutral-700-1ebo78);
      --color-border-action-card-default-gjh6iy:var(--color-primary-400-tdeooy);
      --color-border-action-card-hover-qjpqnd:var(--color-primary-300-lbt26q);
      --color-border-action-card-active-ma8s38:var(--color-primary-300-lbt26q);
      --color-border-action-card-disabled-q83j3o:var(--color-neutral-600-4k14bl);
      --color-background-action-card-disabled-812fsr:var(--color-neutral-850-z568w9);
      --color-icon-action-card-default-5oew91:var(--color-primary-400-tdeooy);
      --color-icon-action-card-hover-yrrdio:var(--color-primary-300-lbt26q);
      --color-icon-action-card-active-8eg6vl:var(--color-primary-300-lbt26q);
      --color-icon-action-card-disabled-irm38o:var(--color-neutral-600-4k14bl);
      --color-background-skeleton-6r9jxc:var(--color-neutral-750-zvilej);
      --color-background-skeleton-wave-2uh1of:var(--color-neutral-700-1ebo78);
      --color-background-code-view-1n4cnh:#282c34;
      --shadow-container-4vapbk:0px 1px 8px 2px rgba(0, 7, 22, 0.6);
      --shadow-container-active-9exaql:0px 1px 1px 1px #192534, 0px 6px 36px #00040c;
      --shadow-dropdown-8wmt3o:0px 4px 20px 1px rgba(0, 4, 12, 1);
      --shadow-flash-sticky-gm5yrn:0px 4px 8px rgba(0, 7, 22, 0.5);
      --shadow-panel-sslnvv:0px 0px 0px 1px #414d5c;
      --shadow-panel-toggle-lrc5y6:0px 6px 12px 1px rgba(0, 7, 22, 1);
      --shadow-split-bottom-6m46xs:0px -36px 36px -36px rgba(0, 7, 22, 1);
      --shadow-split-side-kfzlfb:-1px 0px 1px 0px #192534, -36px 6px 36px -36px rgba(0, 7, 22, 1);
      --shadow-sticky-h3413w:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
      --shadow-sticky-embedded-xyz5bf:0px 2px 0px 0px #414d5c, 0px 16px 16px -12px rgba(0, 7, 22, 1);
      --shadow-sticky-column-first-yn8y77:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
      --shadow-sticky-column-last-kiekjr:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
    }
  }
  .awsui-polaris-compact-mode:not(#\9) {
    --size-vertical-input-tza5ti:28px;
    --size-vertical-panel-icon-offset-thbtjk:13px;
    --size-side-navigation-item-height-ov4ib9:24px;
    --space-field-vertical-sf2thg:3px;
    --space-button-icon-only-horizontal-a73tkk:var(--space-xxs-0gmk42);
    --space-card-horizontal-embedded-ce7t57:10px;
    --space-card-vertical-embedded-gmiajl:var(--space-xs-j1ch97);
    --space-dark-header-overlap-distance-a8u09x:32px;
    --space-grid-gutter-bfkz2w:var(--space-m-utxyzm);
    --space-table-header-focus-outline-gutter-b0tzb1:-1px;
    --space-tile-gutter-8kwgik:var(--space-m-utxyzm);
    --space-scaled-2x-xxs-aiwti5:var(--space-none-ea32lj);
    --space-scaled-2x-m-o8ufma:var(--space-xs-j1ch97);
    --space-scaled-2x-l-tp55jd:var(--space-s-kbzdb8);
    --space-scaled-2x-xl-vlpzgt:var(--space-m-utxyzm);
    --space-scaled-2x-xxxl-0zqqsm:var(--space-xl-d84eey);
    --space-scaled-xxxs-7blpsd:var(--space-none-ea32lj);
    --space-scaled-xxs-vdp1uk:var(--space-xxxs-zelp5l);
    --space-scaled-xs-rt720d:var(--space-xxs-0gmk42);
    --space-scaled-s-yqvmoz:var(--space-xs-j1ch97);
    --space-scaled-m-z0ah6c:var(--space-s-kbzdb8);
    --space-scaled-l-gr6kh1:var(--space-m-utxyzm);
    --space-scaled-xl-xls2ln:var(--space-l-0ykpb1);
    --space-scaled-xxl-fs6lrd:var(--space-xl-d84eey);
    --space-scaled-xxxl-fzl3le:var(--space-xxl-exi600);
    --space-alert-vertical-yigdcv:var(--space-flashbar-vertical-11xrcr);
    --space-button-horizontal-w2nh9z:var(--space-scaled-l-gr6kh1);
    --space-button-vertical-zpwgu8:var(--space-scaled-xxs-vdp1uk);
    --space-token-vertical-vkegei:var(--space-scaled-xxs-vdp1uk);
    --space-button-modal-dismiss-vertical-n0qz7a:var(--space-scaled-xxxs-7blpsd);
    --space-card-vertical-default-3o3j4q:var(--space-scaled-m-z0ah6c);
    --space-item-card-horizontal-embedded-l1kwp2:var(--space-card-horizontal-embedded-ce7t57);
    --space-item-card-vertical-default-g9cmag:var(--space-card-vertical-default-3o3j4q);
    --space-item-card-vertical-embedded-6wy1nq:var(--space-card-vertical-embedded-gmiajl);
    --space-container-header-bottom-rmst01:var(--space-scaled-xs-rt720d);
    --space-content-header-padding-bottom-p7tb1a:var(--space-scaled-m-z0ah6c);
    --space-expandable-section-icon-offset-top-k8cza3:var(--space-scaled-2x-xxs-aiwti5);
    --space-flashbar-vertical-11xrcr:var(--space-scaled-xs-rt720d);
    --space-layout-content-bottom-81nsfk:var(--space-scaled-2x-xxxl-0zqqsm);
    --space-layout-content-horizontal-h9g14e:var(--space-scaled-2x-xl-vlpzgt);
    --space-modal-content-bottom-31192y:var(--space-scaled-2x-m-o8ufma);
    --space-panel-content-bottom-4qwb01:var(--space-scaled-xxxl-fzl3le);
    --space-panel-content-top-ksxtkt:var(--space-scaled-l-gr6kh1);
    --space-panel-header-vertical-ue8lsi:var(--space-scaled-l-gr6kh1);
    --space-panel-side-right-7i9ldk:var(--space-scaled-xl-xls2ln);
    --space-panel-split-top-clano1:var(--space-scaled-l-gr6kh1);
    --space-panel-split-bottom-spe3ap:var(--space-scaled-l-gr6kh1);
    --space-tabs-content-top-5ly6bu:var(--space-scaled-s-yqvmoz);
    --space-tabs-vertical-v9w9r8:var(--space-scaled-xxs-vdp1uk);
    --space-action-card-horizontal-embedded-gcmx2z:var(--space-card-horizontal-embedded-ce7t57);
    --space-action-card-vertical-default-l73t2i:var(--space-card-vertical-default-3o3j4q);
    --space-action-card-vertical-embedded-vm4ug3:var(--space-card-vertical-embedded-gmiajl);
    --space-action-card-description-padding-top-rbhns1:var(--space-scaled-xxs-vdp1uk);
  }
  .awsui-motion-disabled:not(#\9) {
    --motion-duration-extra-slow-l9ofxh:0ms;
    --motion-duration-fast-uoo6tu:0ms;
    --motion-duration-moderate-1jcwae:0ms;
    --motion-duration-refresh-only-fast-wt1j09:0ms;
    --motion-duration-refresh-only-medium-zl94da:0ms;
    --motion-duration-refresh-only-slow-451nsx:0ms;
    --motion-duration-avatar-gen-ai-gradient-ds7dvx:0ms;
    --motion-duration-avatar-loading-dots-m7fewc:0ms;
    --motion-duration-slow-7f1gcq:0ms;
    --motion-duration-rotate-180-mr20n9:var(--motion-duration-moderate-1jcwae);
    --motion-duration-rotate-90-jz4oc1:var(--motion-duration-moderate-1jcwae);
    --motion-duration-show-paced-fogene:var(--motion-duration-slow-7f1gcq);
    --motion-duration-show-quick-6av78d:var(--motion-duration-moderate-1jcwae);
    --motion-duration-transition-quick-eyuz9p:var(--motion-duration-fast-uoo6tu);
    --motion-duration-transition-show-paced-e6cpaf:var(--motion-duration-slow-7f1gcq);
    --motion-duration-transition-show-quick-7tdo52:var(--motion-duration-fast-uoo6tu);
    --motion-duration-responsive-xka9jl:var(--motion-duration-refresh-only-fast-wt1j09);
    --motion-duration-expressive-ple645:var(--motion-duration-refresh-only-medium-zl94da);
    --motion-duration-complex-ukp4n8:var(--motion-duration-refresh-only-slow-451nsx);
  }
  .awsui-context-top-navigation:not(#\9) {
    --color-grey-opaque-70-a5525t:rgba(15, 20, 26, 0.7);
    --color-grey-transparent-v1s2dv:rgba(15, 20, 26, 1);
    --color-grey-transparent-heavy-m269mj:rgba(15, 20, 26, 1);
    --color-background-badge-icon-oq79ey:var(--color-error-400-9k5dg2);
    --color-background-button-link-active-z8lsf6:var(--color-neutral-700-1ebo78);
    --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
    --color-background-button-normal-active-dcfd8d:var(--color-neutral-700-1ebo78);
    --color-background-button-normal-default-tdts51:var(--color-neutral-850-z568w9);
    --color-background-button-normal-disabled-aysl1o:var(--color-neutral-850-z568w9);
    --color-background-button-normal-hover-thgioo:var(--color-neutral-800-sggo8w);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-700-1ebo78);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-750-zvilej);
    --color-background-direction-button-disabled-myv5jw:var(--color-neutral-750-zvilej);
    --color-background-calendar-current-date-xb1nan:var(--color-neutral-700-1ebo78);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-500-evzfy2);
    --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-loading-9laqg7:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-700-1ebo78);
    --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-800-sggo8w);
    --color-background-container-content-ypckbh:var(--color-neutral-850-z568w9);
    --color-background-container-header-knegap:var(--color-neutral-850-z568w9);
    --color-background-control-checked-4hlzpf:var(--color-primary-400-tdeooy);
    --color-background-control-default-nrh5lr:var(--color-neutral-850-z568w9);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-700-1ebo78);
    --color-background-dropdown-item-default-2s0vpk:var(--color-neutral-800-sggo8w);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-700-1ebo78);
    --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-900-hav0uf);
    --color-background-inline-code-dtzhl7:rgba(255, 255, 255, 0.1);
    --color-background-input-default-wvdzir:var(--color-neutral-850-z568w9);
    --color-background-input-disabled-veifwn:var(--color-neutral-800-sggo8w);
    --color-background-item-selected-r2zdk6:var(--color-primary-1000-qz6wq0);
    --color-background-layout-main-h1l2yn:var(--color-neutral-850-z568w9);
    --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-700-1ebo78);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-400-tdeooy);
    --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-400-tdeooy);
    --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-300-lbt26q);
    --color-background-notification-grey-ck9rk6:var(--color-neutral-600-4k14bl);
    --color-background-popover-87jo9j:var(--color-neutral-800-sggo8w);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-400-tdeooy);
    --color-background-progress-bar-default-toal3z:var(--color-neutral-700-1ebo78);
    --color-background-segment-active-4o5dpt:var(--color-primary-400-tdeooy);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-400-tdeooy);
    --color-background-slider-handle-active-05aiwh:var(--color-primary-300-lbt26q);
    --color-background-slider-track-default-rzyeyw:var(--color-neutral-600-4k14bl);
    --color-background-slider-handle-ring-r6tmze:var(--color-neutral-850-z568w9);
    --color-background-status-error-c0g0k2:var(--color-error-1000-oice6e);
    --color-background-status-info-u6zadq:var(--color-info-1000-lja40w);
    --color-background-status-success-2j1li5:var(--color-success-1000-zy1prf);
    --color-background-status-warning-g7try8:var(--color-warning-1000-yqo7n7);
    --color-background-tiles-disabled-n277me:var(--color-neutral-800-sggo8w);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-900-uhv01b);
    --color-background-toggle-default-lkwdp5:var(--color-neutral-500-evzfy2);
    --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-950-fc7tg7);
    --color-border-button-normal-active-8mmtll:var(--color-primary-300-lbt26q);
    --color-border-button-normal-default-6tkrkx:var(--color-primary-400-tdeooy);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-400-tdeooy);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-600-4k14bl);
    --color-border-button-normal-hover-3w34pt:var(--color-primary-300-lbt26q);
    --color-item-selected-uqe532:var(--color-primary-400-tdeooy);
    --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-850-z568w9);
    --color-border-cell-shaded-1nts0o:var(--color-neutral-700-1ebo78);
    --color-border-code-editor-default-ahpzlg:var(--color-neutral-600-4k14bl);
    --color-border-divider-active-xtsw2t:var(--color-neutral-100-xva5sx);
    --color-border-divider-default-p3i4pf:var(--color-neutral-650-re41um);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-750-zvilej);
    --color-border-divider-table-group-rhzuu5:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-container-21kqyh:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-600-4k14bl);
    --color-border-input-default-nyn06a:var(--color-neutral-600-4k14bl);
    --color-border-input-focused-sw2top:var(--color-primary-400-tdeooy);
    --color-border-item-focused-kb13a4:var(--color-primary-400-tdeooy);
    --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-300-ykaajl);
    --color-border-layout-03xg8b:var(--color-neutral-650-re41um);
    --color-border-segment-default-06g83b:var(--color-neutral-300-ykaajl);
    --color-border-status-error-kbymrh:var(--color-error-400-9k5dg2);
    --color-border-status-info-0ebxt2:var(--color-info-400-kky6sa);
    --color-border-status-success-8js4zx:var(--color-success-500-zgiyh7);
    --color-border-status-warning-eeisrz:var(--color-warning-500-0wuk8q);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-300-ykaajl);
    --color-border-tabs-divider-b9mz5n:var(--color-neutral-650-re41um);
    --color-border-tutorial-j5g0bl:var(--color-neutral-650-re41um);
    --color-foreground-control-default-lplros:var(--color-neutral-950-fc7tg7);
    --color-foreground-control-disabled-tfwvqg:var(--color-neutral-850-z568w9);
    --color-foreground-control-read-only-gb48bp:var(--color-neutral-450-4w2uiz);
    --color-text-accent-3g6liz:var(--color-primary-400-tdeooy);
    --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-300-ykaajl);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-500-evzfy2);
    --color-text-breadcrumb-icon-erjppe:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-normal-active-t3pwtp:var(--color-primary-300-lbt26q);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-300-lbt26q);
    --color-text-button-normal-default-b02h0t:var(--color-primary-400-tdeooy);
    --color-text-button-normal-hover-8fyho6:var(--color-primary-300-lbt26q);
    --color-text-calendar-month-841oke:var(--color-neutral-450-4w2uiz);
    --color-text-code-editor-gutter-active-line-oq3gve:var(--color-neutral-950-fc7tg7);
    --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-300-ykaajl);
    --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-600-4k14bl);
    --color-text-code-editor-tab-button-error-42udfu:var(--color-neutral-950-fc7tg7);
    --color-text-column-header-inrv8c:var(--color-neutral-400-nppdl9);
    --color-text-counter-o7pka1:var(--color-neutral-450-4w2uiz);
    --color-text-disabled-dnv95s:var(--color-neutral-600-4k14bl);
    --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-400-nppdl9);
    --color-text-dropdown-item-default-gv6npt:var(--color-neutral-300-ykaajl);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-300-lbt26q);
    --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-250-77d0j6);
    --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-300-ykaajl);
    --color-text-empty-e8oi8k:var(--color-neutral-300-ykaajl);
    --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
    --color-text-form-default-02iaa3:var(--color-neutral-250-77d0j6);
    --color-text-form-label-tdlyd9:var(--color-neutral-250-77d0j6);
    --color-text-form-secondary-s4scs1:var(--color-neutral-450-4w2uiz);
    --color-text-group-label-kwqard:var(--color-neutral-350-15dbz7);
    --color-text-label-gen-ai-6ihd6j:var(--color-purple-400-lcb2ta);
    --color-text-heading-default-9iv5lb:var(--color-neutral-250-77d0j6);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-450-4w2uiz);
    --color-text-icon-subtle-0e8ipq:var(--color-neutral-400-nppdl9);
    --color-text-input-disabled-ukj9cu:var(--color-neutral-600-4k14bl);
    --color-text-input-placeholder-hz0ut2:var(--color-neutral-450-4w2uiz);
    --color-text-interactive-active-mb8zit:var(--color-neutral-100-xva5sx);
    --color-text-interactive-default-kkm8t6:var(--color-neutral-300-ykaajl);
    --color-text-interactive-disabled-scv2ec:var(--color-neutral-600-4k14bl);
    --color-text-interactive-hover-pij1mj:var(--color-neutral-100-xva5sx);
    --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-100-xva5sx);
    --color-text-inverted-fubpp0:var(--color-neutral-950-fc7tg7);
    --color-text-layout-toggle-active-41cu9g:var(--color-neutral-850-z568w9);
    --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-400-tdeooy);
    --color-text-layout-toggle-selected-nal9ty:var(--color-neutral-950-fc7tg7);
    --color-text-link-default-jk9mjs:var(--color-primary-400-tdeooy);
    --color-text-link-hover-wuyav1:var(--color-primary-300-lbt26q);
    --color-text-pagination-page-number-default-cg7sk0:var(--color-neutral-400-nppdl9);
    --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
    --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
    --color-text-small-jg0f5l:var(--color-neutral-450-4w2uiz);
    --color-text-status-error-ug8fw3:var(--color-error-400-9k5dg2);
    --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
    --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
    --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
    --color-text-status-warning-uphq2x:var(--color-warning-500-0wuk8q);
    --color-text-top-navigation-title-47354c:var(--color-neutral-100-xva5sx);
    --color-board-placeholder-active-5a5uzd:var(--color-neutral-600-4k14bl);
    --color-board-placeholder-hover-viqfiu:var(--color-primary-600-68oa7u);
    --color-drag-placeholder-active-p1fu1q:var(--color-neutral-600-4k14bl);
    --color-drag-placeholder-hover-cf3ljr:var(--color-primary-600-68oa7u);
    --color-dropzone-background-default-fpz8io:var(--color-neutral-850-z568w9);
    --color-dropzone-background-hover-x5a713:var(--color-primary-1000-qz6wq0);
    --color-dropzone-text-default-vshcme:var(--color-neutral-350-15dbz7);
    --color-dropzone-text-hover-9g1o07:var(--color-neutral-350-15dbz7);
    --color-dropzone-border-default-zs3xv6:var(--color-neutral-600-4k14bl);
    --color-dropzone-border-hover-nv8q76:var(--color-primary-300-lbt26q);
    --color-gap-global-drawer-eic530:var(--color-neutral-950-fc7tg7);
    --color-tree-view-connector-line-s3p7z5:var(--color-neutral-300-ykaajl);
    --color-background-action-card-default-ms9yyp:var(--color-neutral-850-z568w9);
    --color-background-action-card-hover-lvp2xz:var(--color-neutral-800-sggo8w);
    --color-background-action-card-active-i676rk:var(--color-neutral-700-1ebo78);
    --color-border-action-card-default-gjh6iy:var(--color-primary-400-tdeooy);
    --color-border-action-card-hover-qjpqnd:var(--color-primary-300-lbt26q);
    --color-border-action-card-active-ma8s38:var(--color-primary-300-lbt26q);
    --color-border-action-card-disabled-q83j3o:var(--color-neutral-600-4k14bl);
    --color-background-action-card-disabled-812fsr:var(--color-neutral-850-z568w9);
    --color-icon-action-card-default-5oew91:var(--color-primary-400-tdeooy);
    --color-icon-action-card-hover-yrrdio:var(--color-primary-300-lbt26q);
    --color-icon-action-card-active-8eg6vl:var(--color-primary-300-lbt26q);
    --color-icon-action-card-disabled-irm38o:var(--color-neutral-600-4k14bl);
    --color-background-skeleton-6r9jxc:var(--color-neutral-750-zvilej);
    --color-background-skeleton-wave-2uh1of:var(--color-neutral-700-1ebo78);
    --color-background-code-view-1n4cnh:#282c34;
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-text-direction-button-disabled-xlsw9a:var(--color-text-interactive-disabled-scv2ec);
    --color-background-code-editor-gutter-active-line-error-1pe3y8:var(--color-text-status-error-ug8fw3);
    --color-background-card-cc759h:var(--color-background-container-content-ypckbh);
    --color-background-item-card-eyywx4:var(--color-background-card-cc759h);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-background-control-checked-4hlzpf);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-panel-jyobg5:var(--color-background-container-content-ypckbh);
    --color-background-layout-panel-content-hesbff:var(--color-background-container-content-ypckbh);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-modal-overlay-3wa0s8:var(--color-background-backdrop-iq1tj8);
    --color-background-segment-default-v6zlxl:var(--color-background-button-normal-default-tdts51);
    --color-background-segment-disabled-m960vh:var(--color-background-button-normal-disabled-aysl1o);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-wrapper-n3khl2:var(--color-background-container-content-ypckbh);
    --color-background-slider-range-default-3rgq14:var(--color-background-slider-handle-default-18tq1j);
    --color-background-slider-range-active-t2qsmr:var(--color-background-slider-handle-active-05aiwh);
    --color-background-slider-handle-error-default-ynmog8:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-error-active-erc5s1:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-error-default-t0x6jp:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-active-nt20qg:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-background-table-header-vtzvuu:var(--color-background-container-header-knegap);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-text-side-navigation-item-active-a1zr85:var(--color-text-accent-3g6liz);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-text-inverted-fubpp0);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-secondary-fp6d0c);
    --color-border-code-editor-pane-item-hover-mtly8t:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-editable-cell-hover-ctz4wx:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-input-disabled-whoc96:var(--color-background-input-disabled-veifwn);
    --color-border-item-placeholder-3hx3cu:var(--color-border-item-selected-ef1gd2);
    --color-border-item-selected-ef1gd2:var(--color-item-selected-uqe532);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-border-popover-7xwcy6:var(--color-border-dropdown-container-21kqyh);
    --color-border-segment-active-xtf3uq:var(--color-border-segment-default-06g83b);
    --color-border-segment-disabled-q7t6yj:var(--color-border-segment-default-06g83b);
    --color-border-segment-hover-1sgbua:var(--color-border-segment-default-06g83b);
    --color-border-segment-wrapper-lhltjg:var(--color-border-input-default-nyn06a);
    --color-border-dialog-temfam:var(--color-border-status-info-0ebxt2);
    --color-border-tabs-shadow-6059kz:var(--color-grey-transparent-v1s2dv);
    --color-border-tabs-underline-byrvqy:var(--color-text-accent-3g6liz);
    --color-border-tiles-disabled-eklghz:var(--color-background-tiles-disabled-n277me);
    --color-shadow-default-7dn9sg:var(--color-grey-transparent-heavy-m269mj);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-disabled-kypb2l:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-active-uvxpal:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-default-dibdfb:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-link-disabled-1aixcv:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-link-hover-1ciblf:var(--color-text-button-normal-hover-8fyho6);
    --color-text-calendar-date-hover-jsvbjx:var(--color-text-dropdown-item-default-gv6npt);
    --color-text-calendar-date-selected-k3d549:var(--color-background-control-default-nrh5lr);
    --color-text-column-sorting-icon-e19lu7:var(--color-text-column-header-inrv8c);
    --color-text-control-disabled-roypt4:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-group-label-e63684:var(--color-text-group-label-kwqard);
    --color-text-dropdown-item-dimmed-sj2wj0:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-disabled-vot6e7:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-accent-3g6liz);
    --color-text-expandable-section-navigation-icon-default-i2fzn2:var(--color-text-interactive-default-kkm8t6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-input-placeholder-disabled-yljq1a:var(--color-text-input-disabled-ukj9cu);
    --color-text-label-xm8nks:var(--color-text-form-label-tdlyd9);
    --color-text-key-value-pairs-value-wej1z9:var(--color-text-body-default-10lhjk);
    --color-text-link-secondary-default-tdvwac:var(--color-text-link-default-jk9mjs);
    --color-text-link-secondary-hover-wujy8p:var(--color-text-link-hover-wuyav1);
    --color-text-link-info-default-15ap6b:var(--color-text-link-default-jk9mjs);
    --color-text-link-info-hover-mzonq8:var(--color-text-link-hover-wuyav1);
    --color-text-pagination-page-number-active-disabled-0g1vpc:var(--color-text-interactive-disabled-scv2ec);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
    --color-background-badge-grey-pi8n07:var(--color-background-notification-grey-ck9rk6);
  }
  .awsui-context-content-header:not(#\9) {
    --color-grey-opaque-70-a5525t:rgba(15, 20, 26, 0.7);
    --color-grey-transparent-v1s2dv:rgba(15, 20, 26, 1);
    --color-grey-transparent-heavy-m269mj:rgba(15, 20, 26, 1);
    --color-background-badge-icon-oq79ey:var(--color-error-400-9k5dg2);
    --color-background-button-link-active-z8lsf6:var(--color-neutral-700-1ebo78);
    --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
    --color-background-button-normal-active-dcfd8d:var(--color-neutral-700-1ebo78);
    --color-background-button-normal-default-tdts51:var(--color-neutral-950-fc7tg7);
    --color-background-button-normal-disabled-aysl1o:var(--color-neutral-950-fc7tg7);
    --color-background-button-normal-hover-thgioo:var(--color-neutral-800-sggo8w);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-700-1ebo78);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-750-zvilej);
    --color-background-direction-button-disabled-myv5jw:var(--color-neutral-750-zvilej);
    --color-background-calendar-current-date-xb1nan:var(--color-neutral-700-1ebo78);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-500-evzfy2);
    --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-loading-9laqg7:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-700-1ebo78);
    --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-800-sggo8w);
    --color-background-container-content-ypckbh:var(--color-neutral-850-z568w9);
    --color-background-container-header-knegap:var(--color-neutral-850-z568w9);
    --color-background-control-checked-4hlzpf:var(--color-primary-400-tdeooy);
    --color-background-control-default-nrh5lr:var(--color-neutral-950-fc7tg7);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-700-1ebo78);
    --color-background-dropdown-item-default-2s0vpk:var(--color-neutral-800-sggo8w);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-700-1ebo78);
    --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-900-hav0uf);
    --color-background-inline-code-dtzhl7:rgba(255, 255, 255, 0.1);
    --color-background-input-default-wvdzir:var(--color-neutral-950-fc7tg7);
    --color-background-input-disabled-veifwn:var(--color-neutral-800-sggo8w);
    --color-background-item-selected-r2zdk6:var(--color-primary-1000-qz6wq0);
    --color-background-layout-main-h1l2yn:var(--color-neutral-950-fc7tg7);
    --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-700-1ebo78);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-400-tdeooy);
    --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-400-tdeooy);
    --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-300-lbt26q);
    --color-background-notification-grey-ck9rk6:var(--color-neutral-600-4k14bl);
    --color-background-popover-87jo9j:var(--color-neutral-800-sggo8w);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-400-tdeooy);
    --color-background-progress-bar-default-toal3z:var(--color-neutral-700-1ebo78);
    --color-background-segment-active-4o5dpt:var(--color-primary-400-tdeooy);
    --color-background-segment-default-v6zlxl:var(--color-neutral-950-fc7tg7);
    --color-background-segment-disabled-m960vh:var(--color-neutral-950-fc7tg7);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-400-tdeooy);
    --color-background-slider-handle-active-05aiwh:var(--color-primary-300-lbt26q);
    --color-background-slider-track-default-rzyeyw:var(--color-neutral-600-4k14bl);
    --color-background-slider-handle-ring-r6tmze:var(--color-neutral-850-z568w9);
    --color-background-status-error-c0g0k2:var(--color-error-1000-oice6e);
    --color-background-status-info-u6zadq:var(--color-info-1000-lja40w);
    --color-background-status-success-2j1li5:var(--color-success-1000-zy1prf);
    --color-background-status-warning-g7try8:var(--color-warning-1000-yqo7n7);
    --color-background-table-header-vtzvuu:var(--color-neutral-950-fc7tg7);
    --color-background-tiles-disabled-n277me:var(--color-neutral-800-sggo8w);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-900-uhv01b);
    --color-background-toggle-default-lkwdp5:var(--color-neutral-500-evzfy2);
    --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-950-fc7tg7);
    --color-border-button-normal-active-8mmtll:var(--color-primary-300-lbt26q);
    --color-border-button-normal-default-6tkrkx:var(--color-primary-400-tdeooy);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-400-tdeooy);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-600-4k14bl);
    --color-border-button-normal-hover-3w34pt:var(--color-primary-300-lbt26q);
    --color-item-selected-uqe532:var(--color-primary-400-tdeooy);
    --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-850-z568w9);
    --color-border-cell-shaded-1nts0o:var(--color-neutral-700-1ebo78);
    --color-border-code-editor-default-ahpzlg:var(--color-neutral-600-4k14bl);
    --color-border-divider-active-xtsw2t:var(--color-neutral-100-xva5sx);
    --color-border-divider-default-p3i4pf:var(--color-neutral-650-re41um);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-750-zvilej);
    --color-border-divider-table-group-rhzuu5:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-container-21kqyh:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-600-4k14bl);
    --color-border-input-default-nyn06a:var(--color-neutral-600-4k14bl);
    --color-border-input-focused-sw2top:var(--color-primary-400-tdeooy);
    --color-border-item-focused-kb13a4:var(--color-primary-400-tdeooy);
    --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-300-ykaajl);
    --color-border-layout-03xg8b:var(--color-neutral-650-re41um);
    --color-border-segment-default-06g83b:var(--color-neutral-300-ykaajl);
    --color-border-status-error-kbymrh:var(--color-error-400-9k5dg2);
    --color-border-status-info-0ebxt2:var(--color-info-400-kky6sa);
    --color-border-status-success-8js4zx:var(--color-success-500-zgiyh7);
    --color-border-status-warning-eeisrz:var(--color-warning-500-0wuk8q);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-300-ykaajl);
    --color-border-tabs-divider-b9mz5n:var(--color-neutral-650-re41um);
    --color-border-tutorial-j5g0bl:var(--color-neutral-650-re41um);
    --color-foreground-control-default-lplros:var(--color-neutral-950-fc7tg7);
    --color-foreground-control-disabled-tfwvqg:var(--color-neutral-850-z568w9);
    --color-foreground-control-read-only-gb48bp:var(--color-neutral-450-4w2uiz);
    --color-text-accent-3g6liz:var(--color-primary-400-tdeooy);
    --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-350-15dbz7);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-500-evzfy2);
    --color-text-breadcrumb-icon-erjppe:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-normal-active-t3pwtp:var(--color-primary-300-lbt26q);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-300-lbt26q);
    --color-text-button-normal-default-b02h0t:var(--color-primary-400-tdeooy);
    --color-text-button-normal-hover-8fyho6:var(--color-primary-300-lbt26q);
    --color-text-calendar-month-841oke:var(--color-neutral-450-4w2uiz);
    --color-text-code-editor-gutter-active-line-oq3gve:var(--color-neutral-950-fc7tg7);
    --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-300-ykaajl);
    --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-600-4k14bl);
    --color-text-code-editor-tab-button-error-42udfu:var(--color-neutral-950-fc7tg7);
    --color-text-column-header-inrv8c:var(--color-neutral-400-nppdl9);
    --color-text-counter-o7pka1:var(--color-neutral-450-4w2uiz);
    --color-text-disabled-dnv95s:var(--color-neutral-600-4k14bl);
    --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-400-nppdl9);
    --color-text-dropdown-item-default-gv6npt:var(--color-neutral-300-ykaajl);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-300-lbt26q);
    --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-250-77d0j6);
    --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-300-ykaajl);
    --color-text-empty-e8oi8k:var(--color-neutral-300-ykaajl);
    --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
    --color-text-form-default-02iaa3:var(--color-neutral-300-ykaajl);
    --color-text-form-secondary-s4scs1:var(--color-neutral-450-4w2uiz);
    --color-text-group-label-kwqard:var(--color-neutral-350-15dbz7);
    --color-text-label-gen-ai-6ihd6j:var(--color-purple-400-lcb2ta);
    --color-text-heading-default-9iv5lb:var(--color-neutral-250-77d0j6);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-450-4w2uiz);
    --color-text-icon-subtle-0e8ipq:var(--color-neutral-400-nppdl9);
    --color-text-input-disabled-ukj9cu:var(--color-neutral-600-4k14bl);
    --color-text-input-placeholder-hz0ut2:var(--color-neutral-450-4w2uiz);
    --color-text-interactive-active-mb8zit:var(--color-neutral-100-xva5sx);
    --color-text-interactive-default-kkm8t6:var(--color-neutral-300-ykaajl);
    --color-text-interactive-disabled-scv2ec:var(--color-neutral-600-4k14bl);
    --color-text-interactive-hover-pij1mj:var(--color-neutral-100-xva5sx);
    --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-100-xva5sx);
    --color-text-inverted-fubpp0:var(--color-neutral-950-fc7tg7);
    --color-text-layout-toggle-active-41cu9g:var(--color-neutral-850-z568w9);
    --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-400-tdeooy);
    --color-text-layout-toggle-selected-nal9ty:var(--color-neutral-950-fc7tg7);
    --color-text-link-default-jk9mjs:var(--color-primary-400-tdeooy);
    --color-text-link-hover-wuyav1:var(--color-primary-300-lbt26q);
    --color-text-pagination-page-number-default-cg7sk0:var(--color-neutral-400-nppdl9);
    --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
    --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
    --color-text-small-jg0f5l:var(--color-neutral-450-4w2uiz);
    --color-text-status-error-ug8fw3:var(--color-error-400-9k5dg2);
    --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
    --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
    --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
    --color-text-status-warning-uphq2x:var(--color-warning-500-0wuk8q);
    --color-text-top-navigation-title-47354c:var(--color-neutral-100-xva5sx);
    --color-board-placeholder-active-5a5uzd:var(--color-neutral-600-4k14bl);
    --color-board-placeholder-hover-viqfiu:var(--color-primary-600-68oa7u);
    --color-drag-placeholder-active-p1fu1q:var(--color-neutral-600-4k14bl);
    --color-drag-placeholder-hover-cf3ljr:var(--color-primary-600-68oa7u);
    --color-dropzone-background-default-fpz8io:var(--color-neutral-850-z568w9);
    --color-dropzone-background-hover-x5a713:var(--color-primary-1000-qz6wq0);
    --color-dropzone-text-default-vshcme:var(--color-neutral-350-15dbz7);
    --color-dropzone-text-hover-9g1o07:var(--color-neutral-350-15dbz7);
    --color-dropzone-border-default-zs3xv6:var(--color-neutral-600-4k14bl);
    --color-dropzone-border-hover-nv8q76:var(--color-primary-300-lbt26q);
    --color-gap-global-drawer-eic530:var(--color-neutral-950-fc7tg7);
    --color-tree-view-connector-line-s3p7z5:var(--color-neutral-300-ykaajl);
    --color-background-action-card-default-ms9yyp:var(--color-neutral-850-z568w9);
    --color-background-action-card-hover-lvp2xz:var(--color-neutral-800-sggo8w);
    --color-background-action-card-active-i676rk:var(--color-neutral-700-1ebo78);
    --color-border-action-card-default-gjh6iy:var(--color-primary-400-tdeooy);
    --color-border-action-card-hover-qjpqnd:var(--color-primary-300-lbt26q);
    --color-border-action-card-active-ma8s38:var(--color-primary-300-lbt26q);
    --color-border-action-card-disabled-q83j3o:var(--color-neutral-600-4k14bl);
    --color-background-action-card-disabled-812fsr:var(--color-neutral-850-z568w9);
    --color-icon-action-card-default-5oew91:var(--color-primary-400-tdeooy);
    --color-icon-action-card-hover-yrrdio:var(--color-primary-300-lbt26q);
    --color-icon-action-card-active-8eg6vl:var(--color-primary-300-lbt26q);
    --color-icon-action-card-disabled-irm38o:var(--color-neutral-600-4k14bl);
    --color-background-skeleton-6r9jxc:var(--color-neutral-750-zvilej);
    --color-background-skeleton-wave-2uh1of:var(--color-neutral-700-1ebo78);
    --color-background-code-view-1n4cnh:#282c34;
    --shadow-container-4vapbk:none;
    --shadow-container-active-9exaql:0px 1px 1px 1px #192534, 0px 6px 36px #00040c;
    --shadow-dropdown-8wmt3o:0px 4px 20px 1px rgba(0, 4, 12, 1);
    --shadow-split-bottom-6m46xs:0px -36px 36px -36px rgba(0, 7, 22, 1);
    --shadow-split-side-kfzlfb:-1px 0px 1px 0px #192534, -36px 6px 36px -36px rgba(0, 7, 22, 1);
    --shadow-sticky-h3413w:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
    --shadow-sticky-embedded-xyz5bf:0px 2px 0px 0px #414d5c, 0px 16px 16px -12px rgba(0, 7, 22, 1);
    --shadow-sticky-column-first-yn8y77:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
    --shadow-sticky-column-last-kiekjr:0px 4px 8px 1px rgba(0, 7, 22, 0.5);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-text-direction-button-disabled-xlsw9a:var(--color-text-interactive-disabled-scv2ec);
    --color-background-code-editor-gutter-active-line-error-1pe3y8:var(--color-text-status-error-ug8fw3);
    --color-background-card-cc759h:var(--color-background-container-content-ypckbh);
    --color-background-item-card-eyywx4:var(--color-background-card-cc759h);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-background-control-checked-4hlzpf);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-panel-jyobg5:var(--color-background-container-content-ypckbh);
    --color-background-layout-panel-content-hesbff:var(--color-background-container-content-ypckbh);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-modal-overlay-3wa0s8:var(--color-background-backdrop-iq1tj8);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-wrapper-n3khl2:var(--color-background-container-content-ypckbh);
    --color-background-slider-range-default-3rgq14:var(--color-background-slider-handle-default-18tq1j);
    --color-background-slider-range-active-t2qsmr:var(--color-background-slider-handle-active-05aiwh);
    --color-background-slider-handle-error-default-ynmog8:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-error-active-erc5s1:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-error-default-t0x6jp:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-active-nt20qg:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-text-side-navigation-item-active-a1zr85:var(--color-text-accent-3g6liz);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-text-inverted-fubpp0);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-secondary-fp6d0c);
    --color-border-code-editor-pane-item-hover-mtly8t:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-editable-cell-hover-ctz4wx:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-input-disabled-whoc96:var(--color-background-input-disabled-veifwn);
    --color-border-item-placeholder-3hx3cu:var(--color-border-item-selected-ef1gd2);
    --color-border-item-selected-ef1gd2:var(--color-item-selected-uqe532);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-border-popover-7xwcy6:var(--color-border-dropdown-container-21kqyh);
    --color-border-segment-active-xtf3uq:var(--color-border-segment-default-06g83b);
    --color-border-segment-disabled-q7t6yj:var(--color-border-segment-default-06g83b);
    --color-border-segment-hover-1sgbua:var(--color-border-segment-default-06g83b);
    --color-border-segment-wrapper-lhltjg:var(--color-border-input-default-nyn06a);
    --color-border-dialog-temfam:var(--color-border-status-info-0ebxt2);
    --color-border-tabs-shadow-6059kz:var(--color-grey-transparent-v1s2dv);
    --color-border-tabs-underline-byrvqy:var(--color-text-accent-3g6liz);
    --color-border-tiles-disabled-eklghz:var(--color-background-tiles-disabled-n277me);
    --color-shadow-default-7dn9sg:var(--color-grey-transparent-heavy-m269mj);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-disabled-kypb2l:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-active-uvxpal:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-default-dibdfb:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-link-disabled-1aixcv:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-link-hover-1ciblf:var(--color-text-button-normal-hover-8fyho6);
    --color-text-calendar-date-hover-jsvbjx:var(--color-text-dropdown-item-default-gv6npt);
    --color-text-calendar-date-selected-k3d549:var(--color-background-control-default-nrh5lr);
    --color-text-column-sorting-icon-e19lu7:var(--color-text-column-header-inrv8c);
    --color-text-control-disabled-roypt4:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-group-label-e63684:var(--color-text-group-label-kwqard);
    --color-text-dropdown-item-dimmed-sj2wj0:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-disabled-vot6e7:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-accent-3g6liz);
    --color-text-expandable-section-navigation-icon-default-i2fzn2:var(--color-text-interactive-default-kkm8t6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-form-label-tdlyd9:var(--color-text-form-default-02iaa3);
    --color-text-input-placeholder-disabled-yljq1a:var(--color-text-input-disabled-ukj9cu);
    --color-text-label-xm8nks:var(--color-text-form-label-tdlyd9);
    --color-text-key-value-pairs-value-wej1z9:var(--color-text-body-default-10lhjk);
    --color-text-link-secondary-default-tdvwac:var(--color-text-link-default-jk9mjs);
    --color-text-link-secondary-hover-wujy8p:var(--color-text-link-hover-wuyav1);
    --color-text-link-info-default-15ap6b:var(--color-text-link-default-jk9mjs);
    --color-text-link-info-hover-mzonq8:var(--color-text-link-hover-wuyav1);
    --color-text-pagination-page-number-active-disabled-0g1vpc:var(--color-text-interactive-disabled-scv2ec);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
    --color-background-badge-grey-pi8n07:var(--color-background-notification-grey-ck9rk6);
    --shadow-dropup-blloah:var(--shadow-dropdown-8wmt3o);
    --shadow-modal-3ff0g5:var(--shadow-dropdown-8wmt3o);
    --shadow-popover-58p6ym:var(--shadow-dropdown-8wmt3o);
  }
  .awsui-context-app-layout-toolbar:not(#\9) {
    --color-background-layout-main-h1l2yn:var(--color-neutral-50-5676vk);
  }
  .awsui-context-compact-table:not(#\9) {
    --size-vertical-input-tza5ti:28px;
    --space-scaled-xxxs-7blpsd:var(--space-none-ea32lj);
    --space-scaled-xxs-vdp1uk:var(--space-xxxs-zelp5l);
    --space-scaled-xs-rt720d:var(--space-xxs-0gmk42);
    --space-scaled-s-yqvmoz:var(--space-xs-j1ch97);
    --space-scaled-m-z0ah6c:var(--space-s-kbzdb8);
    --space-scaled-l-gr6kh1:var(--space-m-utxyzm);
    --space-scaled-xl-xls2ln:var(--space-l-0ykpb1);
    --space-scaled-xxl-fs6lrd:var(--space-xl-d84eey);
    --space-scaled-xxxl-fzl3le:var(--space-xxl-exi600);
    --space-alert-vertical-yigdcv:var(--space-flashbar-vertical-11xrcr);
    --space-button-horizontal-w2nh9z:var(--space-scaled-l-gr6kh1);
    --space-button-vertical-zpwgu8:var(--space-scaled-xxs-vdp1uk);
    --space-token-vertical-vkegei:var(--space-scaled-xxs-vdp1uk);
    --space-button-modal-dismiss-vertical-n0qz7a:var(--space-scaled-xxxs-7blpsd);
    --space-card-vertical-default-3o3j4q:var(--space-scaled-m-z0ah6c);
    --space-item-card-vertical-default-g9cmag:var(--space-card-vertical-default-3o3j4q);
    --space-container-header-bottom-rmst01:var(--space-scaled-xs-rt720d);
    --space-content-header-padding-bottom-p7tb1a:var(--space-scaled-m-z0ah6c);
    --space-flashbar-vertical-11xrcr:var(--space-scaled-xs-rt720d);
    --space-panel-content-bottom-4qwb01:var(--space-scaled-xxxl-fzl3le);
    --space-panel-content-top-ksxtkt:var(--space-scaled-l-gr6kh1);
    --space-panel-header-vertical-ue8lsi:var(--space-scaled-l-gr6kh1);
    --space-panel-side-right-7i9ldk:var(--space-scaled-xl-xls2ln);
    --space-panel-split-top-clano1:var(--space-scaled-l-gr6kh1);
    --space-panel-split-bottom-spe3ap:var(--space-scaled-l-gr6kh1);
    --space-tabs-content-top-5ly6bu:var(--space-scaled-s-yqvmoz);
    --space-tabs-vertical-v9w9r8:var(--space-scaled-xxs-vdp1uk);
    --space-action-card-vertical-default-l73t2i:var(--space-card-vertical-default-3o3j4q);
    --space-action-card-description-padding-top-rbhns1:var(--space-scaled-xxs-vdp1uk);
  }
  .awsui-context-flashbar:not(#\9) {
    --color-background-button-normal-active-dcfd8d:rgba(0, 7, 22, 0.2);
    --color-background-button-normal-default-tdts51:transparent;
    --color-background-button-normal-hover-thgioo:rgba(0, 7, 22, 0.15);
    --color-background-button-primary-active-gdpmk3:var(--color-primary-900-uhv01b);
    --color-background-button-primary-default-jkrurf:var(--color-border-button-normal-default-6tkrkx);
    --color-background-button-primary-hover-ilieew:var(--color-border-button-normal-hover-3w34pt);
    --color-background-inline-code-dtzhl7:rgba(0, 0, 0, 0.2);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-white-qzbjhi);
    --color-background-progress-bar-default-toal3z:var(--color-grey-opaque-25-xck8i0);
    --color-border-button-normal-active-8mmtll:var(--color-white-qzbjhi);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-100-xva5sx);
    --color-border-button-normal-hover-3w34pt:var(--color-white-qzbjhi);
    --color-border-divider-default-p3i4pf:var(--color-neutral-100-xva5sx);
    --color-border-item-focused-kb13a4:var(--color-neutral-100-xva5sx);
    --color-text-body-default-10lhjk:var(--color-neutral-100-xva5sx);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-100-xva5sx);
    --color-text-button-normal-active-t3pwtp:var(--color-white-qzbjhi);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-100-xva5sx);
    --color-text-button-normal-hover-8fyho6:var(--color-white-qzbjhi);
    --color-text-button-primary-active-bx3pic:var(--color-white-qzbjhi);
    --color-text-button-primary-default-drtg2k:var(--color-white-qzbjhi);
    --color-text-button-primary-hover-25ew2y:var(--color-white-qzbjhi);
    --color-text-expandable-section-default-cu31n3:var(--color-neutral-100-xva5sx);
    --color-text-expandable-section-hover-0iv7b1:var(--color-white-qzbjhi);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-100-xva5sx);
    --color-text-label-xm8nks:var(--color-neutral-100-xva5sx);
    --color-text-link-default-jk9mjs:var(--color-neutral-100-xva5sx);
    --color-text-link-hover-wuyav1:var(--color-white-qzbjhi);
    --color-text-status-error-ug8fw3:var(--color-text-notification-default-v9tldm);
    --color-text-status-info-3kb8ql:var(--color-text-notification-default-v9tldm);
    --color-text-status-success-ikvqka:var(--color-text-notification-default-v9tldm);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-neutral-300-ykaajl);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-neutral-100-xva5sx);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-code-editor-gutter-active-line-error-1pe3y8:var(--color-text-status-error-ug8fw3);
    --color-background-segment-default-v6zlxl:var(--color-background-button-normal-default-tdts51);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-slider-handle-error-default-ynmog8:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-error-active-erc5s1:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-default-t0x6jp:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-active-nt20qg:var(--color-text-status-error-ug8fw3);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-secondary-fp6d0c);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-active-uvxpal:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-default-dibdfb:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-link-hover-1ciblf:var(--color-text-button-normal-hover-8fyho6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-key-value-pairs-value-wej1z9:var(--color-text-body-default-10lhjk);
    --color-text-link-secondary-default-tdvwac:var(--color-text-link-default-jk9mjs);
    --color-text-link-secondary-hover-wujy8p:var(--color-text-link-hover-wuyav1);
    --color-text-link-info-default-15ap6b:var(--color-text-link-default-jk9mjs);
    --color-text-link-info-hover-mzonq8:var(--color-text-link-hover-wuyav1);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
  }
  .awsui-context-flashbar-warning:not(#\9) {
    --color-background-button-normal-active-dcfd8d:rgba(0, 7, 22, 0.1);
    --color-background-button-normal-default-tdts51:transparent;
    --color-background-button-normal-hover-thgioo:rgba(0, 7, 22, 0.05);
    --color-background-button-primary-active-gdpmk3:var(--color-primary-900-uhv01b);
    --color-background-button-primary-default-jkrurf:var(--color-border-button-normal-default-6tkrkx);
    --color-background-button-primary-hover-ilieew:var(--color-border-button-normal-hover-3w34pt);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-neutral-950-fc7tg7);
    --color-background-progress-bar-default-toal3z:var(--color-grey-opaque-10-w2wjwq);
    --color-border-button-normal-active-8mmtll:var(--color-text-button-normal-hover-8fyho6);
    --color-border-button-normal-default-6tkrkx:var(--color-text-button-normal-default-b02h0t);
    --color-border-button-normal-hover-3w34pt:var(--color-text-button-normal-hover-8fyho6);
    --color-border-divider-default-p3i4pf:var(--color-text-notification-yellow-uepn8m);
    --color-border-item-focused-kb13a4:var(--color-text-notification-yellow-uepn8m);
    --color-text-body-default-10lhjk:var(--color-text-notification-yellow-uepn8m);
    --color-text-body-secondary-fp6d0c:var(--color-text-notification-yellow-uepn8m);
    --color-text-button-normal-active-t3pwtp:var(--color-text-button-normal-hover-8fyho6);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-650-re41um);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-950-fc7tg7);
    --color-text-link-button-normal-default-31udfi:var(--color-text-link-default-jk9mjs);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-link-hover-wuyav1);
    --color-text-button-primary-active-bx3pic:var(--color-white-qzbjhi);
    --color-text-button-primary-default-drtg2k:var(--color-white-qzbjhi);
    --color-text-button-primary-hover-25ew2y:var(--color-white-qzbjhi);
    --color-text-expandable-section-default-cu31n3:var(--color-text-notification-yellow-uepn8m);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-notification-yellow-uepn8m);
    --color-text-heading-secondary-ecsq93:var(--color-text-notification-yellow-uepn8m);
    --color-text-interactive-inverted-default-ch6i0p:var(--color-neutral-650-re41um);
    --color-text-interactive-inverted-hover-lq1pf9:var(--color-neutral-950-fc7tg7);
    --color-text-label-xm8nks:var(--color-text-notification-yellow-uepn8m);
    --color-text-link-default-jk9mjs:var(--color-text-notification-yellow-uepn8m);
    --color-text-link-hover-wuyav1:var(--color-text-notification-yellow-uepn8m);
    --color-text-link-inverted-hover-ainrw5:var(--color-text-notification-yellow-uepn8m);
    --color-text-notification-default-v9tldm:var(--color-text-notification-yellow-uepn8m);
    --color-text-status-warning-uphq2x:var(--color-text-notification-yellow-uepn8m);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-neutral-600-4k14bl);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-neutral-900-hav0uf);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-default-v6zlxl:var(--color-background-button-normal-default-tdts51);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-secondary-fp6d0c);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-active-uvxpal:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-default-dibdfb:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-link-hover-1ciblf:var(--color-text-button-normal-hover-8fyho6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-key-value-pairs-value-wej1z9:var(--color-text-body-default-10lhjk);
    --color-text-link-secondary-default-tdvwac:var(--color-text-link-default-jk9mjs);
    --color-text-link-secondary-hover-wujy8p:var(--color-text-link-hover-wuyav1);
    --color-text-link-info-default-15ap6b:var(--color-text-link-default-jk9mjs);
    --color-text-link-info-hover-mzonq8:var(--color-text-link-hover-wuyav1);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-badge-grey-75vypq:var(--color-text-notification-default-v9tldm);
    --color-text-badge-green-hc5dee:var(--color-text-notification-default-v9tldm);
    --color-text-badge-blue-s0eg8u:var(--color-text-notification-default-v9tldm);
    --color-text-badge-red-l8k7fn:var(--color-text-notification-default-v9tldm);
  }
  .awsui-context-alert:not(#\9) {
    --color-background-button-normal-active-dcfd8d:rgba(0, 7, 22, 0.1);
    --color-background-button-normal-default-tdts51:transparent;
    --color-background-button-normal-hover-thgioo:rgba(0, 7, 22, 0.05);
    --color-background-button-primary-active-gdpmk3:var(--color-primary-900-uhv01b);
    --color-background-button-primary-default-jkrurf:var(--color-border-button-normal-default-6tkrkx);
    --color-background-button-primary-hover-ilieew:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-normal-active-8mmtll:var(--color-text-button-normal-hover-8fyho6);
    --color-border-button-normal-default-6tkrkx:var(--color-text-button-normal-default-b02h0t);
    --color-border-button-normal-hover-3w34pt:var(--color-text-button-normal-hover-8fyho6);
    --color-border-divider-default-p3i4pf:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-normal-active-t3pwtp:var(--color-text-button-normal-hover-8fyho6);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-650-re41um);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-950-fc7tg7);
    --color-text-link-button-normal-default-31udfi:var(--color-text-link-default-jk9mjs);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-link-hover-wuyav1);
    --color-text-button-primary-active-bx3pic:var(--color-white-qzbjhi);
    --color-text-button-primary-default-drtg2k:var(--color-white-qzbjhi);
    --color-text-button-primary-hover-25ew2y:var(--color-white-qzbjhi);
    --color-text-expandable-section-default-cu31n3:var(--color-text-button-normal-default-b02h0t);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-button-normal-hover-8fyho6);
    --font-size-expandable-heading-5th9ka:14px;
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-default-v6zlxl:var(--color-background-button-normal-default-tdts51);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-active-uvxpal:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-default-dibdfb:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-link-hover-1ciblf:var(--color-text-button-normal-hover-8fyho6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
  }
  .awsui-context-content-header .awsui-context-alert:not(#\9) {
    --color-grey-opaque-70-a5525t:rgba(15, 20, 26, 0.7);
    --color-grey-transparent-v1s2dv:rgba(15, 20, 26, 1);
    --color-grey-transparent-heavy-m269mj:rgba(15, 20, 26, 1);
    --color-background-badge-icon-oq79ey:var(--color-error-400-9k5dg2);
    --color-background-button-link-active-z8lsf6:var(--color-neutral-700-1ebo78);
    --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
    --color-background-button-normal-active-dcfd8d:rgba(255, 255, 255, 0.15);
    --color-background-button-normal-default-tdts51:transparent;
    --color-background-button-normal-disabled-aysl1o:var(--color-neutral-850-z568w9);
    --color-background-button-normal-hover-thgioo:rgba(255, 255, 255, 0.1);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-700-1ebo78);
    --color-background-button-primary-active-gdpmk3:var(--color-primary-400-tdeooy);
    --color-background-button-primary-default-jkrurf:var(--color-border-button-normal-default-6tkrkx);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-750-zvilej);
    --color-background-button-primary-hover-ilieew:var(--color-border-button-normal-hover-3w34pt);
    --color-background-direction-button-disabled-myv5jw:var(--color-neutral-750-zvilej);
    --color-background-calendar-current-date-xb1nan:var(--color-neutral-700-1ebo78);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-500-evzfy2);
    --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-loading-9laqg7:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-700-1ebo78);
    --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-800-sggo8w);
    --color-background-container-content-ypckbh:var(--color-neutral-850-z568w9);
    --color-background-container-header-knegap:var(--color-neutral-850-z568w9);
    --color-background-control-checked-4hlzpf:var(--color-primary-400-tdeooy);
    --color-background-control-default-nrh5lr:var(--color-neutral-850-z568w9);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-700-1ebo78);
    --color-background-dropdown-item-default-2s0vpk:var(--color-neutral-800-sggo8w);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-700-1ebo78);
    --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-900-hav0uf);
    --color-background-inline-code-dtzhl7:rgba(255, 255, 255, 0.1);
    --color-background-input-default-wvdzir:var(--color-neutral-850-z568w9);
    --color-background-input-disabled-veifwn:var(--color-neutral-800-sggo8w);
    --color-background-item-selected-r2zdk6:var(--color-primary-1000-qz6wq0);
    --color-background-layout-main-h1l2yn:var(--color-neutral-850-z568w9);
    --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-700-1ebo78);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-400-tdeooy);
    --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-400-tdeooy);
    --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-300-lbt26q);
    --color-background-notification-grey-ck9rk6:var(--color-neutral-600-4k14bl);
    --color-background-popover-87jo9j:var(--color-neutral-800-sggo8w);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-400-tdeooy);
    --color-background-progress-bar-default-toal3z:var(--color-neutral-700-1ebo78);
    --color-background-segment-active-4o5dpt:var(--color-primary-400-tdeooy);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-400-tdeooy);
    --color-background-slider-handle-active-05aiwh:var(--color-primary-300-lbt26q);
    --color-background-slider-track-default-rzyeyw:var(--color-neutral-600-4k14bl);
    --color-background-slider-handle-ring-r6tmze:var(--color-neutral-850-z568w9);
    --color-background-status-error-c0g0k2:var(--color-error-1000-oice6e);
    --color-background-status-info-u6zadq:var(--color-info-1000-lja40w);
    --color-background-status-success-2j1li5:var(--color-success-1000-zy1prf);
    --color-background-status-warning-g7try8:var(--color-warning-1000-yqo7n7);
    --color-background-tiles-disabled-n277me:var(--color-neutral-800-sggo8w);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-900-uhv01b);
    --color-background-toggle-default-lkwdp5:var(--color-neutral-500-evzfy2);
    --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-950-fc7tg7);
    --color-border-button-normal-active-8mmtll:var(--color-text-button-normal-hover-8fyho6);
    --color-border-button-normal-default-6tkrkx:var(--color-text-button-normal-default-b02h0t);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-400-tdeooy);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-600-4k14bl);
    --color-border-button-normal-hover-3w34pt:var(--color-text-button-normal-hover-8fyho6);
    --color-item-selected-uqe532:var(--color-primary-400-tdeooy);
    --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-850-z568w9);
    --color-border-cell-shaded-1nts0o:var(--color-neutral-700-1ebo78);
    --color-border-code-editor-default-ahpzlg:var(--color-neutral-600-4k14bl);
    --color-border-divider-active-xtsw2t:var(--color-neutral-100-xva5sx);
    --color-border-divider-default-p3i4pf:var(--color-text-button-normal-default-b02h0t);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-750-zvilej);
    --color-border-divider-table-group-rhzuu5:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-container-21kqyh:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-600-4k14bl);
    --color-border-input-default-nyn06a:var(--color-neutral-600-4k14bl);
    --color-border-input-focused-sw2top:var(--color-primary-400-tdeooy);
    --color-border-item-focused-kb13a4:var(--color-neutral-100-xva5sx);
    --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-300-ykaajl);
    --color-border-layout-03xg8b:var(--color-neutral-650-re41um);
    --color-border-segment-default-06g83b:var(--color-neutral-300-ykaajl);
    --color-border-status-error-kbymrh:var(--color-error-400-9k5dg2);
    --color-border-status-info-0ebxt2:var(--color-info-400-kky6sa);
    --color-border-status-success-8js4zx:var(--color-success-500-zgiyh7);
    --color-border-status-warning-eeisrz:var(--color-warning-500-0wuk8q);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-300-ykaajl);
    --color-border-tabs-divider-b9mz5n:var(--color-neutral-650-re41um);
    --color-border-tutorial-j5g0bl:var(--color-neutral-650-re41um);
    --color-foreground-control-default-lplros:var(--color-neutral-950-fc7tg7);
    --color-foreground-control-disabled-tfwvqg:var(--color-neutral-850-z568w9);
    --color-foreground-control-read-only-gb48bp:var(--color-neutral-450-4w2uiz);
    --color-text-accent-3g6liz:var(--color-primary-400-tdeooy);
    --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-350-15dbz7);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-500-evzfy2);
    --color-text-breadcrumb-icon-erjppe:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-normal-active-t3pwtp:var(--color-text-button-normal-hover-8fyho6);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-300-lbt26q);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-300-ykaajl);
    --color-text-button-normal-hover-8fyho6:var(--color-white-qzbjhi);
    --color-text-link-button-normal-default-31udfi:var(--color-text-link-default-jk9mjs);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-link-hover-wuyav1);
    --color-text-calendar-month-841oke:var(--color-neutral-450-4w2uiz);
    --color-text-code-editor-gutter-active-line-oq3gve:var(--color-neutral-950-fc7tg7);
    --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-300-ykaajl);
    --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-600-4k14bl);
    --color-text-code-editor-tab-button-error-42udfu:var(--color-neutral-950-fc7tg7);
    --color-text-column-header-inrv8c:var(--color-neutral-400-nppdl9);
    --color-text-counter-o7pka1:var(--color-neutral-450-4w2uiz);
    --color-text-disabled-dnv95s:var(--color-neutral-600-4k14bl);
    --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-400-nppdl9);
    --color-text-dropdown-item-default-gv6npt:var(--color-neutral-300-ykaajl);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-300-lbt26q);
    --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-250-77d0j6);
    --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-300-ykaajl);
    --color-text-empty-e8oi8k:var(--color-neutral-300-ykaajl);
    --color-text-expandable-section-default-cu31n3:var(--color-text-button-normal-default-b02h0t);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-button-normal-hover-8fyho6);
    --color-text-form-default-02iaa3:var(--color-neutral-300-ykaajl);
    --color-text-form-secondary-s4scs1:var(--color-neutral-450-4w2uiz);
    --color-text-group-label-kwqard:var(--color-neutral-350-15dbz7);
    --color-text-label-gen-ai-6ihd6j:var(--color-purple-400-lcb2ta);
    --color-text-heading-default-9iv5lb:var(--color-neutral-250-77d0j6);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-450-4w2uiz);
    --color-text-icon-subtle-0e8ipq:var(--color-neutral-400-nppdl9);
    --color-text-input-disabled-ukj9cu:var(--color-neutral-600-4k14bl);
    --color-text-input-placeholder-hz0ut2:var(--color-neutral-450-4w2uiz);
    --color-text-interactive-active-mb8zit:var(--color-neutral-100-xva5sx);
    --color-text-interactive-default-kkm8t6:var(--color-neutral-300-ykaajl);
    --color-text-interactive-disabled-scv2ec:var(--color-neutral-600-4k14bl);
    --color-text-interactive-hover-pij1mj:var(--color-neutral-100-xva5sx);
    --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-100-xva5sx);
    --color-text-inverted-fubpp0:var(--color-neutral-950-fc7tg7);
    --color-text-layout-toggle-active-41cu9g:var(--color-neutral-850-z568w9);
    --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-400-tdeooy);
    --color-text-layout-toggle-selected-nal9ty:var(--color-neutral-950-fc7tg7);
    --color-text-link-default-jk9mjs:var(--color-primary-400-tdeooy);
    --color-text-link-hover-wuyav1:var(--color-primary-300-lbt26q);
    --color-text-pagination-page-number-default-cg7sk0:var(--color-neutral-400-nppdl9);
    --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
    --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
    --color-text-small-jg0f5l:var(--color-neutral-450-4w2uiz);
    --color-text-status-error-ug8fw3:var(--color-error-400-9k5dg2);
    --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
    --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
    --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
    --color-text-status-warning-uphq2x:var(--color-warning-500-0wuk8q);
    --color-text-top-navigation-title-47354c:var(--color-neutral-100-xva5sx);
    --color-board-placeholder-active-5a5uzd:var(--color-neutral-600-4k14bl);
    --color-board-placeholder-hover-viqfiu:var(--color-primary-600-68oa7u);
    --color-drag-placeholder-active-p1fu1q:var(--color-neutral-600-4k14bl);
    --color-drag-placeholder-hover-cf3ljr:var(--color-primary-600-68oa7u);
    --color-dropzone-background-default-fpz8io:var(--color-neutral-850-z568w9);
    --color-dropzone-background-hover-x5a713:var(--color-primary-1000-qz6wq0);
    --color-dropzone-text-default-vshcme:var(--color-neutral-350-15dbz7);
    --color-dropzone-text-hover-9g1o07:var(--color-neutral-350-15dbz7);
    --color-dropzone-border-default-zs3xv6:var(--color-neutral-600-4k14bl);
    --color-dropzone-border-hover-nv8q76:var(--color-primary-300-lbt26q);
    --color-gap-global-drawer-eic530:var(--color-neutral-950-fc7tg7);
    --color-tree-view-connector-line-s3p7z5:var(--color-neutral-300-ykaajl);
    --color-background-action-card-default-ms9yyp:var(--color-neutral-850-z568w9);
    --color-background-action-card-hover-lvp2xz:var(--color-neutral-800-sggo8w);
    --color-background-action-card-active-i676rk:var(--color-neutral-700-1ebo78);
    --color-border-action-card-default-gjh6iy:var(--color-primary-400-tdeooy);
    --color-border-action-card-hover-qjpqnd:var(--color-primary-300-lbt26q);
    --color-border-action-card-active-ma8s38:var(--color-primary-300-lbt26q);
    --color-border-action-card-disabled-q83j3o:var(--color-neutral-600-4k14bl);
    --color-background-action-card-disabled-812fsr:var(--color-neutral-850-z568w9);
    --color-icon-action-card-default-5oew91:var(--color-primary-400-tdeooy);
    --color-icon-action-card-hover-yrrdio:var(--color-primary-300-lbt26q);
    --color-icon-action-card-active-8eg6vl:var(--color-primary-300-lbt26q);
    --color-icon-action-card-disabled-irm38o:var(--color-neutral-600-4k14bl);
    --color-background-skeleton-6r9jxc:var(--color-neutral-750-zvilej);
    --color-background-skeleton-wave-2uh1of:var(--color-neutral-700-1ebo78);
    --color-background-code-view-1n4cnh:#282c34;
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-text-direction-button-disabled-xlsw9a:var(--color-text-interactive-disabled-scv2ec);
    --color-background-code-editor-gutter-active-line-error-1pe3y8:var(--color-text-status-error-ug8fw3);
    --color-background-card-cc759h:var(--color-background-container-content-ypckbh);
    --color-background-item-card-eyywx4:var(--color-background-card-cc759h);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-background-control-checked-4hlzpf);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-panel-jyobg5:var(--color-background-container-content-ypckbh);
    --color-background-layout-panel-content-hesbff:var(--color-background-container-content-ypckbh);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-modal-overlay-3wa0s8:var(--color-background-backdrop-iq1tj8);
    --color-background-segment-default-v6zlxl:var(--color-background-button-normal-default-tdts51);
    --color-background-segment-disabled-m960vh:var(--color-background-button-normal-disabled-aysl1o);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-wrapper-n3khl2:var(--color-background-container-content-ypckbh);
    --color-background-slider-range-default-3rgq14:var(--color-background-slider-handle-default-18tq1j);
    --color-background-slider-range-active-t2qsmr:var(--color-background-slider-handle-active-05aiwh);
    --color-background-slider-handle-error-default-ynmog8:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-error-active-erc5s1:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-error-default-t0x6jp:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-active-nt20qg:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-background-table-header-vtzvuu:var(--color-background-container-header-knegap);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-text-side-navigation-item-active-a1zr85:var(--color-text-accent-3g6liz);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-text-inverted-fubpp0);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-secondary-fp6d0c);
    --color-border-code-editor-pane-item-hover-mtly8t:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-editable-cell-hover-ctz4wx:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-input-disabled-whoc96:var(--color-background-input-disabled-veifwn);
    --color-border-item-placeholder-3hx3cu:var(--color-border-item-selected-ef1gd2);
    --color-border-item-selected-ef1gd2:var(--color-item-selected-uqe532);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-border-popover-7xwcy6:var(--color-border-dropdown-container-21kqyh);
    --color-border-segment-active-xtf3uq:var(--color-border-segment-default-06g83b);
    --color-border-segment-disabled-q7t6yj:var(--color-border-segment-default-06g83b);
    --color-border-segment-hover-1sgbua:var(--color-border-segment-default-06g83b);
    --color-border-segment-wrapper-lhltjg:var(--color-border-input-default-nyn06a);
    --color-border-dialog-temfam:var(--color-border-status-info-0ebxt2);
    --color-border-tabs-shadow-6059kz:var(--color-grey-transparent-v1s2dv);
    --color-border-tabs-underline-byrvqy:var(--color-text-accent-3g6liz);
    --color-border-tiles-disabled-eklghz:var(--color-background-tiles-disabled-n277me);
    --color-shadow-default-7dn9sg:var(--color-grey-transparent-heavy-m269mj);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-disabled-kypb2l:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-active-uvxpal:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-default-dibdfb:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-link-disabled-1aixcv:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-link-hover-1ciblf:var(--color-text-button-normal-hover-8fyho6);
    --color-text-calendar-date-hover-jsvbjx:var(--color-text-dropdown-item-default-gv6npt);
    --color-text-calendar-date-selected-k3d549:var(--color-background-control-default-nrh5lr);
    --color-text-column-sorting-icon-e19lu7:var(--color-text-column-header-inrv8c);
    --color-text-control-disabled-roypt4:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-group-label-e63684:var(--color-text-group-label-kwqard);
    --color-text-dropdown-item-dimmed-sj2wj0:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-disabled-vot6e7:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-text-expandable-section-navigation-icon-default-i2fzn2:var(--color-text-interactive-default-kkm8t6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-form-label-tdlyd9:var(--color-text-form-default-02iaa3);
    --color-text-input-placeholder-disabled-yljq1a:var(--color-text-input-disabled-ukj9cu);
    --color-text-label-xm8nks:var(--color-text-form-label-tdlyd9);
    --color-text-key-value-pairs-value-wej1z9:var(--color-text-body-default-10lhjk);
    --color-text-link-secondary-default-tdvwac:var(--color-text-link-default-jk9mjs);
    --color-text-link-secondary-hover-wujy8p:var(--color-text-link-hover-wuyav1);
    --color-text-link-info-default-15ap6b:var(--color-text-link-default-jk9mjs);
    --color-text-link-info-hover-mzonq8:var(--color-text-link-hover-wuyav1);
    --color-text-pagination-page-number-active-disabled-0g1vpc:var(--color-text-interactive-disabled-scv2ec);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
    --color-background-badge-grey-pi8n07:var(--color-background-notification-grey-ck9rk6);
  }
  @media not print {
    .awsui-polaris-dark-mode .awsui-context-app-layout-toolbar:not(#\9), .awsui-context-app-layout-toolbar.awsui-polaris-dark-mode:not(#\9) {
      --color-background-layout-main-h1l2yn:var(--color-neutral-900-hav0uf);
    }
  }
  @media not print {
    .awsui-polaris-dark-mode .awsui-context-flashbar:not(#\9), .awsui-context-flashbar.awsui-polaris-dark-mode:not(#\9) {
      --color-background-button-primary-active-gdpmk3:var(--color-primary-400-tdeooy);
      --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    }
  }
  @media not print {
    .awsui-polaris-dark-mode .awsui-context-flashbar-warning:not(#\9), .awsui-context-flashbar-warning.awsui-polaris-dark-mode:not(#\9) {
      --color-background-button-primary-active-gdpmk3:var(--color-primary-400-tdeooy);
      --color-background-inline-code-dtzhl7:rgba(0, 0, 0, 0.1);
      --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    }
  }
  @media not print {
    .awsui-polaris-dark-mode .awsui-context-alert:not(#\9), .awsui-context-alert.awsui-polaris-dark-mode:not(#\9) {
      --color-background-button-normal-active-dcfd8d:rgba(255, 255, 255, 0.15);
      --color-background-button-normal-hover-thgioo:rgba(255, 255, 255, 0.1);
      --color-background-button-primary-active-gdpmk3:var(--color-primary-400-tdeooy);
      --color-border-item-focused-kb13a4:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-default-b02h0t:var(--color-neutral-300-ykaajl);
      --color-text-button-normal-hover-8fyho6:var(--color-white-qzbjhi);
      --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    }
  }
  .awsui-one-theme:not(#\9) {
    --color-primary-50-1eutn3:#f5f7ff;
    --color-primary-100-j02ykd:#dbe4ff;
    --color-primary-200-b7ev0t:#c2d1ff;
    --color-primary-300-lbt26q:#94afff;
    --color-primary-400-tdeooy:#7598ff;
    --color-primary-500-66353q:#5c7fff;
    --color-primary-600-68oa7u:#295eff;
    --color-primary-700-5lbazr:#003efa;
    --color-primary-800-r5zau9:#0033cc;
    --color-primary-900-uhv01b:#001a99;
    --color-primary-1000-qz6wq0:#000833;
    --color-neutral-50-5676vk:#fcfcfc;
    --color-neutral-100-xva5sx:#f9f9f9;
    --color-neutral-150-2fj74l:#f8f8f8;
    --color-neutral-200-j5ayhc:#f5f5f5;
    --color-neutral-250-77d0j6:#ededed;
    --color-neutral-300-ykaajl:#e1e1e1;
    --color-neutral-350-15dbz7:#c9c9c9;
    --color-neutral-400-nppdl9:#b7b7b7;
    --color-neutral-450-4w2uiz:#a9a9a9;
    --color-neutral-500-evzfy2:#909090;
    --color-neutral-550-xry573:#808080;
    --color-neutral-600-4k14bl:#6b6b6b;
    --color-neutral-650-re41um:#494949;
    --color-neutral-700-1ebo78:#3b3b3b;
    --color-neutral-750-zvilej:#2d2d2d;
    --color-neutral-800-sggo8w:#242424;
    --color-neutral-850-z568w9:#1e1e1e;
    --color-neutral-900-hav0uf:#1a1a1a;
    --color-neutral-950-fc7tg7:#151515;
    --color-neutral-1000-2wv0ov:#080808;
    --color-info-50-d2w61k:#f5f7ff;
    --color-info-100-kz0nmy:#dbe4ff;
    --color-info-300-9fvy2x:#94afff;
    --color-info-400-kky6sa:#7598ff;
    --color-info-600-6pbmjo:#295eff;
    --color-info-700-g1xtvp:#003efa;
    --color-info-800-y6pd6e:#0033cc;
    --color-info-950-7fypw1:#001475;
    --color-info-1000-lja40w:#000833;
    --color-grey-opaque-70-a5525t:rgba(0, 0, 0, 0.7);
    --color-background-button-link-active-z8lsf6:var(--color-neutral-250-77d0j6);
    --color-background-button-link-hover-oiwez2:var(--color-neutral-150-2fj74l);
    --color-background-button-normal-active-dcfd8d:var(--color-neutral-200-j5ayhc);
    --color-background-button-normal-default-tdts51:var(--color-neutral-100-xva5sx);
    --color-background-button-normal-hover-thgioo:var(--color-neutral-150-2fj74l);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-white-qzbjhi);
    --color-background-button-primary-active-gdpmk3:var(--color-neutral-800-sggo8w);
    --color-background-button-primary-default-jkrurf:var(--color-neutral-800-sggo8w);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-400-nppdl9);
    --color-background-button-primary-hover-ilieew:var(--color-neutral-700-1ebo78);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-200-j5ayhc);
    --color-background-item-selected-r2zdk6:var(--color-neutral-150-2fj74l);
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-primary-500-66353q);
    --color-background-layout-main-h1l2yn:var(--color-neutral-50-5676vk);
    --color-background-layout-panel-content-hesbff:var(--color-neutral-50-5676vk);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-100-j02ykd);
    --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-100-j02ykd);
    --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-200-b7ev0t);
    --color-background-modal-overlay-3wa0s8:var(--color-grey-opaque-70-a5525t);
    --color-background-flashbar-success-ypiybg:var(--color-success-100-jirpsy);
    --color-background-flashbar-error-ef4lxm:var(--color-error-100-tyywtv);
    --color-background-flashbar-info-fp7x92:var(--color-info-100-kz0nmy);
    --color-background-flashbar-warning-bmz44s:var(--color-warning-100-zxtqq4);
    --color-background-segment-active-4o5dpt:var(--color-neutral-800-sggo8w);
    --color-background-segment-default-v6zlxl:transparent;
    --color-background-slider-range-default-3rgq14:var(--color-primary-600-68oa7u);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-background-control-disabled-rxfkeg);
    --color-background-status-indicator-error-8n1ecb:var(--color-error-50-694srb);
    --color-background-status-indicator-warning-6eur8z:var(--color-warning-50-tjk9zo);
    --color-background-status-indicator-success-aekiu7:var(--color-success-50-pncm30);
    --color-background-status-indicator-info-ztt1rn:var(--color-info-50-d2w61k);
    --color-background-status-indicator-neutral-75w2rk:var(--color-neutral-250-77d0j6);
    --color-border-button-normal-active-8mmtll:var(--color-neutral-400-nppdl9);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-500-evzfy2);
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-450-4w2uiz);
    --color-border-button-normal-hover-3w34pt:var(--color-neutral-600-4k14bl);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-100-xva5sx);
    --color-text-side-navigation-item-active-a1zr85:var(--color-primary-600-68oa7u);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-neutral-100-xva5sx);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-default-10lhjk);
    --color-border-divider-default-p3i4pf:var(--color-neutral-300-ykaajl);
    --color-border-item-placeholder-3hx3cu:var(--color-transparent-f66xjd);
    --color-border-item-selected-ef1gd2:var(--color-primary-600-68oa7u);
    --color-border-layout-03xg8b:var(--color-neutral-300-ykaajl);
    --color-border-popover-7xwcy6:var(--color-neutral-400-nppdl9);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-300-ykaajl);
    --color-text-body-default-10lhjk:var(--color-neutral-850-z568w9);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-600-4k14bl);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-950-fc7tg7);
    --color-text-button-normal-active-t3pwtp:var(--color-neutral-850-z568w9);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-neutral-900-hav0uf);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-700-1ebo78);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-850-z568w9);
    --color-text-button-link-active-uvxpal:var(--color-neutral-700-1ebo78);
    --color-text-button-link-default-dibdfb:var(--color-neutral-700-1ebo78);
    --color-text-button-link-disabled-1aixcv:var(--color-neutral-500-evzfy2);
    --color-text-button-link-hover-1ciblf:var(--color-neutral-700-1ebo78);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-50-5676vk);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-100-xva5sx);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-50-5676vk);
    --color-text-form-label-tdlyd9:var(--color-neutral-850-z568w9);
    --color-text-label-xm8nks:var(--color-neutral-600-4k14bl);
    --color-text-key-value-pairs-value-wej1z9:var(--color-neutral-950-fc7tg7);
    --color-text-layout-toggle-selected-nal9ty:var(--color-primary-600-68oa7u);
    --color-text-link-default-jk9mjs:var(--color-neutral-850-z568w9);
    --color-text-link-hover-wuyav1:var(--color-primary-600-68oa7u);
    --color-text-link-decoration-default-4ogme5:var(--color-neutral-650-re41um);
    --color-text-link-secondary-default-tdvwac:var(--color-neutral-700-1ebo78);
    --color-text-link-secondary-hover-wujy8p:var(--color-primary-600-68oa7u);
    --color-text-link-info-default-15ap6b:var(--color-primary-600-68oa7u);
    --color-text-link-info-hover-mzonq8:var(--color-primary-800-r5zau9);
    --color-text-segment-active-lm00pj:var(--color-neutral-200-j5ayhc);
    --color-text-segment-default-jadfx6:var(--color-neutral-600-4k14bl);
    --color-text-status-inactive-e342cs:var(--color-neutral-650-re41um);
    --color-text-status-warning-uphq2x:var(--color-warning-800-tcbc7b);
    --color-background-badge-green-g4lpdc:var(--color-success-100-jirpsy);
    --color-background-badge-blue-12pcf4:var(--color-info-100-kz0nmy);
    --color-background-badge-red-bf5kpw:var(--color-error-100-tyywtv);
    --color-background-badge-yellow-0l9mmn:var(--color-warning-100-zxtqq4);
    --color-background-badge-grey-pi8n07:var(--color-neutral-250-77d0j6);
    --color-text-badge-grey-75vypq:var(--color-neutral-800-sggo8w);
    --color-text-badge-green-hc5dee:var(--color-success-800-pans3i);
    --color-text-badge-blue-s0eg8u:var(--color-info-800-y6pd6e);
    --color-text-badge-red-l8k7fn:var(--color-error-800-1wtgkg);
    --color-background-code-view-1n4cnh:var(--color-neutral-200-j5ayhc);
    --font-display-label-weight-66zdy9:500;
    --font-family-base-17wkej:"Ember Modern Text UI", "Amazon Ember", Roboto, Arial, sans-serif;
    --font-side-navigation-section-header-size-scrgbg:14px;
    --font-side-navigation-section-header-weight-flfb1g:500;
    --font-size-form-label-sbizeo:14px;
    --font-size-key-value-pairs-label-uimgv7:14px;
    --font-size-tabs-kwuo9n:14px;
    --font-wayfinding-link-active-weight-jluh82:600;
    --font-weight-alert-header-880af0:500;
    --font-weight-bold-qswov1:500;
    --font-weight-breadcrumb-current-qnkgnt:400;
    --font-weight-button-ahb0ew:500;
    --font-weight-display-l-f871mx:500;
    --font-weight-flashbar-header-7qke37:500;
    --font-weight-form-label-mwfc4i:600;
    --font-weight-heading-l-jmylot:500;
    --font-weight-heading-m-gxmuqs:500;
    --font-weight-heading-s-jsg18b:500;
    --font-weight-heading-xl-fk9ofj:500;
    --font-weight-heading-xs-hhjjg1:500;
    --font-weight-key-value-pairs-label-ukainw:500;
    --font-weight-link-secondary-tif4cd:500;
    --font-weight-tabs-d6gxd9:600;
    --line-height-form-label-3tfec6:20px;
    --line-height-heading-xs-y2jce8:20px;
    --line-height-key-value-pairs-label-hmp8oj:20px;
    --border-item-width-y8srom:1px;
    --border-radius-alert-thlkk1:2px;
    --border-radius-badge-zy89pv:16px;
    --border-radius-button-sb9p0d:2px;
    --border-radius-container-r1vefe:4px;
    --border-radius-dropdown-942n6j:2px;
    --border-radius-dropzone-dwrq5h:4px;
    --border-radius-flashbar-03bn4q:2px;
    --border-radius-input-mcq1m5:2px;
    --border-radius-item-ej2e2w:2px;
    --border-radius-side-navigation-item-collapsed-g9mx2z:var(--border-radius-item-ej2e2w);
    --border-radius-popover-dg4ofa:4px;
    --border-radius-status-indicator-vnklth:2px;
    --border-radius-tabs-focus-ring-lnmyab:4px;
    --border-radius-token-24bwfa:2px;
    --border-radius-token-inline-gpddbh:var(--border-radius-token-24bwfa);
    --border-radius-tutorial-panel-item-c4jfca:4px;
    --border-width-alert-epjcgg:0px;
    --border-width-alert-inline-start-yibv52:2px;
    --border-width-flashbar-inline-start-drf1ca:2px;
    --border-width-button-cefyym:1px;
    --border-width-card-selected-c171zv:1px;
    --border-width-dropdown-3bily0:1px;
    --border-width-icon-big-361ptx:2px;
    --border-width-icon-large-5m59yy:2.5px;
    --border-width-icon-medium-whtb4e:1.75px;
    --border-width-icon-normal-4br07d:1.5px;
    --border-width-icon-small-873tvg:1.5px;
    --border-width-item-selected-lf7h9u:1px;
    --border-width-popover-fhrkmk:1px;
    --border-width-token-8dw39s:1px;
    --size-vertical-input-tza5ti:30px;
    --size-side-navigation-item-height-ov4ib9:30px;
    --space-alert-vertical-yigdcv:6px;
    --space-button-horizontal-w2nh9z:12px;
    --space-token-vertical-vkegei:1px;
    --space-field-vertical-sf2thg:4px;
    --space-flashbar-vertical-11xrcr:6px;
    --space-tabs-vertical-v9w9r8:2px;
    --space-side-navigation-item-gap-ejop82:5px;
    --space-side-navigation-item-collapsed-gap-9rcjwh:5px;
    --space-status-indicator-padding-horizontal-pbftfl:2px;
    --undefined-jpj5vi:#ff9e9e;
    --undefined-tm4kfb:#c20000;
    --undefined-95s614:#aeffa8;
    --undefined-b3o9hp:#007029;
    --undefined-59ed5u:#ffed4d;
    --undefined-pdfycr:#001a99;
    --undefined-q5z50z:#94afff;
    --undefined-ufn6w6:#5c7fff;
    --color-charts-status-neutral-1z6g0y:var(--color-neutral-500-evzfy2);
    --color-charts-threshold-info-pmphn2:var(--color-info-600-6pbmjo);
    --color-charts-threshold-neutral-vtkway:var(--color-neutral-600-4k14bl);
    --color-charts-line-grid-hbelbh:var(--color-neutral-300-ykaajl);
    --color-charts-line-tick-9ed3y9:var(--color-neutral-300-ykaajl);
    --color-charts-line-axis-8wxc29:var(--color-neutral-300-ykaajl);
    --color-charts-error-bar-marker-0mzv60:var(--color-neutral-900-hav0uf);
    --color-severity-grey-ft2k5t:var(--color-neutral-600-4k14bl);
    --color-background-notification-severity-neutral-6af8kq:var(--color-severity-grey-ft2k5t);
    --color-text-notification-severity-critical-yqyzmn:var(--color-neutral-100-xva5sx);
    --color-text-notification-severity-high-uwo1m6:var(--color-neutral-100-xva5sx);
    --color-text-notification-severity-medium-ri33q2:var(--color-neutral-950-fc7tg7);
    --color-text-notification-severity-low-lw60nb:var(--color-neutral-950-fc7tg7);
    --color-text-notification-severity-neutral-mh8a4h:var(--color-neutral-100-xva5sx);
    --color-text-badge-severity-critical-7tzpbo:var(--color-text-notification-severity-critical-yqyzmn);
    --color-text-badge-severity-high-weypto:var(--color-text-notification-severity-high-uwo1m6);
    --color-text-badge-severity-medium-9dnygx:var(--color-text-notification-severity-medium-ri33q2);
    --color-text-badge-severity-low-p6xf14:var(--color-text-notification-severity-low-lw60nb);
    --color-text-badge-severity-neutral-7e0yqn:var(--color-text-notification-severity-neutral-mh8a4h);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-direction-button-active-08yy0o:var(--color-neutral-750-zvilej);
    --color-background-direction-button-default-53o1k7:var(--color-neutral-650-re41um);
    --color-background-direction-button-disabled-myv5jw:var(--color-neutral-250-77d0j6);
    --color-background-direction-button-hover-t84c5h:var(--color-neutral-700-1ebo78);
    --color-text-direction-button-disabled-xlsw9a:var(--color-text-interactive-disabled-scv2ec);
    --color-background-calendar-current-date-xb1nan:var(--color-neutral-200-j5ayhc);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-150-2fj74l);
    --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-600-4k14bl);
    --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-200-j5ayhc);
    --color-background-code-editor-loading-9laqg7:var(--color-neutral-100-xva5sx);
    --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-250-77d0j6);
    --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-200-j5ayhc);
    --color-background-control-checked-4hlzpf:var(--color-primary-600-68oa7u);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-300-ykaajl);
    --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-200-j5ayhc);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-home-header-fmarqy:var(--color-neutral-950-fc7tg7);
    --color-background-input-disabled-veifwn:var(--color-neutral-250-77d0j6);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-mobile-panel-5ksurw:var(--color-neutral-950-fc7tg7);
    --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-250-77d0j6);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-layout-toggle-active-gsvdw1:var(--color-neutral-650-re41um);
    --color-background-layout-toggle-default-qwai9n:var(--color-neutral-650-re41um);
    --color-background-layout-toggle-hover-wglk07:var(--color-neutral-600-4k14bl);
    --color-background-notification-blue-34n9ob:var(--color-info-600-6pbmjo);
    --color-background-notification-grey-ck9rk6:var(--color-neutral-650-re41um);
    --color-background-notification-stack-bar-smck50:var(--color-neutral-750-zvilej);
    --color-background-notification-stack-bar-active-j5qj0j:var(--color-neutral-750-zvilej);
    --color-background-notification-stack-bar-hover-uighv4:var(--color-neutral-650-re41um);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-600-68oa7u);
    --color-background-progress-bar-default-toal3z:var(--color-neutral-250-77d0j6);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-slider-range-active-t2qsmr:var(--color-background-slider-handle-active-05aiwh);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-600-68oa7u);
    --color-background-slider-handle-active-05aiwh:var(--color-primary-700-5lbazr);
    --color-background-slider-track-default-rzyeyw:var(--color-neutral-500-evzfy2);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-background-status-info-u6zadq:var(--color-info-50-d2w61k);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-background-tiles-disabled-n277me:var(--color-neutral-250-77d0j6);
    --color-background-toggle-default-lkwdp5:var(--color-neutral-650-re41um);
    --color-background-avatar-default-9s2gwt:var(--color-neutral-650-re41um);
    --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-150-2fj74l);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-600-68oa7u);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-400-nppdl9);
    --color-text-button-icon-disabled-a9zkpx:var(--color-neutral-500-evzfy2);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-item-selected-uqe532:var(--color-primary-600-68oa7u);
    --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-100-xva5sx);
    --color-border-cell-shaded-1nts0o:var(--color-neutral-300-ykaajl);
    --color-border-code-editor-ace-active-line-light-theme-5uhkcb:var(--color-neutral-300-ykaajl);
    --color-border-code-editor-ace-active-line-dark-theme-coom6h:var(--color-neutral-600-4k14bl);
    --color-border-code-editor-default-ahpzlg:var(--color-neutral-300-ykaajl);
    --color-border-code-editor-pane-item-hover-mtly8t:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-default-eyzhft:var(--color-neutral-500-evzfy2);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-active-xtsw2t:var(--color-neutral-950-fc7tg7);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-250-77d0j6);
    --color-border-divider-table-group-rhzuu5:var(--color-neutral-500-evzfy2);
    --color-border-dropdown-container-21kqyh:var(--color-neutral-400-nppdl9);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-500-evzfy2);
    --color-border-dropdown-item-dimmed-hover-unzk39:var(--color-neutral-500-evzfy2);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-editable-cell-hover-ctz4wx:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-input-default-nyn06a:var(--color-neutral-500-evzfy2);
    --color-border-input-disabled-whoc96:var(--color-background-input-disabled-veifwn);
    --color-border-input-focused-sw2top:var(--color-primary-600-68oa7u);
    --color-border-item-focused-kb13a4:var(--color-primary-600-68oa7u);
    --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-650-re41um);
    --color-border-notification-stack-bar-c21sgb:var(--color-neutral-750-zvilej);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-border-segment-active-xtf3uq:var(--color-border-segment-default-06g83b);
    --color-border-segment-default-06g83b:var(--color-neutral-650-re41um);
    --color-border-segment-disabled-q7t6yj:var(--color-border-segment-default-06g83b);
    --color-border-segment-hover-1sgbua:var(--color-border-segment-default-06g83b);
    --color-border-segment-wrapper-lhltjg:var(--color-border-input-default-nyn06a);
    --color-border-status-info-0ebxt2:var(--color-info-600-6pbmjo);
    --color-border-dialog-temfam:var(--color-border-status-info-0ebxt2);
    --color-border-tabs-divider-b9mz5n:var(--color-neutral-350-15dbz7);
    --color-border-tabs-underline-byrvqy:var(--color-text-accent-3g6liz);
    --color-border-tiles-disabled-eklghz:var(--color-background-tiles-disabled-n277me);
    --color-border-tutorial-j5g0bl:var(--color-neutral-300-ykaajl);
    --color-foreground-control-read-only-gb48bp:var(--color-neutral-600-4k14bl);
    --color-stroke-chart-line-kak8k3:var(--color-neutral-500-evzfy2);
    --color-text-accent-3g6liz:var(--color-primary-600-68oa7u);
    --color-text-breadcrumb-icon-erjppe:var(--color-neutral-500-evzfy2);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-disabled-kypb2l:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-calendar-date-hover-jsvbjx:var(--color-text-dropdown-item-default-gv6npt);
    --color-text-calendar-month-841oke:var(--color-neutral-600-4k14bl);
    --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-950-fc7tg7);
    --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-500-evzfy2);
    --color-text-column-header-inrv8c:var(--color-neutral-650-re41um);
    --color-text-column-sorting-icon-e19lu7:var(--color-text-column-header-inrv8c);
    --color-text-control-disabled-roypt4:var(--color-text-interactive-disabled-scv2ec);
    --color-text-counter-o7pka1:var(--color-neutral-600-4k14bl);
    --color-text-disabled-dnv95s:var(--color-neutral-400-nppdl9);
    --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-650-re41um);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-group-label-e63684:var(--color-text-group-label-kwqard);
    --color-text-dropdown-item-default-gv6npt:var(--color-neutral-950-fc7tg7);
    --color-text-dropdown-item-dimmed-sj2wj0:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-disabled-vot6e7:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-600-68oa7u);
    --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-950-fc7tg7);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-600-4k14bl);
    --color-text-empty-e8oi8k:var(--color-neutral-600-4k14bl);
    --color-text-expandable-section-default-cu31n3:var(--color-neutral-950-fc7tg7);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-accent-3g6liz);
    --color-text-expandable-section-navigation-icon-default-i2fzn2:var(--color-text-interactive-default-kkm8t6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-form-default-02iaa3:var(--color-neutral-950-fc7tg7);
    --color-text-form-secondary-s4scs1:var(--color-neutral-600-4k14bl);
    --color-text-group-label-kwqard:var(--color-neutral-650-re41um);
    --color-text-heading-default-9iv5lb:var(--color-neutral-950-fc7tg7);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-650-re41um);
    --color-text-home-header-default-0gkehu:var(--color-neutral-250-77d0j6);
    --color-text-home-header-secondary-l3cu77:var(--color-neutral-350-15dbz7);
    --color-text-icon-subtle-0e8ipq:var(--color-neutral-600-4k14bl);
    --color-text-input-disabled-ukj9cu:var(--color-neutral-400-nppdl9);
    --color-text-input-placeholder-hz0ut2:var(--color-neutral-600-4k14bl);
    --color-text-input-placeholder-disabled-yljq1a:var(--color-text-input-disabled-ukj9cu);
    --color-text-interactive-active-mb8zit:var(--color-neutral-950-fc7tg7);
    --color-text-interactive-default-kkm8t6:var(--color-neutral-650-re41um);
    --color-text-interactive-disabled-scv2ec:var(--color-neutral-400-nppdl9);
    --color-text-interactive-hover-pij1mj:var(--color-neutral-950-fc7tg7);
    --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-950-fc7tg7);
    --color-text-interactive-inverted-default-ch6i0p:var(--color-neutral-300-ykaajl);
    --color-text-interactive-inverted-hover-lq1pf9:var(--color-neutral-100-xva5sx);
    --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-600-68oa7u);
    --color-text-notification-default-v9tldm:var(--color-neutral-100-xva5sx);
    --color-text-notification-yellow-uepn8m:var(--color-neutral-950-fc7tg7);
    --color-text-pagination-page-number-active-disabled-0g1vpc:var(--color-text-interactive-disabled-scv2ec);
    --color-text-pagination-page-number-default-cg7sk0:var(--color-text-interactive-default-kkm8t6);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-small-jg0f5l:var(--color-neutral-600-4k14bl);
    --color-text-status-info-3kb8ql:var(--color-info-600-6pbmjo);
    --color-text-top-navigation-title-47354c:var(--color-neutral-950-fc7tg7);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
    --color-board-placeholder-active-5a5uzd:var(--color-neutral-250-77d0j6);
    --color-board-placeholder-hover-viqfiu:var(--color-primary-100-j02ykd);
    --color-drag-placeholder-active-p1fu1q:var(--color-neutral-250-77d0j6);
    --color-drag-placeholder-hover-cf3ljr:var(--color-primary-100-j02ykd);
    --color-dropzone-background-hover-x5a713:var(--color-primary-50-1eutn3);
    --color-dropzone-text-default-vshcme:var(--color-neutral-650-re41um);
    --color-dropzone-text-hover-9g1o07:var(--color-neutral-650-re41um);
    --color-dropzone-border-default-zs3xv6:var(--color-neutral-500-evzfy2);
    --color-dropzone-border-hover-nv8q76:var(--color-primary-900-uhv01b);
    --color-gap-global-drawer-eic530:var(--color-neutral-250-77d0j6);
    --color-tree-view-connector-line-s3p7z5:var(--color-neutral-500-evzfy2);
    --color-background-action-card-hover-lvp2xz:var(--color-primary-50-1eutn3);
    --color-background-action-card-active-i676rk:var(--color-primary-100-j02ykd);
    --color-border-action-card-default-gjh6iy:var(--color-primary-600-68oa7u);
    --color-border-action-card-hover-qjpqnd:var(--color-primary-900-uhv01b);
    --color-border-action-card-active-ma8s38:var(--color-primary-900-uhv01b);
    --color-border-action-card-disabled-q83j3o:var(--color-neutral-400-nppdl9);
    --color-text-action-card-disabled-ngng2a:var(--color-neutral-500-evzfy2);
    --color-icon-action-card-default-5oew91:var(--color-primary-600-68oa7u);
    --color-icon-action-card-hover-yrrdio:var(--color-primary-900-uhv01b);
    --color-icon-action-card-active-8eg6vl:var(--color-primary-900-uhv01b);
    --color-icon-action-card-disabled-irm38o:var(--color-neutral-400-nppdl9);
    --color-background-skeleton-6r9jxc:var(--color-neutral-250-77d0j6);
    --color-background-skeleton-wave-2uh1of:var(--color-neutral-150-2fj74l);
    --font-family-display-6e87e2:var(--font-family-base-17wkej);
    --font-family-heading-5nvlvd:var(--font-family-base-17wkej);
    --font-link-button-weight-b8qq0j:var(--font-weight-button-ahb0ew);
    --font-weight-tabs-disabled-eyx83w:var(--font-wayfinding-link-active-weight-jluh82);
    --border-radius-action-card-default-txcdo3:var(--border-radius-card-default-5rl5k1);
    --border-radius-card-default-5rl5k1:var(--border-radius-container-r1vefe);
    --border-radius-code-editor-6ru8nh:var(--border-radius-input-mcq1m5);
    --border-radius-side-navigation-item-3ph8f1:var(--border-radius-item-ej2e2w);
    --border-radius-item-card-default-q4zkz9:var(--border-radius-card-default-5rl5k1);
    --border-radius-tiles-5c9evk:var(--border-radius-input-mcq1m5);
    --border-width-alert-block-end-dcvur2:var(--border-width-alert-epjcgg);
    --border-width-alert-block-start-87swu6:var(--border-width-alert-epjcgg);
    --border-width-alert-inline-end-2y0ro0:var(--border-width-alert-epjcgg);
  }
  @media not print {
    .awsui-one-theme.awsui-polaris-dark-mode:not(#\9) {
      --color-charts-threshold-info-pmphn2:var(--color-info-300-9fvy2x);
      --color-charts-threshold-neutral-vtkway:var(--color-neutral-450-4w2uiz);
      --color-charts-line-grid-hbelbh:var(--color-neutral-650-re41um);
      --color-charts-line-tick-9ed3y9:var(--color-neutral-650-re41um);
      --color-charts-line-axis-8wxc29:var(--color-neutral-650-re41um);
      --color-charts-error-bar-marker-0mzv60:var(--color-white-qzbjhi);
      --color-text-notification-severity-critical-yqyzmn:var(--color-black-sgyach);
      --color-text-notification-severity-high-uwo1m6:var(--color-neutral-950-fc7tg7);
      --color-background-button-link-active-z8lsf6:var(--color-neutral-850-z568w9);
      --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
      --color-background-button-normal-active-dcfd8d:var(--color-neutral-850-z568w9);
      --color-background-button-normal-default-tdts51:var(--color-neutral-850-z568w9);
      --color-background-button-normal-disabled-aysl1o:var(--color-neutral-950-fc7tg7);
      --color-background-button-normal-hover-thgioo:var(--color-neutral-800-sggo8w);
      --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-1000-2wv0ov);
      --color-background-button-primary-active-gdpmk3:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-default-jkrurf:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-disabled-uldk81:var(--color-neutral-700-1ebo78);
      --color-background-button-primary-hover-ilieew:var(--color-neutral-200-j5ayhc);
      --color-background-direction-button-disabled-myv5jw:var(--color-neutral-750-zvilej);
      --color-background-calendar-current-date-xb1nan:var(--color-neutral-700-1ebo78);
      --color-background-cell-shaded-tyh6wv:var(--color-neutral-900-hav0uf);
      --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-500-evzfy2);
      --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-800-sggo8w);
      --color-background-code-editor-loading-9laqg7:var(--color-neutral-800-sggo8w);
      --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-700-1ebo78);
      --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-800-sggo8w);
      --color-background-container-content-ypckbh:var(--color-neutral-950-fc7tg7);
      --color-background-container-header-knegap:var(--color-neutral-950-fc7tg7);
      --color-background-control-checked-4hlzpf:var(--color-primary-500-66353q);
      --color-background-control-default-nrh5lr:var(--color-neutral-950-fc7tg7);
      --color-background-control-disabled-rxfkeg:var(--color-neutral-650-re41um);
      --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-1000-2wv0ov);
      --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-900-hav0uf);
      --color-background-input-default-wvdzir:var(--color-neutral-950-fc7tg7);
      --color-background-input-disabled-veifwn:var(--color-neutral-800-sggo8w);
      --color-background-item-selected-r2zdk6:var(--color-neutral-1000-2wv0ov);
      --color-background-layout-main-h1l2yn:var(--color-neutral-1000-2wv0ov);
      --color-background-layout-panel-content-hesbff:var(--color-neutral-1000-2wv0ov);
      --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-700-1ebo78);
      --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-1000-qz6wq0);
      --color-background-layout-toggle-selected-default-f94fs9:#5c7fff20;
      --color-background-layout-toggle-selected-hover-ikyepd:#5c7fff40;
      --color-background-notification-grey-ck9rk6:var(--color-neutral-600-4k14bl);
      --color-background-flashbar-success-ypiybg:var(--color-success-950-n91daq);
      --color-background-flashbar-error-ef4lxm:var(--color-error-950-qiq7u6);
      --color-background-flashbar-info-fp7x92:var(--color-info-950-7fypw1);
      --color-background-flashbar-warning-bmz44s:var(--color-warning-950-ifq6mm);
      --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-500-66353q);
      --color-background-progress-bar-default-toal3z:var(--color-neutral-700-1ebo78);
      --color-background-segment-active-4o5dpt:var(--color-neutral-300-ykaajl);
      --color-background-slider-range-default-3rgq14:var(--color-primary-500-66353q);
      --color-background-slider-handle-default-18tq1j:var(--color-primary-500-66353q);
      --color-background-slider-handle-active-05aiwh:var(--color-primary-300-lbt26q);
      --color-background-slider-track-default-rzyeyw:var(--color-neutral-600-4k14bl);
      --color-background-status-info-u6zadq:var(--color-info-1000-lja40w);
      --color-background-tiles-disabled-n277me:var(--color-neutral-800-sggo8w);
      --color-background-toggle-default-lkwdp5:var(--color-neutral-500-evzfy2);
      --color-background-status-indicator-error-8n1ecb:#ff7a7a20;
      --color-background-status-indicator-warning-6eur8z:#fbd33220;
      --color-background-status-indicator-success-aekiu7:#2bb53420;
      --color-background-status-indicator-info-ztt1rn:#5c7fff20;
      --color-background-status-indicator-neutral-75w2rk:var(--color-neutral-800-sggo8w);
      --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-950-fc7tg7);
      --color-border-button-normal-active-8mmtll:var(--color-neutral-500-evzfy2);
      --color-border-button-normal-default-6tkrkx:var(--color-neutral-600-4k14bl);
      --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-500-66353q);
      --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-700-1ebo78);
      --color-text-button-normal-disabled-oll12n:var(--color-neutral-600-4k14bl);
      --color-border-button-normal-hover-3w34pt:var(--color-neutral-500-evzfy2);
      --color-text-button-primary-disabled-au8gyh:var(--color-neutral-950-fc7tg7);
      --color-item-selected-uqe532:var(--color-primary-400-tdeooy);
      --color-text-side-navigation-item-active-a1zr85:var(--color-primary-300-lbt26q);
      --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-neutral-1000-2wv0ov);
      --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-850-z568w9);
      --color-border-cell-shaded-1nts0o:var(--color-neutral-700-1ebo78);
      --color-border-code-editor-default-ahpzlg:var(--color-neutral-600-4k14bl);
      --color-border-control-default-eyzhft:var(--color-neutral-600-4k14bl);
      --color-border-divider-active-xtsw2t:var(--color-neutral-100-xva5sx);
      --color-border-divider-default-p3i4pf:var(--color-neutral-750-zvilej);
      --color-border-divider-secondary-sc5l0q:var(--color-neutral-800-sggo8w);
      --color-border-divider-table-group-rhzuu5:var(--color-neutral-600-4k14bl);
      --color-border-dropdown-container-21kqyh:var(--color-neutral-600-4k14bl);
      --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-600-4k14bl);
      --color-border-input-default-nyn06a:var(--color-neutral-600-4k14bl);
      --color-border-input-focused-sw2top:var(--color-primary-400-tdeooy);
      --color-border-item-focused-kb13a4:var(--color-primary-500-66353q);
      --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-300-ykaajl);
      --color-border-item-selected-ef1gd2:var(--color-primary-500-66353q);
      --color-border-layout-03xg8b:var(--color-neutral-750-zvilej);
      --color-border-popover-7xwcy6:var(--color-neutral-600-4k14bl);
      --color-border-segment-default-06g83b:var(--color-neutral-300-ykaajl);
      --color-border-status-info-0ebxt2:var(--color-info-400-kky6sa);
      --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-750-zvilej);
      --color-border-tabs-divider-b9mz5n:var(--color-neutral-650-re41um);
      --color-border-tutorial-j5g0bl:var(--color-neutral-650-re41um);
      --color-foreground-control-read-only-gb48bp:var(--color-neutral-450-4w2uiz);
      --color-text-accent-3g6liz:var(--color-primary-400-tdeooy);
      --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
      --color-text-body-secondary-fp6d0c:var(--color-neutral-450-4w2uiz);
      --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-250-77d0j6);
      --color-text-breadcrumb-icon-erjppe:var(--color-text-interactive-disabled-scv2ec);
      --color-text-button-normal-active-t3pwtp:var(--color-neutral-350-15dbz7);
      --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-white-qzbjhi);
      --color-text-button-normal-default-b02h0t:var(--color-neutral-350-15dbz7);
      --color-text-button-normal-hover-8fyho6:var(--color-neutral-250-77d0j6);
      --color-text-button-link-active-uvxpal:var(--color-neutral-300-ykaajl);
      --color-text-button-link-default-dibdfb:var(--color-neutral-350-15dbz7);
      --color-text-button-link-disabled-1aixcv:var(--color-neutral-650-re41um);
      --color-text-button-link-hover-1ciblf:var(--color-neutral-250-77d0j6);
      --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
      --color-text-calendar-month-841oke:var(--color-neutral-450-4w2uiz);
      --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-300-ykaajl);
      --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-600-4k14bl);
      --color-text-column-header-inrv8c:var(--color-neutral-400-nppdl9);
      --color-text-counter-o7pka1:var(--color-neutral-450-4w2uiz);
      --color-text-disabled-dnv95s:var(--color-neutral-600-4k14bl);
      --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-400-nppdl9);
      --color-text-dropdown-item-default-gv6npt:var(--color-neutral-300-ykaajl);
      --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-500-66353q);
      --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-250-77d0j6);
      --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-300-ykaajl);
      --color-text-empty-e8oi8k:var(--color-neutral-300-ykaajl);
      --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
      --color-text-form-default-02iaa3:var(--color-neutral-300-ykaajl);
      --color-text-form-label-tdlyd9:var(--color-neutral-350-15dbz7);
      --color-text-form-secondary-s4scs1:var(--color-neutral-500-evzfy2);
      --color-text-group-label-kwqard:var(--color-neutral-350-15dbz7);
      --color-text-heading-default-9iv5lb:var(--color-neutral-250-77d0j6);
      --color-text-heading-secondary-ecsq93:var(--color-neutral-450-4w2uiz);
      --color-text-icon-subtle-0e8ipq:var(--color-neutral-400-nppdl9);
      --color-text-input-disabled-ukj9cu:var(--color-neutral-600-4k14bl);
      --color-text-input-placeholder-hz0ut2:var(--color-neutral-450-4w2uiz);
      --color-text-interactive-active-mb8zit:var(--color-neutral-100-xva5sx);
      --color-text-interactive-default-kkm8t6:var(--color-neutral-300-ykaajl);
      --color-text-interactive-disabled-scv2ec:var(--color-neutral-600-4k14bl);
      --color-text-interactive-hover-pij1mj:var(--color-neutral-100-xva5sx);
      --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-100-xva5sx);
      --color-text-label-xm8nks:var(--color-neutral-500-evzfy2);
      --color-text-key-value-pairs-value-wej1z9:var(--color-neutral-350-15dbz7);
      --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-400-tdeooy);
      --color-text-layout-toggle-selected-nal9ty:var(--color-primary-300-lbt26q);
      --color-text-link-default-jk9mjs:var(--color-neutral-350-15dbz7);
      --color-text-link-hover-wuyav1:var(--color-primary-400-tdeooy);
      --color-text-link-decoration-default-4ogme5:var(--color-neutral-600-4k14bl);
      --color-text-link-secondary-default-tdvwac:var(--color-neutral-450-4w2uiz);
      --color-text-link-secondary-hover-wujy8p:var(--color-primary-400-tdeooy);
      --color-text-link-info-default-15ap6b:var(--color-primary-400-tdeooy);
      --color-text-link-info-hover-mzonq8:var(--color-primary-300-lbt26q);
      --color-text-pagination-page-number-default-cg7sk0:var(--color-neutral-400-nppdl9);
      --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
      --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
      --color-text-small-jg0f5l:var(--color-neutral-450-4w2uiz);
      --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
      --color-text-status-info-3kb8ql:var(--color-info-300-9fvy2x);
      --color-text-status-success-ikvqka:var(--undefined-95s614);
      --color-text-status-warning-uphq2x:var(--undefined-59ed5u);
      --color-text-top-navigation-title-47354c:var(--color-neutral-100-xva5sx);
      --color-board-placeholder-active-5a5uzd:var(--color-neutral-600-4k14bl);
      --color-board-placeholder-hover-viqfiu:var(--color-primary-600-68oa7u);
      --color-drag-placeholder-active-p1fu1q:var(--color-neutral-600-4k14bl);
      --color-drag-placeholder-hover-cf3ljr:var(--color-primary-600-68oa7u);
      --color-dropzone-background-hover-x5a713:var(--color-primary-1000-qz6wq0);
      --color-dropzone-text-default-vshcme:var(--color-neutral-350-15dbz7);
      --color-dropzone-text-hover-9g1o07:var(--color-neutral-350-15dbz7);
      --color-dropzone-border-default-zs3xv6:var(--color-neutral-600-4k14bl);
      --color-dropzone-border-hover-nv8q76:var(--color-primary-300-lbt26q);
      --color-gap-global-drawer-eic530:var(--color-black-sgyach);
      --color-tree-view-connector-line-s3p7z5:var(--color-neutral-300-ykaajl);
      --color-background-action-card-hover-lvp2xz:var(--color-neutral-800-sggo8w);
      --color-background-action-card-active-i676rk:var(--color-neutral-700-1ebo78);
      --color-border-action-card-default-gjh6iy:var(--color-primary-400-tdeooy);
      --color-border-action-card-hover-qjpqnd:var(--color-primary-300-lbt26q);
      --color-border-action-card-active-ma8s38:var(--color-primary-300-lbt26q);
      --color-border-action-card-disabled-q83j3o:var(--color-neutral-600-4k14bl);
      --color-icon-action-card-default-5oew91:var(--color-primary-400-tdeooy);
      --color-icon-action-card-hover-yrrdio:var(--color-primary-300-lbt26q);
      --color-icon-action-card-active-8eg6vl:var(--color-primary-300-lbt26q);
      --color-icon-action-card-disabled-irm38o:var(--color-neutral-600-4k14bl);
      --color-background-skeleton-6r9jxc:var(--color-neutral-750-zvilej);
      --color-background-skeleton-wave-2uh1of:var(--color-neutral-700-1ebo78);
      --color-background-badge-green-g4lpdc:rgba(43, 181, 52, 0.2);
      --color-background-badge-blue-12pcf4:rgba(92, 127, 255, 0.2);
      --color-background-badge-red-bf5kpw:rgba(255, 61, 61, 0.2);
      --color-background-badge-yellow-0l9mmn:rgba(251, 211, 50, 0.2);
      --color-background-badge-grey-pi8n07:var(--color-neutral-700-1ebo78);
      --color-text-badge-grey-75vypq:var(--color-neutral-300-ykaajl);
      --color-text-badge-green-hc5dee:var(--undefined-95s614);
      --color-text-badge-blue-s0eg8u:var(--color-info-300-9fvy2x);
      --color-text-badge-red-l8k7fn:var(--color-error-400-9k5dg2);
      --color-background-code-view-1n4cnh:var(--color-neutral-700-1ebo78);
    }
  }
  .awsui-one-theme.awsui-polaris-compact-mode:not(#\9) {
    --size-vertical-input-tza5ti:26px;
    --size-side-navigation-item-height-ov4ib9:26px;
    --space-field-vertical-sf2thg:2px;
  }
  .awsui-one-theme .awsui-context-top-navigation:not(#\9) {
    --color-grey-opaque-70-a5525t:rgba(0, 0, 0, 0.7);
    --color-background-button-link-active-z8lsf6:var(--color-neutral-850-z568w9);
    --color-background-button-normal-active-dcfd8d:var(--color-neutral-850-z568w9);
    --color-background-button-normal-disabled-aysl1o:var(--color-neutral-950-fc7tg7);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-1000-2wv0ov);
    --color-background-button-primary-active-gdpmk3:var(--color-neutral-300-ykaajl);
    --color-background-button-primary-default-jkrurf:var(--color-neutral-300-ykaajl);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-700-1ebo78);
    --color-background-button-primary-hover-ilieew:var(--color-neutral-200-j5ayhc);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-900-hav0uf);
    --color-background-container-content-ypckbh:var(--color-neutral-950-fc7tg7);
    --color-background-container-header-knegap:var(--color-neutral-950-fc7tg7);
    --color-background-control-checked-4hlzpf:var(--color-primary-500-66353q);
    --color-background-control-default-nrh5lr:var(--color-neutral-950-fc7tg7);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-650-re41um);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-1000-2wv0ov);
    --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-700-1ebo78);
    --color-background-input-default-wvdzir:var(--color-neutral-950-fc7tg7);
    --color-background-item-selected-r2zdk6:var(--color-neutral-1000-2wv0ov);
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-primary-500-66353q);
    --color-background-layout-main-h1l2yn:var(--color-neutral-1000-2wv0ov);
    --color-background-layout-panel-content-hesbff:var(--color-neutral-1000-2wv0ov);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-1000-qz6wq0);
    --color-background-layout-toggle-selected-default-f94fs9:#5c7fff20;
    --color-background-layout-toggle-selected-hover-ikyepd:#5c7fff40;
    --color-background-modal-overlay-3wa0s8:var(--color-grey-opaque-70-a5525t);
    --color-background-flashbar-success-ypiybg:var(--color-success-950-n91daq);
    --color-background-flashbar-error-ef4lxm:var(--color-error-950-qiq7u6);
    --color-background-flashbar-info-fp7x92:var(--color-info-950-7fypw1);
    --color-background-flashbar-warning-bmz44s:var(--color-warning-950-ifq6mm);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-500-66353q);
    --color-background-segment-active-4o5dpt:var(--color-neutral-300-ykaajl);
    --color-background-segment-default-v6zlxl:transparent;
    --color-background-slider-range-default-3rgq14:var(--color-primary-500-66353q);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-500-66353q);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-background-control-disabled-rxfkeg);
    --color-background-status-indicator-error-8n1ecb:#ff7a7a20;
    --color-background-status-indicator-warning-6eur8z:#fbd33220;
    --color-background-status-indicator-success-aekiu7:#2bb53420;
    --color-background-status-indicator-info-ztt1rn:#5c7fff20;
    --color-background-status-indicator-neutral-75w2rk:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-active-8mmtll:var(--color-neutral-500-evzfy2);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-600-4k14bl);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-500-66353q);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-700-1ebo78);
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-600-4k14bl);
    --color-border-button-normal-hover-3w34pt:var(--color-neutral-500-evzfy2);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-950-fc7tg7);
    --color-item-selected-uqe532:var(--color-indigo-400-01yngj);
    --color-text-side-navigation-item-active-a1zr85:var(--color-primary-300-lbt26q);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-neutral-1000-2wv0ov);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-default-10lhjk);
    --color-border-control-default-eyzhft:var(--color-neutral-600-4k14bl);
    --color-border-divider-default-p3i4pf:var(--color-neutral-750-zvilej);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-800-sggo8w);
    --color-border-input-focused-sw2top:var(--undefined-ufn6w6);
    --color-border-item-focused-kb13a4:var(--undefined-ufn6w6);
    --color-border-item-placeholder-3hx3cu:var(--color-transparent-f66xjd);
    --color-border-item-selected-ef1gd2:var(--color-primary-500-66353q);
    --color-border-layout-03xg8b:var(--color-neutral-750-zvilej);
    --color-border-popover-7xwcy6:var(--color-neutral-600-4k14bl);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-750-zvilej);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-450-4w2uiz);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-250-77d0j6);
    --color-text-button-inline-icon-default-lohuzd:var(--color-indigo-400-01yngj);
    --color-text-button-inline-icon-hover-8onocz:var(--undefined-q5z50z);
    --color-text-button-normal-active-t3pwtp:var(--color-neutral-350-15dbz7);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-white-qzbjhi);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-350-15dbz7);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-250-77d0j6);
    --color-text-button-link-active-uvxpal:var(--color-neutral-300-ykaajl);
    --color-text-button-link-default-dibdfb:var(--color-neutral-350-15dbz7);
    --color-text-button-link-disabled-1aixcv:var(--color-neutral-650-re41um);
    --color-text-button-link-hover-1ciblf:var(--color-neutral-250-77d0j6);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-500-66353q);
    --color-text-form-default-02iaa3:var(--color-neutral-300-ykaajl);
    --color-text-form-label-tdlyd9:var(--color-neutral-350-15dbz7);
    --color-text-form-secondary-s4scs1:var(--color-neutral-500-evzfy2);
    --color-text-label-xm8nks:var(--color-neutral-500-evzfy2);
    --color-text-key-value-pairs-value-wej1z9:var(--color-neutral-350-15dbz7);
    --color-text-layout-toggle-selected-nal9ty:var(--color-primary-300-lbt26q);
    --color-text-link-default-jk9mjs:var(--color-neutral-350-15dbz7);
    --color-text-link-hover-wuyav1:var(--color-primary-400-tdeooy);
    --color-text-link-decoration-default-4ogme5:var(--color-neutral-600-4k14bl);
    --color-text-link-secondary-default-tdvwac:var(--color-neutral-450-4w2uiz);
    --color-text-link-secondary-hover-wujy8p:var(--color-primary-400-tdeooy);
    --color-text-link-info-default-15ap6b:var(--color-primary-400-tdeooy);
    --color-text-link-info-hover-mzonq8:var(--color-primary-300-lbt26q);
    --color-text-status-info-3kb8ql:var(--color-info-300-9fvy2x);
    --color-text-status-success-ikvqka:var(--undefined-95s614);
    --color-text-status-warning-uphq2x:var(--undefined-59ed5u);
    --color-gap-global-drawer-eic530:var(--color-black-sgyach);
    --color-background-badge-green-g4lpdc:rgba(43, 181, 52, 0.2);
    --color-background-badge-blue-12pcf4:rgba(92, 127, 255, 0.2);
    --color-background-badge-red-bf5kpw:rgba(255, 61, 61, 0.2);
    --color-background-badge-yellow-0l9mmn:rgba(251, 211, 50, 0.2);
    --color-background-badge-grey-pi8n07:var(--color-neutral-700-1ebo78);
    --color-text-badge-grey-75vypq:var(--color-neutral-300-ykaajl);
    --color-text-badge-green-hc5dee:var(--undefined-95s614);
    --color-text-badge-blue-s0eg8u:var(--color-info-300-9fvy2x);
    --color-text-badge-red-l8k7fn:var(--color-error-400-9k5dg2);
    --color-background-code-view-1n4cnh:var(--color-neutral-700-1ebo78);
    --color-background-card-cc759h:var(--color-background-container-content-ypckbh);
    --color-background-item-card-eyywx4:var(--color-background-card-cc759h);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-panel-jyobg5:var(--color-background-container-content-ypckbh);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-segment-disabled-m960vh:var(--color-background-button-normal-disabled-aysl1o);
    --color-background-segment-wrapper-n3khl2:var(--color-background-container-content-ypckbh);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-background-table-header-vtzvuu:var(--color-background-container-header-knegap);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-calendar-date-selected-k3d549:var(--color-background-control-default-nrh5lr);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
  }
  .awsui-context-top-navigation.awsui-one-theme:not(#\9) {
    --color-background-button-link-active-z8lsf6:var(--color-neutral-850-z568w9);
    --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
    --color-background-button-normal-active-dcfd8d:var(--color-neutral-850-z568w9);
    --color-background-button-normal-default-tdts51:var(--color-neutral-850-z568w9);
    --color-background-button-normal-disabled-aysl1o:var(--color-neutral-950-fc7tg7);
    --color-background-button-normal-hover-thgioo:var(--color-neutral-800-sggo8w);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-1000-2wv0ov);
    --color-background-button-primary-active-gdpmk3:var(--color-neutral-300-ykaajl);
    --color-background-button-primary-default-jkrurf:var(--color-neutral-300-ykaajl);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-700-1ebo78);
    --color-background-button-primary-hover-ilieew:var(--color-neutral-200-j5ayhc);
    --color-background-direction-button-disabled-myv5jw:var(--color-neutral-750-zvilej);
    --color-background-calendar-current-date-xb1nan:var(--color-neutral-700-1ebo78);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-900-hav0uf);
    --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-500-evzfy2);
    --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-loading-9laqg7:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-700-1ebo78);
    --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-800-sggo8w);
    --color-background-container-content-ypckbh:var(--color-neutral-950-fc7tg7);
    --color-background-container-header-knegap:var(--color-neutral-950-fc7tg7);
    --color-background-control-checked-4hlzpf:var(--color-primary-500-66353q);
    --color-background-control-default-nrh5lr:var(--color-neutral-950-fc7tg7);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-650-re41um);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-1000-2wv0ov);
    --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-700-1ebo78);
    --color-background-input-default-wvdzir:var(--color-neutral-950-fc7tg7);
    --color-background-input-disabled-veifwn:var(--color-neutral-800-sggo8w);
    --color-background-item-selected-r2zdk6:var(--color-neutral-1000-2wv0ov);
    --color-background-layout-main-h1l2yn:var(--color-neutral-1000-2wv0ov);
    --color-background-layout-panel-content-hesbff:var(--color-neutral-1000-2wv0ov);
    --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-700-1ebo78);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-1000-qz6wq0);
    --color-background-layout-toggle-selected-default-f94fs9:#5c7fff20;
    --color-background-layout-toggle-selected-hover-ikyepd:#5c7fff40;
    --color-background-notification-grey-ck9rk6:var(--color-neutral-600-4k14bl);
    --color-background-flashbar-success-ypiybg:var(--color-success-950-n91daq);
    --color-background-flashbar-error-ef4lxm:var(--color-error-950-qiq7u6);
    --color-background-flashbar-info-fp7x92:var(--color-info-950-7fypw1);
    --color-background-flashbar-warning-bmz44s:var(--color-warning-950-ifq6mm);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-500-66353q);
    --color-background-progress-bar-default-toal3z:var(--color-neutral-700-1ebo78);
    --color-background-segment-active-4o5dpt:var(--color-neutral-300-ykaajl);
    --color-background-slider-range-default-3rgq14:var(--color-primary-500-66353q);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-500-66353q);
    --color-background-slider-handle-active-05aiwh:var(--color-primary-300-lbt26q);
    --color-background-slider-track-default-rzyeyw:var(--color-neutral-600-4k14bl);
    --color-background-status-info-u6zadq:var(--color-info-1000-lja40w);
    --color-background-tiles-disabled-n277me:var(--color-neutral-800-sggo8w);
    --color-background-toggle-default-lkwdp5:var(--color-neutral-500-evzfy2);
    --color-background-status-indicator-error-8n1ecb:#ff7a7a20;
    --color-background-status-indicator-warning-6eur8z:#fbd33220;
    --color-background-status-indicator-success-aekiu7:#2bb53420;
    --color-background-status-indicator-info-ztt1rn:#5c7fff20;
    --color-background-status-indicator-neutral-75w2rk:var(--color-neutral-800-sggo8w);
    --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-950-fc7tg7);
    --color-border-button-normal-active-8mmtll:var(--color-neutral-500-evzfy2);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-600-4k14bl);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-500-66353q);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-700-1ebo78);
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-600-4k14bl);
    --color-border-button-normal-hover-3w34pt:var(--color-neutral-500-evzfy2);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-950-fc7tg7);
    --color-item-selected-uqe532:var(--color-indigo-400-01yngj);
    --color-text-side-navigation-item-active-a1zr85:var(--color-primary-300-lbt26q);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-neutral-1000-2wv0ov);
    --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-850-z568w9);
    --color-border-cell-shaded-1nts0o:var(--color-neutral-700-1ebo78);
    --color-border-code-editor-default-ahpzlg:var(--color-neutral-600-4k14bl);
    --color-border-control-default-eyzhft:var(--color-neutral-600-4k14bl);
    --color-border-divider-active-xtsw2t:var(--color-neutral-100-xva5sx);
    --color-border-divider-default-p3i4pf:var(--color-neutral-750-zvilej);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-800-sggo8w);
    --color-border-divider-table-group-rhzuu5:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-container-21kqyh:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-600-4k14bl);
    --color-border-input-default-nyn06a:var(--color-neutral-600-4k14bl);
    --color-border-input-focused-sw2top:var(--undefined-ufn6w6);
    --color-border-item-focused-kb13a4:var(--undefined-ufn6w6);
    --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-300-ykaajl);
    --color-border-item-selected-ef1gd2:var(--color-primary-500-66353q);
    --color-border-layout-03xg8b:var(--color-neutral-750-zvilej);
    --color-border-popover-7xwcy6:var(--color-neutral-600-4k14bl);
    --color-border-segment-default-06g83b:var(--color-neutral-300-ykaajl);
    --color-border-status-info-0ebxt2:var(--color-info-400-kky6sa);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-750-zvilej);
    --color-border-tabs-divider-b9mz5n:var(--color-neutral-650-re41um);
    --color-border-tutorial-j5g0bl:var(--color-neutral-650-re41um);
    --color-foreground-control-read-only-gb48bp:var(--color-neutral-450-4w2uiz);
    --color-text-accent-3g6liz:var(--color-primary-400-tdeooy);
    --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-450-4w2uiz);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-250-77d0j6);
    --color-text-breadcrumb-icon-erjppe:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-inline-icon-default-lohuzd:var(--color-indigo-400-01yngj);
    --color-text-button-inline-icon-hover-8onocz:var(--undefined-q5z50z);
    --color-text-button-normal-active-t3pwtp:var(--color-neutral-350-15dbz7);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-white-qzbjhi);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-350-15dbz7);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-250-77d0j6);
    --color-text-button-link-active-uvxpal:var(--color-neutral-300-ykaajl);
    --color-text-button-link-default-dibdfb:var(--color-neutral-350-15dbz7);
    --color-text-button-link-disabled-1aixcv:var(--color-neutral-650-re41um);
    --color-text-button-link-hover-1ciblf:var(--color-neutral-250-77d0j6);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    --color-text-calendar-month-841oke:var(--color-neutral-450-4w2uiz);
    --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-300-ykaajl);
    --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-600-4k14bl);
    --color-text-column-header-inrv8c:var(--color-neutral-400-nppdl9);
    --color-text-counter-o7pka1:var(--color-neutral-450-4w2uiz);
    --color-text-disabled-dnv95s:var(--color-neutral-600-4k14bl);
    --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-400-nppdl9);
    --color-text-dropdown-item-default-gv6npt:var(--color-neutral-300-ykaajl);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-500-66353q);
    --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-250-77d0j6);
    --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-300-ykaajl);
    --color-text-empty-e8oi8k:var(--color-neutral-300-ykaajl);
    --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
    --color-text-form-default-02iaa3:var(--color-neutral-300-ykaajl);
    --color-text-form-label-tdlyd9:var(--color-neutral-350-15dbz7);
    --color-text-form-secondary-s4scs1:var(--color-neutral-500-evzfy2);
    --color-text-group-label-kwqard:var(--color-neutral-350-15dbz7);
    --color-text-heading-default-9iv5lb:var(--color-neutral-250-77d0j6);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-450-4w2uiz);
    --color-text-icon-subtle-0e8ipq:var(--color-neutral-400-nppdl9);
    --color-text-input-disabled-ukj9cu:var(--color-neutral-600-4k14bl);
    --color-text-input-placeholder-hz0ut2:var(--color-neutral-450-4w2uiz);
    --color-text-interactive-active-mb8zit:var(--color-neutral-100-xva5sx);
    --color-text-interactive-default-kkm8t6:var(--color-neutral-300-ykaajl);
    --color-text-interactive-disabled-scv2ec:var(--color-neutral-600-4k14bl);
    --color-text-interactive-hover-pij1mj:var(--color-neutral-100-xva5sx);
    --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-100-xva5sx);
    --color-text-label-xm8nks:var(--color-neutral-500-evzfy2);
    --color-text-key-value-pairs-value-wej1z9:var(--color-neutral-350-15dbz7);
    --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-400-tdeooy);
    --color-text-layout-toggle-selected-nal9ty:var(--color-primary-300-lbt26q);
    --color-text-link-default-jk9mjs:var(--color-neutral-350-15dbz7);
    --color-text-link-hover-wuyav1:var(--color-primary-400-tdeooy);
    --color-text-link-decoration-default-4ogme5:var(--color-neutral-600-4k14bl);
    --color-text-link-secondary-default-tdvwac:var(--color-neutral-450-4w2uiz);
    --color-text-link-secondary-hover-wujy8p:var(--color-primary-400-tdeooy);
    --color-text-link-info-default-15ap6b:var(--color-primary-400-tdeooy);
    --color-text-link-info-hover-mzonq8:var(--color-primary-300-lbt26q);
    --color-text-pagination-page-number-default-cg7sk0:var(--color-neutral-400-nppdl9);
    --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
    --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
    --color-text-small-jg0f5l:var(--color-neutral-450-4w2uiz);
    --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
    --color-text-status-info-3kb8ql:var(--color-info-300-9fvy2x);
    --color-text-status-success-ikvqka:var(--undefined-95s614);
    --color-text-status-warning-uphq2x:var(--undefined-59ed5u);
    --color-text-top-navigation-title-47354c:var(--color-neutral-100-xva5sx);
    --color-board-placeholder-active-5a5uzd:var(--color-neutral-600-4k14bl);
    --color-board-placeholder-hover-viqfiu:var(--color-primary-600-68oa7u);
    --color-drag-placeholder-active-p1fu1q:var(--color-neutral-600-4k14bl);
    --color-drag-placeholder-hover-cf3ljr:var(--color-primary-600-68oa7u);
    --color-dropzone-background-hover-x5a713:var(--color-primary-1000-qz6wq0);
    --color-dropzone-text-default-vshcme:var(--color-neutral-350-15dbz7);
    --color-dropzone-text-hover-9g1o07:var(--color-neutral-350-15dbz7);
    --color-dropzone-border-default-zs3xv6:var(--color-neutral-600-4k14bl);
    --color-dropzone-border-hover-nv8q76:var(--color-primary-300-lbt26q);
    --color-gap-global-drawer-eic530:var(--color-black-sgyach);
    --color-tree-view-connector-line-s3p7z5:var(--color-neutral-300-ykaajl);
    --color-background-action-card-hover-lvp2xz:var(--color-neutral-800-sggo8w);
    --color-background-action-card-active-i676rk:var(--color-neutral-700-1ebo78);
    --color-border-action-card-default-gjh6iy:var(--color-primary-400-tdeooy);
    --color-border-action-card-hover-qjpqnd:var(--color-primary-300-lbt26q);
    --color-border-action-card-active-ma8s38:var(--color-primary-300-lbt26q);
    --color-border-action-card-disabled-q83j3o:var(--color-neutral-600-4k14bl);
    --color-icon-action-card-default-5oew91:var(--color-primary-400-tdeooy);
    --color-icon-action-card-hover-yrrdio:var(--color-primary-300-lbt26q);
    --color-icon-action-card-active-8eg6vl:var(--color-primary-300-lbt26q);
    --color-icon-action-card-disabled-irm38o:var(--color-neutral-600-4k14bl);
    --color-background-skeleton-6r9jxc:var(--color-neutral-750-zvilej);
    --color-background-skeleton-wave-2uh1of:var(--color-neutral-700-1ebo78);
    --color-background-badge-green-g4lpdc:rgba(43, 181, 52, 0.2);
    --color-background-badge-blue-12pcf4:rgba(92, 127, 255, 0.2);
    --color-background-badge-red-bf5kpw:rgba(255, 61, 61, 0.2);
    --color-background-badge-yellow-0l9mmn:rgba(251, 211, 50, 0.2);
    --color-background-badge-grey-pi8n07:var(--color-neutral-700-1ebo78);
    --color-text-badge-grey-75vypq:var(--color-neutral-300-ykaajl);
    --color-text-badge-green-hc5dee:var(--undefined-95s614);
    --color-text-badge-blue-s0eg8u:var(--color-info-300-9fvy2x);
    --color-text-badge-red-l8k7fn:var(--color-error-400-9k5dg2);
    --color-background-code-view-1n4cnh:var(--color-neutral-700-1ebo78);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-text-direction-button-disabled-xlsw9a:var(--color-text-interactive-disabled-scv2ec);
    --color-background-card-cc759h:var(--color-background-container-content-ypckbh);
    --color-background-item-card-eyywx4:var(--color-background-card-cc759h);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-layout-panel-jyobg5:var(--color-background-container-content-ypckbh);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-segment-disabled-m960vh:var(--color-background-button-normal-disabled-aysl1o);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-wrapper-n3khl2:var(--color-background-container-content-ypckbh);
    --color-background-slider-range-active-t2qsmr:var(--color-background-slider-handle-active-05aiwh);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-background-table-header-vtzvuu:var(--color-background-container-header-knegap);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-background-control-disabled-rxfkeg);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-default-10lhjk);
    --color-border-code-editor-pane-item-hover-mtly8t:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-editable-cell-hover-ctz4wx:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-input-disabled-whoc96:var(--color-background-input-disabled-veifwn);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-border-segment-active-xtf3uq:var(--color-border-segment-default-06g83b);
    --color-border-segment-disabled-q7t6yj:var(--color-border-segment-default-06g83b);
    --color-border-segment-hover-1sgbua:var(--color-border-segment-default-06g83b);
    --color-border-segment-wrapper-lhltjg:var(--color-border-input-default-nyn06a);
    --color-border-dialog-temfam:var(--color-border-status-info-0ebxt2);
    --color-border-tabs-underline-byrvqy:var(--color-text-accent-3g6liz);
    --color-border-tiles-disabled-eklghz:var(--color-background-tiles-disabled-n277me);
    --color-text-button-inline-icon-disabled-kypb2l:var(--color-text-interactive-disabled-scv2ec);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-calendar-date-hover-jsvbjx:var(--color-text-dropdown-item-default-gv6npt);
    --color-text-calendar-date-selected-k3d549:var(--color-background-control-default-nrh5lr);
    --color-text-column-sorting-icon-e19lu7:var(--color-text-column-header-inrv8c);
    --color-text-control-disabled-roypt4:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-group-label-e63684:var(--color-text-group-label-kwqard);
    --color-text-dropdown-item-dimmed-sj2wj0:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-disabled-vot6e7:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-accent-3g6liz);
    --color-text-expandable-section-navigation-icon-default-i2fzn2:var(--color-text-interactive-default-kkm8t6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-input-placeholder-disabled-yljq1a:var(--color-text-input-disabled-ukj9cu);
    --color-text-pagination-page-number-active-disabled-0g1vpc:var(--color-text-interactive-disabled-scv2ec);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
  }
  .awsui-one-theme .awsui-context-content-header:not(#\9) {
    --color-grey-opaque-70-a5525t:rgba(0, 0, 0, 0.7);
    --color-background-button-link-active-z8lsf6:var(--color-neutral-850-z568w9);
    --color-background-button-normal-active-dcfd8d:var(--color-neutral-850-z568w9);
    --color-background-button-normal-default-tdts51:var(--color-neutral-850-z568w9);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-1000-2wv0ov);
    --color-background-button-primary-active-gdpmk3:var(--color-neutral-300-ykaajl);
    --color-background-button-primary-default-jkrurf:var(--color-neutral-300-ykaajl);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-700-1ebo78);
    --color-background-button-primary-hover-ilieew:var(--color-neutral-200-j5ayhc);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-900-hav0uf);
    --color-background-container-content-ypckbh:var(--color-neutral-950-fc7tg7);
    --color-background-container-header-knegap:var(--color-neutral-950-fc7tg7);
    --color-background-control-checked-4hlzpf:var(--color-primary-500-66353q);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-650-re41um);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-1000-2wv0ov);
    --color-background-item-selected-r2zdk6:var(--color-neutral-1000-2wv0ov);
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-primary-500-66353q);
    --color-background-layout-main-h1l2yn:var(--color-neutral-800-sggo8w);
    --color-background-layout-panel-content-hesbff:var(--color-neutral-1000-2wv0ov);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-1000-qz6wq0);
    --color-background-layout-toggle-selected-default-f94fs9:#5c7fff20;
    --color-background-layout-toggle-selected-hover-ikyepd:#5c7fff40;
    --color-background-modal-overlay-3wa0s8:var(--color-grey-opaque-70-a5525t);
    --color-background-flashbar-success-ypiybg:var(--color-success-950-n91daq);
    --color-background-flashbar-error-ef4lxm:var(--color-error-950-qiq7u6);
    --color-background-flashbar-info-fp7x92:var(--color-info-950-7fypw1);
    --color-background-flashbar-warning-bmz44s:var(--color-warning-950-ifq6mm);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-500-66353q);
    --color-background-segment-active-4o5dpt:var(--color-neutral-300-ykaajl);
    --color-background-segment-default-v6zlxl:transparent;
    --color-background-segment-disabled-m960vh:var(--color-background-button-normal-disabled-aysl1o);
    --color-background-slider-range-default-3rgq14:var(--color-primary-500-66353q);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-500-66353q);
    --color-background-table-header-vtzvuu:var(--color-background-container-header-knegap);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-background-control-disabled-rxfkeg);
    --color-background-status-indicator-error-8n1ecb:#ff7a7a20;
    --color-background-status-indicator-warning-6eur8z:#fbd33220;
    --color-background-status-indicator-success-aekiu7:#2bb53420;
    --color-background-status-indicator-info-ztt1rn:#5c7fff20;
    --color-background-status-indicator-neutral-75w2rk:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-active-8mmtll:var(--color-neutral-500-evzfy2);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-600-4k14bl);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-500-66353q);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-700-1ebo78);
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-600-4k14bl);
    --color-border-button-normal-hover-3w34pt:var(--color-neutral-500-evzfy2);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-950-fc7tg7);
    --color-text-side-navigation-item-active-a1zr85:var(--color-primary-300-lbt26q);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-neutral-1000-2wv0ov);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-default-10lhjk);
    --color-border-control-default-eyzhft:var(--color-neutral-600-4k14bl);
    --color-border-divider-default-p3i4pf:var(--color-neutral-750-zvilej);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-800-sggo8w);
    --color-border-item-focused-kb13a4:var(--color-primary-500-66353q);
    --color-border-item-placeholder-3hx3cu:var(--color-transparent-f66xjd);
    --color-border-item-selected-ef1gd2:var(--color-primary-500-66353q);
    --color-border-layout-03xg8b:var(--color-neutral-750-zvilej);
    --color-border-popover-7xwcy6:var(--color-neutral-600-4k14bl);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-750-zvilej);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-450-4w2uiz);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-250-77d0j6);
    --color-text-button-normal-active-t3pwtp:var(--color-neutral-350-15dbz7);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-white-qzbjhi);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-350-15dbz7);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-250-77d0j6);
    --color-text-button-link-active-uvxpal:var(--color-neutral-300-ykaajl);
    --color-text-button-link-default-dibdfb:var(--color-neutral-350-15dbz7);
    --color-text-button-link-disabled-1aixcv:var(--color-neutral-650-re41um);
    --color-text-button-link-hover-1ciblf:var(--color-neutral-250-77d0j6);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-500-66353q);
    --color-text-form-label-tdlyd9:var(--color-neutral-350-15dbz7);
    --color-text-form-secondary-s4scs1:var(--color-neutral-500-evzfy2);
    --color-text-label-xm8nks:var(--color-neutral-500-evzfy2);
    --color-text-key-value-pairs-value-wej1z9:var(--color-neutral-350-15dbz7);
    --color-text-layout-toggle-selected-nal9ty:var(--color-primary-300-lbt26q);
    --color-text-link-default-jk9mjs:var(--color-neutral-350-15dbz7);
    --color-text-link-hover-wuyav1:var(--color-primary-400-tdeooy);
    --color-text-link-decoration-default-4ogme5:var(--color-neutral-600-4k14bl);
    --color-text-link-secondary-default-tdvwac:var(--color-neutral-450-4w2uiz);
    --color-text-link-secondary-hover-wujy8p:var(--color-primary-400-tdeooy);
    --color-text-link-info-default-15ap6b:var(--color-primary-400-tdeooy);
    --color-text-link-info-hover-mzonq8:var(--color-primary-300-lbt26q);
    --color-text-status-info-3kb8ql:var(--color-info-300-9fvy2x);
    --color-text-status-success-ikvqka:var(--undefined-95s614);
    --color-text-status-warning-uphq2x:var(--undefined-59ed5u);
    --color-gap-global-drawer-eic530:var(--color-black-sgyach);
    --color-background-badge-green-g4lpdc:rgba(43, 181, 52, 0.2);
    --color-background-badge-blue-12pcf4:rgba(92, 127, 255, 0.2);
    --color-background-badge-red-bf5kpw:rgba(255, 61, 61, 0.2);
    --color-background-badge-yellow-0l9mmn:rgba(251, 211, 50, 0.2);
    --color-background-badge-grey-pi8n07:var(--color-neutral-700-1ebo78);
    --color-text-badge-grey-75vypq:var(--color-neutral-300-ykaajl);
    --color-text-badge-green-hc5dee:var(--undefined-95s614);
    --color-text-badge-blue-s0eg8u:var(--color-info-300-9fvy2x);
    --color-text-badge-red-l8k7fn:var(--color-error-400-9k5dg2);
    --color-background-code-view-1n4cnh:var(--color-neutral-700-1ebo78);
    --shadow-container-4vapbk:0px 1px 8px 2px rgba(0, 0, 0, 0.6);
    --shadow-container-active-9exaql:0px 1px 1px 1px #222222, 0px 6px 36px #030303;
    --shadow-dropdown-8wmt3o:0px 4px 20px 1px rgba(0, 0, 0, 1);
    --shadow-flash-sticky-gm5yrn:0px 4px 8px rgba(0, 0, 0, 0.5);
    --shadow-panel-sslnvv:0px 0px 0px 1px #4b4b4b;
    --shadow-panel-toggle-lrc5y6:0px 6px 12px 1px rgba(0, 0, 0, 1);
    --shadow-split-bottom-6m46xs:0px -36px 36px -36px rgba(0, 0, 0, 1);
    --shadow-split-side-kfzlfb:-1px 0px 1px 0px #222222, -36px 6px 36px -36px rgba(0, 0, 0, 1);
    --shadow-sticky-h3413w:0px 4px 8px 1px rgba(0, 0, 0, 0.5);
    --shadow-sticky-embedded-xyz5bf:0px 2px 0px 0px #4b4b4b, 0px 16px 16px -12px rgba(0, 0, 0, 1);
    --shadow-sticky-column-first-yn8y77:0px 4px 8px 1px rgba(0, 0, 0, 0.5);
    --shadow-sticky-column-last-kiekjr:0px 4px 8px 1px rgba(0, 0, 0, 0.5);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-card-cc759h:var(--color-background-container-content-ypckbh);
    --color-background-item-card-eyywx4:var(--color-background-card-cc759h);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-panel-jyobg5:var(--color-background-container-content-ypckbh);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-segment-wrapper-n3khl2:var(--color-background-container-content-ypckbh);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
    --shadow-dropup-blloah:var(--shadow-dropdown-8wmt3o);
    --shadow-modal-3ff0g5:var(--shadow-dropdown-8wmt3o);
    --shadow-popover-58p6ym:var(--shadow-dropdown-8wmt3o);
  }
  .awsui-context-content-header.awsui-one-theme:not(#\9) {
    --color-background-button-link-active-z8lsf6:var(--color-neutral-850-z568w9);
    --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
    --color-background-button-normal-active-dcfd8d:var(--color-neutral-850-z568w9);
    --color-background-button-normal-default-tdts51:var(--color-neutral-850-z568w9);
    --color-background-button-normal-hover-thgioo:var(--color-neutral-800-sggo8w);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-1000-2wv0ov);
    --color-background-button-primary-active-gdpmk3:var(--color-neutral-300-ykaajl);
    --color-background-button-primary-default-jkrurf:var(--color-neutral-300-ykaajl);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-700-1ebo78);
    --color-background-button-primary-hover-ilieew:var(--color-neutral-200-j5ayhc);
    --color-background-direction-button-disabled-myv5jw:var(--color-neutral-750-zvilej);
    --color-background-calendar-current-date-xb1nan:var(--color-neutral-700-1ebo78);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-900-hav0uf);
    --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-500-evzfy2);
    --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-loading-9laqg7:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-700-1ebo78);
    --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-800-sggo8w);
    --color-background-container-content-ypckbh:var(--color-neutral-950-fc7tg7);
    --color-background-container-header-knegap:var(--color-neutral-950-fc7tg7);
    --color-background-control-checked-4hlzpf:var(--color-primary-500-66353q);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-650-re41um);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-1000-2wv0ov);
    --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-900-hav0uf);
    --color-background-input-disabled-veifwn:var(--color-neutral-800-sggo8w);
    --color-background-item-selected-r2zdk6:var(--color-neutral-1000-2wv0ov);
    --color-background-layout-main-h1l2yn:var(--color-neutral-800-sggo8w);
    --color-background-layout-panel-content-hesbff:var(--color-neutral-1000-2wv0ov);
    --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-700-1ebo78);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-1000-qz6wq0);
    --color-background-layout-toggle-selected-default-f94fs9:#5c7fff20;
    --color-background-layout-toggle-selected-hover-ikyepd:#5c7fff40;
    --color-background-notification-grey-ck9rk6:var(--color-neutral-600-4k14bl);
    --color-background-flashbar-success-ypiybg:var(--color-success-950-n91daq);
    --color-background-flashbar-error-ef4lxm:var(--color-error-950-qiq7u6);
    --color-background-flashbar-info-fp7x92:var(--color-info-950-7fypw1);
    --color-background-flashbar-warning-bmz44s:var(--color-warning-950-ifq6mm);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-500-66353q);
    --color-background-progress-bar-default-toal3z:var(--color-neutral-700-1ebo78);
    --color-background-segment-active-4o5dpt:var(--color-neutral-300-ykaajl);
    --color-background-segment-disabled-m960vh:var(--color-background-button-normal-disabled-aysl1o);
    --color-background-slider-range-default-3rgq14:var(--color-primary-500-66353q);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-500-66353q);
    --color-background-slider-handle-active-05aiwh:var(--color-primary-300-lbt26q);
    --color-background-slider-track-default-rzyeyw:var(--color-neutral-600-4k14bl);
    --color-background-status-info-u6zadq:var(--color-info-1000-lja40w);
    --color-background-table-header-vtzvuu:var(--color-background-container-header-knegap);
    --color-background-tiles-disabled-n277me:var(--color-neutral-800-sggo8w);
    --color-background-toggle-default-lkwdp5:var(--color-neutral-500-evzfy2);
    --color-background-status-indicator-error-8n1ecb:#ff7a7a20;
    --color-background-status-indicator-warning-6eur8z:#fbd33220;
    --color-background-status-indicator-success-aekiu7:#2bb53420;
    --color-background-status-indicator-info-ztt1rn:#5c7fff20;
    --color-background-status-indicator-neutral-75w2rk:var(--color-neutral-800-sggo8w);
    --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-950-fc7tg7);
    --color-border-button-normal-active-8mmtll:var(--color-neutral-500-evzfy2);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-600-4k14bl);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-500-66353q);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-700-1ebo78);
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-600-4k14bl);
    --color-border-button-normal-hover-3w34pt:var(--color-neutral-500-evzfy2);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-950-fc7tg7);
    --color-item-selected-uqe532:var(--color-primary-400-tdeooy);
    --color-text-side-navigation-item-active-a1zr85:var(--color-primary-300-lbt26q);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-neutral-1000-2wv0ov);
    --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-850-z568w9);
    --color-border-cell-shaded-1nts0o:var(--color-neutral-700-1ebo78);
    --color-border-code-editor-default-ahpzlg:var(--color-neutral-600-4k14bl);
    --color-border-control-default-eyzhft:var(--color-neutral-600-4k14bl);
    --color-border-divider-active-xtsw2t:var(--color-neutral-100-xva5sx);
    --color-border-divider-default-p3i4pf:var(--color-neutral-750-zvilej);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-800-sggo8w);
    --color-border-divider-table-group-rhzuu5:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-container-21kqyh:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-600-4k14bl);
    --color-border-input-default-nyn06a:var(--color-neutral-600-4k14bl);
    --color-border-input-focused-sw2top:var(--color-primary-400-tdeooy);
    --color-border-item-focused-kb13a4:var(--color-primary-500-66353q);
    --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-300-ykaajl);
    --color-border-item-selected-ef1gd2:var(--color-primary-500-66353q);
    --color-border-layout-03xg8b:var(--color-neutral-750-zvilej);
    --color-border-popover-7xwcy6:var(--color-neutral-600-4k14bl);
    --color-border-segment-default-06g83b:var(--color-neutral-300-ykaajl);
    --color-border-status-info-0ebxt2:var(--color-info-400-kky6sa);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-750-zvilej);
    --color-border-tabs-divider-b9mz5n:var(--color-neutral-650-re41um);
    --color-border-tutorial-j5g0bl:var(--color-neutral-650-re41um);
    --color-foreground-control-read-only-gb48bp:var(--color-neutral-450-4w2uiz);
    --color-text-accent-3g6liz:var(--color-primary-400-tdeooy);
    --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-450-4w2uiz);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-250-77d0j6);
    --color-text-breadcrumb-icon-erjppe:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-normal-active-t3pwtp:var(--color-neutral-350-15dbz7);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-white-qzbjhi);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-350-15dbz7);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-250-77d0j6);
    --color-text-button-link-active-uvxpal:var(--color-neutral-300-ykaajl);
    --color-text-button-link-default-dibdfb:var(--color-neutral-350-15dbz7);
    --color-text-button-link-disabled-1aixcv:var(--color-neutral-650-re41um);
    --color-text-button-link-hover-1ciblf:var(--color-neutral-250-77d0j6);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    --color-text-calendar-month-841oke:var(--color-neutral-450-4w2uiz);
    --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-300-ykaajl);
    --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-600-4k14bl);
    --color-text-column-header-inrv8c:var(--color-neutral-400-nppdl9);
    --color-text-counter-o7pka1:var(--color-neutral-450-4w2uiz);
    --color-text-disabled-dnv95s:var(--color-neutral-600-4k14bl);
    --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-400-nppdl9);
    --color-text-dropdown-item-default-gv6npt:var(--color-neutral-300-ykaajl);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-500-66353q);
    --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-250-77d0j6);
    --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-300-ykaajl);
    --color-text-empty-e8oi8k:var(--color-neutral-300-ykaajl);
    --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
    --color-text-form-default-02iaa3:var(--color-neutral-300-ykaajl);
    --color-text-form-label-tdlyd9:var(--color-neutral-350-15dbz7);
    --color-text-form-secondary-s4scs1:var(--color-neutral-500-evzfy2);
    --color-text-group-label-kwqard:var(--color-neutral-350-15dbz7);
    --color-text-heading-default-9iv5lb:var(--color-neutral-250-77d0j6);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-450-4w2uiz);
    --color-text-icon-subtle-0e8ipq:var(--color-neutral-400-nppdl9);
    --color-text-input-disabled-ukj9cu:var(--color-neutral-600-4k14bl);
    --color-text-input-placeholder-hz0ut2:var(--color-neutral-450-4w2uiz);
    --color-text-interactive-active-mb8zit:var(--color-neutral-100-xva5sx);
    --color-text-interactive-default-kkm8t6:var(--color-neutral-300-ykaajl);
    --color-text-interactive-disabled-scv2ec:var(--color-neutral-600-4k14bl);
    --color-text-interactive-hover-pij1mj:var(--color-neutral-100-xva5sx);
    --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-100-xva5sx);
    --color-text-label-xm8nks:var(--color-neutral-500-evzfy2);
    --color-text-key-value-pairs-value-wej1z9:var(--color-neutral-350-15dbz7);
    --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-400-tdeooy);
    --color-text-layout-toggle-selected-nal9ty:var(--color-primary-300-lbt26q);
    --color-text-link-default-jk9mjs:var(--color-neutral-350-15dbz7);
    --color-text-link-hover-wuyav1:var(--color-primary-400-tdeooy);
    --color-text-link-decoration-default-4ogme5:var(--color-neutral-600-4k14bl);
    --color-text-link-secondary-default-tdvwac:var(--color-neutral-450-4w2uiz);
    --color-text-link-secondary-hover-wujy8p:var(--color-primary-400-tdeooy);
    --color-text-link-info-default-15ap6b:var(--color-primary-400-tdeooy);
    --color-text-link-info-hover-mzonq8:var(--color-primary-300-lbt26q);
    --color-text-pagination-page-number-default-cg7sk0:var(--color-neutral-400-nppdl9);
    --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
    --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
    --color-text-small-jg0f5l:var(--color-neutral-450-4w2uiz);
    --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
    --color-text-status-info-3kb8ql:var(--color-info-300-9fvy2x);
    --color-text-status-success-ikvqka:var(--undefined-95s614);
    --color-text-status-warning-uphq2x:var(--undefined-59ed5u);
    --color-text-top-navigation-title-47354c:var(--color-neutral-100-xva5sx);
    --color-board-placeholder-active-5a5uzd:var(--color-neutral-600-4k14bl);
    --color-board-placeholder-hover-viqfiu:var(--color-primary-600-68oa7u);
    --color-drag-placeholder-active-p1fu1q:var(--color-neutral-600-4k14bl);
    --color-drag-placeholder-hover-cf3ljr:var(--color-primary-600-68oa7u);
    --color-dropzone-background-hover-x5a713:var(--color-primary-1000-qz6wq0);
    --color-dropzone-text-default-vshcme:var(--color-neutral-350-15dbz7);
    --color-dropzone-text-hover-9g1o07:var(--color-neutral-350-15dbz7);
    --color-dropzone-border-default-zs3xv6:var(--color-neutral-600-4k14bl);
    --color-dropzone-border-hover-nv8q76:var(--color-primary-300-lbt26q);
    --color-gap-global-drawer-eic530:var(--color-black-sgyach);
    --color-tree-view-connector-line-s3p7z5:var(--color-neutral-300-ykaajl);
    --color-background-action-card-hover-lvp2xz:var(--color-neutral-800-sggo8w);
    --color-background-action-card-active-i676rk:var(--color-neutral-700-1ebo78);
    --color-border-action-card-default-gjh6iy:var(--color-primary-400-tdeooy);
    --color-border-action-card-hover-qjpqnd:var(--color-primary-300-lbt26q);
    --color-border-action-card-active-ma8s38:var(--color-primary-300-lbt26q);
    --color-border-action-card-disabled-q83j3o:var(--color-neutral-600-4k14bl);
    --color-icon-action-card-default-5oew91:var(--color-primary-400-tdeooy);
    --color-icon-action-card-hover-yrrdio:var(--color-primary-300-lbt26q);
    --color-icon-action-card-active-8eg6vl:var(--color-primary-300-lbt26q);
    --color-icon-action-card-disabled-irm38o:var(--color-neutral-600-4k14bl);
    --color-background-skeleton-6r9jxc:var(--color-neutral-750-zvilej);
    --color-background-skeleton-wave-2uh1of:var(--color-neutral-700-1ebo78);
    --color-background-badge-green-g4lpdc:rgba(43, 181, 52, 0.2);
    --color-background-badge-blue-12pcf4:rgba(92, 127, 255, 0.2);
    --color-background-badge-red-bf5kpw:rgba(255, 61, 61, 0.2);
    --color-background-badge-yellow-0l9mmn:rgba(251, 211, 50, 0.2);
    --color-background-badge-grey-pi8n07:var(--color-neutral-700-1ebo78);
    --color-text-badge-grey-75vypq:var(--color-neutral-300-ykaajl);
    --color-text-badge-green-hc5dee:var(--undefined-95s614);
    --color-text-badge-blue-s0eg8u:var(--color-info-300-9fvy2x);
    --color-text-badge-red-l8k7fn:var(--color-error-400-9k5dg2);
    --color-background-code-view-1n4cnh:var(--color-neutral-700-1ebo78);
    --shadow-container-4vapbk:0px 1px 8px 2px rgba(0, 0, 0, 0.6);
    --shadow-container-active-9exaql:0px 1px 1px 1px #222222, 0px 6px 36px #030303;
    --shadow-dropdown-8wmt3o:0px 4px 20px 1px rgba(0, 0, 0, 1);
    --shadow-flash-sticky-gm5yrn:0px 4px 8px rgba(0, 0, 0, 0.5);
    --shadow-panel-sslnvv:0px 0px 0px 1px #4b4b4b;
    --shadow-panel-toggle-lrc5y6:0px 6px 12px 1px rgba(0, 0, 0, 1);
    --shadow-split-bottom-6m46xs:0px -36px 36px -36px rgba(0, 0, 0, 1);
    --shadow-split-side-kfzlfb:-1px 0px 1px 0px #222222, -36px 6px 36px -36px rgba(0, 0, 0, 1);
    --shadow-sticky-h3413w:0px 4px 8px 1px rgba(0, 0, 0, 0.5);
    --shadow-sticky-embedded-xyz5bf:0px 2px 0px 0px #4b4b4b, 0px 16px 16px -12px rgba(0, 0, 0, 1);
    --shadow-sticky-column-first-yn8y77:0px 4px 8px 1px rgba(0, 0, 0, 0.5);
    --shadow-sticky-column-last-kiekjr:0px 4px 8px 1px rgba(0, 0, 0, 0.5);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-text-direction-button-disabled-xlsw9a:var(--color-text-interactive-disabled-scv2ec);
    --color-background-card-cc759h:var(--color-background-container-content-ypckbh);
    --color-background-item-card-eyywx4:var(--color-background-card-cc759h);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-layout-panel-jyobg5:var(--color-background-container-content-ypckbh);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-wrapper-n3khl2:var(--color-background-container-content-ypckbh);
    --color-background-slider-range-active-t2qsmr:var(--color-background-slider-handle-active-05aiwh);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-background-control-disabled-rxfkeg);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-default-10lhjk);
    --color-border-code-editor-pane-item-hover-mtly8t:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-editable-cell-hover-ctz4wx:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-input-disabled-whoc96:var(--color-background-input-disabled-veifwn);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-border-segment-active-xtf3uq:var(--color-border-segment-default-06g83b);
    --color-border-segment-disabled-q7t6yj:var(--color-border-segment-default-06g83b);
    --color-border-segment-hover-1sgbua:var(--color-border-segment-default-06g83b);
    --color-border-segment-wrapper-lhltjg:var(--color-border-input-default-nyn06a);
    --color-border-dialog-temfam:var(--color-border-status-info-0ebxt2);
    --color-border-tabs-underline-byrvqy:var(--color-text-accent-3g6liz);
    --color-border-tiles-disabled-eklghz:var(--color-background-tiles-disabled-n277me);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-disabled-kypb2l:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-calendar-date-hover-jsvbjx:var(--color-text-dropdown-item-default-gv6npt);
    --color-text-column-sorting-icon-e19lu7:var(--color-text-column-header-inrv8c);
    --color-text-control-disabled-roypt4:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-group-label-e63684:var(--color-text-group-label-kwqard);
    --color-text-dropdown-item-dimmed-sj2wj0:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-disabled-vot6e7:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-accent-3g6liz);
    --color-text-expandable-section-navigation-icon-default-i2fzn2:var(--color-text-interactive-default-kkm8t6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-input-placeholder-disabled-yljq1a:var(--color-text-input-disabled-ukj9cu);
    --color-text-pagination-page-number-active-disabled-0g1vpc:var(--color-text-interactive-disabled-scv2ec);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
    --shadow-dropup-blloah:var(--shadow-dropdown-8wmt3o);
    --shadow-modal-3ff0g5:var(--shadow-dropdown-8wmt3o);
    --shadow-popover-58p6ym:var(--shadow-dropdown-8wmt3o);
  }
  .awsui-one-theme .awsui-context-app-layout-toolbar:not(#\9), .awsui-context-app-layout-toolbar.awsui-one-theme:not(#\9) {
    --color-background-layout-toolbar-cxkrvd:var(--color-neutral-50-5676vk);
  }
  .awsui-one-theme .awsui-context-compact-table:not(#\9) {
    --space-field-vertical-sf2thg:5px;
    --space-side-navigation-item-gap-ejop82:0px;
    --space-side-navigation-item-collapsed-gap-9rcjwh:var(--space-xs-j1ch97);
    --space-status-indicator-padding-horizontal-pbftfl:var(--space-none-ea32lj);
  }
  .awsui-context-compact-table.awsui-one-theme:not(#\9) {
    --size-vertical-input-tza5ti:28px;
    --space-alert-vertical-yigdcv:var(--space-flashbar-vertical-11xrcr);
    --space-button-horizontal-w2nh9z:var(--space-scaled-l-gr6kh1);
    --space-token-vertical-vkegei:var(--space-scaled-xxs-vdp1uk);
    --space-field-vertical-sf2thg:5px;
    --space-flashbar-vertical-11xrcr:var(--space-scaled-xs-rt720d);
    --space-tabs-vertical-v9w9r8:var(--space-scaled-xxs-vdp1uk);
    --space-side-navigation-item-gap-ejop82:0px;
    --space-side-navigation-item-collapsed-gap-9rcjwh:var(--space-xs-j1ch97);
    --space-status-indicator-padding-horizontal-pbftfl:var(--space-none-ea32lj);
  }
  .awsui-one-theme .awsui-context-flashbar:not(#\9) {
    --color-background-button-normal-active-dcfd8d:rgba(0, 0, 0, 0.1);
    --color-background-button-normal-hover-thgioo:rgba(0, 0, 0, 0.05);
    --color-background-button-primary-active-gdpmk3:var(--color-neutral-800-sggo8w);
    --color-background-button-primary-default-jkrurf:var(--color-neutral-800-sggo8w);
    --color-background-button-primary-hover-ilieew:var(--color-neutral-700-1ebo78);
    --color-background-inline-code-dtzhl7:rgba(0, 0, 0, 0.1);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-neutral-800-sggo8w);
    --color-background-progress-bar-default-toal3z:var(--color-grey-opaque-10-w2wjwq);
    --color-background-segment-default-v6zlxl:transparent;
    --color-background-status-error-c0g0k2:var(--color-error-100-tyywtv);
    --color-background-status-info-u6zadq:var(--color-info-100-kz0nmy);
    --color-background-status-success-2j1li5:var(--color-success-100-jirpsy);
    --color-background-status-warning-g7try8:var(--color-warning-100-zxtqq4);
    --color-border-button-normal-active-8mmtll:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-hover-3w34pt:var(--color-neutral-950-fc7tg7);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-default-10lhjk);
    --color-border-divider-default-p3i4pf:var(--color-neutral-350-15dbz7);
    --color-border-item-focused-kb13a4:var(--color-neutral-800-sggo8w);
    --color-text-body-default-10lhjk:var(--color-neutral-850-z568w9);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-600-4k14bl);
    --color-text-button-normal-active-t3pwtp:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-950-fc7tg7);
    --color-text-button-link-active-uvxpal:var(--color-neutral-700-1ebo78);
    --color-text-button-link-default-dibdfb:var(--color-neutral-700-1ebo78);
    --color-text-button-link-hover-1ciblf:var(--color-neutral-700-1ebo78);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-50-5676vk);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-100-xva5sx);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-50-5676vk);
    --color-text-expandable-section-default-cu31n3:var(--color-neutral-950-fc7tg7);
    --color-text-expandable-section-hover-0iv7b1:var(--color-neutral-950-fc7tg7);
    --color-border-expandable-section-default-7zi493:var(--color-neutral-600-4k14bl);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-750-zvilej);
    --color-text-interactive-inverted-default-ch6i0p:var(--color-neutral-800-sggo8w);
    --color-text-interactive-inverted-hover-lq1pf9:var(--color-neutral-950-fc7tg7);
    --color-text-label-xm8nks:var(--color-neutral-600-4k14bl);
    --color-text-key-value-pairs-value-wej1z9:var(--color-neutral-950-fc7tg7);
    --color-text-link-default-jk9mjs:var(--color-neutral-850-z568w9);
    --color-text-link-hover-wuyav1:var(--color-primary-600-68oa7u);
    --color-text-link-secondary-default-tdvwac:var(--color-neutral-700-1ebo78);
    --color-text-link-secondary-hover-wujy8p:var(--color-primary-600-68oa7u);
    --color-text-link-info-default-15ap6b:var(--color-primary-600-68oa7u);
    --color-text-link-info-hover-mzonq8:var(--color-primary-800-r5zau9);
    --color-text-link-inverted-hover-ainrw5:var(--color-neutral-950-fc7tg7);
    --color-text-notification-default-v9tldm:var(--color-neutral-800-sggo8w);
    --color-text-status-error-ug8fw3:var(--color-error-600-2nofe4);
    --color-text-status-info-3kb8ql:var(--color-info-600-6pbmjo);
    --color-text-status-success-ikvqka:var(--color-success-600-it3b3f);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-code-editor-gutter-active-line-error-1pe3y8:var(--color-text-status-error-ug8fw3);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-slider-handle-error-default-ynmog8:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-error-active-erc5s1:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-default-t0x6jp:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-active-nt20qg:var(--color-text-status-error-ug8fw3);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
  }
  .awsui-context-flashbar.awsui-one-theme:not(#\9) {
    --color-background-button-normal-active-dcfd8d:rgba(0, 0, 0, 0.1);
    --color-background-button-normal-default-tdts51:transparent;
    --color-background-button-normal-hover-thgioo:rgba(0, 0, 0, 0.05);
    --color-background-inline-code-dtzhl7:rgba(0, 0, 0, 0.1);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-neutral-800-sggo8w);
    --color-background-progress-bar-default-toal3z:var(--color-grey-opaque-10-w2wjwq);
    --color-background-status-error-c0g0k2:var(--color-error-100-tyywtv);
    --color-background-status-info-u6zadq:var(--color-info-100-kz0nmy);
    --color-background-status-success-2j1li5:var(--color-success-100-jirpsy);
    --color-background-status-warning-g7try8:var(--color-warning-100-zxtqq4);
    --color-border-button-normal-active-8mmtll:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-hover-3w34pt:var(--color-neutral-950-fc7tg7);
    --color-border-divider-default-p3i4pf:var(--color-neutral-350-15dbz7);
    --color-border-item-focused-kb13a4:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-active-t3pwtp:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-950-fc7tg7);
    --color-text-expandable-section-hover-0iv7b1:var(--color-neutral-950-fc7tg7);
    --color-border-expandable-section-default-7zi493:var(--color-neutral-600-4k14bl);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-750-zvilej);
    --color-text-interactive-inverted-default-ch6i0p:var(--color-neutral-800-sggo8w);
    --color-text-interactive-inverted-hover-lq1pf9:var(--color-neutral-950-fc7tg7);
    --color-text-link-inverted-hover-ainrw5:var(--color-neutral-950-fc7tg7);
    --color-text-notification-default-v9tldm:var(--color-neutral-800-sggo8w);
    --color-text-status-error-ug8fw3:var(--color-error-600-2nofe4);
    --color-text-status-success-ikvqka:var(--color-success-600-it3b3f);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-code-editor-gutter-active-line-error-1pe3y8:var(--color-text-status-error-ug8fw3);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-slider-handle-error-default-ynmog8:var(--color-text-status-error-ug8fw3);
    --color-background-slider-handle-error-active-erc5s1:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-default-t0x6jp:var(--color-text-status-error-ug8fw3);
    --color-background-slider-range-error-active-nt20qg:var(--color-text-status-error-ug8fw3);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
  }
  .awsui-one-theme .awsui-context-flashbar-warning:not(#\9) {
    --color-grey-opaque-70-a5525t:rgba(35, 43, 55, 0.7);
    --color-background-button-link-active-z8lsf6:var(--color-primary-100-j02ykd);
    --color-background-button-link-hover-oiwez2:var(--color-primary-50-1eutn3);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-primary-100-j02ykd);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-250-77d0j6);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-primary-50-1eutn3);
    --color-background-item-selected-r2zdk6:var(--color-primary-50-1eutn3);
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-background-control-checked-4hlzpf);
    --color-background-layout-main-h1l2yn:var(--color-white-qzbjhi);
    --color-background-layout-panel-content-hesbff:var(--color-background-container-content-ypckbh);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-600-68oa7u);
    --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-600-68oa7u);
    --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-700-5lbazr);
    --color-background-modal-overlay-3wa0s8:var(--color-background-backdrop-iq1tj8);
    --color-background-flashbar-success-ypiybg:var(--color-background-notification-green-5dc4sk);
    --color-background-flashbar-error-ef4lxm:var(--color-background-notification-red-dg5n3d);
    --color-background-flashbar-info-fp7x92:var(--color-background-notification-blue-34n9ob);
    --color-background-flashbar-warning-bmz44s:var(--color-background-notification-yellow-7ciw4l);
    --color-background-segment-active-4o5dpt:var(--color-primary-600-68oa7u);
    --color-background-slider-range-default-3rgq14:var(--color-background-slider-handle-default-18tq1j);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-200-b7ev0t);
    --color-background-status-indicator-error-8n1ecb:transparent;
    --color-background-status-indicator-warning-6eur8z:transparent;
    --color-background-status-indicator-success-aekiu7:transparent;
    --color-background-status-indicator-info-ztt1rn:transparent;
    --color-background-status-indicator-neutral-75w2rk:transparent;
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-500-evzfy2);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-500-evzfy2);
    --color-text-side-navigation-item-active-a1zr85:var(--color-text-accent-3g6liz);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-text-inverted-fubpp0);
    --color-border-item-placeholder-3hx3cu:var(--color-border-item-selected-ef1gd2);
    --color-border-item-selected-ef1gd2:var(--color-item-selected-uqe532);
    --color-border-layout-03xg8b:var(--color-neutral-350-15dbz7);
    --color-border-popover-7xwcy6:var(--color-border-dropdown-container-21kqyh);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-500-evzfy2);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-600-4k14bl);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-900-uhv01b);
    --color-text-button-link-disabled-1aixcv:var(--color-text-interactive-disabled-scv2ec);
    --color-text-form-label-tdlyd9:var(--color-text-form-default-02iaa3);
    --color-text-layout-toggle-selected-nal9ty:var(--color-white-qzbjhi);
    --color-text-link-decoration-default-4ogme5:currentColor;
    --color-text-segment-active-lm00pj:var(--color-white-qzbjhi);
    --color-text-segment-default-jadfx6:var(--color-neutral-650-re41um);
    --color-text-status-inactive-e342cs:var(--color-neutral-600-4k14bl);
    --color-background-badge-green-g4lpdc:var(--color-background-notification-green-5dc4sk);
    --color-background-badge-blue-12pcf4:var(--color-background-notification-blue-34n9ob);
    --color-background-badge-red-bf5kpw:var(--color-background-notification-red-dg5n3d);
    --color-background-badge-yellow-0l9mmn:var(--color-background-notification-yellow-7ciw4l);
    --color-background-badge-grey-pi8n07:var(--color-background-notification-grey-ck9rk6);
    --color-background-code-view-1n4cnh:#f8f8f8;
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
  }
  .awsui-context-flashbar-warning.awsui-one-theme:not(#\9) {
    --color-grey-opaque-70-a5525t:rgba(35, 43, 55, 0.7);
    --color-background-button-link-active-z8lsf6:var(--color-primary-100-j02ykd);
    --color-background-button-link-hover-oiwez2:var(--color-primary-50-1eutn3);
    --color-background-button-normal-active-dcfd8d:rgba(0, 7, 22, 0.1);
    --color-background-button-normal-default-tdts51:transparent;
    --color-background-button-normal-hover-thgioo:rgba(0, 7, 22, 0.05);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-primary-100-j02ykd);
    --color-background-button-primary-active-gdpmk3:var(--color-primary-900-uhv01b);
    --color-background-button-primary-default-jkrurf:var(--color-border-button-normal-default-6tkrkx);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-250-77d0j6);
    --color-background-button-primary-hover-ilieew:var(--color-border-button-normal-hover-3w34pt);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-primary-50-1eutn3);
    --color-background-item-selected-r2zdk6:var(--color-primary-50-1eutn3);
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-background-control-checked-4hlzpf);
    --color-background-layout-main-h1l2yn:var(--color-white-qzbjhi);
    --color-background-layout-panel-content-hesbff:var(--color-background-container-content-ypckbh);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-600-68oa7u);
    --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-600-68oa7u);
    --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-700-5lbazr);
    --color-background-modal-overlay-3wa0s8:var(--color-background-backdrop-iq1tj8);
    --color-background-flashbar-success-ypiybg:var(--color-background-notification-green-5dc4sk);
    --color-background-flashbar-error-ef4lxm:var(--color-background-notification-red-dg5n3d);
    --color-background-flashbar-info-fp7x92:var(--color-background-notification-blue-34n9ob);
    --color-background-flashbar-warning-bmz44s:var(--color-background-notification-yellow-7ciw4l);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-neutral-950-fc7tg7);
    --color-background-progress-bar-default-toal3z:var(--color-grey-opaque-10-w2wjwq);
    --color-background-segment-active-4o5dpt:var(--color-primary-600-68oa7u);
    --color-background-segment-default-v6zlxl:var(--color-background-button-normal-default-tdts51);
    --color-background-slider-range-default-3rgq14:var(--color-background-slider-handle-default-18tq1j);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-200-b7ev0t);
    --color-background-status-indicator-error-8n1ecb:transparent;
    --color-background-status-indicator-warning-6eur8z:transparent;
    --color-background-status-indicator-success-aekiu7:transparent;
    --color-background-status-indicator-info-ztt1rn:transparent;
    --color-background-status-indicator-neutral-75w2rk:transparent;
    --color-border-button-normal-active-8mmtll:var(--color-text-button-normal-hover-8fyho6);
    --color-border-button-normal-default-6tkrkx:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-500-evzfy2);
    --color-border-button-normal-hover-3w34pt:var(--color-text-button-normal-hover-8fyho6);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-500-evzfy2);
    --color-text-side-navigation-item-active-a1zr85:var(--color-text-accent-3g6liz);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-text-inverted-fubpp0);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-secondary-fp6d0c);
    --color-border-divider-default-p3i4pf:var(--color-text-notification-yellow-uepn8m);
    --color-border-item-focused-kb13a4:var(--color-text-notification-yellow-uepn8m);
    --color-border-item-placeholder-3hx3cu:var(--color-border-item-selected-ef1gd2);
    --color-border-item-selected-ef1gd2:var(--color-item-selected-uqe532);
    --color-border-layout-03xg8b:var(--color-neutral-350-15dbz7);
    --color-border-popover-7xwcy6:var(--color-border-dropdown-container-21kqyh);
    --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-500-evzfy2);
    --color-text-body-default-10lhjk:var(--color-text-notification-yellow-uepn8m);
    --color-text-body-secondary-fp6d0c:var(--color-text-notification-yellow-uepn8m);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-600-4k14bl);
    --color-text-button-normal-active-t3pwtp:var(--color-text-button-normal-hover-8fyho6);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-900-uhv01b);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-650-re41um);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-950-fc7tg7);
    --color-text-link-button-normal-default-31udfi:var(--color-text-link-default-jk9mjs);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-link-hover-wuyav1);
    --color-text-button-link-active-uvxpal:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-default-dibdfb:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-link-disabled-1aixcv:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-link-hover-1ciblf:var(--color-text-button-normal-hover-8fyho6);
    --color-text-button-primary-active-bx3pic:var(--color-white-qzbjhi);
    --color-text-button-primary-default-drtg2k:var(--color-white-qzbjhi);
    --color-text-button-primary-hover-25ew2y:var(--color-white-qzbjhi);
    --color-text-expandable-section-default-cu31n3:var(--color-text-notification-yellow-uepn8m);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-notification-yellow-uepn8m);
    --color-text-form-label-tdlyd9:var(--color-text-form-default-02iaa3);
    --color-text-heading-secondary-ecsq93:var(--color-text-notification-yellow-uepn8m);
    --color-text-interactive-inverted-default-ch6i0p:var(--color-neutral-650-re41um);
    --color-text-interactive-inverted-hover-lq1pf9:var(--color-neutral-950-fc7tg7);
    --color-text-label-xm8nks:var(--color-text-notification-yellow-uepn8m);
    --color-text-key-value-pairs-value-wej1z9:var(--color-text-body-default-10lhjk);
    --color-text-layout-toggle-selected-nal9ty:var(--color-white-qzbjhi);
    --color-text-link-default-jk9mjs:var(--color-text-notification-yellow-uepn8m);
    --color-text-link-hover-wuyav1:var(--color-text-notification-yellow-uepn8m);
    --color-text-link-decoration-default-4ogme5:currentColor;
    --color-text-link-secondary-default-tdvwac:var(--color-text-link-default-jk9mjs);
    --color-text-link-secondary-hover-wujy8p:var(--color-text-link-hover-wuyav1);
    --color-text-link-info-default-15ap6b:var(--color-text-link-default-jk9mjs);
    --color-text-link-info-hover-mzonq8:var(--color-text-link-hover-wuyav1);
    --color-text-notification-default-v9tldm:var(--color-text-notification-yellow-uepn8m);
    --color-text-segment-active-lm00pj:var(--color-white-qzbjhi);
    --color-text-segment-default-jadfx6:var(--color-neutral-650-re41um);
    --color-text-status-inactive-e342cs:var(--color-neutral-600-4k14bl);
    --color-text-status-warning-uphq2x:var(--color-text-notification-yellow-uepn8m);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-neutral-600-4k14bl);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-neutral-900-hav0uf);
    --color-background-badge-green-g4lpdc:var(--color-background-notification-green-5dc4sk);
    --color-background-badge-blue-12pcf4:var(--color-background-notification-blue-34n9ob);
    --color-background-badge-red-bf5kpw:var(--color-background-notification-red-dg5n3d);
    --color-background-badge-yellow-0l9mmn:var(--color-background-notification-yellow-7ciw4l);
    --color-background-badge-grey-pi8n07:var(--color-background-notification-grey-ck9rk6);
    --color-text-badge-grey-75vypq:var(--color-text-notification-default-v9tldm);
    --color-text-badge-green-hc5dee:var(--color-text-notification-default-v9tldm);
    --color-text-badge-blue-s0eg8u:var(--color-text-notification-default-v9tldm);
    --color-text-badge-red-l8k7fn:var(--color-text-notification-default-v9tldm);
    --color-background-code-view-1n4cnh:#f8f8f8;
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
  }
  .awsui-one-theme .awsui-context-alert:not(#\9) {
    --color-background-button-normal-active-dcfd8d:rgba(0, 0, 0, 0.1);
    --color-background-button-normal-hover-thgioo:rgba(0, 0, 0, 0.05);
    --color-background-button-primary-active-gdpmk3:var(--color-neutral-800-sggo8w);
    --color-background-button-primary-default-jkrurf:var(--color-neutral-800-sggo8w);
    --color-background-button-primary-hover-ilieew:var(--color-neutral-700-1ebo78);
    --color-background-segment-default-v6zlxl:transparent;
    --color-background-status-error-c0g0k2:var(--color-error-100-tyywtv);
    --color-background-status-info-u6zadq:var(--color-info-100-kz0nmy);
    --color-background-status-success-2j1li5:var(--color-success-100-jirpsy);
    --color-background-status-warning-g7try8:var(--color-warning-100-zxtqq4);
    --color-border-button-normal-active-8mmtll:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-hover-3w34pt:var(--color-neutral-950-fc7tg7);
    --color-border-divider-default-p3i4pf:var(--color-neutral-350-15dbz7);
    --color-border-item-focused-kb13a4:var(--color-neutral-800-sggo8w);
    --color-text-body-default-10lhjk:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-active-t3pwtp:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-800-sggo8w);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-button-link-active-uvxpal:var(--color-neutral-700-1ebo78);
    --color-text-button-link-default-dibdfb:var(--color-neutral-700-1ebo78);
    --color-text-button-link-hover-1ciblf:var(--color-neutral-700-1ebo78);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-50-5676vk);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-100-xva5sx);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-50-5676vk);
    --color-text-expandable-section-default-cu31n3:var(--color-neutral-950-fc7tg7);
    --color-text-expandable-section-hover-0iv7b1:var(--color-neutral-950-fc7tg7);
    --color-border-expandable-section-default-7zi493:var(--color-neutral-600-4k14bl);
    --color-text-link-default-jk9mjs:var(--color-neutral-900-hav0uf);
    --color-text-link-hover-wuyav1:var(--color-neutral-950-fc7tg7);
    --font-size-expandable-heading-5th9ka:var(--font-size-heading-s-4lcrq9);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-default-10lhjk);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
  }
  .awsui-context-alert.awsui-one-theme:not(#\9) {
    --color-background-button-normal-active-dcfd8d:rgba(0, 0, 0, 0.1);
    --color-background-button-normal-default-tdts51:transparent;
    --color-background-button-normal-hover-thgioo:rgba(0, 0, 0, 0.05);
    --color-background-status-error-c0g0k2:var(--color-error-100-tyywtv);
    --color-background-status-info-u6zadq:var(--color-info-100-kz0nmy);
    --color-background-status-success-2j1li5:var(--color-success-100-jirpsy);
    --color-background-status-warning-g7try8:var(--color-warning-100-zxtqq4);
    --color-border-button-normal-active-8mmtll:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-default-6tkrkx:var(--color-neutral-800-sggo8w);
    --color-border-button-normal-hover-3w34pt:var(--color-neutral-950-fc7tg7);
    --color-border-divider-default-p3i4pf:var(--color-neutral-350-15dbz7);
    --color-border-item-focused-kb13a4:var(--color-neutral-800-sggo8w);
    --color-text-body-default-10lhjk:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-active-t3pwtp:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-800-sggo8w);
    --color-text-button-normal-hover-8fyho6:var(--color-neutral-950-fc7tg7);
    --color-text-expandable-section-hover-0iv7b1:var(--color-neutral-950-fc7tg7);
    --color-border-expandable-section-default-7zi493:var(--color-neutral-600-4k14bl);
    --color-text-link-default-jk9mjs:var(--color-neutral-900-hav0uf);
    --color-text-link-hover-wuyav1:var(--color-neutral-950-fc7tg7);
    --font-size-expandable-heading-5th9ka:var(--font-size-heading-s-4lcrq9);
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-default-10lhjk);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-default-31udfi:var(--color-text-button-normal-default-b02h0t);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-button-normal-hover-8fyho6);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
  }
  .awsui-one-theme .awsui-context-content-header .awsui-context-alert:not(#\9) {
    --color-background-flashbar-success-ypiybg:var(--color-background-notification-green-5dc4sk);
    --color-background-flashbar-error-ef4lxm:var(--color-background-notification-red-dg5n3d);
    --color-background-flashbar-info-fp7x92:var(--color-background-notification-blue-34n9ob);
    --color-background-flashbar-warning-bmz44s:var(--color-background-notification-yellow-7ciw4l);
    --color-background-status-indicator-error-8n1ecb:transparent;
    --color-background-status-indicator-warning-6eur8z:transparent;
    --color-background-status-indicator-success-aekiu7:transparent;
    --color-background-status-indicator-info-ztt1rn:transparent;
    --color-background-status-indicator-neutral-75w2rk:transparent;
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-500-evzfy2);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-500-evzfy2);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    --color-text-link-decoration-default-4ogme5:currentColor;
    --color-background-badge-green-g4lpdc:var(--color-background-notification-green-5dc4sk);
    --color-background-badge-blue-12pcf4:var(--color-background-notification-blue-34n9ob);
    --color-background-badge-red-bf5kpw:var(--color-background-notification-red-dg5n3d);
    --color-background-badge-yellow-0l9mmn:var(--color-background-notification-yellow-7ciw4l);
    --color-text-badge-grey-75vypq:var(--color-text-notification-default-v9tldm);
    --color-text-badge-green-hc5dee:var(--color-text-notification-default-v9tldm);
    --color-text-badge-blue-s0eg8u:var(--color-text-notification-default-v9tldm);
    --color-text-badge-red-l8k7fn:var(--color-text-notification-default-v9tldm);
  }
  .awsui-context-content-header .awsui-context-alert.awsui-one-theme:not(#\9) {
    --color-grey-opaque-70-a5525t:rgba(15, 20, 26, 0.7);
    --color-background-button-link-active-z8lsf6:var(--color-neutral-700-1ebo78);
    --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
    --color-background-button-normal-active-dcfd8d:rgba(255, 255, 255, 0.15);
    --color-background-button-normal-default-tdts51:transparent;
    --color-background-button-normal-hover-thgioo:rgba(255, 255, 255, 0.1);
    --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-700-1ebo78);
    --color-background-button-primary-active-gdpmk3:var(--color-primary-400-tdeooy);
    --color-background-button-primary-default-jkrurf:var(--color-border-button-normal-default-6tkrkx);
    --color-background-button-primary-disabled-uldk81:var(--color-neutral-750-zvilej);
    --color-background-button-primary-hover-ilieew:var(--color-border-button-normal-hover-3w34pt);
    --color-background-direction-button-disabled-myv5jw:var(--color-neutral-750-zvilej);
    --color-background-calendar-current-date-xb1nan:var(--color-neutral-700-1ebo78);
    --color-background-cell-shaded-tyh6wv:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-gutter-active-line-default-bxqfld:var(--color-neutral-500-evzfy2);
    --color-background-code-editor-gutter-default-fqm39c:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-loading-9laqg7:var(--color-neutral-800-sggo8w);
    --color-background-code-editor-pane-item-hover-3mu7ws:var(--color-neutral-700-1ebo78);
    --color-background-code-editor-status-bar-flv9rn:var(--color-neutral-800-sggo8w);
    --color-background-control-checked-4hlzpf:var(--color-primary-400-tdeooy);
    --color-background-control-disabled-rxfkeg:var(--color-neutral-700-1ebo78);
    --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-700-1ebo78);
    --color-background-dropdown-item-hover-vvjx6k:var(--color-neutral-900-hav0uf);
    --color-background-input-disabled-veifwn:var(--color-neutral-800-sggo8w);
    --color-background-item-selected-r2zdk6:var(--color-primary-1000-qz6wq0);
    --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-background-control-checked-4hlzpf);
    --color-background-layout-main-h1l2yn:var(--color-neutral-850-z568w9);
    --color-background-layout-panel-content-hesbff:var(--color-background-container-content-ypckbh);
    --color-background-layout-panel-hover-ihnhzc:var(--color-neutral-700-1ebo78);
    --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-400-tdeooy);
    --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-400-tdeooy);
    --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-300-lbt26q);
    --color-background-modal-overlay-3wa0s8:var(--color-background-backdrop-iq1tj8);
    --color-background-notification-grey-ck9rk6:var(--color-neutral-600-4k14bl);
    --color-background-flashbar-success-ypiybg:var(--color-background-notification-green-5dc4sk);
    --color-background-flashbar-error-ef4lxm:var(--color-background-notification-red-dg5n3d);
    --color-background-flashbar-info-fp7x92:var(--color-background-notification-blue-34n9ob);
    --color-background-flashbar-warning-bmz44s:var(--color-background-notification-yellow-7ciw4l);
    --color-background-progress-bar-value-default-g1g9d8:var(--color-primary-400-tdeooy);
    --color-background-progress-bar-default-toal3z:var(--color-neutral-700-1ebo78);
    --color-background-segment-active-4o5dpt:var(--color-primary-400-tdeooy);
    --color-background-segment-default-v6zlxl:var(--color-background-button-normal-default-tdts51);
    --color-background-slider-range-default-3rgq14:var(--color-background-slider-handle-default-18tq1j);
    --color-background-slider-handle-default-18tq1j:var(--color-primary-400-tdeooy);
    --color-background-slider-handle-active-05aiwh:var(--color-primary-300-lbt26q);
    --color-background-slider-track-default-rzyeyw:var(--color-neutral-600-4k14bl);
    --color-background-status-info-u6zadq:var(--color-info-1000-lja40w);
    --color-background-tiles-disabled-n277me:var(--color-neutral-800-sggo8w);
    --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-900-uhv01b);
    --color-background-toggle-default-lkwdp5:var(--color-neutral-500-evzfy2);
    --color-background-status-indicator-error-8n1ecb:transparent;
    --color-background-status-indicator-warning-6eur8z:transparent;
    --color-background-status-indicator-success-aekiu7:transparent;
    --color-background-status-indicator-info-ztt1rn:transparent;
    --color-background-status-indicator-neutral-75w2rk:transparent;
    --color-background-chat-bubble-incoming-7ehll1:var(--color-neutral-950-fc7tg7);
    --color-border-button-normal-active-8mmtll:var(--color-text-button-normal-hover-8fyho6);
    --color-border-button-normal-default-6tkrkx:var(--color-text-button-normal-default-b02h0t);
    --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-400-tdeooy);
    --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-600-4k14bl);
    --color-text-button-normal-disabled-oll12n:var(--color-neutral-500-evzfy2);
    --color-border-button-normal-hover-3w34pt:var(--color-text-button-normal-hover-8fyho6);
    --color-text-button-primary-disabled-au8gyh:var(--color-neutral-500-evzfy2);
    --color-item-selected-uqe532:var(--color-primary-400-tdeooy);
    --color-text-side-navigation-item-active-a1zr85:var(--color-text-accent-3g6liz);
    --color-text-side-navigation-item-active-collapsed-nkn2ke:var(--color-text-inverted-fubpp0);
    --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-secondary-fp6d0c);
    --color-border-calendar-grid-selected-focus-ring-ffu053:var(--color-neutral-850-z568w9);
    --color-border-cell-shaded-1nts0o:var(--color-neutral-700-1ebo78);
    --color-border-code-editor-default-ahpzlg:var(--color-neutral-600-4k14bl);
    --color-border-divider-active-xtsw2t:var(--color-neutral-100-xva5sx);
    --color-border-divider-default-p3i4pf:var(--color-text-button-normal-default-b02h0t);
    --color-border-divider-secondary-sc5l0q:var(--color-neutral-750-zvilej);
    --color-border-divider-table-group-rhzuu5:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-container-21kqyh:var(--color-neutral-600-4k14bl);
    --color-border-dropdown-item-hover-41eg5t:var(--color-neutral-600-4k14bl);
    --color-border-input-default-nyn06a:var(--color-neutral-600-4k14bl);
    --color-border-input-focused-sw2top:var(--color-primary-400-tdeooy);
    --color-border-item-focused-kb13a4:var(--color-neutral-100-xva5sx);
    --color-border-dropdown-item-focused-7tpfr6:var(--color-neutral-300-ykaajl);
    --color-border-item-placeholder-3hx3cu:var(--color-border-item-selected-ef1gd2);
    --color-border-item-selected-ef1gd2:var(--color-item-selected-uqe532);
    --color-border-layout-03xg8b:var(--color-neutral-650-re41um);
    --color-border-popover-7xwcy6:var(--color-border-dropdown-container-21kqyh);
    --color-border-segment-default-06g83b:var(--color-neutral-300-ykaajl);
    --color-border-status-info-0ebxt2:var(--color-info-400-kky6sa);
    --color-border-tabs-divider-b9mz5n:var(--color-neutral-650-re41um);
    --color-border-tutorial-j5g0bl:var(--color-neutral-650-re41um);
    --color-foreground-control-read-only-gb48bp:var(--color-neutral-450-4w2uiz);
    --color-text-accent-3g6liz:var(--color-primary-400-tdeooy);
    --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
    --color-text-body-secondary-fp6d0c:var(--color-neutral-350-15dbz7);
    --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-500-evzfy2);
    --color-text-breadcrumb-icon-erjppe:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-normal-active-t3pwtp:var(--color-text-button-normal-hover-8fyho6);
    --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-300-lbt26q);
    --color-text-button-normal-default-b02h0t:var(--color-neutral-300-ykaajl);
    --color-text-button-normal-hover-8fyho6:var(--color-white-qzbjhi);
    --color-text-link-button-normal-default-31udfi:var(--color-text-link-default-jk9mjs);
    --color-text-link-button-normal-hover-qbcskx:var(--color-text-link-hover-wuyav1);
    --color-text-button-link-active-uvxpal:var(--color-text-button-normal-active-t3pwtp);
    --color-text-button-link-default-dibdfb:var(--color-text-button-normal-default-b02h0t);
    --color-text-button-link-disabled-1aixcv:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-link-hover-1ciblf:var(--color-text-button-normal-hover-8fyho6);
    --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
    --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
    --color-text-calendar-month-841oke:var(--color-neutral-450-4w2uiz);
    --color-text-code-editor-gutter-default-k8gy4k:var(--color-neutral-300-ykaajl);
    --color-text-code-editor-status-bar-disabled-s59g4x:var(--color-neutral-600-4k14bl);
    --color-text-column-header-inrv8c:var(--color-neutral-400-nppdl9);
    --color-text-counter-o7pka1:var(--color-neutral-450-4w2uiz);
    --color-text-disabled-dnv95s:var(--color-neutral-600-4k14bl);
    --color-text-disabled-inline-edit-pt01xg:var(--color-neutral-400-nppdl9);
    --color-text-dropdown-item-default-gv6npt:var(--color-neutral-300-ykaajl);
    --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-300-lbt26q);
    --color-text-dropdown-item-highlighted-hpubpo:var(--color-neutral-250-77d0j6);
    --color-text-dropdown-item-secondary-hover-gy8ehx:var(--color-neutral-300-ykaajl);
    --color-text-empty-e8oi8k:var(--color-neutral-300-ykaajl);
    --color-text-expandable-section-default-cu31n3:var(--color-text-button-normal-default-b02h0t);
    --color-text-expandable-section-hover-0iv7b1:var(--color-text-button-normal-hover-8fyho6);
    --color-text-form-default-02iaa3:var(--color-neutral-300-ykaajl);
    --color-text-form-label-tdlyd9:var(--color-text-form-default-02iaa3);
    --color-text-form-secondary-s4scs1:var(--color-neutral-450-4w2uiz);
    --color-text-group-label-kwqard:var(--color-neutral-350-15dbz7);
    --color-text-heading-default-9iv5lb:var(--color-neutral-250-77d0j6);
    --color-text-heading-secondary-ecsq93:var(--color-neutral-450-4w2uiz);
    --color-text-icon-subtle-0e8ipq:var(--color-neutral-400-nppdl9);
    --color-text-input-disabled-ukj9cu:var(--color-neutral-600-4k14bl);
    --color-text-input-placeholder-hz0ut2:var(--color-neutral-450-4w2uiz);
    --color-text-interactive-active-mb8zit:var(--color-neutral-100-xva5sx);
    --color-text-interactive-default-kkm8t6:var(--color-neutral-300-ykaajl);
    --color-text-interactive-disabled-scv2ec:var(--color-neutral-600-4k14bl);
    --color-text-interactive-hover-pij1mj:var(--color-neutral-100-xva5sx);
    --color-text-toggle-button-icon-pressed-8hopix:var(--color-neutral-100-xva5sx);
    --color-text-label-xm8nks:var(--color-text-form-label-tdlyd9);
    --color-text-key-value-pairs-value-wej1z9:var(--color-text-body-default-10lhjk);
    --color-text-layout-toggle-hover-kmm3h5:var(--color-primary-400-tdeooy);
    --color-text-layout-toggle-selected-nal9ty:var(--color-neutral-950-fc7tg7);
    --color-text-link-default-jk9mjs:var(--color-primary-400-tdeooy);
    --color-text-link-hover-wuyav1:var(--color-primary-300-lbt26q);
    --color-text-link-decoration-default-4ogme5:currentColor;
    --color-text-link-secondary-default-tdvwac:var(--color-text-link-default-jk9mjs);
    --color-text-link-secondary-hover-wujy8p:var(--color-text-link-hover-wuyav1);
    --color-text-link-info-default-15ap6b:var(--color-text-link-default-jk9mjs);
    --color-text-link-info-hover-mzonq8:var(--color-text-link-hover-wuyav1);
    --color-text-pagination-page-number-default-cg7sk0:var(--color-neutral-400-nppdl9);
    --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
    --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
    --color-text-small-jg0f5l:var(--color-neutral-450-4w2uiz);
    --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
    --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
    --color-text-status-warning-uphq2x:var(--color-warning-500-0wuk8q);
    --color-text-top-navigation-title-47354c:var(--color-neutral-100-xva5sx);
    --color-board-placeholder-active-5a5uzd:var(--color-neutral-600-4k14bl);
    --color-board-placeholder-hover-viqfiu:var(--color-primary-600-68oa7u);
    --color-drag-placeholder-active-p1fu1q:var(--color-neutral-600-4k14bl);
    --color-drag-placeholder-hover-cf3ljr:var(--color-primary-600-68oa7u);
    --color-dropzone-background-hover-x5a713:var(--color-primary-1000-qz6wq0);
    --color-dropzone-text-default-vshcme:var(--color-neutral-350-15dbz7);
    --color-dropzone-text-hover-9g1o07:var(--color-neutral-350-15dbz7);
    --color-dropzone-border-default-zs3xv6:var(--color-neutral-600-4k14bl);
    --color-dropzone-border-hover-nv8q76:var(--color-primary-300-lbt26q);
    --color-gap-global-drawer-eic530:var(--color-neutral-950-fc7tg7);
    --color-tree-view-connector-line-s3p7z5:var(--color-neutral-300-ykaajl);
    --color-background-action-card-hover-lvp2xz:var(--color-neutral-800-sggo8w);
    --color-background-action-card-active-i676rk:var(--color-neutral-700-1ebo78);
    --color-border-action-card-default-gjh6iy:var(--color-primary-400-tdeooy);
    --color-border-action-card-hover-qjpqnd:var(--color-primary-300-lbt26q);
    --color-border-action-card-active-ma8s38:var(--color-primary-300-lbt26q);
    --color-border-action-card-disabled-q83j3o:var(--color-neutral-600-4k14bl);
    --color-icon-action-card-default-5oew91:var(--color-primary-400-tdeooy);
    --color-icon-action-card-hover-yrrdio:var(--color-primary-300-lbt26q);
    --color-icon-action-card-active-8eg6vl:var(--color-primary-300-lbt26q);
    --color-icon-action-card-disabled-irm38o:var(--color-neutral-600-4k14bl);
    --color-background-skeleton-6r9jxc:var(--color-neutral-750-zvilej);
    --color-background-skeleton-wave-2uh1of:var(--color-neutral-700-1ebo78);
    --color-background-badge-green-g4lpdc:var(--color-background-notification-green-5dc4sk);
    --color-background-badge-blue-12pcf4:var(--color-background-notification-blue-34n9ob);
    --color-background-badge-red-bf5kpw:var(--color-background-notification-red-dg5n3d);
    --color-background-badge-yellow-0l9mmn:var(--color-background-notification-yellow-7ciw4l);
    --color-background-badge-grey-pi8n07:var(--color-background-notification-grey-ck9rk6);
    --color-text-badge-grey-75vypq:var(--color-text-notification-default-v9tldm);
    --color-text-badge-green-hc5dee:var(--color-text-notification-default-v9tldm);
    --color-text-badge-blue-s0eg8u:var(--color-text-notification-default-v9tldm);
    --color-text-badge-red-l8k7fn:var(--color-text-notification-default-v9tldm);
    --color-background-code-view-1n4cnh:#282c34;
    --color-background-toggle-button-normal-default-96obmb:var(--color-background-button-normal-default-tdts51);
    --color-background-toggle-button-normal-hover-sgshd2:var(--color-background-button-normal-hover-thgioo);
    --color-text-direction-button-disabled-xlsw9a:var(--color-text-interactive-disabled-scv2ec);
    --color-background-dropdown-item-selected-5n3kdi:var(--color-background-item-selected-r2zdk6);
    --color-background-drawer-0n8vy2:var(--color-background-layout-panel-content-hesbff);
    --color-background-backdrop-iq1tj8:var(--color-grey-opaque-70-a5525t);
    --color-background-drawer-backdrop-y0q9qs:var(--color-background-backdrop-iq1tj8);
    --color-background-layout-toolbar-cxkrvd:var(--color-background-layout-panel-content-hesbff);
    --color-background-segment-hover-xozipj:var(--color-background-button-normal-hover-thgioo);
    --color-background-slider-range-active-t2qsmr:var(--color-background-slider-handle-active-05aiwh);
    --color-background-slider-handle-warning-default-36m3ow:var(--color-text-status-warning-uphq2x);
    --color-background-slider-handle-warning-active-7sfn6l:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-default-2gqxb1:var(--color-text-status-warning-uphq2x);
    --color-background-slider-range-warning-active-sgzyze:var(--color-text-status-warning-uphq2x);
    --color-background-dialog-zpxawh:var(--color-background-status-info-u6zadq);
    --color-text-chat-bubble-outgoing-dj8gzu:var(--color-text-body-default-10lhjk);
    --color-text-chat-bubble-incoming-mf7cl2:var(--color-text-body-default-10lhjk);
    --color-border-toggle-button-normal-default-030r6j:var(--color-border-button-normal-default-6tkrkx);
    --color-border-toggle-button-normal-hover-5waaak:var(--color-border-button-normal-hover-3w34pt);
    --color-border-button-primary-active-49ulz2:var(--color-background-button-primary-active-gdpmk3);
    --color-border-button-primary-default-ffd1nq:var(--color-background-button-primary-default-jkrurf);
    --color-border-button-primary-disabled-4g27rl:var(--color-background-button-primary-disabled-uldk81);
    --color-border-button-primary-hover-ol3j7i:var(--color-background-button-primary-hover-ilieew);
    --color-border-code-editor-pane-item-hover-mtly8t:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-card-2ya45c:var(--color-border-divider-default-p3i4pf);
    --color-border-card-highlighted-rktwwb:var(--color-border-item-selected-ef1gd2);
    --color-border-item-card-fcxuuv:var(--color-border-card-2ya45c);
    --color-border-item-card-highlighted-yh46lo:var(--color-border-card-highlighted-rktwwb);
    --color-border-control-checked-la0d4e:var(--color-background-control-checked-4hlzpf);
    --color-border-control-disabled-yo04ir:var(--color-background-control-disabled-rxfkeg);
    --color-border-divider-panel-bottom-crg6jk:var(--color-border-divider-default-p3i4pf);
    --color-border-divider-panel-side-j0x2rr:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-group-bl84pc:var(--color-border-dropdown-item-default-9ovoac);
    --color-border-dropdown-item-default-9ovoac:var(--color-border-divider-default-p3i4pf);
    --color-border-dropdown-item-selected-andpaj:var(--color-border-item-selected-ef1gd2);
    --color-border-editable-cell-hover-ctz4wx:var(--color-border-dropdown-item-hover-41eg5t);
    --color-border-input-disabled-whoc96:var(--color-background-input-disabled-veifwn);
    --color-border-panel-header-jsogfu:var(--color-border-divider-default-p3i4pf);
    --color-border-segment-active-xtf3uq:var(--color-border-segment-default-06g83b);
    --color-border-segment-disabled-q7t6yj:var(--color-border-segment-default-06g83b);
    --color-border-segment-hover-1sgbua:var(--color-border-segment-default-06g83b);
    --color-border-segment-wrapper-lhltjg:var(--color-border-input-default-nyn06a);
    --color-border-dialog-temfam:var(--color-border-status-info-0ebxt2);
    --color-border-tabs-underline-byrvqy:var(--color-text-accent-3g6liz);
    --color-border-tiles-disabled-eklghz:var(--color-background-tiles-disabled-n277me);
    --color-text-button-inline-icon-default-lohuzd:var(--color-text-link-default-jk9mjs);
    --color-text-button-inline-icon-disabled-kypb2l:var(--color-text-interactive-disabled-scv2ec);
    --color-text-button-inline-icon-hover-8onocz:var(--color-text-link-hover-wuyav1);
    --color-text-link-button-normal-active-2agjwp:var(--color-text-button-normal-active-t3pwtp);
    --color-text-calendar-date-hover-jsvbjx:var(--color-text-dropdown-item-default-gv6npt);
    --color-text-column-sorting-icon-e19lu7:var(--color-text-column-header-inrv8c);
    --color-text-control-disabled-roypt4:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-footer-l16pho:var(--color-text-form-secondary-s4scs1);
    --color-text-dropdown-group-label-e63684:var(--color-text-group-label-kwqard);
    --color-text-dropdown-item-dimmed-sj2wj0:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-disabled-vot6e7:var(--color-text-interactive-disabled-scv2ec);
    --color-text-dropdown-item-secondary-iprh2k:var(--color-text-form-secondary-s4scs1);
    --color-text-expandable-section-navigation-icon-default-i2fzn2:var(--color-text-interactive-default-kkm8t6);
    --color-border-expandable-section-default-7zi493:var(--color-border-divider-default-p3i4pf);
    --color-text-input-placeholder-disabled-yljq1a:var(--color-text-input-disabled-ukj9cu);
    --color-text-pagination-page-number-active-disabled-0g1vpc:var(--color-text-interactive-disabled-scv2ec);
    --color-text-segment-hover-6r5u7e:var(--color-text-button-normal-hover-8fyho6);
    --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
    --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
  }
  @media not print {
    .awsui-context-top-navigation.awsui-one-theme.awsui-polaris-dark-mode:not(#\9), .awsui-context-content-header.awsui-one-theme.awsui-polaris-dark-mode:not(#\9) {
      --color-grey-opaque-70-a5525t:rgba(0, 0, 0, 0.7);
      --color-background-side-navigation-item-active-collapsed-v28iow:var(--color-primary-500-66353q);
      --color-background-modal-overlay-3wa0s8:var(--color-grey-opaque-70-a5525t);
      --color-background-segment-default-v6zlxl:transparent;
      --color-border-item-placeholder-3hx3cu:var(--color-transparent-f66xjd);
    }
  }
  @media not print {
    .awsui-one-theme.awsui-polaris-dark-mode .awsui-context-app-layout-toolbar:not(#\9), .awsui-context-app-layout-toolbar.awsui-one-theme.awsui-polaris-dark-mode:not(#\9) {
      --color-background-layout-main-h1l2yn:var(--color-neutral-1000-2wv0ov);
      --color-background-layout-toolbar-cxkrvd:var(--color-neutral-1000-2wv0ov);
      --color-gap-global-drawer-eic530:var(--color-neutral-1000-2wv0ov);
    }
  }
  @media not print {
    .awsui-one-theme.awsui-polaris-dark-mode .awsui-context-flashbar:not(#\9) {
      --color-background-button-primary-active-gdpmk3:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-default-jkrurf:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-hover-ilieew:var(--color-neutral-200-j5ayhc);
      --color-background-inline-code-dtzhl7:rgba(255, 255, 255, 0.1);
      --color-background-progress-bar-value-default-g1g9d8:var(--color-white-qzbjhi);
      --color-background-progress-bar-default-toal3z:var(--color-grey-opaque-25-xck8i0);
      --color-background-status-error-c0g0k2:var(--color-error-950-qiq7u6);
      --color-background-status-info-u6zadq:var(--color-info-950-7fypw1);
      --color-background-status-success-2j1li5:var(--color-success-950-n91daq);
      --color-background-status-warning-g7try8:var(--color-warning-950-ifq6mm);
      --color-border-button-normal-active-8mmtll:var(--color-neutral-100-xva5sx);
      --color-border-button-normal-default-6tkrkx:var(--color-neutral-100-xva5sx);
      --color-border-button-normal-hover-3w34pt:var(--color-white-qzbjhi);
      --color-border-divider-default-p3i4pf:var(--color-neutral-600-4k14bl);
      --color-border-item-focused-kb13a4:var(--color-white-qzbjhi);
      --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
      --color-text-body-secondary-fp6d0c:var(--color-neutral-450-4w2uiz);
      --color-text-button-normal-active-t3pwtp:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-default-b02h0t:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-hover-8fyho6:var(--color-white-qzbjhi);
      --color-text-button-link-active-uvxpal:var(--color-neutral-300-ykaajl);
      --color-text-button-link-default-dibdfb:var(--color-neutral-350-15dbz7);
      --color-text-button-link-hover-1ciblf:var(--color-neutral-250-77d0j6);
      --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
      --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
      --color-text-expandable-section-hover-0iv7b1:var(--color-white-qzbjhi);
      --color-border-expandable-section-default-7zi493:var(--color-neutral-500-evzfy2);
      --color-text-heading-secondary-ecsq93:var(--color-neutral-300-ykaajl);
      --color-text-interactive-inverted-default-ch6i0p:var(--color-neutral-100-xva5sx);
      --color-text-interactive-inverted-hover-lq1pf9:var(--color-white-qzbjhi);
      --color-text-label-xm8nks:var(--color-neutral-500-evzfy2);
      --color-text-key-value-pairs-value-wej1z9:var(--color-neutral-350-15dbz7);
      --color-text-link-default-jk9mjs:var(--color-neutral-350-15dbz7);
      --color-text-link-hover-wuyav1:var(--color-primary-400-tdeooy);
      --color-text-link-secondary-default-tdvwac:var(--color-neutral-450-4w2uiz);
      --color-text-link-secondary-hover-wujy8p:var(--color-primary-400-tdeooy);
      --color-text-link-info-default-15ap6b:var(--color-primary-400-tdeooy);
      --color-text-link-info-hover-mzonq8:var(--color-primary-300-lbt26q);
      --color-text-link-inverted-hover-ainrw5:var(--color-white-qzbjhi);
      --color-text-notification-default-v9tldm:var(--color-neutral-100-xva5sx);
      --color-text-status-error-ug8fw3:var(--color-error-400-9k5dg2);
      --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
      --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
    }
  }
  @media not print {
    .awsui-context-flashbar.awsui-one-theme.awsui-polaris-dark-mode:not(#\9) {
      --color-background-button-primary-active-gdpmk3:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-default-jkrurf:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-hover-ilieew:var(--color-neutral-200-j5ayhc);
      --color-background-inline-code-dtzhl7:rgba(255, 255, 255, 0.1);
      --color-background-progress-bar-value-default-g1g9d8:var(--color-white-qzbjhi);
      --color-background-progress-bar-default-toal3z:var(--color-grey-opaque-25-xck8i0);
      --color-background-segment-default-v6zlxl:transparent;
      --color-background-status-error-c0g0k2:var(--color-error-950-qiq7u6);
      --color-background-status-info-u6zadq:var(--color-info-950-7fypw1);
      --color-background-status-success-2j1li5:var(--color-success-950-n91daq);
      --color-background-status-warning-g7try8:var(--color-warning-950-ifq6mm);
      --color-border-button-normal-active-8mmtll:var(--color-neutral-100-xva5sx);
      --color-border-button-normal-default-6tkrkx:var(--color-neutral-100-xva5sx);
      --color-border-button-normal-hover-3w34pt:var(--color-white-qzbjhi);
      --color-text-side-navigation-item-default-gdxdw9:var(--color-text-body-default-10lhjk);
      --color-border-divider-default-p3i4pf:var(--color-neutral-600-4k14bl);
      --color-border-item-focused-kb13a4:var(--color-white-qzbjhi);
      --color-text-body-default-10lhjk:var(--color-neutral-350-15dbz7);
      --color-text-body-secondary-fp6d0c:var(--color-neutral-450-4w2uiz);
      --color-text-button-normal-active-t3pwtp:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-default-b02h0t:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-hover-8fyho6:var(--color-white-qzbjhi);
      --color-text-button-link-active-uvxpal:var(--color-neutral-300-ykaajl);
      --color-text-button-link-default-dibdfb:var(--color-neutral-350-15dbz7);
      --color-text-button-link-hover-1ciblf:var(--color-neutral-250-77d0j6);
      --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
      --color-text-expandable-section-hover-0iv7b1:var(--color-white-qzbjhi);
      --color-border-expandable-section-default-7zi493:var(--color-neutral-500-evzfy2);
      --color-text-heading-secondary-ecsq93:var(--color-neutral-300-ykaajl);
      --color-text-interactive-inverted-default-ch6i0p:var(--color-neutral-100-xva5sx);
      --color-text-interactive-inverted-hover-lq1pf9:var(--color-white-qzbjhi);
      --color-text-label-xm8nks:var(--color-neutral-500-evzfy2);
      --color-text-key-value-pairs-value-wej1z9:var(--color-neutral-350-15dbz7);
      --color-text-link-default-jk9mjs:var(--color-neutral-350-15dbz7);
      --color-text-link-hover-wuyav1:var(--color-primary-400-tdeooy);
      --color-text-link-secondary-default-tdvwac:var(--color-neutral-450-4w2uiz);
      --color-text-link-secondary-hover-wujy8p:var(--color-primary-400-tdeooy);
      --color-text-link-info-default-15ap6b:var(--color-primary-400-tdeooy);
      --color-text-link-info-hover-mzonq8:var(--color-primary-300-lbt26q);
      --color-text-link-inverted-hover-ainrw5:var(--color-white-qzbjhi);
      --color-text-notification-default-v9tldm:var(--color-neutral-100-xva5sx);
      --color-text-status-error-ug8fw3:var(--color-error-400-9k5dg2);
      --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
      --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
      --color-text-tutorial-hotspot-default-4z79t4:var(--color-text-link-default-jk9mjs);
      --color-text-tutorial-hotspot-hover-hi1j54:var(--color-text-link-hover-wuyav1);
    }
  }
  @media not print {
    .awsui-one-theme.awsui-polaris-dark-mode .awsui-context-flashbar-warning:not(#\9) {
      --color-grey-opaque-70-a5525t:rgba(15, 20, 26, 0.7);
      --color-background-button-link-active-z8lsf6:var(--color-neutral-700-1ebo78);
      --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
      --color-background-button-normal-disabled-aysl1o:var(--color-neutral-850-z568w9);
      --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-700-1ebo78);
      --color-background-button-primary-disabled-uldk81:var(--color-neutral-750-zvilej);
      --color-background-cell-shaded-tyh6wv:var(--color-neutral-800-sggo8w);
      --color-background-container-content-ypckbh:var(--color-neutral-850-z568w9);
      --color-background-container-header-knegap:var(--color-neutral-850-z568w9);
      --color-background-control-checked-4hlzpf:var(--color-primary-400-tdeooy);
      --color-background-control-default-nrh5lr:var(--color-neutral-850-z568w9);
      --color-background-control-disabled-rxfkeg:var(--color-neutral-700-1ebo78);
      --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-700-1ebo78);
      --color-background-input-default-wvdzir:var(--color-neutral-850-z568w9);
      --color-background-item-selected-r2zdk6:var(--color-primary-1000-qz6wq0);
      --color-background-layout-main-h1l2yn:var(--color-neutral-850-z568w9);
      --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-400-tdeooy);
      --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-400-tdeooy);
      --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-300-lbt26q);
      --color-background-segment-active-4o5dpt:var(--color-primary-400-tdeooy);
      --color-background-slider-handle-default-18tq1j:var(--color-primary-400-tdeooy);
      --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-900-uhv01b);
      --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-400-tdeooy);
      --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-600-4k14bl);
      --color-border-control-default-eyzhft:var(--color-neutral-500-evzfy2);
      --color-border-divider-secondary-sc5l0q:var(--color-neutral-750-zvilej);
      --color-border-layout-03xg8b:var(--color-neutral-650-re41um);
      --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-300-ykaajl);
      --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-500-evzfy2);
      --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-300-lbt26q);
      --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-300-lbt26q);
      --color-text-form-secondary-s4scs1:var(--color-neutral-450-4w2uiz);
      --color-text-layout-toggle-selected-nal9ty:var(--color-neutral-950-fc7tg7);
      --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
      --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
      --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
      --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
      --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
      --color-gap-global-drawer-eic530:var(--color-neutral-950-fc7tg7);
      --color-background-code-view-1n4cnh:#282c34;
    }
  }
  @media not print {
    .awsui-context-flashbar-warning.awsui-one-theme.awsui-polaris-dark-mode:not(#\9) {
      --color-grey-opaque-70-a5525t:rgba(15, 20, 26, 0.7);
      --color-background-button-link-active-z8lsf6:var(--color-neutral-700-1ebo78);
      --color-background-button-link-hover-oiwez2:var(--color-neutral-800-sggo8w);
      --color-background-button-normal-disabled-aysl1o:var(--color-neutral-850-z568w9);
      --color-background-toggle-button-normal-pressed-nb521g:var(--color-neutral-700-1ebo78);
      --color-background-button-primary-active-gdpmk3:var(--color-primary-400-tdeooy);
      --color-background-button-primary-disabled-uldk81:var(--color-neutral-750-zvilej);
      --color-background-cell-shaded-tyh6wv:var(--color-neutral-800-sggo8w);
      --color-background-container-content-ypckbh:var(--color-neutral-850-z568w9);
      --color-background-container-header-knegap:var(--color-neutral-850-z568w9);
      --color-background-control-checked-4hlzpf:var(--color-primary-400-tdeooy);
      --color-background-control-default-nrh5lr:var(--color-neutral-850-z568w9);
      --color-background-control-disabled-rxfkeg:var(--color-neutral-700-1ebo78);
      --color-background-dropdown-item-filter-match-3wp7ys:var(--color-neutral-700-1ebo78);
      --color-background-input-default-wvdzir:var(--color-neutral-850-z568w9);
      --color-background-item-selected-r2zdk6:var(--color-primary-1000-qz6wq0);
      --color-background-layout-main-h1l2yn:var(--color-neutral-850-z568w9);
      --color-background-layout-toggle-selected-active-ha561s:var(--color-primary-400-tdeooy);
      --color-background-layout-toggle-selected-default-f94fs9:var(--color-primary-400-tdeooy);
      --color-background-layout-toggle-selected-hover-ikyepd:var(--color-primary-300-lbt26q);
      --color-background-segment-active-4o5dpt:var(--color-primary-400-tdeooy);
      --color-background-slider-handle-default-18tq1j:var(--color-primary-400-tdeooy);
      --color-background-toggle-checked-disabled-ylkw46:var(--color-primary-900-uhv01b);
      --color-border-toggle-button-normal-pressed-kartpr:var(--color-primary-400-tdeooy);
      --color-border-button-normal-disabled-5lq8o4:var(--color-neutral-600-4k14bl);
      --color-border-control-default-eyzhft:var(--color-neutral-500-evzfy2);
      --color-border-divider-secondary-sc5l0q:var(--color-neutral-750-zvilej);
      --color-border-layout-03xg8b:var(--color-neutral-650-re41um);
      --color-border-divider-interactive-default-8nzi4o:var(--color-neutral-300-ykaajl);
      --color-text-breadcrumb-current-6ji3xx:var(--color-neutral-500-evzfy2);
      --color-text-toggle-button-normal-pressed-lnwh7k:var(--color-primary-300-lbt26q);
      --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
      --color-text-dropdown-item-filter-match-2aje0c:var(--color-primary-300-lbt26q);
      --color-text-form-secondary-s4scs1:var(--color-neutral-450-4w2uiz);
      --color-text-layout-toggle-selected-nal9ty:var(--color-neutral-950-fc7tg7);
      --color-text-segment-active-lm00pj:var(--color-neutral-950-fc7tg7);
      --color-text-segment-default-jadfx6:var(--color-neutral-300-ykaajl);
      --color-text-status-inactive-e342cs:var(--color-neutral-450-4w2uiz);
      --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
      --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
      --color-gap-global-drawer-eic530:var(--color-neutral-950-fc7tg7);
      --color-background-code-view-1n4cnh:#282c34;
    }
  }
  @media not print {
    .awsui-one-theme.awsui-polaris-dark-mode .awsui-context-alert:not(#\9) {
      --color-background-button-primary-active-gdpmk3:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-default-jkrurf:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-hover-ilieew:var(--color-neutral-200-j5ayhc);
      --color-background-status-error-c0g0k2:var(--color-error-950-qiq7u6);
      --color-background-status-info-u6zadq:var(--color-info-950-7fypw1);
      --color-background-status-success-2j1li5:var(--color-success-950-n91daq);
      --color-background-status-warning-g7try8:var(--color-warning-950-ifq6mm);
      --color-border-button-normal-active-8mmtll:var(--color-neutral-100-xva5sx);
      --color-border-button-normal-default-6tkrkx:var(--color-neutral-100-xva5sx);
      --color-border-button-normal-hover-3w34pt:var(--color-white-qzbjhi);
      --color-border-divider-default-p3i4pf:var(--color-neutral-600-4k14bl);
      --color-border-item-focused-kb13a4:var(--color-white-qzbjhi);
      --color-text-body-default-10lhjk:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-active-t3pwtp:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-default-b02h0t:var(--color-neutral-100-xva5sx);
      --color-text-button-link-active-uvxpal:var(--color-neutral-300-ykaajl);
      --color-text-button-link-default-dibdfb:var(--color-neutral-350-15dbz7);
      --color-text-button-link-hover-1ciblf:var(--color-neutral-250-77d0j6);
      --color-text-button-primary-active-bx3pic:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-default-drtg2k:var(--color-neutral-950-fc7tg7);
      --color-text-button-primary-hover-25ew2y:var(--color-neutral-950-fc7tg7);
      --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
      --color-text-expandable-section-hover-0iv7b1:var(--color-white-qzbjhi);
      --color-border-expandable-section-default-7zi493:var(--color-neutral-500-evzfy2);
      --color-text-link-default-jk9mjs:var(--color-neutral-50-5676vk);
      --color-text-link-hover-wuyav1:var(--color-white-qzbjhi);
      --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
      --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
    }
  }
  @media not print {
    .awsui-context-alert.awsui-one-theme.awsui-polaris-dark-mode:not(#\9) {
      --color-background-button-primary-active-gdpmk3:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-default-jkrurf:var(--color-neutral-300-ykaajl);
      --color-background-button-primary-hover-ilieew:var(--color-neutral-200-j5ayhc);
      --color-background-segment-default-v6zlxl:transparent;
      --color-background-status-error-c0g0k2:var(--color-error-950-qiq7u6);
      --color-background-status-info-u6zadq:var(--color-info-950-7fypw1);
      --color-background-status-success-2j1li5:var(--color-success-950-n91daq);
      --color-background-status-warning-g7try8:var(--color-warning-950-ifq6mm);
      --color-border-button-normal-active-8mmtll:var(--color-neutral-100-xva5sx);
      --color-border-button-normal-default-6tkrkx:var(--color-neutral-100-xva5sx);
      --color-border-button-normal-hover-3w34pt:var(--color-white-qzbjhi);
      --color-border-divider-default-p3i4pf:var(--color-neutral-600-4k14bl);
      --color-border-item-focused-kb13a4:var(--color-white-qzbjhi);
      --color-text-body-default-10lhjk:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-active-t3pwtp:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-default-b02h0t:var(--color-neutral-100-xva5sx);
      --color-text-button-normal-hover-8fyho6:var(--color-white-qzbjhi);
      --color-text-button-link-active-uvxpal:var(--color-neutral-300-ykaajl);
      --color-text-button-link-default-dibdfb:var(--color-neutral-350-15dbz7);
      --color-text-button-link-hover-1ciblf:var(--color-neutral-250-77d0j6);
      --color-text-expandable-section-default-cu31n3:var(--color-neutral-300-ykaajl);
      --color-text-expandable-section-hover-0iv7b1:var(--color-white-qzbjhi);
      --color-border-expandable-section-default-7zi493:var(--color-neutral-500-evzfy2);
      --color-text-link-default-jk9mjs:var(--color-neutral-50-5676vk);
      --color-text-link-hover-wuyav1:var(--color-white-qzbjhi);
      --color-text-status-info-3kb8ql:var(--color-info-400-kky6sa);
      --color-text-status-success-ikvqka:var(--color-success-500-zgiyh7);
    }
  }
  @media not print {
    .awsui-one-theme.awsui-polaris-dark-mode .awsui-context-content-header .awsui-context-alert:not(#\9), .awsui-context-content-header .awsui-context-alert.awsui-one-theme.awsui-polaris-dark-mode:not(#\9) {
      --color-border-control-default-eyzhft:var(--color-neutral-500-evzfy2);
    }
  }
  .awsui-one-theme.awsui-polaris-compact-mode .awsui-context-compact-table:not(#\9), .awsui-context-compact-table.awsui-one-theme.awsui-polaris-compact-mode:not(#\9) {
    --space-field-vertical-sf2thg:3px;
  }
}
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
@keyframes awsui-fade-in-35003c {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes awsui-fade-in-35003c {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes awsui-fade-out-35003c {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes awsui-fade-out-35003c {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes awsui-status-icon-error-35003c {
  0% {
    transform: translateX(-5px);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(5px);
    animation-timing-function: var(--motion-easing-refresh-only-a-98cbev, cubic-bezier(0, 0, 0, 1));
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes awsui-status-icon-error-35003c {
  0% {
    transform: translateX(-5px);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(5px);
    animation-timing-function: var(--motion-easing-refresh-only-a-98cbev, cubic-bezier(0, 0, 0, 1));
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes awsui-scale-popup-35003c {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes awsui-scale-popup-35003c {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
:root {
  --awsui-version-info-4668872c: true;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_icon_h11ix_4yifd_189:not(#\9) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  /* stylelint-disable-next-line selector-max-type */
  /* stylelint-disable selector-max-type, selector-max-universal */
  /* stylelint-enable selector-max-type, selector-max-universal */
}
.awsui_icon-flex-height_h11ix_4yifd_197:not(#\9) {
  display: inline-flex;
  align-items: center;
}
.awsui_icon_h11ix_4yifd_189 > svg:not(#\9) {
  pointer-events: none;
}
.awsui_icon_h11ix_4yifd_189 > svg:not(#\9) {
  fill: none;
}
.awsui_icon_h11ix_4yifd_189 > svg *:not(#\9) {
  stroke: currentColor;
}
.awsui_icon_h11ix_4yifd_189 > svg .stroke-linejoin-round:not(#\9) {
  stroke-linejoin: round;
}
.awsui_icon_h11ix_4yifd_189 > svg .stroke-linecap-square:not(#\9) {
  stroke-linecap: square;
}
.awsui_icon_h11ix_4yifd_189 > svg .stroke-linecap-round:not(#\9) {
  stroke-linecap: round;
}
.awsui_icon_h11ix_4yifd_189 > svg .filled:not(#\9) {
  fill: currentColor;
}
.awsui_icon_h11ix_4yifd_189 > svg .no-stroke:not(#\9) {
  stroke: none;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-x-small_h11ix_4yifd_225:not(#\9) {
  inline-size: 12px;
  box-sizing: border-box;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-x-small-mapped-height_h11ix_4yifd_229:not(#\9) {
  block-size: var(--line-height-body-s-k99bxq, 16px);
  padding-block: calc((var(--line-height-body-s-k99bxq, 16px) - 12px) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-x-small_h11ix_4yifd_225 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-x-small_h11ix_4yifd_225 > img:not(#\9) {
  inline-size: 12px;
  block-size: 12px;
  vertical-align: top;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-x-small_h11ix_4yifd_225 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-x-small_h11ix_4yifd_225 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-x-small-h0rohm, 1.5px) / 0.75);
}
.awsui_icon_h11ix_4yifd_189.awsui_size-small_h11ix_4yifd_244:not(#\9) {
  inline-size: var(--size-icon-normal-tg8eob, 16px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-small-mapped-height_h11ix_4yifd_248:not(#\9) {
  block-size: var(--line-height-body-s-k99bxq, 16px);
  padding-block: calc((var(--line-height-body-s-k99bxq, 16px) - var(--size-icon-normal-tg8eob, 16px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-small_h11ix_4yifd_244 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-small_h11ix_4yifd_244 > img:not(#\9) {
  inline-size: var(--size-icon-normal-tg8eob, 16px);
  block-size: var(--size-icon-normal-tg8eob, 16px);
  vertical-align: top;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-small_h11ix_4yifd_244 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-small_h11ix_4yifd_244 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-small-873tvg, 2px) / 1);
}
.awsui_icon_h11ix_4yifd_189.awsui_size-normal_h11ix_4yifd_263:not(#\9) {
  inline-size: var(--size-icon-normal-tg8eob, 16px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-normal-mapped-height_h11ix_4yifd_267:not(#\9) {
  block-size: var(--line-height-body-m-we036z, 20px);
  padding-block: calc((var(--line-height-body-m-we036z, 20px) - var(--size-icon-normal-tg8eob, 16px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-normal_h11ix_4yifd_263 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-normal_h11ix_4yifd_263 > img:not(#\9) {
  inline-size: var(--size-icon-normal-tg8eob, 16px);
  block-size: var(--size-icon-normal-tg8eob, 16px);
  vertical-align: top;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-normal_h11ix_4yifd_263 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-normal_h11ix_4yifd_263 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-normal-4br07d, 2px) / 1);
}
.awsui_icon_h11ix_4yifd_189.awsui_size-medium_h11ix_4yifd_282:not(#\9) {
  inline-size: var(--size-icon-medium-d93glv, 20px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-medium-mapped-height_h11ix_4yifd_286:not(#\9) {
  block-size: var(--line-height-heading-l-4ovksh, 24px);
  padding-block: calc((var(--line-height-heading-l-4ovksh, 24px) - var(--size-icon-medium-d93glv, 20px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-medium_h11ix_4yifd_282 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-medium_h11ix_4yifd_282 > img:not(#\9) {
  inline-size: var(--size-icon-medium-d93glv, 20px);
  block-size: var(--size-icon-medium-d93glv, 20px);
  vertical-align: top;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-medium_h11ix_4yifd_282 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-medium_h11ix_4yifd_282 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-medium-whtb4e, 2px) / 1.25);
}
.awsui_icon_h11ix_4yifd_189.awsui_size-big_h11ix_4yifd_301:not(#\9) {
  inline-size: var(--size-icon-big-nbr3sv, 32px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-big-mapped-height_h11ix_4yifd_305:not(#\9) {
  block-size: var(--line-height-heading-xl-z5dth5, 30px);
  padding-block: calc((var(--line-height-heading-xl-z5dth5, 30px) - var(--size-icon-big-nbr3sv, 32px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-big_h11ix_4yifd_301 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-big_h11ix_4yifd_301 > img:not(#\9) {
  inline-size: var(--size-icon-big-nbr3sv, 32px);
  block-size: var(--size-icon-big-nbr3sv, 32px);
  vertical-align: top;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-big_h11ix_4yifd_301 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-big_h11ix_4yifd_301 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-big-361ptx, 3px) / 2);
}
.awsui_icon_h11ix_4yifd_189.awsui_size-large_h11ix_4yifd_320:not(#\9) {
  inline-size: var(--size-icon-large-8q81jd, 48px);
  box-sizing: border-box;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-large-mapped-height_h11ix_4yifd_324:not(#\9) {
  block-size: var(--line-height-display-l-ho7s7t, 48px);
  padding-block: calc((var(--line-height-display-l-ho7s7t, 48px) - var(--size-icon-large-8q81jd, 48px)) / 2);
  padding-inline: 0;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-large_h11ix_4yifd_320 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-large_h11ix_4yifd_320 > img:not(#\9) {
  inline-size: var(--size-icon-large-8q81jd, 48px);
  block-size: var(--size-icon-large-8q81jd, 48px);
  vertical-align: top;
}
.awsui_icon_h11ix_4yifd_189.awsui_size-large_h11ix_4yifd_320 > svg:not(#\9),
.awsui_icon_h11ix_4yifd_189.awsui_size-large_h11ix_4yifd_320 > svg *:not(#\9) {
  stroke-width: calc(var(--border-width-icon-large-5m59yy, 4px) / 3);
}
.awsui_icon_h11ix_4yifd_189.awsui_variant-normal_h11ix_4yifd_339:not(#\9) {
  color: currentColor;
}
.awsui_icon_h11ix_4yifd_189.awsui_variant-disabled_h11ix_4yifd_342:not(#\9) {
  color: var(--color-text-interactive-disabled-scv2ec, #b4b4bb);
}
.awsui_icon_h11ix_4yifd_189.awsui_variant-inverted_h11ix_4yifd_345:not(#\9) {
  color: var(--color-text-inverted-fubpp0, #ffffff);
}
.awsui_icon_h11ix_4yifd_189.awsui_variant-subtle_h11ix_4yifd_348:not(#\9) {
  color: var(--color-text-icon-subtle-0e8ipq, #656871);
}
.awsui_icon_h11ix_4yifd_189.awsui_variant-warning_h11ix_4yifd_351:not(#\9) {
  color: var(--color-text-status-warning-uphq2x, #855900);
}
.awsui_icon_h11ix_4yifd_189.awsui_variant-error_h11ix_4yifd_354:not(#\9) {
  color: var(--color-text-status-error-ug8fw3, #db0000);
}
.awsui_icon_h11ix_4yifd_189.awsui_variant-success_h11ix_4yifd_357:not(#\9) {
  color: var(--color-text-status-success-ikvqka, #00802f);
}
.awsui_icon_h11ix_4yifd_189.awsui_variant-link_h11ix_4yifd_360:not(#\9) {
  color: var(--color-text-link-default-jk9mjs, #006ce0);
}
.awsui_icon_h11ix_4yifd_189:not(#\9):is(.awsui_name-angle-left-double_h11ix_4yifd_363,
.awsui_name-angle-left_h11ix_4yifd_363,
.awsui_name-angle-right-double_h11ix_4yifd_365,
.awsui_name-angle-right_h11ix_4yifd_365,
.awsui_name-arrow-left_h11ix_4yifd_367,
.awsui_name-arrow-right_h11ix_4yifd_368,
.awsui_name-caret-left-filled_h11ix_4yifd_369,
.awsui_name-caret-right-filled_h11ix_4yifd_370,
.awsui_name-audio-full_h11ix_4yifd_371,
.awsui_name-audio-half_h11ix_4yifd_372,
.awsui_name-audio-off_h11ix_4yifd_373,
.awsui_name-external_h11ix_4yifd_374,
.awsui_name-redo_h11ix_4yifd_375,
.awsui_name-resize-area_h11ix_4yifd_376,
.awsui_name-send_h11ix_4yifd_377,
.awsui_name-shrink_h11ix_4yifd_378,
.awsui_name-undo_h11ix_4yifd_379,
.awsui_name-view-vertical_h11ix_4yifd_380) {
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_icon_h11ix_4yifd_189:not(#\9):is(.awsui_name-angle-left-double_h11ix_4yifd_363,
.awsui_name-angle-left_h11ix_4yifd_363,
.awsui_name-angle-right-double_h11ix_4yifd_365,
.awsui_name-angle-right_h11ix_4yifd_365,
.awsui_name-arrow-left_h11ix_4yifd_367,
.awsui_name-arrow-right_h11ix_4yifd_368,
.awsui_name-caret-left-filled_h11ix_4yifd_369,
.awsui_name-caret-right-filled_h11ix_4yifd_370,
.awsui_name-audio-full_h11ix_4yifd_371,
.awsui_name-audio-half_h11ix_4yifd_372,
.awsui_name-audio-off_h11ix_4yifd_373,
.awsui_name-external_h11ix_4yifd_374,
.awsui_name-redo_h11ix_4yifd_375,
.awsui_name-resize-area_h11ix_4yifd_376,
.awsui_name-send_h11ix_4yifd_377,
.awsui_name-shrink_h11ix_4yifd_378,
.awsui_name-undo_h11ix_4yifd_379,
.awsui_name-view-vertical_h11ix_4yifd_380):dir(rtl) {
  transform: scaleX(-1);
}

.awsui_badge_h11ix_4yifd_404:not(#\9)::after {
  content: "";
  position: absolute;
  inline-size: 6px;
  block-size: 6px;
  border-start-start-radius: 4px;
  border-start-end-radius: 4px;
  border-end-start-radius: 4px;
  border-end-end-radius: 4px;
  background-color: var(--color-background-badge-icon-oq79ey, #db0000);
  inset-block-start: 0px;
  inset-inline-end: -3px;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_1iee7_xy9l5_145:not(#\9) {
  display: contents;
}

.awsui_root_1iee7_xy9l5_145[hidden]:not(#\9) {
  display: none;
}

.awsui_announcer_1iee7_xy9l5_153:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1pc7b_1k8pp_5:not(#\9) {
  /* used in test-utils or tests */
}

.awsui_announcer_1pc7b_1k8pp_9:not(#\9) {
  /* used in test-utils or tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_arrow_xjuzf_z9ck1_153:not(#\9) {
  inline-size: 20px;
  block-size: 10px;
}
.awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9), .awsui_arrow-inner_xjuzf_z9ck1_157:not(#\9) {
  position: absolute;
  overflow: hidden;
  inline-size: 20px;
  block-size: 10px;
  inset-block-start: 0;
  inset-inline-start: 0;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after, .awsui_arrow-inner_xjuzf_z9ck1_157:not(#\9)::after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  border-start-start-radius: 2px;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 14px;
  block-size: 14px;
  transform: rotate(45deg);
  transform-origin: 0 100%;
}
.awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9):dir(rtl)::after, .awsui_arrow-inner_xjuzf_z9ck1_157:not(#\9):dir(rtl)::after {
  transform: rotate(-45deg);
  transform-origin: 100% 100%;
}
.awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after {
  background-color: var(--color-border-popover-7xwcy6, #b4b4bb);
}
.awsui_arrow-inner_xjuzf_z9ck1_157:not(#\9) {
  inset-block-start: calc(var(--border-width-popover-fhrkmk, 2px) + 1px);
}
.awsui_arrow-inner_xjuzf_z9ck1_157:not(#\9)::after {
  border-start-start-radius: 1px;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  background-color: var(--color-background-popover-87jo9j, #ffffff);
}
.awsui_arrow-position-right-top_xjuzf_z9ck1_199 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_z9ck1_199 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after {
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-7dn9sg, rgba(15, 20, 26, 0.12));
}
.awsui_arrow-position-left-top_xjuzf_z9ck1_202 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_z9ck1_202 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after {
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-7dn9sg, rgba(15, 20, 26, 0.12));
}
.awsui_arrow-position-top-center_xjuzf_z9ck1_205 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_z9ck1_205 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_z9ck1_205 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_z9ck1_205 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after {
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-7dn9sg, rgba(15, 20, 26, 0.12));
}
.awsui_arrow-position-bottom-center_xjuzf_z9ck1_208 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_z9ck1_208 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_z9ck1_208 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_z9ck1_208 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after {
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-7dn9sg, rgba(15, 20, 26, 0.12));
}

.awsui_arrow-variant-info_xjuzf_z9ck1_212 > .awsui_arrow-outer_xjuzf_z9ck1_157:not(#\9)::after {
  background-color: var(--color-border-status-info-0ebxt2, #006ce0);
}
.awsui_arrow-variant-info_xjuzf_z9ck1_212 > .awsui_arrow-inner_xjuzf_z9ck1_157:not(#\9)::after {
  background-color: var(--color-background-status-info-u6zadq, #f0fbff);
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_body_xjuzf_z9ck1_227:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  word-wrap: break-word;
  max-inline-size: 100%;
  overflow: hidden;
  padding-block: var(--space-s-kbzdb8, 12px);
  padding-inline: var(--space-m-utxyzm, 16px);
}
.awsui_body-overflow-visible_xjuzf_z9ck1_263:not(#\9) {
  overflow: visible;
}
.awsui_body-variant-chart_xjuzf_z9ck1_266:not(#\9) {
  padding-block: var(--space-static-s-xzifh3, 12px);
  padding-inline: var(--space-static-s-xzifh3, 12px);
}

.awsui_has-dismiss_xjuzf_z9ck1_271:not(#\9) {
  display: flex;
  align-items: baseline;
}

.awsui_dismiss_xjuzf_z9ck1_276:not(#\9) {
  margin-block: calc(-1 * var(--space-xs-j1ch97, 8px));
  margin-inline-start: 0;
  margin-inline-end: calc(-1 * (var(--space-xxs-0gmk42, 4px) + var(--border-width-popover-fhrkmk, 2px)));
  flex: 0 0 auto;
  order: 1;
}

.awsui_dismiss-control_xjuzf_z9ck1_284:not(#\9) {
  /* used in test-utils */
}

.awsui_header-row_xjuzf_z9ck1_288:not(#\9) {
  margin-block-end: var(--space-xs-j1ch97, 8px);
}

.awsui_header_xjuzf_z9ck1_288:not(#\9) {
  word-wrap: break-word;
  max-inline-size: 100%;
  overflow: hidden;
  font-family: var(--font-family-heading-5nvlvd, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-xs-0l0dyz, 14px);
  line-height: var(--line-height-heading-xs-y2jce8, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-2iwerv, normal);
  font-weight: var(--font-weight-heading-xs-hhjjg1, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  flex: 1 1 auto;
  /* stylelint-disable-next-line selector-max-type */
}
.awsui_header_xjuzf_z9ck1_288 > h2:not(#\9) {
  font-family: var(--font-family-heading-5nvlvd, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-xs-0l0dyz, 14px);
  line-height: var(--line-height-heading-xs-y2jce8, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-2iwerv, normal);
  font-weight: var(--font-weight-heading-xs-hhjjg1, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  display: inline;
}

.awsui_content_xjuzf_z9ck1_317:not(#\9) {
  word-wrap: break-word;
  max-inline-size: 100%;
  overflow: hidden;
  word-break: normal;
  color: var(--color-text-body-secondary-fp6d0c, #424650);
  flex: 1 1 auto;
  min-inline-size: 0;
}
.awsui_content-overflow-visible_xjuzf_z9ck1_326:not(#\9) {
  overflow: visible;
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_container_xjuzf_z9ck1_338:not(#\9) {
  display: inline-block;
  position: fixed;
  inset-block-start: -9999px;
  inset-inline-start: -9999px;
  z-index: 2000;
}
.awsui_container_xjuzf_z9ck1_338:not(#\9)::before {
  content: "";
  position: absolute;
}
.awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-bottom-left_xjuzf_z9ck1_349)::before, .awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-bottom-center_xjuzf_z9ck1_349)::before, .awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-bottom-right_xjuzf_z9ck1_349)::before {
  inset-inline: 0;
  inset-block-start: -10px;
  block-size: 10px;
}
.awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-top-left_xjuzf_z9ck1_354)::before, .awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-top-center_xjuzf_z9ck1_354)::before, .awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-top-right_xjuzf_z9ck1_354)::before {
  inset-inline: 0;
  inset-block-end: -10px;
  block-size: 10px;
}
.awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-right-top_xjuzf_z9ck1_359)::before, .awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-right-bottom_xjuzf_z9ck1_359)::before {
  inset-block: 0;
  inset-inline-start: -10px;
  inline-size: 10px;
}
.awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-left-top_xjuzf_z9ck1_364)::before, .awsui_container_xjuzf_z9ck1_338:not(#\9):has(.awsui_container-arrow-position-left-bottom_xjuzf_z9ck1_364)::before {
  inset-block: 0;
  inset-inline-end: -10px;
  inline-size: 10px;
}

.awsui_container-body_xjuzf_z9ck1_370:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  border-start-start-radius: var(--border-radius-popover-dg4ofa, 8px);
  border-start-end-radius: var(--border-radius-popover-dg4ofa, 8px);
  border-end-start-radius: var(--border-radius-popover-dg4ofa, 8px);
  border-end-end-radius: var(--border-radius-popover-dg4ofa, 8px);
  background-color: var(--color-background-popover-87jo9j, #ffffff);
  box-shadow: var(--shadow-popover-58p6ym, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
  border-block: var(--border-width-popover-fhrkmk, 2px) solid var(--color-border-popover-7xwcy6, #b4b4bb);
  border-inline: var(--border-width-popover-fhrkmk, 2px) solid var(--color-border-popover-7xwcy6, #b4b4bb);
}

.awsui_container-body-variant-annotation_xjuzf_z9ck1_410:not(#\9) {
  background-color: var(--color-background-status-info-u6zadq, #f0fbff);
  border-color: var(--color-border-status-info-0ebxt2, #006ce0);
}

.awsui_container-body-size-small_xjuzf_z9ck1_415:not(#\9) {
  max-inline-size: 210px;
}
.awsui_container-body-size-small_xjuzf_z9ck1_415.awsui_fixed-width_xjuzf_z9ck1_418:not(#\9) {
  inline-size: 210px;
}

.awsui_container-body-size-medium_xjuzf_z9ck1_422:not(#\9) {
  max-inline-size: 310px;
}
.awsui_container-body-size-medium_xjuzf_z9ck1_422.awsui_fixed-width_xjuzf_z9ck1_418:not(#\9) {
  inline-size: 310px;
}

.awsui_container-body-size-large_xjuzf_z9ck1_429:not(#\9) {
  max-inline-size: 482px;
}
@media (max-width: 482px) {
  .awsui_container-body-size-large_xjuzf_z9ck1_429:not(#\9) {
    max-inline-size: 310px;
  }
}
.awsui_container-body-size-large_xjuzf_z9ck1_429.awsui_fixed-width_xjuzf_z9ck1_418:not(#\9) {
  inline-size: 482px;
}

.awsui_container-arrow_xjuzf_z9ck1_349:not(#\9) {
  position: absolute;
  display: inline-block;
}
.awsui_container-arrow-position-right-top_xjuzf_z9ck1_359:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_z9ck1_359:not(#\9) {
  transform: rotate(-90deg);
  transform-origin: 0 100%;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_container-arrow-position-right-top_xjuzf_z9ck1_359:not(#\9):dir(rtl), .awsui_container-arrow-position-right-bottom_xjuzf_z9ck1_359:not(#\9):dir(rtl) {
  transform: rotate(90deg);
  transform-origin: 100% 100%;
}
.awsui_container-arrow-position-right-top_xjuzf_z9ck1_359:not(#\9) {
  inset-block-start: calc(12px + 10px);
  inset-inline-start: 0;
}
.awsui_container-arrow-position-right-bottom_xjuzf_z9ck1_359:not(#\9) {
  inset-block-end: 12px;
  inset-inline-start: 0;
}
.awsui_container-arrow-position-left-top_xjuzf_z9ck1_364:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_z9ck1_364:not(#\9) {
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_container-arrow-position-left-top_xjuzf_z9ck1_364:not(#\9):dir(rtl), .awsui_container-arrow-position-left-bottom_xjuzf_z9ck1_364:not(#\9):dir(rtl) {
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}
.awsui_container-arrow-position-left-top_xjuzf_z9ck1_364:not(#\9) {
  inset-block-start: calc(12px + 10px);
  inset-inline-end: 0;
}
.awsui_container-arrow-position-left-bottom_xjuzf_z9ck1_364:not(#\9) {
  inset-block-end: 12px;
  inset-inline-end: 0;
}
.awsui_container-arrow-position-top-center_xjuzf_z9ck1_354:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_z9ck1_354:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_z9ck1_354:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_z9ck1_479:not(#\9) {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.awsui_container-arrow-position-top-center_xjuzf_z9ck1_354:not(#\9) {
  inset-block-end: -10px;
  inset-inline-start: calc(50% - 10px);
}
.awsui_container-arrow-position-top-right_xjuzf_z9ck1_354:not(#\9) {
  inset-block-end: -10px;
  inset-inline-start: 12px;
}
.awsui_container-arrow-position-top-left_xjuzf_z9ck1_354:not(#\9) {
  inset-block-end: -10px;
  inset-inline-start: calc(100% - 20px - 12px);
}
.awsui_container-arrow-position-bottom-center_xjuzf_z9ck1_349:not(#\9) {
  inset-block-start: -10px;
  inset-inline-start: calc(50% - 10px);
}
.awsui_container-arrow-position-bottom-right_xjuzf_z9ck1_349:not(#\9) {
  inset-block-start: -10px;
  inset-inline-start: 12px;
}
.awsui_container-arrow-position-bottom-left_xjuzf_z9ck1_349:not(#\9) {
  inset-block-start: -10px;
  inset-inline-start: calc(100% - 20px - 12px);
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_container_xjuzf_z9ck1_338:not(#\9) {
  animation: awsui_awsui-motion-fade-in_xjuzf_z9ck1_1 var(--motion-duration-show-paced-fogene, 180ms) var(--motion-easing-show-paced-w32grh, ease-out);
}
@keyframes awsui_awsui-motion-fade-in_xjuzf_z9ck1_1 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_container_xjuzf_z9ck1_338:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_container_xjuzf_z9ck1_338:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_z9ck1_338:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_container_xjuzf_z9ck1_338.awsui_refresh_xjuzf_z9ck1_537:not(#\9) {
  animation: awsui_awsui-motion-fade-in_xjuzf_z9ck1_1 var(--motion-duration-refresh-only-fast-wt1j09, 115ms) var(--motion-easing-refresh-only-a-98cbev, cubic-bezier(0, 0, 0, 1));
}
@keyframes awsui_awsui-motion-fade-in_xjuzf_z9ck1_1 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_container_xjuzf_z9ck1_338.awsui_refresh_xjuzf_z9ck1_537:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_container_xjuzf_z9ck1_338.awsui_refresh_xjuzf_z9ck1_537:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_z9ck1_338.awsui_refresh_xjuzf_z9ck1_537:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_xjuzf_z9ck1_559:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: inherit;
}
.awsui_root_xjuzf_z9ck1_559.awsui_no-wrap_xjuzf_z9ck1_591:not(#\9) {
  white-space: nowrap;
}
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_z9ck1_559:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_z9ck1_594.awsui_overflow-ellipsis_xjuzf_z9ck1_594:focus, .awsui_trigger-type-text_xjuzf_z9ck1_594.awsui_overflow-ellipsis_xjuzf_z9ck1_594:focus) {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_z9ck1_559:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_z9ck1_594.awsui_overflow-ellipsis_xjuzf_z9ck1_594:focus, .awsui_trigger-type-text_xjuzf_z9ck1_594.awsui_overflow-ellipsis_xjuzf_z9ck1_594:focus) {
  outline: 2px dotted transparent;
  outline-offset: calc(1px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_z9ck1_559:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_z9ck1_594.awsui_overflow-ellipsis_xjuzf_z9ck1_594:focus, .awsui_trigger-type-text_xjuzf_z9ck1_594.awsui_overflow-ellipsis_xjuzf_z9ck1_594:focus)::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 1px);
  inset-block-start: calc(-1 * 1px);
  inline-size: calc(100% + 1px + 1px);
  block-size: calc(100% + 1px + 1px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}

.awsui_root-filtering-token_xjuzf_z9ck1_616:not(#\9) {
  display: flex;
}

.awsui_trigger_xjuzf_z9ck1_594:not(#\9) {
  display: inline-block;
  max-inline-size: 100%;
  color: inherit;
  text-align: inherit;
}

.awsui_overflow-ellipsis_xjuzf_z9ck1_594:not(#\9) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-inline-size: 0;
  word-break: break-word;
}

.awsui_trigger-type-text-inline_xjuzf_z9ck1_594:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  border-block: 0;
  /*
    This transparent border is necessary to maintain space between the trigger and the bottom-positioned popover.
  */
  border-block-end: var(--border-divider-list-width-fmnfya, 1px) dashed transparent;
  -webkit-text-decoration: underline dashed currentColor;
          text-decoration: underline dashed currentColor;
  text-decoration-thickness: var(--border-divider-list-width-fmnfya, 1px);
  text-underline-offset: 0.25em;
}
.awsui_trigger-type-text-inline_xjuzf_z9ck1_594.awsui_overflow-ellipsis_xjuzf_z9ck1_594:not(#\9) {
  /*
    This style needs because of the overflow: hidden would otherwise conceal the underline styles.
  */
  padding-block-end: calc(0.25em + var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_trigger-type-text-inline_xjuzf_z9ck1_594.awsui_in-inline-token_xjuzf_z9ck1_658:not(#\9) {
  text-underline-offset: 0.15em;
}

.awsui_trigger-type-text_xjuzf_z9ck1_594:not(#\9) {
  border-block: 0;
  border-block-end: var(--border-divider-list-width-fmnfya, 1px) dashed currentColor;
}

.awsui_trigger-type-text-inline_xjuzf_z9ck1_594:not(#\9),
.awsui_trigger-type-text_xjuzf_z9ck1_594:not(#\9) {
  border-inline: 0;
  margin-block: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  background-color: transparent;
  cursor: pointer;
}
.awsui_trigger-type-text-inline_xjuzf_z9ck1_594:not(#\9):focus,
.awsui_trigger-type-text_xjuzf_z9ck1_594:not(#\9):focus {
  outline: none;
}
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_z9ck1_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_z9ck1_594):focus,
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_z9ck1_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_z9ck1_594):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_z9ck1_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_z9ck1_594):focus,
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_z9ck1_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_z9ck1_594):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(1px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_z9ck1_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_z9ck1_594):focus::before,
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_z9ck1_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_z9ck1_594):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 1px);
  inset-block-start: calc(-1 * 1px);
  inline-size: calc(100% + 1px + 1px);
  block-size: calc(100% + 1px + 1px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}

.awsui_trigger-type-filtering-token_xjuzf_z9ck1_706:not(#\9) {
  display: flex;
}

.awsui_popover-inline-content_xjuzf_z9ck1_710:not(#\9) {
  display: inline;
}

.awsui_hover-area_xjuzf_z9ck1_714:not(#\9) {
  pointer-events: none;
  padding-block: var(--space-static-s-xzifh3, 12px);
  padding-inline: var(--space-static-s-xzifh3, 12px);
  margin-block: calc(-1 * var(--space-static-s-xzifh3, 12px));
  margin-inline: calc(-1 * var(--space-static-s-xzifh3, 12px));
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_error-boundary_9pwoq_e6u2g_5:not(#\9),
.awsui_header_9pwoq_e6u2g_6:not(#\9),
.awsui_description_9pwoq_e6u2g_7:not(#\9),
.awsui_action_9pwoq_e6u2g_8:not(#\9),
.awsui_app-layout-part-fallback_9pwoq_e6u2g_9:not(#\9) {
  display: contents;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_fallback_11u4a_1e43p_5:not(#\9),
.awsui_feedback-action_11u4a_1e43p_6:not(#\9),
.awsui_refresh-action_11u4a_1e43p_7:not(#\9),
.awsui_header_11u4a_1e43p_8:not(#\9),
.awsui_description_11u4a_1e43p_9:not(#\9),
.awsui_action_11u4a_1e43p_10:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_oip5a_160mh_5:not(#\9) {
  /* used in tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1u26h_im8v7_5:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
@keyframes awsui_spinner-rotator_1612d_no6q2_1 {
  0% {
    transform: rotate(var(--awsui-spinner-rotator-from-z17rmd));
  }
  100% {
    transform: rotate(var(--awsui-spinner-rotator-to-z17rmd));
  }
}
@keyframes awsui_spinner-line-left_1612d_no6q2_1 {
  0% {
    transform: rotate(var(--awsui-spinner-line-left-from-z17rmd));
  }
  50% {
    transform: rotate(var(--awsui-spinner-line-left-to-z17rmd));
  }
  100% {
    transform: rotate(var(--awsui-spinner-line-left-from-z17rmd));
  }
}
@keyframes awsui_spinner-line-right_1612d_no6q2_1 {
  0% {
    transform: rotate(var(--awsui-spinner-line-right-from-z17rmd));
  }
  50% {
    transform: rotate(var(--awsui-spinner-line-right-to-z17rmd));
  }
  100% {
    transform: rotate(var(--awsui-spinner-line-right-from-z17rmd));
  }
}
.awsui_root_1612d_no6q2_183:not(#\9) {
  --awsui-spinner-rotator-from-z17rmd: 0deg;
  --awsui-spinner-rotator-to-z17rmd: 360deg;
  --awsui-spinner-line-left-from-z17rmd: 0deg;
  --awsui-spinner-line-left-to-z17rmd: 120deg;
  --awsui-spinner-line-right-from-z17rmd: 90deg;
  --awsui-spinner-line-right-to-z17rmd: -30deg;
  display: inline-block;
  vertical-align: top;
  /*stylelint-disable-next-line @amzn/awsui-no-motion-outside-of-mixin */
  animation: awsui_spinner-rotator_1612d_no6q2_1 0.7s linear infinite;
  box-sizing: border-box;
  line-height: 0;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_root_1612d_no6q2_183.awsui_size-normal_1612d_no6q2_198:not(#\9) {
  inline-size: var(--size-icon-normal-tg8eob, 16px);
  block-size: var(--size-icon-normal-tg8eob, 16px);
  padding-block: calc((var(--size-icon-normal-tg8eob, 16px) - 12px) / 2);
  padding-inline: calc((var(--size-icon-normal-tg8eob, 16px) - 12px) / 2);
  margin-block: calc((var(--line-height-body-m-we036z, 20px) - var(--size-icon-normal-tg8eob, 16px)) / 2);
  box-sizing: border-box;
}
.awsui_root_1612d_no6q2_183.awsui_size-big_1612d_no6q2_206:not(#\9) {
  inline-size: var(--size-icon-big-nbr3sv, 32px);
  block-size: var(--size-icon-big-nbr3sv, 32px);
  padding-block: calc((var(--size-icon-big-nbr3sv, 32px) - 24px) / 2);
  padding-inline: calc((var(--size-icon-big-nbr3sv, 32px) - 24px) / 2);
  margin-block: calc((var(--line-height-heading-xl-z5dth5, 30px) - var(--size-icon-big-nbr3sv, 32px)) / 2);
  box-sizing: border-box;
}
.awsui_root_1612d_no6q2_183.awsui_size-large_1612d_no6q2_214:not(#\9) {
  inline-size: var(--size-icon-large-8q81jd, 48px);
  block-size: var(--size-icon-large-8q81jd, 48px);
  padding-block: calc((var(--size-icon-large-8q81jd, 48px) - 36px) / 2);
  padding-inline: calc((var(--size-icon-large-8q81jd, 48px) - 36px) / 2);
  margin-block: calc((var(--line-height-display-l-ho7s7t, 48px) - var(--size-icon-large-8q81jd, 48px)) / 2);
  box-sizing: border-box;
}
.awsui_root_1612d_no6q2_183.awsui_variant-normal_1612d_no6q2_222:not(#\9) {
  color: currentColor;
}
.awsui_root_1612d_no6q2_183.awsui_variant-disabled_1612d_no6q2_225:not(#\9) {
  color: var(--color-text-interactive-disabled-scv2ec, #b4b4bb);
}
.awsui_root_1612d_no6q2_183.awsui_variant-inverted_1612d_no6q2_228:not(#\9) {
  color: var(--color-text-inverted-fubpp0, #ffffff);
}
.awsui_root_1612d_no6q2_183:not(#\9):dir(rtl) {
  --awsui-spinner-rotator-from-z17rmd: 360deg;
  --awsui-spinner-rotator-to-z17rmd: 0deg;
  --awsui-spinner-line-left-from-z17rmd: 0deg;
  --awsui-spinner-line-left-to-z17rmd: -120deg;
  --awsui-spinner-line-right-from-z17rmd: -90deg;
  --awsui-spinner-line-right-to-z17rmd: 30deg;
}

.awsui_circle_1612d_no6q2_240:not(#\9) {
  display: inline-block;
  inline-size: 50%;
  block-size: 100%;
  overflow: hidden;
  position: relative;
}
.awsui_circle_1612d_no6q2_240:not(#\9):after {
  position: absolute;
  box-sizing: border-box;
  content: "";
  border-start-start-radius: 50%;
  border-start-end-radius: 50%;
  border-end-start-radius: 50%;
  border-end-end-radius: 50%;
  border-block: 2px solid;
  border-inline: 2px solid;
  border-inline-end-color: transparent;
  border-block-end-color: transparent;
}
.awsui_circle_1612d_no6q2_240:not(#\9):after {
  /*stylelint-disable-next-line @amzn/awsui-no-motion-outside-of-mixin */
  animation: 1.5s ease-in-out infinite;
  inset-block-start: 0;
  inset-inline-start: 0;
  block-size: 100%;
  inline-size: 200%;
}
.awsui_circle_1612d_no6q2_240.awsui_circle-left_1612d_no6q2_268:not(#\9):after {
  inset-inline-start: 0;
  /*stylelint-disable-next-line @amzn/awsui-no-motion-outside-of-mixin */
  animation-name: awsui_spinner-line-left_1612d_no6q2_1;
}
.awsui_circle_1612d_no6q2_240.awsui_circle-right_1612d_no6q2_273:not(#\9):after {
  inset-inline-start: -100%;
  /*stylelint-disable-next-line @amzn/awsui-no-motion-outside-of-mixin */
  animation-name: awsui_spinner-line-right_1612d_no6q2_1;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_content_vjswe_7adpl_153:not(#\9) {
  /* used in test-utils */
}

.awsui_button_vjswe_7adpl_157:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  min-inline-size: 0;
  word-break: break-word;
  font-weight: var(--font-weight-button-ahb0ew, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  letter-spacing: var(--font-button-letter-spacing-svdhj5, 0.005em);
  border-start-start-radius: var(--border-radius-button-sb9p0d, 20px);
  border-start-end-radius: var(--border-radius-button-sb9p0d, 20px);
  border-end-start-radius: var(--border-radius-button-sb9p0d, 20px);
  border-end-end-radius: var(--border-radius-button-sb9p0d, 20px);
  border-block: var(--border-width-button-cefyym, 2px) solid;
  border-inline: var(--border-width-button-cefyym, 2px) solid;
  padding-block: var(--space-button-vertical-zpwgu8, 4px);
  padding-inline: var(--space-button-horizontal-w2nh9z, 20px);
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  --awsui-style-focus-ring-box-shadow-z17rmd: 0 0 0 var(--awsui-style-focus-ring-border-width-z17rmd, 2px) var(--awsui-style-focus-ring-border-color-z17rmd, var(--color-border-item-focused-kb13a4, #006ce0));
}
.awsui_button_vjswe_7adpl_157.awsui_variant-normal_vjswe_7adpl_206:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, var(--color-background-button-normal-default-tdts51, #ffffff));
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-button-normal-default-b02h0t, #006ce0));
  border-color: var(--awsui-style-border-color-default-z17rmd, var(--color-border-button-normal-default-6tkrkx, #006ce0));
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-normal_vjswe_7adpl_206:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, var(--color-background-button-normal-hover-thgioo, #f0fbff));
  border-color: var(--awsui-style-border-color-hover-z17rmd, var(--color-border-button-normal-hover-3w34pt, #002b66));
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-button-normal-hover-8fyho6, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-normal_vjswe_7adpl_206:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, var(--color-background-button-normal-active-dcfd8d, #d1f1ff));
  border-color: var(--awsui-style-border-color-active-z17rmd, var(--color-border-button-normal-active-8mmtll, #002b66));
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-button-normal-active-t3pwtp, #002b66));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-normal_vjswe_7adpl_206.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, var(--color-background-button-normal-disabled-aysl1o, #ffffff));
  border-color: var(--awsui-style-border-color-disabled-z17rmd, var(--color-border-button-normal-disabled-5lq8o4, #b4b4bb));
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-button-normal-disabled-oll12n, #8c8c94));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-primary_vjswe_7adpl_235:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, var(--color-background-button-primary-default-jkrurf, #ff9900));
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-button-primary-default-drtg2k, #0f141a));
  border-color: var(--awsui-style-border-color-default-z17rmd, var(--color-border-button-primary-default-ffd1nq, #ff9900));
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-primary_vjswe_7adpl_235:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, var(--color-background-button-primary-hover-ilieew, #fa6f00));
  border-color: var(--awsui-style-border-color-hover-z17rmd, var(--color-border-button-primary-hover-ol3j7i, #fa6f00));
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-button-primary-hover-25ew2y, #0f141a));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-primary_vjswe_7adpl_235:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, var(--color-background-button-primary-active-gdpmk3, #fa6f00));
  border-color: var(--awsui-style-border-color-active-z17rmd, var(--color-border-button-primary-active-49ulz2, #fa6f00));
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-button-primary-active-bx3pic, #0f141a));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-primary_vjswe_7adpl_235.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, var(--color-background-button-primary-disabled-uldk81, #ebebf0));
  border-color: var(--awsui-style-border-color-disabled-z17rmd, var(--color-border-button-primary-disabled-4g27rl, #ebebf0));
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-button-primary-disabled-au8gyh, #8c8c94));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-link_vjswe_7adpl_264:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, var(--color-background-button-link-default-mtavhu, transparent));
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-button-link-default-dibdfb, #006ce0));
  border-color: var(--awsui-style-border-color-default-z17rmd, var(--color-background-button-link-default-mtavhu, transparent));
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-link_vjswe_7adpl_264:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, var(--color-background-button-link-hover-oiwez2, #f0fbff));
  border-color: var(--awsui-style-border-color-hover-z17rmd, var(--color-background-button-link-hover-oiwez2, #f0fbff));
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-button-link-hover-1ciblf, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-link_vjswe_7adpl_264:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, var(--color-background-button-link-active-z8lsf6, #d1f1ff));
  border-color: var(--awsui-style-border-color-active-z17rmd, var(--color-background-button-link-active-z8lsf6, #d1f1ff));
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-button-link-active-uvxpal, #002b66));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-link_vjswe_7adpl_264.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, var(--color-background-button-link-disabled-1uffgi, transparent));
  border-color: var(--awsui-style-border-color-disabled-z17rmd, var(--color-border-button-link-disabled-az5to8, transparent));
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-button-link-disabled-1aixcv, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-icon_vjswe_7adpl_293:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, transparent);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-interactive-default-kkm8t6, #424650));
  border-color: var(--awsui-style-border-color-default-z17rmd, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-icon_vjswe_7adpl_293:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-hover-z17rmd, transparent);
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-interactive-hover-pij1mj, #0f141a));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-icon_vjswe_7adpl_293:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-active-z17rmd, transparent);
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-interactive-default-kkm8t6, #424650));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-icon_vjswe_7adpl_293.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-disabled-z17rmd, transparent);
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-button-icon-disabled-a9zkpx, #8c8c94));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon_vjswe_7adpl_322:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, transparent);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-button-inline-icon-default-lohuzd, #006ce0));
  border-color: var(--awsui-style-border-color-default-z17rmd, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon_vjswe_7adpl_322:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-hover-z17rmd, transparent);
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-button-inline-icon-hover-8onocz, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon_vjswe_7adpl_322:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-active-z17rmd, transparent);
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-button-inline-icon-default-lohuzd, #006ce0));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon_vjswe_7adpl_322.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-disabled-z17rmd, transparent);
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-button-inline-icon-disabled-kypb2l, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon-pointer-target_vjswe_7adpl_351:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, transparent);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-button-inline-icon-default-lohuzd, #006ce0));
  border-color: var(--awsui-style-border-color-default-z17rmd, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon-pointer-target_vjswe_7adpl_351:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-hover-z17rmd, transparent);
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-button-inline-icon-hover-8onocz, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon-pointer-target_vjswe_7adpl_351:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-active-z17rmd, transparent);
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-button-inline-icon-default-lohuzd, #006ce0));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon-pointer-target_vjswe_7adpl_351.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-disabled-z17rmd, transparent);
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-button-inline-icon-disabled-kypb2l, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-link_vjswe_7adpl_380:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, transparent);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-button-normal-default-b02h0t, #006ce0));
  border-color: var(--awsui-style-border-color-default-z17rmd, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  border-block-width: 0;
  border-inline-width: 0;
  position: relative;
  text-decoration: none;
  padding-block: 0;
  padding-inline: 0;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-link_vjswe_7adpl_380:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-hover-z17rmd, transparent);
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-button-normal-hover-8fyho6, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-link_vjswe_7adpl_380:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-active-z17rmd, transparent);
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-button-normal-active-t3pwtp, #002b66));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-link_vjswe_7adpl_380.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-disabled-z17rmd, transparent);
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-interactive-disabled-scv2ec, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-modal-dismiss_vjswe_7adpl_413:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, transparent);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-interactive-default-kkm8t6, #424650));
  border-color: var(--awsui-style-border-color-default-z17rmd, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-modal-dismiss_vjswe_7adpl_413:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-hover-z17rmd, transparent);
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-interactive-hover-pij1mj, #0f141a));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-modal-dismiss_vjswe_7adpl_413:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-active-z17rmd, transparent);
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-interactive-default-kkm8t6, #424650));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-modal-dismiss_vjswe_7adpl_413.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-disabled-z17rmd, transparent);
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-interactive-disabled-scv2ec, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-flashbar-icon_vjswe_7adpl_442:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, transparent);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-interactive-inverted-default-ch6i0p, #dedee3));
  border-color: var(--awsui-style-border-color-default-z17rmd, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-flashbar-icon_vjswe_7adpl_442:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-hover-z17rmd, transparent);
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-interactive-inverted-hover-lq1pf9, #f9f9fa));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-flashbar-icon_vjswe_7adpl_442:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-active-z17rmd, transparent);
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-interactive-inverted-default-ch6i0p, #dedee3));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-flashbar-icon_vjswe_7adpl_442.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-disabled-z17rmd, transparent);
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-interactive-disabled-scv2ec, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-breadcrumb-group_vjswe_7adpl_471:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, transparent);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-default-jk9mjs, #006ce0));
  border-color: var(--awsui-style-border-color-default-z17rmd, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  border-block-width: 0;
  border-inline-width: 0;
  position: relative;
  text-decoration: none;
  padding-block: 0;
  padding-inline: 0;
  font-weight: normal;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-breadcrumb-group_vjswe_7adpl_471:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-hover-z17rmd, transparent);
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-breadcrumb-group_vjswe_7adpl_471:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-active-z17rmd, transparent);
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-default-jk9mjs, #006ce0));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-breadcrumb-group_vjswe_7adpl_471.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-disabled-z17rmd, transparent);
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-interactive-disabled-scv2ec, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-menu-trigger_vjswe_7adpl_505:not(#\9) {
  background: var(--awsui-style-background-default-z17rmd, transparent);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-button-normal-default-b02h0t, #006ce0));
  border-color: var(--awsui-style-border-color-default-z17rmd, transparent);
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  position: relative;
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-menu-trigger_vjswe_7adpl_505:not(#\9):hover {
  background: var(--awsui-style-background-hover-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-hover-z17rmd, transparent);
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-button-normal-hover-8fyho6, #002b66));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd);
  text-decoration: none;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-menu-trigger_vjswe_7adpl_505:not(#\9):active {
  background: var(--awsui-style-background-active-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-active-z17rmd, transparent);
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-button-normal-active-t3pwtp, #002b66));
  box-shadow: var(--awsui-style-box-shadow-active-z17rmd);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-menu-trigger_vjswe_7adpl_505.awsui_disabled_vjswe_7adpl_227:not(#\9) {
  background: var(--awsui-style-background-disabled-z17rmd, transparent);
  border-color: var(--awsui-style-border-color-disabled-z17rmd, transparent);
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-interactive-disabled-scv2ec, #b4b4bb));
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
  text-decoration: none;
  cursor: auto;
}
.awsui_button_vjswe_7adpl_157:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-focus-outline-gutter-38khik, 4px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-focus-outline-gutter-38khik, 4px));
  inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-38khik, 4px));
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-38khik, 4px) + var(--space-button-focus-outline-gutter-38khik, 4px));
  block-size: calc(100% + var(--space-button-focus-outline-gutter-38khik, 4px) + var(--space-button-focus-outline-gutter-38khik, 4px));
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-z17rmd);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-icon_vjswe_7adpl_293, body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-modal-dismiss_vjswe_7adpl_413, body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-flashbar-icon_vjswe_7adpl_442 {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-icon_vjswe_7adpl_293, body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-modal-dismiss_vjswe_7adpl_413, body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-flashbar-icon_vjswe_7adpl_442 {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-focus-outline-gutter-38khik, 4px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-icon_vjswe_7adpl_293::before, body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-modal-dismiss_vjswe_7adpl_413::before, body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-flashbar-icon_vjswe_7adpl_442::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-focus-outline-gutter-38khik, 4px));
  inset-block-start: calc(-1 * var(--space-button-icon-focus-outline-gutter-vertical-ebwuxy, 0px));
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-38khik, 4px) + var(--space-button-focus-outline-gutter-38khik, 4px));
  block-size: calc(100% + var(--space-button-icon-focus-outline-gutter-vertical-ebwuxy, 0px) + var(--space-button-icon-focus-outline-gutter-vertical-ebwuxy, 0px));
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-z17rmd);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-inline-icon_vjswe_7adpl_322, body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-inline-icon-pointer-target_vjswe_7adpl_351 {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-inline-icon_vjswe_7adpl_322, body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-inline-icon-pointer-target_vjswe_7adpl_351 {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-inline-icon-focus-outline-gutter-wzkzkx, 0px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-inline-icon_vjswe_7adpl_322::before, body[data-awsui-focus-visible=true] .awsui_button_vjswe_7adpl_157:not(#\9):focus.awsui_variant-inline-icon-pointer-target_vjswe_7adpl_351::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-inline-icon-focus-outline-gutter-wzkzkx, 0px));
  inset-block-start: calc(-1 * var(--space-button-inline-icon-focus-outline-gutter-wzkzkx, 0px));
  inline-size: calc(100% + var(--space-button-inline-icon-focus-outline-gutter-wzkzkx, 0px) + var(--space-button-inline-icon-focus-outline-gutter-wzkzkx, 0px));
  block-size: calc(100% + var(--space-button-inline-icon-focus-outline-gutter-wzkzkx, 0px) + var(--space-button-inline-icon-focus-outline-gutter-wzkzkx, 0px));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_button_vjswe_7adpl_157.awsui_button-no-text_vjswe_7adpl_601:not(#\9) {
  padding-inline-start: var(--space-button-icon-only-horizontal-a73tkk, 6px);
  padding-inline-end: var(--space-button-icon-only-horizontal-a73tkk, 6px);
}
.awsui_button_vjswe_7adpl_157.awsui_button-no-wrap_vjswe_7adpl_605:not(#\9) {
  white-space: nowrap;
}
.awsui_button_vjswe_7adpl_157.awsui_full-width_vjswe_7adpl_608:not(#\9) {
  inline-size: 100%;
  text-align: center;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-icon_vjswe_7adpl_293:not(#\9), .awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon_vjswe_7adpl_322:not(#\9), .awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon-pointer-target_vjswe_7adpl_351:not(#\9), .awsui_button_vjswe_7adpl_157.awsui_variant-flashbar-icon_vjswe_7adpl_442:not(#\9) {
  padding-inline: var(--space-xxs-0gmk42, 4px);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-modal-dismiss_vjswe_7adpl_413:not(#\9) {
  padding-block: var(--space-button-modal-dismiss-vertical-n0qz7a, 2px);
  padding-inline: var(--space-xxs-0gmk42, 4px);
  margin-inline-end: calc(-1 * var(--space-xxs-0gmk42, 4px));
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon_vjswe_7adpl_322:not(#\9) {
  padding-block: 0;
  border-block-width: 0;
  border-inline-width: 0;
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-icon-pointer-target_vjswe_7adpl_351:not(#\9) {
  padding-block: var(--space-xxxs-zelp5l, 2px);
  border-block-width: 0;
  border-inline-width: 0;
}
.awsui_button_vjswe_7adpl_157 > .awsui_icon-left_vjswe_7adpl_630:not(#\9) {
  position: relative;
  inset-inline-start: calc(-1 * var(--space-xxs-0gmk42, 4px));
  margin-inline-end: var(--space-xxs-0gmk42, 4px);
}
.awsui_button_vjswe_7adpl_157 > .awsui_icon-right_vjswe_7adpl_635:not(#\9) {
  position: relative;
  inset-inline-end: calc(-1 * var(--space-xxs-0gmk42, 4px));
  margin-inline-start: var(--space-xxs-0gmk42, 4px);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-link_vjswe_7adpl_380 > .awsui_icon-left_vjswe_7adpl_630:not(#\9) {
  inset-inline-start: 0;
  margin-inline-end: var(--space-xs-j1ch97, 8px);
}
.awsui_button_vjswe_7adpl_157.awsui_variant-inline-link_vjswe_7adpl_380 > .awsui_icon-right_vjswe_7adpl_635:not(#\9) {
  inset-inline-end: 0;
  margin-inline-start: var(--space-xs-j1ch97, 8px);
}
.awsui_button_vjswe_7adpl_157.awsui_button-no-text_vjswe_7adpl_601 > .awsui_icon_vjswe_7adpl_630:not(#\9) {
  margin-inline-start: auto;
  margin-inline-end: auto;
  inset-inline: 0;
}

.awsui_link_vjswe_7adpl_654.awsui_disabled_vjswe_7adpl_227:not(#\9):not(.awsui_disabled-with-reason_vjswe_7adpl_654) {
  pointer-events: none;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_label_1f1d4_ocied_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_disabled-reason-tooltip_1ueyk_ca6yt_5:not(#\9) {
  /* used in test-utils or tests */
}

.awsui_external-icon_1ueyk_ca6yt_9:not(#\9) {
  /* used in test-utils or tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_37gf8_13w10_9:not(#\9) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--space-xs-j1ch97, 8px);
}
.awsui_root_37gf8_13w10_9 > :not(#\9):empty {
  display: none;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_header_17427_1ns0c_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_alert_mx3cw_1gjq6_193:not(#\9) {
  animation: awsui_awsui-motion-fade-in_mx3cw_1gjq6_1 var(--motion-duration-show-paced-fogene, 180ms) var(--motion-easing-show-paced-w32grh, ease-out);
}
@keyframes awsui_awsui-motion-fade-in_mx3cw_1gjq6_1 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_alert_mx3cw_1gjq6_193:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_alert_mx3cw_1gjq6_193:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_1gjq6_193:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_mx3cw_1gjq6_215:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  word-wrap: break-word;
  max-inline-size: 100%;
  overflow: hidden;
  display: block;
}
.awsui_root_mx3cw_1gjq6_215.awsui_hidden_mx3cw_1gjq6_250:not(#\9) {
  display: none;
}

.awsui_alert_mx3cw_1gjq6_193:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  border-block-start: var(--border-width-alert-block-start-87swu6, 2px) solid;
  border-block-end: var(--border-width-alert-block-end-dcvur2, 2px) solid;
  border-inline-start: var(--border-width-alert-inline-start-yibv52, 2px) solid;
  border-inline-end: var(--border-width-alert-inline-end-2y0ro0, 2px) solid;
  border-start-start-radius: var(--border-radius-alert-thlkk1, 12px);
  border-start-end-radius: var(--border-radius-alert-thlkk1, 12px);
  border-end-start-radius: var(--border-radius-alert-thlkk1, 12px);
  border-end-end-radius: var(--border-radius-alert-thlkk1, 12px);
  padding-block: var(--space-alert-vertical-yigdcv, 8px);
  padding-inline: var(--space-alert-horizontal-dnpnzn, 16px);
  background-color: var(--color-background-container-content-ypckbh, #ffffff);
  --awsui-alert-focus-ring-box-shadow-z17rmd: 0 0 0 var(--awsui-alert-focus-ring-border-width-z17rmd, 2px) var(--awsui-alert-focus-ring-border-color-z17rmd, var(--color-border-item-focused-kb13a4, #006ce0));
}

.awsui_alert-wrapper_mx3cw_1gjq6_301:not(#\9) {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: var(--space-alert-action-left-xw5mgw, 12px);
}

.awsui_hidden_mx3cw_1gjq6_250:not(#\9) {
  display: none;
}

.awsui_initial-hidden_mx3cw_1gjq6_313:not(#\9) {
  overflow: hidden;
  block-size: 0;
}

.awsui_header_mx3cw_1gjq6_318:not(#\9),
.awsui_header-replacement_mx3cw_1gjq6_319:not(#\9) {
  font-weight: var(--font-weight-alert-header-880af0, 700);
}

.awsui_action_mx3cw_1gjq6_323:not(#\9) {
  white-space: nowrap;
}

.awsui_action-slot_mx3cw_1gjq6_327:not(#\9),
.awsui_action-button_mx3cw_1gjq6_328:not(#\9) {
  /* used in test-utils */
}

.awsui_alert-focus-wrapper_mx3cw_1gjq6_332:not(#\9) {
  flex: 1;
  min-inline-size: 70%;
  display: grid;
  grid-template-columns: min-content auto;
}
.awsui_alert-focus-wrapper_mx3cw_1gjq6_332:not(#\9):focus {
  outline: none;
}
body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1gjq6_332:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1gjq6_332:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-focus-outline-gutter-38khik, 4px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1gjq6_332:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-focus-outline-gutter-38khik, 4px));
  inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-38khik, 4px));
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-38khik, 4px) + var(--space-button-focus-outline-gutter-38khik, 4px));
  block-size: calc(100% + var(--space-button-focus-outline-gutter-38khik, 4px) + var(--space-button-focus-outline-gutter-38khik, 4px));
  border-start-start-radius: var(--awsui-alert-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-start-end-radius: var(--awsui-alert-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-start-radius: var(--awsui-alert-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-end-radius: var(--awsui-alert-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  box-shadow: var(--awsui-alert-focus-ring-box-shadow-z17rmd);
}

.awsui_text_mx3cw_1gjq6_363:not(#\9) {
  min-inline-size: 0;
  padding-block: var(--border-width-button-cefyym, 2px);
  padding-inline: 0;
  margin-block: var(--space-scaled-xxs-vdp1uk, 4px);
  margin-inline: var(--space-xxs-0gmk42, 4px);
}
.awsui_text_mx3cw_1gjq6_363.awsui_icon_mx3cw_1gjq6_370:not(#\9) {
  margin-inline-start: 0;
}
.awsui_text_mx3cw_1gjq6_363.awsui_message_mx3cw_1gjq6_373:not(#\9) {
  margin-inline-end: var(--space-alert-message-right-6yp2w7, 4px);
}

.awsui_action-wrapped_mx3cw_1gjq6_377:not(#\9) {
  margin-block-end: var(--space-xxs-0gmk42, 4px);
}

.awsui_icon-size-medium_mx3cw_1gjq6_381 > .awsui_alert-wrapper_mx3cw_1gjq6_301 > .awsui_action-wrapped_mx3cw_1gjq6_377:not(#\9) {
  margin-inline-start: calc(var(--size-icon-medium-d93glv, 20px) + var(--space-xs-j1ch97, 8px));
}

.awsui_icon-size-big_mx3cw_1gjq6_385 > .awsui_alert-wrapper_mx3cw_1gjq6_301 > .awsui_action-wrapped_mx3cw_1gjq6_377:not(#\9) {
  margin-inline-start: calc(var(--size-icon-big-nbr3sv, 32px) + var(--space-xs-j1ch97, 8px));
}

.awsui_icon-size-normal_mx3cw_1gjq6_389 > .awsui_alert-wrapper_mx3cw_1gjq6_301 > .awsui_action-wrapped_mx3cw_1gjq6_377:not(#\9) {
  margin-inline-start: calc(var(--size-icon-normal-tg8eob, 16px) + var(--space-xs-j1ch97, 8px));
}

.awsui_content_mx3cw_1gjq6_393:not(#\9),
.awsui_content-replacement_mx3cw_1gjq6_394:not(#\9) {
  /* used in test-utils */
}

.awsui_dismiss_mx3cw_1gjq6_398:not(#\9) {
  margin-inline-end: calc(-1 * var(--space-xxs-0gmk42, 4px));
  margin-inline-start: var(--space-s-kbzdb8, 12px);
}

.awsui_dismiss-button_mx3cw_1gjq6_403:not(#\9) {
  /* used in test-utils */
}

.awsui_type-error_mx3cw_1gjq6_407:not(#\9) {
  border-color: var(--color-border-status-error-kbymrh, #db0000);
  background-color: var(--color-background-status-error-c0g0k2, #fff5f5);
}
.awsui_type-error_mx3cw_1gjq6_407 > .awsui_alert-wrapper_mx3cw_1gjq6_301 > .awsui_alert-focus-wrapper_mx3cw_1gjq6_332 > .awsui_icon_mx3cw_1gjq6_370:not(#\9) {
  color: var(--awsui-alert-icon-color-z17rmd, var(--color-text-status-error-ug8fw3, #db0000));
}

.awsui_type-warning_mx3cw_1gjq6_415:not(#\9) {
  border-color: var(--color-border-status-warning-eeisrz, #855900);
  background-color: var(--color-background-status-warning-g7try8, #fffef0);
}
.awsui_type-warning_mx3cw_1gjq6_415 > .awsui_alert-wrapper_mx3cw_1gjq6_301 > .awsui_alert-focus-wrapper_mx3cw_1gjq6_332 > .awsui_icon_mx3cw_1gjq6_370:not(#\9) {
  color: var(--awsui-alert-icon-color-z17rmd, var(--color-text-status-warning-uphq2x, #855900));
}

.awsui_type-success_mx3cw_1gjq6_423:not(#\9) {
  border-color: var(--color-border-status-success-8js4zx, #00802f);
  background-color: var(--color-background-status-success-2j1li5, #effff1);
}
.awsui_type-success_mx3cw_1gjq6_423 > .awsui_alert-wrapper_mx3cw_1gjq6_301 > .awsui_alert-focus-wrapper_mx3cw_1gjq6_332 > .awsui_icon_mx3cw_1gjq6_370:not(#\9) {
  color: var(--awsui-alert-icon-color-z17rmd, var(--color-text-status-success-ikvqka, #00802f));
}

.awsui_type-info_mx3cw_1gjq6_431:not(#\9) {
  border-color: var(--color-border-status-info-0ebxt2, #006ce0);
  background-color: var(--color-background-status-info-u6zadq, #f0fbff);
}
.awsui_type-info_mx3cw_1gjq6_431 > .awsui_alert-wrapper_mx3cw_1gjq6_301 > .awsui_alert-focus-wrapper_mx3cw_1gjq6_332 > .awsui_icon_mx3cw_1gjq6_370:not(#\9) {
  color: var(--awsui-alert-icon-color-z17rmd, var(--color-text-status-info-3kb8ql, #006ce0));
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_label_13tpe_9w8pd_5:not(#\9),
.awsui_native-input_13tpe_9w8pd_6:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_content_1wepg_19vas_145:not(#\9),
.awsui_description_1wepg_19vas_146:not(#\9),
.awsui_label_1wepg_19vas_147:not(#\9) {
  display: block;
}

.awsui_label_1wepg_19vas_147:not(#\9) {
  color: var(--color-text-form-default-02iaa3, #0f141a);
}

.awsui_outline_1wepg_19vas_155:not(#\9) {
  display: none;
}
.awsui_outline_1wepg_19vas_155.awsui_show-outline_1wepg_19vas_158:not(#\9) {
  display: block;
}

body[data-awsui-focus-visible=true] .awsui_native-input_1wepg_19vas_162:not(#\9):focus + .awsui_outline_1wepg_19vas_155 {
  display: block;
}

.awsui_wrapper_1wepg_19vas_166:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  display: flex;
}

.awsui_label-wrapper_1wepg_19vas_172:not(#\9) {
  position: relative;
  display: flex;
  cursor: default;
}

.awsui_content_1wepg_19vas_145:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
}

.awsui_empty-content_1wepg_19vas_183:not(#\9) {
  inline-size: 0px;
}

.awsui_description_1wepg_19vas_146:not(#\9) {
  color: var(--color-text-form-secondary-s4scs1, #656871);
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
}
.awsui_description-bottom-padding_1wepg_19vas_193:not(#\9) {
  padding-block-end: var(--space-scaled-xxs-vdp1uk, 4px);
}

.awsui_label_1wepg_19vas_147:not(#\9),
.awsui_description_1wepg_19vas_146:not(#\9) {
  padding-inline-start: var(--space-xs-j1ch97, 8px);
}
.awsui_label-disabled_1wepg_19vas_201:not(#\9),
.awsui_description-disabled_1wepg_19vas_202:not(#\9) {
  color: var(--color-text-control-disabled-roypt4, #b4b4bb);
}

.awsui_control_1wepg_19vas_206:not(#\9) {
  position: relative;
  /* stylelint-disable selector-max-type */
  /* stylelint-enable selector-max-type */
}
.awsui_control_1wepg_19vas_206 > input:not(#\9), .awsui_control_1wepg_19vas_206 > svg:not(#\9), .awsui_control_1wepg_19vas_206 > .awsui_outline_1wepg_19vas_155:not(#\9) {
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.awsui_control_1wepg_19vas_206 > input:not(#\9) {
  opacity: 0;
  z-index: 1;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
  margin-block: 0;
  margin-inline: 0;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_1fn7j_2ehfm_145:not(#\9) {
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.awsui_root_1fn7j_2ehfm_145 > .awsui_styled-box_1fn7j_2ehfm_152:not(#\9) {
  fill: var(--color-background-control-default-nrh5lr, #ffffff);
  stroke: var(--color-border-control-default-eyzhft, #8c8c94);
  stroke-width: var(--border-width-field-j665cy, 1px);
  transition: fill var(--motion-duration-transition-quick-eyuz9p, 90ms) var(--motion-easing-transition-quick-icc3kk, linear), stroke var(--motion-duration-transition-quick-eyuz9p, 90ms) var(--motion-easing-transition-quick-icc3kk, linear);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_root_1fn7j_2ehfm_145 > .awsui_styled-box_1fn7j_2ehfm_152:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_root_1fn7j_2ehfm_145 > .awsui_styled-box_1fn7j_2ehfm_152:not(#\9), .awsui-mode-entering .awsui_root_1fn7j_2ehfm_145 > .awsui_styled-box_1fn7j_2ehfm_152:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_root_1fn7j_2ehfm_145 > .awsui_styled-box-checked_1fn7j_2ehfm_168:not(#\9), .awsui_root_1fn7j_2ehfm_145 > .awsui_styled-box-indeterminate_1fn7j_2ehfm_168:not(#\9) {
  fill: var(--color-background-control-checked-4hlzpf, #006ce0);
  stroke: var(--color-border-control-checked-la0d4e, #006ce0);
}
.awsui_root_1fn7j_2ehfm_145 > .awsui_styled-box-disabled_1fn7j_2ehfm_172:not(#\9), .awsui_root_1fn7j_2ehfm_145 > .awsui_styled-box-readonly_1fn7j_2ehfm_172:not(#\9) {
  fill: var(--color-background-control-disabled-rxfkeg, #dedee3);
  stroke: var(--color-border-control-disabled-yo04ir, #dedee3);
}
.awsui_root_1fn7j_2ehfm_145 > .awsui_styled-line_1fn7j_2ehfm_176:not(#\9) {
  stroke: var(--color-foreground-control-default-lplros, #ffffff);
  stroke-width: 2;
  fill: none;
}
.awsui_root_1fn7j_2ehfm_145 > .awsui_styled-line-disabled_1fn7j_2ehfm_181:not(#\9) {
  stroke: var(--color-foreground-control-disabled-tfwvqg, #ffffff);
}
.awsui_root_1fn7j_2ehfm_145 > .awsui_styled-line-readonly_1fn7j_2ehfm_184:not(#\9) {
  stroke: var(--color-foreground-control-read-only-gb48bp, #656871);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_k2y2q_1siwf_145.awsui_root_k2y2q_1siwf_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: flex;
}

.awsui_checkbox-control_k2y2q_1siwf_178:not(#\9) {
  margin-block-start: calc((var(--line-height-body-m-we036z, 20px) - var(--size-control-acfkj9, 16px)) / 2);
  min-block-size: var(--size-control-acfkj9, 16px);
  min-inline-size: var(--size-control-acfkj9, 16px);
  block-size: var(--size-control-acfkj9, 16px);
  inline-size: var(--size-control-acfkj9, 16px);
}

.awsui_outline_k2y2q_1siwf_186:not(#\9) {
  --awsui-style-focus-ring-box-shadow-z17rmd: 0 0 0 var(--awsui-style-focus-ring-border-width-z17rmd, 2px) var(--awsui-style-focus-ring-border-color-z17rmd, var(--color-border-item-focused-kb13a4, #006ce0));
  position: relative;
}
.awsui_outline_k2y2q_1siwf_186:not(#\9) {
  outline: 2px dotted transparent;
  outline-offset: calc(2px - 1px);
}
.awsui_outline_k2y2q_1siwf_186:not(#\9)::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 2px);
  inset-block-start: calc(-1 * 2px);
  inline-size: calc(100% + 2px + 2px);
  block-size: calc(100% + 2px + 2px);
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-z17rmd);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_grid_14yj0_40je9_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: flex;
  flex-wrap: wrap;
  margin-block: calc(var(--space-grid-gutter-bfkz2w, 20px) / -2);
  margin-inline: calc(var(--space-grid-gutter-bfkz2w, 20px) / -2);
  pointer-events: none;
}
.awsui_grid_14yj0_40je9_145.awsui_no-gutters_14yj0_40je9_181:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
}

.awsui_grid-column_14yj0_40je9_186:not(#\9) {
  box-sizing: border-box;
  position: relative;
  padding-block: calc(var(--space-grid-gutter-bfkz2w, 20px) / 2);
  padding-inline: calc(var(--space-grid-gutter-bfkz2w, 20px) / 2);
  display: flex;
}
.awsui_grid_14yj0_40je9_145.awsui_no-gutters_14yj0_40je9_181 > .awsui_grid-column_14yj0_40je9_186:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-1_14yj0_40je9_197:not(#\9) {
  flex: 0 0 8.3333333333%;
  max-inline-size: 8.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-1_14yj0_40je9_201:not(#\9) {
  inset-inline-start: 8.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-1_14yj0_40je9_204:not(#\9) {
  inset-inline-end: 8.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-2_14yj0_40je9_207:not(#\9) {
  flex: 0 0 16.6666666667%;
  max-inline-size: 16.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-2_14yj0_40je9_211:not(#\9) {
  inset-inline-start: 16.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-2_14yj0_40je9_214:not(#\9) {
  inset-inline-end: 16.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-3_14yj0_40je9_217:not(#\9) {
  flex: 0 0 25%;
  max-inline-size: 25%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-3_14yj0_40je9_221:not(#\9) {
  inset-inline-start: 25%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-3_14yj0_40je9_224:not(#\9) {
  inset-inline-end: 25%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-4_14yj0_40je9_227:not(#\9) {
  flex: 0 0 33.3333333333%;
  max-inline-size: 33.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-4_14yj0_40je9_231:not(#\9) {
  inset-inline-start: 33.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-4_14yj0_40je9_234:not(#\9) {
  inset-inline-end: 33.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-5_14yj0_40je9_237:not(#\9) {
  flex: 0 0 41.6666666667%;
  max-inline-size: 41.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-5_14yj0_40je9_241:not(#\9) {
  inset-inline-start: 41.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-5_14yj0_40je9_244:not(#\9) {
  inset-inline-end: 41.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-6_14yj0_40je9_247:not(#\9) {
  flex: 0 0 50%;
  max-inline-size: 50%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-6_14yj0_40je9_251:not(#\9) {
  inset-inline-start: 50%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-6_14yj0_40je9_254:not(#\9) {
  inset-inline-end: 50%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-7_14yj0_40je9_257:not(#\9) {
  flex: 0 0 58.3333333333%;
  max-inline-size: 58.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-7_14yj0_40je9_261:not(#\9) {
  inset-inline-start: 58.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-7_14yj0_40je9_264:not(#\9) {
  inset-inline-end: 58.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-8_14yj0_40je9_267:not(#\9) {
  flex: 0 0 66.6666666667%;
  max-inline-size: 66.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-8_14yj0_40je9_271:not(#\9) {
  inset-inline-start: 66.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-8_14yj0_40je9_274:not(#\9) {
  inset-inline-end: 66.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-9_14yj0_40je9_277:not(#\9) {
  flex: 0 0 75%;
  max-inline-size: 75%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-9_14yj0_40je9_281:not(#\9) {
  inset-inline-start: 75%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-9_14yj0_40je9_284:not(#\9) {
  inset-inline-end: 75%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-10_14yj0_40je9_287:not(#\9) {
  flex: 0 0 83.3333333333%;
  max-inline-size: 83.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-10_14yj0_40je9_291:not(#\9) {
  inset-inline-start: 83.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-10_14yj0_40je9_294:not(#\9) {
  inset-inline-end: 83.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-11_14yj0_40je9_297:not(#\9) {
  flex: 0 0 91.6666666667%;
  max-inline-size: 91.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-11_14yj0_40je9_301:not(#\9) {
  inset-inline-start: 91.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-11_14yj0_40je9_304:not(#\9) {
  inset-inline-end: 91.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_colspan-12_14yj0_40je9_307:not(#\9) {
  flex: 0 0 100%;
  max-inline-size: 100%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-12_14yj0_40je9_311:not(#\9) {
  inset-inline-start: 100%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-12_14yj0_40je9_314:not(#\9) {
  inset-inline-end: 100%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_push-0_14yj0_40je9_317:not(#\9) {
  inset-inline-start: auto;
}
.awsui_grid-column_14yj0_40je9_186.awsui_pull-0_14yj0_40je9_320:not(#\9) {
  inset-inline-end: auto;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-1_14yj0_40je9_323:not(#\9) {
  margin-inline-start: 8.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-2_14yj0_40je9_326:not(#\9) {
  margin-inline-start: 16.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-3_14yj0_40je9_329:not(#\9) {
  margin-inline-start: 25%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-4_14yj0_40je9_332:not(#\9) {
  margin-inline-start: 33.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-5_14yj0_40je9_335:not(#\9) {
  margin-inline-start: 41.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-6_14yj0_40je9_338:not(#\9) {
  margin-inline-start: 50%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-7_14yj0_40je9_341:not(#\9) {
  margin-inline-start: 58.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-8_14yj0_40je9_344:not(#\9) {
  margin-inline-start: 66.6666666667%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-9_14yj0_40je9_347:not(#\9) {
  margin-inline-start: 75%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-10_14yj0_40je9_350:not(#\9) {
  margin-inline-start: 83.3333333333%;
}
.awsui_grid-column_14yj0_40je9_186.awsui_offset-11_14yj0_40je9_353:not(#\9) {
  margin-inline-start: 91.6666666667%;
}

.awsui_restore-pointer-events_14yj0_40je9_357:not(#\9) {
  pointer-events: auto;
  inline-size: 100%;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_xttbq_1rjuy_145:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_label_aqu00_ocied_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_error-icon-shake-wrapper_14mhv_x6qrl_153:not(#\9),
.awsui_warning-icon-shake-wrapper_14mhv_x6qrl_154:not(#\9) {
  animation: awsui_awsui-motion-shake-horizontally_14mhv_x6qrl_1 var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@keyframes awsui_awsui-motion-shake-horizontally_14mhv_x6qrl_1 {
  0% {
    transform: translateX(-5px);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(5px);
    animation-timing-function: var(--motion-easing-refresh-only-a-98cbev, cubic-bezier(0, 0, 0, 1));
  }
  100% {
    transform: translateX(0px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_error-icon-shake-wrapper_14mhv_x6qrl_153:not(#\9),
  .awsui_warning-icon-shake-wrapper_14mhv_x6qrl_154:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_error-icon-shake-wrapper_14mhv_x6qrl_153:not(#\9), .awsui-mode-entering .awsui_error-icon-shake-wrapper_14mhv_x6qrl_153:not(#\9), .awsui-motion-disabled .awsui_warning-icon-shake-wrapper_14mhv_x6qrl_154:not(#\9), .awsui-mode-entering .awsui_warning-icon-shake-wrapper_14mhv_x6qrl_154:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_error-icon-scale-wrapper_14mhv_x6qrl_184:not(#\9),
.awsui_warning-icon-scale-wrapper_14mhv_x6qrl_185:not(#\9) {
  animation: awsui_awsui-motion-scale-popup_14mhv_x6qrl_1 var(--motion-duration-refresh-only-medium-zl94da, 165ms) var(--motion-easing-refresh-only-a-98cbev, cubic-bezier(0, 0, 0, 1));
}
@keyframes awsui_awsui-motion-scale-popup_14mhv_x6qrl_1 {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_error-icon-scale-wrapper_14mhv_x6qrl_184:not(#\9),
  .awsui_warning-icon-scale-wrapper_14mhv_x6qrl_185:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_error-icon-scale-wrapper_14mhv_x6qrl_184:not(#\9), .awsui-mode-entering .awsui_error-icon-scale-wrapper_14mhv_x6qrl_184:not(#\9), .awsui-motion-disabled .awsui_warning-icon-scale-wrapper_14mhv_x6qrl_185:not(#\9), .awsui-mode-entering .awsui_warning-icon-scale-wrapper_14mhv_x6qrl_185:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_warning_14mhv_x6qrl_154:not(#\9),
.awsui_error_14mhv_x6qrl_153:not(#\9) {
  animation: awsui_awsui-motion-fade-in-0_14mhv_x6qrl_1 var(--motion-duration-refresh-only-medium-zl94da, 165ms) var(--motion-easing-refresh-only-a-98cbev, cubic-bezier(0, 0, 0, 1));
}
@keyframes awsui_awsui-motion-fade-in-0_14mhv_x6qrl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_warning_14mhv_x6qrl_154:not(#\9),
  .awsui_error_14mhv_x6qrl_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_warning_14mhv_x6qrl_154:not(#\9), .awsui-mode-entering .awsui_warning_14mhv_x6qrl_154:not(#\9), .awsui-motion-disabled .awsui_error_14mhv_x6qrl_153:not(#\9), .awsui-mode-entering .awsui_error_14mhv_x6qrl_153:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_14mhv_x6qrl_236:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  box-sizing: border-box;
}

.awsui_label_14mhv_x6qrl_269:not(#\9) {
  box-sizing: border-box;
  color: var(--color-text-form-label-tdlyd9, #0f141a);
  display: inline;
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  font-size: var(--font-size-form-label-sbizeo, 14px);
  line-height: var(--line-height-form-label-3tfec6, 20px);
  font-weight: var(--font-weight-form-label-mwfc4i, 700);
  margin-inline-end: var(--space-xs-j1ch97, 8px);
}
.awsui_label_14mhv_x6qrl_269:not(#\9):only-child {
  margin-block: 0;
  margin-inline: 0;
}

.awsui_info_14mhv_x6qrl_285:not(#\9) {
  display: inline-flex;
  padding-inline-start: var(--space-xs-j1ch97, 8px);
  border-inline-start: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}

.awsui_description_14mhv_x6qrl_291:not(#\9),
.awsui_constraint_14mhv_x6qrl_292:not(#\9) {
  color: var(--color-text-form-secondary-s4scs1, #656871);
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
}

.awsui_hints_14mhv_x6qrl_299:not(#\9),
.awsui_constraint-has-validation-text_14mhv_x6qrl_300:not(#\9) {
  padding-block-start: var(--space-xxs-0gmk42, 4px);
}

.awsui_secondary-control_14mhv_x6qrl_304:not(#\9) {
  /* used in test-utils */
}

.awsui_controls_14mhv_x6qrl_308:not(#\9):not(.awsui_label-hidden_14mhv_x6qrl_308) {
  padding-block-start: var(--space-xxs-0gmk42, 4px);
}
.awsui_label-wrapper_14mhv_x6qrl_311:not(#\9):empty + .awsui_controls_14mhv_x6qrl_308 {
  padding-block-start: 0;
}

.awsui_control_14mhv_x6qrl_308:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
}

.awsui_error_14mhv_x6qrl_153:not(#\9) {
  color: var(--color-text-status-error-ug8fw3, #db0000);
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  display: flex;
  align-items: flex-start;
}

.awsui_warning_14mhv_x6qrl_154:not(#\9) {
  color: var(--color-text-status-warning-uphq2x, #855900);
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  display: flex;
  align-items: flex-start;
}

.awsui_error__message_14mhv_x6qrl_338:not(#\9),
.awsui_warning__message_14mhv_x6qrl_339:not(#\9) {
  margin-inline-start: var(--space-xxs-0gmk42, 4px);
}

.awsui_visually-hidden_14mhv_x6qrl_343:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_constraint_6mjrv_ag0bo_5:not(#\9),
.awsui_character-count_6mjrv_ag0bo_6:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-implicit-descendant */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-implicit-descendant */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-implicit-descendant */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_box_18wu0_1av9t_172.awsui_p-variant_18wu0_1av9t_172.awsui_color-default_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_b-variant_18wu0_1av9t_172.awsui_color-default_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_strong-variant_18wu0_1av9t_172.awsui_color-default_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_code-variant_18wu0_1av9t_172.awsui_color-default_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_pre-variant_18wu0_1av9t_172.awsui_color-default_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_samp-variant_18wu0_1av9t_172.awsui_color-default_18wu0_1av9t_172:not(#\9) {
  color: var(--color-text-body-default-10lhjk, #0f141a);
}

.awsui_box_18wu0_1av9t_172.awsui_h1-variant_18wu0_1av9t_176.awsui_color-default_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h2-variant_18wu0_1av9t_176.awsui_color-default_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h3-variant_18wu0_1av9t_176.awsui_color-default_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h4-variant_18wu0_1av9t_176.awsui_color-default_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h5-variant_18wu0_1av9t_176.awsui_color-default_18wu0_1av9t_172:not(#\9) {
  color: var(--color-text-heading-default-9iv5lb, #0f141a);
}

.awsui_box_18wu0_1av9t_172.awsui_small-variant_18wu0_1av9t_180.awsui_color-default_18wu0_1av9t_172:not(#\9) {
  color: var(--color-text-small-jg0f5l, #656871);
}

.awsui_box_18wu0_1av9t_172.awsui_a-variant_18wu0_1av9t_184.awsui_color-default_18wu0_1av9t_172:not(#\9) {
  color: var(--color-text-link-default-jk9mjs, #006ce0);
}

.awsui_box_18wu0_1av9t_172.awsui_small-variant_18wu0_1av9t_180.awsui_font-size-default_18wu0_1av9t_188:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_code-variant_18wu0_1av9t_172.awsui_font-size-default_18wu0_1av9t_188:not(#\9) {
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
}

.awsui_box_18wu0_1av9t_172.awsui_p-variant_18wu0_1av9t_172.awsui_font-size-default_18wu0_1av9t_188:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_b-variant_18wu0_1av9t_172.awsui_font-size-default_18wu0_1av9t_188:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_strong-variant_18wu0_1av9t_172.awsui_font-size-default_18wu0_1av9t_188:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_pre-variant_18wu0_1av9t_172.awsui_font-size-default_18wu0_1av9t_188:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_samp-variant_18wu0_1av9t_172.awsui_font-size-default_18wu0_1av9t_188:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_a-variant_18wu0_1av9t_184.awsui_font-size-default_18wu0_1av9t_188:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_h5-variant_18wu0_1av9t_176.awsui_font-size-default_18wu0_1av9t_188:not(#\9) {
  font-size: var(--font-size-heading-xs-0l0dyz, 14px);
  line-height: var(--line-height-heading-xs-y2jce8, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-2iwerv, normal);
}

.awsui_box_18wu0_1av9t_172.awsui_h4-variant_18wu0_1av9t_176.awsui_font-size-default_18wu0_1av9t_188:not(#\9) {
  font-size: var(--font-size-heading-s-4lcrq9, 16px);
  line-height: var(--line-height-heading-s-nzr3b5, 20px);
  letter-spacing: var(--letter-spacing-heading-s-hvcq7m, -0.005em);
}

.awsui_box_18wu0_1av9t_172.awsui_h3-variant_18wu0_1av9t_176.awsui_font-size-default_18wu0_1av9t_188:not(#\9) {
  font-size: var(--font-size-heading-m-mz0atu, 18px);
  line-height: var(--line-height-heading-m-qyxryn, 22px);
  letter-spacing: var(--letter-spacing-heading-m-rnxsg2, -0.01em);
}

.awsui_box_18wu0_1av9t_172.awsui_h2-variant_18wu0_1av9t_176.awsui_font-size-default_18wu0_1av9t_188:not(#\9) {
  font-size: var(--font-size-heading-l-busq1x, 20px);
  line-height: var(--line-height-heading-l-4ovksh, 24px);
  letter-spacing: var(--letter-spacing-heading-l-8ia5so, -0.015em);
}

.awsui_box_18wu0_1av9t_172.awsui_h1-variant_18wu0_1av9t_176.awsui_font-size-default_18wu0_1av9t_188:not(#\9) {
  font-size: var(--font-size-heading-xl-ivlyjw, 24px);
  line-height: var(--line-height-heading-xl-z5dth5, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-0c6joz, -0.02em);
}

.awsui_box_18wu0_1av9t_172.awsui_p-variant_18wu0_1av9t_172.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_code-variant_18wu0_1av9t_172.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_pre-variant_18wu0_1av9t_172.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_samp-variant_18wu0_1av9t_172.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_small-variant_18wu0_1av9t_180.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_a-variant_18wu0_1av9t_184.awsui_font-weight-default_18wu0_1av9t_229:not(#\9) {
  font-weight: var(--font-weight-normal-aq67c4, 400);
}

.awsui_box_18wu0_1av9t_172.awsui_strong-variant_18wu0_1av9t_172.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_b-variant_18wu0_1av9t_172.awsui_font-weight-default_18wu0_1av9t_229:not(#\9) {
  font-weight: var(--font-weight-bold-qswov1, 700);
}

.awsui_box_18wu0_1av9t_172.awsui_h5-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9) {
  font-weight: var(--font-weight-heading-xs-hhjjg1, 700);
}

.awsui_box_18wu0_1av9t_172.awsui_h4-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9) {
  font-weight: var(--font-weight-heading-s-jsg18b, 700);
}

.awsui_box_18wu0_1av9t_172.awsui_h3-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9) {
  font-weight: var(--font-weight-heading-m-gxmuqs, 700);
}

.awsui_box_18wu0_1av9t_172.awsui_h2-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9) {
  font-weight: var(--font-weight-heading-l-jmylot, 700);
}

.awsui_box_18wu0_1av9t_172.awsui_h1-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9) {
  font-weight: var(--font-weight-heading-xl-fk9ofj, 700);
}

.awsui_box_18wu0_1av9t_172.awsui_h1-variant_18wu0_1av9t_176:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h2-variant_18wu0_1av9t_176:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h3-variant_18wu0_1av9t_176:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h4-variant_18wu0_1av9t_176:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h5-variant_18wu0_1av9t_176:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_p-variant_18wu0_1av9t_172:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
  text-decoration: none;
  padding-block: var(--space-xxs-0gmk42, 4px);
  padding-inline: 0;
}
.awsui_box_18wu0_1av9t_172.awsui_small-variant_18wu0_1av9t_180:not(#\9) {
  display: inline-block;
}
.awsui_box_18wu0_1av9t_172.awsui_code-variant_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_pre-variant_18wu0_1av9t_172:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_samp-variant_18wu0_1av9t_172:not(#\9) {
  font-family: var(--font-family-monospace-0wnazt, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
  background: transparent;
}
.awsui_box_18wu0_1av9t_172.awsui_key-label-variant_18wu0_1av9t_271:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  font-weight: var(--font-display-label-weight-66zdy9, 700);
  color: var(--color-text-label-xm8nks, #0f141a);
  margin-block-end: var(--space-key-value-gap-icky05, 0px);
}
.awsui_box_18wu0_1av9t_172.awsui_gen-ai-label-variant_18wu0_1av9t_278:not(#\9) {
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  font-style: italic;
  color: var(--color-text-label-gen-ai-6ihd6j, #7300e5);
}
.awsui_box_18wu0_1av9t_172.awsui_value-large-variant_18wu0_1av9t_285:not(#\9) {
  font-family: var(--font-family-display-6e87e2, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-display-l-0xdz3a, 42px);
  line-height: var(--line-height-display-l-ho7s7t, 48px);
  letter-spacing: var(--letter-spacing-display-l-c3v571, -0.03em);
  font-weight: var(--font-weight-display-l-f871mx, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  color: inherit;
}
.awsui_box_18wu0_1av9t_172.awsui_inline-code-variant_18wu0_1av9t_295:not(#\9) {
  font-family: var(--font-family-monospace-0wnazt, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
  background: transparent;
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  border-start-start-radius: var(--space-static-xxs-ob9nh1, 4px);
  border-start-end-radius: var(--space-static-xxs-ob9nh1, 4px);
  border-end-start-radius: var(--space-static-xxs-ob9nh1, 4px);
  border-end-end-radius: var(--space-static-xxs-ob9nh1, 4px);
  background-color: var(--color-background-inline-code-dtzhl7, rgba(0, 0, 0, 0.1));
  padding-block: var(--space-static-xxxs-775m2b, 2px);
  padding-inline: var(--space-static-xxs-ob9nh1, 4px);
}
.awsui_box_18wu0_1av9t_172.awsui_h1-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h2-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h3-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h4-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_h5-variant_18wu0_1av9t_176.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_value-large-variant_18wu0_1av9t_285.awsui_font-weight-default_18wu0_1av9t_229:not(#\9), .awsui_box_18wu0_1av9t_172.awsui_font-weight-heavy_18wu0_1av9t_309:not(#\9) {
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
}

.awsui_box_18wu0_1av9t_172.awsui_color-inverted_18wu0_1av9t_314:not(#\9) {
  color: var(--color-text-notification-default-v9tldm, #f9f9fa);
}
.awsui_box_18wu0_1av9t_172.awsui_color-text-label_18wu0_1av9t_317:not(#\9) {
  color: var(--color-text-label-xm8nks, #0f141a);
}
.awsui_box_18wu0_1av9t_172.awsui_color-text-body-secondary_18wu0_1av9t_320:not(#\9) {
  color: var(--color-text-body-secondary-fp6d0c, #424650);
}
.awsui_box_18wu0_1av9t_172.awsui_color-text-status-error_18wu0_1av9t_323:not(#\9) {
  color: var(--color-text-status-error-ug8fw3, #db0000);
}
.awsui_box_18wu0_1av9t_172.awsui_color-text-status-success_18wu0_1av9t_326:not(#\9) {
  color: var(--color-text-status-success-ikvqka, #00802f);
}
.awsui_box_18wu0_1av9t_172.awsui_color-text-status-info_18wu0_1av9t_329:not(#\9) {
  color: var(--color-text-status-info-3kb8ql, #006ce0);
}
.awsui_box_18wu0_1av9t_172.awsui_color-text-status-inactive_18wu0_1av9t_332:not(#\9) {
  color: var(--color-text-status-inactive-e342cs, #656871);
}
.awsui_box_18wu0_1av9t_172.awsui_color-text-status-warning_18wu0_1av9t_335:not(#\9) {
  color: var(--color-text-status-warning-uphq2x, #855900);
}
.awsui_box_18wu0_1av9t_172.awsui_color-inherit_18wu0_1av9t_338:not(#\9) {
  color: inherit;
}
.awsui_box_18wu0_1av9t_172.awsui_font-size-body-s_18wu0_1av9t_341:not(#\9) {
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
}
.awsui_box_18wu0_1av9t_172.awsui_font-size-body-m_18wu0_1av9t_346:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
}
.awsui_box_18wu0_1av9t_172.awsui_font-size-heading-xs_18wu0_1av9t_350:not(#\9) {
  font-size: var(--font-size-heading-xs-0l0dyz, 14px);
  line-height: var(--line-height-heading-xs-y2jce8, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-2iwerv, normal);
}
.awsui_box_18wu0_1av9t_172.awsui_font-size-heading-s_18wu0_1av9t_355:not(#\9) {
  font-size: var(--font-size-heading-s-4lcrq9, 16px);
  line-height: var(--line-height-heading-s-nzr3b5, 20px);
  letter-spacing: var(--letter-spacing-heading-s-hvcq7m, -0.005em);
}
.awsui_box_18wu0_1av9t_172.awsui_font-size-heading-m_18wu0_1av9t_360:not(#\9) {
  font-size: var(--font-size-heading-m-mz0atu, 18px);
  line-height: var(--line-height-heading-m-qyxryn, 22px);
  letter-spacing: var(--letter-spacing-heading-m-rnxsg2, -0.01em);
}
.awsui_box_18wu0_1av9t_172.awsui_font-size-heading-l_18wu0_1av9t_365:not(#\9) {
  font-size: var(--font-size-heading-l-busq1x, 20px);
  line-height: var(--line-height-heading-l-4ovksh, 24px);
  letter-spacing: var(--letter-spacing-heading-l-8ia5so, -0.015em);
}
.awsui_box_18wu0_1av9t_172.awsui_font-size-heading-xl_18wu0_1av9t_370:not(#\9) {
  font-size: var(--font-size-heading-xl-ivlyjw, 24px);
  line-height: var(--line-height-heading-xl-z5dth5, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-0c6joz, -0.02em);
}
.awsui_box_18wu0_1av9t_172.awsui_font-size-display-l_18wu0_1av9t_375:not(#\9) {
  font-size: var(--font-size-display-l-0xdz3a, 42px);
  line-height: var(--line-height-display-l-ho7s7t, 48px);
  letter-spacing: var(--letter-spacing-display-l-c3v571, -0.03em);
}
.awsui_box_18wu0_1av9t_172.awsui_font-size-display-xl_18wu0_1av9t_380:not(#\9) {
  font-size: var(--font-size-display-xl-h9zymm, 64px);
  line-height: var(--line-height-display-xl-h0sa1b, 72px);
  letter-spacing: var(--letter-spacing-display-xl-6i6ivo, -0.03em);
}
.awsui_box_18wu0_1av9t_172.awsui_font-weight-light_18wu0_1av9t_385:not(#\9) {
  font-weight: var(--font-weight-lighter-xwagtu, 300);
}
.awsui_box_18wu0_1av9t_172.awsui_font-weight-normal_18wu0_1av9t_388:not(#\9) {
  font-weight: var(--font-weight-normal-aq67c4, 400);
}
.awsui_box_18wu0_1av9t_172.awsui_font-weight-bold_18wu0_1av9t_391:not(#\9) {
  font-weight: var(--font-weight-bold-qswov1, 700);
}
.awsui_box_18wu0_1av9t_172.awsui_font-weight-heavy_18wu0_1av9t_309:not(#\9) {
  font-weight: var(--font-weight-heavy-em866g, 700);
}

.awsui_t-left_18wu0_1av9t_398:not(#\9) {
  text-align: start;
}

.awsui_t-right_18wu0_1av9t_402:not(#\9) {
  text-align: end;
}

.awsui_t-center_18wu0_1av9t_406:not(#\9) {
  text-align: center;
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-implicit-descendant */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_box_18wu0_1av9t_172.awsui_p-n_18wu0_1av9t_423:not(#\9) {
  padding-block: var(--space-scaled-none-lypryy, 0px);
  padding-inline: var(--space-none-ea32lj, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-n_18wu0_1av9t_428:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-n_18wu0_1av9t_429:not(#\9) {
  padding-block-start: var(--space-scaled-none-lypryy, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-n_18wu0_1av9t_433:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-n_18wu0_1av9t_434:not(#\9) {
  padding-inline-end: var(--space-none-ea32lj, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-n_18wu0_1av9t_438:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-n_18wu0_1av9t_429:not(#\9) {
  padding-block-end: var(--space-scaled-none-lypryy, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-n_18wu0_1av9t_443:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-n_18wu0_1av9t_434:not(#\9) {
  padding-inline-start: var(--space-none-ea32lj, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-xxxs_18wu0_1av9t_448:not(#\9) {
  padding-block: var(--space-scaled-xxxs-7blpsd, 2px);
  padding-inline: var(--space-xxxs-zelp5l, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-xxxs_18wu0_1av9t_453:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xxxs_18wu0_1av9t_454:not(#\9) {
  padding-block-start: var(--space-scaled-xxxs-7blpsd, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-xxxs_18wu0_1av9t_458:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xxxs_18wu0_1av9t_459:not(#\9) {
  padding-inline-end: var(--space-xxxs-zelp5l, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-xxxs_18wu0_1av9t_463:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xxxs_18wu0_1av9t_454:not(#\9) {
  padding-block-end: var(--space-scaled-xxxs-7blpsd, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-xxxs_18wu0_1av9t_468:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xxxs_18wu0_1av9t_459:not(#\9) {
  padding-inline-start: var(--space-xxxs-zelp5l, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-xxs_18wu0_1av9t_473:not(#\9) {
  padding-block: var(--space-scaled-xxs-vdp1uk, 4px);
  padding-inline: var(--space-xxs-0gmk42, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-xxs_18wu0_1av9t_478:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xxs_18wu0_1av9t_479:not(#\9) {
  padding-block-start: var(--space-scaled-xxs-vdp1uk, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-xxs_18wu0_1av9t_483:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xxs_18wu0_1av9t_484:not(#\9) {
  padding-inline-end: var(--space-xxs-0gmk42, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-xxs_18wu0_1av9t_488:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xxs_18wu0_1av9t_479:not(#\9) {
  padding-block-end: var(--space-scaled-xxs-vdp1uk, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-xxs_18wu0_1av9t_493:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xxs_18wu0_1av9t_484:not(#\9) {
  padding-inline-start: var(--space-xxs-0gmk42, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-xs_18wu0_1av9t_498:not(#\9) {
  padding-block: var(--space-scaled-xs-rt720d, 8px);
  padding-inline: var(--space-xs-j1ch97, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-xs_18wu0_1av9t_503:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xs_18wu0_1av9t_504:not(#\9) {
  padding-block-start: var(--space-scaled-xs-rt720d, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-xs_18wu0_1av9t_508:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xs_18wu0_1av9t_509:not(#\9) {
  padding-inline-end: var(--space-xs-j1ch97, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-xs_18wu0_1av9t_513:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xs_18wu0_1av9t_504:not(#\9) {
  padding-block-end: var(--space-scaled-xs-rt720d, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-xs_18wu0_1av9t_518:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xs_18wu0_1av9t_509:not(#\9) {
  padding-inline-start: var(--space-xs-j1ch97, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-s_18wu0_1av9t_523:not(#\9) {
  padding-block: var(--space-scaled-s-yqvmoz, 12px);
  padding-inline: var(--space-s-kbzdb8, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-s_18wu0_1av9t_528:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-s_18wu0_1av9t_529:not(#\9) {
  padding-block-start: var(--space-scaled-s-yqvmoz, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-s_18wu0_1av9t_533:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-s_18wu0_1av9t_534:not(#\9) {
  padding-inline-end: var(--space-s-kbzdb8, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-s_18wu0_1av9t_538:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-s_18wu0_1av9t_529:not(#\9) {
  padding-block-end: var(--space-scaled-s-yqvmoz, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-s_18wu0_1av9t_543:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-s_18wu0_1av9t_534:not(#\9) {
  padding-inline-start: var(--space-s-kbzdb8, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-m_18wu0_1av9t_548:not(#\9) {
  padding-block: var(--space-scaled-m-z0ah6c, 16px);
  padding-inline: var(--space-m-utxyzm, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-m_18wu0_1av9t_553:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-m_18wu0_1av9t_554:not(#\9) {
  padding-block-start: var(--space-scaled-m-z0ah6c, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-m_18wu0_1av9t_558:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-m_18wu0_1av9t_559:not(#\9) {
  padding-inline-end: var(--space-m-utxyzm, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-m_18wu0_1av9t_563:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-m_18wu0_1av9t_554:not(#\9) {
  padding-block-end: var(--space-scaled-m-z0ah6c, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-m_18wu0_1av9t_568:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-m_18wu0_1av9t_559:not(#\9) {
  padding-inline-start: var(--space-m-utxyzm, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-l_18wu0_1av9t_443:not(#\9) {
  padding-block: var(--space-scaled-l-gr6kh1, 20px);
  padding-inline: var(--space-l-0ykpb1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-l_18wu0_1av9t_578:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-l_18wu0_1av9t_579:not(#\9) {
  padding-block-start: var(--space-scaled-l-gr6kh1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-l_18wu0_1av9t_583:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-l_18wu0_1av9t_584:not(#\9) {
  padding-inline-end: var(--space-l-0ykpb1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-l_18wu0_1av9t_588:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-l_18wu0_1av9t_579:not(#\9) {
  padding-block-end: var(--space-scaled-l-gr6kh1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-l_18wu0_1av9t_593:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-l_18wu0_1av9t_584:not(#\9) {
  padding-inline-start: var(--space-l-0ykpb1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-xl_18wu0_1av9t_598:not(#\9) {
  padding-block: var(--space-scaled-xl-xls2ln, 24px);
  padding-inline: var(--space-xl-d84eey, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-xl_18wu0_1av9t_603:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xl_18wu0_1av9t_604:not(#\9) {
  padding-block-start: var(--space-scaled-xl-xls2ln, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-xl_18wu0_1av9t_608:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xl_18wu0_1av9t_609:not(#\9) {
  padding-inline-end: var(--space-xl-d84eey, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-xl_18wu0_1av9t_613:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xl_18wu0_1av9t_604:not(#\9) {
  padding-block-end: var(--space-scaled-xl-xls2ln, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-xl_18wu0_1av9t_618:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xl_18wu0_1av9t_609:not(#\9) {
  padding-inline-start: var(--space-xl-d84eey, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-xxl_18wu0_1av9t_623:not(#\9) {
  padding-block: var(--space-scaled-xxl-fs6lrd, 32px);
  padding-inline: var(--space-xxl-exi600, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-xxl_18wu0_1av9t_628:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xxl_18wu0_1av9t_629:not(#\9) {
  padding-block-start: var(--space-scaled-xxl-fs6lrd, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-xxl_18wu0_1av9t_633:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xxl_18wu0_1av9t_634:not(#\9) {
  padding-inline-end: var(--space-xxl-exi600, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-xxl_18wu0_1av9t_638:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xxl_18wu0_1av9t_629:not(#\9) {
  padding-block-end: var(--space-scaled-xxl-fs6lrd, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-xxl_18wu0_1av9t_643:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xxl_18wu0_1av9t_634:not(#\9) {
  padding-inline-start: var(--space-xxl-exi600, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-xxxl_18wu0_1av9t_648:not(#\9) {
  padding-block: var(--space-scaled-xxxl-fzl3le, 40px);
  padding-inline: var(--space-xxxl-mw5hbl, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-top-xxxl_18wu0_1av9t_653:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xxxl_18wu0_1av9t_654:not(#\9) {
  padding-block-start: var(--space-scaled-xxxl-fzl3le, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-right-xxxl_18wu0_1av9t_658:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xxxl_18wu0_1av9t_659:not(#\9) {
  padding-inline-end: var(--space-xxxl-mw5hbl, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-bottom-xxxl_18wu0_1av9t_663:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-vertical-xxxl_18wu0_1av9t_654:not(#\9) {
  padding-block-end: var(--space-scaled-xxxl-fzl3le, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_p-left-xxxl_18wu0_1av9t_668:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_p-horizontal-xxxl_18wu0_1av9t_659:not(#\9) {
  padding-inline-start: var(--space-xxxl-mw5hbl, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-n_18wu0_1av9t_673:not(#\9) {
  margin-block: var(--space-scaled-none-lypryy, 0px);
  margin-inline: var(--space-none-ea32lj, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-n_18wu0_1av9t_678:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-n_18wu0_1av9t_679:not(#\9) {
  margin-block-start: var(--space-scaled-none-lypryy, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-n_18wu0_1av9t_683:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-n_18wu0_1av9t_684:not(#\9) {
  margin-inline-end: var(--space-none-ea32lj, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-n_18wu0_1av9t_688:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-n_18wu0_1av9t_679:not(#\9) {
  margin-block-end: var(--space-scaled-none-lypryy, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-n_18wu0_1av9t_693:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-n_18wu0_1av9t_684:not(#\9) {
  margin-inline-start: var(--space-none-ea32lj, 0px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-xxxs_18wu0_1av9t_698:not(#\9) {
  margin-block: var(--space-scaled-xxxs-7blpsd, 2px);
  margin-inline: var(--space-xxxs-zelp5l, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-xxxs_18wu0_1av9t_703:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xxxs_18wu0_1av9t_704:not(#\9) {
  margin-block-start: var(--space-scaled-xxxs-7blpsd, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-xxxs_18wu0_1av9t_708:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xxxs_18wu0_1av9t_709:not(#\9) {
  margin-inline-end: var(--space-xxxs-zelp5l, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-xxxs_18wu0_1av9t_713:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xxxs_18wu0_1av9t_704:not(#\9) {
  margin-block-end: var(--space-scaled-xxxs-7blpsd, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-xxxs_18wu0_1av9t_718:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xxxs_18wu0_1av9t_709:not(#\9) {
  margin-inline-start: var(--space-xxxs-zelp5l, 2px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-xxs_18wu0_1av9t_723:not(#\9) {
  margin-block: var(--space-scaled-xxs-vdp1uk, 4px);
  margin-inline: var(--space-xxs-0gmk42, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-xxs_18wu0_1av9t_728:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xxs_18wu0_1av9t_729:not(#\9) {
  margin-block-start: var(--space-scaled-xxs-vdp1uk, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-xxs_18wu0_1av9t_733:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xxs_18wu0_1av9t_734:not(#\9) {
  margin-inline-end: var(--space-xxs-0gmk42, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-xxs_18wu0_1av9t_738:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xxs_18wu0_1av9t_729:not(#\9) {
  margin-block-end: var(--space-scaled-xxs-vdp1uk, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-xxs_18wu0_1av9t_743:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xxs_18wu0_1av9t_734:not(#\9) {
  margin-inline-start: var(--space-xxs-0gmk42, 4px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-xs_18wu0_1av9t_748:not(#\9) {
  margin-block: var(--space-scaled-xs-rt720d, 8px);
  margin-inline: var(--space-xs-j1ch97, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-xs_18wu0_1av9t_753:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xs_18wu0_1av9t_754:not(#\9) {
  margin-block-start: var(--space-scaled-xs-rt720d, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-xs_18wu0_1av9t_758:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xs_18wu0_1av9t_759:not(#\9) {
  margin-inline-end: var(--space-xs-j1ch97, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-xs_18wu0_1av9t_763:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xs_18wu0_1av9t_754:not(#\9) {
  margin-block-end: var(--space-scaled-xs-rt720d, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-xs_18wu0_1av9t_768:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xs_18wu0_1av9t_759:not(#\9) {
  margin-inline-start: var(--space-xs-j1ch97, 8px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-s_18wu0_1av9t_773:not(#\9) {
  margin-block: var(--space-scaled-s-yqvmoz, 12px);
  margin-inline: var(--space-s-kbzdb8, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-s_18wu0_1av9t_778:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-s_18wu0_1av9t_779:not(#\9) {
  margin-block-start: var(--space-scaled-s-yqvmoz, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-s_18wu0_1av9t_783:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-s_18wu0_1av9t_784:not(#\9) {
  margin-inline-end: var(--space-s-kbzdb8, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-s_18wu0_1av9t_788:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-s_18wu0_1av9t_779:not(#\9) {
  margin-block-end: var(--space-scaled-s-yqvmoz, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-s_18wu0_1av9t_793:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-s_18wu0_1av9t_784:not(#\9) {
  margin-inline-start: var(--space-s-kbzdb8, 12px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-m_18wu0_1av9t_798:not(#\9) {
  margin-block: var(--space-scaled-m-z0ah6c, 16px);
  margin-inline: var(--space-m-utxyzm, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-m_18wu0_1av9t_803:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-m_18wu0_1av9t_804:not(#\9) {
  margin-block-start: var(--space-scaled-m-z0ah6c, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-m_18wu0_1av9t_808:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-m_18wu0_1av9t_809:not(#\9) {
  margin-inline-end: var(--space-m-utxyzm, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-m_18wu0_1av9t_813:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-m_18wu0_1av9t_804:not(#\9) {
  margin-block-end: var(--space-scaled-m-z0ah6c, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-m_18wu0_1av9t_818:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-m_18wu0_1av9t_809:not(#\9) {
  margin-inline-start: var(--space-m-utxyzm, 16px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-l_18wu0_1av9t_693:not(#\9) {
  margin-block: var(--space-scaled-l-gr6kh1, 20px);
  margin-inline: var(--space-l-0ykpb1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-l_18wu0_1av9t_828:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-l_18wu0_1av9t_829:not(#\9) {
  margin-block-start: var(--space-scaled-l-gr6kh1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-l_18wu0_1av9t_833:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-l_18wu0_1av9t_834:not(#\9) {
  margin-inline-end: var(--space-l-0ykpb1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-l_18wu0_1av9t_838:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-l_18wu0_1av9t_829:not(#\9) {
  margin-block-end: var(--space-scaled-l-gr6kh1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-l_18wu0_1av9t_843:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-l_18wu0_1av9t_834:not(#\9) {
  margin-inline-start: var(--space-l-0ykpb1, 20px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-xl_18wu0_1av9t_848:not(#\9) {
  margin-block: var(--space-scaled-xl-xls2ln, 24px);
  margin-inline: var(--space-xl-d84eey, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-xl_18wu0_1av9t_853:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xl_18wu0_1av9t_854:not(#\9) {
  margin-block-start: var(--space-scaled-xl-xls2ln, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-xl_18wu0_1av9t_858:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xl_18wu0_1av9t_859:not(#\9) {
  margin-inline-end: var(--space-xl-d84eey, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-xl_18wu0_1av9t_863:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xl_18wu0_1av9t_854:not(#\9) {
  margin-block-end: var(--space-scaled-xl-xls2ln, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-xl_18wu0_1av9t_868:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xl_18wu0_1av9t_859:not(#\9) {
  margin-inline-start: var(--space-xl-d84eey, 24px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-xxl_18wu0_1av9t_873:not(#\9) {
  margin-block: var(--space-scaled-xxl-fs6lrd, 32px);
  margin-inline: var(--space-xxl-exi600, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-xxl_18wu0_1av9t_878:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xxl_18wu0_1av9t_879:not(#\9) {
  margin-block-start: var(--space-scaled-xxl-fs6lrd, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-xxl_18wu0_1av9t_883:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xxl_18wu0_1av9t_884:not(#\9) {
  margin-inline-end: var(--space-xxl-exi600, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-xxl_18wu0_1av9t_888:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xxl_18wu0_1av9t_879:not(#\9) {
  margin-block-end: var(--space-scaled-xxl-fs6lrd, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-xxl_18wu0_1av9t_893:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xxl_18wu0_1av9t_884:not(#\9) {
  margin-inline-start: var(--space-xxl-exi600, 32px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-xxxl_18wu0_1av9t_898:not(#\9) {
  margin-block: var(--space-scaled-xxxl-fzl3le, 40px);
  margin-inline: var(--space-xxxl-mw5hbl, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-top-xxxl_18wu0_1av9t_903:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xxxl_18wu0_1av9t_904:not(#\9) {
  margin-block-start: var(--space-scaled-xxxl-fzl3le, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-right-xxxl_18wu0_1av9t_908:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xxxl_18wu0_1av9t_909:not(#\9) {
  margin-inline-end: var(--space-xxxl-mw5hbl, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-bottom-xxxl_18wu0_1av9t_913:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-vertical-xxxl_18wu0_1av9t_904:not(#\9) {
  margin-block-end: var(--space-scaled-xxxl-fzl3le, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_m-left-xxxl_18wu0_1av9t_918:not(#\9),
.awsui_box_18wu0_1av9t_172.awsui_m-horizontal-xxxl_18wu0_1av9t_909:not(#\9) {
  margin-inline-start: var(--space-xxxl-mw5hbl, 40px);
}

.awsui_box_18wu0_1av9t_172.awsui_d-block_18wu0_1av9t_923:not(#\9) {
  display: block;
}
.awsui_box_18wu0_1av9t_172.awsui_d-inline_18wu0_1av9t_926:not(#\9) {
  display: inline;
}
.awsui_box_18wu0_1av9t_172.awsui_d-inline-block_18wu0_1av9t_929:not(#\9) {
  display: inline-block;
}
.awsui_box_18wu0_1av9t_172.awsui_d-none_18wu0_1av9t_932:not(#\9) {
  display: none;
}

.awsui_f-left_18wu0_1av9t_936:not(#\9) {
  float: inline-start;
}

.awsui_f-right_18wu0_1av9t_940:not(#\9) {
  float: inline-end;
}

/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_visual-accent_18wu0_1av9t_948:not(#\9) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: var(--space-xxs-0gmk42, 4px);
  padding-inline: var(--space-xs-j1ch97, 8px);
  box-sizing: border-box;
}

.awsui_visual-accent-radius-xxxs_18wu0_1av9t_957:not(#\9) {
  border-start-start-radius: var(--space-xxxs-zelp5l, 2px);
  border-start-end-radius: var(--space-xxxs-zelp5l, 2px);
  border-end-start-radius: var(--space-xxxs-zelp5l, 2px);
  border-end-end-radius: var(--space-xxxs-zelp5l, 2px);
}

.awsui_visual-accent-radius-xxs_18wu0_1av9t_964:not(#\9) {
  border-start-start-radius: var(--space-xxs-0gmk42, 4px);
  border-start-end-radius: var(--space-xxs-0gmk42, 4px);
  border-end-start-radius: var(--space-xxs-0gmk42, 4px);
  border-end-end-radius: var(--space-xxs-0gmk42, 4px);
}

.awsui_visual-accent-radius-xs_18wu0_1av9t_971:not(#\9) {
  border-start-start-radius: var(--space-xs-j1ch97, 8px);
  border-start-end-radius: var(--space-xs-j1ch97, 8px);
  border-end-start-radius: var(--space-xs-j1ch97, 8px);
  border-end-end-radius: var(--space-xs-j1ch97, 8px);
}

.awsui_visual-accent-radius-s_18wu0_1av9t_978:not(#\9) {
  border-start-start-radius: var(--space-s-kbzdb8, 12px);
  border-start-end-radius: var(--space-s-kbzdb8, 12px);
  border-end-start-radius: var(--space-s-kbzdb8, 12px);
  border-end-end-radius: var(--space-s-kbzdb8, 12px);
}

.awsui_visual-accent-radius-m_18wu0_1av9t_985:not(#\9) {
  border-start-start-radius: var(--space-m-utxyzm, 16px);
  border-start-end-radius: var(--space-m-utxyzm, 16px);
  border-end-start-radius: var(--space-m-utxyzm, 16px);
  border-end-end-radius: var(--space-m-utxyzm, 16px);
}

.awsui_visual-accent-radius-l_18wu0_1av9t_992:not(#\9) {
  border-start-start-radius: var(--space-l-0ykpb1, 20px);
  border-start-end-radius: var(--space-l-0ykpb1, 20px);
  border-end-start-radius: var(--space-l-0ykpb1, 20px);
  border-end-end-radius: var(--space-l-0ykpb1, 20px);
}

.awsui_visual-accent-radius-xl_18wu0_1av9t_999:not(#\9) {
  border-start-start-radius: var(--space-xl-d84eey, 24px);
  border-start-end-radius: var(--space-xl-d84eey, 24px);
  border-end-start-radius: var(--space-xl-d84eey, 24px);
  border-end-end-radius: var(--space-xl-d84eey, 24px);
}

.awsui_visual-accent-radius-xxl_18wu0_1av9t_1006:not(#\9) {
  border-start-start-radius: var(--space-xxl-exi600, 32px);
  border-start-end-radius: var(--space-xxl-exi600, 32px);
  border-end-start-radius: var(--space-xxl-exi600, 32px);
  border-end-end-radius: var(--space-xxl-exi600, 32px);
}

.awsui_visual-accent-radius-xxxl_18wu0_1av9t_1013:not(#\9) {
  border-start-start-radius: var(--space-xxxl-mw5hbl, 40px);
  border-start-end-radius: var(--space-xxxl-mw5hbl, 40px);
  border-end-start-radius: var(--space-xxxl-mw5hbl, 40px);
  border-end-end-radius: var(--space-xxxl-mw5hbl, 40px);
}

.awsui_visual-accent-radius-full_18wu0_1av9t_1020:not(#\9) {
  border-start-start-radius: 50%;
  border-start-end-radius: 50%;
  border-end-start-radius: 50%;
  border-end-end-radius: 50%;
}

.awsui_visual-accent-aspect-auto_18wu0_1av9t_1027:not(#\9) {
  aspect-ratio: auto;
  inline-size: auto;
}

.awsui_visual-accent-aspect-equal_18wu0_1av9t_1032:not(#\9) {
  padding-block: var(--space-xs-j1ch97, 8px);
  padding-inline: var(--space-xs-j1ch97, 8px);
  aspect-ratio: 1/1;
  overflow: hidden;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-red_18wu0_1av9t_1040:not(#\9) {
  background-color: var(--color-background-accent-red-khzncg, #ffe0e0);
  color: var(--color-text-accent-red-var8di, #990000);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-yellow_18wu0_1av9t_1045:not(#\9) {
  background-color: var(--color-background-accent-yellow-99vxvn, #fffbbd);
  color: var(--color-text-accent-yellow-fzo0n3, #855900);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-indigo_18wu0_1av9t_1050:not(#\9) {
  background-color: var(--color-background-accent-indigo-faof0g, #d1f1ff);
  color: var(--color-text-accent-indigo-eail42, #003b8f);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-green_18wu0_1av9t_1055:not(#\9) {
  background-color: var(--color-background-accent-green-8wsdl9, #d9ffd6);
  color: var(--color-text-accent-green-yt0n6o, #005c26);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-orange_18wu0_1av9t_1060:not(#\9) {
  background-color: var(--color-background-accent-orange-dvobw8, #ffe0d6);
  color: var(--color-text-accent-orange-ve51ii, #8a2000);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-purple_18wu0_1av9t_1065:not(#\9) {
  background-color: var(--color-background-accent-purple-4wegtv, #f2e5ff);
  color: var(--color-text-accent-purple-en52jh, #5900b2);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-mint_18wu0_1av9t_1070:not(#\9) {
  background-color: var(--color-background-accent-mint-6d8btk, #ccffe9);
  color: var(--color-text-accent-mint-o0q20l, #005237);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-lime_18wu0_1av9t_1075:not(#\9) {
  background-color: var(--color-background-accent-lime-p00bw3, #ebffcc);
  color: var(--color-text-accent-lime-exqt37, #005700);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-grey_18wu0_1av9t_1080:not(#\9) {
  background-color: var(--color-background-accent-grey-sdhhim, #ebebf0);
  color: var(--color-text-accent-grey-z7bgrr, #1b232d);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-teal_18wu0_1av9t_1085:not(#\9) {
  background-color: var(--color-background-accent-teal-rhfyos, #ccfffc);
  color: var(--color-text-accent-teal-n8ykj0, #00524c);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-cyan_18wu0_1av9t_1090:not(#\9) {
  background-color: var(--color-background-accent-cyan-scrwt5, #d1fbff);
  color: var(--color-text-accent-cyan-90sgce, #004761);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-blue_18wu0_1av9t_1095:not(#\9) {
  background-color: var(--color-background-accent-blue-ozeylb, #d1f1ff);
  color: var(--color-text-accent-blue-kwhqc4, #003b8f);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-violet_18wu0_1av9t_1100:not(#\9) {
  background-color: var(--color-background-accent-violet-kb8fvz, #e8e5ff);
  color: var(--color-text-accent-violet-cqpwrx, #4200db);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-fuchsia_18wu0_1av9t_1105:not(#\9) {
  background-color: var(--color-background-accent-fuchsia-ypqhyw, #fce5ff);
  color: var(--color-text-accent-fuchsia-c2wss3, #78008a);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-magenta_18wu0_1av9t_1110:not(#\9) {
  background-color: var(--color-background-accent-magenta-pt3le4, #ffe0fb);
  color: var(--color-text-accent-magenta-364bda, #8f0072);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-pink_18wu0_1av9t_1115:not(#\9) {
  background-color: var(--color-background-accent-pink-4u23hf, #ffe0f0);
  color: var(--color-text-accent-pink-u8hxw0, #8f0047);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-rose_18wu0_1av9t_1120:not(#\9) {
  background-color: var(--color-background-accent-rose-26faf2, #ffe0e8);
  color: var(--color-text-accent-rose-kyet08, #940025);
}

.awsui_box_18wu0_1av9t_172.awsui_visual-accent_18wu0_1av9t_948.awsui_visual-accent-amber_18wu0_1av9t_1125:not(#\9) {
  background-color: var(--color-background-accent-amber-1f7l0y, #ffe8bd);
  color: var(--color-text-accent-amber-r5hy49, #7a2b00);
}

.awsui_root_18wu0_1av9t_1130:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
dl.awsui_css-grid_zqq3x_15abl_181:not(#\9) {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.awsui_css-grid_zqq3x_15abl_181:not(#\9) {
  display: grid;
  gap: var(--space-grid-gutter-bfkz2w, 20px);
}
.awsui_css-grid_zqq3x_15abl_181.awsui_grid-no-gutters_zqq3x_15abl_192:not(#\9) {
  gap: 0;
}
.awsui_css-grid_zqq3x_15abl_181.awsui_grid-variant-text-grid_zqq3x_15abl_195 > .awsui_item_zqq3x_15abl_195:not(#\9) {
  padding-inline: var(--space-grid-gutter-bfkz2w, 20px);
  position: relative;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_css-grid_zqq3x_15abl_181.awsui_grid-variant-text-grid_zqq3x_15abl_195 > .awsui_item_zqq3x_15abl_195:not(#\9)::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  border-inline-start: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
  transform: translateX(calc(-0.5 * var(--space-grid-gutter-bfkz2w, 20px)));
}
.awsui_css-grid_zqq3x_15abl_181.awsui_grid-variant-text-grid_zqq3x_15abl_195 > .awsui_item_zqq3x_15abl_195:not(#\9):dir(rtl)::before {
  transform: translateX(calc(0.5 * var(--space-grid-gutter-bfkz2w, 20px)));
}
.awsui_css-grid_zqq3x_15abl_181.awsui_grid-variant-text-grid_zqq3x_15abl_195 > .awsui_item_zqq3x_15abl_195.awsui_first-column_zqq3x_15abl_212:not(#\9) {
  padding-inline-start: 0;
}
.awsui_css-grid_zqq3x_15abl_181.awsui_grid-variant-text-grid_zqq3x_15abl_195 > .awsui_item_zqq3x_15abl_195.awsui_first-column_zqq3x_15abl_212:not(#\9)::before {
  display: none;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
div.awsui_column-layout_vvxn7_ln08g_181:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  word-wrap: break-word;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213:not(#\9) {
  margin-block: calc(var(--space-grid-gutter-bfkz2w, 20px) / -2);
  margin-inline: calc(var(--space-grid-gutter-bfkz2w, 20px) / -2);
  /* stylelint-disable-next-line selector-max-universal */
  /* stylelint-disable-next-line selector-max-universal */
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-no-gutters_vvxn7_ln08g_219:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223:not(#\9) {
  margin-block: calc(-1 * var(--space-grid-gutter-bfkz2w, 20px) / 2);
  margin-inline: calc(-1 * var(--space-grid-gutter-bfkz2w, 20px));
  /* stylelint-disable-next-line selector-max-universal */
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223 > *:not(#\9) {
  border-inline-start: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223.awsui_grid-breakpoint-default_vvxn7_ln08g_231 > *:not(#\9):nth-child(1n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223.awsui_grid-columns-1_vvxn7_ln08g_234.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-child(1n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223.awsui_grid-columns-1_vvxn7_ln08g_234.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-child(1n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223.awsui_grid-columns-2_vvxn7_ln08g_240.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-child(2n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223.awsui_grid-columns-2_vvxn7_ln08g_240.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-child(2n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223.awsui_grid-columns-3_vvxn7_ln08g_246.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-child(2n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223.awsui_grid-columns-3_vvxn7_ln08g_246.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-child(3n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-child(2n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-variant-text-grid_vvxn7_ln08g_223.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-child(4n+1) {
  border-inline-start-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213:not(#\9):not(.awsui_grid-no-gutters_vvxn7_ln08g_219) > * {
  padding-block: calc(var(--space-grid-gutter-bfkz2w, 20px) / 2);
  padding-inline: calc(var(--space-grid-gutter-bfkz2w, 20px) / 2);
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213:not(#\9):not(.awsui_grid-no-gutters_vvxn7_ln08g_219).awsui_grid-variant-text-grid_vvxn7_ln08g_223 > * {
  padding-block: 0;
  padding-inline: var(--space-grid-gutter-bfkz2w, 20px);
  margin-block: calc(var(--space-grid-gutter-bfkz2w, 20px) / 2);
  margin-inline: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268:not(#\9) {
  /* stylelint-disable-next-line selector-max-universal */
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268 > *:not(#\9) {
  border-inline-end: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268.awsui_grid-breakpoint-default_vvxn7_ln08g_231 > *:not(#\9):nth-child(1n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268.awsui_grid-columns-1_vvxn7_ln08g_234.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-child(1n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268.awsui_grid-columns-1_vvxn7_ln08g_234.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-child(1n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268.awsui_grid-columns-2_vvxn7_ln08g_240.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-child(2n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268.awsui_grid-columns-2_vvxn7_ln08g_240.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-child(2n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268.awsui_grid-columns-3_vvxn7_ln08g_246.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-child(2n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268.awsui_grid-columns-3_vvxn7_ln08g_246.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-child(3n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-child(2n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-vertical-borders_vvxn7_ln08g_268.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-child(4n) {
  border-inline-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301:not(#\9) {
  /* stylelint-disable selector-max-universal */
  /* stylelint-enable selector-max-universal */
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301 > *:not(#\9) {
  border-block-end: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301 > *:not(#\9):last-child {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-2_vvxn7_ln08g_240.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-last-child(2):nth-child(2n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-2_vvxn7_ln08g_240.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(2):nth-child(2n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-3_vvxn7_ln08g_246.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-last-child(2):nth-child(2n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-3_vvxn7_ln08g_246.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(2):nth-child(3n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-3_vvxn7_ln08g_246.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(2):nth-child(3n+2) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-3_vvxn7_ln08g_246.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(3):nth-child(3n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xxs_vvxn7_ln08g_234 > *:not(#\9):nth-last-child(2):nth-child(2n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(2):nth-child(4n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(2):nth-child(4n+2) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(2):nth-child(4n+3) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(3):nth-child(4n+1) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(3):nth-child(4n+2) {
  border-block-end-width: 0;
}
div.awsui_column-layout_vvxn7_ln08g_181 > .awsui_grid_vvxn7_ln08g_213.awsui_grid-horizontal-borders_vvxn7_ln08g_301.awsui_grid-columns-4_vvxn7_ln08g_252.awsui_grid-breakpoint-xs_vvxn7_ln08g_237 > *:not(#\9):nth-last-child(4):nth-child(4n+1) {
  border-block-end-width: 0;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_key-value-pairs_1y9fy_svif3_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.awsui_group-title_1y9fy_svif3_177:not(#\9) {
  padding-block-end: var(--space-scaled-m-z0ah6c, 16px);
}

.awsui_group-list_1y9fy_svif3_181:not(#\9) {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  display: flex;
  flex-direction: column;
  row-gap: var(--space-scaled-m-z0ah6c, 16px);
}

.awsui_group-list-item_1y9fy_svif3_191:not(#\9) {
  /* used in test-utils */
}

.awsui_term_1y9fy_svif3_195:not(#\9) {
  font-size: var(--font-size-key-value-pairs-label-uimgv7, 14px);
  line-height: var(--line-height-key-value-pairs-label-hmp8oj, 20px);
  font-weight: var(--font-weight-key-value-pairs-label-ukainw, 700);
  color: var(--color-text-label-xm8nks, #0f141a);
  margin-block-end: var(--space-key-value-gap-icky05, 0px);
}

.awsui_key-label_1y9fy_svif3_203:not(#\9) {
  display: inline-flex;
  margin-inline-end: var(--space-xs-j1ch97, 8px);
}
.awsui_key-label_1y9fy_svif3_203:not(#\9):only-child {
  margin-block: 0;
  margin-inline: 0;
}

.awsui_detail_1y9fy_svif3_212:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  color: var(--color-text-key-value-pairs-value-wej1z9, #0f141a);
}

.awsui_info_1y9fy_svif3_248:not(#\9) {
  display: inline-flex;
  padding-inline-start: var(--space-xs-j1ch97, 8px);
  border-inline-start: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_18582_1g6fc_145:not(#\9) {
  display: flex;
}

.awsui_child_18582_1g6fc_149:not(#\9) {
  /* used in test-utils */
}

.awsui_child_18582_1g6fc_149:not(#\9):empty {
  display: none;
}

/*
 * Horizontal variant
 */
.awsui_horizontal_18582_1g6fc_160:not(#\9) {
  flex-direction: row;
  flex-wrap: wrap;
}
.awsui_horizontal-xxxs_18582_1g6fc_164:not(#\9) {
  gap: var(--space-xxxs-zelp5l, 2px);
}
.awsui_horizontal-xxs_18582_1g6fc_167:not(#\9) {
  gap: var(--space-xxs-0gmk42, 4px);
}
.awsui_horizontal-xs_18582_1g6fc_170:not(#\9) {
  gap: var(--space-xs-j1ch97, 8px);
}
.awsui_horizontal-s_18582_1g6fc_173:not(#\9) {
  gap: var(--space-s-kbzdb8, 12px);
}
.awsui_horizontal-m_18582_1g6fc_176:not(#\9) {
  gap: var(--space-m-utxyzm, 16px);
}
.awsui_horizontal-l_18582_1g6fc_179:not(#\9) {
  gap: var(--space-l-0ykpb1, 20px);
}
.awsui_horizontal-xl_18582_1g6fc_182:not(#\9) {
  gap: var(--space-xl-d84eey, 24px);
}
.awsui_horizontal-xxl_18582_1g6fc_185:not(#\9) {
  gap: var(--space-xxl-exi600, 32px);
}

/*
 * Vertical variant
 */
.awsui_vertical_18582_1g6fc_192:not(#\9) {
  flex-direction: column;
}
.awsui_vertical-xxxs_18582_1g6fc_195:not(#\9) {
  row-gap: var(--space-xxxs-zelp5l, 2px);
}
.awsui_vertical-xxs_18582_1g6fc_198:not(#\9) {
  row-gap: var(--space-xxs-0gmk42, 4px);
}
.awsui_vertical-xs_18582_1g6fc_201:not(#\9) {
  row-gap: var(--space-xs-j1ch97, 8px);
}
.awsui_vertical-s_18582_1g6fc_204:not(#\9) {
  row-gap: var(--space-scaled-s-yqvmoz, 12px);
}
.awsui_vertical-m_18582_1g6fc_207:not(#\9) {
  row-gap: var(--space-scaled-m-z0ah6c, 16px);
}
.awsui_vertical-l_18582_1g6fc_210:not(#\9) {
  row-gap: var(--space-scaled-l-gr6kh1, 20px);
}
.awsui_vertical-xl_18582_1g6fc_213:not(#\9) {
  row-gap: var(--space-scaled-xl-xls2ln, 24px);
}
.awsui_vertical-xxl_18582_1g6fc_216:not(#\9) {
  row-gap: var(--space-scaled-xxl-fs6lrd, 32px);
}

.awsui_align-center_18582_1g6fc_220:not(#\9) {
  align-items: center;
}

.awsui_align-start_18582_1g6fc_224:not(#\9) {
  align-items: start;
}

.awsui_align-end_18582_1g6fc_228:not(#\9) {
  align-items: end;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_heading-text_105ke_268sp_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_2qdw9_13tsy_189:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  cursor: inherit;
  display: flex;
  inline-size: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.awsui_root_2qdw9_13tsy_189.awsui_refresh_2qdw9_13tsy_225:not(#\9), .awsui_root_2qdw9_13tsy_189:not(#\9):not(.awsui_root-no-actions_2qdw9_13tsy_225) {
  row-gap: var(--space-scaled-xxs-vdp1uk, 4px);
}
.awsui_root-no-actions_2qdw9_13tsy_225.awsui_root-variant-h2_2qdw9_13tsy_228:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225), .awsui_root-no-actions_2qdw9_13tsy_225.awsui_root-variant-h3_2qdw9_13tsy_228:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225), .awsui_root-has-description_2qdw9_13tsy_228.awsui_root-variant-h2_2qdw9_13tsy_228:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225), .awsui_root-has-description_2qdw9_13tsy_228.awsui_root-variant-h3_2qdw9_13tsy_228:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225) {
  padding-block-end: var(--space-scaled-xxs-vdp1uk, 4px);
}
.awsui_root-no-actions_2qdw9_13tsy_225:not(#\9):not(.awsui_root-has-description_2qdw9_13tsy_228):not(.awsui_refresh_2qdw9_13tsy_225) {
  padding-block-end: calc(var(--space-scaled-xs-rt720d, 8px) + var(--space-xxxs-zelp5l, 2px));
}
.awsui_root-no-actions_2qdw9_13tsy_225.awsui_refresh_2qdw9_13tsy_225.awsui_root-variant-h2_2qdw9_13tsy_228:not(#\9), .awsui_root-no-actions_2qdw9_13tsy_225.awsui_refresh_2qdw9_13tsy_225.awsui_root-variant-h3_2qdw9_13tsy_228:not(#\9) {
  row-gap: var(--space-scaled-xxxs-7blpsd, 2px);
}
.awsui_root_2qdw9_13tsy_189.awsui_root-variant-h1_2qdw9_13tsy_237:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225) {
  row-gap: var(--space-scaled-xxs-vdp1uk, 4px);
}
.awsui_root-no-actions_2qdw9_13tsy_225:not(#\9):not(.awsui_root-has-description_2qdw9_13tsy_228).awsui_refresh_2qdw9_13tsy_225.awsui_root-variant-h3_2qdw9_13tsy_228 {
  padding-block-end: var(--space-scaled-xs-rt720d, 8px);
}
.awsui_root_2qdw9_13tsy_189.awsui_root-variant-h1_2qdw9_13tsy_237.awsui_root-has-description_2qdw9_13tsy_228:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225) {
  padding-block-end: var(--space-scaled-2x-xxs-aiwti5, 4px);
}

.awsui_main_2qdw9_13tsy_247:not(#\9) {
  word-wrap: break-word;
  max-inline-size: 100%;
  display: flex;
  justify-content: space-between;
  inline-size: 100%;
  flex-wrap: wrap;
  column-gap: var(--space-xs-j1ch97, 8px);
  row-gap: calc(var(--space-scaled-xxs-vdp1uk, 4px) + var(--space-scaled-xxxs-7blpsd, 2px));
}
.awsui_main_2qdw9_13tsy_247.awsui_no-wrap_2qdw9_13tsy_257:not(#\9) {
  flex-wrap: nowrap;
}
.awsui_main_2qdw9_13tsy_247.awsui_refresh_2qdw9_13tsy_225:not(#\9) {
  row-gap: var(--space-xxs-0gmk42, 4px);
}
.awsui_main-variant-h1_2qdw9_13tsy_263:not(#\9) {
  row-gap: var(--space-scaled-2x-xxs-aiwti5, 4px);
}

.awsui_root-has-description_2qdw9_13tsy_228 > .awsui_main_2qdw9_13tsy_247:not(#\9) {
  row-gap: var(--space-scaled-2x-xxs-aiwti5, 4px);
}

.awsui_actions_2qdw9_13tsy_271:not(#\9) {
  display: flex;
  align-items: flex-start;
  min-block-size: var(--size-vertical-input-tza5ti, 32px);
}
.awsui_actions-centered_2qdw9_13tsy_276:not(#\9) {
  align-items: center;
}
.awsui_actions-variant-h1_2qdw9_13tsy_279.awsui_refresh_2qdw9_13tsy_225:not(#\9) {
  padding-block: calc((var(--line-height-heading-xl-z5dth5, 30px) - var(--size-vertical-input-tza5ti, 32px)) / 2);
  padding-inline: 0;
}
.awsui_actions-variant-h2_2qdw9_13tsy_283.awsui_refresh_2qdw9_13tsy_225:not(#\9) {
  padding-block: calc((var(--line-height-heading-l-4ovksh, 24px) - var(--size-vertical-input-tza5ti, 32px)) / 2);
  padding-inline: 0;
}
.awsui_actions-variant-h3_2qdw9_13tsy_287.awsui_refresh_2qdw9_13tsy_225:not(#\9) {
  padding-block: calc((var(--line-height-heading-m-qyxryn, 22px) - var(--size-vertical-input-tza5ti, 32px)) / 2);
  padding-inline: 0;
}
.awsui_actions-variant-h1_2qdw9_13tsy_279:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225) {
  padding-block: var(--space-scaled-xs-rt720d, 8px);
  padding-inline: 0;
}
.awsui_actions-variant-h2_2qdw9_13tsy_283:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225), .awsui_actions-variant-h3_2qdw9_13tsy_287:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225) {
  padding-block: var(--space-scaled-xxs-vdp1uk, 4px);
  padding-inline: 0;
}
.awsui_root-has-description_2qdw9_13tsy_228 > .awsui_main_2qdw9_13tsy_247 > .awsui_actions_2qdw9_13tsy_271:not(#\9) {
  padding-block-end: 0;
}

.awsui_title_2qdw9_13tsy_303:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  color: var(--color-text-heading-default-9iv5lb, #0f141a);
}
.awsui_title-variant-h1_2qdw9_13tsy_308:not(#\9) {
  font-size: var(--font-size-heading-xl-ivlyjw, 24px);
  padding-block-start: var(--space-scaled-2x-xxs-aiwti5, 4px);
}
.awsui_title-variant-h1_2qdw9_13tsy_308.awsui_refresh_2qdw9_13tsy_225:not(#\9) {
  padding-block-start: calc((var(--size-vertical-input-tza5ti, 32px) - var(--line-height-heading-xl-z5dth5, 30px)) / 2);
}
.awsui_title-variant-h2_2qdw9_13tsy_315:not(#\9) {
  font-size: var(--font-size-heading-l-busq1x, 20px);
}
.awsui_title-variant-h2_2qdw9_13tsy_315.awsui_refresh_2qdw9_13tsy_225:not(#\9) {
  padding-block-start: calc((var(--size-vertical-input-tza5ti, 32px) - var(--line-height-heading-l-4ovksh, 24px)) / 2);
}
.awsui_title-variant-h3_2qdw9_13tsy_321:not(#\9) {
  font-size: var(--font-size-heading-m-mz0atu, 18px);
}
.awsui_title-variant-h3_2qdw9_13tsy_321.awsui_refresh_2qdw9_13tsy_225:not(#\9) {
  padding-block-start: calc((var(--size-vertical-input-tza5ti, 32px) - var(--line-height-heading-m-qyxryn, 22px)) / 2);
}
.awsui_title-variant-h2_2qdw9_13tsy_315:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225), .awsui_title-variant-h3_2qdw9_13tsy_321:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225) {
  padding-block-start: var(--space-scaled-xs-rt720d, 8px);
}
.awsui_no-wrap_2qdw9_13tsy_257 > .awsui_title_2qdw9_13tsy_303:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225) {
  padding-block-end: calc(var(--space-scaled-xxs-vdp1uk, 4px) + var(--space-scaled-xxxs-7blpsd, 2px));
}

.awsui-one-theme .awsui_title-variant-h2_2qdw9_13tsy_315.awsui_title-in-expandable-section_2qdw9_13tsy_334:not(#\9) {
  padding-block-start: calc(calc((var(--size-vertical-input-tza5ti, 32px) - var(--line-height-heading-l-4ovksh, 24px)) / 2) - 2 * var(--border-width-button-cefyym, 2px));
}

.awsui_root-no-actions_2qdw9_13tsy_225.awsui_root-has-description_2qdw9_13tsy_228 > .awsui_main_2qdw9_13tsy_247 > :not(#\9):not(.awsui_refresh_2qdw9_13tsy_225).awsui_title-variant-h2_2qdw9_13tsy_315, .awsui_root-no-actions_2qdw9_13tsy_225.awsui_root-has-description_2qdw9_13tsy_228 > .awsui_main_2qdw9_13tsy_247 > :not(#\9):not(.awsui_refresh_2qdw9_13tsy_225).awsui_title-variant-h3_2qdw9_13tsy_321 {
  padding-block-end: var(--space-scaled-xxs-vdp1uk, 4px);
}

.awsui_root-variant-h1_2qdw9_13tsy_237.awsui_root-no-actions_2qdw9_13tsy_225:not(#\9):not(.awsui_root-has-description_2qdw9_13tsy_228):not(.awsui_refresh_2qdw9_13tsy_225) {
  padding-block-end: var(--space-scaled-2x-xxs-aiwti5, 4px);
}

.awsui_virtual-space_2qdw9_13tsy_346:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}

.awsui_info_2qdw9_13tsy_352:not(#\9) {
  padding-inline-end: var(--space-s-kbzdb8, 12px);
}

.awsui_description_2qdw9_13tsy_356:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  color: var(--color-text-heading-secondary-ecsq93, #424650);
}
.awsui_description-variant-h1_2qdw9_13tsy_363:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
}
.awsui_description-variant-h2_2qdw9_13tsy_367:not(#\9) {
  font-size: var(--font-header-h2-description-size-uogtux, 14px);
  line-height: var(--font-header-h2-description-line-height-n7numd, 20px);
}
.awsui_description-variant-h2_2qdw9_13tsy_367:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225) {
  padding-block-end: var(--space-scaled-xxs-vdp1uk, 4px);
}
.awsui_description-variant-h3_2qdw9_13tsy_374:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
}
.awsui_description-variant-h3_2qdw9_13tsy_374:not(#\9):not(.awsui_refresh_2qdw9_13tsy_225) {
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  padding-block-end: var(--space-scaled-xxs-vdp1uk, 4px);
}

.awsui_heading_2qdw9_13tsy_385:not(#\9) {
  margin-block: 0;
  margin-inline: 0;
  display: inline;
  font-size: inherit;
  margin-inline-end: var(--space-xs-j1ch97, 8px);
}
.awsui_heading_2qdw9_13tsy_385:not(#\9):only-child {
  margin-block: 0;
  margin-inline: 0;
}
.awsui_heading_2qdw9_13tsy_385:not(#\9):focus {
  outline: none;
}
body[data-awsui-focus-visible=true] .awsui_heading_2qdw9_13tsy_385:not(#\9):focus {
  outline: thin dotted;
  outline: var(--border-link-focus-ring-outline-h8l4gm, 0);
  outline-offset: 2px;
  outline-color: var(--color-border-item-focused-kb13a4, #006ce0);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-brjxth, 2px) var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_heading-variant-h1_2qdw9_13tsy_410:not(#\9) {
  font-size: var(--font-size-heading-xl-ivlyjw, 24px);
  line-height: var(--line-height-heading-xl-z5dth5, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-0c6joz, -0.02em);
}
.awsui_heading-variant-h2_2qdw9_13tsy_415:not(#\9) {
  font-size: var(--font-size-heading-l-busq1x, 20px);
  line-height: var(--line-height-heading-l-4ovksh, 24px);
  letter-spacing: var(--letter-spacing-heading-l-8ia5so, -0.015em);
}
.awsui_heading-variant-h3_2qdw9_13tsy_420:not(#\9) {
  font-size: var(--font-size-heading-m-mz0atu, 18px);
  line-height: var(--line-height-heading-m-qyxryn, 22px);
  letter-spacing: var(--letter-spacing-heading-m-rnxsg2, -0.01em);
}

.awsui_heading-text_2qdw9_13tsy_426:not(#\9) {
  /* used in test-utils */
}
.awsui_heading-text-variant-h1_2qdw9_13tsy_429:not(#\9) {
  font-family: var(--font-family-heading-5nvlvd, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-xl-ivlyjw, 24px);
  line-height: var(--line-height-heading-xl-z5dth5, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-0c6joz, -0.02em);
  font-weight: var(--font-weight-heading-xl-fk9ofj, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
}
.awsui_heading-text-variant-h2_2qdw9_13tsy_438:not(#\9) {
  font-family: var(--font-family-heading-5nvlvd, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-l-busq1x, 20px);
  line-height: var(--line-height-heading-l-4ovksh, 24px);
  letter-spacing: var(--letter-spacing-heading-l-8ia5so, -0.015em);
  font-weight: var(--font-weight-heading-l-jmylot, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
}
.awsui_heading-text-variant-h3_2qdw9_13tsy_447:not(#\9) {
  font-family: var(--font-family-heading-5nvlvd, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-m-mz0atu, 18px);
  line-height: var(--line-height-heading-m-qyxryn, 22px);
  letter-spacing: var(--letter-spacing-heading-m-rnxsg2, -0.01em);
  font-weight: var(--font-weight-heading-m-gxmuqs, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
}

.awsui_counter_2qdw9_13tsy_457:not(#\9) {
  color: var(--color-text-counter-o7pka1, #656871);
  font-weight: var(--font-weight-normal-aq67c4, 400);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_header_164jl_1ns0c_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_14iqq_1odqt_189:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  word-wrap: break-word;
  position: relative;
}
.awsui_root_14iqq_1odqt_189.awsui_fit-height_14iqq_1odqt_222:not(#\9) {
  display: flex;
  flex-direction: column;
  block-size: 100%;
}
.awsui_root_14iqq_1odqt_189.awsui_fit-height_14iqq_1odqt_222.awsui_with-side-media_14iqq_1odqt_227:not(#\9) {
  flex-direction: row;
}
.awsui_root_14iqq_1odqt_189.awsui_variant-default_14iqq_1odqt_230:not(#\9), .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9) {
  background-color: var(--color-background-container-content-ypckbh, #ffffff);
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-end-radius: var(--border-radius-container-r1vefe, 16px);
  box-sizing: border-box;
}
.awsui_root_14iqq_1odqt_189.awsui_variant-default_14iqq_1odqt_230.awsui_refresh_14iqq_1odqt_238:not(#\9), .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230.awsui_refresh_14iqq_1odqt_238:not(#\9) {
  border-block: solid var(--border-divider-section-width-n3ndoh, 1px) var(--color-border-divider-default-p3i4pf, #c6c6cd);
  border-inline: solid var(--border-divider-section-width-n3ndoh, 1px) var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
.awsui_root_14iqq_1odqt_189.awsui_variant-default_14iqq_1odqt_230:not(#\9):not(.awsui_refresh_14iqq_1odqt_238)::before, .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9):not(.awsui_refresh_14iqq_1odqt_238)::before {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  inline-size: 100%;
  block-size: 100%;
  pointer-events: none;
  background: transparent;
  box-sizing: border-box;
  border-color: transparent;
  border-block-start: var(--border-container-top-width-i72qgc, 0px) solid var(--color-border-container-top-2no83z, transparent);
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-end-radius: var(--border-radius-container-r1vefe, 16px);
  z-index: 1;
}
.awsui_root_14iqq_1odqt_189.awsui_variant-default_14iqq_1odqt_230:not(#\9):not(.awsui_refresh_14iqq_1odqt_238)::after, .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9):not(.awsui_refresh_14iqq_1odqt_238)::after {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  inline-size: 100%;
  block-size: 100%;
  pointer-events: none;
  background: transparent;
  box-sizing: border-box;
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-end-radius: var(--border-radius-container-r1vefe, 16px);
  box-shadow: var(--shadow-container-4vapbk, 0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12));
}
.awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9):not(:last-child), .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9):not(:last-child)::before, .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9):not(:last-child)::after {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-block-end-width: 0;
}
.awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230 + .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9), .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230 + .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9)::before, .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230 + .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9)::after {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230 + .awsui_root_14iqq_1odqt_189.awsui_variant-stacked_14iqq_1odqt_230:not(#\9):not(.awsui_refresh_14iqq_1odqt_238)::before {
  border-block-start: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
.awsui_root_14iqq_1odqt_189.awsui_sticky-enabled_14iqq_1odqt_288:not(#\9):not(.awsui_refresh_14iqq_1odqt_238)::before {
  inset-block-start: calc(-1 * var(--border-container-top-width-i72qgc, 0px));
}
.awsui_root_14iqq_1odqt_189.awsui_sticky-enabled_14iqq_1odqt_288:not(#\9):not(.awsui_refresh_14iqq_1odqt_238).awsui_variant-stacked_14iqq_1odqt_230::before {
  inset-block-start: calc(-1 * var(--border-divider-section-width-n3ndoh, 1px));
}
.awsui_root_14iqq_1odqt_189.awsui_with-stuck-sticky-header-at-bottom_14iqq_1odqt_294:not(#\9) {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.awsui_with-side-media_14iqq_1odqt_227:not(#\9) {
  display: flex;
  flex-direction: row;
}

.awsui_with-top-media_14iqq_1odqt_304:not(#\9) {
  display: flex;
  flex-direction: column;
}

.awsui_content-wrapper_14iqq_1odqt_309:not(#\9) {
  display: flex;
  flex-direction: column;
  inline-size: 100%;
}
.awsui_content-wrapper-fit-height_14iqq_1odqt_314:not(#\9) {
  block-size: 100%;
  overflow: hidden;
  border-end-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-end-radius: var(--border-radius-container-r1vefe, 16px);
}

.awsui_media_14iqq_1odqt_321:not(#\9) {
  overflow: hidden;
  flex-shrink: 0;
}
.awsui_media_14iqq_1odqt_321 img:not(#\9),
.awsui_media_14iqq_1odqt_321 video:not(#\9),
.awsui_media_14iqq_1odqt_321 picture:not(#\9) {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: center;
}
.awsui_media_14iqq_1odqt_321 iframe:not(#\9) {
  inline-size: 100%;
  block-size: 100%;
  border-block: 0;
  border-inline: 0;
}
.awsui_media-top_14iqq_1odqt_339:not(#\9) {
  max-block-size: 66%;
  border-start-start-radius: calc(var(--border-radius-container-r1vefe, 16px) - 1px);
  border-start-end-radius: calc(var(--border-radius-container-r1vefe, 16px) - 1px);
}
.awsui_media-side_14iqq_1odqt_344:not(#\9) {
  max-inline-size: 66%;
  border-start-start-radius: calc(var(--border-radius-container-r1vefe, 16px) - 1px);
  border-end-start-radius: calc(var(--border-radius-container-r1vefe, 16px) - 1px);
}

.awsui_header_14iqq_1odqt_350:not(#\9) {
  background-color: var(--color-background-container-header-knegap, #ffffff);
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
}
.awsui_header_14iqq_1odqt_350.awsui_header-full-page_14iqq_1odqt_355:not(#\9) {
  background-color: var(--color-background-layout-main-h1l2yn, #ffffff);
}
.awsui_header-variant-embedded_14iqq_1odqt_358.awsui_refresh_14iqq_1odqt_238:not(#\9):not(.awsui_header-sticky-enabled_14iqq_1odqt_358) {
  background-color: transparent;
}
.awsui_header_14iqq_1odqt_350.awsui_header-with-media_14iqq_1odqt_361:not(#\9) {
  background: none;
}
.awsui_header_14iqq_1odqt_350.awsui_header-with-media_14iqq_1odqt_361:not(#\9):not(:empty) {
  border-block-end: none;
}
.awsui_header-sticky-disabled_14iqq_1odqt_367:not(#\9) {
  position: relative;
  z-index: 1;
}
.awsui_header-sticky-enabled_14iqq_1odqt_358:not(#\9) {
  inset-block-start: 0;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  position: sticky;
  z-index: 800;
}
.awsui_header-stuck_14iqq_1odqt_377:not(#\9) {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.awsui_header-stuck_14iqq_1odqt_377:not(#\9)::before {
  border-block: 0;
  border-inline: 0;
}
.awsui_header-stuck_14iqq_1odqt_377:not(#\9):not(.awsui_header-variant-cards_14iqq_1odqt_387) {
  box-shadow: var(--shadow-sticky-embedded-xyz5bf, 0px 2px 0px 0px #e9ebed, 0px 16px 16px -12px rgba(0, 7, 22, 0.1));
}
.awsui_header-dynamic-height_14iqq_1odqt_390.awsui_header-stuck_14iqq_1odqt_377:not(#\9) {
  margin-block-end: calc(var(--line-height-heading-xl-z5dth5, 30px) - var(--line-height-heading-l-4ovksh, 24px));
}
.awsui_header_14iqq_1odqt_350:not(#\9):not(:empty) {
  border-block-end: var(--border-container-sticky-width-rxjwk0, 0px) solid var(--color-border-container-divider-25jui3, transparent);
}
.awsui_header_14iqq_1odqt_350.awsui_with-paddings_14iqq_1odqt_396:not(#\9) {
  padding-block-start: var(--space-container-header-top-hqypnm, 12px);
  padding-block-end: var(--space-container-header-bottom-rmst01, 8px);
  padding-inline: var(--space-container-horizontal-wy3ebq, 20px);
}
.awsui_header_14iqq_1odqt_350.awsui_with-paddings_14iqq_1odqt_396.awsui_header-variant-cards_14iqq_1odqt_387:not(#\9) {
  padding-block: var(--space-container-header-top-hqypnm, 12px);
  padding-inline: var(--space-container-horizontal-wy3ebq, 20px);
}
.awsui_header_14iqq_1odqt_350.awsui_with-hidden-content_14iqq_1odqt_405:not(#\9) {
  border-end-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-end-radius: var(--border-radius-container-r1vefe, 16px);
}
.awsui_header-variant-cards_14iqq_1odqt_387:not(#\9) {
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-end-radius: var(--border-radius-container-r1vefe, 16px);
  box-sizing: border-box;
}
.awsui_header-variant-cards_14iqq_1odqt_387.awsui_refresh_14iqq_1odqt_238:not(#\9) {
  border-block: solid var(--border-divider-section-width-n3ndoh, 1px) var(--color-border-divider-default-p3i4pf, #c6c6cd);
  border-inline: solid var(--border-divider-section-width-n3ndoh, 1px) var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
.awsui_header-variant-cards_14iqq_1odqt_387:not(#\9):not(.awsui_refresh_14iqq_1odqt_238)::before {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  inline-size: 100%;
  block-size: 100%;
  pointer-events: none;
  background: transparent;
  box-sizing: border-box;
  border-color: transparent;
  border-block-start: var(--border-container-top-width-i72qgc, 0px) solid var(--color-border-container-top-2no83z, transparent);
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-end-radius: var(--border-radius-container-r1vefe, 16px);
  z-index: 1;
}
.awsui_header-variant-cards_14iqq_1odqt_387:not(#\9):not(.awsui_refresh_14iqq_1odqt_238)::after {
  content: "";
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 0px;
  inline-size: 100%;
  block-size: 100%;
  pointer-events: none;
  background: transparent;
  box-sizing: border-box;
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-end-radius: var(--border-radius-container-r1vefe, 16px);
  box-shadow: var(--shadow-container-4vapbk, 0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12));
}
.awsui_header-variant-cards_14iqq_1odqt_387:not(#\9):not(.awsui_header-sticky-enabled_14iqq_1odqt_358) {
  position: relative;
}
.awsui_header-variant-cards_14iqq_1odqt_387.awsui_header-stuck_14iqq_1odqt_377:not(#\9)::after, .awsui_header-variant-cards_14iqq_1odqt_387.awsui_header-stuck_14iqq_1odqt_377:not(#\9)::before {
  border-block: 0;
  border-inline: 0;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.awsui_header-variant-full-page_14iqq_1odqt_463.awsui_header-stuck_14iqq_1odqt_377:not(#\9) {
  box-shadow: none;
}
.awsui_header-variant-full-page_14iqq_1odqt_463.awsui_header-stuck_14iqq_1odqt_377 > .awsui_header-cover_14iqq_1odqt_466:not(#\9) {
  background-color: var(--color-background-layout-main-h1l2yn, #ffffff);
  inline-size: 100%;
  position: absolute;
  block-size: var(--space-scaled-s-yqvmoz, 12px);
  inset-block-start: calc(-1 * var(--space-scaled-s-yqvmoz, 12px));
}
.awsui_header-variant-full-page_14iqq_1odqt_463.awsui_header-stuck_14iqq_1odqt_377:not(#\9)::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset-inline-end: 0;
  inset-inline-start: 0;
  inset-block-end: 0;
  inset-block-start: 0;
  border-block-end: solid var(--border-divider-section-width-n3ndoh, 1px) var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
.awsui_header-variant-full-page_14iqq_1odqt_463.awsui_header-stuck_14iqq_1odqt_377:not(#\9)::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: var(--shadow-sticky-h3413w, 0px 4px 8px 1px rgba(0, 7, 22, 0.1));
  clip-path: polygon(-999% 100%, 999% 100%, 999% 999%, -999% 999%);
}

.awsui_content_14iqq_1odqt_309:not(#\9) {
  flex: 1;
}
.awsui_content-fit-height_14iqq_1odqt_494:not(#\9) {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.awsui_content-inner_14iqq_1odqt_500:not(#\9) {
  flex: 1;
}
.awsui_content-inner_14iqq_1odqt_500.awsui_with-paddings_14iqq_1odqt_396:not(#\9) {
  padding-block: var(--space-scaled-l-gr6kh1, 20px);
  padding-inline: var(--space-container-horizontal-wy3ebq, 20px);
}
.awsui_content-inner_14iqq_1odqt_500.awsui_with-paddings_14iqq_1odqt_396.awsui_with-header_14iqq_1odqt_507:not(#\9) {
  padding-block-start: var(--space-container-content-top-13539v, 4px);
}

.awsui_footer_14iqq_1odqt_511.awsui_with-paddings_14iqq_1odqt_396:not(#\9) {
  padding-block: var(--space-scaled-s-yqvmoz, 12px);
  padding-inline: var(--space-container-horizontal-wy3ebq, 20px);
}
.awsui_footer_14iqq_1odqt_511.awsui_with-divider_14iqq_1odqt_515:not(#\9) {
  border-block-start: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_content-inner_1mwlm_oyjaq_5:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_expand-toggle-icon_1xe88_g2jam_153:not(#\9) {
  transition: transform var(--motion-duration-rotate-90-jz4oc1, 135ms) var(--motion-easing-rotate-90-heo9ya, cubic-bezier(0.165, 0.84, 0.44, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_expand-toggle-icon_1xe88_g2jam_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_expand-toggle-icon_1xe88_g2jam_153:not(#\9), .awsui-mode-entering .awsui_expand-toggle-icon_1xe88_g2jam_153:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_expand-toggle-icon_1xe88_g2jam_153:not(#\9) {
  transform: rotate(-90deg);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_expand-toggle-icon_1xe88_g2jam_153:not(#\9):dir(rtl) {
  transform: rotate(90deg);
}
.awsui_expand-toggle-icon-expanded_1xe88_g2jam_174:not(#\9) {
  transform: rotate(0deg);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_expand-toggle-icon-expanded_1xe88_g2jam_174:not(#\9):dir(rtl) {
  transform: rotate(0deg);
}

.awsui_expand-toggle_1xe88_g2jam_153:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  cursor: pointer;
  inline-size: var(--space-m-utxyzm, 16px);
  block-size: var(--space-m-utxyzm, 16px);
  border-block: 0;
  border-inline: 0;
  margin-block: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  background: none;
  outline: 0;
  color: var(--color-text-interactive-default-kkm8t6, #424650);
}
body[data-awsui-focus-visible=true] .awsui_expand-toggle_1xe88_g2jam_153:not(#\9):not(.awsui_disable-focus-highlight_1xe88_g2jam_225):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_expand-toggle_1xe88_g2jam_153:not(#\9):not(.awsui_disable-focus-highlight_1xe88_g2jam_225):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-focus-outline-gutter-38khik, 4px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_expand-toggle_1xe88_g2jam_153:not(#\9):not(.awsui_disable-focus-highlight_1xe88_g2jam_225):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-focus-outline-gutter-38khik, 4px));
  inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-38khik, 4px));
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-38khik, 4px) + var(--space-button-focus-outline-gutter-38khik, 4px));
  block-size: calc(100% + var(--space-button-focus-outline-gutter-38khik, 4px) + var(--space-button-focus-outline-gutter-38khik, 4px));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_expand-toggle_1xe88_g2jam_153:not(#\9):hover {
  color: var(--color-text-interactive-hover-pij1mj, #0f141a);
}
.awsui_expand-toggle_1xe88_g2jam_153:not(#\9):active {
  color: var(--color-text-interactive-active-mb8zit, #0f141a);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_wih1l_xyha3_153:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  inline-size: 100%;
}

.awsui_tools_wih1l_xyha3_164:not(#\9) {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: var(--space-scaled-xs-rt720d, 8px) var(--space-l-0ykpb1, 20px);
  padding-block-start: var(--space-scaled-xs-rt720d, 8px);
  padding-block-end: var(--space-table-header-tools-bottom-lzis5a, 0px);
  padding-inline: 0;
}
.awsui_tools-filtering_wih1l_xyha3_173:not(#\9) {
  max-inline-size: 100%;
}
@supports (flex-basis: fit-content) {
  .awsui_tools-filtering_wih1l_xyha3_173:not(#\9) {
    flex: 1 1 fit-content;
  }
}
@supports not (flex-basis: fit-content) {
  .awsui_tools-filtering_wih1l_xyha3_173:not(#\9) {
    flex: 1 1 auto;
  }
}
.awsui_tools-align-right_wih1l_xyha3_186:not(#\9) {
  display: flex;
  margin-inline-start: auto;
}
.awsui_tools-pagination_wih1l_xyha3_190 + .awsui_tools-preferences_wih1l_xyha3_190:not(#\9) {
  border-inline-start: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
  box-sizing: border-box;
  margin-inline-start: var(--space-xs-j1ch97, 8px);
  padding-inline-start: var(--space-xs-j1ch97, 8px);
}
.awsui_tools-small_wih1l_xyha3_196 > .awsui_tools-filtering_wih1l_xyha3_173:not(#\9) {
  flex-basis: 100%;
}

.awsui_table_wih1l_xyha3_200:not(#\9) {
  inline-size: 100%;
  border-spacing: 0;
  position: relative;
  box-sizing: border-box;
}
.awsui_table-layout-fixed_wih1l_xyha3_206:not(#\9) {
  table-layout: fixed;
}

.awsui_wrapper_wih1l_xyha3_210:not(#\9) {
  position: relative;
  box-sizing: border-box;
  inline-size: 100%;
  overflow-x: auto;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}
.awsui_wrapper_wih1l_xyha3_210.awsui_variant-stacked_wih1l_xyha3_217 > .awsui_table_wih1l_xyha3_200:not(#\9), .awsui_wrapper_wih1l_xyha3_210.awsui_variant-stacked_wih1l_xyha3_217 > .awsui_wrapper-content-measure_wih1l_xyha3_217:not(#\9), .awsui_wrapper_wih1l_xyha3_210.awsui_variant-container_wih1l_xyha3_217 > .awsui_table_wih1l_xyha3_200:not(#\9), .awsui_wrapper_wih1l_xyha3_210.awsui_variant-container_wih1l_xyha3_217 > .awsui_wrapper-content-measure_wih1l_xyha3_217:not(#\9) {
  padding-inline: var(--space-table-horizontal-jdu87e, 20px);
}
.awsui_wrapper_wih1l_xyha3_210.awsui_variant-stacked_wih1l_xyha3_217:not(#\9):not(.awsui_has-footer_wih1l_xyha3_220), .awsui_wrapper_wih1l_xyha3_210.awsui_variant-container_wih1l_xyha3_217:not(#\9):not(.awsui_has-footer_wih1l_xyha3_220) {
  padding-block-end: var(--space-table-content-bottom-59sg0v, 4px);
}
.awsui_wrapper_wih1l_xyha3_210:not(#\9):not(.awsui_has-header_wih1l_xyha3_223) {
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
}
.awsui_wrapper_wih1l_xyha3_210:not(#\9)::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Safari and Chrome */
}
body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_xyha3_210:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: 2px;
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-end-end-radius: var(--border-radius-container-r1vefe, 16px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}

.awsui_cell-merged_wih1l_xyha3_240:not(#\9) {
  text-align: center;
  padding-block: 0;
  padding-inline: 0;
}
.awsui_cell-merged_wih1l_xyha3_240.awsui_has-footer_wih1l_xyha3_220:not(#\9) {
  /*
  Add a bottom border to the body cell of an empty table as a separator between the
  table and the footer
  */
  border-block-end: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
.awsui_cell-merged-content_wih1l_xyha3_252:not(#\9) {
  box-sizing: border-box;
  inline-size: 100%;
  padding-block-start: var(--space-scaled-m-z0ah6c, 16px);
  padding-block-end: var(--space-scaled-l-gr6kh1, 20px);
  padding-inline: var(--space-l-0ykpb1, 20px);
}
@supports (position: sticky) {
  .awsui_cell-merged-content_wih1l_xyha3_252:not(#\9) {
    position: sticky;
    inset-inline-start: 0;
    margin-block: 0;
    margin-inline: calc(-2 * var(--space-table-horizontal-jdu87e, 20px));
  }
}

.awsui_empty_wih1l_xyha3_268:not(#\9) {
  color: var(--color-text-empty-e8oi8k, #656871);
}

.awsui_loading_wih1l_xyha3_272:not(#\9) {
  /* used in test-utils */
}

/*
The min/max/width token values in Visual Refresh should align
the table header and body cells selection control with the table
filter search icon.
*/
.awsui_selection-control_wih1l_xyha3_281:not(#\9) {
  box-sizing: border-box;
  max-inline-size: var(--size-table-selection-horizontal-5guyc1, 40px);
  min-inline-size: var(--size-table-selection-horizontal-5guyc1, 40px);
  position: relative;
  inline-size: var(--size-table-selection-horizontal-5guyc1, 40px);
}
.awsui_selection-control_wih1l_xyha3_281.awsui_selection-control-header_wih1l_xyha3_288:not(#\9) {
  padding-block: var(--space-scaled-xs-rt720d, 8px);
  padding-inline: var(--space-scaled-l-gr6kh1, 20px);
  border-inline-start: var(--border-width-item-selected-lf7h9u, 2px) solid transparent;
}
.awsui_selection-control-content-spans-rows_wih1l_xyha3_293:not(#\9) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  block-size: 100%;
}

.awsui_header-secondary_wih1l_xyha3_300:not(#\9) {
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  box-sizing: border-box;
  inline-size: 100%;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  background: var(--color-background-table-header-vtzvuu, #ffffff);
}
.awsui_header-secondary_wih1l_xyha3_300.awsui_variant-full-page_wih1l_xyha3_311:not(#\9) {
  background: var(--color-background-layout-main-h1l2yn, #ffffff);
}
.awsui_header-secondary_wih1l_xyha3_300.awsui_variant-stacked_wih1l_xyha3_217 > .awsui_table_wih1l_xyha3_200:not(#\9), .awsui_header-secondary_wih1l_xyha3_300.awsui_variant-container_wih1l_xyha3_217 > .awsui_table_wih1l_xyha3_200:not(#\9) {
  padding-inline: var(--space-table-horizontal-jdu87e, 20px);
}
.awsui_header-secondary_wih1l_xyha3_300.awsui_variant-stacked_wih1l_xyha3_217:not(#\9):not(.awsui_table-has-header_wih1l_xyha3_317), .awsui_header-secondary_wih1l_xyha3_300.awsui_variant-container_wih1l_xyha3_217:not(#\9):not(.awsui_table-has-header_wih1l_xyha3_317) {
  border-start-start-radius: var(--border-radius-container-r1vefe, 16px);
  border-start-end-radius: var(--border-radius-container-r1vefe, 16px);
}
.awsui_header-secondary_wih1l_xyha3_300:not(#\9)::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.awsui_header-secondary_wih1l_xyha3_300.awsui_table-has-header_wih1l_xyha3_317:not(#\9) {
  border-block-start: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-container-divider-25jui3, transparent);
}

.awsui_header-controls_wih1l_xyha3_328:not(#\9) {
  padding-block: var(--space-container-header-top-hqypnm, 12px) var(--space-container-header-bottom-rmst01, 8px);
}
.awsui_header-controls_wih1l_xyha3_328.awsui_variant-full-page_wih1l_xyha3_311:not(#\9) {
  padding-block: 0 calc(var(--space-container-header-bottom-rmst01, 8px) + var(--space-table-header-tools-full-page-bottom-68upbw, 4px));
}
.awsui_header-controls_wih1l_xyha3_328.awsui_variant-stacked_wih1l_xyha3_217:not(#\9), .awsui_header-controls_wih1l_xyha3_328.awsui_variant-container_wih1l_xyha3_217:not(#\9) {
  padding-inline: calc(var(--space-table-horizontal-jdu87e, 20px) + var(--space-table-header-horizontal-s1km9a, 0px));
}
.awsui_header-controls_wih1l_xyha3_328.awsui_variant-embedded_wih1l_xyha3_337:not(#\9), .awsui_header-controls_wih1l_xyha3_328.awsui_variant-borderless_wih1l_xyha3_337:not(#\9) {
  padding-inline: var(--space-table-header-horizontal-s1km9a, 0px);
  padding-block-start: var(--space-table-embedded-header-top-ezzk19, 0px);
}

.awsui_footer-wrapper_wih1l_xyha3_342.awsui_variant-stacked_wih1l_xyha3_217:not(#\9), .awsui_footer-wrapper_wih1l_xyha3_342.awsui_variant-container_wih1l_xyha3_217:not(#\9) {
  padding-inline: var(--space-table-horizontal-jdu87e, 20px);
}

.awsui_footer_wih1l_xyha3_342:not(#\9) {
  padding-block: var(--space-scaled-s-yqvmoz, 12px);
  padding-inline: var(--space-table-footer-horizontal-bi5f05, 0px);
}
.awsui_footer-with-pagination_wih1l_xyha3_350:not(#\9) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-scaled-s-yqvmoz, 12px);
}
.awsui_footer-pagination_wih1l_xyha3_358:not(#\9) {
  margin-inline-start: auto;
}

.awsui_thead-active_wih1l_xyha3_362:not(#\9),
.awsui_row_wih1l_xyha3_363:not(#\9),
.awsui_row-selected_wih1l_xyha3_364:not(#\9) {
  /* used in test-utils */
}

.awsui_skeleton-loading-cell_wih1l_xyha3_368:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  border-block-end: none;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_body-cell-counter_10jtt_16x1t_5:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  position: absolute;
  inset-block: 0;
  display: flex;
  align-items: center;
}

.awsui_body-cell_c6tup_bu5j3_152:not(#\9) {
  box-sizing: border-box;
  border-block-start: var(--border-divider-list-width-fmnfya, 1px) solid transparent;
  border-block-end: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-divider-secondary-sc5l0q, #ebebf0);
  word-wrap: break-word;
  font-weight: inherit;
  text-align: start;
}
.awsui_body-cell_c6tup_bu5j3_152 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-end: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-block-start: calc(var(--space-scaled-xs-rt720d, 8px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-start: calc(-1 * 2px);
}
.awsui_body-cell_c6tup_bu5j3_152 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-block-end: calc(calc(var(--space-scaled-xs-rt720d, 8px) + var(--border-item-width-y8srom, 2px) - var(--border-divider-list-width-fmnfya, 1px)) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-end: calc(-1 * 2px);
}
.awsui_body-cell-align-top_c6tup_bu5j3_254:not(#\9) {
  vertical-align: top;
}
.awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  box-sizing: border-box;
}
.awsui_body-cell-content_c6tup_bu5j3_160:not(#\9):not(.awsui_body-cell-wrap_c6tup_bu5j3_260) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awsui_body-cell-counter_c6tup_bu5j3_265:not(#\9) {
  display: inline;
  color: var(--color-text-body-secondary-fp6d0c, #424650);
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  vertical-align: bottom;
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child {
  border-inline-start: var(--border-item-width-y8srom, 2px) solid transparent;
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):first-child.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):last-child {
  border-inline-end: var(--border-item-width-y8srom, 2px) solid transparent;
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):last-child > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-end: calc(calc(var(--space-l-0ykpb1, 20px) - var(--border-item-width-y8srom, 2px)) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child {
  /*
    Remove the placeholder border if the row is not selectable.
    Rows that are not selectable will reserve the horizontal space
    that the placeholder border would consume.
  */
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(calc(var(--space-xxxs-zelp5l, 2px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:first-child.awsui_has-striped-rows_c6tup_bu5j3_536.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868) > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868) > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868).awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child.awsui_sticky-cell-pad-inline-start_c6tup_bu5j3_702:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453).awsui_body-cell-editable_c6tup_bu5j3_453:hover.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145 {
  margin-inline-start: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--border-divider-list-width-fmnfya, 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_is-visual-refresh_c6tup_bu5j3_363:not(#\9):first-child:not(.awsui_has-selection_c6tup_bu5j3_868):not(.awsui_body-cell-editable_c6tup_bu5j3_453) {
  border-inline-start: none;
}
.awsui_body-cell-first-row_c6tup_bu5j3_1037:not(#\9) {
  border-block-start: var(--border-item-width-y8srom, 2px) solid transparent;
}
.awsui_body-cell-last-row_c6tup_bu5j3_1040:not(#\9):not(.awsui_body-cell-selected_c6tup_bu5j3_1040):not(.awsui_has-footer_c6tup_bu5j3_1040) {
  border-block-end: var(--border-item-width-y8srom, 2px) solid transparent;
}
.awsui_body-cell-last-row_c6tup_bu5j3_1040:not(#\9):not(.awsui_body-cell-selected_c6tup_bu5j3_1040).awsui_has-footer_c6tup_bu5j3_1040 {
  /*
  Add a bottom border to the body cells of the last row as a separator between the
  table and the footer
  */
  border-block-end: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
.awsui_body-cell-shaded_c6tup_bu5j3_1050:not(#\9) {
  background: var(--color-background-cell-shaded-tyh6wv, #f6f6f9);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_has-striped-rows_c6tup_bu5j3_536:not(#\9):not(.awsui_body-cell-selected_c6tup_bu5j3_1040):not(.awsui_body-cell-last-row_c6tup_bu5j3_1040) {
  border-block-end-color: var(--color-border-cell-shaded-1nts0o, #dedee3);
}
.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9) {
  background-color: var(--color-background-item-selected-r2zdk6, #f0fbff);
  border-block-start: var(--border-width-item-selected-lf7h9u, 2px) solid var(--color-border-item-selected-ef1gd2, #006ce0);
  border-block-end: var(--border-width-item-selected-lf7h9u, 2px) solid var(--color-border-item-selected-ef1gd2, #006ce0);
}
.awsui_body-cell-selected_c6tup_bu5j3_1040 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-block-end: calc(var(--space-scaled-xs-rt720d, 8px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-end: calc(-1 * 2px);
}
.awsui_body-cell-selected_c6tup_bu5j3_1040.awsui_body-cell-last-row_c6tup_bu5j3_1040.awsui_is-visual-refresh_c6tup_bu5j3_363 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-block-end: calc(calc(var(--space-scaled-xs-rt720d, 8px) + var(--border-divider-list-width-fmnfya, 1px)) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-end: calc(-1 * 2px);
}
.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9):first-child {
  border-inline-start: var(--border-width-item-selected-lf7h9u, 2px) solid var(--color-border-item-selected-ef1gd2, #006ce0);
  border-start-start-radius: var(--border-radius-item-ej2e2w, 8px);
  border-start-end-radius: 0;
  border-end-start-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-end-radius: 0;
}
.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9):last-child {
  border-inline-end: var(--border-width-item-selected-lf7h9u, 2px) solid var(--color-border-item-selected-ef1gd2, #006ce0);
  border-start-start-radius: 0;
  border-start-end-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-start-radius: 0;
  border-end-end-radius: var(--border-radius-item-ej2e2w, 8px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702:not(#\9) {
  position: sticky;
  background: var(--color-background-container-content-ypckbh, #ffffff);
  z-index: 798;
  transition-property: padding;
  transition-duration: var(--motion-duration-transition-show-quick-7tdo52, 90ms);
  transition-timing-function: var(--motion-easing-sticky-2o5vog, cubic-bezier(1, 0, 0.83, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702:not(#\9), .awsui-mode-entering .awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702.awsui_table-variant-full-page_c6tup_bu5j3_1101:not(#\9) {
  background: var(--color-background-layout-main-h1l2yn, #ffffff);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702.awsui_body-cell-shaded_c6tup_bu5j3_1050:not(#\9) {
  background: var(--color-background-cell-shaded-tyh6wv, #f6f6f9);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9) {
  background-color: var(--color-background-item-selected-r2zdk6, #f0fbff);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9):first-child {
  box-shadow: 0 0 0 4px var(--color-background-container-content-ypckbh, #ffffff);
  clip-path: inset(0 0 0 0);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9):last-child {
  box-shadow: 4px 0 0 0 var(--color-background-container-content-ypckbh, #ffffff);
  clip-path: inset(0 0 0 0);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9):last-child.awsui_sticky-cell-last-inline-end_c6tup_bu5j3_1118 {
  box-shadow: var(--shadow-sticky-column-last-kiekjr, -4px 0 8px 1px rgba(0, 28, 36, 0.1)), 8px 0 0 0 var(--color-background-container-content-ypckbh, #ffffff);
  clip-path: inset(0 0 0 -24px);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell_c6tup_bu5j3_702.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9):last-child.awsui_sticky-cell-last-inline-end_c6tup_bu5j3_1118:dir(rtl) {
  box-shadow: var(--shadow-sticky-column-first-yn8y77, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
  clip-path: inset(0 -24px 0 0);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell-last-inline-start_c6tup_bu5j3_1127:not(#\9) {
  box-shadow: var(--shadow-sticky-column-first-yn8y77, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
  clip-path: inset(0px -24px 0px 0px);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell-last-inline-start_c6tup_bu5j3_1127:not(#\9):dir(rtl) {
  box-shadow: var(--shadow-sticky-column-last-kiekjr, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
  clip-path: inset(0 0 0 -24px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell-last-inline-end_c6tup_bu5j3_1118:not(#\9) {
  box-shadow: var(--shadow-sticky-column-last-kiekjr, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
  clip-path: inset(0 0 0 -24px);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_sticky-cell-last-inline-end_c6tup_bu5j3_1118:not(#\9):dir(rtl) {
  box-shadow: var(--shadow-sticky-column-first-yn8y77, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
  clip-path: inset(0 -24px 0 0);
}
.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9):not(:first-child) > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-block-start: calc(calc(var(--space-scaled-xs-rt720d, 8px) + var(--border-item-width-y8srom, 2px) - var(--border-divider-list-width-fmnfya, 1px)) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-start: calc(-1 * 2px);
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):not(.awsui_body-cell-selected_c6tup_bu5j3_1040).awsui_body-cell-next-selected_c6tup_bu5j3_1149 {
  border-block-end: 0;
}
.awsui_body-cell_c6tup_bu5j3_152:not(#\9):not(.awsui_body-cell-selected_c6tup_bu5j3_1040).awsui_body-cell-next-selected_c6tup_bu5j3_1149 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-block-end: calc(calc(var(--space-scaled-xs-rt720d, 8px) + var(--border-divider-list-width-fmnfya, 1px)) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-end: calc(-1 * 2px);
}
.awsui_body-cell-selected_c6tup_bu5j3_1040.awsui_body-cell-prev-selected_c6tup_bu5j3_1156:not(#\9) {
  border-block-start: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-item-placeholder-3hx3cu, #006ce0);
}
.awsui_body-cell-selected_c6tup_bu5j3_1040.awsui_body-cell-prev-selected_c6tup_bu5j3_1156 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-block-start: calc(calc(var(--space-scaled-xs-rt720d, 8px) + var(--border-item-width-y8srom, 2px) - var(--border-divider-list-width-fmnfya, 1px)) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-start: calc(-1 * 2px);
}
.awsui_body-cell-selected_c6tup_bu5j3_1040.awsui_body-cell-next-selected_c6tup_bu5j3_1149:not(#\9) {
  border-block-end-width: var(--border-divider-list-width-fmnfya, 1px);
}
.awsui_body-cell-selected_c6tup_bu5j3_1040.awsui_body-cell-next-selected_c6tup_bu5j3_1149:not(#\9):first-child {
  border-end-start-radius: 0;
}
.awsui_body-cell-selected_c6tup_bu5j3_1040.awsui_body-cell-next-selected_c6tup_bu5j3_1149:not(#\9):last-child {
  border-end-end-radius: 0;
}
.awsui_body-cell-selected_c6tup_bu5j3_1040.awsui_body-cell-prev-selected_c6tup_bu5j3_1156:not(#\9):first-child {
  border-start-start-radius: 0;
}
.awsui_body-cell-selected_c6tup_bu5j3_1040.awsui_body-cell-prev-selected_c6tup_bu5j3_1156:not(#\9):last-child {
  border-start-end-radius: 0;
}
.awsui_body-cell-selected_c6tup_bu5j3_1040:not(#\9):not(.awsui_body-cell-prev-selected_c6tup_bu5j3_1156) > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-block-start: calc(var(--space-scaled-xs-rt720d, 8px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-start: calc(-1 * 2px);
}
.awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182:not(#\9) {
  padding-block: 0;
  padding-inline-start: 0;
  padding-inline-end: calc(var(--space-xs-j1ch97, 8px) + var(--space-xxs-0gmk42, 4px));
}
.awsui_body-cell-success_c6tup_bu5j3_1187:not(#\9) {
  padding-block: 0;
  padding-inline-start: 0;
  padding-inline-end: calc(calc(var(--space-xs-j1ch97, 8px) + var(--space-xxs-0gmk42, 4px)) + calc(var(--size-icon-normal-tg8eob, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell-success_c6tup_bu5j3_1187:not(#\9), .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182:not(#\9) {
  inset-block: 0;
  inset-inline-end: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.awsui_body-cell-editor_c6tup_bu5j3_1182:not(#\9) {
  cursor: pointer;
  outline: 0;
  background: 0;
  border-block: 0;
  border-inline: 0;
  padding-block: var(--space-scaled-xxs-vdp1uk, 4px);
  padding-inline: var(--space-scaled-xxs-vdp1uk, 4px);
  min-block-size: 10px;
  min-inline-size: 10px;
  color: var(--color-text-button-normal-default-b02h0t, #006ce0);
}
.awsui_body-cell-editor-disabled_c6tup_bu5j3_1212:not(#\9) {
  color: var(--color-text-disabled-inline-edit-pt01xg, #424650);
}
.awsui_body-cell-editor_c6tup_bu5j3_1182:not(#\9):hover {
  color: var(--color-text-button-normal-hover-8fyho6, #002b66);
}
.awsui_body-cell-editor_c6tup_bu5j3_1182:not(#\9):active {
  color: var(--color-text-button-normal-active-t3pwtp, #002b66);
}
.awsui_body-cell-editor-row_c6tup_bu5j3_1221:not(#\9) {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: var(--space-xxs-0gmk42, 4px);
}
.awsui_body-cell-editor-row_c6tup_bu5j3_1221 > :not(#\9):not(:last-child) {
  flex-grow: 1;
}
.awsui_body-cell-editor-controls_c6tup_bu5j3_1231:not(#\9) {
  flex-shrink: 0;
}
.awsui_body-cell-editor-row-editor_c6tup_bu5j3_1234:not(#\9) {
  max-inline-size: calc(100% - 6 * var(--space-xxs-0gmk42, 4px) - 2 * var(--size-icon-normal-tg8eob, 16px));
}
body[data-awsui-focus-visible=true] .awsui_body-cell-editor-focusable_c6tup_bu5j3_1237:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_body-cell-editor-focusable_c6tup_bu5j3_1237:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(-1px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_body-cell-editor-focusable_c6tup_bu5j3_1237:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * -1px);
  inset-block-start: calc(-1 * -1px);
  inline-size: calc(100% + -1px + -1px);
  block-size: calc(100% + -1px + -1px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_body-cell-editor-focusable_c6tup_bu5j3_1237:not(#\9):focus.awsui_sticky-cell_c6tup_bu5j3_702 {
  position: sticky;
}
.awsui_body-cell-editor-icon_c6tup_bu5j3_1261:not(#\9) {
  display: none;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-expandable_c6tup_bu5j3_453:not(#\9) {
  position: relative;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-expandable_c6tup_bu5j3_453.awsui_sticky-cell_c6tup_bu5j3_702:not(#\9) {
  position: sticky;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9) {
  position: relative;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_sticky-cell_c6tup_bu5j3_702:not(#\9) {
  position: sticky;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  overflow: visible;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 0 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-0_c6tup_bu5j3_166 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + -1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 1 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-1_c6tup_bu5j3_173 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 0 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 2 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-2_c6tup_bu5j3_180 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 1 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 3 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-3_c6tup_bu5j3_187 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 4 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-4_c6tup_bu5j3_194 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 3 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 5 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-5_c6tup_bu5j3_201 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 4 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 6 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-6_c6tup_bu5j3_208 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 5 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 7 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-7_c6tup_bu5j3_215 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 6 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 8 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-8_c6tup_bu5j3_222 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 7 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-9_c6tup_bu5j3_229 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 8 * (var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2);
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) / 2 + 9 * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453.awsui_expandable-level-next_c6tup_bu5j3_236 > .awsui_expandable-toggle-wrapper_c6tup_bu5j3_145:not(#\9) {
  margin-inline-start: calc(calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px)) + (9 - 1) * calc(var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px)));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-inline-end: calc(var(--space-xxs-0gmk42, 4px) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-block-start: calc(var(--space-scaled-xxxs-7blpsd, 2px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-start: calc(-1 * 2px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453.awsui_body-cell-edit-active_c6tup_bu5j3_453 > .awsui_body-cell-content_c6tup_bu5j3_160:not(#\9) {
  padding-block-end: calc(calc(var(--space-scaled-xxxs-7blpsd, 2px) + 1px) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-end: calc(-1 * 2px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_resizable-columns_c6tup_bu5j3_1373) > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-end: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--space-l-0ykpb1, 20px)) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453) > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453) > .awsui_expandable-cell-content_c6tup_bu5j3_1376 > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182 {
  opacity: 0;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453):focus-within {
  position: relative;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453):focus-within {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453):focus-within::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453):focus-within.awsui_sticky-cell_c6tup_bu5j3_702 {
  position: sticky;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453):focus-within.awsui_is-visual-refresh_c6tup_bu5j3_363:first-child {
  position: relative;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453):focus-within.awsui_is-visual-refresh_c6tup_bu5j3_363:first-child {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(1 * var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453):focus-within.awsui_is-visual-refresh_c6tup_bu5j3_363:first-child::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inline-size: calc(100% + calc(1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):not(.awsui_body-cell-expandable_c6tup_bu5j3_453):focus-within.awsui_is-visual-refresh_c6tup_bu5j3_363:first-child.awsui_sticky-cell_c6tup_bu5j3_702 {
  position: sticky;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):focus-within:focus-within .awsui_body-cell-editor-icon_c6tup_bu5j3_1261, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453).awsui_body-cell-edit-disabled-popover_c6tup_bu5j3_1427 .awsui_body-cell-editor-icon_c6tup_bu5j3_1261 {
  display: unset;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):focus-within:focus-within.awsui_body-cell-has-success_c6tup_bu5j3_1430 > .awsui_body-cell-content_c6tup_bu5j3_160, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453).awsui_body-cell-edit-disabled-popover_c6tup_bu5j3_1427.awsui_body-cell-has-success_c6tup_bu5j3_1430 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-end: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--space-l-0ykpb1, 20px) + calc(var(--size-icon-normal-tg8eob, 16px) + var(--space-xs-j1ch97, 8px))) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):focus-within:focus-within > .awsui_body-cell-content_c6tup_bu5j3_160, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453).awsui_body-cell-edit-disabled-popover_c6tup_bu5j3_1427 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-end: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--space-l-0ykpb1, 20px)) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):focus-within:focus-within > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):focus-within:focus-within > .awsui_expandable-cell-content_c6tup_bu5j3_1376 > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453).awsui_body-cell-edit-disabled-popover_c6tup_bu5j3_1427 > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453).awsui_body-cell-edit-disabled-popover_c6tup_bu5j3_1427 > .awsui_expandable-cell-content_c6tup_bu5j3_1376 > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182 {
  opacity: 1;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):focus-within:focus-within > .awsui_body-cell-success_c6tup_bu5j3_1187, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453).awsui_body-cell-edit-disabled-popover_c6tup_bu5j3_1427 > .awsui_body-cell-success_c6tup_bu5j3_1187 {
  opacity: 1;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):focus-within:focus-within.awsui_sticky-cell_c6tup_bu5j3_702, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453).awsui_body-cell-edit-disabled-popover_c6tup_bu5j3_1427.awsui_sticky-cell_c6tup_bu5j3_702 {
  position: sticky;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover {
  position: relative;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover .awsui_body-cell-editor-icon_c6tup_bu5j3_1261 {
  display: unset;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover:not(.awsui_body-cell-expandable_c6tup_bu5j3_453) {
  cursor: pointer;
  background-color: var(--color-background-dropdown-item-hover-vvjx6k, #f3f3f7);
  border-block: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-editable-cell-hover-ctz4wx, #8c8c94);
  border-inline: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-editable-cell-hover-ctz4wx, #8c8c94);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover.awsui_sticky-cell_c6tup_bu5j3_702 {
  position: sticky;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover:first-child {
  inset-inline: 0;
  border-start-start-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-start-radius: var(--border-radius-item-ej2e2w, 8px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover:last-child {
  border-start-end-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-end-radius: var(--border-radius-item-ej2e2w, 8px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182 > .awsui_body-cell-content_c6tup_bu5j3_160, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover > .awsui_expandable-cell-content_c6tup_bu5j3_1376 > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-end: calc(calc(calc(var(--space-xs-j1ch97, 8px) + var(--space-xxs-0gmk42, 4px)) - 2 * var(--border-divider-list-width-fmnfya, 1px)) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover > .awsui_body-cell-success_c6tup_bu5j3_1187 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-end: calc(calc(calc(calc(var(--space-xs-j1ch97, 8px) + var(--space-xxs-0gmk42, 4px)) + calc(var(--size-icon-normal-tg8eob, 16px) + var(--space-xs-j1ch97, 8px))) - 2 * var(--border-divider-list-width-fmnfya, 1px)) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover.awsui_body-cell-last-row_c6tup_bu5j3_1040.awsui_body-cell-selected_c6tup_bu5j3_1040 > .awsui_body-cell-content_c6tup_bu5j3_160, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover.awsui_body-cell-next-selected_c6tup_bu5j3_1149 > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-block: calc(calc(var(--space-scaled-xs-rt720d, 8px) - var(--border-divider-list-width-fmnfya, 1px) / 2) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block: calc(-1 * 2px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover.awsui_body-cell-last-row_c6tup_bu5j3_1040:not(.awsui_body-cell-expandable_c6tup_bu5j3_453):not(.awsui_body-cell-selected_c6tup_bu5j3_1040) > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-block-start: calc(calc(var(--space-scaled-xs-rt720d, 8px) - (var(--border-divider-list-width-fmnfya, 1px))) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block-start: calc(-1 * 2px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover.awsui_body-cell-first-row_c6tup_bu5j3_1037:not(.awsui_body-cell-expandable_c6tup_bu5j3_453):not(.awsui_body-cell-selected_c6tup_bu5j3_1040) > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-block: calc(calc(var(--space-scaled-xs-rt720d, 8px) - (var(--border-divider-list-width-fmnfya, 1px))) - 1 * var(--border-divider-list-width-fmnfya, 1px) + 2px);
  margin-block: calc(-1 * 2px);
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover > .awsui_body-cell-content_c6tup_bu5j3_160 {
  padding-inline-end: calc(calc(var(--space-scaled-l-gr6kh1, 20px) + var(--space-l-0ykpb1, 20px)) - 1 * var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182, .awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover > .awsui_expandable-cell-content_c6tup_bu5j3_1376 > .awsui_body-cell-editor-wrapper_c6tup_bu5j3_1182 {
  opacity: 1;
}
.awsui_body-cell_c6tup_bu5j3_152.awsui_body-cell-editable_c6tup_bu5j3_453:not(#\9):not(.awsui_body-cell-edit-active_c6tup_bu5j3_453):hover:hover > .awsui_body-cell-success_c6tup_bu5j3_1187 {
  opacity: 1;
}
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_bu5j3_152:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_bu5j3_152:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_bu5j3_152:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_bu5j3_152:not(#\9):focus.awsui_sticky-cell_c6tup_bu5j3_702 {
  position: sticky;
}
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_bu5j3_152:not(#\9):focus.awsui_is-visual-refresh_c6tup_bu5j3_363:first-child {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_bu5j3_152:not(#\9):focus.awsui_is-visual-refresh_c6tup_bu5j3_363:first-child {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(1 * var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_bu5j3_152:not(#\9):focus.awsui_is-visual-refresh_c6tup_bu5j3_363:first-child::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inline-size: calc(100% + calc(1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_body-cell_c6tup_bu5j3_152:not(#\9):focus.awsui_is-visual-refresh_c6tup_bu5j3_363:first-child.awsui_sticky-cell_c6tup_bu5j3_702 {
  position: sticky;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_icon-shake_1cbgc_12nzo_153:not(#\9) {
  display: inline-block;
  animation: awsui_awsui-motion-shake-horizontally_1cbgc_12nzo_1 var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@keyframes awsui_awsui-motion-shake-horizontally_1cbgc_12nzo_1 {
  0% {
    transform: translateX(-5px);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(5px);
    animation-timing-function: var(--motion-easing-refresh-only-a-98cbev, cubic-bezier(0, 0, 0, 1));
  }
  100% {
    transform: translateX(0px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_icon-shake_1cbgc_12nzo_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_icon-shake_1cbgc_12nzo_153:not(#\9), .awsui-mode-entering .awsui_icon-shake_1cbgc_12nzo_153:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_container-fade-in_1cbgc_12nzo_181:not(#\9) {
  animation: awsui_awsui-motion-fade-in-0_1cbgc_12nzo_1 var(--motion-duration-refresh-only-medium-zl94da, 165ms) var(--motion-easing-refresh-only-a-98cbev, cubic-bezier(0, 0, 0, 1));
}
@keyframes awsui_awsui-motion-fade-in-0_1cbgc_12nzo_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_container-fade-in_1cbgc_12nzo_181:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_container-fade-in_1cbgc_12nzo_181:not(#\9), .awsui-mode-entering .awsui_container-fade-in_1cbgc_12nzo_181:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_1cbgc_12nzo_203:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.awsui_root_1cbgc_12nzo_203.awsui_status-error_1cbgc_12nzo_212:not(#\9) {
  color: var(--color-text-status-error-ug8fw3, #db0000);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-warning_1cbgc_12nzo_215:not(#\9) {
  color: var(--color-text-status-warning-uphq2x, #855900);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-success_1cbgc_12nzo_218:not(#\9) {
  color: var(--color-text-status-success-ikvqka, #00802f);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-info_1cbgc_12nzo_221:not(#\9) {
  color: var(--color-text-status-info-3kb8ql, #006ce0);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-stopped_1cbgc_12nzo_224:not(#\9) {
  color: var(--color-text-status-inactive-e342cs, #656871);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-pending_1cbgc_12nzo_227:not(#\9) {
  color: var(--color-text-status-inactive-e342cs, #656871);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-in-progress_1cbgc_12nzo_230:not(#\9) {
  color: var(--color-text-status-inactive-e342cs, #656871);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-loading_1cbgc_12nzo_233:not(#\9) {
  color: var(--color-text-status-inactive-e342cs, #656871);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-not-started_1cbgc_12nzo_236:not(#\9) {
  color: var(--color-text-status-inactive-e342cs, #656871);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-red_1cbgc_12nzo_239:not(#\9) {
  color: var(--color-text-status-error-ug8fw3, #db0000);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-grey_1cbgc_12nzo_242:not(#\9) {
  color: var(--color-text-status-inactive-e342cs, #656871);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-blue_1cbgc_12nzo_245:not(#\9) {
  color: var(--color-text-status-info-3kb8ql, #006ce0);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-green_1cbgc_12nzo_248:not(#\9) {
  color: var(--color-text-status-success-ikvqka, #00802f);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-yellow_1cbgc_12nzo_251:not(#\9) {
  color: var(--color-text-status-warning-uphq2x, #855900);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-error_1cbgc_12nzo_212 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-error-8n1ecb, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-warning_1cbgc_12nzo_215 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-warning-6eur8z, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-success_1cbgc_12nzo_218 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-success-aekiu7, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-info_1cbgc_12nzo_221 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-info-ztt1rn, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-stopped_1cbgc_12nzo_224 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-neutral-75w2rk, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-pending_1cbgc_12nzo_227 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-neutral-75w2rk, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-in-progress_1cbgc_12nzo_230 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-neutral-75w2rk, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-loading_1cbgc_12nzo_233 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-neutral-75w2rk, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_status-not-started_1cbgc_12nzo_236 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-neutral-75w2rk, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-red_1cbgc_12nzo_239 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-error-8n1ecb, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-grey_1cbgc_12nzo_242 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-neutral-75w2rk, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-blue_1cbgc_12nzo_245 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-info-ztt1rn, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-green_1cbgc_12nzo_248 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-success-aekiu7, transparent);
}
.awsui_root_1cbgc_12nzo_203.awsui_color-override-yellow_1cbgc_12nzo_251 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: var(--color-background-status-indicator-warning-6eur8z, transparent);
}

.awsui_container_1cbgc_12nzo_181:not(#\9) {
  padding-inline: var(--space-status-indicator-padding-horizontal-pbftfl, 0px);
  border-start-start-radius: var(--border-radius-status-indicator-vnklth, 4px);
  border-start-end-radius: var(--border-radius-status-indicator-vnklth, 4px);
  border-end-start-radius: var(--border-radius-status-indicator-vnklth, 4px);
  border-end-end-radius: var(--border-radius-status-indicator-vnklth, 4px);
}
.awsui-one-theme .awsui_root_1cbgc_12nzo_203.awsui_status-loading_1cbgc_12nzo_233 > .awsui_container_1cbgc_12nzo_181:not(#\9) {
  background: transparent;
  align-items: center;
  color: var(--color-text-body-secondary-fp6d0c, #424650);
}
.awsui_container_1cbgc_12nzo_181.awsui_display-inline_1cbgc_12nzo_309:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  display: inline;
}
.awsui_container_1cbgc_12nzo_181.awsui_display-inline_1cbgc_12nzo_309 > .awsui_icon_1cbgc_12nzo_153:not(#\9) {
  white-space: nowrap;
}
.awsui-one-theme .awsui_container_1cbgc_12nzo_181.awsui_display-inline_1cbgc_12nzo_309 > .awsui_icon_1cbgc_12nzo_153:not(#\9) {
  vertical-align: middle;
}
.awsui_container_1cbgc_12nzo_181.awsui_display-inline-block_1cbgc_12nzo_320:not(#\9) {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}
.awsui-one-theme .awsui_container_1cbgc_12nzo_181.awsui_display-inline-block_1cbgc_12nzo_320:not(#\9) {
  display: inline-flex;
  align-items: flex-start;
}
.awsui_container_1cbgc_12nzo_181.awsui_display-inline-block_1cbgc_12nzo_320 > .awsui_icon_1cbgc_12nzo_153:not(#\9) {
  padding-inline-end: var(--space-xxs-0gmk42, 4px);
}
.awsui-one-theme .awsui_container_1cbgc_12nzo_181.awsui_display-inline-block_1cbgc_12nzo_320 > .awsui_icon_1cbgc_12nzo_153:not(#\9) {
  display: inline-flex;
  align-items: center;
  margin-block-start: var(--space-xxxs-zelp5l, 2px);
}

.awsui_overflow-ellipsis_1cbgc_12nzo_338:not(#\9) {
  max-inline-size: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: text-bottom;
}
.awsui-one-theme .awsui_overflow-ellipsis_1cbgc_12nzo_338:not(#\9) {
  text-overflow: unset;
}
.awsui-one-theme .awsui_overflow-ellipsis_1cbgc_12nzo_338 > span:not(#\9):last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_items-loader_115pt_16l07_5:not(#\9) {
  display: inline;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1qprf_160mh_5:not(#\9) {
  /* used in tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
@keyframes awsui_drag-handle-entry_155yk_1yxtc_1 {
  from {
    transform: translate(var(--awsui-drag-handle-animation-inline-offset-z17rmd), var(--awsui-drag-handle-animation-block-offset-z17rmd));
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes awsui_drag-handle-exit_155yk_1yxtc_1 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(var(--awsui-drag-handle-animation-inline-offset-z17rmd), var(--awsui-drag-handle-animation-block-offset-z17rmd));
  }
}
.awsui_direction-button-wrapper_155yk_1yxtc_169:not(#\9) {
  --awsui-drag-handle-animation-inline-offset-z17rmd: 0;
  --awsui-drag-handle-animation-block-offset-z17rmd: 0;
}
@keyframes awsui_awsui-motion-fade-in_155yk_1yxtc_1 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes awsui_awsui-motion-fade-out-0_155yk_1yxtc_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.awsui_direction-button-wrapper-motion-enter_155yk_1yxtc_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_1yxtc_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_1yxtc_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_1yxtc_189:not(#\9) {
  pointer-events: none;
}
.awsui_direction-button-wrapper-motion-entering_155yk_1yxtc_189:not(#\9) {
  animation: awsui_drag-handle-entry_155yk_1yxtc_1 var(--motion-duration-complex-ukp4n8, 250ms) var(--motion-easing-responsive-2hx6lw, cubic-bezier(0, 0, 0, 1)), awsui_awsui-motion-fade-in_155yk_1yxtc_1 var(--motion-duration-complex-ukp4n8, 250ms) var(--motion-easing-responsive-2hx6lw, cubic-bezier(0, 0, 0, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_direction-button-wrapper-motion-entering_155yk_1yxtc_189:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_direction-button-wrapper-motion-entering_155yk_1yxtc_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_1yxtc_189:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_direction-button-wrapper-motion-exiting_155yk_1yxtc_189:not(#\9) {
  animation: awsui_drag-handle-exit_155yk_1yxtc_1 var(--motion-duration-complex-ukp4n8, 250ms) var(--motion-easing-responsive-2hx6lw, cubic-bezier(0, 0, 0, 1)) forwards, awsui_awsui-motion-fade-out-0_155yk_1yxtc_1 var(--motion-duration-complex-ukp4n8, 250ms) var(--motion-easing-responsive-2hx6lw, cubic-bezier(0, 0, 0, 1)) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .awsui_direction-button-wrapper-motion-exiting_155yk_1yxtc_189:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_direction-button-wrapper-motion-exiting_155yk_1yxtc_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_1yxtc_189:not(#\9) {
  animation: none;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .awsui_direction-button-wrapper_155yk_1yxtc_169:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_direction-button-wrapper_155yk_1yxtc_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_1yxtc_169:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_direction-button-wrapper-block-start_155yk_1yxtc_229:not(#\9) {
  --awsui-drag-handle-animation-block-offset-z17rmd: 20px;
}

.awsui_direction-button-wrapper-block-end_155yk_1yxtc_233:not(#\9) {
  --awsui-drag-handle-animation-block-offset-z17rmd: -20px;
}

.awsui_direction-button-wrapper-inline-start_155yk_1yxtc_237:not(#\9) {
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_direction-button-wrapper-inline-start_155yk_1yxtc_237:not(#\9):dir(ltr) {
  --awsui-drag-handle-animation-inline-offset-z17rmd: 20px;
}
.awsui_direction-button-wrapper-inline-start_155yk_1yxtc_237:not(#\9):dir(rtl) {
  --awsui-drag-handle-animation-inline-offset-z17rmd: -20px;
}

.awsui_direction-button-wrapper-inline-end_155yk_1yxtc_248:not(#\9) {
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_direction-button-wrapper-inline-end_155yk_1yxtc_248:not(#\9):dir(ltr) {
  --awsui-drag-handle-animation-inline-offset-z17rmd: -20px;
}
.awsui_direction-button-wrapper-inline-end_155yk_1yxtc_248:not(#\9):dir(rtl) {
  --awsui-drag-handle-animation-inline-offset-z17rmd: 20px;
}

.awsui_contents_155yk_1yxtc_259:not(#\9) {
  display: contents;
}

.awsui_portal-overlay_155yk_1yxtc_263:not(#\9) {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  z-index: 7000;
}

.awsui_portal-overlay-disabled_155yk_1yxtc_271:not(#\9) {
  display: none;
}

.awsui_portal-overlay-contents_155yk_1yxtc_275:not(#\9) {
  pointer-events: auto;
}

.awsui_drag-handle_155yk_1yxtc_279:not(#\9) {
  position: relative;
  display: inline-flex;
}

.awsui_direction-button-wrapper_155yk_1yxtc_169:not(#\9) {
  position: absolute;
  block-size: var(--space-static-xl-us1owq, 24px);
  inline-size: var(--space-static-xl-us1owq, 24px);
  padding-block: var(--space-static-xxs-ob9nh1, 4px);
  padding-inline: var(--space-static-xxs-ob9nh1, 4px);
}

.awsui_direction-button-wrapper-hidden_155yk_1yxtc_292:not(#\9) {
  display: none;
}

.awsui_direction-button-wrapper-block-start_155yk_1yxtc_229:not(#\9) {
  inset-block-start: calc(-1 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
  inset-inline-start: calc(50% - (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)) / 2);
}

.awsui_direction-button-wrapper-block-end_155yk_1yxtc_233:not(#\9) {
  inset-block-end: calc(-1 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
  inset-inline-start: calc(50% - (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)) / 2);
}

.awsui_direction-button-wrapper-inline-start_155yk_1yxtc_237:not(#\9) {
  inset-inline-start: calc(-1 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
  inset-block-start: calc(50% - (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)) / 2);
}

.awsui_direction-button-wrapper-inline-end_155yk_1yxtc_248:not(#\9) {
  inset-inline-end: calc(-1 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
  inset-block-start: calc(50% - (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)) / 2);
}

.awsui_direction-button-wrapper-forced_155yk_1yxtc_316:not(#\9) {
  inset-inline-start: calc(50% - (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)) / 2);
}

.awsui_direction-button-wrapper-forced-top-0_155yk_1yxtc_320:not(#\9) {
  inset-block-start: calc(-1 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
}

.awsui_direction-button-wrapper-forced-top-1_155yk_1yxtc_324:not(#\9) {
  inset-block-start: calc(-2 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
}

.awsui_direction-button-wrapper-forced-top-2_155yk_1yxtc_328:not(#\9) {
  inset-block-start: calc(-3 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
}

.awsui_direction-button-wrapper-forced-top-3_155yk_1yxtc_332:not(#\9) {
  inset-block-start: calc(-4 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
}

.awsui_direction-button-wrapper-forced-bottom-0_155yk_1yxtc_336:not(#\9) {
  inset-block-start: calc(1 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
}

.awsui_direction-button-wrapper-forced-bottom-1_155yk_1yxtc_340:not(#\9) {
  inset-block-start: calc(2 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
}

.awsui_direction-button-wrapper-forced-bottom-2_155yk_1yxtc_344:not(#\9) {
  inset-block-start: calc(3 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
}

.awsui_direction-button-wrapper-forced-bottom-3_155yk_1yxtc_348:not(#\9) {
  inset-block-start: calc(4 * (var(--space-static-xl-us1owq, 24px) + 2 * var(--space-static-xxs-ob9nh1, 4px)));
}

.awsui_direction-button_155yk_1yxtc_169:not(#\9) {
  position: absolute;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  touch-action: manipulation;
  inline-size: var(--space-static-xl-us1owq, 24px);
  block-size: var(--space-static-xl-us1owq, 24px);
  padding-block: var(--space-xxs-0gmk42, 4px);
  padding-inline: var(--space-xxs-0gmk42, 4px);
  border-start-start-radius: 50%;
  border-start-end-radius: 50%;
  border-end-start-radius: 50%;
  border-end-end-radius: 50%;
  background-color: var(--color-background-direction-button-default-53o1k7, #424650);
  color: var(--color-text-direction-button-default-g2gjdl, #ffffff);
  box-shadow: var(--shadow-dropdown-8wmt3o, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
}
.awsui_direction-button_155yk_1yxtc_169:not(#\9):not(.awsui_direction-button-disabled_155yk_1yxtc_371):hover {
  background-color: var(--color-background-direction-button-hover-t84c5h, #333843);
}
.awsui_direction-button_155yk_1yxtc_169:not(#\9):not(.awsui_direction-button-disabled_155yk_1yxtc_371):active {
  background-color: var(--color-background-direction-button-active-08yy0o, #232b37);
}

.awsui_direction-button-disabled_155yk_1yxtc_371:not(#\9) {
  cursor: default;
  background-color: var(--color-background-direction-button-disabled-myv5jw, #ebebf0);
  color: var(--color-text-direction-button-disabled-xlsw9a, #b4b4bb);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_8k1rt_1i1h9_5:not(#\9) {
  /* used in test-utils */
}

.awsui_direction-button_8k1rt_1i1h9_9:not(#\9) {
  /* used in test-utils */
}

.awsui_direction-button-visible_8k1rt_1i1h9_13:not(#\9) {
  /* used in test-utils */
}

.awsui_direction-button-block-start_8k1rt_1i1h9_17:not(#\9) {
  /* used in test-utils */
}

.awsui_direction-button-block-end_8k1rt_1i1h9_21:not(#\9) {
  /* used in test-utils */
}

.awsui_direction-button-inline-start_8k1rt_1i1h9_25:not(#\9) {
  /* used in test-utils */
}

.awsui_direction-button-inline-end_8k1rt_1i1h9_29:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_resize-active_x7peu_iyu4e_145:not(#\9):not(.awsui_resize-active-with-focus_x7peu_iyu4e_145) * {
  cursor: col-resize;
  -webkit-user-select: none;
          user-select: none;
}

.awsui_resizer-wrapper_x7peu_iyu4e_150:not(#\9) {
  inset-block: 0;
  position: absolute;
  inset-inline-end: calc(-1 * var(--space-xl-d84eey, 24px) / 2);
  inline-size: var(--space-xl-d84eey, 24px);
  overflow: hidden;
  z-index: 10;
}
th:not(#\9):last-child > .awsui_resizer-wrapper_x7peu_iyu4e_150:has(.awsui_divider-interactive_x7peu_iyu4e_158).awsui_is-borderless_x7peu_iyu4e_158 {
  inset-inline-end: 0;
}

.awsui_resizer-button-wrapper_x7peu_iyu4e_162:not(#\9) {
  block-size: 100%;
}

th:not(#\9):not([data-rightmost]) > .awsui_divider_x7peu_iyu4e_158,
.awsui_divider-interactive_x7peu_iyu4e_158:not(#\9) {
  position: absolute;
  outline: none;
  pointer-events: none;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-block-start: 0;
  min-block-size: var(--line-height-heading-xs-y2jce8, 18px);
  max-block-size: calc(100% - calc(2 * var(--space-xs-j1ch97, 8px) + var(--space-xxxs-zelp5l, 2px)));
  margin-block: auto;
  margin-inline: auto;
  border-inline-start: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
  box-sizing: border-box;
}
th:not(#\9):not([data-rightmost]) > .awsui_divider_x7peu_iyu4e_158.awsui_divider-interactive_x7peu_iyu4e_158,
.awsui_divider-interactive_x7peu_iyu4e_158.awsui_divider-interactive_x7peu_iyu4e_158:not(#\9) {
  border-inline-start: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-divider-interactive-default-8nzi4o, #8c8c94);
}
th:not(#\9):not([data-rightmost]) > .awsui_divider_x7peu_iyu4e_158.awsui_divider-grouped_x7peu_iyu4e_185,
.awsui_divider-interactive_x7peu_iyu4e_158.awsui_divider-grouped_x7peu_iyu4e_185:not(#\9) {
  border-inline-start-color: var(--color-border-divider-table-group-rhzuu5, #8c8c94);
}
th:not(#\9):not([data-rightmost]) > .awsui_divider_x7peu_iyu4e_158.awsui_divider-position-top_x7peu_iyu4e_189,
.awsui_divider-interactive_x7peu_iyu4e_158.awsui_divider-position-top_x7peu_iyu4e_189:not(#\9) {
  margin-block-start: 0;
  margin-block-end: auto;
  max-block-size: calc(100% - calc(2 * var(--space-xs-j1ch97, 8px) + var(--space-xxxs-zelp5l, 2px)) / 2);
}
th:not(#\9):not([data-rightmost]) > .awsui_divider_x7peu_iyu4e_158.awsui_divider-position-bottom_x7peu_iyu4e_195,
.awsui_divider-interactive_x7peu_iyu4e_158.awsui_divider-position-bottom_x7peu_iyu4e_195:not(#\9) {
  margin-block-start: auto;
  margin-block-end: 0;
  max-block-size: calc(100% - calc(2 * var(--space-xs-j1ch97, 8px) + var(--space-xxxs-zelp5l, 2px)) / 2);
}
th:not(#\9):not([data-rightmost]) > .awsui_divider_x7peu_iyu4e_158.awsui_divider-position-full_x7peu_iyu4e_201,
.awsui_divider-interactive_x7peu_iyu4e_158.awsui_divider-position-full_x7peu_iyu4e_201:not(#\9) {
  margin-block: 0;
  max-block-size: 100%;
}

.awsui_divider-interactive_x7peu_iyu4e_158:not(#\9) {
  inset-inline-end: calc(var(--space-xl-d84eey, 24px) / 2);
}

.awsui_divider-active_x7peu_iyu4e_211:not(#\9) {
  /* used in test-utils */
}

.awsui_resizer-wrapper_x7peu_iyu4e_150.awsui_visual-refresh_x7peu_iyu4e_215.awsui_is-borderless_x7peu_iyu4e_158.awsui_is-last_x7peu_iyu4e_215 > .awsui_divider-interactive_x7peu_iyu4e_158:not(#\9) {
  inset-inline-end: 0;
}

.awsui_resizer_x7peu_iyu4e_150:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  border-block: none;
  border-inline: none;
  background: none;
  inset-block: 0;
  cursor: col-resize;
  block-size: 100%;
  inline-size: var(--space-xl-d84eey, 24px);
}
.awsui_resizer_x7peu_iyu4e_150:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
.awsui_resize-active_x7peu_iyu4e_145 .awsui_resizer_x7peu_iyu4e_150:not(#\9) {
  pointer-events: none;
}
body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_iyu4e_150.awsui_has-focus_x7peu_iyu4e_264:not(#\9) {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_iyu4e_150.awsui_has-focus_x7peu_iyu4e_264:not(#\9) {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) - 2px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_resizer_x7peu_iyu4e_150.awsui_has-focus_x7peu_iyu4e_264:not(#\9)::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) - 2px));
  inset-block-start: calc(-1 * calc(var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) - 2px));
  inline-size: calc(100% + calc(var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) - 2px) + calc(var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) - 2px));
  block-size: calc(100% + calc(var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) - 2px) + calc(var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) - 2px));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}

.awsui_tracker_x7peu_iyu4e_286:not(#\9) {
  display: none;
  position: absolute;
  border-inline-start: var(--border-divider-list-width-fmnfya, 1px) dashed var(--color-border-divider-active-xtsw2t, #0f141a);
  inline-size: 0;
  inset-block: 0;
}
.awsui_resize-active_x7peu_iyu4e_145 .awsui_tracker_x7peu_iyu4e_286:not(#\9) {
  display: block;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_radio-control_1v1hk_179ne_145:not(#\9) {
  margin-block-start: calc((var(--line-height-body-m-we036z, 20px) - var(--size-control-acfkj9, 16px)) / 2);
  min-block-size: var(--size-control-acfkj9, 16px);
  min-inline-size: var(--size-control-acfkj9, 16px);
  block-size: var(--size-control-acfkj9, 16px);
  inline-size: var(--size-control-acfkj9, 16px);
}

.awsui_outline_1v1hk_179ne_153:not(#\9) {
  --awsui-style-focus-ring-box-shadow-z17rmd: 0 0 0 var(--awsui-style-focus-ring-border-width-z17rmd, 2px) var(--awsui-style-focus-ring-border-color-z17rmd, var(--color-border-item-focused-kb13a4, #006ce0));
  position: relative;
}
.awsui_outline_1v1hk_179ne_153:not(#\9) {
  outline: 2px dotted transparent;
  outline-offset: calc(2px - 1px);
}
.awsui_outline_1v1hk_179ne_153:not(#\9)::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 2px);
  inset-block-start: calc(-1 * 2px);
  inline-size: calc(100% + 2px + 2px);
  block-size: calc(100% + 2px + 2px);
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-circular-focus-ring-cuengr, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-circular-focus-ring-cuengr, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-circular-focus-ring-cuengr, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-circular-focus-ring-cuengr, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-z17rmd);
}

.awsui_styled-circle-border_1v1hk_179ne_176:not(#\9) {
  stroke: var(--color-border-control-default-eyzhft, #8c8c94);
  fill: var(--color-background-control-default-nrh5lr, #ffffff);
}
.awsui_styled-circle-border_1v1hk_179ne_176.awsui_styled-circle-disabled_1v1hk_179ne_180:not(#\9), .awsui_styled-circle-border_1v1hk_179ne_176.awsui_styled-circle-readonly_1v1hk_179ne_180:not(#\9) {
  fill: var(--color-background-control-disabled-rxfkeg, #dedee3);
  stroke: var(--color-background-control-disabled-rxfkeg, #dedee3);
}

.awsui_styled-circle-fill_1v1hk_179ne_185:not(#\9) {
  stroke: var(--color-background-control-checked-4hlzpf, #006ce0);
  fill: var(--color-foreground-control-default-lplros, #ffffff);
  opacity: 0;
  transition: opacity var(--motion-duration-transition-quick-eyuz9p, 90ms) var(--motion-easing-transition-quick-icc3kk, linear);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_styled-circle-fill_1v1hk_179ne_185:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_styled-circle-fill_1v1hk_179ne_185:not(#\9), .awsui-mode-entering .awsui_styled-circle-fill_1v1hk_179ne_185:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_styled-circle-fill_1v1hk_179ne_185.awsui_styled-circle-checked_1v1hk_179ne_201:not(#\9) {
  opacity: 1;
}
.awsui_styled-circle-fill_1v1hk_179ne_185.awsui_styled-circle-disabled_1v1hk_179ne_180:not(#\9) {
  fill: var(--color-foreground-control-disabled-tfwvqg, #ffffff);
  stroke: var(--color-background-control-disabled-rxfkeg, #dedee3);
}
.awsui_styled-circle-fill_1v1hk_179ne_185.awsui_styled-circle-readonly_1v1hk_179ne_180:not(#\9) {
  fill: var(--color-foreground-control-read-only-gb48bp, #656871);
  stroke: var(--color-background-control-disabled-rxfkeg, #dedee3);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_15oj2_1q93l_5:not(#\9) {
  /*used in test-utils*/
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_1s55x_wy27y_145:not(#\9) {
  /* used in test-utils and in the use-selection hook */
}

.awsui_label_1s55x_wy27y_149:not(#\9) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding-block-end: var(--space-xxs-0gmk42, 4px);
  block-size: 100%;
  inset-block-start: 0;
  inline-size: 100%;
  inset-inline-start: 0;
  box-sizing: border-box;
  border-inline-end: 1px solid transparent;
}

.awsui_label-top_1s55x_wy27y_163:not(#\9) {
  align-items: baseline;
  padding-block-start: var(--space-xs-j1ch97, 8px);
}

.awsui_stud_1s55x_wy27y_168:not(#\9) {
  visibility: hidden;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_header-cell_1spae_xjm08_149:not(#\9) {
  position: relative;
  text-align: start;
  box-sizing: border-box;
  border-block-end: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
  background: var(--color-background-table-header-vtzvuu, #ffffff);
  color: var(--color-text-column-header-inrv8c, #424650);
  font-weight: var(--font-weight-heading-s-jsg18b, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  padding-block: var(--space-scaled-xxs-vdp1uk, 4px);
  padding-inline: var(--space-scaled-xs-rt720d, 8px);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_header-cell-fake-focus_1spae_xjm08_183:not(#\9) {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_header-cell-fake-focus_1spae_xjm08_183:not(#\9) {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_header-cell-fake-focus_1spae_xjm08_183:not(#\9)::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_header-cell_1spae_xjm08_149.awsui_header-cell-group_1spae_xjm08_204:not(#\9), .awsui_header-cell_1spae_xjm08_149.awsui_header-cell-grouped_1spae_xjm08_204:not(#\9), .awsui_header-cell_1spae_xjm08_149.awsui_header-cell-spans-rows_1spae_xjm08_204:not(#\9) {
  padding-block: var(--space-xxxs-zelp5l, 2px);
  padding-inline: var(--space-scaled-xs-rt720d, 8px);
  border-block-end-color: var(--color-border-divider-table-group-rhzuu5, #8c8c94);
}
.awsui_header-cell_1spae_xjm08_149.awsui_header-cell-group_1spae_xjm08_204 > .awsui_resize-divider_1spae_xjm08_209.awsui_resize-divider_1spae_xjm08_209:not(#\9), .awsui_header-cell_1spae_xjm08_149.awsui_header-cell-grouped_1spae_xjm08_204 > .awsui_resize-divider_1spae_xjm08_209.awsui_resize-divider_1spae_xjm08_209:not(#\9), .awsui_header-cell_1spae_xjm08_149.awsui_header-cell-spans-rows_1spae_xjm08_204 > .awsui_resize-divider_1spae_xjm08_209.awsui_resize-divider_1spae_xjm08_209:not(#\9) {
  border-inline-start-color: var(--color-border-divider-table-group-rhzuu5, #8c8c94);
}
.awsui_header-cell-sticky_1spae_xjm08_212:not(#\9) {
  border-block-end: var(--border-table-sticky-width-b7hbf5, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
.awsui_header-cell-sticky_1spae_xjm08_212.awsui_header-cell-group_1spae_xjm08_204:not(#\9), .awsui_header-cell-sticky_1spae_xjm08_212.awsui_header-cell-grouped_1spae_xjm08_204:not(#\9), .awsui_header-cell-sticky_1spae_xjm08_212.awsui_header-cell-spans-rows_1spae_xjm08_204:not(#\9) {
  border-block-end-color: var(--color-border-divider-table-group-rhzuu5, #8c8c94);
}
.awsui_header-cell-stuck_1spae_xjm08_218:not(#\9):not(.awsui_header-cell-variant-full-page_1spae_xjm08_218) {
  border-block-end-color: transparent;
}
.awsui_header-cell-variant-full-page_1spae_xjm08_218:not(#\9) {
  background: var(--color-background-layout-main-h1l2yn, #ffffff);
}
.awsui_header-cell-variant-full-page_1spae_xjm08_218.awsui_header-cell-hidden_1spae_xjm08_224:not(#\9) {
  border-block-end-color: transparent;
}
.awsui_header-cell-variant-embedded_1spae_xjm08_227.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_xjm08_212, .awsui_sticky-cell_1spae_xjm08_227)), .awsui_header-cell-variant-borderless_1spae_xjm08_227.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):not(:is(.awsui_header-cell-sticky_1spae_xjm08_212, .awsui_sticky-cell_1spae_xjm08_227)) {
  background: none;
}
.awsui_header-cell_1spae_xjm08_149:not(#\9):last-child, .awsui_header-cell_1spae_xjm08_149[data-rightmost]:not(#\9), .awsui_header-cell_1spae_xjm08_149.awsui_header-cell-sortable_1spae_xjm08_230:not(#\9) {
  padding-inline-end: var(--space-xs-j1ch97, 8px);
}
.awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell_1spae_xjm08_227:not(#\9) {
  position: sticky;
  background: var(--color-background-table-header-vtzvuu, #ffffff);
  z-index: 798;
  transition-property: padding;
  transition-duration: var(--motion-duration-transition-show-quick-7tdo52, 90ms);
  transition-timing-function: var(--motion-easing-sticky-2o5vog, cubic-bezier(1, 0, 0.83, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell_1spae_xjm08_227:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell_1spae_xjm08_227:not(#\9), .awsui-mode-entering .awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell_1spae_xjm08_227:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell_1spae_xjm08_227.awsui_table-variant-full-page_1spae_xjm08_251:not(#\9) {
  background: var(--color-background-layout-main-h1l2yn, #ffffff);
}
.awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell-pad-left_1spae_xjm08_254:not(#\9):not(.awsui_has-selection_1spae_xjm08_254) {
  padding-inline-start: var(--space-table-horizontal-jdu87e, 20px);
}
.awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell-last-inline-start_1spae_xjm08_257:not(#\9) {
  box-shadow: var(--shadow-sticky-column-first-yn8y77, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
  clip-path: inset(0px -24px 0px 0px);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell-last-inline-start_1spae_xjm08_257 > .awsui_resize-divider_1spae_xjm08_209:not(#\9) {
  display: none;
}
.awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell-last-inline-start_1spae_xjm08_257:not(#\9):dir(rtl) {
  box-shadow: var(--shadow-sticky-column-last-kiekjr, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
  clip-path: inset(0 0 0 -24px);
}
.awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell-last-inline-end_1spae_xjm08_269:not(#\9) {
  box-shadow: var(--shadow-sticky-column-last-kiekjr, -4px 0 8px 1px rgba(0, 28, 36, 0.1));
  clip-path: inset(0 0 0 -24px);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_header-cell_1spae_xjm08_149.awsui_sticky-cell-last-inline-end_1spae_xjm08_269:not(#\9):dir(rtl) {
  box-shadow: var(--shadow-sticky-column-first-yn8y77, 4px 0px 8px 1px rgba(0, 7, 22, 0.1));
  clip-path: inset(0 -24px 0 0);
}

.awsui_sorting-icon_1spae_xjm08_279:not(#\9) {
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inset-inline-end: var(--space-xxs-0gmk42, 4px);
  color: var(--color-text-column-sorting-icon-e19lu7, #424650);
}

.awsui_edit-icon_1spae_xjm08_287:not(#\9) {
  margin-inline-start: var(--space-xxs-0gmk42, 4px);
  margin-block-start: var(--space-scaled-xxs-vdp1uk, 4px);
  color: inherit;
}

.awsui_header-cell-content_1spae_xjm08_293:not(#\9) {
  position: relative;
  padding-block: var(--space-scaled-xxs-vdp1uk, 4px);
  padding-inline-end: var(--space-s-kbzdb8, 12px);
  padding-inline-start: var(--space-s-kbzdb8, 12px);
}
.awsui_header-cell-content_1spae_xjm08_293.awsui_header-cell-content-expandable_1spae_xjm08_299:not(#\9) {
  padding-inline-start: calc(var(--space-s-kbzdb8, 12px) + var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px));
}
.awsui_header-cell-group_1spae_xjm08_204 > .awsui_header-cell-content_1spae_xjm08_293:not(#\9), .awsui_header-cell-grouped_1spae_xjm08_204 > .awsui_header-cell-content_1spae_xjm08_293:not(#\9), .awsui_header-cell-spans-rows_1spae_xjm08_204 > .awsui_header-cell-content_1spae_xjm08_293:not(#\9) {
  padding-block: var(--space-xxxs-zelp5l, 2px);
}
.awsui_header-cell-sortable_1spae_xjm08_230 > .awsui_header-cell-content_1spae_xjm08_293:not(#\9) {
  padding-inline-end: calc(var(--space-xl-d84eey, 24px) + var(--space-xxs-0gmk42, 4px));
}
.awsui_header-cell-content_1spae_xjm08_293:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_xjm08_293:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_xjm08_293:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_xjm08_293:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  inline-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  block-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_xjm08_293.awsui_header-cell-fake-focus_1spae_xjm08_183:not(#\9) {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_xjm08_293.awsui_header-cell-fake-focus_1spae_xjm08_183:not(#\9) {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-cell-content_1spae_xjm08_293.awsui_header-cell-fake-focus_1spae_xjm08_183:not(#\9)::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  inline-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  block-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_header-cell-disabled_1spae_xjm08_354.awsui_header-cell-sorted_1spae_xjm08_354 > .awsui_header-cell-content_1spae_xjm08_293 > .awsui_sorting-icon_1spae_xjm08_279:not(#\9) {
  color: var(--color-text-interactive-disabled-scv2ec, #b4b4bb);
}

.awsui_header-cell-spans-rows_1spae_xjm08_204:not(#\9) {
  block-size: 100%;
  vertical-align: bottom;
}
.awsui_header-cell-spans-rows_1spae_xjm08_204 > .awsui_header-cell-content_1spae_xjm08_293:not(#\9) {
  block-size: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.awsui_header-cell-spans-rows_1spae_xjm08_204 > .awsui_header-cell-content_1spae_xjm08_293 > .awsui_sorting-icon_1spae_xjm08_279:not(#\9) {
  inset-block-start: auto;
  inset-block-end: var(--space-scaled-xxs-vdp1uk, 4px);
  transform: none;
}

.awsui_header-cell-sortable_1spae_xjm08_230:not(#\9):not(.awsui_header-cell-disabled_1spae_xjm08_354) > .awsui_header-cell-content_1spae_xjm08_293 {
  cursor: pointer;
}
.awsui_header-cell-sortable_1spae_xjm08_230:not(#\9):not(.awsui_header-cell-disabled_1spae_xjm08_354) > .awsui_header-cell-content_1spae_xjm08_293:hover, .awsui_header-cell-sortable_1spae_xjm08_230:not(#\9):not(.awsui_header-cell-disabled_1spae_xjm08_354).awsui_header-cell-sorted_1spae_xjm08_354 > .awsui_header-cell-content_1spae_xjm08_293 {
  color: var(--color-text-interactive-active-mb8zit, #0f141a);
}
.awsui_header-cell-sortable_1spae_xjm08_230:not(#\9):not(.awsui_header-cell-disabled_1spae_xjm08_354) > .awsui_header-cell-content_1spae_xjm08_293:hover > .awsui_sorting-icon_1spae_xjm08_279, .awsui_header-cell-sortable_1spae_xjm08_230:not(#\9):not(.awsui_header-cell-disabled_1spae_xjm08_354).awsui_header-cell-sorted_1spae_xjm08_354 > .awsui_header-cell-content_1spae_xjm08_293 > .awsui_sorting-icon_1spae_xjm08_279 {
  color: var(--color-text-interactive-active-mb8zit, #0f141a);
}

.awsui_header-cell-text_1spae_xjm08_385:not(#\9) {
  line-height: var(--line-height-heading-xs-y2jce8, 18px);
  padding-block: calc(var(--space-xxxs-zelp5l, 2px) / 2);
}
.awsui_header-cell-text_1spae_xjm08_385:not(#\9):not(.awsui_header-cell-text-wrap_1spae_xjm08_389) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awsui_header-cell-ascending_1spae_xjm08_395:not(#\9),
.awsui_header-cell-descending_1spae_xjm08_396:not(#\9) {
  /* used in test-utils */
}

/*
In Visual Refresh the first cell in the header should align
with the left edge of the table as closely as possible. If the
last header cell is sortable the sort icon should align with the
settings icon in the pagination slot.
*/
.awsui_header-cell_1spae_xjm08_149:not(#\9):not(.awsui_is-visual-refresh_1spae_xjm08_227):first-child {
  padding-inline-start: var(--space-xs-j1ch97, 8px);
}
.awsui_header-cell_1spae_xjm08_149:not(#\9):not(.awsui_is-visual-refresh_1spae_xjm08_227):first-child.awsui_header-cell-content-expandable_1spae_xjm08_299 {
  padding-inline-start: calc(var(--space-xs-j1ch97, 8px) + var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px));
}

.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9) {
  /*
    Striped rows requires additional left padding because the
    shaded background makes the child content appear too close
    to the table edge.
  */
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:focus {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px) + var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px) + var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px) + var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_xjm08_183 {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_xjm08_183 {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px) + var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child.awsui_header-cell-fake-focus_1spae_xjm08_183::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px) + var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  inline-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px) + var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  block-size: calc(100% + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-scaled-xxs-vdp1uk, 4px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_xjm08_204):not(.awsui_header-cell-group_1spae_xjm08_204) > .awsui_header-cell-content_1spae_xjm08_293 {
  padding-inline-start: 0px;
}
.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_xjm08_204):not(.awsui_header-cell-group_1spae_xjm08_204) > .awsui_header-cell-content_1spae_xjm08_293.awsui_header-cell-content-expandable_1spae_xjm08_299 {
  padding-inline-start: calc(0px + var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px));
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_xjm08_204):not(.awsui_header-cell-group_1spae_xjm08_204) > .awsui_header-cell-content_1spae_xjm08_293:focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_xjm08_204):not(.awsui_header-cell-group_1spae_xjm08_204) > .awsui_header-cell-content_1spae_xjm08_293:focus {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) + var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_xjm08_204):not(.awsui_header-cell-group_1spae_xjm08_204) > .awsui_header-cell-content_1spae_xjm08_293:focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) + var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  inline-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) + var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  block-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_xjm08_204):not(.awsui_header-cell-group_1spae_xjm08_204) > .awsui_header-cell-content_1spae_xjm08_293.awsui_header-cell-fake-focus_1spae_xjm08_183 {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_xjm08_204):not(.awsui_header-cell-group_1spae_xjm08_204) > .awsui_header-cell-content_1spae_xjm08_293.awsui_header-cell-fake-focus_1spae_xjm08_183 {
  outline: 2px dotted transparent;
  outline-offset: calc(calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) + var(--space-scaled-xxs-vdp1uk, 4px)) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_header-cell-grouped_1spae_xjm08_204):not(.awsui_header-cell-group_1spae_xjm08_204) > .awsui_header-cell-content_1spae_xjm08_293.awsui_header-cell-fake-focus_1spae_xjm08_183::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) + var(--space-scaled-xxs-vdp1uk, 4px)));
  inset-block-start: calc(-1 * calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  inline-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px) + var(--space-scaled-xxs-vdp1uk, 4px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  block-size: calc(100% + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)) + calc(-1 * var(--space-table-header-focus-outline-gutter-b0tzb1, 0px)));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_xjm08_510):not(.awsui_sticky-cell-pad-inline-start_1spae_xjm08_510):not(.awsui_header-cell-group_1spae_xjm08_204):not(.awsui_header-cell-grouped_1spae_xjm08_204) {
  padding-inline-start: var(--space-xxxs-zelp5l, 2px);
}
.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child:not(.awsui_has-striped-rows_1spae_xjm08_510):not(.awsui_sticky-cell-pad-inline-start_1spae_xjm08_510):not(.awsui_header-cell-group_1spae_xjm08_204):not(.awsui_header-cell-grouped_1spae_xjm08_204).awsui_header-cell-content-expandable_1spae_xjm08_299 {
  padding-inline-start: calc(var(--space-xxxs-zelp5l, 2px) + var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px));
}
.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child.awsui_has-striped-rows_1spae_xjm08_510:not(.awsui_sticky-cell-pad-inline-start_1spae_xjm08_510):not(.awsui_header-cell-group_1spae_xjm08_204):not(.awsui_header-cell-grouped_1spae_xjm08_204) {
  padding-inline-start: var(--space-xxs-0gmk42, 4px);
}
.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):first-child.awsui_has-striped-rows_1spae_xjm08_510:not(.awsui_sticky-cell-pad-inline-start_1spae_xjm08_510):not(.awsui_header-cell-group_1spae_xjm08_204):not(.awsui_header-cell-grouped_1spae_xjm08_204).awsui_header-cell-content-expandable_1spae_xjm08_299 {
  padding-inline-start: calc(var(--space-xxs-0gmk42, 4px) + var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px));
}
.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227:not(#\9):last-child.awsui_header-cell-sortable_1spae_xjm08_230:not(.awsui_header-cell-resizable_1spae_xjm08_522), .awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227[data-rightmost].awsui_header-cell-sortable_1spae_xjm08_230:not(#\9):not(.awsui_header-cell-resizable_1spae_xjm08_522) {
  padding-inline-end: var(--space-xxxs-zelp5l, 2px);
}
.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227.awsui_sticky-cell-pad-inline-start_1spae_xjm08_510:not(#\9) {
  padding-inline-start: var(--space-scaled-l-gr6kh1, 20px);
}
.awsui_header-cell_1spae_xjm08_149.awsui_is-visual-refresh_1spae_xjm08_227.awsui_sticky-cell-pad-inline-start_1spae_xjm08_510.awsui_header-cell-content-expandable_1spae_xjm08_299:not(#\9) {
  padding-inline-start: calc(var(--space-scaled-l-gr6kh1, 20px) + var(--space-m-utxyzm, 16px) + var(--space-xs-j1ch97, 8px));
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
@keyframes awsui_skeleton-wave_1qq5l_ahnl4_1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes awsui_skeleton-wave-rtl_1qq5l_ahnl4_1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.awsui_root_1qq5l_ahnl4_161:not(#\9) {
  inline-size: 100%;
}
.awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9) {
  block-size: 1em;
  inline-size: 100%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: var(--color-background-skeleton-6r9jxc, #ebebf0);
  border-start-start-radius: var(--border-radius-skeleton-838480, 8px);
  border-start-end-radius: var(--border-radius-skeleton-838480, 8px);
  border-end-start-radius: var(--border-radius-skeleton-838480, 8px);
  border-end-end-radius: var(--border-radius-skeleton-838480, 8px);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9)::after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  background: linear-gradient(90deg, transparent, var(--color-background-skeleton-wave-2uh1of, #f6f6f9), transparent);
  animation: awsui_skeleton-wave_1qq5l_ahnl4_1 1.25s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9)::after {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9)::after, .awsui-mode-entering .awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9)::after {
  animation: none;
  transition: none;
}
.awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9):dir(rtl)::after {
  animation: awsui_skeleton-wave-rtl_1qq5l_ahnl4_1 1.25s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9):dir(rtl)::after {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9):dir(rtl)::after, .awsui-mode-entering .awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9):dir(rtl)::after {
  animation: none;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9), .awsui-mode-entering .awsui_root_1qq5l_ahnl4_161 > .awsui_inner_1qq5l_ahnl4_164:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_display-block_1qq5l_ahnl4_222:not(#\9) {
  display: block;
}

.awsui_display-inline-block_1qq5l_ahnl4_226:not(#\9) {
  display: inline-block;
  vertical-align: middle;
}

.awsui_display-inline_1qq5l_ahnl4_226:not(#\9) {
  display: inline;
}

.awsui_variant-text-body-s_1qq5l_ahnl4_235:not(#\9) {
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
}

.awsui_variant-text-body-m_1qq5l_ahnl4_240:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
}

.awsui_variant-text-heading-xs_1qq5l_ahnl4_245:not(#\9) {
  font-size: var(--font-size-heading-xs-0l0dyz, 14px);
  line-height: var(--line-height-heading-xs-y2jce8, 18px);
}

.awsui_variant-text-heading-s_1qq5l_ahnl4_250:not(#\9) {
  font-size: var(--font-size-heading-s-4lcrq9, 16px);
  line-height: var(--line-height-heading-s-nzr3b5, 20px);
}

.awsui_variant-text-heading-m_1qq5l_ahnl4_255:not(#\9) {
  font-size: var(--font-size-heading-m-mz0atu, 18px);
  line-height: var(--line-height-heading-m-qyxryn, 22px);
}

.awsui_variant-text-heading-l_1qq5l_ahnl4_260:not(#\9) {
  font-size: var(--font-size-heading-l-busq1x, 20px);
  line-height: var(--line-height-heading-l-4ovksh, 24px);
}

.awsui_variant-text-heading-xl_1qq5l_ahnl4_265:not(#\9) {
  font-size: var(--font-size-heading-xl-ivlyjw, 24px);
  line-height: var(--line-height-heading-xl-z5dth5, 30px);
}

.awsui_variant-text-display-l_1qq5l_ahnl4_270:not(#\9) {
  font-size: var(--font-size-display-l-0xdz3a, 42px);
  line-height: var(--line-height-display-l-ho7s7t, 48px);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_header-cell-text_dpuyq_1id1o_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_sticky-scrollbar_faqt8_1x01t_181:not(#\9) {
  block-size: 15px;
  position: sticky;
  display: none;
  overflow-x: auto;
  overflow-y: hidden;
  inset-block-end: 0;
  inline-size: 100%;
}
.awsui_sticky-scrollbar_faqt8_1x01t_181[data-stuck=false]:not(#\9) {
  clip-path: inset(-9999px 0 0 0 round var(--border-radius-container-r1vefe, 16px));
}
.awsui_sticky-scrollbar-content_faqt8_1x01t_193:not(#\9) {
  block-size: 15px;
}
.awsui_sticky-scrollbar-visible_faqt8_1x01t_196:not(#\9) {
  display: block;
}
.awsui_sticky-scrollbar-native-invisible_faqt8_1x01t_199:not(#\9) {
  margin-block-start: -15px;
}
.awsui_sticky-scrollbar-offset_faqt8_1x01t_202:not(#\9) {
  z-index: 799;
}
.awsui_sticky-scrollbar-offset_faqt8_1x01t_202:not(#\9):not(.awsui_is-visual-refresh_faqt8_1x01t_205) {
  background-color: var(--color-background-container-content-ypckbh, #ffffff);
  block-size: 15px;
  margin-block-start: calc(-1 * var(--border-divider-section-width-n3ndoh, 1px));
  border-block-start: var(--border-divider-section-width-n3ndoh, 1px) solid var(--color-border-divider-default-p3i4pf, #c6c6cd);
}
.awsui_sticky-scrollbar-offset_faqt8_1x01t_202.awsui_is-visual-refresh_faqt8_1x01t_205:not(#\9) {
  margin-block-start: -5px;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
  animation: awsui_awsui-motion-fade-in-dropdown_9duf6_15axv_1 var(--motion-duration-show-quick-6av78d, 135ms) var(--motion-easing-show-quick-2n40zx, ease-out);
}
@keyframes awsui_awsui-motion-fade-in-dropdown_9duf6_15axv_1 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_dropdown-content-wrapper_9duf6_15axv_153.awsui_refresh_9duf6_15axv_174:not(#\9) {
  transform-origin: top;
  animation-name: awsui_awsui-motion-fade-in-0_9duf6_15axv_1;
  animation-duration: var(--motion-duration-show-quick-6av78d, 135ms);
  animation-timing-function: var(--motion-easing-show-quick-2n40zx, ease-out);
}
@keyframes awsui_awsui-motion-fade-in-0_9duf6_15axv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_dropdown-content-wrapper_9duf6_15axv_153.awsui_refresh_9duf6_15axv_174:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_dropdown-content-wrapper_9duf6_15axv_153.awsui_refresh_9duf6_15axv_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_9duf6_15axv_153.awsui_refresh_9duf6_15axv_174:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_9duf6_15axv_199:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  white-space: inherit;
}
.awsui_root_9duf6_15axv_199.awsui_interior_9duf6_15axv_232:not(#\9) {
  position: static;
}

.awsui_dropdown_9duf6_15axv_153:not(#\9) {
  position: absolute;
  display: none;
  z-index: 2000;
  transform-origin: top;
}
.awsui_dropdown_9duf6_15axv_153.awsui_use-portal_9duf6_15axv_242:not(#\9) {
  z-index: 7000;
}
.awsui_dropdown_9duf6_15axv_153:not(#\9):not(.awsui_interior_9duf6_15axv_232) {
  transform: translateY(0px);
  transition: transform var(--motion-duration-show-quick-6av78d, 135ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_dropdown_9duf6_15axv_153:not(#\9):not(.awsui_interior_9duf6_15axv_232) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_dropdown_9duf6_15axv_153:not(#\9):not(.awsui_interior_9duf6_15axv_232), .awsui-mode-entering .awsui_dropdown_9duf6_15axv_153:not(#\9):not(.awsui_interior_9duf6_15axv_232) {
  animation: none;
  transition: none;
}
.awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  white-space: inherit;
  position: relative;
  background-color: var(--color-background-dropdown-item-default-2s0vpk, #ffffff);
  outline: none;
  box-shadow: var(--shadow-dropdown-8wmt3o, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
  border-start-start-radius: var(--awsui-dropdown-content-border-radius-z17rmd, var(--border-radius-dropdown-942n6j, 8px));
  border-start-end-radius: var(--awsui-dropdown-content-border-radius-z17rmd, var(--border-radius-dropdown-942n6j, 8px));
  border-end-start-radius: var(--awsui-dropdown-content-border-radius-z17rmd, var(--border-radius-dropdown-942n6j, 8px));
  border-end-end-radius: var(--awsui-dropdown-content-border-radius-z17rmd, var(--border-radius-dropdown-942n6j, 8px));
  border-block: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-container-top-2no83z, transparent);
  box-sizing: border-box;
}
.awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9)::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset-block-start: -1px;
  inset-block-end: -1px;
  inset-inline-start: 0px;
  inset-inline-end: 0px;
  background-color: transparent;
  border-block: var(--awsui-dropdown-content-border-width-z17rmd, var(--border-width-popover-fhrkmk, 2px)) solid var(--awsui-dropdown-content-border-color-z17rmd, var(--color-border-dropdown-container-21kqyh, #b4b4bb));
  border-inline: var(--awsui-dropdown-content-border-width-z17rmd, var(--border-width-popover-fhrkmk, 2px)) solid var(--awsui-dropdown-content-border-color-z17rmd, var(--color-border-dropdown-container-21kqyh, #b4b4bb));
  border-start-start-radius: var(--awsui-dropdown-content-border-radius-z17rmd, var(--border-radius-dropdown-942n6j, 8px));
  border-start-end-radius: var(--awsui-dropdown-content-border-radius-z17rmd, var(--border-radius-dropdown-942n6j, 8px));
  border-end-start-radius: var(--awsui-dropdown-content-border-radius-z17rmd, var(--border-radius-dropdown-942n6j, 8px));
  border-end-end-radius: var(--awsui-dropdown-content-border-radius-z17rmd, var(--border-radius-dropdown-942n6j, 8px));
  pointer-events: none;
}
.awsui_dropdown-content-wrapper_9duf6_15axv_153.awsui_is-empty_9duf6_15axv_318:not(#\9)::after {
  display: none;
}
.awsui_dropdown_9duf6_15axv_153 > .awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
  border-block-start: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-container-top-2no83z, transparent);
  border-block-end: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-dropdown-group-bl84pc, #c6c6cd);
}
.awsui_dropdown-drop-up_9duf6_15axv_325 > .awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
  transform-origin: bottom;
  box-shadow: var(--shadow-dropup-blloah, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
}
.awsui_dropdown-drop-up_9duf6_15axv_325.awsui_with-limited-width_9duf6_15axv_329 > .awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
  border-block-start: none;
}
.awsui_dropdown-drop-left_9duf6_15axv_332:not(#\9) {
  inset-inline-end: 0;
}
.awsui_dropdown-drop-right_9duf6_15axv_335:not(#\9) {
  inset-inline-start: 0;
}
.awsui_dropdown_9duf6_15axv_153.awsui_occupy-entire-width_9duf6_15axv_338:not(#\9) {
  min-inline-size: 100%;
}
.awsui_dropdown_9duf6_15axv_153.awsui_use-flexible-width_9duf6_15axv_341:not(#\9) {
  inline-size: max-content;
  max-inline-size: var(--awsui-dropdown-default-max-width-z17rmd, none);
  min-inline-size: var(--awsui-dropdown-default-min-width-z17rmd, auto);
}
.awsui_dropdown_9duf6_15axv_153.awsui_interior_9duf6_15axv_232 > .awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
  margin-block-start: -1px;
}
.awsui_dropdown_9duf6_15axv_153.awsui_hide-block-border_9duf6_15axv_349 > .awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
  border-block-start: none;
}
.awsui_dropdown_9duf6_15axv_153.awsui_hide-block-border_9duf6_15axv_349:not(#\9):not(.awsui_dropdown-drop-up_9duf6_15axv_325) > .awsui_dropdown-content-wrapper_9duf6_15axv_153 {
  border-block-end: none;
}
.awsui_dropdown_9duf6_15axv_153.awsui_hide-block-border_9duf6_15axv_349.awsui_refresh_9duf6_15axv_174 > .awsui_dropdown-content-wrapper_9duf6_15axv_153:not(#\9) {
  border-block-end: none;
}
.awsui_dropdown_9duf6_15axv_153.awsui_open_9duf6_15axv_358:not(#\9) {
  display: block;
}
.awsui_dropdown_9duf6_15axv_153.awsui_open_9duf6_15axv_358:not(#\9):not(.awsui_interior_9duf6_15axv_232).awsui_refresh_9duf6_15axv_174[data-animating=true] {
  transform: translateY(4px);
}
.awsui_dropdown_9duf6_15axv_153.awsui_open_9duf6_15axv_358:not(#\9):not(.awsui_interior_9duf6_15axv_232).awsui_refresh_9duf6_15axv_174[data-animating=true].awsui_dropdown-drop-up_9duf6_15axv_325 {
  transform: translateY(-4px);
}
.awsui_dropdown_9duf6_15axv_153.awsui_open_9duf6_15axv_358.awsui_nowrap_9duf6_15axv_367:not(#\9) {
  white-space: nowrap;
  overflow: scroll;
}

.awsui_dropdown-content_9duf6_15axv_153:not(#\9) {
  display: flex;
  flex-direction: column;
  inline-size: 100%;
}

.awsui_stretch-trigger-height_9duf6_15axv_378:not(#\9) {
  block-size: 100%;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_trigger_1hezk_1wraf_5:not(#\9) {
  /* used in test-utils */
}

.awsui_header_1hezk_1wraf_9:not(#\9) {
  /* used in test-utils */
}

.awsui_footer_1hezk_1wraf_13:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_link_4c84z_122u0_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: inline;
  white-space: inherit;
  --awsui-style-focus-ring-box-shadow-z17rmd: 0 0 0 var(--awsui-style-focus-ring-border-width-z17rmd, var(--border-link-focus-ring-shadow-spread-brjxth, 2px)) var(--awsui-style-focus-ring-border-color-z17rmd, var(--color-border-item-focused-kb13a4, #006ce0));
  text-underline-offset: 0.25em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-secondary-default-tdvwac, #006ce0));
  font-weight: var(--font-weight-link-secondary-tif4cd, inherit);
  letter-spacing: normal;
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_122u0_145:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_122u0_145:not(#\9), .awsui-mode-entering .awsui_link_4c84z_122u0_145:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_122u0_145:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-secondary-hover-wujy8p, #002b66));
}
.awsui_link_4c84z_122u0_145:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_122u0_145:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-secondary-hover-wujy8p, #002b66));
}
.awsui_link_4c84z_122u0_145:not(#\9):active, .awsui_link_4c84z_122u0_145:not(#\9):focus, .awsui_link_4c84z_122u0_145:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-decoration-hover-br1z3q, currentColor);
}
.awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9) {
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-default-jk9mjs, #006ce0));
  font-weight: var(--font-link-button-weight-b8qq0j, 700);
  letter-spacing: var(--font-link-button-letter-spacing-8fkv9m, 0.005em);
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-button-underline-aa80x3, transparent);
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9), .awsui-mode-entering .awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9):active, .awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9):focus, .awsui_link_4c84z_122u0_145.awsui_variant-recovery_4c84z_122u0_213:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-button-underline-hover-pz8b1i, transparent);
}
.awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9) {
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-secondary-default-tdvwac, #006ce0));
  font-weight: var(--font-weight-link-secondary-tif4cd, inherit);
  letter-spacing: normal;
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9), .awsui-mode-entering .awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-secondary-hover-wujy8p, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-secondary-hover-wujy8p, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9):active, .awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9):focus, .awsui_link_4c84z_122u0_145.awsui_variant-secondary_4c84z_122u0_246:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-decoration-hover-br1z3q, currentColor);
}
.awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9) {
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-default-jk9mjs, #006ce0));
  font-weight: inherit;
  letter-spacing: normal;
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-decoration-default-4ogme5, currentColor);
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9), .awsui-mode-entering .awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9):active, .awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9):focus, .awsui_link_4c84z_122u0_145.awsui_variant-primary_4c84z_122u0_281:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-decoration-hover-br1z3q, currentColor);
}
.awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9) {
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-info-default-15ap6b, #006ce0));
  font-weight: var(--font-weight-bold-qswov1, 700);
  letter-spacing: 0.005em;
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9), .awsui-mode-entering .awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-info-hover-mzonq8, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-info-hover-mzonq8, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9):active, .awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9):focus, .awsui_link_4c84z_122u0_145.awsui_variant-info_4c84z_122u0_314:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-button-underline-hover-pz8b1i, transparent);
}
.awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9) {
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-default-jk9mjs, #006ce0));
  font-weight: var(--font-weight-display-l-f871mx, 700);
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9), .awsui-mode-entering .awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9):active, .awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9):focus, .awsui_link_4c84z_122u0_145.awsui_variant-value-large_4c84z_122u0_349:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}
.awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9) {
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-interactive-default-kkm8t6, #424650));
  font-weight: var(--font-weight-bold-qswov1, 700);
  letter-spacing: 0.005em;
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9), .awsui-mode-entering .awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-interactive-hover-pij1mj, #0f141a));
}
.awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-interactive-active-mb8zit, #0f141a));
}
.awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9):active, .awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9):focus, .awsui_link_4c84z_122u0_145.awsui_variant-top-navigation_4c84z_122u0_381:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: transparent;
}
.awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9) {
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-button-normal-default-31udfi, #006ce0));
  font-weight: var(--font-weight-bold-qswov1, 700);
  letter-spacing: var(--font-button-letter-spacing-svdhj5, 0.005em);
  text-decoration-line: none;
  text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9), .awsui-mode-entering .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-button-normal-hover-qbcskx, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):focus {
  outline: none;
}
.awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-button-normal-active-2agjwp, #002b66));
}
.awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):active, .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):focus, .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: transparent;
}
.awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9) {
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-default-jk9mjs, #006ce0));
  font-weight: inherit;
  letter-spacing: normal;
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-decoration-default-4ogme5, currentColor);
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9) {
  animation: none;
  transition: none;
}
.awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):focus {
  outline: none;
}
.awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):active, .awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):focus, .awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-decoration-hover-br1z3q, currentColor);
}
.awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416:not(#\9) {
  font-weight: inherit;
  letter-spacing: normal;
}
.awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416.awsui_color-inverted_4c84z_122u0_488:not(#\9) {
  color: var(--color-text-notification-default-v9tldm, #f9f9fa);
  text-decoration-color: currentColor;
}
.awsui-one-theme .awsui_link_4c84z_122u0_145.awsui_button_4c84z_122u0_416.awsui_color-inverted_4c84z_122u0_488:not(#\9):hover {
  color: var(--color-text-link-inverted-hover-ainrw5, #ffffff);
}
.awsui_link_4c84z_122u0_145.awsui_color-inverted_4c84z_122u0_488:not(#\9) {
  color: var(--color-text-notification-default-v9tldm, #f9f9fa);
}
.awsui_link_4c84z_122u0_145.awsui_color-inverted_4c84z_122u0_488:not(#\9):not(.awsui_button_4c84z_122u0_416) {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}
.awsui_link_4c84z_122u0_145.awsui_color-inverted_4c84z_122u0_488:not(#\9):hover {
  color: var(--color-text-link-inverted-hover-ainrw5, #ffffff);
}
body[data-awsui-focus-visible=true] .awsui_link_4c84z_122u0_145:not(#\9):focus {
  outline: thin dotted;
  outline: var(--border-link-focus-ring-outline-h8l4gm, 0);
  outline-offset: 2px;
  outline-color: var(--awsui-style-focus-ring-border-color-z17rmd, var(--color-border-item-focused-kb13a4, #006ce0));
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-z17rmd);
}
.awsui_link_4c84z_122u0_145.awsui_font-size-body-s_4c84z_122u0_516:not(#\9) {
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  text-underline-offset: 0.3em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
}
.awsui_link_4c84z_122u0_145.awsui_font-size-body-m_4c84z_122u0_524:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  text-underline-offset: 0.25em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
}
.awsui_link_4c84z_122u0_145.awsui_font-size-heading-xs_4c84z_122u0_531:not(#\9) {
  font-size: var(--font-size-heading-xs-0l0dyz, 14px);
  line-height: var(--line-height-heading-xs-y2jce8, 18px);
  letter-spacing: var(--letter-spacing-heading-xs-2iwerv, normal);
  text-underline-offset: 0.25em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
}
.awsui_link_4c84z_122u0_145.awsui_font-size-heading-s_4c84z_122u0_539:not(#\9) {
  font-size: var(--font-size-heading-s-4lcrq9, 16px);
  line-height: var(--line-height-heading-s-nzr3b5, 20px);
  letter-spacing: var(--letter-spacing-heading-s-hvcq7m, -0.005em);
  text-underline-offset: 0.3em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
}
.awsui_link_4c84z_122u0_145.awsui_font-size-heading-m_4c84z_122u0_547:not(#\9) {
  font-size: var(--font-size-heading-m-mz0atu, 18px);
  line-height: var(--line-height-heading-m-qyxryn, 22px);
  letter-spacing: var(--letter-spacing-heading-m-rnxsg2, -0.01em);
  text-underline-offset: 0.25em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
}
.awsui_link_4c84z_122u0_145.awsui_font-size-heading-l_4c84z_122u0_555:not(#\9) {
  font-size: var(--font-size-heading-l-busq1x, 20px);
  line-height: var(--line-height-heading-l-4ovksh, 24px);
  letter-spacing: var(--letter-spacing-heading-l-8ia5so, -0.015em);
  text-underline-offset: 0.25em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
}
.awsui_link_4c84z_122u0_145.awsui_font-size-heading-xl_4c84z_122u0_563:not(#\9) {
  font-size: var(--font-size-heading-xl-ivlyjw, 24px);
  line-height: var(--line-height-heading-xl-z5dth5, 30px);
  letter-spacing: var(--letter-spacing-heading-xl-0c6joz, -0.02em);
  text-underline-offset: 0.25em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
}
.awsui_link_4c84z_122u0_145.awsui_font-size-display-l_4c84z_122u0_571:not(#\9) {
  font-size: var(--font-size-display-l-0xdz3a, 42px);
  line-height: var(--line-height-display-l-ho7s7t, 48px);
  letter-spacing: var(--letter-spacing-display-l-c3v571, -0.03em);
  text-underline-offset: 0.25em;
  text-decoration-thickness: var(--font-decoration-thickness-link-display-l-uwpq2r, 2px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
}
.awsui_link_4c84z_122u0_145.awsui_font-size-inherit_4c84z_122u0_579:not(#\9) {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-underline-offset: 0.25em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
}
.awsui_link_4c84z_122u0_145.awsui_in-inline-token_4c84z_122u0_587:not(#\9) {
  text-underline-offset: 0.15em;
}

.awsui_icon-wrapper_4c84z_122u0_591:not(#\9) {
  white-space: nowrap;
}

.awsui_icon_4c84z_122u0_591:not(#\9) {
  display: inline-block;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_vrgzu_7oqhv_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-block-start: var(--space-option-padding-vertical-3pmz4r, 4px);
  padding-block-end: calc(var(--space-option-padding-vertical-3pmz4r, 4px) + var(--space-xxxs-zelp5l, 2px));
  padding-inline: var(--space-field-horizontal-wxk0gu, 12px);
  color: var(--color-text-dropdown-footer-l16pho, #656871);
}
.awsui_root_vrgzu_7oqhv_145 > .awsui_recovery_vrgzu_7oqhv_180:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_1afi9_1wrmq_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.awsui_root_1afi9_1wrmq_145:not(#\9):not(.awsui_hidden_1afi9_1wrmq_176) {
  border-block-start: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-dropdown-item-default-9ovoac, #c6c6cd);
}
.awsui_root_1afi9_1wrmq_145:not(#\9):not(.awsui_hidden_1afi9_1wrmq_176).awsui_no-items_1afi9_1wrmq_179 {
  border-block-start: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-dropdown-item-top-g1eior, transparent);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_options-list_19gcf_avxly_145:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  margin-block: 0;
  margin-inline: 0;
  outline: none;
  border-block: none;
  border-inline: none;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  white-space: inherit;
  overflow-y: auto;
  flex: 1 1 auto;
  min-block-size: 0;
  border-start-start-radius: var(--border-radius-dropdown-942n6j, 8px);
  border-start-end-radius: var(--border-radius-dropdown-942n6j, 8px);
  border-end-start-radius: var(--border-radius-dropdown-942n6j, 8px);
  border-end-end-radius: var(--border-radius-dropdown-942n6j, 8px);
  -webkit-user-select: none;
          user-select: none;
}
.awsui_options-list-embedded_19gcf_avxly_192:not(#\9) {
  border-start-start-radius: 0px;
  border-start-end-radius: 0px;
  border-end-start-radius: 0px;
  border-end-end-radius: 0px;
}

.awsui_decrease-block-margin_19gcf_avxly_199:not(#\9) {
  margin-block: -1px;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_2rhyz_1s5pc_145:not(#\9) {
  /* used in test-utils for component to distinguish input from other input-like components, for example autosuggest */
}

.awsui_input_2rhyz_1s5pc_149:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-block: var(--space-field-vertical-sf2thg, 5px);
  padding-inline: var(--space-field-horizontal-wxk0gu, 12px);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-body-default-10lhjk, #0f141a));
  inline-size: 100%;
  cursor: text;
  box-sizing: border-box;
  background-color: var(--awsui-style-background-default-z17rmd, var(--color-background-input-default-wvdzir, #ffffff));
  border-start-start-radius: var(--border-radius-input-mcq1m5, 8px);
  border-start-end-radius: var(--border-radius-input-mcq1m5, 8px);
  border-end-start-radius: var(--border-radius-input-mcq1m5, 8px);
  border-end-end-radius: var(--border-radius-input-mcq1m5, 8px);
  border-block: var(--border-width-field-j665cy, 1px) solid var(--awsui-style-border-color-default-z17rmd, var(--color-border-input-default-nyn06a, #8c8c94));
  border-inline: var(--border-width-field-j665cy, 1px) solid var(--awsui-style-border-color-default-z17rmd, var(--color-border-input-default-nyn06a, #8c8c94));
  box-shadow: var(--awsui-style-box-shadow-default-z17rmd);
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  min-block-size: var(--size-vertical-input-tza5ti, 32px);
}
.awsui_input_2rhyz_1s5pc_149:not(#\9):hover {
  border-color: var(--awsui-style-border-color-hover-z17rmd, var(--awsui-style-border-color-default-z17rmd, var(--color-border-input-default-nyn06a, #8c8c94)));
  color: var(--awsui-style-color-hover-z17rmd, var(--awsui-style-border-color-default-z17rmd, var(--color-text-body-default-10lhjk, #0f141a)));
  background-color: var(--awsui-style-background-hover-z17rmd, var(--awsui-style-background-default-z17rmd, var(--color-background-input-default-wvdzir, #ffffff)));
  box-shadow: var(--awsui-style-box-shadow-hover-z17rmd, --awsui-style-box-shadow-default-z17rmd);
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-readonly_2rhyz_1s5pc_203:not(#\9) {
  background-color: var(--awsui-style-background-readonly-z17rmd, var(--awsui-style-background-default-z17rmd, var(--color-background-input-default-wvdzir, #ffffff)));
  border-block: var(--border-width-field-j665cy, 1px) solid var(--awsui-style-border-color-readonly-z17rmd, var(--awsui-style-border-color-default-z17rmd, var(--color-border-input-disabled-whoc96, #ebebf0)));
  border-inline: var(--border-width-field-j665cy, 1px) solid var(--awsui-style-border-color-readonly-z17rmd, var(--awsui-style-border-color-default-z17rmd, var(--color-border-input-disabled-whoc96, #ebebf0)));
  color: var(--awsui-style-color-readonly-z17rmd, var(--awsui-style-color-default-z17rmd, var(--color-text-body-default-10lhjk, #0f141a)));
  box-shadow: var(--awsui-style-box-shadow-readonly-z17rmd);
}
.awsui_input_2rhyz_1s5pc_149:not(#\9)::-webkit-input-placeholder {
  color: var(--awsui-style-placeholder-color-z17rmd, var(--color-text-input-placeholder-hz0ut2, #656871));
  font-size: var(--awsui-style-placeholder-font-size-z17rmd);
  font-style: var(--awsui-style-placeholder-font-style-z17rmd, italic);
  font-weight: var(--awsui-style-placeholder-font-weight-z17rmd);
  -webkit-user-select: none;
          user-select: none;
}
.awsui_input_2rhyz_1s5pc_149:not(#\9)::-moz-placeholder {
  color: var(--awsui-style-placeholder-color-z17rmd, var(--color-text-input-placeholder-hz0ut2, #656871));
  font-size: var(--awsui-style-placeholder-font-size-z17rmd);
  font-style: var(--awsui-style-placeholder-font-style-z17rmd, italic);
  font-weight: var(--awsui-style-placeholder-font-weight-z17rmd);
  opacity: 1;
}
.awsui_input_2rhyz_1s5pc_149:not(#\9):-moz-placeholder {
  color: var(--awsui-style-placeholder-color-z17rmd, var(--color-text-input-placeholder-hz0ut2, #656871));
  font-size: var(--awsui-style-placeholder-font-size-z17rmd);
  font-style: var(--awsui-style-placeholder-font-style-z17rmd, italic);
  font-weight: var(--awsui-style-placeholder-font-weight-z17rmd);
  opacity: 1;
}
.awsui_input_2rhyz_1s5pc_149:not(#\9):focus {
  outline: 2px dotted transparent;
  border-block: var(--border-width-field-j665cy, 1px) solid var(--awsui-style-border-color-focus-z17rmd, var(--color-border-input-focused-sw2top, #006ce0));
  border-inline: var(--border-width-field-j665cy, 1px) solid var(--awsui-style-border-color-focus-z17rmd, var(--color-border-input-focused-sw2top, #006ce0));
  border-start-start-radius: var(--border-radius-input-mcq1m5, 8px);
  border-start-end-radius: var(--border-radius-input-mcq1m5, 8px);
  border-end-start-radius: var(--border-radius-input-mcq1m5, 8px);
  border-end-end-radius: var(--border-radius-input-mcq1m5, 8px);
  box-shadow: var(--awsui-style-box-shadow-focus-z17rmd, 0 0 0 var(--border-control-focus-ring-shadow-spread-r5gux4, 1px) var(--color-border-item-focused-kb13a4, #006ce0));
  color: var(--awsui-style-color-focus-z17rmd, var(--color-text-body-default-10lhjk, #0f141a));
  background-color: var(--awsui-style-background-focus-z17rmd, var(--color-background-input-default-wvdzir, #ffffff));
}
.awsui_input_2rhyz_1s5pc_149:not(#\9):disabled {
  background-color: var(--awsui-style-background-disabled-z17rmd, var(--color-background-input-disabled-veifwn, #ebebf0));
  border-block: var(--border-width-field-j665cy, 1px) solid var(--awsui-style-border-color-disabled-z17rmd, var(--color-border-input-disabled-whoc96, #ebebf0));
  border-inline: var(--border-width-field-j665cy, 1px) solid var(--awsui-style-border-color-disabled-z17rmd, var(--color-border-input-disabled-whoc96, #ebebf0));
  color: var(--awsui-style-color-disabled-z17rmd, var(--color-text-input-disabled-ukj9cu, #b4b4bb));
  cursor: default;
  box-shadow: var(--awsui-style-box-shadow-disabled-z17rmd);
}
.awsui_input_2rhyz_1s5pc_149:not(#\9):disabled::-webkit-input-placeholder {
  color: var(--awsui-style-placeholder-color-z17rmd, var(--color-text-input-placeholder-disabled-yljq1a, #b4b4bb));
  -webkit-user-select: none;
          user-select: none;
}
.awsui_input_2rhyz_1s5pc_149:not(#\9):disabled::-moz-placeholder {
  color: var(--awsui-style-placeholder-color-z17rmd, var(--color-text-input-placeholder-disabled-yljq1a, #b4b4bb));
  opacity: 1;
}
.awsui_input_2rhyz_1s5pc_149:not(#\9):disabled:-moz-placeholder {
  color: var(--awsui-style-placeholder-color-z17rmd, var(--color-text-input-placeholder-disabled-yljq1a, #b4b4bb));
  opacity: 1;
}
.awsui_input_2rhyz_1s5pc_149:not(#\9):invalid {
  box-shadow: none;
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-invalid_2rhyz_1s5pc_266:not(#\9) {
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-status-error-ug8fw3, #db0000));
  border-color: var(--awsui-style-border-color-default-z17rmd, var(--color-text-status-error-ug8fw3, #db0000));
  padding-inline-start: calc(var(--space-field-horizontal-wxk0gu, 12px) - (var(--border-invalid-width-04qlbt, 8px) - var(--border-width-field-j665cy, 1px)));
  border-inline-start-width: var(--border-invalid-width-04qlbt, 8px);
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-invalid_2rhyz_1s5pc_266:not(#\9):focus {
  box-shadow: var(--awsui-style-box-shadow-focus-z17rmd, 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-jne4qz, 2px) var(--color-border-item-focused-kb13a4, #006ce0));
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-invalid_2rhyz_1s5pc_266.awsui_input-has-icon-left_2rhyz_1s5pc_275:not(#\9) {
  padding-inline-start: calc(var(--space-field-icon-offset-t4at7r, 36px) - (var(--border-invalid-width-04qlbt, 8px) - var(--border-width-field-j665cy, 1px)));
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-warning_2rhyz_1s5pc_278:not(#\9) {
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-status-warning-uphq2x, #855900));
  border-color: var(--awsui-style-border-color-default-z17rmd, var(--color-text-status-warning-uphq2x, #855900));
  padding-inline-start: calc(var(--space-field-horizontal-wxk0gu, 12px) - (var(--border-invalid-width-04qlbt, 8px) - var(--border-width-field-j665cy, 1px)));
  border-inline-start-width: var(--border-invalid-width-04qlbt, 8px);
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-warning_2rhyz_1s5pc_278:not(#\9):focus {
  box-shadow: var(--awsui-style-box-shadow-focus-z17rmd, 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-jne4qz, 2px) var(--color-border-item-focused-kb13a4, #006ce0));
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-warning_2rhyz_1s5pc_278.awsui_input-has-icon-left_2rhyz_1s5pc_275:not(#\9) {
  padding-inline-start: calc(var(--space-field-icon-offset-t4at7r, 36px) - (var(--border-invalid-width-04qlbt, 8px) - var(--border-width-field-j665cy, 1px)));
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-type-search_2rhyz_1s5pc_290:not(#\9) {
  box-sizing: border-box;
  -webkit-appearance: none;
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-type-search_2rhyz_1s5pc_290:not(#\9)::-webkit-search-decoration {
  -webkit-appearance: none;
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-type-search_2rhyz_1s5pc_290:not(#\9)::-webkit-search-cancel-button {
  display: none;
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-has-icon-left_2rhyz_1s5pc_275:not(#\9) {
  padding-inline-start: var(--space-field-icon-offset-t4at7r, 36px);
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-has-icon-right_2rhyz_1s5pc_303:not(#\9) {
  padding-inline-end: var(--space-field-icon-offset-t4at7r, 36px);
}
.awsui_input_2rhyz_1s5pc_149.awsui_input-has-no-border-radius_2rhyz_1s5pc_306:not(#\9) {
  border-start-start-radius: var(--border-radius-dropdown-942n6j, 8px);
  border-start-end-radius: var(--border-radius-dropdown-942n6j, 8px);
  border-end-start-radius: var(--border-radius-dropdown-942n6j, 8px);
  border-end-end-radius: var(--border-radius-dropdown-942n6j, 8px);
}

.awsui_input-container_2rhyz_1s5pc_313:not(#\9) {
  display: flex;
  position: relative;
}

.awsui_input-icon-left_2rhyz_1s5pc_318:not(#\9) {
  position: absolute;
  pointer-events: none;
  inset-inline-start: var(--space-field-horizontal-wxk0gu, 12px);
  inset-block-start: calc(50% - var(--line-height-body-m-we036z, 20px) / 2);
}

.awsui_input-icon-right_2rhyz_1s5pc_325:not(#\9) {
  position: absolute;
  inset-block-start: calc(calc(50% - var(--line-height-body-m-we036z, 20px) / 2) - var(--space-xxxs-zelp5l, 2px));
  inset-inline-end: calc(var(--space-field-horizontal-wxk0gu, 12px) - var(--space-xxs-0gmk42, 4px));
}

.awsui_input-button-right_2rhyz_1s5pc_331:not(#\9) {
  /* used in test-utils */
}

.awsui_inline-label-trigger-wrapper_2rhyz_1s5pc_335:not(#\9) {
  margin-block-start: -7px;
}
.awsui_inline-label-trigger-wrapper-full-width_2rhyz_1s5pc_338:not(#\9) {
  inline-size: 100%;
}

.awsui_inline-label-wrapper_2rhyz_1s5pc_342:not(#\9) {
  margin-block-start: calc(var(--space-scaled-xs-rt720d, 8px) * -1);
}
.awsui_inline-label-wrapper-full-width_2rhyz_1s5pc_345:not(#\9) {
  inline-size: 100%;
}

.awsui_inline-label_2rhyz_1s5pc_335:not(#\9) {
  background: linear-gradient(to bottom, var(--color-background-layout-main-h1l2yn, #ffffff), var(--color-background-input-default-wvdzir, #ffffff));
  border-start-start-radius: 2px;
  border-start-end-radius: 2px;
  border-end-start-radius: 2px;
  border-end-end-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  color: var(--color-text-form-label-tdlyd9, #0f141a);
  font-weight: var(--font-display-label-weight-66zdy9, 700);
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: 14px;
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  position: relative;
  inset-inline-start: calc(var(--border-width-field-j665cy, 1px) + var(--space-field-horizontal-wxk0gu, 12px) - var(--space-scaled-xxs-vdp1uk, 4px));
  margin-block-start: var(--space-scaled-xs-rt720d, 8px);
  padding-block-end: 2px;
  padding-inline: var(--space-scaled-xxs-vdp1uk, 4px);
  max-inline-size: calc(100% - 2 * var(--space-field-horizontal-wxk0gu, 12px));
  z-index: 1;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_button-dropdown_sne0l_1aht3_145:not(#\9) {
  display: inline-block;
}
.awsui_button-dropdown_sne0l_1aht3_145.awsui_full-width_sne0l_1aht3_148:not(#\9) {
  inline-size: 100%;
  display: block;
}

.awsui_items-list-container_sne0l_1aht3_153:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  margin-block: 0;
  margin-inline: 0;
  animation: awsui_awsui-motion-fade-in-0_sne0l_1aht3_1 500ms var(--motion-easing-show-quick-2n40zx, ease-out);
  animation-fill-mode: none;
}
@media (prefers-reduced-motion: reduce) {
  .awsui_items-list-container_sne0l_1aht3_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_items-list-container_sne0l_1aht3_153:not(#\9), .awsui-mode-entering .awsui_items-list-container_sne0l_1aht3_153:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_rotate_sne0l_1aht3_172:not(#\9) {
  transform: rotate(0deg);
  transition: transform var(--motion-duration-rotate-180-mr20n9, 135ms) var(--motion-easing-rotate-180-e70qy6, cubic-bezier(0.165, 0.84, 0.44, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_rotate_sne0l_1aht3_172:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_rotate_sne0l_1aht3_172:not(#\9), .awsui-mode-entering .awsui_rotate_sne0l_1aht3_172:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_rotate-open_sne0l_1aht3_186:not(#\9) {
  transform: rotate(-180deg);
}

.awsui_header_sne0l_1aht3_190:not(#\9) {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-block: var(--space-s-kbzdb8, 12px);
  padding-inline: var(--space-l-0ykpb1, 20px);
  border-block-start: var(--border-width-dropdown-3bily0, 2px) solid transparent;
  border-block-end: var(--border-width-dropdown-3bily0, 2px) solid var(--color-border-dropdown-group-bl84pc, #c6c6cd);
  border-inline: var(--border-width-dropdown-3bily0, 2px) solid transparent;
}

.awsui_title_sne0l_1aht3_201:not(#\9),
.awsui_description_sne0l_1aht3_202:not(#\9) {
  color: var(--color-text-top-navigation-title-47354c, #0f141a);
}

.awsui-one-theme .awsui_trigger-button_sne0l_1aht3_206:not(#\9) {
  display: flex;
  align-items: center;
}
.awsui_trigger-button_sne0l_1aht3_206.awsui_full-width_sne0l_1aht3_148:not(#\9) {
  display: grid;
  grid-template-columns: 1fr auto;
}
.awsui_trigger-button_sne0l_1aht3_206.awsui_full-width_sne0l_1aht3_148.awsui_loading_sne0l_1aht3_214:not(#\9) {
  grid-template-columns: auto 1fr auto;
}

.awsui_split-trigger-wrapper_sne0l_1aht3_218:not(#\9) {
  display: flex;
}
.awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221 > .awsui_trigger-button_sne0l_1aht3_206:not(#\9):focus, .awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221 > .awsui_trigger-button_sne0l_1aht3_206:not(#\9):hover {
  z-index: 1;
}
.awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221:not(#\9):not(:last-child) > .awsui_trigger-button_sne0l_1aht3_206 {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  padding-inline-end: var(--space-m-utxyzm, 16px);
  margin-inline-end: var(--space-xxxs-zelp5l, 2px);
}
.awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221:not(#\9):not(:last-child) > .awsui_trigger-button_sne0l_1aht3_206.awsui_has-no-text_sne0l_1aht3_230 {
  padding-inline: var(--space-button-icon-only-horizontal-a73tkk, 6px);
}
.awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221:not(#\9):not(:last-child) > .awsui_trigger-button_sne0l_1aht3_206.awsui_has-no-text_sne0l_1aht3_230.awsui_visual-refresh_sne0l_1aht3_233 {
  padding-inline-start: calc(var(--space-s-kbzdb8, 12px) - 2px);
}
.awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221:not(#\9):not(:first-child) > .awsui_trigger-button_sne0l_1aht3_206 {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
  padding-inline: calc(var(--space-xs-j1ch97, 8px) - 2px);
}
.awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221:not(#\9):not(:first-child).awsui_visual-refresh_sne0l_1aht3_233 > .awsui_trigger-button_sne0l_1aht3_206 {
  padding-inline-end: calc(var(--space-s-kbzdb8, 12px) - 2px);
}
.awsui-one-theme .awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221:not(#\9):not(:first-child) > .awsui_trigger-button_sne0l_1aht3_206 {
  padding-inline: calc(var(--space-xs-j1ch97, 8px) - 2px);
}
.awsui-one-theme .awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221:not(#\9):not(:first-child).awsui_has-trigger-text_sne0l_1aht3_247 > .awsui_trigger-button_sne0l_1aht3_206 {
  padding-inline: calc(var(--space-xs-j1ch97, 8px) + 2px);
}
.awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221.awsui_variant-normal_sne0l_1aht3_250:not(#\9):not(:last-child) > .awsui_trigger-button_sne0l_1aht3_206 {
  margin-inline-end: 0;
}
.awsui_split-trigger-wrapper_sne0l_1aht3_218 > .awsui_trigger-item_sne0l_1aht3_221.awsui_variant-normal_sne0l_1aht3_250:not(#\9):not(:first-child) > .awsui_trigger-button_sne0l_1aht3_206 {
  margin-inline-start: calc(var(--border-width-button-cefyym, 2px) * -1);
}

.awsui_split-trigger_sne0l_1aht3_218:not(#\9) {
  display: contents;
}

.awsui_dropdown-trigger_sne0l_1aht3_261:not(#\9) {
  display: contents;
}

.awsui_main-action-full-width_sne0l_1aht3_265:not(#\9) {
  flex: 1 1 0;
}

.awsui_main-action-trigger-full-width_sne0l_1aht3_269:not(#\9) {
  flex: 0 0 auto;
}

.awsui_filter_sne0l_1aht3_273:not(#\9) {
  position: relative;
  z-index: 4;
  flex-shrink: 0;
}

.awsui_test-utils-button-trigger_sne0l_1aht3_279:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_header_16mm3_wehye_145:not(#\9) {
  position: relative;
  margin-block: 0;
  margin-inline: 0;
  color: var(--color-text-dropdown-group-label-e63684, #424650);
  border-block: var(--border-divider-list-width-fmnfya, 1px) solid transparent;
  border-inline: var(--border-divider-list-width-fmnfya, 1px) solid transparent;
  border-inline-width: 0;
  font-weight: var(--font-weight-bold-qswov1, 700);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: calc(var(--space-option-padding-vertical-3pmz4r, 4px) + var(--border-item-width-y8srom, 2px) - var(--border-divider-list-width-fmnfya, 1px));
  padding-inline: calc(var(--space-button-horizontal-w2nh9z, 20px) + var(--border-item-width-y8srom, 2px));
  z-index: 1;
}
.awsui_header_16mm3_wehye_145.awsui_disabled_16mm3_wehye_161:not(#\9) {
  color: var(--color-text-dropdown-item-disabled-vot6e7, #b4b4bb);
  cursor: default;
}
.awsui_header_16mm3_wehye_145.awsui_no-content-styling_16mm3_wehye_165:not(#\9) {
  padding-block: calc(var(--border-item-width-y8srom, 2px) - var(--border-divider-list-width-fmnfya, 1px));
  padding-inline: var(--border-item-width-y8srom, 2px);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  color: inherit;
}
.awsui_header_16mm3_wehye_145.awsui_expandable-header_16mm3_wehye_171:not(#\9) {
  border-block-start-color: var(--color-border-dropdown-group-bl84pc, #c6c6cd);
  border-block-end-color: var(--color-border-dropdown-group-bl84pc, #c6c6cd);
  cursor: pointer;
}
.awsui_header_16mm3_wehye_145.awsui_expandable-header_16mm3_wehye_171.awsui_disabled_16mm3_wehye_161:not(#\9) {
  cursor: default;
}
.awsui_header_16mm3_wehye_145.awsui_expandable-header_16mm3_wehye_171:not(#\9):focus {
  outline: none;
}
.awsui_header_16mm3_wehye_145.awsui_expandable-header_16mm3_wehye_171.awsui_rolled-down_16mm3_wehye_182:not(#\9) {
  border-block-end-color: transparent;
}
.awsui_header_16mm3_wehye_145.awsui_expandable-header_16mm3_wehye_171.awsui_highlighted_16mm3_wehye_185:not(#\9) {
  background-color: var(--color-background-dropdown-item-hover-vvjx6k, #f3f3f7);
  color: var(--color-text-dropdown-item-highlighted-hpubpo, #0f141a);
  padding-block: var(--space-option-padding-vertical-3pmz4r, 4px);
  padding-inline: var(--space-button-horizontal-w2nh9z, 20px);
  border-block: var(--border-item-width-y8srom, 2px) solid var(--color-border-dropdown-item-hover-41eg5t, #8c8c94);
  border-inline: var(--border-item-width-y8srom, 2px) solid var(--color-border-dropdown-item-hover-41eg5t, #8c8c94);
  border-start-start-radius: var(--border-radius-item-ej2e2w, 8px);
  border-start-end-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-start-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-end-radius: var(--border-radius-item-ej2e2w, 8px);
  z-index: 2;
}
.awsui_header_16mm3_wehye_145.awsui_expandable-header_16mm3_wehye_171.awsui_highlighted_16mm3_wehye_185.awsui_no-content-styling_16mm3_wehye_165:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  color: inherit;
}
.awsui_header_16mm3_wehye_145.awsui_expandable-header_16mm3_wehye_171.awsui_highlighted_16mm3_wehye_185.awsui_disabled_16mm3_wehye_161:not(#\9) {
  background-color: var(--color-background-dropdown-item-dimmed-hvey00, transparent);
  border-color: var(--color-border-dropdown-item-dimmed-hover-unzk39, #8c8c94);
  color: var(--color-text-dropdown-item-dimmed-sj2wj0, #b4b4bb);
}
.awsui_header_16mm3_wehye_145.awsui_expandable-header_16mm3_wehye_171.awsui_highlighted_16mm3_wehye_185.awsui_is-focused_16mm3_wehye_208:not(#\9) {
  border-color: var(--color-border-dropdown-item-focused-7tpfr6, #424650);
}
.awsui_header_16mm3_wehye_145.awsui_expandable-header_16mm3_wehye_171.awsui_highlighted_16mm3_wehye_185.awsui_is-focused_16mm3_wehye_208:not(#\9):not(.awsui_visual-refresh_16mm3_wehye_211) {
  box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-r5gux4, 1px) var(--color-border-item-focused-kb13a4, #006ce0);
}

.awsui_category_16mm3_wehye_215:not(#\9) {
  list-style: none;
  margin-block-start: calc(-1 * var(--border-divider-list-width-fmnfya, 1px));
  padding-block: 0;
  padding-inline: 0;
}
.awsui_category_16mm3_wehye_215:not(#\9):first-child {
  margin-block-start: 0;
}
.awsui_category_16mm3_wehye_215.awsui_expandable_16mm3_wehye_171:not(#\9) {
  border-block-start: 0;
}
.awsui_category_16mm3_wehye_215:not(#\9):last-child {
  border-block-end: none;
}
.awsui_category_16mm3_wehye_215.awsui_variant-navigation_16mm3_wehye_230:not(#\9) {
  padding-block-start: var(--space-xxs-0gmk42, 4px);
}
.awsui_category_16mm3_wehye_215.awsui_variant-navigation_16mm3_wehye_230.awsui_expandable_16mm3_wehye_171:not(#\9) {
  padding-block-start: 0;
}

.awsui_expand-icon_16mm3_wehye_237:not(#\9) {
  position: relative;
  inset-inline-end: calc(-1 * var(--space-s-kbzdb8, 12px));
  inline-size: var(--space-m-utxyzm, 16px);
  display: inline-block;
  margin-inline-start: auto;
  transition: transform var(--motion-duration-rotate-180-mr20n9, 135ms) var(--motion-easing-rotate-180-e70qy6, cubic-bezier(0.165, 0.84, 0.44, 1));
}
.awsui-one-theme .awsui_expand-icon_16mm3_wehye_237:not(#\9) {
  inset-inline-end: calc(-1 * var(--space-xs-j1ch97, 8px));
  inline-size: var(--space-s-kbzdb8, 12px);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_expand-icon_16mm3_wehye_237:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_expand-icon_16mm3_wehye_237:not(#\9), .awsui-mode-entering .awsui_expand-icon_16mm3_wehye_237:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_expand-icon-up_16mm3_wehye_259:not(#\9) {
  transform: rotate(-180deg);
}
.awsui_expand-icon-right_16mm3_wehye_262:not(#\9) {
  transform: rotate(-90deg);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_expand-icon-right_16mm3_wehye_262:not(#\9):dir(rtl) {
  transform: rotate(90deg);
}

.awsui_items-list-container_16mm3_wehye_270:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  margin-block-start: -1px;
  margin-block-end: 0;
  margin-inline: 0;
  overflow-y: auto;
}

.awsui_in-dropdown_16mm3_wehye_279:not(#\9) {
  margin-block-end: -1px;
}

.awsui_icon-wrapper_16mm3_wehye_283:not(#\9) {
  margin-inline-end: var(--space-xxs-0gmk42, 4px);
}

.awsui_header-content_16mm3_wehye_287:not(#\9) {
  display: flex;
  align-items: center;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_14cnr_mb730_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: static;
  white-space: inherit;
  display: inline;
}
.awsui_root_14cnr_mb730_145 > .awsui_trigger_14cnr_mb730_179:not(#\9) {
  display: inline;
}
.awsui_root_14cnr_mb730_145 > .awsui_dropdown_14cnr_mb730_182:not(#\9) {
  position: static;
  -webkit-user-select: none;
          user-select: none;
  background-color: var(--color-background-dropdown-item-default-2s0vpk, #ffffff);
  outline: none;
  border-block-start: none;
  border-block-end: none;
  display: flex;
  flex-direction: column;
  inline-size: 100%;
}
.awsui_root_14cnr_mb730_145 > .awsui_dropdown_14cnr_mb730_182.awsui_nowrap_14cnr_mb730_193:not(#\9) {
  white-space: nowrap;
}
.awsui_root_14cnr_mb730_145 > .awsui_dropdown_14cnr_mb730_182.awsui_open_14cnr_mb730_196:not(#\9) {
  display: flex;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_option_1p2cx_1pac3_153:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: flex;
  align-items: flex-start;
  inline-size: 100%;
  min-inline-size: 0;
  box-sizing: border-box;
  color: inherit;
}
.awsui_option_1p2cx_1pac3_153:not(#\9):not(.awsui_disabled_1p2cx_1pac3_190) {
  cursor: inherit;
}
.awsui_option_1p2cx_1pac3_153.awsui_parent_1p2cx_1pac3_193:not(#\9) {
  font-weight: var(--font-weight-bold-qswov1, 700);
}
.awsui_option_1p2cx_1pac3_153.awsui_parent_1p2cx_1pac3_193:not(#\9):not(.awsui_disabled_1p2cx_1pac3_190):not(.awsui_highlighted_1p2cx_1pac3_196) {
  color: var(--color-text-dropdown-group-label-e63684, #424650);
}

.awsui_content_1p2cx_1pac3_200:not(#\9) {
  inline-size: 100%;
  display: flex;
  flex-direction: column;
  min-inline-size: 0;
}

.awsui_label-content_1p2cx_1pac3_207:not(#\9) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.awsui_label_1p2cx_1pac3_207:not(#\9),
.awsui_tag_1p2cx_1pac3_214:not(#\9),
.awsui_label-tag_1p2cx_1pac3_215:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
}

.awsui_label_1p2cx_1pac3_207:not(#\9),
.awsui_tag_1p2cx_1pac3_214:not(#\9) {
  flex-wrap: wrap;
}

.awsui_label-prefix_1p2cx_1pac3_225:not(#\9) {
  font-weight: var(--font-weight-bold-qswov1, 700);
}

.awsui_label-tag_1p2cx_1pac3_215:not(#\9) {
  padding-inline-start: var(--space-s-kbzdb8, 12px);
  flex: auto;
  text-align: end;
}
.awsui_label-tag_1p2cx_1pac3_215:not(#\9):empty {
  display: none;
}

.awsui_tags_1p2cx_1pac3_238:not(#\9),
.awsui_description_1p2cx_1pac3_239:not(#\9) {
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  color: var(--color-text-dropdown-item-secondary-iprh2k, #656871);
  flex-wrap: wrap;
}
.awsui_tags_1p2cx_1pac3_238.awsui_highlighted_1p2cx_1pac3_196:not(#\9),
.awsui_description_1p2cx_1pac3_239.awsui_highlighted_1p2cx_1pac3_196:not(#\9) {
  color: var(--color-text-dropdown-item-secondary-hover-gy8ehx, #656871);
}
.awsui_tags_1p2cx_1pac3_238.awsui_selected_1p2cx_1pac3_250:not(#\9),
.awsui_description_1p2cx_1pac3_239.awsui_selected_1p2cx_1pac3_250:not(#\9) {
  color: var(--color-text-dropdown-item-secondary-iprh2k, #656871);
}

.awsui_tags_1p2cx_1pac3_238:not(#\9) {
  display: flex;
  align-items: stretch;
}

.awsui_tag_1p2cx_1pac3_214:not(#\9):not(:last-child) {
  padding-inline-end: var(--space-m-utxyzm, 16px);
}

.awsui_icon_1p2cx_1pac3_264:not(#\9) {
  padding-inline-end: var(--space-xs-j1ch97, 8px);
  align-content: center;
  display: flex;
  flex-shrink: 0;
}

.awsui_filtering-match-highlight_1p2cx_1pac3_271:not(#\9) {
  background-color: var(--awsui-option-filter-match-background-z17rmd, var(--color-background-dropdown-item-filter-match-3wp7ys, #f0fbff));
  color: var(--awsui-option-filter-match-color-z17rmd, var(--color-text-dropdown-item-filter-match-2aje0c, #006ce0));
  font-weight: var(--font-weight-bold-qswov1, 700);
}

.awsui_disabled_1p2cx_1pac3_190:not(#\9) {
  color: var(--color-text-dropdown-item-disabled-vot6e7, #b4b4bb);
  pointer-events: none;
}
.awsui_disabled_1p2cx_1pac3_190 > .awsui_content_1p2cx_1pac3_200 > .awsui_tags_1p2cx_1pac3_238:not(#\9),
.awsui_disabled_1p2cx_1pac3_190 > .awsui_content_1p2cx_1pac3_200 > .awsui_description_1p2cx_1pac3_239:not(#\9) {
  color: currentColor;
}

.awsui_trigger-variant_1p2cx_1pac3_286:not(#\9) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awsui_custom-content_1p2cx_1pac3_292:not(#\9) {
  inline-size: 100%;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_trigger-label_q2oen_w271r_5:not(#\9),
.awsui_menu-item_q2oen_w271r_6:not(#\9),
.awsui_main-action-label_q2oen_w271r_7:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_item-element_93a1u_42ijo_145:not(#\9) {
  position: relative;
  z-index: 1;
  border-block: var(--border-item-width-y8srom, 2px) solid transparent;
  border-inline: var(--border-item-width-y8srom, 2px) solid transparent;
  list-style: none;
  padding-block: 0;
  padding-inline: 0;
  color: var(--color-text-dropdown-item-default-gv6npt, #0f141a);
  margin-block-start: calc(-1 * var(--border-width-dropdown-3bily0, 2px));
  cursor: pointer;
}
.awsui_item-element_93a1u_42ijo_145.awsui_no-content-styling_93a1u_42ijo_157:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  color: var(--color-text-dropdown-item-default-gv6npt, #0f141a);
}
.awsui_item-element_93a1u_42ijo_145.awsui_disabled_93a1u_42ijo_162:not(#\9) {
  cursor: default;
  color: var(--color-text-dropdown-item-disabled-vot6e7, #b4b4bb);
}
.awsui_item-element_93a1u_42ijo_145:not(#\9):first-child {
  margin-block-start: 0;
}
.awsui_item-element_93a1u_42ijo_145.awsui_show-divider_93a1u_42ijo_169:not(#\9) {
  border-block-end: var(--border-item-width-y8srom, 2px) solid var(--color-border-dropdown-group-bl84pc, #c6c6cd);
}
.awsui_item-element_93a1u_42ijo_145.awsui_highlighted_93a1u_42ijo_172:not(#\9) {
  color: var(--color-text-dropdown-item-highlighted-hpubpo, #0f141a);
  z-index: 2;
  background-color: var(--color-background-dropdown-item-hover-vvjx6k, #f3f3f7);
  border-color: var(--color-border-dropdown-item-hover-41eg5t, #8c8c94);
  border-start-start-radius: var(--border-radius-item-ej2e2w, 8px);
  border-start-end-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-start-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-end-radius: var(--border-radius-item-ej2e2w, 8px);
}
.awsui_item-element_93a1u_42ijo_145.awsui_highlighted_93a1u_42ijo_172.awsui_disabled_93a1u_42ijo_162:not(#\9) {
  color: var(--color-text-dropdown-item-dimmed-sj2wj0, #b4b4bb);
  border-color: var(--color-border-dropdown-item-dimmed-hover-unzk39, #8c8c94);
  background-color: var(--color-background-dropdown-item-dimmed-hvey00, transparent);
}
.awsui_item-element_93a1u_42ijo_145.awsui_highlighted_93a1u_42ijo_172.awsui_is-focused_93a1u_42ijo_187:not(#\9) {
  border-color: var(--color-border-dropdown-item-focused-7tpfr6, #424650);
}
.awsui_item-element_93a1u_42ijo_145.awsui_highlighted_93a1u_42ijo_172.awsui_is-focused_93a1u_42ijo_187:not(#\9):not(.awsui_visual-refresh_93a1u_42ijo_190) {
  box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-r5gux4, 1px) var(--color-border-item-focused-kb13a4, #006ce0);
}

.awsui_menu-item_93a1u_42ijo_194:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  display: flex;
  align-items: flex-start;
  padding-block: var(--space-option-padding-vertical-3pmz4r, 4px);
  padding-inline: var(--space-option-padding-horizontal-tqgaox, 20px);
  color: inherit;
  text-decoration: none;
  /* stylelint-disable selector-max-type */
  /* stylelint-enable selector-max-type */
}
.awsui_menu-item_93a1u_42ijo_194.awsui_no-content-styling_93a1u_42ijo_157:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  color: var(--color-text-dropdown-item-default-gv6npt, #0f141a);
}
.awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9) {
  padding-block-end: calc(var(--space-option-padding-vertical-3pmz4r, 4px) + var(--space-xxxs-zelp5l, 2px));
  text-underline-offset: 0.25em;
  text-decoration-thickness: var(--font-decoration-thickness-link-y0fjjw, 1px);
  text-decoration-style: var(--font-decoration-style-link-cmu0on, solid);
  color: var(--awsui-style-color-default-z17rmd, var(--color-text-link-default-jk9mjs, #006ce0));
  font-weight: inherit;
  letter-spacing: normal;
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-decoration-default-4ogme5, currentColor);
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-zl94da, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9), .awsui-mode-entering .awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9):focus {
  outline: none;
}
.awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9):active {
  color: var(--awsui-style-color-active-z17rmd, var(--color-text-link-hover-wuyav1, #002b66));
}
.awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9):active, .awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9):focus, .awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: var(--color-text-link-decoration-hover-br1z3q, currentColor);
}
.awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211.awsui_current-breadcrumb_93a1u_42ijo_248:not(#\9) {
  font-weight: var(--font-weight-button-ahb0ew, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
  color: var(--color-text-breadcrumb-current-6ji3xx, #656871);
  font-weight: var(--font-weight-bold-qswov1, 700);
  text-decoration: none;
}
.awsui_menu-item_93a1u_42ijo_194.awsui_link-style_93a1u_42ijo_211.awsui_link-style-highlighted_93a1u_42ijo_256:not(#\9) {
  color: var(--color-text-link-hover-wuyav1, #002b66);
}
.awsui_menu-item_93a1u_42ijo_194:not(#\9):focus {
  outline: none;
}
.awsui_has-category-header_93a1u_42ijo_262 > .awsui_menu-item_93a1u_42ijo_194:not(#\9), .awsui_has-category-header_93a1u_42ijo_262 > .awsui_item-tooltip-wrapper_93a1u_42ijo_262 > .awsui_menu-item_93a1u_42ijo_194:not(#\9), .awsui_has-category-header_93a1u_42ijo_262:not(#\9):not(.awsui_has-checkmark_93a1u_42ijo_262) > span > .awsui_menu-item_93a1u_42ijo_194 {
  padding-inline-start: calc(var(--space-xs-j1ch97, 8px) + var(--space-option-padding-horizontal-tqgaox, 20px));
}
.awsui_has-category-header_93a1u_42ijo_262 > .awsui_menu-item_93a1u_42ijo_194.awsui_no-content-styling_93a1u_42ijo_157:not(#\9), .awsui_has-category-header_93a1u_42ijo_262 > .awsui_item-tooltip-wrapper_93a1u_42ijo_262 > .awsui_menu-item_93a1u_42ijo_194.awsui_no-content-styling_93a1u_42ijo_157:not(#\9), .awsui_has-category-header_93a1u_42ijo_262:not(#\9):not(.awsui_has-checkmark_93a1u_42ijo_262) > span > .awsui_menu-item_93a1u_42ijo_194.awsui_no-content-styling_93a1u_42ijo_157 {
  padding-inline-start: 0;
}

.awsui_icon_93a1u_42ijo_269:not(#\9) {
  padding-inline-end: var(--space-xxs-0gmk42, 4px);
  flex-shrink: 0;
}
.awsui_icon_93a1u_42ijo_269.awsui_checkmark_93a1u_42ijo_273:not(#\9) {
  color: var(--color-item-selected-uqe532, #006ce0);
}
.awsui_icon_93a1u_42ijo_269.awsui_disabled_93a1u_42ijo_162:not(#\9) {
  color: var(--color-text-interactive-disabled-scv2ec, #b4b4bb);
}

.awsui_external-icon_93a1u_42ijo_280:not(#\9) {
  margin-inline-start: var(--space-xxs-0gmk42, 4px);
}

.awsui_content-wrapper_93a1u_42ijo_284:not(#\9) {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.awsui_main-row_93a1u_42ijo_290:not(#\9) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-s-kbzdb8, 12px);
}

.awsui_label-tag_93a1u_42ijo_297:not(#\9) {
  color: var(--color-text-body-default-10lhjk, #0f141a);
}
.awsui_label-tag_93a1u_42ijo_297.awsui_disabled_93a1u_42ijo_162:not(#\9) {
  color: var(--color-text-interactive-disabled-scv2ec, #b4b4bb);
}

.awsui_secondary-text_93a1u_42ijo_304:not(#\9) {
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: var(--line-height-body-s-k99bxq, 16px);
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  color: var(--color-text-dropdown-item-secondary-iprh2k, #656871);
}
.awsui_secondary-text_93a1u_42ijo_304.awsui_highlighted_93a1u_42ijo_172:not(#\9) {
  color: var(--color-text-dropdown-item-highlighted-hpubpo, #0f141a);
}
.awsui_secondary-text_93a1u_42ijo_304.awsui_disabled_93a1u_42ijo_162:not(#\9) {
  color: var(--color-text-interactive-disabled-scv2ec, #b4b4bb);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_placeholder_dwuol_ty202_145:not(#\9) {
  color: var(--color-text-input-placeholder-hz0ut2, #656871);
  font-style: italic;
  -webkit-user-select: none;
          user-select: none;
}
.awsui_placeholder_dwuol_ty202_145.awsui_disabled_dwuol_ty202_150:not(#\9) {
  color: var(--color-text-input-placeholder-disabled-yljq1a, #b4b4bb);
}

.awsui_item_dwuol_ty202_154:not(#\9) {
  display: flex;
  align-items: center;
}
.awsui_item_dwuol_ty202_154 > .awsui_checkbox_dwuol_ty202_158:not(#\9) {
  position: relative;
  min-block-size: var(--size-control-acfkj9, 16px);
  min-inline-size: var(--size-control-acfkj9, 16px);
  block-size: var(--size-control-acfkj9, 16px);
  inline-size: var(--size-control-acfkj9, 16px);
  margin-inline-end: var(--space-field-horizontal-wxk0gu, 12px);
}

.awsui_option-group_dwuol_ty202_167:not(#\9):not(:first-child) {
  margin-block-start: calc(-1 * var(--border-item-width-y8srom, 2px));
}

.awsui_filter_dwuol_ty202_171:not(#\9) {
  z-index: 4;
  flex-shrink: 0;
}

.awsui_trigger_dwuol_ty202_176:not(#\9) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awsui_layout-strut_dwuol_ty202_182:not(#\9) {
  inline-size: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.awsui_list-bottom_dwuol_ty202_188:not(#\9) {
  /* used in unit-tests */
}

.awsui_selected-icon_dwuol_ty202_192:not(#\9) {
  color: var(--color-item-selected-uqe532, #006ce0);
  padding-inline-start: var(--space-xs-j1ch97, 8px);
}

.awsui_show-label-tag_dwuol_ty202_197 > .awsui_selected-icon_dwuol_ty202_192:not(#\9) {
  padding-inline-start: var(--space-scaled-s-yqvmoz, 12px);
}

.awsui_inline-token-trigger_dwuol_ty202_201:not(#\9) {
  display: flex;
  flex-wrap: nowrap;
  column-gap: var(--space-xxs-0gmk42, 4px);
  inline-size: 100%;
}

.awsui_inline-token-list_dwuol_ty202_208:not(#\9) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--space-xxs-0gmk42, 4px);
  inline-size: 100%;
  overflow-x: hidden;
  mask-image: linear-gradient(270deg, transparent, white 20px, white);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_inline-token-list_dwuol_ty202_208:not(#\9):dir(rtl) {
  mask-image: linear-gradient(-270deg, transparent, white 20px, white);
}

.awsui_inline-token-hidden-placeholder_dwuol_ty202_222:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}

.awsui_inline-token-counter_dwuol_ty202_228:not(#\9) {
  white-space: nowrap;
}

.awsui_inline-label-trigger-wrapper_dwuol_ty202_232:not(#\9) {
  margin-block-start: -7px;
}

.awsui_inline-label-wrapper_dwuol_ty202_236:not(#\9) {
  margin-block-start: calc(var(--space-scaled-xs-rt720d, 8px) * -1);
}

.awsui_inline-label_dwuol_ty202_232:not(#\9) {
  background: linear-gradient(to bottom, var(--color-background-layout-main-h1l2yn, #ffffff), var(--color-background-input-default-wvdzir, #ffffff));
  border-start-start-radius: 2px;
  border-start-end-radius: 2px;
  border-end-start-radius: 2px;
  border-end-end-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  color: var(--color-text-form-label-tdlyd9, #0f141a);
  font-weight: var(--font-display-label-weight-66zdy9, 700);
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  line-height: 14px;
  letter-spacing: var(--letter-spacing-body-s-g4vu4r, 0.005em);
  position: relative;
  inset-inline-start: calc(var(--border-width-field-j665cy, 1px) + var(--space-field-horizontal-wxk0gu, 12px) - var(--space-scaled-xxs-vdp1uk, 4px));
  margin-block-start: var(--space-scaled-xs-rt720d, 8px);
  padding-block-end: 2px;
  padding-inline: var(--space-scaled-xxs-vdp1uk, 4px);
  max-inline-size: calc(100% - 2 * var(--space-field-horizontal-wxk0gu, 12px));
  z-index: 1;
}
.awsui_inline-label-disabled_dwuol_ty202_261:not(#\9) {
  background: linear-gradient(to bottom, var(--color-background-layout-main-h1l2yn, #ffffff), var(--color-background-input-disabled-veifwn, #ebebf0));
}

.awsui_inline-label-inline-tokens_dwuol_ty202_265:not(#\9) {
  padding-block-end: 0;
  transform: translateY(-1.5px);
}

.awsui_disabled-reason-tooltip_dwuol_ty202_270:not(#\9) {
  /* used in test-utils or tests */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_label_1q5vz_ocied_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_parent_2dmmi_qu62t_5:not(#\9),
.awsui_option-content_2dmmi_qu62t_6:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_selectable-item_15o6u_tui1o_145:not(#\9) {
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  list-style: none;
  z-index: 1;
  border-width: 0;
  background-color: var(--awsui-option-background-default-z17rmd, var(--color-background-dropdown-item-default-2s0vpk, #ffffff));
  color: var(--awsui-option-color-default-z17rmd, var(--color-text-dropdown-item-default-gv6npt, #0f141a));
  padding-block: var(--border-item-width-y8srom, 2px);
  padding-inline: var(--border-item-width-y8srom, 2px);
  overflow: hidden;
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_parent_15o6u_tui1o_164.awsui_interactiveGroups_15o6u_tui1o_164:not(#\9):not(.awsui_highlighted_15o6u_tui1o_164):not(.awsui_selected_15o6u_tui1o_164) {
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd);
}
.awsui_selectable-item_15o6u_tui1o_145 > .awsui_selectable-item-content_15o6u_tui1o_167:not(#\9) {
  padding-block: var(--space-option-padding-vertical-3pmz4r, 4px);
  padding-inline: var(--space-field-horizontal-wxk0gu, 12px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_pad-bottom_15o6u_tui1o_171:not(#\9) {
  padding-block-end: var(--border-item-width-y8srom, 2px);
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_pad-bottom_15o6u_tui1o_171 > .awsui_selectable-item-content_15o6u_tui1o_167:not(#\9) {
  padding-block-end: calc(var(--space-option-padding-vertical-3pmz4r, 4px) + var(--space-xxxs-zelp5l, 2px));
}
.awsui_selectable-item_15o6u_tui1o_145:not(#\9):not(:first-child), .awsui_selectable-item_15o6u_tui1o_145.awsui_virtual_15o6u_tui1o_178:not(#\9) {
  margin-block-start: calc(-1 * var(--border-item-width-y8srom, 2px));
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_has-background_15o6u_tui1o_181:not(#\9) {
  background-color: var(--awsui-option-background-highlighted-z17rmd, var(--color-background-dropdown-item-hover-vvjx6k, #f3f3f7));
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_child_15o6u_tui1o_184:not(#\9) {
  padding-inline-start: var(--border-item-width-y8srom, 2px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_child_15o6u_tui1o_184 > .awsui_selectable-item-content_15o6u_tui1o_167:not(#\9) {
  padding-inline-start: var(--space-xxl-exi600, 32px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_disabled_15o6u_tui1o_190 > .awsui_selectable-item-content_15o6u_tui1o_167:not(#\9) {
  color: var(--awsui-option-color-disabled-z17rmd, var(--color-text-dropdown-item-disabled-vot6e7, #b4b4bb));
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_highlighted_15o6u_tui1o_164:not(#\9), .awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164:not(#\9) {
  color: var(--awsui-option-color-highlighted-z17rmd, var(--color-text-dropdown-item-highlighted-hpubpo, #0f141a));
  border-start-start-radius: var(--border-radius-item-ej2e2w, 8px);
  border-start-end-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-start-radius: var(--border-radius-item-ej2e2w, 8px);
  border-end-end-radius: var(--border-radius-item-ej2e2w, 8px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_highlighted_15o6u_tui1o_164:not(#\9) {
  z-index: 3;
  background-color: var(--awsui-option-background-highlighted-z17rmd, var(--color-background-dropdown-item-hover-vvjx6k, #f3f3f7));
  box-shadow: inset 0 0 0 var(--border-width-item-selected-lf7h9u, 2px) var(--color-border-dropdown-item-hover-41eg5t, #8c8c94);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_highlighted_15o6u_tui1o_164.awsui_is-keyboard_15o6u_tui1o_205:not(#\9) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-lf7h9u, 2px) var(--color-border-dropdown-item-focused-7tpfr6, #424650);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_highlighted_15o6u_tui1o_164.awsui_disabled_15o6u_tui1o_190:not(#\9) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-lf7h9u, 2px) var(--color-border-dropdown-item-dimmed-hover-unzk39, #8c8c94);
  background-color: var(--color-background-dropdown-item-dimmed-hvey00, transparent);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_highlighted_15o6u_tui1o_164.awsui_disabled_15o6u_tui1o_190 > .awsui_selectable-item-content_15o6u_tui1o_167:not(#\9) {
  color: var(--color-text-dropdown-item-dimmed-sj2wj0, #b4b4bb);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_highlighted_15o6u_tui1o_164:not(#\9):not(.awsui_visual-refresh_15o6u_tui1o_215).awsui_is-keyboard_15o6u_tui1o_205 {
  box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-r5gux4, 1px) var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164:not(#\9) {
  z-index: 2;
  background-color: var(--awsui-option-background-selected-z17rmd, var(--color-background-dropdown-item-selected-5n3kdi, #f0fbff));
  box-shadow: inset 0 0 0 var(--border-width-item-selected-lf7h9u, 2px) var(--color-border-dropdown-item-selected-andpaj, #006ce0);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164.awsui_highlighted_15o6u_tui1o_164:not(#\9) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-lf7h9u, 2px) var(--color-border-dropdown-item-selected-andpaj, #006ce0), inset 0 0 0 calc(2 * var(--border-width-item-selected-lf7h9u, 2px)) var(--color-border-dropdown-item-hover-41eg5t, #8c8c94);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164.awsui_highlighted_15o6u_tui1o_164.awsui_is-keyboard_15o6u_tui1o_205:not(#\9) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-lf7h9u, 2px) var(--color-border-dropdown-item-selected-andpaj, #006ce0), inset 0 0 0 calc(2 * var(--border-width-item-selected-lf7h9u, 2px)) var(--color-border-dropdown-item-focused-7tpfr6, #424650);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164.awsui_next-item-selected_15o6u_tui1o_229:not(#\9) {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164.awsui_highlighted_15o6u_tui1o_164:not(#\9):not(.awsui_visual-refresh_15o6u_tui1o_215) {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-lf7h9u, 2px) var(--color-border-dropdown-item-hover-41eg5t, #8c8c94);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164.awsui_highlighted_15o6u_tui1o_164:not(#\9):not(.awsui_visual-refresh_15o6u_tui1o_215).awsui_is-keyboard_15o6u_tui1o_205 {
  box-shadow: inset 0 0 0 var(--border-width-item-selected-lf7h9u, 2px) var(--color-border-dropdown-item-focused-7tpfr6, #424650);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164 + .awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164:not(#\9), .awsui_selectable-item_15o6u_tui1o_145.awsui_selected_15o6u_tui1o_164.awsui_previous-item-selected_15o6u_tui1o_239:not(#\9) {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_parent_15o6u_tui1o_164:not(#\9):not(.awsui_disabled_15o6u_tui1o_190) > .awsui_selectable-item-content_15o6u_tui1o_167 {
  color: var(--awsui-option-group-label-color-z17rmd, var(--color-text-dropdown-group-label-e63684, #424650));
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_parent_15o6u_tui1o_164:not(#\9):not(.awsui_interactiveGroups_15o6u_tui1o_164) {
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-border-dropdown-group-bl84pc, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd);
  padding-block: 0;
  padding-inline: 0;
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_parent_15o6u_tui1o_164:not(#\9):not(.awsui_interactiveGroups_15o6u_tui1o_164):not(:has(> .awsui_selectable-item-content_15o6u_tui1o_167)) {
  padding-block: var(--border-item-width-y8srom, 2px);
  padding-inline: var(--border-item-width-y8srom, 2px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_parent_15o6u_tui1o_164:not(#\9):not(.awsui_interactiveGroups_15o6u_tui1o_164) > .awsui_selectable-item-content_15o6u_tui1o_167 {
  padding-block: var(--space-xs-j1ch97, 8px);
  padding-inline: var(--space-xs-j1ch97, 8px);
  font-weight: var(--font-weight-bold-qswov1, 700);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_parent_15o6u_tui1o_164.awsui_interactiveGroups_15o6u_tui1o_164 > .awsui_selectable-item-content_15o6u_tui1o_167:not(#\9) {
  padding-block: var(--space-xs-j1ch97, 8px);
  padding-inline: var(--space-field-horizontal-wxk0gu, 12px);
  font-weight: var(--font-weight-bold-qswov1, 700);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_parent_15o6u_tui1o_164.awsui_interactiveGroups_15o6u_tui1o_164.awsui_highlighted_15o6u_tui1o_164 > .awsui_selectable-item-content_15o6u_tui1o_167:not(#\9) {
  color: var(--color-text-dropdown-item-highlighted-hpubpo, #0f141a);
}
.awsui_selectable-item_15o6u_tui1o_145:not(#\9):not(.awsui_disabled_15o6u_tui1o_190):not(.awsui_parent_15o6u_tui1o_164), .awsui_selectable-item_15o6u_tui1o_145.awsui_interactiveGroups_15o6u_tui1o_164:not(#\9):not(.awsui_disabled_15o6u_tui1o_190) {
  cursor: pointer;
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271 + .awsui_selectable-item_15o6u_tui1o_145:not(#\9):not(.awsui_sticky_15o6u_tui1o_271):not(.awsui_highlighted_15o6u_tui1o_164):not(.awsui_selected_15o6u_tui1o_164) {
  box-shadow: inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271:not(#\9) {
  position: sticky;
  inset-block-start: 0;
  margin-block-end: var(--border-item-width-y8srom, 2px);
  z-index: 4;
  padding-inline: var(--border-item-width-y8srom, 2px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271.awsui_highlighted_15o6u_tui1o_164:not(#\9), .awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271.awsui_selected_15o6u_tui1o_164:not(#\9) {
  padding-inline: var(--border-item-width-y8srom, 2px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271 > .awsui_selectable-item-content_15o6u_tui1o_167:not(#\9) {
  padding-inline: var(--space-field-horizontal-wxk0gu, 12px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271:not(#\9):not(.awsui_highlighted_15o6u_tui1o_164):not(.awsui_selected_15o6u_tui1o_164) {
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd), inset var(--border-width-popover-fhrkmk, 2px) 0 0 0 var(--color-border-dropdown-container-21kqyh, #b4b4bb);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271:not(#\9):not(.awsui_highlighted_15o6u_tui1o_164):not(.awsui_selected_15o6u_tui1o_164):not(.awsui_with-scrollbar_15o6u_tui1o_290) {
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd), inset var(--border-width-popover-fhrkmk, 2px) 0 0 0 var(--color-border-dropdown-container-21kqyh, #b4b4bb), inset calc(-1 * var(--border-width-popover-fhrkmk, 2px)) 0 0 0 var(--color-border-dropdown-container-21kqyh, #b4b4bb);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271:not(#\9):not(.awsui_highlighted_15o6u_tui1o_164):not(.awsui_selected_15o6u_tui1o_164):not(.awsui_after-header_15o6u_tui1o_293) {
  border-start-start-radius: var(--border-radius-item-ej2e2w, 8px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271:not(#\9):not(.awsui_highlighted_15o6u_tui1o_164):not(.awsui_selected_15o6u_tui1o_164):not(.awsui_after-header_15o6u_tui1o_293):not(.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271:not(.awsui_highlighted_15o6u_tui1o_164):not(.awsui_selected_15o6u_tui1o_164):not(.awsui_after-header_15o6u_tui1o_293).awsui_with-scrollbar_15o6u_tui1o_290) {
  border-start-end-radius: var(--border-radius-item-ej2e2w, 8px);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271:not(#\9):not(.awsui_highlighted_15o6u_tui1o_164):not(.awsui_selected_15o6u_tui1o_164).awsui_after-header_15o6u_tui1o_293 {
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-background-dropdown-item-default-2s0vpk, #ffffff), inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd), inset var(--border-width-popover-fhrkmk, 2px) 0 0 0 var(--color-border-dropdown-container-21kqyh, #b4b4bb);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271:not(#\9):not(.awsui_highlighted_15o6u_tui1o_164):not(.awsui_selected_15o6u_tui1o_164).awsui_after-header_15o6u_tui1o_293:not(.awsui_with-scrollbar_15o6u_tui1o_290) {
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-background-dropdown-item-default-2s0vpk, #ffffff), inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd), inset var(--border-width-popover-fhrkmk, 2px) 0 0 0 var(--color-border-dropdown-container-21kqyh, #b4b4bb), inset calc(-1 * var(--border-width-popover-fhrkmk, 2px)) 0 0 0 var(--color-border-dropdown-container-21kqyh, #b4b4bb);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271.awsui_disabled_15o6u_tui1o_190.awsui_highlighted_15o6u_tui1o_164:not(#\9), .awsui_selectable-item_15o6u_tui1o_145.awsui_sticky_15o6u_tui1o_271.awsui_disabled_15o6u_tui1o_190.awsui_selected_15o6u_tui1o_164:not(#\9) {
  box-shadow: none;
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_virtual_15o6u_tui1o_178:not(#\9) {
  position: absolute;
  inset-block-start: var(--border-dropdown-virtual-offset-width-9goslp, 2px);
  inset-inline-start: 0;
  inline-size: 100%;
  box-sizing: border-box;
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_virtual_15o6u_tui1o_178:not(#\9):first-of-type:not(.awsui_selected_15o6u_tui1o_164, .awsui_highlighted_15o6u_tui1o_164) {
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-border-dropdown-item-top-g1eior, transparent), inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd);
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_virtual_15o6u_tui1o_178.awsui_parent_15o6u_tui1o_164:not(#\9):not(.awsui_interactiveGroups_15o6u_tui1o_164) {
  box-shadow: inset 0 var(--border-divider-list-width-fmnfya, 1px) 0 0 var(--color-border-dropdown-group-bl84pc, #c6c6cd), inset 0 calc(-1 * var(--border-divider-list-width-fmnfya, 1px)) 0 0 var(--color-border-dropdown-item-default-9ovoac, #c6c6cd);
}

.awsui_measure-strut_15o6u_tui1o_322:not(#\9) {
  position: absolute;
  pointer-events: none;
  block-size: 100%;
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.awsui_selectable-item_15o6u_tui1o_145.awsui_virtual_15o6u_tui1o_178 > .awsui_measure-strut_15o6u_tui1o_322:not(#\9) {
  block-size: calc(100% - var(--border-width-item-selected-lf7h9u, 2px));
}

.awsui_screenreader-content_15o6u_tui1o_334:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
}

.awsui_option-content_15o6u_tui1o_340:not(#\9) {
  /* used in test-utils */
}

.awsui_select-all_15o6u_tui1o_344:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_button-trigger_l32fn_xo3sj_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_button-trigger_18eso_ig1ci_161 > .awsui_arrow_18eso_ig1ci_161:not(#\9) {
  transition: transform var(--motion-duration-rotate-180-mr20n9, 135ms) var(--motion-easing-rotate-180-e70qy6, cubic-bezier(0.165, 0.84, 0.44, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_button-trigger_18eso_ig1ci_161 > .awsui_arrow_18eso_ig1ci_161:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_button-trigger_18eso_ig1ci_161 > .awsui_arrow_18eso_ig1ci_161:not(#\9), .awsui-mode-entering .awsui_button-trigger_18eso_ig1ci_161 > .awsui_arrow_18eso_ig1ci_161:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_button-trigger_18eso_ig1ci_161:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  display: flex;
  inline-size: 100%;
  justify-content: space-between;
  align-items: center;
  padding-block: var(--space-field-vertical-sf2thg, 5px);
  padding-inline: var(--space-field-horizontal-wxk0gu, 12px);
  background-color: var(--color-background-input-default-wvdzir, #ffffff);
  border-start-start-radius: var(--border-radius-input-mcq1m5, 8px);
  border-start-end-radius: var(--border-radius-input-mcq1m5, 8px);
  border-end-start-radius: var(--border-radius-input-mcq1m5, 8px);
  border-end-end-radius: var(--border-radius-input-mcq1m5, 8px);
  border-block: var(--border-width-field-j665cy, 1px) solid var(--color-border-input-default-nyn06a, #8c8c94);
  border-inline: var(--border-width-field-j665cy, 1px) solid var(--color-border-input-default-nyn06a, #8c8c94);
  min-block-size: var(--size-vertical-input-tza5ti, 32px);
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token-root_18eso_ig1ci_221:not(#\9), .awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token-nested_18eso_ig1ci_221:not(#\9) {
  padding-block: 0px;
  padding-inline: var(--space-field-horizontal-wxk0gu, 12px);
  border-block-width: var(--border-width-token-8dw39s, 2px);
  border-inline-width: var(--border-width-token-8dw39s, 2px);
  border-color: var(--color-border-item-selected-ef1gd2, #006ce0);
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  block-size: 100%;
  min-block-size: unset;
}
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token-root_18eso_ig1ci_221:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token-nested_18eso_ig1ci_221:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token-root_18eso_ig1ci_221:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token-nested_18eso_ig1ci_221:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-filtering-token-operation-select-focus-outline-gutter-i8rds3, -5px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token-root_18eso_ig1ci_221:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token-nested_18eso_ig1ci_221:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-filtering-token-operation-select-focus-outline-gutter-i8rds3, -5px));
  inset-block-start: calc(-1 * var(--space-filtering-token-operation-select-focus-outline-gutter-i8rds3, -5px));
  inline-size: calc(100% + var(--space-filtering-token-operation-select-focus-outline-gutter-i8rds3, -5px) + var(--space-filtering-token-operation-select-focus-outline-gutter-i8rds3, -5px));
  block-size: calc(100% + var(--space-filtering-token-operation-select-focus-outline-gutter-i8rds3, -5px) + var(--space-filtering-token-operation-select-focus-outline-gutter-i8rds3, -5px));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token-nested_18eso_ig1ci_221:not(#\9) {
  border-start-start-radius: calc(var(--border-radius-input-mcq1m5, 8px) / 2);
  border-end-start-radius: calc(var(--border-radius-input-mcq1m5, 8px) / 2);
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_has-caret_18eso_ig1ci_257:not(#\9) {
  padding-inline-end: var(--space-field-icon-offset-t4at7r, 36px);
}
.awsui_button-trigger_18eso_ig1ci_161 > .awsui_placeholder_18eso_ig1ci_260:not(#\9) {
  color: var(--color-text-input-placeholder-hz0ut2, #656871);
  font-style: italic;
}
.awsui_button-trigger_18eso_ig1ci_161 > .awsui_arrow_18eso_ig1ci_161:not(#\9) {
  position: absolute;
  inset-inline-end: var(--space-field-horizontal-wxk0gu, 12px);
  inset-block-start: calc(50% - var(--line-height-body-m-we036z, 20px) / 2);
  color: var(--color-text-button-inline-icon-default-lohuzd, #006ce0);
}
.awsui-one-theme .awsui_button-trigger_18eso_ig1ci_161 > .awsui_arrow_18eso_ig1ci_161:not(#\9) {
  inset-block-start: calc(50% - var(--line-height-body-m-we036z, 20px) / 2 + var(--space-xxxs-zelp5l, 2px));
}
.awsui_button-trigger_18eso_ig1ci_161:not(#\9):hover > .awsui_arrow_18eso_ig1ci_161 {
  color: var(--color-text-button-inline-icon-hover-8onocz, #002b66);
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_pressed_18eso_ig1ci_276 > .awsui_arrow_18eso_ig1ci_161:not(#\9) {
  transform: rotate(-180deg);
}
.awsui-one-theme .awsui_button-trigger_18eso_ig1ci_161.awsui_pressed_18eso_ig1ci_276 > .awsui_arrow_18eso_ig1ci_161:not(#\9) {
  inset-block-start: calc(50% - var(--line-height-body-m-we036z, 20px) / 2 - var(--space-xxxs-zelp5l, 2px));
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_disabled_18eso_ig1ci_282:not(#\9) {
  background-color: var(--color-background-input-disabled-veifwn, #ebebf0);
  border-block: var(--border-width-field-j665cy, 1px) solid var(--color-border-input-disabled-whoc96, #ebebf0);
  border-inline: var(--border-width-field-j665cy, 1px) solid var(--color-border-input-disabled-whoc96, #ebebf0);
  color: var(--color-text-input-disabled-ukj9cu, #b4b4bb);
  cursor: auto;
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_disabled_18eso_ig1ci_282 > .awsui_arrow_18eso_ig1ci_161:not(#\9) {
  color: var(--color-text-button-inline-icon-disabled-kypb2l, #b4b4bb);
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_disabled_18eso_ig1ci_282.awsui_in-filtering-token_18eso_ig1ci_221:not(#\9) {
  background-color: var(--color-background-input-disabled-veifwn, #ebebf0);
  border-block: var(--border-width-token-8dw39s, 2px) solid var(--color-border-input-disabled-whoc96, #ebebf0);
  border-inline: var(--border-width-token-8dw39s, 2px) solid var(--color-border-input-disabled-whoc96, #ebebf0);
  color: var(--color-text-input-disabled-ukj9cu, #b4b4bb);
  cursor: auto;
  border-color: var(--color-border-control-disabled-yo04ir, #dedee3);
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_disabled_18eso_ig1ci_282 > .awsui_placeholder_18eso_ig1ci_260:not(#\9) {
  color: var(--color-text-input-placeholder-disabled-yljq1a, #b4b4bb);
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_readonly_18eso_ig1ci_303:not(#\9):not(.awsui_button-trigger_18eso_ig1ci_161.awsui_disabled_18eso_ig1ci_282):not(.awsui_button-trigger_18eso_ig1ci_161.awsui_in-filtering-token_18eso_ig1ci_221) {
  background-color: var(--color-background-input-default-wvdzir, #ffffff);
  border-block: var(--border-width-field-j665cy, 1px) solid var(--color-border-input-disabled-whoc96, #ebebf0);
  border-inline: var(--border-width-field-j665cy, 1px) solid var(--color-border-input-disabled-whoc96, #ebebf0);
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_readonly_18eso_ig1ci_303:not(#\9):not(.awsui_button-trigger_18eso_ig1ci_161.awsui_disabled_18eso_ig1ci_282) {
  -webkit-user-select: text;
          user-select: text;
}
.awsui_button-trigger_18eso_ig1ci_161:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
body[data-awsui-focus-visible=true] .awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221):focus {
  outline: 2px dotted transparent;
  border-block: var(--border-width-field-j665cy, 1px) solid var(--color-border-input-focused-sw2top, #006ce0);
  border-inline: var(--border-width-field-j665cy, 1px) solid var(--color-border-input-focused-sw2top, #006ce0);
  border-start-start-radius: var(--border-radius-input-mcq1m5, 8px);
  border-start-end-radius: var(--border-radius-input-mcq1m5, 8px);
  border-end-start-radius: var(--border-radius-input-mcq1m5, 8px);
  border-end-end-radius: var(--border-radius-input-mcq1m5, 8px);
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-r5gux4, 1px) var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221):invalid {
  box-shadow: none;
}
.awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221).awsui_invalid_18eso_ig1ci_328, .awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221).awsui_invalid_18eso_ig1ci_328:focus {
  color: var(--color-text-status-error-ug8fw3, #db0000);
  border-color: var(--color-text-status-error-ug8fw3, #db0000);
  padding-inline-start: calc(var(--space-field-horizontal-wxk0gu, 12px) - (var(--border-invalid-width-04qlbt, 8px) - var(--border-width-field-j665cy, 1px)));
  border-inline-start-width: var(--border-invalid-width-04qlbt, 8px);
}
.awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221).awsui_invalid_18eso_ig1ci_328:focus, .awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221).awsui_invalid_18eso_ig1ci_328:focus:focus {
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-jne4qz, 2px) var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221).awsui_warning_18eso_ig1ci_337, .awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221).awsui_warning_18eso_ig1ci_337:focus {
  color: var(--color-text-status-warning-uphq2x, #855900);
  border-color: var(--color-text-status-warning-uphq2x, #855900);
  padding-inline-start: calc(var(--space-field-horizontal-wxk0gu, 12px) - (var(--border-invalid-width-04qlbt, 8px) - var(--border-width-field-j665cy, 1px)));
  border-inline-start-width: var(--border-invalid-width-04qlbt, 8px);
}
.awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221).awsui_warning_18eso_ig1ci_337:focus, .awsui_button-trigger_18eso_ig1ci_161:not(#\9):not(.awsui_in-filtering-token_18eso_ig1ci_221).awsui_warning_18eso_ig1ci_337:focus:focus {
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-jne4qz, 2px) var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_custom-option_18eso_ig1ci_346:not(#\9) {
  padding-block: 0;
  padding-inline-start: 0;
  overflow: clip;
}
.awsui_button-trigger_18eso_ig1ci_161.awsui_inline-tokens_18eso_ig1ci_351:not(#\9) {
  padding-block: 0;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_dismiss-button_dm8gx_1908z_145:not(#\9),
.awsui_token_dm8gx_1908z_146:not(#\9) {
  /* used in test-utils */
}

.awsui_root_dm8gx_1908z_150:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.awsui_root_dm8gx_1908z_150.awsui_has-items_dm8gx_1908z_181:not(#\9):not(.awsui_no-padding_dm8gx_1908z_181) {
  padding-block-start: var(--space-xs-j1ch97, 8px);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1i2wg_ahv7z_161:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9) {
  align-self: flex-start;
  margin-block-end: 0;
  margin-inline-start: var(--space-xxs-0gmk42, 4px);
  border-block: var(--border-width-field-j665cy, 1px) solid transparent;
  border-inline: var(--border-width-field-j665cy, 1px) solid transparent;
  padding-block: 0;
  padding-inline: var(--space-xxs-0gmk42, 4px);
  color: var(--awsui-token-style-dismiss-color-default-z17rmd, var(--color-text-button-inline-icon-default-lohuzd, #006ce0));
  background-color: transparent;
  cursor: pointer;
  --awsui-style-focus-ring-box-shadow-z17rmd: 0 0 0 var(--awsui-style-focus-ring-border-width-z17rmd, 2px) var(--awsui-style-focus-ring-border-color-z17rmd, var(--color-border-item-focused-kb13a4, #006ce0));
}
body[data-awsui-focus-visible=true] .awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(0px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 0px);
  inset-block-start: calc(-1 * 0px);
  inline-size: calc(100% + 0px + 0px);
  block-size: calc(100% + 0px + 0px);
  border-start-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-start-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-start-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  border-end-end-radius: var(--awsui-style-focus-ring-border-radius-z17rmd, var(--border-radius-control-default-focus-ring-2pguir, 4px));
  box-shadow: var(--awsui-style-focus-ring-box-shadow-z17rmd);
}
.awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
.awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9):hover {
  color: var(--awsui-token-style-dismiss-color-hover-z17rmd, var(--color-text-button-inline-icon-hover-8onocz, #002b66));
}
.awsui_dismiss-button-inline_1i2wg_ahv7z_234:not(#\9) {
  padding-inline: 0;
  display: flex;
  align-items: center;
  align-self: center;
}
.awsui-one-theme .awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9):not(.awsui_dismiss-button-inline_1i2wg_ahv7z_234) {
  padding-block-start: 1px;
}

.awsui_icon_1i2wg_ahv7z_244:not(#\9) {
  padding-inline-end: var(--space-xs-j1ch97, 8px);
  align-self: flex-start;
  display: flex;
  flex-shrink: 0;
}
.awsui_icon-inline_1i2wg_ahv7z_250:not(#\9) {
  padding-inline-end: var(--space-xxs-0gmk42, 4px);
  align-self: center;
}

.awsui_token-normal_1i2wg_ahv7z_255:not(#\9) {
  block-size: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-xxs-0gmk42, 4px);
}

.awsui_token-inline_1i2wg_ahv7z_262:not(#\9) {
  display: inline-flex;
  max-inline-size: 100%;
}
body[data-awsui-focus-visible=true] .awsui_token-inline_1i2wg_ahv7z_262:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_token-inline_1i2wg_ahv7z_262:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(0px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_token-inline_1i2wg_ahv7z_262:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 0px);
  inset-block-start: calc(-1 * 0px);
  inline-size: calc(100% + 0px + 0px);
  block-size: calc(100% + 0px + 0px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}

.awsui_token-option-inline_1i2wg_ahv7z_288:not(#\9) {
  max-block-size: 20px;
}

.awsui_token-box_1i2wg_ahv7z_292:not(#\9) {
  position: relative;
  block-size: 100%;
  border-block: var(--border-width-token-8dw39s, 2px) solid var(--awsui-token-style-border-color-default-z17rmd, var(--color-border-item-selected-ef1gd2, #006ce0));
  border-inline: var(--border-width-token-8dw39s, 2px) solid var(--awsui-token-style-border-color-default-z17rmd, var(--color-border-item-selected-ef1gd2, #006ce0));
  padding-block-start: var(--space-token-vertical-vkegei, 4px);
  padding-block-end: var(--space-token-vertical-vkegei, 4px);
  padding-inline-start: var(--space-field-horizontal-wxk0gu, 12px);
  padding-inline-end: var(--space-xxs-0gmk42, 4px);
  display: flex;
  align-items: flex-start;
  background: var(--awsui-token-style-background-default-z17rmd, var(--color-background-item-selected-r2zdk6, #f0fbff));
  border-start-start-radius: var(--border-radius-token-24bwfa, 8px);
  border-start-end-radius: var(--border-radius-token-24bwfa, 8px);
  border-end-start-radius: var(--border-radius-token-24bwfa, 8px);
  border-end-end-radius: var(--border-radius-token-24bwfa, 8px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  box-sizing: border-box;
}
.awsui_token-box-without-dismiss_1i2wg_ahv7z_311:not(#\9) {
  padding-inline-end: var(--space-field-horizontal-wxk0gu, 12px);
}

.awsui_token-box-inline_1i2wg_ahv7z_315:not(#\9) {
  position: relative;
  block-size: 20px;
  max-block-size: 20px;
  border-block: var(--border-width-field-j665cy, 1px) solid var(--awsui-token-style-border-color-default-z17rmd, var(--color-border-item-selected-ef1gd2, #006ce0));
  border-inline: var(--border-width-field-j665cy, 1px) solid var(--awsui-token-style-border-color-default-z17rmd, var(--color-border-item-selected-ef1gd2, #006ce0));
  padding-inline-start: var(--space-scaled-xxs-vdp1uk, 4px);
  padding-inline-end: var(--space-scaled-xxs-vdp1uk, 4px);
  display: flex;
  align-items: center;
  background: var(--awsui-token-style-background-default-z17rmd, var(--color-background-item-selected-r2zdk6, #f0fbff));
  border-start-start-radius: var(--border-radius-token-inline-gpddbh, 4px);
  border-start-end-radius: var(--border-radius-token-inline-gpddbh, 4px);
  border-end-start-radius: var(--border-radius-token-inline-gpddbh, 4px);
  border-end-end-radius: var(--border-radius-token-inline-gpddbh, 4px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  box-sizing: border-box;
  max-inline-size: 100%;
}

.awsui_disable-padding_1i2wg_ahv7z_335:not(#\9) {
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.awsui_token-box-readonly_1i2wg_ahv7z_342 > .awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9),
.awsui_token-box-disabled_1i2wg_ahv7z_343 > .awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9) {
  cursor: initial;
  pointer-events: none;
}

.awsui_token-box-readonly_1i2wg_ahv7z_342:not(#\9) {
  border-color: var(--awsui-token-style-border-color-read-only-z17rmd, var(--color-border-input-disabled-whoc96, #ebebf0));
  background: var(--awsui-token-style-background-read-only-z17rmd, var(--color-background-container-content-ypckbh, #ffffff));
}
.awsui_token-box-readonly_1i2wg_ahv7z_342 > .awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9) {
  color: var(--awsui-token-style-dismiss-color-read-only-z17rmd, var(--color-text-button-inline-icon-disabled-kypb2l, #b4b4bb));
}

.awsui_token-box-disabled_1i2wg_ahv7z_343:not(#\9) {
  pointer-events: none;
  border-color: var(--awsui-token-style-border-color-disabled-z17rmd, var(--color-border-control-disabled-yo04ir, #dedee3));
  background: var(--awsui-token-style-background-disabled-z17rmd, var(--color-background-container-content-ypckbh, #ffffff));
  color: var(--color-text-disabled-dnv95s, #b4b4bb);
}
.awsui_token-box-disabled_1i2wg_ahv7z_343 > .awsui_dismiss-button_1i2wg_ahv7z_193:not(#\9) {
  color: var(--awsui-token-style-dismiss-color-disabled-z17rmd, var(--color-text-button-inline-icon-disabled-kypb2l, #b4b4bb));
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_1epxo_12cv0_5:not(#\9),
.awsui_dismiss-button_1epxo_12cv0_6:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_token_v05f6_c8hk2_5:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_r2vco_1jh5f_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_6xiez_bfzb6_5:not(#\9),
.awsui_header_6xiez_bfzb6_6:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_1i0s3_1ovir_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.awsui_header_1i0s3_1ovir_177:not(#\9) {
  margin-block-end: var(--space-scaled-m-z0ah6c, 16px);
}

.awsui_content_1i0s3_1ovir_181:not(#\9) {
  /* used in test-utils */
}

.awsui_error_1i0s3_1ovir_185:not(#\9) {
  /* used in test-utils */
}

.awsui_footer_1i0s3_1ovir_189:not(#\9) {
  margin-block-start: var(--space-scaled-l-gr6kh1, 20px);
}

.awsui_actions-section_1i0s3_1ovir_193:not(#\9) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-inline-start: calc(-1 * var(--space-scaled-m-z0ah6c, 16px));
  margin-block-end: calc(-1 * var(--space-scaled-m-z0ah6c, 16px));
}

.awsui_secondary-actions_1i0s3_1ovir_202:not(#\9) {
  min-inline-size: 1px;
  margin-inline-start: var(--space-scaled-m-z0ah6c, 16px);
  margin-block-end: var(--space-scaled-m-z0ah6c, 16px);
}

.awsui_actions_1i0s3_1ovir_193:not(#\9) {
  min-inline-size: 1px;
  margin-inline-start: var(--space-scaled-m-z0ah6c, 16px);
  margin-block-end: var(--space-scaled-m-z0ah6c, 16px);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_1xupv_g0aqj_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.awsui_wizard_1xupv_g0aqj_177.awsui_refresh_1xupv_g0aqj_177:not(#\9) {
  column-gap: var(--space-xl-d84eey, 24px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  row-gap: var(--space-scaled-xxs-vdp1uk, 4px);
}
.awsui_wizard_1xupv_g0aqj_177.awsui_refresh_1xupv_g0aqj_177.awsui_small-container_1xupv_g0aqj_184:not(#\9) {
  grid-template-columns: minmax(0, 1fr) 0;
  grid-template-rows: auto auto 1fr;
  row-gap: var(--space-scaled-xxs-vdp1uk, 4px);
}

.awsui_wizard_1xupv_g0aqj_177:not(#\9):not(.awsui_refresh_1xupv_g0aqj_177) {
  display: flex;
}
.awsui_wizard_1xupv_g0aqj_177:not(#\9):not(.awsui_refresh_1xupv_g0aqj_177).awsui_small-container_1xupv_g0aqj_184 {
  flex-direction: column;
  gap: var(--space-s-kbzdb8, 12px);
}

.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177:not(#\9) {
  grid-column: 1;
  grid-row: 1/span 2;
  padding-block-start: calc(var(--space-xs-j1ch97, 8px) + var(--space-scaled-xxs-vdp1uk, 4px));
  /* stylelint-disable selector-max-type */
  /* stylelint-enable selector-max-type */
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177:not(#\9) {
  position: relative;
  margin-block: 0;
  margin-inline: 0;
  padding-block-start: var(--space-scaled-xxs-vdp1uk, 4px);
  padding-block-end: 0;
  padding-inline: 0;
  inline-size: 260px;
  box-sizing: border-box;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li:not(#\9) {
  display: grid;
  column-gap: var(--space-xs-j1ch97, 8px);
  grid-template-columns: var(--space-l-0ykpb1, 20px) 1fr;
  grid-template-rows: repeat(2, auto);
  padding-block: 0;
  padding-inline: 0;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li > hr:not(#\9) {
  background-color: var(--color-border-divider-default-p3i4pf, #c6c6cd);
  border-block: 0;
  border-inline: 0;
  grid-column: 1;
  block-size: 100%;
  inline-size: var(--space-xxxs-zelp5l, 2px);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li > .awsui_number_1xupv_g0aqj_231:not(#\9) {
  color: var(--color-text-small-jg0f5l, #656871);
  font-size: var(--font-size-body-s-6sqp8s, 12px);
  grid-column: 2;
  grid-row: 1;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li > a:not(#\9) {
  align-items: start;
  column-gap: var(--space-xs-j1ch97, 8px);
  cursor: pointer;
  display: grid;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  grid-column: 1/span 2;
  grid-row: 2;
  grid-template-columns: var(--space-l-0ykpb1, 20px) 1fr;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li > a > .awsui_circle_1xupv_g0aqj_247:not(#\9) {
  border-start-start-radius: 100%;
  border-start-end-radius: 100%;
  border-end-start-radius: 100%;
  border-end-end-radius: 100%;
  grid-column: 1;
  block-size: 10px;
  justify-self: center;
  margin-block-start: 6px;
  inline-size: 10px;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li > a > .awsui_title_1xupv_g0aqj_258:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  grid-column: 2;
}
body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li > a:not(#\9):focus {
  outline: thin dotted;
  outline: var(--border-link-focus-ring-outline-h8l4gm, 0);
  outline-offset: 2px;
  outline-color: var(--color-border-item-focused-kb13a4, #006ce0);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-brjxth, 2px) var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li:not(#\9):first-child > hr {
  grid-row: 2/span 2;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li:not(#\9):not(:first-child) > .awsui_number_1xupv_g0aqj_231 {
  margin-block-start: var(--space-m-utxyzm, 16px);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li:not(#\9):last-child > hr {
  grid-row: 1;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li:not(#\9):only-of-type > hr {
  display: none;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li:not(#\9):not(:first-child):not(:last-child) > hr {
  grid-row: 1/span 3;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_active_1xupv_g0aqj_289 > a:not(#\9) {
  cursor: text;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_active_1xupv_g0aqj_289 > a > .awsui_circle_1xupv_g0aqj_247:not(#\9) {
  background-color: var(--color-background-control-checked-4hlzpf, #006ce0);
  box-shadow: 0 0 0 3px var(--color-background-container-content-ypckbh, #ffffff), 0 0 0 5px var(--color-background-control-checked-4hlzpf, #006ce0), 0 0 0 7px var(--color-background-container-content-ypckbh, #ffffff);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_active_1xupv_g0aqj_289 > a > .awsui_title_1xupv_g0aqj_258:not(#\9) {
  color: var(--color-background-control-checked-4hlzpf, #006ce0);
  font-weight: var(--font-weight-bold-qswov1, 700);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_disabled_1xupv_g0aqj_300 > a:not(#\9) {
  cursor: text;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_disabled_1xupv_g0aqj_300 > a > .awsui_circle_1xupv_g0aqj_247:not(#\9) {
  background-color: var(--color-background-container-content-ypckbh, #ffffff);
  box-shadow: 0 0 0 2px var(--color-text-interactive-disabled-scv2ec, #b4b4bb), 0 0 0 4px var(--color-background-container-content-ypckbh, #ffffff);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_disabled_1xupv_g0aqj_300 > a > .awsui_title_1xupv_g0aqj_258:not(#\9) {
  color: var(--color-text-status-inactive-e342cs, #656871);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_enabled_1xupv_g0aqj_310 > a > .awsui_circle_1xupv_g0aqj_247:not(#\9) {
  background-color: var(--color-text-interactive-default-kkm8t6, #424650);
  box-shadow: 0 0 0 2px var(--color-text-interactive-default-kkm8t6, #424650), 0 0 0 4px var(--color-background-container-content-ypckbh, #ffffff);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_enabled_1xupv_g0aqj_310 > a > .awsui_title_1xupv_g0aqj_258:not(#\9) {
  color: var(--color-text-interactive-default-kkm8t6, #424650);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_enabled_1xupv_g0aqj_310 > a:not(#\9):hover > .awsui_circle_1xupv_g0aqj_247 {
  background-color: var(--color-background-control-checked-4hlzpf, #006ce0);
  box-shadow: 0 0 0 2px var(--color-background-control-checked-4hlzpf, #006ce0), 0 0 0 4px var(--color-background-container-content-ypckbh, #ffffff);
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177 > ul.awsui_refresh_1xupv_g0aqj_177 > li.awsui_enabled_1xupv_g0aqj_310 > a:not(#\9):hover > .awsui_title_1xupv_g0aqj_258 {
  color: var(--color-background-control-checked-4hlzpf, #006ce0);
}

.awsui_navigation_1xupv_g0aqj_198:not(#\9):not(.awsui_refresh_1xupv_g0aqj_177) {
  color: var(--color-text-disabled-dnv95s, #b4b4bb);
  display: inline-block;
  margin-inline-end: calc(2 * var(--space-xxxl-mw5hbl, 40px));
  min-inline-size: 200px;
  padding-block-start: var(--space-xxs-0gmk42, 4px);
  inline-size: 200px;
  /* stylelint-disable selector-max-type */
  /* stylelint-enable selector-max-type */
}
.awsui_navigation_1xupv_g0aqj_198:not(#\9):not(.awsui_refresh_1xupv_g0aqj_177) > ul:not(.awsui_refresh_1xupv_g0aqj_177) {
  list-style: none;
  padding-block: 0;
  padding-inline: 0;
  margin-block: 0;
  margin-inline: 0;
}
.awsui_navigation_1xupv_g0aqj_198:not(#\9):not(.awsui_refresh_1xupv_g0aqj_177) > ul:not(.awsui_refresh_1xupv_g0aqj_177) > li {
  min-inline-size: 0;
  word-break: break-word;
  padding-block: 0 var(--space-scaled-m-z0ah6c, 16px);
}
.awsui_navigation_1xupv_g0aqj_198:not(#\9):not(.awsui_refresh_1xupv_g0aqj_177) > ul:not(.awsui_refresh_1xupv_g0aqj_177) > li:not(:first-child) {
  margin-block-start: var(--space-scaled-m-z0ah6c, 16px);
}
.awsui_navigation_1xupv_g0aqj_198:not(#\9):not(.awsui_refresh_1xupv_g0aqj_177) > ul:not(.awsui_refresh_1xupv_g0aqj_177) > li:not(:last-child) {
  border-block-end: var(--border-divider-list-width-fmnfya, 1px) solid var(--color-border-layout-03xg8b, #c6c6cd);
}

.awsui_form_1xupv_g0aqj_354:not(#\9):not(.awsui_refresh_1xupv_g0aqj_177) {
  min-inline-size: 0;
  word-break: break-word;
  inline-size: 100%;
}
.awsui_form_1xupv_g0aqj_354:not(#\9):not(.awsui_refresh_1xupv_g0aqj_177) > .awsui_form-header_1xupv_g0aqj_359 {
  position: relative;
  margin-block-end: var(--space-scaled-m-z0ah6c, 16px);
}

.awsui_form_1xupv_g0aqj_354.awsui_refresh_1xupv_g0aqj_177:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  display: contents;
}
.awsui_form_1xupv_g0aqj_354.awsui_refresh_1xupv_g0aqj_177 > .awsui_form-header_1xupv_g0aqj_359:not(#\9) {
  grid-column: 2;
  grid-row: 1;
  color: var(--color-text-body-default-10lhjk, #0f141a);
}
.awsui_form_1xupv_g0aqj_354.awsui_refresh_1xupv_g0aqj_177 > .awsui_form-header_1xupv_g0aqj_359 > .awsui_form-header-content_1xupv_g0aqj_374:not(#\9) {
  padding-block-start: calc(var(--space-xl-d84eey, 24px) + var(--space-scaled-xxxs-7blpsd, 2px));
  padding-block-end: var(--space-scaled-s-yqvmoz, 12px);
}
.awsui_form_1xupv_g0aqj_354.awsui_refresh_1xupv_g0aqj_177 > .awsui_form-component_1xupv_g0aqj_378:not(#\9) {
  grid-column: 2;
  grid-row: 2;
}
.awsui_form_1xupv_g0aqj_354.awsui_refresh_1xupv_g0aqj_177.awsui_small-container_1xupv_g0aqj_184 > .awsui_form-header_1xupv_g0aqj_359:not(#\9) {
  grid-column: 1/span 2;
  grid-row: 2;
}
.awsui_form_1xupv_g0aqj_354.awsui_refresh_1xupv_g0aqj_177.awsui_small-container_1xupv_g0aqj_184 > .awsui_form-header_1xupv_g0aqj_359 > .awsui_form-header-content_1xupv_g0aqj_374:not(#\9) {
  padding-block-start: 0;
}
.awsui_form_1xupv_g0aqj_354.awsui_refresh_1xupv_g0aqj_177.awsui_small-container_1xupv_g0aqj_184 > .awsui_form-component_1xupv_g0aqj_378:not(#\9) {
  grid-column: 1/span 2;
  grid-row: 3;
}

.awsui_navigation_1xupv_g0aqj_198.awsui_hidden_1xupv_g0aqj_394:not(#\9) {
  display: none;
}

.awsui_collapsed-steps_1xupv_g0aqj_398:not(#\9) {
  grid-column: 1/span 2;
  grid-row: 1;
}

/* Override fixed sidebar width for expandable navigation */
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177.awsui_collapsed-steps-navigation_1xupv_g0aqj_404:not(#\9) {
  grid-column: unset;
  grid-row: unset;
  padding-block-start: 0;
}
.awsui_navigation_1xupv_g0aqj_198.awsui_refresh_1xupv_g0aqj_177.awsui_collapsed-steps-navigation_1xupv_g0aqj_404 > ul.awsui_refresh_1xupv_g0aqj_177:not(#\9) {
  inline-size: 100%;
}

.awsui_form-header-component-wrapper_1xupv_g0aqj_413:not(#\9) {
  outline: none;
}
body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_g0aqj_413:not(#\9):focus {
  outline: thin dotted;
  outline: var(--border-link-focus-ring-outline-h8l4gm, 0);
  outline-offset: 2px;
  outline-color: var(--color-border-item-focused-kb13a4, #006ce0);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-brjxth, 2px) var(--color-border-item-focused-kb13a4, #006ce0);
}

.awsui_form-header-component_1xupv_g0aqj_413:not(#\9),
.awsui_navigation-link_1xupv_g0aqj_429:not(#\9),
.awsui_navigation-link-item_1xupv_g0aqj_430:not(#\9),
.awsui_navigation-link-label_1xupv_g0aqj_431:not(#\9) {
  /* used in test-utils */
}

.awsui_navigation-link-active_1xupv_g0aqj_435:not(#\9) {
  font-weight: var(--font-weight-bold-qswov1, 700);
  color: var(--color-text-body-default-10lhjk, #0f141a);
}

.awsui_navigation-link-disabled_1xupv_g0aqj_440:not(#\9) {
  color: var(--color-text-status-inactive-e342cs, #656871);
}

.awsui_cancel-button_1xupv_g0aqj_444:not(#\9),
.awsui_previous-button_1xupv_g0aqj_445:not(#\9),
.awsui_primary-button_1xupv_g0aqj_446:not(#\9),
.awsui_skip-to-button_1xupv_g0aqj_447:not(#\9) {
  /* used in test-utils */
}

.awsui_action-buttons_1xupv_g0aqj_451:not(#\9) {
  display: flex;
  justify-content: flex-end;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_root_zr0a1_ppnio_5:not(#\9),
.awsui_step-title_zr0a1_ppnio_6:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_header-label_4mvj3_1h74t_5:not(#\9),
.awsui_root_4mvj3_1h74t_6:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @amzn/awsui-no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_content-enter_gwq0h_1kk46_161:not(#\9) {
  animation: awsui_awsui-motion-fade-in_gwq0h_1kk46_1 var(--motion-duration-show-paced-fogene, 180ms) var(--motion-easing-show-paced-w32grh, ease-out);
}
@keyframes awsui_awsui-motion-fade-in_gwq0h_1kk46_1 {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .awsui_content-enter_gwq0h_1kk46_161:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_content-enter_gwq0h_1kk46_161:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1kk46_161:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_trigger-expanded_gwq0h_1kk46_183:not(#\9) {
  transition: border-bottom-color var(--motion-duration-show-paced-fogene, 180ms) var(--motion-easing-show-paced-w32grh, ease-out);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_trigger-expanded_gwq0h_1kk46_183:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1kk46_183:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1kk46_183:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_icon_gwq0h_1kk46_197:not(#\9) {
  transition: transform var(--motion-duration-rotate-90-jz4oc1, 135ms) var(--motion-easing-rotate-90-heo9ya, cubic-bezier(0.165, 0.84, 0.44, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_icon_gwq0h_1kk46_197:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_icon_gwq0h_1kk46_197:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1kk46_197:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_root_gwq0h_1kk46_211:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-9ts26k, 14px);
  line-height: var(--line-height-body-m-we036z, 20px);
  color: var(--color-text-body-default-10lhjk, #0f141a);
  font-weight: var(--font-weight-normal-aq67c4, 400);
  font-family: var(--font-family-base-17wkej, "Amazon Ember", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  min-inline-size: 0;
  word-break: break-word;
  display: block;
}

.awsui_expand-button_gwq0h_1kk46_246:not(#\9) {
  outline: none;
}

.awsui_icon_gwq0h_1kk46_197:not(#\9) {
  transform: rotate(-90deg);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_icon_gwq0h_1kk46_197.awsui_expanded_gwq0h_1kk46_254:not(#\9) {
  transform: rotate(0deg);
}
.awsui_icon_gwq0h_1kk46_197:not(#\9):dir(rtl) {
  transform: rotate(90deg);
}
.awsui_icon_gwq0h_1kk46_197:not(#\9):dir(rtl).awsui_expanded_gwq0h_1kk46_254 {
  transform: rotate(0deg);
}

.awsui_icon-container_gwq0h_1kk46_264:not(#\9) {
  position: relative;
  margin-inline: calc((var(--line-height-body-m-we036z, 20px) - var(--size-icon-normal-tg8eob, 16px)) / -2) calc(var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_icon-container-container_gwq0h_1kk46_268:not(#\9) {
  margin-inline-end: var(--space-xs-j1ch97, 8px);
}
.awsui-one-theme .awsui_icon-container-container_gwq0h_1kk46_268:not(#\9) {
  margin-inline-end: calc(var(--space-xs-j1ch97, 8px) + var(--space-xxs-0gmk42, 4px));
  inset-block-start: var(--space-xxs-0gmk42, 4px);
}
.awsui-one-theme .awsui_icon-container_gwq0h_1kk46_264:not(#\9) {
  display: inline-flex;
  align-items: flex-start;
  margin-inline: 0 calc(var(--space-xs-j1ch97, 8px) - var(--space-xxxs-zelp5l, 2px));
}
.awsui-one-theme .awsui_icon-container_gwq0h_1kk46_264 > .awsui_icon_gwq0h_1kk46_197:not(#\9) {
  inset-block-start: var(--space-xxxs-zelp5l, 2px);
}

.awsui_wrapper_gwq0h_1kk46_284:not(#\9) {
  box-sizing: border-box;
  border-block: none;
  border-inline: none;
  inline-size: 100%;
  line-height: var(--line-height-body-m-we036z, 20px);
  text-align: start;
}
.awsui_wrapper-default_gwq0h_1kk46_292:not(#\9), .awsui_wrapper-inline_gwq0h_1kk46_292:not(#\9), .awsui_wrapper-footer_gwq0h_1kk46_292:not(#\9) {
  border-block: var(--border-divider-section-width-n3ndoh, 1px) solid transparent;
  border-inline: var(--border-divider-section-width-n3ndoh, 1px) solid transparent;
}
.awsui_wrapper-navigation_gwq0h_1kk46_296:not(#\9) {
  border-inline-start: var(--border-divider-section-width-n3ndoh, 1px) solid transparent;
}
.awsui_wrapper-navigation_gwq0h_1kk46_296:not(#\9), .awsui_wrapper-container_gwq0h_1kk46_299:not(#\9) {
  display: flex;
  font-weight: var(--font-weight-heading-s-jsg18b, 700);
}
.awsui_wrapper-default_gwq0h_1kk46_292:not(#\9), .awsui_wrapper-inline_gwq0h_1kk46_292:not(#\9), .awsui_wrapper-navigation_gwq0h_1kk46_296:not(#\9), .awsui_wrapper-footer_gwq0h_1kk46_292:not(#\9), .awsui_wrapper-compact_gwq0h_1kk46_303:not(#\9) {
  color: var(--color-text-expandable-section-default-cu31n3, #0f141a);
  -webkit-font-smoothing: var(--font-smoothing-webkit-dk95jt, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-wlvj0w, grayscale);
}
.awsui_wrapper-default_gwq0h_1kk46_292:not(#\9), .awsui_wrapper-inline_gwq0h_1kk46_292:not(#\9), .awsui_wrapper-navigation_gwq0h_1kk46_296:not(#\9), .awsui_wrapper-footer_gwq0h_1kk46_292:not(#\9) {
  font-size: var(--font-size-expandable-heading-5th9ka, 16px);
  letter-spacing: var(--letter-spacing-heading-s-hvcq7m, -0.005em);
}
.awsui_wrapper-default_gwq0h_1kk46_292:not(#\9) {
  padding-block: var(--space-scaled-xxs-vdp1uk, 4px);
  padding-inline-end: var(--space-xxs-0gmk42, 4px);
}
.awsui_wrapper-default_gwq0h_1kk46_292.awsui_header-deprecated_gwq0h_1kk46_316:not(#\9) {
  padding-inline-start: var(--space-xxs-0gmk42, 4px);
}
.awsui_wrapper-default_gwq0h_1kk46_292:not(#\9):not(.awsui_header-deprecated_gwq0h_1kk46_316), .awsui_wrapper-inline_gwq0h_1kk46_292:not(#\9):not(.awsui_header-deprecated_gwq0h_1kk46_316) {
  padding-inline-start: calc(var(--size-icon-normal-tg8eob, 16px) + (var(--line-height-body-m-we036z, 20px) - var(--size-icon-normal-tg8eob, 16px)) / -2 + var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_wrapper-default_gwq0h_1kk46_292.awsui_wrapper-expanded_gwq0h_1kk46_322:not(#\9), .awsui_wrapper-inline_gwq0h_1kk46_292.awsui_wrapper-expanded_gwq0h_1kk46_322:not(#\9) {
  padding-block-end: var(--space-scaled-xxs-vdp1uk, 4px);
  border-block-end-color: var(--color-border-expandable-section-default-7zi493, #c6c6cd);
}
.awsui_wrapper-footer_gwq0h_1kk46_292:not(#\9) {
  padding-block: var(--space-scaled-xxs-vdp1uk, 4px);
}
.awsui_wrapper-footer_gwq0h_1kk46_292:not(#\9), .awsui_wrapper-compact_gwq0h_1kk46_303:not(#\9) {
  padding-inline-end: 0;
}
.awsui_wrapper-footer_gwq0h_1kk46_292.awsui_header-deprecated_gwq0h_1kk46_316:not(#\9), .awsui_wrapper-compact_gwq0h_1kk46_303.awsui_header-deprecated_gwq0h_1kk46_316:not(#\9) {
  padding-inline-start: 0;
}
.awsui_wrapper-footer_gwq0h_1kk46_292:not(#\9):not(.awsui_header-deprecated_gwq0h_1kk46_316), .awsui_wrapper-compact_gwq0h_1kk46_303:not(#\9):not(.awsui_header-deprecated_gwq0h_1kk46_316) {
  padding-inline-start: calc(var(--size-icon-normal-tg8eob, 16px) + (var(--line-height-body-m-we036z, 20px) - var(--size-icon-normal-tg8eob, 16px)) / -2 + var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px));
}
.awsui_wrapper-container_gwq0h_1kk46_299:not(#\9) {
  padding-block: var(--space-container-header-top-hqypnm, 12px) var(--space-container-header-bottom-rmst01, 8px);
  padding-inline-end: var(--space-container-horizontal-wy3ebq, 20px);
}
.awsui_wrapper-container_gwq0h_1kk46_299:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1kk46_322) {
  padding-block-end: var(--space-container-header-top-hqypnm, 12px);
}
.awsui_wrapper-container_gwq0h_1kk46_299.awsui_wrapper-not-expanded-without-actions_gwq0h_1kk46_345:not(#\9) {
  padding-block-end: calc(var(--space-container-header-top-hqypnm, 12px) + var(--space-scaled-xxs-vdp1uk, 4px));
}
.awsui_wrapper-container_gwq0h_1kk46_299.awsui_header-deprecated_gwq0h_1kk46_316:not(#\9) {
  padding-inline-start: var(--space-container-horizontal-wy3ebq, 20px);
}
.awsui_wrapper-container_gwq0h_1kk46_299:not(#\9):not(.awsui_header-deprecated_gwq0h_1kk46_316) {
  padding-inline-start: calc(var(--space-container-horizontal-wy3ebq, 20px) + calc(var(--size-icon-medium-d93glv, 20px) + (var(--line-height-body-m-we036z, 20px) - var(--size-icon-normal-tg8eob, 16px)) / -2 + var(--space-xs-j1ch97, 8px)));
}
body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1kk46_299:not(#\9):focus {
  padding-block: calc(var(--space-scaled-s-yqvmoz, 12px) - var(--border-divider-section-width-n3ndoh, 1px));
  padding-inline: calc(var(--space-l-0ykpb1, 20px) - var(--border-divider-section-width-n3ndoh, 1px));
}

.awsui_header_gwq0h_1kk46_316:not(#\9) {
  /* used in test-utils */
}
.awsui_header-wrapper_gwq0h_1kk46_362:not(#\9), .awsui_header-deprecated_gwq0h_1kk46_316:not(#\9) {
  display: flex;
  font-weight: var(--font-weight-heading-s-jsg18b, 700);
}
.awsui_header-wrapper_gwq0h_1kk46_362:not(#\9) {
  font-size: inherit;
  letter-spacing: inherit;
  margin-block: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
}
.awsui_header-actions-wrapper_gwq0h_1kk46_374:not(#\9) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1kk46_380:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1kk46_380:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1kk46_380:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1kk46_380:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(0px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1kk46_380:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1kk46_380:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 0px);
  inset-block-start: calc(-1 * 0px);
  inline-size: calc(100% + 0px + 0px);
  block-size: calc(100% + 0px + 0px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_header-button_gwq0h_1kk46_380:not(#\9) {
  box-sizing: border-box;
  display: flex;
  margin-inline-start: calc(-1 * calc(var(--size-icon-normal-tg8eob, 16px) + (var(--line-height-body-m-we036z, 20px) - var(--size-icon-normal-tg8eob, 16px)) / -2 + var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px)));
}
.awsui_header-container-button_gwq0h_1kk46_380:not(#\9) {
  margin-inline-start: calc(-1 * calc(var(--size-icon-medium-d93glv, 20px) + (var(--line-height-body-m-we036z, 20px) - var(--size-icon-normal-tg8eob, 16px)) / -2 + var(--space-xs-j1ch97, 8px)));
}
.awsui_header-container_gwq0h_1kk46_380:not(#\9) {
  inline-size: 100%;
}
.awsui_header-container_gwq0h_1kk46_380 > .awsui_icon-container_gwq0h_1kk46_264:not(#\9) {
  margin-block-start: var(--space-expandable-section-icon-offset-top-k8cza3, 4px);
}
.awsui_header-navigation_gwq0h_1kk46_415 > .awsui_icon-container_gwq0h_1kk46_264:not(#\9) {
  display: inline-flex;
  cursor: pointer;
  color: var(--color-text-expandable-section-navigation-icon-default-i2fzn2, #424650);
  border-block: 0;
  border-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  background: transparent;
  outline: none;
  text-decoration: none;
  flex-direction: column;
}
.awsui_header-navigation_gwq0h_1kk46_415 > .awsui_icon-container_gwq0h_1kk46_264:not(#\9):hover {
  color: var(--color-text-expandable-section-hover-0iv7b1, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1kk46_415 > .awsui_icon-container_gwq0h_1kk46_264:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1kk46_415 > .awsui_icon-container_gwq0h_1kk46_264:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(2px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1kk46_415 > .awsui_icon-container_gwq0h_1kk46_264:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * 2px);
  inset-block-start: calc(-1 * 2px);
  inline-size: calc(100% + 2px + 2px);
  block-size: calc(100% + 2px + 2px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-kb13a4, #006ce0);
}
.awsui_header-text_gwq0h_1kk46_452:not(#\9) {
  /* used in test-utils */
}

:not(#\9):not(.awsui_wrapper-compact_gwq0h_1kk46_303) > .awsui_header-actions-wrapper_gwq0h_1kk46_374 {
  flex-wrap: wrap;
  column-gap: var(--space-xs-j1ch97, 8px);
  row-gap: var(--space-scaled-xxxs-7blpsd, 2px);
}

.awsui_content_gwq0h_1kk46_161:not(#\9) {
  display: none;
}
.awsui_content-default_gwq0h_1kk46_465:not(#\9), .awsui_content-inline_gwq0h_1kk46_465:not(#\9) {
  padding-block: var(--space-scaled-xs-rt720d, 8px);
  padding-inline: 0;
}
.awsui_content-footer_gwq0h_1kk46_469:not(#\9) {
  padding-block: var(--space-xs-j1ch97, 8px);
  padding-inline: 0;
}
.awsui_content-expanded_gwq0h_1kk46_473:not(#\9) {
  display: block;
}
.awsui_content-compact_gwq0h_1kk46_476:not(#\9) {
  padding-inline-start: calc(var(--size-icon-normal-tg8eob, 16px) + (var(--line-height-body-m-we036z, 20px) - var(--size-icon-normal-tg8eob, 16px)) / -2 + var(--space-xxs-0gmk42, 4px) + var(--border-divider-list-width-fmnfya, 1px));
}

.awsui_focusable_gwq0h_1kk46_480:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1kk46_480:not(#\9):focus {
  outline: 2px dotted transparent;
  border-block: var(--border-width-button-cefyym, 2px) solid var(--color-border-item-focused-kb13a4, #006ce0);
  border-inline: var(--border-width-button-cefyym, 2px) solid var(--color-border-item-focused-kb13a4, #006ce0);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-2pguir, 4px);
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-r5gux4, 1px) var(--color-border-item-focused-kb13a4, #006ce0);
}

.awsui_click-target_gwq0h_1kk46_495:not(#\9) {
  cursor: pointer;
}
.awsui_click-target_gwq0h_1kk46_495:not(#\9):not(.awsui_wrapper-container_gwq0h_1kk46_299):not(.awsui_header-container-button_gwq0h_1kk46_380):hover {
  color: var(--color-text-expandable-section-hover-0iv7b1, #006ce0);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_header_16mm3_5iusb_145:not(#\9) {
  position: relative;
  margin-block: 0;
  margin-inline: 0;
  color: var(--color-text-dropdown-group-label-2tmyik, #424650);
  border-block: var(--border-divider-list-width-tdfx1x, 1px) solid transparent;
  border-inline: var(--border-divider-list-width-tdfx1x, 1px) solid transparent;
  border-inline-width: 0;
  font-weight: var(--font-weight-bold-fo1afg, 700);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: calc(var(--space-option-padding-vertical-d2srv9, 4px) + var(--border-item-width-miijiw, 2px) - var(--border-divider-list-width-tdfx1x, 1px));
  padding-inline: calc(var(--space-button-horizontal-k0c786, 20px) + var(--border-item-width-miijiw, 2px));
  z-index: 1;
}
.awsui_header_16mm3_5iusb_145.awsui_disabled_16mm3_5iusb_161:not(#\9) {
  color: var(--color-text-dropdown-item-disabled-8m65hf, #b4b4bb);
  cursor: default;
}
.awsui_header_16mm3_5iusb_145.awsui_no-content-styling_16mm3_5iusb_165:not(#\9) {
  padding-block: calc(var(--border-item-width-miijiw, 2px) - var(--border-divider-list-width-tdfx1x, 1px));
  padding-inline: var(--border-item-width-miijiw, 2px);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  color: inherit;
}
.awsui_header_16mm3_5iusb_145.awsui_expandable-header_16mm3_5iusb_171:not(#\9) {
  border-block-start-color: var(--color-border-dropdown-group-ylcnh8, #c6c6cd);
  border-block-end-color: var(--color-border-dropdown-group-ylcnh8, #c6c6cd);
  cursor: pointer;
}
.awsui_header_16mm3_5iusb_145.awsui_expandable-header_16mm3_5iusb_171.awsui_disabled_16mm3_5iusb_161:not(#\9) {
  cursor: default;
}
.awsui_header_16mm3_5iusb_145.awsui_expandable-header_16mm3_5iusb_171:not(#\9):focus {
  outline: none;
}
.awsui_header_16mm3_5iusb_145.awsui_expandable-header_16mm3_5iusb_171.awsui_rolled-down_16mm3_5iusb_182:not(#\9) {
  border-block-end-color: transparent;
}
.awsui_header_16mm3_5iusb_145.awsui_expandable-header_16mm3_5iusb_171.awsui_highlighted_16mm3_5iusb_185:not(#\9) {
  background-color: var(--color-background-dropdown-item-hover-yunepc, #f3f3f7);
  color: var(--color-text-dropdown-item-highlighted-yr1px8, #0f141a);
  padding-block: var(--space-option-padding-vertical-d2srv9, 4px);
  padding-inline: var(--space-button-horizontal-k0c786, 20px);
  border-block: var(--border-item-width-miijiw, 2px) solid var(--color-border-dropdown-item-hover-aqfuxq, #8c8c94);
  border-inline: var(--border-item-width-miijiw, 2px) solid var(--color-border-dropdown-item-hover-aqfuxq, #8c8c94);
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
  z-index: 2;
}
.awsui_header_16mm3_5iusb_145.awsui_expandable-header_16mm3_5iusb_171.awsui_highlighted_16mm3_5iusb_185.awsui_no-content-styling_16mm3_5iusb_165:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  color: inherit;
}
.awsui_header_16mm3_5iusb_145.awsui_expandable-header_16mm3_5iusb_171.awsui_highlighted_16mm3_5iusb_185.awsui_disabled_16mm3_5iusb_161:not(#\9) {
  background-color: var(--color-background-dropdown-item-dimmed-dhho03, transparent);
  border-color: var(--color-border-dropdown-item-dimmed-hover-ga9sch, #8c8c94);
  color: var(--color-text-dropdown-item-dimmed-tq8vh3, #b4b4bb);
}
.awsui_header_16mm3_5iusb_145.awsui_expandable-header_16mm3_5iusb_171.awsui_highlighted_16mm3_5iusb_185.awsui_is-focused_16mm3_5iusb_208:not(#\9) {
  border-color: var(--color-border-dropdown-item-focused-zacqlp, #424650);
}
.awsui_header_16mm3_5iusb_145.awsui_expandable-header_16mm3_5iusb_171.awsui_highlighted_16mm3_5iusb_185.awsui_is-focused_16mm3_5iusb_208:not(#\9):not(.awsui_visual-refresh_16mm3_5iusb_211) {
  box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-uk47pl, #006ce0);
}

.awsui_category_16mm3_5iusb_215:not(#\9) {
  list-style: none;
  margin-block-start: calc(-1 * var(--border-divider-list-width-tdfx1x, 1px));
  padding-block: 0;
  padding-inline: 0;
}
.awsui_category_16mm3_5iusb_215:not(#\9):first-child {
  margin-block-start: 0;
}
.awsui_category_16mm3_5iusb_215.awsui_expandable_16mm3_5iusb_171:not(#\9) {
  border-block-start: 0;
}
.awsui_category_16mm3_5iusb_215:not(#\9):last-child {
  border-block-end: none;
}
.awsui_category_16mm3_5iusb_215.awsui_variant-navigation_16mm3_5iusb_230:not(#\9) {
  padding-block-start: var(--space-xxs-hwfkai, 4px);
}
.awsui_category_16mm3_5iusb_215.awsui_variant-navigation_16mm3_5iusb_230.awsui_expandable_16mm3_5iusb_171:not(#\9) {
  padding-block-start: 0;
}

.awsui_expand-icon_16mm3_5iusb_237:not(#\9) {
  position: relative;
  inset-inline-end: calc(-1 * var(--space-s-tvghoh, 12px));
  inline-size: var(--space-m-dsumyt, 16px);
  display: inline-block;
  margin-inline-start: auto;
  transition: transform var(--motion-duration-rotate-180-cxi9g7, 135ms) var(--motion-easing-rotate-180-7a58rc, cubic-bezier(0.165, 0.84, 0.44, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_expand-icon_16mm3_5iusb_237:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_expand-icon_16mm3_5iusb_237:not(#\9), .awsui-mode-entering .awsui_expand-icon_16mm3_5iusb_237:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_expand-icon-up_16mm3_5iusb_255:not(#\9) {
  transform: rotate(-180deg);
}
.awsui_expand-icon-right_16mm3_5iusb_258:not(#\9) {
  transform: rotate(-90deg);
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
}
.awsui_expand-icon-right_16mm3_5iusb_258:not(#\9):dir(rtl) {
  transform: rotate(90deg);
}

.awsui_items-list-container_16mm3_5iusb_266:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  margin-block-start: -1px;
  margin-block-end: 0;
  margin-inline: 0;
  overflow-y: auto;
}

.awsui_in-dropdown_16mm3_5iusb_275:not(#\9) {
  margin-block-end: -1px;
}

.awsui_icon-wrapper_16mm3_5iusb_279:not(#\9) {
  margin-inline-end: var(--space-xxs-hwfkai, 4px);
}

.awsui_header-content_16mm3_5iusb_283:not(#\9) {
  display: flex;
  align-items: center;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_root_14cnr_1af8y_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: static;
  white-space: inherit;
  display: inline;
}
.awsui_root_14cnr_1af8y_145 > .awsui_trigger_14cnr_1af8y_179:not(#\9) {
  display: inline;
}
.awsui_root_14cnr_1af8y_145 > .awsui_dropdown_14cnr_1af8y_182:not(#\9) {
  position: static;
  -webkit-user-select: none;
          user-select: none;
  background-color: var(--color-background-dropdown-item-default-qmc033, #ffffff);
  outline: none;
  border-block-start: none;
  border-block-end: none;
  display: flex;
  flex-direction: column;
  inline-size: 100%;
}
.awsui_root_14cnr_1af8y_145 > .awsui_dropdown_14cnr_1af8y_182.awsui_nowrap_14cnr_1af8y_193:not(#\9) {
  white-space: nowrap;
}
.awsui_root_14cnr_1af8y_145 > .awsui_dropdown_14cnr_1af8y_182.awsui_open_14cnr_1af8y_196:not(#\9) {
  display: flex;
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
.awsui_trigger-label_q2oen_w271r_5:not(#\9),
.awsui_menu-item_q2oen_w271r_6:not(#\9),
.awsui_main-action-label_q2oen_w271r_7:not(#\9) {
  /* used in analytics metadata */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_item-element_93a1u_ahwla_145:not(#\9) {
  position: relative;
  z-index: 1;
  border-block: var(--border-item-width-miijiw, 2px) solid transparent;
  border-inline: var(--border-item-width-miijiw, 2px) solid transparent;
  list-style: none;
  padding-block: 0;
  padding-inline: 0;
  color: var(--color-text-dropdown-item-default-f1jr9u, #0f141a);
  margin-block-start: calc(-1 * var(--border-width-dropdown-youcay, 2px));
  cursor: pointer;
}
.awsui_item-element_93a1u_ahwla_145.awsui_no-content-styling_93a1u_ahwla_157:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  color: var(--color-text-dropdown-item-default-f1jr9u, #0f141a);
}
.awsui_item-element_93a1u_ahwla_145.awsui_disabled_93a1u_ahwla_162:not(#\9) {
  cursor: default;
  color: var(--color-text-dropdown-item-disabled-8m65hf, #b4b4bb);
}
.awsui_item-element_93a1u_ahwla_145:not(#\9):first-child {
  margin-block-start: 0;
}
.awsui_item-element_93a1u_ahwla_145.awsui_show-divider_93a1u_ahwla_169:not(#\9) {
  border-block-end: var(--border-item-width-miijiw, 2px) solid var(--color-border-dropdown-group-ylcnh8, #c6c6cd);
}
.awsui_item-element_93a1u_ahwla_145.awsui_highlighted_93a1u_ahwla_172:not(#\9) {
  color: var(--color-text-dropdown-item-highlighted-yr1px8, #0f141a);
  z-index: 2;
  background-color: var(--color-background-dropdown-item-hover-yunepc, #f3f3f7);
  border-color: var(--color-border-dropdown-item-hover-aqfuxq, #8c8c94);
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
}
.awsui_item-element_93a1u_ahwla_145.awsui_highlighted_93a1u_ahwla_172.awsui_disabled_93a1u_ahwla_162:not(#\9) {
  color: var(--color-text-dropdown-item-dimmed-tq8vh3, #b4b4bb);
  border-color: var(--color-border-dropdown-item-dimmed-hover-ga9sch, #8c8c94);
  background-color: var(--color-background-dropdown-item-dimmed-dhho03, transparent);
}
.awsui_item-element_93a1u_ahwla_145.awsui_highlighted_93a1u_ahwla_172.awsui_is-focused_93a1u_ahwla_187:not(#\9) {
  border-color: var(--color-border-dropdown-item-focused-zacqlp, #424650);
}
.awsui_item-element_93a1u_ahwla_145.awsui_highlighted_93a1u_ahwla_172.awsui_is-focused_93a1u_ahwla_187:not(#\9):not(.awsui_visual-refresh_93a1u_ahwla_190) {
  box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-uk47pl, #006ce0);
}

.awsui_menu-item_93a1u_ahwla_194:not(#\9) {
  min-inline-size: 0;
  word-break: break-word;
  display: flex;
  align-items: flex-start;
  padding-block: var(--space-option-padding-vertical-d2srv9, 4px);
  padding-inline: var(--space-option-padding-horizontal-4taa4b, 20px);
  color: inherit;
  text-decoration: none;
  /* stylelint-disable selector-max-type */
  /* stylelint-enable selector-max-type */
}
.awsui_menu-item_93a1u_ahwla_194.awsui_no-content-styling_93a1u_ahwla_157:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  color: var(--color-text-dropdown-item-default-f1jr9u, #0f141a);
}
.awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9) {
  padding-block-end: calc(var(--space-option-padding-vertical-d2srv9, 4px) + var(--space-xxxs-pajhad, 2px));
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
  color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-default-hude44, #006ce0));
  font-weight: inherit;
  letter-spacing: normal;
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
}
@media (prefers-reduced-motion: reduce) {
  .awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9), .awsui-mode-entering .awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9):hover {
  cursor: pointer;
  color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
}
.awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9):focus {
  outline: none;
}
.awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9):active {
  color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
}
.awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9):active, .awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9):focus, .awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211:not(#\9):hover {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
}
.awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211.awsui_current-breadcrumb_93a1u_ahwla_247:not(#\9) {
  font-weight: var(--font-weight-button-0eg20c, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  color: var(--color-text-breadcrumb-current-2mqnkk, #656871);
  font-weight: var(--font-weight-bold-fo1afg, 700);
  text-decoration: none;
}
.awsui_menu-item_93a1u_ahwla_194.awsui_link-style_93a1u_ahwla_211.awsui_link-style-highlighted_93a1u_ahwla_255:not(#\9) {
  color: var(--color-text-link-hover-2hfec2, #002b66);
}
.awsui_menu-item_93a1u_ahwla_194:not(#\9):focus {
  outline: none;
}
.awsui_has-category-header_93a1u_ahwla_261 > .awsui_menu-item_93a1u_ahwla_194:not(#\9), .awsui_has-category-header_93a1u_ahwla_261 > .awsui_item-tooltip-wrapper_93a1u_ahwla_261 > .awsui_menu-item_93a1u_ahwla_194:not(#\9), .awsui_has-category-header_93a1u_ahwla_261:not(#\9):not(.awsui_has-checkmark_93a1u_ahwla_261) > span > .awsui_menu-item_93a1u_ahwla_194 {
  padding-inline-start: calc(var(--space-xs-ymlm0b, 8px) + var(--space-option-padding-horizontal-4taa4b, 20px));
}
.awsui_has-category-header_93a1u_ahwla_261 > .awsui_menu-item_93a1u_ahwla_194.awsui_no-content-styling_93a1u_ahwla_157:not(#\9), .awsui_has-category-header_93a1u_ahwla_261 > .awsui_item-tooltip-wrapper_93a1u_ahwla_261 > .awsui_menu-item_93a1u_ahwla_194.awsui_no-content-styling_93a1u_ahwla_157:not(#\9), .awsui_has-category-header_93a1u_ahwla_261:not(#\9):not(.awsui_has-checkmark_93a1u_ahwla_261) > span > .awsui_menu-item_93a1u_ahwla_194.awsui_no-content-styling_93a1u_ahwla_157 {
  padding-inline-start: 0;
}

.awsui_icon_93a1u_ahwla_268:not(#\9) {
  padding-inline-end: var(--space-xxs-hwfkai, 4px);
  flex-shrink: 0;
}
.awsui_icon_93a1u_ahwla_268.awsui_checkmark_93a1u_ahwla_272:not(#\9) {
  color: var(--color-item-selected-72rnwy, #006ce0);
}
.awsui_icon_93a1u_ahwla_268.awsui_disabled_93a1u_ahwla_162:not(#\9) {
  color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
}

.awsui_external-icon_93a1u_ahwla_279:not(#\9) {
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
}

.awsui_content-wrapper_93a1u_ahwla_283:not(#\9) {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.awsui_main-row_93a1u_ahwla_289:not(#\9) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-s-tvghoh, 12px);
}

.awsui_label-tag_93a1u_ahwla_296:not(#\9) {
  color: var(--color-text-body-default-vvtq8u, #0f141a);
}
.awsui_label-tag_93a1u_ahwla_296.awsui_disabled_93a1u_ahwla_162:not(#\9) {
  color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
}

.awsui_secondary-text_93a1u_ahwla_303:not(#\9) {
  font-size: var(--font-size-body-s-smc8cv, 12px);
  line-height: var(--line-height-body-s-nu5hx1, 16px);
  letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
  color: var(--color-text-dropdown-item-secondary-v12lfh, #656871);
}
.awsui_secondary-text_93a1u_ahwla_303.awsui_highlighted_93a1u_ahwla_172:not(#\9) {
  color: var(--color-text-dropdown-item-highlighted-yr1px8, #0f141a);
}
.awsui_secondary-text_93a1u_ahwla_303.awsui_disabled_93a1u_ahwla_162:not(#\9) {
  color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_button-dropdown_sne0l_ncm5v_145:not(#\9) {
  display: inline-block;
}
.awsui_button-dropdown_sne0l_ncm5v_145.awsui_full-width_sne0l_ncm5v_148:not(#\9) {
  inline-size: 100%;
  display: block;
}

.awsui_items-list-container_sne0l_ncm5v_153:not(#\9) {
  padding-block: 0;
  padding-inline: 0;
  margin-block: 0;
  margin-inline: 0;
  animation: awsui_awsui-motion-fade-in-0_sne0l_ncm5v_1 500ms var(--motion-easing-show-quick-9hlj8q, ease-out);
  animation-fill-mode: none;
}
@media (prefers-reduced-motion: reduce) {
  .awsui_items-list-container_sne0l_ncm5v_153:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_items-list-container_sne0l_ncm5v_153:not(#\9), .awsui-mode-entering .awsui_items-list-container_sne0l_ncm5v_153:not(#\9) {
  animation: none;
  transition: none;
}

.awsui_rotate_sne0l_ncm5v_172:not(#\9) {
  transform: rotate(0deg);
  transition: transform var(--motion-duration-rotate-180-cxi9g7, 135ms) var(--motion-easing-rotate-180-7a58rc, cubic-bezier(0.165, 0.84, 0.44, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_rotate_sne0l_ncm5v_172:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_rotate_sne0l_ncm5v_172:not(#\9), .awsui-mode-entering .awsui_rotate_sne0l_ncm5v_172:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_rotate-open_sne0l_ncm5v_186:not(#\9) {
  transform: rotate(-180deg);
}

.awsui_header_sne0l_ncm5v_190:not(#\9) {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-block: var(--space-s-tvghoh, 12px);
  padding-inline: var(--space-l-2ud1p3, 20px);
  border-block-start: var(--border-width-dropdown-youcay, 2px) solid transparent;
  border-block-end: var(--border-width-dropdown-youcay, 2px) solid var(--color-border-dropdown-group-ylcnh8, #c6c6cd);
  border-inline: var(--border-width-dropdown-youcay, 2px) solid transparent;
}

.awsui_title_sne0l_ncm5v_201:not(#\9),
.awsui_description_sne0l_ncm5v_202:not(#\9) {
  color: var(--color-text-top-navigation-title-en0v40, #0f141a);
}

.awsui_trigger-button_sne0l_ncm5v_206.awsui_full-width_sne0l_ncm5v_148:not(#\9) {
  display: grid;
  grid-template-columns: 1fr auto;
}
.awsui_trigger-button_sne0l_ncm5v_206.awsui_full-width_sne0l_ncm5v_148.awsui_loading_sne0l_ncm5v_210:not(#\9) {
  grid-template-columns: auto 1fr auto;
}

.awsui_split-trigger-wrapper_sne0l_ncm5v_214:not(#\9) {
  display: flex;
}
.awsui_split-trigger-wrapper_sne0l_ncm5v_214 > .awsui_trigger-item_sne0l_ncm5v_217 > .awsui_trigger-button_sne0l_ncm5v_206:not(#\9):focus, .awsui_split-trigger-wrapper_sne0l_ncm5v_214 > .awsui_trigger-item_sne0l_ncm5v_217 > .awsui_trigger-button_sne0l_ncm5v_206:not(#\9):hover {
  z-index: 1;
}
.awsui_split-trigger-wrapper_sne0l_ncm5v_214 > .awsui_trigger-item_sne0l_ncm5v_217:not(#\9):not(:last-child) > .awsui_trigger-button_sne0l_ncm5v_206 {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  padding-inline-end: var(--space-m-dsumyt, 16px);
  margin-inline-end: var(--space-xxxs-pajhad, 2px);
}
.awsui_split-trigger-wrapper_sne0l_ncm5v_214 > .awsui_trigger-item_sne0l_ncm5v_217:not(#\9):not(:last-child) > .awsui_trigger-button_sne0l_ncm5v_206.awsui_has-no-text_sne0l_ncm5v_226 {
  padding-inline: var(--space-button-icon-only-horizontal-i85hxi, 6px);
}
.awsui_split-trigger-wrapper_sne0l_ncm5v_214 > .awsui_trigger-item_sne0l_ncm5v_217:not(#\9):not(:last-child) > .awsui_trigger-button_sne0l_ncm5v_206.awsui_has-no-text_sne0l_ncm5v_226.awsui_visual-refresh_sne0l_ncm5v_229 {
  padding-inline-start: calc(var(--space-s-tvghoh, 12px) - 2px);
}
.awsui_split-trigger-wrapper_sne0l_ncm5v_214 > .awsui_trigger-item_sne0l_ncm5v_217:not(#\9):not(:first-child) > .awsui_trigger-button_sne0l_ncm5v_206 {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
  padding-inline: calc(var(--space-xs-ymlm0b, 8px) - 2px);
}
.awsui_split-trigger-wrapper_sne0l_ncm5v_214 > .awsui_trigger-item_sne0l_ncm5v_217:not(#\9):not(:first-child).awsui_visual-refresh_sne0l_ncm5v_229 > .awsui_trigger-button_sne0l_ncm5v_206 {
  padding-inline-end: calc(var(--space-s-tvghoh, 12px) - 2px);
}
.awsui_split-trigger-wrapper_sne0l_ncm5v_214 > .awsui_trigger-item_sne0l_ncm5v_217.awsui_variant-normal_sne0l_ncm5v_240:not(#\9):not(:last-child) > .awsui_trigger-button_sne0l_ncm5v_206 {
  margin-inline-end: 0;
}
.awsui_split-trigger-wrapper_sne0l_ncm5v_214 > .awsui_trigger-item_sne0l_ncm5v_217.awsui_variant-normal_sne0l_ncm5v_240:not(#\9):not(:first-child) > .awsui_trigger-button_sne0l_ncm5v_206 {
  margin-inline-start: calc(var(--border-width-button-jm0qg7, 2px) * -1);
}

.awsui_split-trigger_sne0l_ncm5v_214:not(#\9) {
  display: contents;
}

.awsui_dropdown-trigger_sne0l_ncm5v_251:not(#\9) {
  display: contents;
}

.awsui_main-action-full-width_sne0l_ncm5v_255:not(#\9) {
  flex: 1 1 0;
}

.awsui_main-action-trigger-full-width_sne0l_ncm5v_259:not(#\9) {
  flex: 0 0 auto;
}

.awsui_test-utils-button-trigger_sne0l_ncm5v_263:not(#\9) {
  /* used in test-utils */
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_button_m5h9f_6b7pi_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  min-inline-size: 0;
  word-break: break-word;
  font-weight: var(--font-weight-button-0eg20c, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  block-size: 100%;
  padding-inline: var(--space-xs-ymlm0b, 8px);
  text-decoration: none;
  cursor: pointer;
  border-block: transparent;
  border-inline: transparent;
  background: transparent;
  color: var(--color-text-interactive-default-ugh9wp, #424650);
}
.awsui_button_m5h9f_6b7pi_145:not(#\9):hover {
  color: var(--color-text-interactive-hover-6naf7i, #0f141a);
  text-decoration: none;
}
.awsui_button_m5h9f_6b7pi_145:not(#\9):active, .awsui_button_m5h9f_6b7pi_145.awsui_expanded_m5h9f_6b7pi_197:not(#\9) {
  background: transparent;
  color: var(--color-text-interactive-active-uoe6zi, #0f141a);
}
.awsui_button_m5h9f_6b7pi_145.awsui_expanded_m5h9f_6b7pi_197:not(#\9) {
  color: var(--color-text-accent-n1kmht, #006ce0);
}
.awsui_button_m5h9f_6b7pi_145:not(#\9):focus {
  outline: none;
  text-decoration: none;
}
.awsui_button_m5h9f_6b7pi_145.awsui_offset-right-none_m5h9f_6b7pi_208:not(#\9) {
  margin-inline-end: 0;
}
.awsui_button_m5h9f_6b7pi_145.awsui_offset-right-l_m5h9f_6b7pi_211:not(#\9) {
  margin-inline-end: var(--space-s-tvghoh, 12px);
}
.awsui_button_m5h9f_6b7pi_145.awsui_offset-right-xxl_m5h9f_6b7pi_214:not(#\9) {
  margin-inline-end: var(--space-xl-jfy3x4, 24px);
}
body[data-awsui-focus-visible=true] .awsui_button_m5h9f_6b7pi_145:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_button_m5h9f_6b7pi_145:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(-1px - 1px);
}
body[data-awsui-focus-visible=true] .awsui_button_m5h9f_6b7pi_145:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * -1px);
  inset-block-start: calc(-1 * -1px);
  inline-size: calc(100% + -1px + -1px);
  block-size: calc(100% + -1px + -1px);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
}

.awsui_text_m5h9f_6b7pi_239:not(#\9) {
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
}

.awsui_icon_m5h9f_6b7pi_243 + .awsui_text_m5h9f_6b7pi_239:not(#\9) {
  margin-inline-start: var(--space-xs-ymlm0b, 8px);
}/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/* Style used for links in slots/components that are text heavy, to help links stand out among
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
.awsui_top-navigation_k5dlb_6kjep_145:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background: var(--color-background-container-content-6u8rvp, #ffffff);
  border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}
.awsui_top-navigation_k5dlb_6kjep_145 > .awsui_padding-box_k5dlb_6kjep_178:not(#\9) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  block-size: calc(var(--space-xxxl-aut1u7, 40px) + var(--space-scaled-m-m892r9, 16px));
  padding-inline-start: var(--space-xxl-32srm4, 32px);
}
.awsui_top-navigation_k5dlb_6kjep_145.awsui_medium_k5dlb_6kjep_188 > .awsui_padding-box_k5dlb_6kjep_178:not(#\9), .awsui_top-navigation_k5dlb_6kjep_145.awsui_narrow_k5dlb_6kjep_188 > .awsui_padding-box_k5dlb_6kjep_178:not(#\9) {
  padding-inline-start: var(--space-l-2ud1p3, 20px);
}
.awsui_top-navigation_k5dlb_6kjep_145.awsui_medium_k5dlb_6kjep_188 > .awsui_padding-box_k5dlb_6kjep_178:not(#\9) {
  block-size: calc(var(--space-xxxl-aut1u7, 40px) + var(--space-scaled-xs-xwoogq, 8px));
  padding-inline-end: 0;
}
.awsui_top-navigation_k5dlb_6kjep_145.awsui_narrow_k5dlb_6kjep_188 > .awsui_padding-box_k5dlb_6kjep_178:not(#\9) {
  block-size: var(--space-xxxl-aut1u7, 40px);
}

.awsui_virtual_k5dlb_6kjep_199:not(#\9) {
  inline-size: 9000px;
}

.awsui_hidden_k5dlb_6kjep_203:not(#\9) {
  position: absolute !important;
  inset-block-start: -9999px !important;
  inset-inline-start: -9999px !important;
  visibility: hidden;
}

/* stylelint-disable-next-line selector-combinator-disallowed-list, selector-max-universal */
.awsui_hidden_k5dlb_6kjep_203 *:not(#\9):not(#awsui_\9 _k5dlb_6kjep_1) {
  visibility: hidden;
}

.awsui_identity_k5dlb_6kjep_215:not(#\9) {
  min-inline-size: 0;
}
.awsui_identity_k5dlb_6kjep_215 > .awsui_identity-link_k5dlb_6kjep_218:not(#\9) {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-text-top-navigation-title-en0v40, #0f141a);
}
.awsui_identity_k5dlb_6kjep_215 > .awsui_identity-link_k5dlb_6kjep_218:not(#\9):hover {
  color: var(--color-text-accent-n1kmht, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_identity_k5dlb_6kjep_215 > .awsui_identity-link_k5dlb_6kjep_218:not(#\9):focus {
  outline: thin dotted;
  outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
  outline-offset: 2px;
  outline-color: var(--color-border-item-focused-uk47pl, #006ce0);
  border-start-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-39uvxr, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
}
.awsui_identity_k5dlb_6kjep_215.awsui_no-logo_k5dlb_6kjep_238:not(#\9) {
  min-inline-size: 100px;
}

.awsui_logo_k5dlb_6kjep_242:not(#\9) {
  display: block;
  max-block-size: var(--space-xxl-32srm4, 32px);
  margin-inline-end: var(--space-s-tvghoh, 12px);
  inline-size: auto;
  flex-shrink: 0;
  min-inline-size: 10px;
}
.awsui_logo_k5dlb_6kjep_242.awsui_narrow_k5dlb_6kjep_188:not(#\9) {
  max-block-size: var(--space-xl-jfy3x4, 24px);
}

.awsui_title_k5dlb_6kjep_254:not(#\9) {
  font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  font-size: var(--font-size-heading-m-170yiy, 18px);
  line-height: var(--line-height-heading-m-uoaqdh, 22px);
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
  font-weight: var(--font-weight-heading-m-zf82dr, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awsui_no-logo_k5dlb_6kjep_238 > .awsui_identity-link_k5dlb_6kjep_218 > .awsui_title_k5dlb_6kjep_254:not(#\9) {
  font-weight: var(--font-weight-bold-fo1afg, 700);
}

.awsui_inputs_k5dlb_6kjep_270:not(#\9) {
  display: flex;
  flex: 1;
  padding-block: 0;
  padding-inline: var(--space-m-dsumyt, 16px);
  justify-content: center;
}

.awsui_search_k5dlb_6kjep_278:not(#\9) {
  inline-size: 100%;
  max-inline-size: 340px;
}
.awsui_search-expanded_k5dlb_6kjep_282:not(#\9) {
  max-inline-size: none;
}

.awsui_utilities_k5dlb_6kjep_286:not(#\9) {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: stretch;
  block-size: 100%;
}
.awsui_medium_k5dlb_6kjep_188 > .awsui_padding-box_k5dlb_6kjep_178 > .awsui_utilities_k5dlb_6kjep_286:not(#\9), .awsui_narrow_k5dlb_6kjep_188 > .awsui_padding-box_k5dlb_6kjep_178 > .awsui_utilities_k5dlb_6kjep_286:not(#\9) {
  padding-inline-start: 0;
}

.awsui_utility-wrapper_k5dlb_6kjep_297:not(#\9) {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  padding-block: 0;
  padding-inline: var(--space-m-dsumyt, 16px);
}
.awsui_utility-wrapper_k5dlb_6kjep_297:not(#\9)::after {
  display: block;
  position: absolute;
  content: "";
  inline-size: 1px;
  inset-inline-end: 0;
  inset-block: var(--space-s-tvghoh, 12px);
  background: var(--color-border-divider-default-nr68jt, #c6c6cd);
}
.awsui_utility-wrapper_k5dlb_6kjep_297:not(#\9):last-of-type::after {
  display: none;
}

.awsui_utility-type-button-link_k5dlb_6kjep_318:not(#\9) {
  padding-block: 0;
  padding-inline: var(--space-l-2ud1p3, 20px);
}

.awsui_utility-type-menu-dropdown_k5dlb_6kjep_323:not(#\9) {
  padding-block: 0;
  padding-inline: var(--space-s-tvghoh, 12px);
  align-items: stretch;
}
.awsui_utility-type-menu-dropdown_k5dlb_6kjep_323:not(#\9):not(.awsui_narrow_k5dlb_6kjep_188):last-of-type, .awsui_utility-type-menu-dropdown_k5dlb_6kjep_323:not(#\9):not(.awsui_medium_k5dlb_6kjep_188):last-of-type {
  padding-inline-end: 0;
}

.awsui_utility-type-button-primary-button_k5dlb_6kjep_332:not(#\9) {
  inset-inline-start: -1px;
  border-inline-start: 1px solid var(--color-background-container-content-6u8rvp, #ffffff);
}
.awsui_utility-type-button-primary-button_k5dlb_6kjep_332:not(#\9)::after {
  display: none;
}

.awsui_utility-link-icon_k5dlb_6kjep_340:not(#\9) {
  margin-inline-start: var(--space-xxs-hwfkai, 4px);
}

.awsui_utility-button-external-icon_k5dlb_6kjep_344:not(#\9) {
  display: inline-block;
}

.awsui_offset-right-none_k5dlb_6kjep_348:not(#\9) {
  margin-inline-end: 0;
}

.awsui_offset-right-l_k5dlb_6kjep_352:not(#\9) {
  margin-inline-end: var(--space-xxs-hwfkai, 4px);
}

.awsui_offset-right-xxl_k5dlb_6kjep_356:not(#\9) {
  margin-inline-end: var(--space-m-dsumyt, 16px);
}

/* Overflow Menu */
.awsui_overflow-menu-drawer_k5dlb_6kjep_361:not(#\9) {
  position: fixed;
  block-size: 100%;
  inline-size: 100%;
  z-index: 1001;
}

.awsui_overflow-menu_k5dlb_6kjep_361:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background: var(--color-background-container-content-6u8rvp, #ffffff);
  block-size: 100%;
}

.awsui_overflow-menu-header_k5dlb_6kjep_402:not(#\9) {
  display: flex;
  align-items: center;
  min-block-size: var(--font-panel-header-line-height-8xb2qj, 22px);
  padding-block: var(--space-scaled-m-m892r9, 16px);
  padding-inline: var(--space-scaled-m-m892r9, 16px);
  border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}
.awsui_overflow-menu-header-text_k5dlb_6kjep_410:not(#\9) {
  color: var(--color-text-heading-default-izpp46, #0f141a);
  flex: 1;
  margin-block: 0;
  margin-inline: 0;
  text-align: center;
}
.awsui_overflow-menu-header-text--title_k5dlb_6kjep_417:not(#\9) {
  /* used in test-utils */
  font-size: var(--font-panel-header-size-33h9j8, 18px);
  letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
  line-height: var(--font-panel-header-line-height-8xb2qj, 22px);
  font-weight: var(--font-weight-heading-l-0t6dwc, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
}
.awsui_overflow-menu-header-text--secondary_k5dlb_6kjep_426:not(#\9) {
  font-size: var(--font-header-h2-description-size-g2wws3, 14px);
  line-height: var(--font-header-h2-description-line-height-ts2s6o, 20px);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
}

.awsui_overflow-menu-back-button_k5dlb_6kjep_434:not(#\9) {
  /* used in test-utils */
}

.awsui_overflow-menu-dismiss-button_k5dlb_6kjep_438:not(#\9) {
  /* used in test-utils */
}

.awsui_overflow-menu-control_k5dlb_6kjep_442:not(#\9) {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  caption-side: top;
  cursor: auto;
  direction: inherit;
  empty-cells: show;
  font-family: serif;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  hyphens: none;
  letter-spacing: normal;
  list-style: disc outside none;
  tab-size: 8;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  font-size: var(--font-size-body-m-a7nh2n, 14px);
  line-height: var(--line-height-body-m-2mh3ke, 20px);
  color: var(--color-text-body-default-vvtq8u, #0f141a);
  font-weight: var(--font-weight-normal-cxw1m3, 400);
  font-family: var(--font-family-base-gmnpzl, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: flex;
  inline-size: 100%;
  padding-block: 0;
  padding-inline: 0;
  background: none;
  border-block: none;
  border-inline: none;
}
.awsui_overflow-menu-list-item-utility_k5dlb_6kjep_480 > .awsui_overflow-menu-control_k5dlb_6kjep_442:not(#\9) {
  padding-block: var(--space-scaled-m-m892r9, 16px);
  padding-inline: var(--space-scaled-m-m892r9, 16px);
}
.awsui_overflow-menu-control_k5dlb_6kjep_442:not(#\9):hover {
  color: var(--color-text-accent-n1kmht, #006ce0);
  cursor: pointer;
}
.awsui_overflow-menu-control-link_k5dlb_6kjep_488:not(#\9) {
  text-decoration: none;
}
.awsui_overflow-menu-control-expandable-menu-trigger_k5dlb_6kjep_491:not(#\9) {
  color: var(--color-text-dropdown-group-label-2tmyik, #424650);
  font-weight: var(--font-weight-bold-fo1afg, 700);
}
.awsui_overflow-menu-control-expandable-menu-trigger_k5dlb_6kjep_491:not(#\9):hover {
  color: var(--color-text-accent-n1kmht, #006ce0);
}
body[data-awsui-focus-visible=true] .awsui_overflow-menu-control_k5dlb_6kjep_442:not(#\9):focus {
  position: relative;
}
body[data-awsui-focus-visible=true] .awsui_overflow-menu-control_k5dlb_6kjep_442:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(var(--space-button-focus-outline-gutter-jj138g, 4px) - 1px);
}
body[data-awsui-focus-visible=true] .awsui_overflow-menu-control_k5dlb_6kjep_442:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  inset-inline-start: calc(-1 * var(--space-button-focus-outline-gutter-jj138g, 4px));
  inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-jj138g, 4px));
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-jj138g, 4px) + var(--space-button-focus-outline-gutter-jj138g, 4px));
  block-size: calc(100% + var(--space-button-focus-outline-gutter-jj138g, 4px) + var(--space-button-focus-outline-gutter-jj138g, 4px));
  border-start-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-start-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-start-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
}

.awsui_overflow-menu-list_k5dlb_6kjep_480:not(#\9) {
  list-style: none;
  margin-block: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
}
.awsui_overflow-menu-list-submenu_k5dlb_6kjep_527:not(#\9) {
  margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
  margin-inline: 0;
}

.awsui_overflow-menu-list-item_k5dlb_6kjep_480:not(#\9) {
  box-sizing: border-box;
  letter-spacing: var(--font-button-letter-spacing-ufowe3, 0.005em);
}
.awsui_overflow-menu-list-item-icon_k5dlb_6kjep_536:not(#\9) {
  margin-inline-end: var(--space-xxs-hwfkai, 4px);
}
.awsui_overflow-menu-list-item-text_k5dlb_6kjep_539:not(#\9) {
  flex: 1;
}
.awsui_overflow-menu-list-item-utility_k5dlb_6kjep_480:not(#\9) {
  font-weight: var(--font-weight-button-0eg20c, 700);
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
  border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
}
.awsui_overflow-menu-list-item-submenu_k5dlb_6kjep_548:not(#\9) {
  border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid transparent;
  border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid transparent;
  padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
  padding-inline: var(--space-scaled-l-sej05l, 20px);
}
.awsui_overflow-menu-list-item-dropdown-menu_k5dlb_6kjep_554:not(#\9) {
  padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
  padding-inline: var(--space-scaled-s-8ozaad, 12px);
}
.awsui_overflow-menu-list-item-expandable_k5dlb_6kjep_558:not(#\9) {
  border-block-start-color: var(--color-border-divider-default-nr68jt, #c6c6cd);
  border-block-end-color: var(--color-border-divider-default-nr68jt, #c6c6cd);
}

.awsui_icon_k5dlb_6kjep_563:not(#\9) {
  transform: rotate(0deg);
  transition: transform var(--motion-duration-rotate-180-cxi9g7, 135ms) var(--motion-easing-rotate-180-7a58rc, cubic-bezier(0.165, 0.84, 0.44, 1));
}
@media (prefers-reduced-motion: reduce) {
  .awsui_icon_k5dlb_6kjep_563:not(#\9) {
    animation: none;
    transition: none;
  }
}
.awsui-motion-disabled .awsui_icon_k5dlb_6kjep_563:not(#\9), .awsui-mode-entering .awsui_icon_k5dlb_6kjep_563:not(#\9) {
  animation: none;
  transition: none;
}
.awsui_icon-open_k5dlb_6kjep_577:not(#\9) {
  transform: rotate(-180deg);
}