/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 SPDX-License-Identifier: Apache-2.0
*/
/*
 Copyright Amazon.com, Inc. or its affiliates. All 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_close-button_16w0h_1sd35_93:not(#\9) {
  position: absolute;
  outline: none;
  right: 16px;
  right: var(--space-m-17eucw, 16px);
  top: 15px;
  top: var(--size-vertical-panel-icon-offset-ti40n4, 15px);
  z-index: 1;
}

.awsui_circular-toggle_16w0h_1sd35_101:not(#\9) {
  cursor: pointer;
  border-radius: 50%;
  border: none;
  width: 40px;
  width: var(--space-layout-toggle-diameter-hzvqtj, 40px);
  height: 40px;
  height: var(--space-layout-toggle-diameter-hzvqtj, 40px);
  padding: 0 12px;
  padding: 0 var(--space-s-hv8c1d, 12px);
  background: #2a2e33;
  background: var(--color-background-layout-toggle-default-o9dqpo, #2a2e33);
  color: #ffffff;
  color: var(--color-text-layout-toggle-20sb9r, #ffffff);
  box-shadow: 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15);
  box-shadow: var(--shadow-panel-toggle-ufvynr, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
}
.awsui_circular-toggle_16w0h_1sd35_101:not(#\9):focus {
  outline: none;
}
.awsui_circular-toggle_16w0h_1sd35_101[data-awsui-focus-visible=true]:not(#\9):focus {
  position: relative;
}
.awsui_circular-toggle_16w0h_1sd35_101[data-awsui-focus-visible=true]:not(#\9):focus {
  outline: 2px dotted transparent;
  outline-offset: calc(3px - 1px);
}
.awsui_circular-toggle_16w0h_1sd35_101[data-awsui-focus-visible=true]:not(#\9):focus::before {
  content: " ";
  display: block;
  position: absolute;
  left: calc(-1 * 3px);
  top: calc(-1 * 3px);
  width: calc(100% + 2 * 3px);
  height: calc(100% + 2 * 3px);
  border-radius: 2px;
  border-radius: var(--border-control-focus-ring-radius-default-9royjh, 2px);
  box-shadow: 0 0 0 2px #00a1c9;
  box-shadow: 0 0 0 2px var(--color-border-item-focused-bs10w5, #00a1c9);
}
.awsui_circular-toggle_16w0h_1sd35_101:not(#\9):hover {
  background: #545b64;
  background: var(--color-background-layout-toggle-hover-5rvtea, #545b64);
}
.awsui_circular-toggle_16w0h_1sd35_101:not(#\9):active {
  background: #2a2e33;
  background: var(--color-background-layout-toggle-active-d3zrnd, #2a2e33);
}
.awsui_circular-toggle-selected_16w0h_1sd35_139:not(#\9) {
  background: #0073bb;
  background: var(--color-background-layout-toggle-selected-default-eduv1i, #0073bb);
  color: #ffffff;
  color: var(--color-text-layout-toggle-selected-jquwag, #ffffff);
}
.awsui_circular-toggle-selected_16w0h_1sd35_139:not(#\9):hover {
  background: #0a4a74;
  background: var(--color-background-layout-toggle-selected-hover-vtsm2f, #0a4a74);
}
.awsui_circular-toggle-selected_16w0h_1sd35_139:not(#\9):active {
  background: #0073bb;
  background: var(--color-background-layout-toggle-selected-active-3ftljk, #0073bb);
}