@charset "UTF-8";
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
@import '~@hashicorp/design-system-tokens/dist/products/css/helpers/colors.css';
html,
body,
body > .ember-view {
  height: 100%;
  width: 100%;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.bumper-left {
  margin-left: 1.5rem;
}

.bumper-right {
  margin-right: 1.5rem;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.is-associative {
  margin-top: -0.75em;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #0a0a0a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #1563ff;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #8b2d24;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #0a0a0a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #363636;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #0a0a0a;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #1563ff;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #1563ff;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}
.button:focus, .button.is-focused {
  border-color: #1563ff;
  color: #363636;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(21, 99, 255, 0.25);
}
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #0a0a0a;
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #1563ff;
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #1563ff;
  text-decoration: underline;
}
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: #234;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #1e2d3c;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(34, 51, 68, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #1a2633;
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #234;
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #234;
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #234;
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #234;
  color: #234;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #234;
  border-color: #234;
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #234 #234 !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #234;
  box-shadow: none;
  color: #234;
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #234;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #234 #234 !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: #25ba81;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #23af7a;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(37, 186, 129, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #21a572;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #25ba81;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #25ba81;
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #25ba81;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #25ba81;
  color: #25ba81;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #25ba81;
  border-color: #25ba81;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #25ba81 #25ba81 !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #25ba81;
  box-shadow: none;
  color: #25ba81;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #25ba81;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #25ba81 #25ba81 !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: #eefcf6;
  color: #1e9567;
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #e3f9f1;
  border-color: transparent;
  color: #1e9567;
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #d9f7ec;
  border-color: transparent;
  color: #1e9567;
}
.button.is-link {
  background-color: #1563ff;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #085bff;
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(21, 99, 255, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #0054fb;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #1563ff;
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: #1563ff;
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1563ff;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #1563ff;
  color: #1563ff;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #1563ff;
  border-color: #1563ff;
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #1563ff #1563ff !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #1563ff;
  box-shadow: none;
  color: #1563ff;
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #1563ff;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1563ff #1563ff !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: #ebf1ff;
  color: #004eeb;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #dee9ff;
  border-color: transparent;
  color: #004eeb;
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #d1e0ff;
  border-color: transparent;
  color: #004eeb;
}
.button.is-info {
  background-color: #1563ff;
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #085bff;
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(21, 99, 255, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #0054fb;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #1563ff;
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: #1563ff;
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1563ff;
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #1563ff;
  color: #1563ff;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #1563ff;
  border-color: #1563ff;
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #1563ff #1563ff !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #1563ff;
  box-shadow: none;
  color: #1563ff;
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #1563ff;
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1563ff #1563ff !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: #ebf1ff;
  color: #004eeb;
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #dee9ff;
  border-color: transparent;
  color: #004eeb;
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #d1e0ff;
  border-color: transparent;
  color: #004eeb;
}
.button.is-success {
  background-color: #2eb039;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #2ba636;
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(46, 176, 57, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #299c32;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #2eb039;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #2eb039;
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2eb039;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #2eb039;
  color: #2eb039;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #2eb039;
  border-color: #2eb039;
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #2eb039 #2eb039 !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #2eb039;
  box-shadow: none;
  color: #2eb039;
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #2eb039;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #2eb039 #2eb039 !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: #effbf0;
  color: #279630;
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e5f8e6;
  border-color: transparent;
  color: #279630;
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dbf5dd;
  border-color: transparent;
  color: #279630;
}
.button.is-warning {
  background-color: #fa8e23;
  border-color: transparent;
  color: white;
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #fa8817;
  border-color: transparent;
  color: white;
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: white;
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(250, 142, 35, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #f9810a;
  border-color: transparent;
  color: white;
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #fa8e23;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: white;
  color: #fa8e23;
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #fa8e23;
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fa8e23;
  color: #fa8e23;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #fa8e23;
  border-color: #fa8e23;
  color: white;
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #fa8e23 #fa8e23 !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fa8e23;
  box-shadow: none;
  color: #fa8e23;
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #fa8e23;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fa8e23 #fa8e23 !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-warning.is-light {
  background-color: #fff5eb;
  color: #a55404;
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #feeedf;
  border-color: transparent;
  color: #a55404;
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fee8d2;
  border-color: transparent;
  color: #a55404;
}
.button.is-danger {
  background-color: #c84034;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #be3d31;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(200, 64, 52, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #b43a2f;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #c84034;
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #c84034;
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #c84034;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #c84034;
  color: #c84034;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #c84034;
  border-color: #c84034;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #c84034 #c84034 !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #c84034;
  box-shadow: none;
  color: #c84034;
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #c84034;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #c84034 #c84034 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: #fbf0ef;
  color: #be3d31;
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #f8e6e5;
  border-color: transparent;
  color: #be3d31;
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #f6dddb;
  border-color: transparent;
  color: #be3d31;
}
.button.is-small {
  font-size: 0.85rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.15rem;
}
.button.is-large {
  font-size: 1.3rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(0.75em + 0.25em);
  padding-right: calc(0.75em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.85rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.15rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.3rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #363636;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.85rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.15rem;
}
.content.is-large {
  font-size: 1.3rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.25rem;
  width: 1.25rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-large {
  height: 2.5rem;
  width: 2.5rem;
}

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.25rem;
  vertical-align: top;
}
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

div.icon-text {
  display: flex;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 2px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: white;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: #234;
  color: #fff;
}
.notification.is-primary {
  background-color: #25ba81;
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: #eefcf6;
  color: #1e9567;
}
.notification.is-link {
  background-color: #1563ff;
  color: #fff;
}
.notification.is-link.is-light {
  background-color: #ebf1ff;
  color: #004eeb;
}
.notification.is-info {
  background-color: #1563ff;
  color: #fff;
}
.notification.is-info.is-light {
  background-color: #ebf1ff;
  color: #004eeb;
}
.notification.is-success {
  background-color: #2eb039;
  color: #fff;
}
.notification.is-success.is-light {
  background-color: #effbf0;
  color: #279630;
}
.notification.is-warning {
  background-color: #fa8e23;
  color: white;
}
.notification.is-warning.is-light {
  background-color: #fff5eb;
  color: #a55404;
}
.notification.is-danger {
  background-color: #c84034;
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: #fbf0ef;
  color: #be3d31;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #ededed;
}
.progress::-webkit-progress-value {
  background-color: #0a0a0a;
}
.progress::-moz-progress-bar {
  background-color: #0a0a0a;
}
.progress::-ms-fill {
  background-color: #0a0a0a;
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: white;
}
.progress.is-white::-moz-progress-bar {
  background-color: white;
}
.progress.is-white::-ms-fill {
  background-color: white;
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}
.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: #234;
}
.progress.is-dark::-moz-progress-bar {
  background-color: #234;
}
.progress.is-dark::-ms-fill {
  background-color: #234;
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #234 30%, #ededed 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: #25ba81;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #25ba81;
}
.progress.is-primary::-ms-fill {
  background-color: #25ba81;
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #25ba81 30%, #ededed 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: #1563ff;
}
.progress.is-link::-moz-progress-bar {
  background-color: #1563ff;
}
.progress.is-link::-ms-fill {
  background-color: #1563ff;
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #1563ff 30%, #ededed 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: #1563ff;
}
.progress.is-info::-moz-progress-bar {
  background-color: #1563ff;
}
.progress.is-info::-ms-fill {
  background-color: #1563ff;
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #1563ff 30%, #ededed 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: #2eb039;
}
.progress.is-success::-moz-progress-bar {
  background-color: #2eb039;
}
.progress.is-success::-ms-fill {
  background-color: #2eb039;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #2eb039 30%, #ededed 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: #fa8e23;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #fa8e23;
}
.progress.is-warning::-ms-fill {
  background-color: #fa8e23;
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #fa8e23 30%, #ededed 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #c84034;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #c84034;
}
.progress.is-danger::-ms-fill {
  background-color: #c84034;
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #c84034 30%, #ededed 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 0.85rem;
}
.progress.is-medium {
  height: 1.15rem;
}
.progress.is-large {
  height: 1.3rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: white;
  color: #363636;
}
.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: #234;
  border-color: #234;
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: #25ba81;
  border-color: #25ba81;
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: #1563ff;
  border-color: #1563ff;
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: #1563ff;
  border-color: #1563ff;
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: #2eb039;
  border-color: #2eb039;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #fa8e23;
  border-color: #fa8e23;
  color: white;
}
.table td.is-danger,
.table th.is-danger {
  background-color: #c84034;
  border-color: #c84034;
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #25ba81;
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: #363636;
}
.table th:not([align]) {
  text-align: inherit;
}
.table tr.is-selected {
  background-color: #25ba81;
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.15rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 2px;
  color: #0a0a0a;
  display: inline-flex;
  font-size: 0.85rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}
.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: #234;
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: #25ba81;
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #eefcf6;
  color: #1e9567;
}
.tag:not(body).is-link {
  background-color: #1563ff;
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: #ebf1ff;
  color: #004eeb;
}
.tag:not(body).is-info {
  background-color: #1563ff;
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #ebf1ff;
  color: #004eeb;
}
.tag:not(body).is-success {
  background-color: #2eb039;
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #effbf0;
  color: #279630;
}
.tag:not(body).is-warning {
  background-color: #fa8e23;
  color: white;
}
.tag:not(body).is-warning.is-light {
  background-color: #fff5eb;
  color: #a55404;
}
.tag:not(body).is-danger {
  background-color: #c84034;
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #fbf0ef;
  color: #be3d31;
}
.tag:not(body).is-normal {
  font-size: 0.85rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.15rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
  border-radius: 9999px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.3rem;
}
.title.is-5 {
  font-size: 1.15rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.85rem;
}

.subtitle {
  color: #0a0a0a;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: #363636;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.3rem;
}
.subtitle.is-5 {
  font-size: 1.15rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.85rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.15rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* Bulma Form */
.select select, .textarea, .input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 2px;
  color: #363636;
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #1563ff;
  box-shadow: 0 0 0 0.125em rgba(21, 99, 255, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: white;
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: #234;
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(34, 51, 68, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: #25ba81;
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(37, 186, 129, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #1563ff;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(21, 99, 255, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: #1563ff;
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(21, 99, 255, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #2eb039;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(46, 176, 57, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: #fa8e23;
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(250, 142, 35, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: #c84034;
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(200, 64, 52, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.85rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.15rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.3rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.625em - 1px) + 0.375em);
  padding-right: calc(calc(0.625em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.625em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: #363636;
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.25em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #1563ff;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}
.select.is-white:not(:hover)::after {
  border-color: white;
}
.select.is-white select {
  border-color: white;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}
.select.is-black select {
  border-color: #0a0a0a;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}
.select.is-light select {
  border-color: whitesmoke;
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: #234;
}
.select.is-dark select {
  border-color: #234;
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #1a2633;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(34, 51, 68, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #25ba81;
}
.select.is-primary select {
  border-color: #25ba81;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #21a572;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(37, 186, 129, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #1563ff;
}
.select.is-link select {
  border-color: #1563ff;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #0054fb;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(21, 99, 255, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: #1563ff;
}
.select.is-info select {
  border-color: #1563ff;
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #0054fb;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(21, 99, 255, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #2eb039;
}
.select.is-success select {
  border-color: #2eb039;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #299c32;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(46, 176, 57, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #fa8e23;
}
.select.is-warning select {
  border-color: #fa8e23;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #f9810a;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(250, 142, 35, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #c84034;
}
.select.is-danger select {
  border-color: #c84034;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #b43a2f;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(200, 64, 52, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.85rem;
}
.select.is-medium {
  font-size: 1.15rem;
}
.select.is-large {
  font-size: 1.3rem;
}
.select.is-disabled::after {
  border-color: #7a7a7a;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.85rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.15rem;
}
.select.is-loading.is-large:after {
  font-size: 1.3rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: #234;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #1e2d3c;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(34, 51, 68, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #1a2633;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: #25ba81;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #23af7a;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(37, 186, 129, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #21a572;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #1563ff;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #085bff;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(21, 99, 255, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #0054fb;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: #1563ff;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #085bff;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(21, 99, 255, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #0054fb;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #2eb039;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #2ba636;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(46, 176, 57, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #299c32;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #fa8e23;
  border-color: transparent;
  color: white;
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #fa8817;
  border-color: transparent;
  color: white;
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(250, 142, 35, 0.25);
  color: white;
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #f9810a;
  border-color: transparent;
  color: white;
}
.file.is-danger .file-cta {
  background-color: #c84034;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #be3d31;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(200, 64, 52, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #b43a2f;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.85rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.15rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.3rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 2px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 2px 2px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 2px 2px 0;
}
.file.is-right .file-name {
  border-radius: 2px 0 0 2px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}
.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 2px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #0a0a0a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.85rem;
}
.label.is-medium {
  font-size: 1.15rem;
}
.label.is-large {
  font-size: 1.3rem;
}

.help {
  display: block;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: white;
}
.help.is-black {
  color: #0a0a0a;
}
.help.is-light {
  color: whitesmoke;
}
.help.is-dark {
  color: #234;
}
.help.is-primary {
  color: #25ba81;
}
.help.is-link {
  color: #1563ff;
}
.help.is-info {
  color: #1563ff;
}
.help.is-success {
  color: #2eb039;
}
.help.is-warning {
  color: #fa8e23;
}
.help.is-danger {
  color: #c84034;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.85rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.15rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.3rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #0a0a0a;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.85rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.15rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.3rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.85rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.15rem;
}
.control.is-loading.is-large:after {
  font-size: 1.3rem;
}

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: white;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: white;
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: white;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #25ba81;
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.85rem;
}
.breadcrumb.is-medium {
  font-size: 1.15rem;
}
.breadcrumb.is-large {
  font-size: 1.3rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #0a0a0a;
  max-width: 100%;
  position: relative;
}

.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #0a0a0a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #1563ff;
  color: #fff;
}

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 2px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.85rem;
}
.menu.is-medium {
  font-size: 1.15rem;
}
.menu.is-large {
  font-size: 1.3rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: #0a0a0a;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}
.menu-list a.is-active {
  background-color: #1563ff;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 2px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.85rem;
}
.message.is-medium {
  font-size: 1.15rem;
}
.message.is-large {
  font-size: 1.3rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}
.message.is-white .message-body {
  border-color: white;
}
.message.is-black {
  background-color: #fafafa;
}
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}
.message.is-black .message-body {
  border-color: #0a0a0a;
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: whitesmoke;
}
.message.is-dark {
  background-color: #f8fafc;
}
.message.is-dark .message-header {
  background-color: #234;
  color: #fff;
}
.message.is-dark .message-body {
  border-color: #234;
}
.message.is-primary {
  background-color: #eefcf6;
}
.message.is-primary .message-header {
  background-color: #25ba81;
  color: #fff;
}
.message.is-primary .message-body {
  border-color: #25ba81;
  color: #1e9567;
}
.message.is-link {
  background-color: #ebf1ff;
}
.message.is-link .message-header {
  background-color: #1563ff;
  color: #fff;
}
.message.is-link .message-body {
  border-color: #1563ff;
  color: #004eeb;
}
.message.is-info {
  background-color: #ebf1ff;
}
.message.is-info .message-header {
  background-color: #1563ff;
  color: #fff;
}
.message.is-info .message-body {
  border-color: #1563ff;
  color: #004eeb;
}
.message.is-success {
  background-color: #effbf0;
}
.message.is-success .message-header {
  background-color: #2eb039;
  color: #fff;
}
.message.is-success .message-body {
  border-color: #2eb039;
  color: #279630;
}
.message.is-warning {
  background-color: #fff5eb;
}
.message.is-warning .message-header {
  background-color: #fa8e23;
  color: white;
}
.message.is-warning .message-body {
  border-color: #fa8e23;
  color: #a55404;
}
.message.is-danger {
  background-color: #fbf0ef;
}
.message.is-danger .message-header {
  background-color: #c84034;
  color: #fff;
}
.message.is-danger .message-body {
  border-color: #c84034;
  color: #be3d31;
}

.message-header {
  align-items: center;
  background-color: #0a0a0a;
  border-radius: 2px 2px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 2px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #0a0a0a;
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: white;
}
.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-black .navbar-burger {
  color: white;
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: #234;
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #1a2633;
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #1a2633;
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #1a2633;
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #234;
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: #25ba81;
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #21a572;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #21a572;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #21a572;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #25ba81;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #1563ff;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #0054fb;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #0054fb;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0054fb;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #1563ff;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: #1563ff;
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #0054fb;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #0054fb;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0054fb;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #1563ff;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #2eb039;
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #299c32;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #299c32;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #299c32;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #2eb039;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #fa8e23;
  color: white;
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #f9810a;
  color: white;
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-warning .navbar-burger {
  color: white;
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #f9810a;
    color: white;
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f9810a;
    color: white;
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #fa8e23;
    color: white;
  }
}
.navbar.is-danger {
  background-color: #c84034;
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #b43a2f;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #b43a2f;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #b43a2f;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #c84034;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #0a0a0a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #0a0a0a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #1563ff;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #1563ff;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #1563ff;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #1563ff;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #1563ff;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 2px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #1563ff;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #1563ff;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.85rem;
}
.pagination.is-medium {
  font-size: 1.15rem;
}
.pagination.is-large {
  font-size: 1.3rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #1563ff;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #1563ff;
  border-color: #1563ff;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}
.panel.is-dark .panel-heading {
  background-color: #234;
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #234;
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #234;
}
.panel.is-primary .panel-heading {
  background-color: #25ba81;
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #25ba81;
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #25ba81;
}
.panel.is-link .panel-heading {
  background-color: #1563ff;
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #1563ff;
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: #1563ff;
}
.panel.is-info .panel-heading {
  background-color: #1563ff;
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #1563ff;
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: #1563ff;
}
.panel.is-success .panel-heading {
  background-color: #2eb039;
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #2eb039;
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: #2eb039;
}
.panel.is-warning .panel-heading {
  background-color: #fa8e23;
  color: white;
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #fa8e23;
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #fa8e23;
}
.panel.is-danger .panel-heading {
  background-color: #c84034;
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #c84034;
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #c84034;
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #0a0a0a;
}
.panel-list a:hover {
  color: #1563ff;
}

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: #1563ff;
  color: #363636;
}
.panel-block.is-active .panel-icon {
  color: #1563ff;
}
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #0a0a0a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #1563ff;
  color: #1563ff;
}
.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.tabs.is-toggle li.is-active a {
  background-color: #1563ff;
  border-color: #1563ff;
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.85rem;
}
.tabs.is-medium {
  font-size: 1.15rem;
}
.tabs.is-large {
  font-size: 1.3rem;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #234 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #111a22 !important;
}

.has-background-dark {
  background-color: #234 !important;
}

.has-text-primary {
  color: #25ba81 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #1d8f63 !important;
}

.has-background-primary {
  background-color: #25ba81 !important;
}

.has-text-primary-light {
  color: #eefcf6 !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #c3f3e1 !important;
}

.has-background-primary-light {
  background-color: #eefcf6 !important;
}

.has-text-primary-dark {
  color: #1e9567 !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #26bf85 !important;
}

.has-background-primary-dark {
  background-color: #1e9567 !important;
}

.has-text-link {
  color: #1563ff !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #004be1 !important;
}

.has-background-link {
  background-color: #1563ff !important;
}

.has-text-link-light {
  color: #ebf1ff !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #b8cfff !important;
}

.has-background-link-light {
  background-color: #ebf1ff !important;
}

.has-text-link-dark {
  color: #004eeb !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #1f69ff !important;
}

.has-background-link-dark {
  background-color: #004eeb !important;
}

.has-text-info {
  color: #1563ff !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #004be1 !important;
}

.has-background-info {
  background-color: #1563ff !important;
}

.has-text-info-light {
  color: #ebf1ff !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #b8cfff !important;
}

.has-background-info-light {
  background-color: #ebf1ff !important;
}

.has-text-info-dark {
  color: #004eeb !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #1f69ff !important;
}

.has-background-info-dark {
  background-color: #004eeb !important;
}

.has-text-success {
  color: #2eb039 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #23882c !important;
}

.has-background-success {
  background-color: #2eb039 !important;
}

.has-text-success-light {
  color: #effbf0 !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c6f0ca !important;
}

.has-background-success-light {
  background-color: #effbf0 !important;
}

.has-text-success-dark {
  color: #279630 !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #32be3e !important;
}

.has-background-success-dark {
  background-color: #279630 !important;
}

.has-text-warning {
  color: #fa8e23 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #e57405 !important;
}

.has-background-warning {
  background-color: #fa8e23 !important;
}

.has-text-warning-light {
  color: #fff5eb !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #fddbb9 !important;
}

.has-background-warning-light {
  background-color: #fff5eb !important;
}

.has-text-warning-dark {
  color: #a55404 !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #d66d05 !important;
}

.has-background-warning-dark {
  background-color: #a55404 !important;
}

.has-text-danger {
  color: #c84034 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #a03329 !important;
}

.has-background-danger {
  background-color: #c84034 !important;
}

.has-text-danger-light {
  color: #fbf0ef !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #f0cac6 !important;
}

.has-background-danger-light {
  background-color: #fbf0ef !important;
}

.has-text-danger-dark {
  color: #be3d31 !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #d25b51 !important;
}

.has-background-danger-dark {
  background-color: #be3d31 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.3rem !important;
}

.is-size-5 {
  font-size: 1.15rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.85rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.3rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.15rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.3rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.15rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.85rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.3rem !important;
  }

  .is-size-5-touch {
    font-size: 1.15rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.3rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.15rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.3rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.15rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.3rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.15rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.85rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.is-family-secondary {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.is-family-sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: #0a0a0a;
}
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: white !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: white;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: whitesmoke !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #234;
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #234;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #1a2633;
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: #234 !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #234;
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #0e1d25 0%, #234 71%, #273858 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0e1d25 0%, #234 71%, #273858 100%);
  }
}
.hero.is-primary {
  background-color: #25ba81;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #25ba81;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #21a572;
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: #25ba81 !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #25ba81;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #14984f 0%, #25ba81 71%, #23d5af 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #14984f 0%, #25ba81 71%, #23d5af 100%);
  }
}
.hero.is-link {
  background-color: #1563ff;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #1563ff;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #0054fb;
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: #1563ff !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1563ff;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #0071e1 0%, #1563ff 71%, #2f51ff 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0071e1 0%, #1563ff 71%, #2f51ff 100%);
  }
}
.hero.is-info {
  background-color: #1563ff;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #1563ff;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #0054fb;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: #1563ff !important;
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1563ff;
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #0071e1 0%, #1563ff 71%, #2f51ff 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0071e1 0%, #1563ff 71%, #2f51ff 100%);
  }
}
.hero.is-success {
  background-color: #2eb039;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #2eb039;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #299c32;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: #2eb039 !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2eb039;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #25901b 0%, #2eb039 71%, #2dca55 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #25901b 0%, #2eb039 71%, #2dca55 100%);
  }
}
.hero.is-warning {
  background-color: #fa8e23;
  color: white;
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: white;
}
.hero.is-warning .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: white;
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #fa8e23;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #f9810a;
  color: white;
}
.hero.is-warning .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: #fa8e23 !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: white;
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #fa8e23;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ea4d00 0%, #fa8e23 71%, #ffbc38 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ea4d00 0%, #fa8e23 71%, #ffbc38 100%);
  }
}
.hero.is-danger {
  background-color: #c84034;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #c84034;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #b43a2f;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: #c84034 !important;
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c84034;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #aa1f2b 0%, #c84034 71%, #d56541 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #aa1f2b 0%, #c84034 71%, #d56541 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.button {
  font-weight: 700;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
  border: 1px solid transparent;
  text-decoration: none;
}
.button:hover, .button.is-hovered {
  text-decoration: none;
}
.button:active, .button.is-active, .button:focus, .button.is-focused {
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
  text-decoration: none;
}
.button.is-inverted.is-outlined {
  box-shadow: none;
  background: transparent;
}
.button.is-inline {
  vertical-align: middle;
}
.button.is-compact {
  padding: 0.25em 0.75em;
  margin: -0.25em 0;
}
.button.is-compact.pull-right {
  margin-right: -1em;
}
.button.is-borderless {
  border: 0;
  box-shadow: none;
}
.button.is-inset {
  background-color: transparent;
}
.button.is-disabled {
  opacity: 0.7;
  box-shadow: none;
  cursor: not-allowed;
  border-color: transparent;
}
.button.is-disabled:hover {
  border-color: transparent;
}
.button.is-xsmall {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.85rem;
}
.button.is-white {
  border-color: #e6e6e6;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: white;
  border-color: #e6e6e6;
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: #e6e6e6;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-white.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-white.is-outlined.is-important {
  border-color: white;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: #e6e6e6;
  color: white;
}
.button.is-white.is-outlined:active, .button.is-white.is-outlined.is-active {
  background-color: white;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.button.is-white.is-inverted.is-outlined {
  border-color: rgba(10, 10, 10, 0.5);
  color: rgba(10, 10, 10, 0.9);
  background-color: transparent;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined:active, .button.is-white.is-inverted.is-outlined.is-active {
  background-color: rgba(10, 10, 10, 0.1);
  border-color: #0a0a0a;
  color: #0a0a0a;
  box-shadow: none;
}
.button.is-white.is-disabled {
  background-color: white;
  border-color: #f2f2f2;
  box-shadow: none;
}
.button.is-white.is-disabled:hover, .button.is-white.is-disabled:active, .button.is-white.is-disabled:focus, .button.is-white.is-disabled.is-hovered, .button.is-white.is-disabled.is-active, .button.is-white.is-disabled.is-focused {
  background-color: white;
  border-color: #f2f2f2;
  box-shadow: none;
}
.button.is-black {
  border-color: black;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #171717;
  border-color: black;
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: black;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: black;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-black.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-black.is-outlined.is-important {
  border-color: #0a0a0a;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: white;
  border-color: black;
  color: #0a0a0a;
}
.button.is-black.is-outlined:active, .button.is-black.is-outlined.is-active {
  background-color: white;
  border-color: black;
  color: black;
}
.button.is-black.is-inverted.is-outlined {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-black.is-inverted.is-outlined:active, .button.is-black.is-inverted.is-outlined.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: white;
  color: white;
  box-shadow: none;
}
.button.is-black.is-disabled {
  background-color: #0a0a0a;
  border-color: black;
  box-shadow: none;
}
.button.is-black.is-disabled:hover, .button.is-black.is-disabled:active, .button.is-black.is-disabled:focus, .button.is-black.is-disabled.is-hovered, .button.is-black.is-disabled.is-active, .button.is-black.is-disabled.is-focused {
  background-color: #0a0a0a;
  border-color: black;
  box-shadow: none;
}
.button.is-light {
  border-color: #dbdbdb;
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: white;
  border-color: #dbdbdb;
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: #dbdbdb;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: #dbdbdb;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-light.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-light.is-outlined.is-important {
  border-color: whitesmoke;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: white;
  border-color: #dbdbdb;
  color: whitesmoke;
}
.button.is-light.is-outlined:active, .button.is-light.is-outlined.is-active {
  background-color: white;
  border-color: #dbdbdb;
  color: #dbdbdb;
}
.button.is-light.is-inverted.is-outlined {
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.9);
  background-color: transparent;
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:active, .button.is-light.is-inverted.is-outlined.is-active {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
}
.button.is-light.is-disabled {
  background-color: whitesmoke;
  border-color: #e8e8e8;
  box-shadow: none;
}
.button.is-light.is-disabled:hover, .button.is-light.is-disabled:active, .button.is-light.is-disabled:focus, .button.is-light.is-disabled.is-hovered, .button.is-light.is-disabled.is-active, .button.is-light.is-disabled.is-focused {
  background-color: whitesmoke;
  border-color: #e8e8e8;
  box-shadow: none;
}
.button.is-dark {
  border-color: #111a22;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2b4055;
  border-color: #111a22;
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #1a2633;
  border-color: #111a22;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: #111a22;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-dark.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-dark.is-outlined.is-important {
  border-color: #234;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: white;
  border-color: #111a22;
  color: #234;
}
.button.is-dark.is-outlined:active, .button.is-dark.is-outlined.is-active {
  background-color: white;
  border-color: #111a22;
  color: #111a22;
}
.button.is-dark.is-inverted.is-outlined {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:active, .button.is-dark.is-inverted.is-outlined.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
}
.button.is-dark.is-disabled {
  background-color: #234;
  border-color: #1a2633;
  box-shadow: none;
}
.button.is-dark.is-disabled:hover, .button.is-dark.is-disabled:active, .button.is-dark.is-disabled:focus, .button.is-dark.is-disabled.is-hovered, .button.is-dark.is-disabled.is-active, .button.is-dark.is-disabled.is-focused {
  background-color: #234;
  border-color: #1a2633;
  box-shadow: none;
}
.button.is-primary {
  border-color: #1d8f63;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #29cf90;
  border-color: #1d8f63;
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #21a572;
  border-color: #1d8f63;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: #1d8f63;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-primary.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-primary.is-outlined.is-important {
  border-color: #25ba81;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: white;
  border-color: #1d8f63;
  color: #25ba81;
}
.button.is-primary.is-outlined:active, .button.is-primary.is-outlined.is-active {
  background-color: white;
  border-color: #1d8f63;
  color: #1d8f63;
}
.button.is-primary.is-inverted.is-outlined {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:active, .button.is-primary.is-inverted.is-outlined.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
}
.button.is-primary.is-disabled {
  background-color: #25ba81;
  border-color: #21a572;
  box-shadow: none;
}
.button.is-primary.is-disabled:hover, .button.is-primary.is-disabled:active, .button.is-primary.is-disabled:focus, .button.is-primary.is-disabled.is-hovered, .button.is-primary.is-disabled.is-active, .button.is-primary.is-disabled.is-focused {
  background-color: #25ba81;
  border-color: #21a572;
  box-shadow: none;
}
.button.is-link {
  border-color: #004be1;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #2f74ff;
  border-color: #004be1;
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #0054fb;
  border-color: #004be1;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: #004be1;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-link.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-link.is-outlined.is-important {
  border-color: #1563ff;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: white;
  border-color: #004be1;
  color: #1563ff;
}
.button.is-link.is-outlined:active, .button.is-link.is-outlined.is-active {
  background-color: white;
  border-color: #004be1;
  color: #004be1;
}
.button.is-link.is-inverted.is-outlined {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:active, .button.is-link.is-inverted.is-outlined.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
}
.button.is-link.is-disabled {
  background-color: #1563ff;
  border-color: #0054fb;
  box-shadow: none;
}
.button.is-link.is-disabled:hover, .button.is-link.is-disabled:active, .button.is-link.is-disabled:focus, .button.is-link.is-disabled.is-hovered, .button.is-link.is-disabled.is-active, .button.is-link.is-disabled.is-focused {
  background-color: #1563ff;
  border-color: #0054fb;
  box-shadow: none;
}
.button.is-info {
  border-color: #004be1;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #2f74ff;
  border-color: #004be1;
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #0054fb;
  border-color: #004be1;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: #004be1;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-info.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-info.is-outlined.is-important {
  border-color: #1563ff;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: white;
  border-color: #004be1;
  color: #1563ff;
}
.button.is-info.is-outlined:active, .button.is-info.is-outlined.is-active {
  background-color: white;
  border-color: #004be1;
  color: #004be1;
}
.button.is-info.is-inverted.is-outlined {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:active, .button.is-info.is-inverted.is-outlined.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
}
.button.is-info.is-disabled {
  background-color: #1563ff;
  border-color: #0054fb;
  box-shadow: none;
}
.button.is-info.is-disabled:hover, .button.is-info.is-disabled:active, .button.is-info.is-disabled:focus, .button.is-info.is-disabled.is-hovered, .button.is-info.is-disabled.is-active, .button.is-info.is-disabled.is-focused {
  background-color: #1563ff;
  border-color: #0054fb;
  box-shadow: none;
}
.button.is-success {
  border-color: #23882c;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #33c440;
  border-color: #23882c;
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #299c32;
  border-color: #23882c;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: #23882c;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-success.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-success.is-outlined.is-important {
  border-color: #2eb039;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: white;
  border-color: #23882c;
  color: #2eb039;
}
.button.is-success.is-outlined:active, .button.is-success.is-outlined.is-active {
  background-color: white;
  border-color: #23882c;
  color: #23882c;
}
.button.is-success.is-inverted.is-outlined {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:active, .button.is-success.is-inverted.is-outlined.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
}
.button.is-success.is-disabled {
  background-color: #2eb039;
  border-color: #299c32;
  box-shadow: none;
}
.button.is-success.is-disabled:hover, .button.is-success.is-disabled:active, .button.is-success.is-disabled:focus, .button.is-success.is-disabled.is-hovered, .button.is-success.is-disabled.is-active, .button.is-success.is-disabled.is-focused {
  background-color: #2eb039;
  border-color: #299c32;
  box-shadow: none;
}
.button.is-warning {
  border-color: #e57405;
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #fb9b3c;
  border-color: #e57405;
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #f9810a;
  border-color: #e57405;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: #e57405;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-warning.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-warning.is-outlined.is-important {
  border-color: #fa8e23;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: white;
  border-color: #e57405;
  color: #fa8e23;
}
.button.is-warning.is-outlined:active, .button.is-warning.is-outlined.is-active {
  background-color: white;
  border-color: #e57405;
  color: #e57405;
}
.button.is-warning.is-inverted.is-outlined {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-warning.is-inverted.is-outlined:active, .button.is-warning.is-inverted.is-outlined.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: white;
  color: white;
  box-shadow: none;
}
.button.is-warning.is-disabled {
  background-color: #fa8e23;
  border-color: #f9810a;
  box-shadow: none;
}
.button.is-warning.is-disabled:hover, .button.is-warning.is-disabled:active, .button.is-warning.is-disabled:focus, .button.is-warning.is-disabled.is-hovered, .button.is-warning.is-disabled.is-active, .button.is-warning.is-disabled.is-focused {
  background-color: #fa8e23;
  border-color: #f9810a;
  box-shadow: none;
}
.button.is-danger {
  border-color: #a03329;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #cf5246;
  border-color: #a03329;
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #b43a2f;
  border-color: #a03329;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: #a03329;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button.is-danger.is-outlined {
  border-color: #dbdbdb;
  background-color: white;
}
.button.is-danger.is-outlined.is-important {
  border-color: #c84034;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: white;
  border-color: #a03329;
  color: #c84034;
}
.button.is-danger.is-outlined:active, .button.is-danger.is-outlined.is-active {
  background-color: white;
  border-color: #a03329;
  color: #a03329;
}
.button.is-danger.is-inverted.is-outlined {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:active, .button.is-danger.is-inverted.is-outlined.is-active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
}
.button.is-danger.is-disabled {
  background-color: #c84034;
  border-color: #b43a2f;
  box-shadow: none;
}
.button.is-danger.is-disabled:hover, .button.is-danger.is-disabled:active, .button.is-danger.is-disabled:focus, .button.is-danger.is-disabled.is-hovered, .button.is-danger.is-disabled.is-active, .button.is-danger.is-disabled.is-focused {
  background-color: #c84034;
  border-color: #b43a2f;
  box-shadow: none;
}
.button .icon.is-text:first-child:not(:last-child) {
  margin-left: 0;
  margin-right: 0;
}
.button .icon.is-text:last-child:not(:first-child) {
  margin-left: 0;
  margin-right: 0;
}
.button .icon.is-text:first-child:last-child {
  margin-left: 0;
  margin-right: 0;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.breadcrumb {
  margin: 0 1.5rem;
}
.breadcrumb a {
  text-decoration: none;
  opacity: 0.7;
}
.breadcrumb a:hover {
  text-decoration: none;
  opacity: 1;
}
.breadcrumb ul {
  align-items: center;
}
.breadcrumb li::before {
  font-size: x-large;
}
.breadcrumb li:last-child a.active {
  opacity: 1;
}
.breadcrumb dl dd {
  margin: -4px 0px;
  font-size: medium;
}
.breadcrumb dl dt {
  font-size: small;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.columns .column.is-centered {
  align-self: center;
  justify-self: center;
  text-align: center;
}
.columns .column.is-minimum {
  flex-grow: 0;
}
.columns .column.is-400 {
  width: 400px;
  max-width: 400px;
}
.columns.is-bottom-aligned {
  align-items: flex-end;
}
.columns.is-max-half {
  max-width: 50%;
}
.columns.is-centered {
  margin-left: auto;
  margin-right: auto;
}
.columns.is-flush {
  margin-bottom: 0;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-color: #bbc4d1;
  color: #0a0a0a;
  box-shadow: none;
  padding: 0.4em 0.75em;
  height: auto;
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  outline: none;
}
.input[disabled], fieldset[disabled] .input,
.textarea[disabled],
fieldset[disabled] .textarea {
  cursor: not-allowed;
}
.input:hover, .input.is-hovered, .input:active, .input.is-active, .input:focus, .input.is-focused,
.textarea:hover,
.textarea.is-hovered,
.textarea:active,
.textarea.is-active,
.textarea:focus,
.textarea.is-focused {
  border-color: #acb7c7;
}
.input[disabled],
.textarea[disabled] {
  background-color: #bbc4d1;
  border-color: #acb7c7;
}
.input::placeholder,
.textarea::placeholder {
  color: #bbc4d1;
}
.input.is-compact,
.textarea.is-compact {
  padding: 0.25em 0.75em;
  margin: -0.25em -0.25em -0.25em 0;
}

.field.is-inline {
  display: inline-block;
}
.field.is-horizontal .field-label {
  margin-right: 1rem;
  padding-top: 0.3em;
  font-weight: 600;
  white-space: nowrap;
}
.field.is-horizontal .field-label.is-small {
  padding-top: 0.55em;
}
.field.is-horizontal .field-label.is-multiline {
  white-space: normal;
}
.field.is-sub-field {
  margin-left: 2em;
}
.field:not(:last-child) {
  margin-bottom: 1rem;
}

.form.is-small {
  font-size: 0.85rem;
}
.form.is-small .label {
  font-size: 0.85rem;
}
.form .label {
  font-weight: 500;
}
.form .group-heading {
  text-transform: uppercase;
  letter-spacing: 0.05ch;
  margin-bottom: 1.5em;
  color: #7a7a7a;
  font-weight: 500;
}

.radio-group {
  padding: 16px 0px;
}

.button-group {
  margin: 16px 0px;
}

.align-right {
  margin-right: calc(6.5% - 16px);
}

.new-job-template > div {
  margin-bottom: 1rem;
}
.new-job-template .path-input {
  height: 2.25em;
}
.new-job-template .path-input.error {
  color: #c84034;
  border-color: #c84034;
}
.new-job-template .path-input + p {
  position: relative;
  animation: slide-in 0.3s ease-out;
}
.new-job-template .input-dropdown-row {
  display: grid;
  grid-template-columns: 6fr 1fr;
  gap: 0 1rem;
}
.new-job-template footer {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  gap: 1rem;
}

.mock-sso-provider {
  margin: 25vh auto;
  width: 500px;
  top: 25vh;
  height: auto;
  max-height: 50vh;
  box-shadow: 0 0 0 100vw rgba(0, 2, 30, 0.8);
  padding: 1rem;
  text-align: center;
  background-color: white;
}
.mock-sso-provider h1 {
  font-size: 2rem;
  font-weight: 400;
}
.mock-sso-provider h2 {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.mock-sso-provider .providers {
  display: grid;
  gap: 0.5rem;
}
.mock-sso-provider .providers button {
  background-color: #444;
  color: white;
}
.mock-sso-provider .providers button.error {
  background-color: darkred;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  vertical-align: text-top;
  height: 1.25rem;
  width: 1.25rem;
  fill: #0a0a0a;
}
.icon.is-text {
  width: 1.2em;
  height: 1.2em;
  pointer-events: none;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-large {
  height: 2rem;
  width: 2rem;
}
.icon.is-faded {
  fill: #b5b5b5;
  color: #b5b5b5;
}
.icon.is-white {
  fill: white;
  color: white;
}
.icon.is-black {
  fill: #0a0a0a;
  color: #0a0a0a;
}
.icon.is-light {
  fill: whitesmoke;
  color: whitesmoke;
}
.icon.is-dark {
  fill: #234;
  color: #234;
}
.icon.is-primary {
  fill: #25ba81;
  color: #25ba81;
}
.icon.is-link {
  fill: #1563ff;
  color: #1563ff;
}
.icon.is-info {
  fill: #1563ff;
  color: #1563ff;
}
.icon.is-success {
  fill: #2eb039;
  color: #2eb039;
}
.icon.is-warning {
  fill: #fa8e23;
  color: #fa8e23;
}
.icon.is-danger {
  fill: #c84034;
  color: #c84034;
}
.icon.is-grey {
  fill: #7a7a7a;
  color: #7a7a7a;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.level .level-item.is-pulled-right {
  justify-content: flex-end;
}
.level .level-item.is-pulled-left {
  justify-content: flex-start;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.menu .menu-list {
  margin-top: 1rem;
}
.menu .menu-list a {
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  box-shadow: inset 0 0 0 #bbc4d1;
  transition: box-shadow 0.1s ease-in-out;
  text-decoration: none;
}
.menu .menu-list a:hover, .menu .menu-list a.is-active {
  background: transparent;
  box-shadow: inset -3px 0 0 #1563ff;
  color: #1563ff;
}
.menu .menu-list a:hover .icon, .menu .menu-list a.is-active .icon {
  fill: #1563ff;
}
.menu .menu-list a .tag {
  margin-left: 0.5em;
}
.menu .menu-list a .icon {
  margin-right: 0.5em;
  fill: #575757;
}
.menu .menu-list .menu-item {
  margin: 0.5rem 1.5rem;
}
.menu .menu-list .menu-item.is-wide {
  margin: 0.5rem 1rem;
}
.menu .menu-label {
  margin: 1rem 0.75rem 0.5rem;
  padding-top: 0.5rem;
  color: #7e8fa8;
  letter-spacing: 0;
}
.menu .menu-label:first-child {
  margin-top: 0;
  padding-top: 1rem;
}
.menu .menu-label:not(:first-child) {
  border-top: 1px solid #bbc4d1;
}
.menu .menu-label.is-minor {
  border-top: none;
  margin-top: 0;
}
.menu .menu-label + .menu-list {
  margin-top: 0.5rem;
}
.menu .collapsed-only + .menu-label {
  border-top: none;
}
@media only screen and (max-width : 960px) {
  .menu .collapsed-only + .menu-label {
    border-top: 1px solid #bbc4d1;
  }
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.message {
  background: white;
}
.message .message-header {
  background: white;
  color: #0a0a0a;
  font-size: 1.15rem;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
.message .message-body {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
}
.message .message-body.is-full-bleed {
  padding: 0;
}
.message .message-body .table {
  margin-bottom: 0;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.navbar {
  display: flex;
  align-items: center;
}
.navbar.is-primary {
  background: linear-gradient(to right, #16704d, #1d9467);
  height: 3.5rem;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}
.navbar.is-primary .navbar-item {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.navbar.is-primary .navbar-item:hover {
  color: #fff;
  background: transparent;
}
.navbar.is-primary .navbar-item.is-active, .navbar.is-primary .navbar-item.active {
  color: #fff;
  border-bottom-color: #fff;
}
.navbar.is-primary .navbar-item + .navbar-item {
  position: relative;
}
.navbar.is-primary .navbar-item + .navbar-item::before {
  width: 1px;
  height: 1em;
  background: rgba(255, 255, 255, 0.5);
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
}
.navbar.is-primary .navbar-brand {
  z-index: 220;
}
.navbar.is-primary .navbar-end {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  margin-left: inherit;
}
.navbar.is-primary .navbar-end > a.navbar-item {
  color: rgba(255, 255, 255, 0.8);
}
.navbar.is-primary .navbar-end > a.navbar-item:hover {
  color: #fff;
  background: transparent;
}
.navbar.is-primary .navbar-brand > a.navbar-item:hover {
  background: transparent;
}
.navbar.is-secondary {
  background-color: #1d9467;
  padding: 1.25rem 20px 1.25rem 0;
  height: 4.5rem;
  font-weight: 600;
  color: #fff;
}
.navbar.is-secondary .navbar-item {
  font-size: 1.3rem;
}
.navbar.is-popup {
  background-color: #1d9467;
  height: 3.5rem;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.navbar.is-popup .navbar-brand {
  margin-right: 8px;
}
.navbar.is-popup .navbar-item {
  color: white;
}
.navbar.is-popup .navbar-item .navbar-label {
  font-weight: 600;
  margin-right: 1rem;
}
.navbar.is-popup .navbar-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: inherit;
}
.navbar.is-popup .navbar-end > a.navbar-item {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.navbar.is-popup .navbar-end > a.navbar-item:hover {
  color: #fff;
  background: transparent;
}
.navbar.is-popup .navbar-brand > a.navbar-item:hover {
  background: transparent;
}
.navbar .navbar-item {
  display: flex;
  align-items: center;
}
.navbar .navbar-item.is-gutter {
  width: 250px;
  display: block;
  padding: 0 1rem;
  font-size: 1em;
}
.navbar .navbar-item.is-gutter > * {
  margin: -5px 0;
}
@media only screen and (max-width : 960px) {
  .navbar .navbar-item.is-gutter {
    display: none;
  }
}
.navbar .profile-dropdown {
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  background-color: transparent;
  border: none !important;
  height: auto;
  box-shadow: none !important;
}
.navbar .profile-dropdown:focus {
  background-color: #21a572;
}
.navbar .profile-dropdown .ember-power-select-prefix {
  color: rgba(255, 255, 255, 0.8);
}
.navbar .profile-dropdown .ember-power-select-selected-item {
  margin-left: 0;
  border: none;
}
.navbar .profile-dropdown .ember-power-select-status-icon {
  border-top-color: white;
}
.navbar .custom-label {
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  background: black;
  color: white;
  display: grid;
  align-self: center;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.notification {
  padding: 0.5rem 1rem;
  border: 1px solid #bbc4d1;
}
.notification.is-pending {
  background: #bbc4d1;
  color: #fff;
  border-color: #bbc4d1;
}
.notification.is-running {
  background: #e1ebff;
  color: #1563ff;
  border-color: #1563ff;
}
.notification.is-error {
  background: #f4d7d4;
  color: #c84034;
  border-color: #c84034;
}
.notification.is-cancelled {
  background: #fff4ea;
  color: #fa8e23;
  border-color: #fa8e23;
}
.notification.is-white {
  background: white;
  color: white;
  border-color: white;
}
.notification.is-black {
  background: #707070;
  color: #0a0a0a;
  border-color: #0a0a0a;
}
.notification.is-light {
  background: white;
  color: whitesmoke;
  border-color: whitesmoke;
}
.notification.is-dark {
  background: #7799bb;
  color: #234;
  border-color: #234;
}
.notification.is-primary {
  background: #baf1dc;
  color: #25ba81;
  border-color: #25ba81;
}
.notification.is-link {
  background: #e1ebff;
  color: #1563ff;
  border-color: #1563ff;
}
.notification.is-info {
  background: #e1ebff;
  color: #1563ff;
  border-color: #1563ff;
}
.notification.is-success {
  background: #bceec1;
  color: #2eb039;
  border-color: #2eb039;
}
.notification.is-warning {
  background: #fff4ea;
  color: #fa8e23;
  border-color: #fa8e23;
}
.notification.is-danger {
  background: #f4d7d4;
  color: #c84034;
  border-color: #c84034;
}
.notification.is-light {
  background: white;
  color: #7e8fa8;
  border-color: #bbc4d1;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.pagination {
  color: #7a7a7a;
}
.pagination .pagination-numbers {
  padding: 0.75rem 0.5rem;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.85rem;
}
.pagination .pagination-previous,
.pagination .pagination-next,
.pagination .pagination-link {
  color: #0a0a0a;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0.75rem 0.5rem;
  height: auto;
  text-decoration: none;
}
.pagination .pagination-previous:hover,
.pagination .pagination-next:hover,
.pagination .pagination-link:hover {
  box-shadow: none;
  background-color: #e8e8e8;
}
.pagination .pagination-previous:active,
.pagination .pagination-next:active,
.pagination .pagination-link:active {
  background-color: #dbdbdb;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.progress.is-small {
  height: 6px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.section {
  padding: 1.5rem;
  max-width: 1200px;
}
.section.with-headspace {
  margin-top: 1.5rem;
}
.section.is-full-width {
  max-width: 100%;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.table {
  color: #0a0a0a;
  border-radius: 2px;
  border: 1px solid #bbc4d1;
  border-collapse: separate;
  width: 100%;
}
@media only screen and (max-width : 1100px) {
  .table:not(.no-mobile-condense) {
    display: block;
    overflow-x: auto;
  }
}
.table.is-fixed {
  table-layout: fixed;
}
.table.is-fixed td {
  text-overflow: ellipsis;
  overflow: hidden;
}
.table.is-isolated {
  margin-bottom: 0;
}
.table.with-foot {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.table.with-foot + .table-foot {
  margin-bottom: 1.5rem;
}
.table.is-compact th,
.table.is-compact td {
  padding: 0.75em;
}
.table.is-compact .is-selectable a {
  padding: 0.75em;
}
.table.with-collapsed-borders {
  border-collapse: collapse;
}
.table.is-darkened tbody tr:not(.is-selected) {
  background-color: #fafafa;
}
.table.is-darkened tbody tr:not(.is-selected):hover {
  background-color: whitesmoke;
}
.table.is-darkened.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: whitesmoke;
}
.table.is-darkened.is-striped tbody tr:not(.is-selected):nth-child(even):hover {
  background-color: #e8e8e8;
}
.table th,
.table td {
  padding: 0.75em 1.5em;
  border: none;
}
.table th.is-three-quarters,
.table td.is-three-quarters {
  width: 75%;
}
.table th.is-two-thirds,
.table td.is-two-thirds {
  width: 66.66%;
}
.table th.is-half,
.table td.is-half {
  width: 50%;
}
.table th.is-one-third,
.table td.is-one-third {
  width: 33.33%;
}
.table th.is-one-quarter,
.table td.is-one-quarter {
  width: 25%;
}
.table th.is-truncatable,
.table td.is-truncatable {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table th.is-narrow,
.table td.is-narrow {
  padding: 1.25em 0 1.25em 0.5em;
}
.table th.is-narrow + th, .table th.is-narrow + td,
.table td.is-narrow + th,
.table td.is-narrow + td {
  padding-left: 0.5em;
}
.table th.is-long-text,
.table td.is-long-text {
  word-break: break-word;
}
.table th.is-200px,
.table td.is-200px {
  width: 200px;
  max-width: 200px;
}
.table th.is-1,
.table td.is-1 {
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}
.table th.is-2,
.table td.is-2 {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}
.table th.is-3,
.table td.is-3 {
  width: 25%;
  max-width: 25%;
}
.table th.is-4,
.table td.is-4 {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.table th.is-5,
.table td.is-5 {
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}
.table th.is-6,
.table td.is-6 {
  width: 50%;
  max-width: 50%;
}
.table th.is-7,
.table td.is-7 {
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}
.table th.is-8,
.table td.is-8 {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
.table th.is-9,
.table td.is-9 {
  width: 75%;
  max-width: 75%;
}
.table th.is-10,
.table td.is-10 {
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
.table th.is-11,
.table td.is-11 {
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}
.table th a,
.table td a {
  color: #1563ff;
  text-decoration: underline;
  font-weight: 400;
}
.table th a.is-primary,
.table td a.is-primary {
  color: #0a0a0a;
  font-weight: 600;
}
.table thead {
  background: whitesmoke;
  border: 1px solid #bbc4d1;
}
.table thead tr:hover {
  background-color: inherit;
}
.table thead td,
.table thead th {
  color: #b5b5b5;
  font-weight: 400;
  vertical-align: bottom;
  border-bottom: 1px solid #bbc4d1;
}
.table thead td.is-selectable,
.table thead th.is-selectable {
  padding: 0;
}
.table thead td.is-selectable a,
.table thead th.is-selectable a {
  display: block;
  padding: 0.75em 1.5em;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.table thead td.is-selectable a:hover,
.table thead th.is-selectable a:hover {
  background-color: #e8e8e8;
}
.table thead td.is-selectable a::before, .table thead td.is-selectable a::after,
.table thead th.is-selectable a::before,
.table thead th.is-selectable a::after {
  position: absolute;
  pointer-events: none;
  color: #b5b5b5;
}
.table thead td.is-selectable a::after,
.table thead th.is-selectable a::after {
  transform: translateX(6px);
}
.table thead td.is-selectable a::before,
.table thead th.is-selectable a::before {
  transform: translateX(-20px);
}
.table thead td.is-active.desc a::after,
.table thead th.is-active.desc a::after {
  content: "⬆";
}
.table thead td.is-active.asc a::after,
.table thead th.is-active.asc a::after {
  content: "⬇";
}
.table thead td.is-active.has-text-right a::after,
.table thead th.is-active.has-text-right a::after {
  content: none;
}
.table thead td.is-active.has-text-right.desc a::before,
.table thead th.is-active.has-text-right.desc a::before {
  content: "⬆";
}
.table thead td.is-active.has-text-right.asc a::before,
.table thead th.is-active.has-text-right.asc a::before {
  content: "⬇";
}
.table thead td a,
.table thead th a {
  color: #7a7a7a;
}
.table tbody tr.is-interactive {
  cursor: pointer;
  box-sizing: border-box;
}
.table tbody tr.is-active {
  background: rgba(21, 99, 255, 0.1);
}
.table tbody tr.is-active td:first-child {
  position: relative;
}
.table tbody tr.is-active td:first-child::after {
  position: absolute;
  content: "";
  width: 3px;
  top: 0;
  bottom: 0;
  left: -1px;
  display: block;
  background: #1563ff;
}
.table tbody td.is-subheading {
  font-weight: 700;
  background: white;
  color: #1563ff;
}
.table tbody td {
  border: 1px solid #bbc4d1;
  border-width: 0 0 1px;
  padding: 1.25em 1.5em;
}
.table tbody td.is-one-line {
  white-space: nowrap;
}
.table .is-faded {
  color: #b5b5b5;
}

.table tfoot,
.table-foot {
  margin-top: -1px;
  background: whitesmoke;
  border: 1px solid #bbc4d1;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table tfoot.with-padding,
.table-foot.with-padding {
  padding: 6px;
}
.table tfoot .pagination,
.table-foot .pagination {
  padding: 0;
  margin: 0;
}
.table tfoot .field,
.table-foot .field {
  margin-bottom: 0;
}
.table tfoot .field:first-child,
.table-foot .field:first-child {
  margin-left: 1.5em;
}
.table tfoot .field.is-horizontal,
.table-foot .field.is-horizontal {
  display: flex;
}
.table tfoot .field .label,
.table tfoot .field .field-label,
.table-foot .field .label,
.table-foot .field .field-label {
  color: #7a7a7a;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: right;
}
.table tfoot .field .label.is-small,
.table tfoot .field .field-label.is-small,
.table-foot .field .label.is-small,
.table-foot .field .field-label.is-small {
  font-size: 0.85rem;
}
.table tfoot .field .field-body,
.table-foot .field .field-body {
  display: flex;
  flex-basis: 0;
  flex-grow: 5;
  flex-shrink: 1;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.tabs {
  background: whitesmoke;
  font-weight: 600;
}
.tabs ul {
  padding-left: 1em;
  padding-right: 1em;
}
.tabs a {
  padding: 1em 1.5em;
  color: #7e8fa8;
  border-bottom: none;
  box-shadow: inset 0 0 0 #bbc4d1;
  transition: box-shadow 0.1s ease-in-out;
  text-decoration: none;
}
.tabs a:hover, .tabs a.is-active {
  text-decoration: none;
  border-bottom: none;
  box-shadow: inset 0 -3px 0 #1563ff;
  color: #1563ff;
}
.tabs li:first-child {
  padding-left: 0;
}
.tabs li:last-child {
  padding-right: 0;
}
.tabs.is-subnav {
  position: fixed;
  top: 112px;
  left: 250px;
  right: 0;
  z-index: 200;
}
.tabs.is-subnav + * {
  margin-top: 5em;
}
.tabs.is-subnav + *.is-closer {
  margin-top: calc(3.5em + 1px);
}
@media only screen and (max-width : 960px) {
  .tabs.is-subnav {
    left: 0;
  }
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.tag:not(body) {
  text-transform: uppercase;
  border-radius: 200px;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1;
  height: 1.5em;
}
.tag:not(body).is-pending, .tag:not(body).is-light {
  background: #bbc4d1;
  color: #fff;
}
.tag:not(body).is-running {
  background: #1563ff;
  color: #fff;
}
.tag:not(body).is-primary {
  background: #25ba81;
  color: #fff;
}
.tag:not(body).is-complete {
  background: #d9f0e6;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-error {
  background: #c84034;
  color: #fff;
}
.tag:not(body).is-cancelled {
  background: #fa8e23;
  color: #fff;
}
.tag:not(body).is-unknown {
  background: #fac402;
  color: #fff;
}
.tag:not(body).is-hollow {
  font-weight: 600;
  color: #7e8fa8;
  background: transparent;
}
.tag:not(body).no-text-transform {
  text-transform: none;
}
.tag:not(body).is-outlined {
  box-shadow: 0 0 0 1px white;
}
.tag:not(body).is-alone {
  padding: 0;
  margin-bottom: 1em;
}
.tag:not(body).is-small {
  font-size: 0.7rem;
  vertical-align: 2px;
}
.tag:not(body).is-pack {
  position: relative;
  top: 3px;
}
.tag:not(body).is-service {
  text-transform: none;
}
.tag:not(body) .icon {
  height: 1rem;
  width: 1rem;
}
.tag:not(body).canary {
  overflow: hidden;
}
.tag:not(body).canary:before {
  content: "Canary";
  background-color: #c0d5ff;
  color: #0a0a0a;
  line-height: 1.5em;
  margin-left: -0.75em;
  margin-right: 0.75em;
  padding: 0 0.75em;
  align-self: normal;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.title.is-4, .title.is-5, .title.is-6 {
  margin-bottom: 0.5rem;
}
.title.with-headroom {
  margin-top: 1rem;
}
.title.with-subheading {
  margin-bottom: 0.85rem;
}
.title.with-flex {
  display: flex;
  justify-content: space-between;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
a {
  color: #1563ff;
  text-decoration: underline;
}
a:hover {
  color: #1563ff;
  text-decoration: underline;
}

code {
  color: currentColor;
  background: transparent;
  text-transform: none;
  padding: 0;
  font-size: 1em;
}

.nowrap {
  white-space: nowrap;
}

.is-interactive {
  cursor: pointer;
}

.is-faded {
  color: #7e8fa8;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
section.notifications {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  justify-items: right;
  display: grid;
}
section.notifications .flash-message:not(:last-child) {
  margin-bottom: 1rem;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.accordion .accordion-head,
.accordion .accordion-body {
  border: 1px solid #bbc4d1;
  border-bottom: none;
  padding: 0.75em 1.5em;
}
.accordion .accordion-head:first-child,
.accordion .accordion-body:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.accordion .accordion-head:last-child,
.accordion .accordion-body:last-child {
  border-bottom: 1px solid #bbc4d1;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.accordion .accordion-head.is-full-bleed,
.accordion .accordion-body.is-full-bleed {
  padding: 0;
}
.accordion .accordion-head {
  display: flex;
  background: whitesmoke;
  flex: 1;
}
.accordion .accordion-head.is-light {
  background: white;
}
.accordion .accordion-head .accordion-head-content {
  width: 100%;
  margin-right: 1.5em;
}
.accordion .accordion-head .accordion-head-content .tooltip {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.accordion .accordion-head .accordion-toggle {
  flex-basis: 0;
  white-space: nowrap;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.badge {
  font-size: 0.85rem;
  height: 1.5em;
  line-height: 1;
  border-radius: 2px;
  padding: 0.25em 0.75em;
  border: none;
}
.badge.is-white {
  background-color: white;
  color: #0a0a0a;
}
.badge.is-white.is-faded {
  color: rgba(10, 10, 10, 0.8);
}
.badge.is-white.is-hollow {
  box-shadow: 0 0 0 1px white;
  background: white;
  color: #e6e6e6;
}
.badge.is-white.is-subtle {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}
.badge.is-black {
  background-color: #0a0a0a;
  color: white;
}
.badge.is-black.is-faded {
  color: rgba(255, 255, 255, 0.8);
}
.badge.is-black.is-hollow {
  box-shadow: 0 0 0 1px #0a0a0a;
  background: white;
  color: black;
}
.badge.is-black.is-subtle {
  background: rgba(10, 10, 10, 0.3);
  color: white;
}
.badge.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.badge.is-light.is-faded {
  color: rgba(0, 0, 0, 0.8);
}
.badge.is-light.is-hollow {
  box-shadow: 0 0 0 1px whitesmoke;
  background: white;
  color: #dbdbdb;
}
.badge.is-light.is-subtle {
  background: rgba(245, 245, 245, 0.3);
  color: white;
}
.badge.is-dark {
  background-color: #234;
  color: #fff;
}
.badge.is-dark.is-faded {
  color: rgba(255, 255, 255, 0.8);
}
.badge.is-dark.is-hollow {
  box-shadow: 0 0 0 1px #234;
  background: white;
  color: #111a22;
}
.badge.is-dark.is-subtle {
  background: rgba(34, 51, 68, 0.3);
  color: white;
}
.badge.is-primary {
  background-color: #25ba81;
  color: #fff;
}
.badge.is-primary.is-faded {
  color: rgba(255, 255, 255, 0.8);
}
.badge.is-primary.is-hollow {
  box-shadow: 0 0 0 1px #25ba81;
  background: white;
  color: #1d8f63;
}
.badge.is-primary.is-subtle {
  background: rgba(37, 186, 129, 0.3);
  color: white;
}
.badge.is-link {
  background-color: #1563ff;
  color: #fff;
}
.badge.is-link.is-faded {
  color: rgba(255, 255, 255, 0.8);
}
.badge.is-link.is-hollow {
  box-shadow: 0 0 0 1px #1563ff;
  background: white;
  color: #004be1;
}
.badge.is-link.is-subtle {
  background: rgba(21, 99, 255, 0.3);
  color: white;
}
.badge.is-info {
  background-color: #1563ff;
  color: #fff;
}
.badge.is-info.is-faded {
  color: rgba(255, 255, 255, 0.8);
}
.badge.is-info.is-hollow {
  box-shadow: 0 0 0 1px #1563ff;
  background: white;
  color: #004be1;
}
.badge.is-info.is-subtle {
  background: rgba(21, 99, 255, 0.3);
  color: white;
}
.badge.is-success {
  background-color: #2eb039;
  color: #fff;
}
.badge.is-success.is-faded {
  color: rgba(255, 255, 255, 0.8);
}
.badge.is-success.is-hollow {
  box-shadow: 0 0 0 1px #2eb039;
  background: white;
  color: #23882c;
}
.badge.is-success.is-subtle {
  background: rgba(46, 176, 57, 0.3);
  color: white;
}
.badge.is-warning {
  background-color: #fa8e23;
  color: white;
}
.badge.is-warning.is-faded {
  color: rgba(255, 255, 255, 0.8);
}
.badge.is-warning.is-hollow {
  box-shadow: 0 0 0 1px #fa8e23;
  background: white;
  color: #e57405;
}
.badge.is-warning.is-subtle {
  background: rgba(250, 142, 35, 0.3);
  color: white;
}
.badge.is-danger {
  background-color: #c84034;
  color: #fff;
}
.badge.is-danger.is-faded {
  color: rgba(255, 255, 255, 0.8);
}
.badge.is-danger.is-hollow {
  box-shadow: 0 0 0 1px #c84034;
  background: white;
  color: #a03329;
}
.badge.is-danger.is-subtle {
  background: rgba(200, 64, 52, 0.3);
  color: white;
}
.badge.is-faded {
  color: rgba(10, 10, 10, 0.8);
}
.badge.is-small {
  padding: 0.15em 0.5em;
}
.badge.is-secondary {
  color: #627591;
  background: #d9dee6;
}

button.badge {
  cursor: pointer;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.boxed-section {
  margin-bottom: 1.5em;
}
.boxed-section:last-child {
  margin-bottom: 0;
}
.boxed-section .boxed-section-head,
.boxed-section .boxed-section-foot {
  padding: 0.75em 1.5em;
  border: 1px solid #bbc4d1;
  background: whitesmoke;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.boxed-section .boxed-section-head .pull-right,
.boxed-section .boxed-section-foot .pull-right {
  margin-left: auto;
}
.boxed-section .boxed-section-head .is-subsection,
.boxed-section .boxed-section-foot .is-subsection {
  display: flex;
  align-items: baseline;
}
.boxed-section .boxed-section-head .is-subsection .is-padded,
.boxed-section .boxed-section-foot .is-subsection .is-padded {
  padding: 0em 0em 0em 1em;
}
.boxed-section .boxed-section-head .is-subsection .is-one-line,
.boxed-section .boxed-section-foot .is-subsection .is-one-line {
  white-space: nowrap;
}
.boxed-section .boxed-section-head .is-fixed-width,
.boxed-section .boxed-section-foot .is-fixed-width {
  display: inline-block;
  width: 8em;
}
.boxed-section .boxed-section-head.is-compact,
.boxed-section .boxed-section-foot.is-compact {
  padding: 0.75em;
}
.boxed-section .boxed-section-head {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.boxed-section .boxed-section-head.is-light {
  background: white;
}
.boxed-section .boxed-section-head.is-hollow {
  border-bottom: none;
  background: transparent;
}
.boxed-section .boxed-section-head.is-hollow + .boxed-section-body {
  border-top: none;
  padding-top: 0.75em;
}
.boxed-section .boxed-section-head + .boxed-section-body {
  padding: 1.5em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.boxed-section .boxed-section-head .button,
.boxed-section .boxed-section-head .is-inline-block {
  display: inline-block;
}
.boxed-section .boxed-section-head .header-toggle {
  display: inline-block;
  position: relative;
  top: 0.2em;
  margin-left: calc(0.625em - 1px);
  margin-right: calc(0.625em - 1px);
}
.boxed-section .boxed-section-head.task-log-head .header-toggle {
  top: 0.5em;
}
.boxed-section .boxed-section-body {
  padding: 0.75em 1.5em;
  background: white;
  border: 1px solid #bbc4d1;
  margin-top: -1px;
  border-radius: 2px;
}
.boxed-section .boxed-section-body.is-full-bleed {
  padding: 0;
  border: none;
}
.boxed-section .boxed-section-body.is-full-bleed > *:first-child,
.boxed-section .boxed-section-body.is-full-bleed > .ember-view:first-child > *:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.boxed-section .boxed-section-body.is-dark {
  background: #1a2633;
  border-color: #5580aa;
  color: white;
}
.boxed-section .boxed-section-body.with-foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.boxed-section .boxed-section-foot {
  margin-top: -1px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.boxed-section .boxed-section-row {
  width: 100%;
  display: flex;
  align-items: baseline;
}
.boxed-section .boxed-section-row + .boxed-section-row {
  margin-top: 0.5em;
}
.boxed-section.is-small {
  font-size: 0.85rem;
}
.boxed-section.is-white > .boxed-section-head {
  background: white;
  border-color: white;
  color: #0a0a0a;
}
.boxed-section.is-white > .boxed-section-body {
  border-color: white;
}
.boxed-section.is-white > .boxed-section-foot {
  border-color: white;
  background: white;
  color: white;
}
.boxed-section.is-black > .boxed-section-head {
  background: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
.boxed-section.is-black > .boxed-section-body {
  border-color: #0a0a0a;
}
.boxed-section.is-black > .boxed-section-foot {
  border-color: #0a0a0a;
  background: #707070;
  color: #0a0a0a;
}
.boxed-section.is-light > .boxed-section-head {
  background: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.boxed-section.is-light > .boxed-section-body {
  border-color: whitesmoke;
}
.boxed-section.is-light > .boxed-section-foot {
  border-color: whitesmoke;
  background: white;
  color: whitesmoke;
}
.boxed-section.is-dark > .boxed-section-head {
  background: #234;
  border-color: #234;
  color: #fff;
}
.boxed-section.is-dark > .boxed-section-body {
  border-color: #234;
}
.boxed-section.is-dark > .boxed-section-foot {
  border-color: #234;
  background: #7799bb;
  color: #234;
}
.boxed-section.is-primary > .boxed-section-head {
  background: #25ba81;
  border-color: #25ba81;
  color: #fff;
}
.boxed-section.is-primary > .boxed-section-body {
  border-color: #25ba81;
}
.boxed-section.is-primary > .boxed-section-foot {
  border-color: #25ba81;
  background: #baf1dc;
  color: #25ba81;
}
.boxed-section.is-link > .boxed-section-head {
  background: #1563ff;
  border-color: #1563ff;
  color: #fff;
}
.boxed-section.is-link > .boxed-section-body {
  border-color: #1563ff;
}
.boxed-section.is-link > .boxed-section-foot {
  border-color: #1563ff;
  background: #e1ebff;
  color: #1563ff;
}
.boxed-section.is-info > .boxed-section-head {
  background: #1563ff;
  border-color: #1563ff;
  color: #fff;
}
.boxed-section.is-info > .boxed-section-body {
  border-color: #1563ff;
}
.boxed-section.is-info > .boxed-section-foot {
  border-color: #1563ff;
  background: #e1ebff;
  color: #1563ff;
}
.boxed-section.is-success > .boxed-section-head {
  background: #2eb039;
  border-color: #2eb039;
  color: #fff;
}
.boxed-section.is-success > .boxed-section-body {
  border-color: #2eb039;
}
.boxed-section.is-success > .boxed-section-foot {
  border-color: #2eb039;
  background: #bceec1;
  color: #2eb039;
}
.boxed-section.is-warning > .boxed-section-head {
  background: #fa8e23;
  border-color: #fa8e23;
  color: white;
}
.boxed-section.is-warning > .boxed-section-body {
  border-color: #fa8e23;
}
.boxed-section.is-warning > .boxed-section-foot {
  border-color: #fa8e23;
  background: #fff4ea;
  color: #fa8e23;
}
.boxed-section.is-danger > .boxed-section-head {
  background: #c84034;
  border-color: #c84034;
  color: #fff;
}
.boxed-section.is-danger > .boxed-section-body {
  border-color: #c84034;
}
.boxed-section.is-danger > .boxed-section-foot {
  border-color: #c84034;
  background: #f4d7d4;
  color: #c84034;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.CodeMirror {
  height: auto;
}

.CodeMirror-scroll {
  min-height: 500px;
}

.cm-s-hashi.CodeMirror,
.cm-s-hashi-read-only.CodeMirror {
  background-color: #111a22;
  color: #bbc4d1;
  border: none;
  font-family: monospace;
  -webkit-font-smoothing: auto;
  line-height: 1.4;
}
.cm-s-hashi .CodeMirror-gutters,
.cm-s-hashi-read-only .CodeMirror-gutters {
  background-color: #1a2633;
  border: none;
}
.cm-s-hashi .CodeMirror-cursor,
.cm-s-hashi-read-only .CodeMirror-cursor {
  border-left: solid thin whitesmoke;
}
.cm-s-hashi .CodeMirror-linenumber,
.cm-s-hashi-read-only .CodeMirror-linenumber {
  color: #3c5977;
}
.cm-s-hashi.CodeMirror-focused div.CodeMirror-selected,
.cm-s-hashi-read-only.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-hashi .CodeMirror-line::selection,
.cm-s-hashi .CodeMirror-line > span::selection,
.cm-s-hashi .CodeMirror-line > span > span::selection,
.cm-s-hashi-read-only .CodeMirror-line::selection,
.cm-s-hashi-read-only .CodeMirror-line > span::selection,
.cm-s-hashi-read-only .CodeMirror-line > span > span::selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-hashi span.cm-comment,
.cm-s-hashi-read-only span.cm-comment {
  color: #7a7a7a;
}
.cm-s-hashi span.cm-string,
.cm-s-hashi span.cm-string-2,
.cm-s-hashi-read-only span.cm-string,
.cm-s-hashi-read-only span.cm-string-2 {
  color: #25ba81;
}
.cm-s-hashi span.cm-number,
.cm-s-hashi-read-only span.cm-number {
  color: #dd4e58;
}
.cm-s-hashi span.cm-variable,
.cm-s-hashi-read-only span.cm-variable {
  color: #1daeff;
}
.cm-s-hashi span.cm-variable-2,
.cm-s-hashi-read-only span.cm-variable-2 {
  color: #1daeff;
}
.cm-s-hashi span.cm-def,
.cm-s-hashi-read-only span.cm-def {
  color: #25ba81;
}
.cm-s-hashi span.cm-operator,
.cm-s-hashi-read-only span.cm-operator {
  color: #7a7a7a;
}
.cm-s-hashi span.cm-keyword,
.cm-s-hashi-read-only span.cm-keyword {
  color: #fac402;
}
.cm-s-hashi span.cm-atom,
.cm-s-hashi-read-only span.cm-atom {
  color: #807dea;
}
.cm-s-hashi span.cm-meta,
.cm-s-hashi-read-only span.cm-meta {
  color: #25ba81;
}
.cm-s-hashi span.cm-tag,
.cm-s-hashi-read-only span.cm-tag {
  color: #25ba81;
}
.cm-s-hashi span.cm-attribute,
.cm-s-hashi-read-only span.cm-attribute {
  color: #ff0087;
}
.cm-s-hashi span.cm-qualifier,
.cm-s-hashi-read-only span.cm-qualifier {
  color: #ff0087;
}
.cm-s-hashi span.cm-property,
.cm-s-hashi-read-only span.cm-property {
  color: #25ba81;
}
.cm-s-hashi span.cm-variable-3,
.cm-s-hashi-read-only span.cm-variable-3 {
  color: #ff0087;
}
.cm-s-hashi span.cm-builtin,
.cm-s-hashi-read-only span.cm-builtin {
  color: #ff0087;
}
.cm-s-hashi .CodeMirror-activeline-background,
.cm-s-hashi-read-only .CodeMirror-activeline-background {
  background: #242424;
}
.cm-s-hashi .CodeMirror-matchingbracket,
.cm-s-hashi-read-only .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white;
}

.cm-s-auto-height.CodeMirror {
  height: auto;
}

.cm-s-hashi-read-only.CodeMirror {
  background-color: #1a2633;
}
.cm-s-hashi-read-only .CodeMirror-gutters {
  background-color: #1a2633;
}

header.run-job-header {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 2rem;
  gap: 0 1rem;
  align-items: end;
}
header.run-job-header > h1 {
  grid-column: -1/1;
}

.job-spec-upload .button {
  cursor: pointer;
}
.job-spec-upload input {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}

.buttonset {
  display: flex;
  justify-content: space-between;
}
.buttonset.sticky {
  position: sticky;
  bottom: 0;
  background: white;
  padding: 0.5rem 0;
}
.buttonset.sticky.pull-left {
  justify-content: flex-start;
}

.job-definition-select {
  border: 1px solid #bbc4d1;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
  padding: 0.25rem 0.5rem;
  margin: 0rem 1rem;
}
.job-definition-select.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.job-definition-select button {
  height: auto;
  padding: 0 0.5rem;
  background: transparent;
  transition: 0.1s;
}
.job-definition-select button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.job-definition-select button.is-active {
  background: white;
}

.job-editor-alerts {
  display: grid;
  grid-template-rows: repeat(minmax(200px, 1fr), auto-fit);
  gap: 10px;
  margin-bottom: 10px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.copy-button {
  padding-left: 0.5rem;
  margin-bottom: 2px;
}
.copy-button.inset {
  display: inline-block;
}
.copy-button .button {
  color: inherit;
}
.copy-button .button.is-static {
  background-color: inherit;
}
.copy-button .button svg {
  fill: currentColor;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.cli-window {
  background: transparent;
  color: white;
  height: 500px;
  overflow: auto;
}
.cli-window code {
  height: 100%;
}
.cli-window code.wrapped {
  white-space: pre-wrap;
}
.cli-window .is-light {
  color: #0a0a0a;
}
.cli-window.is-elastic {
  height: auto;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.das-interstitial {
  margin-bottom: 1.5em;
}
.das-interstitial .das-accepted,
.das-interstitial .das-error {
  border: 1px solid;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}
.das-interstitial .das-accepted h3,
.das-interstitial .das-error h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
.das-interstitial .das-accepted .icon,
.das-interstitial .das-error .icon {
  height: 8em;
  width: auto;
}
.das-interstitial .das-accepted {
  border-color: #dce0e6;
  color: #2eb039;
}
.das-interstitial .das-error {
  border-color: #c73445;
  color: #c73445;
}
.das-interstitial .das-dismissed {
  border: 1px solid #1563ff;
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.das-interstitial .das-dismissed h3 {
  color: #1563ff;
  font-size: 1.15rem;
  font-weight: 700;
}
.das-interstitial .das-dismissed.understood {
  align-items: center;
  justify-content: center;
}
.das-interstitial .das-dismissed.understood h3 {
  font-size: 1.75rem;
}
.das-interstitial .das-dismissed p {
  padding: 0.5rem 0;
}
.das-interstitial .das-dismissed .actions {
  display: flex;
  align-items: center;
}
.das-interstitial .das-dismissed .actions .button {
  margin-right: 1em;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.dashboard-metric:not(:last-child) {
  margin-bottom: 1.5em;
}
.dashboard-metric.column:not(:last-child) {
  margin-bottom: 0;
}
.dashboard-metric .metric {
  text-align: left;
  font-weight: 700;
  font-size: 2rem;
}
.dashboard-metric .metric.justify {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-metric .metric .metric-units {
  font-size: 1.3rem;
}
.dashboard-metric .metric .metric-label {
  font-size: 14px;
  font-weight: 400;
}
.dashboard-metric .graphic {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dashboard-metric .graphic > .column {
  padding: 0.5rem 0.75rem;
}
.dashboard-metric .annotation {
  margin-top: -0.75rem;
}
.dashboard-metric.with-divider {
  border-top: 1px solid #bbc4d1;
  padding-top: 1.5em;
}
.dashboard-metric .pair,
.dashboard-metric .minor-pair {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-metric .pair {
  font-size: 1.15rem;
}
.dashboard-metric .is-faded {
  color: #7e8fa8;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.ember-power-select-trigger,
.dropdown-trigger {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.375em 16px 0.375em 0.3em;
  line-height: 1;
  border-radius: 2px;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
  background: #fafafa;
  border: 1px solid #b5b5b5;
  height: 2.25em;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
}
.ember-power-select-trigger:focus,
.dropdown-trigger:focus {
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2), inset 0 0 0 2px #dbdbdb;
}
.ember-power-select-trigger.is-outlined,
.dropdown-trigger.is-outlined {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  background: transparent;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2), 0 0 2px 2px rgba(10, 10, 10, 0.1);
}
.ember-power-select-trigger.is-outlined .ember-power-select-status-icon,
.dropdown-trigger.is-outlined .ember-power-select-status-icon {
  border-top-color: rgba(255, 255, 255, 0.75);
}
.ember-power-select-trigger.is-outlined .ember-power-select-prefix,
.dropdown-trigger.is-outlined .ember-power-select-prefix {
  color: rgba(255, 255, 255, 0.75);
}
.ember-power-select-trigger.is-compact,
.dropdown-trigger.is-compact {
  margin: -0.25em 0;
}
.ember-power-select-trigger.is-compact.pull-right,
.dropdown-trigger.is-compact.pull-right {
  margin-right: -1em;
}
.ember-power-select-trigger.is-compact.pull-left,
.dropdown-trigger.is-compact.pull-left {
  margin-left: -1em;
}

.button-bar {
  display: inline-flex;
  flex-direction: row;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}
.button-bar .dropdown,
.button-bar .button {
  display: flex;
  position: relative;
}
.button-bar .dropdown + .dropdown, .button-bar .dropdown + .button,
.button-bar .button + .dropdown,
.button-bar .button + .button {
  margin-left: -1px;
}
.button-bar .ember-power-select-trigger,
.button-bar .dropdown-trigger,
.button-bar .button {
  border-radius: 0;
  box-shadow: none;
}
.button-bar .ember-power-select-trigger:focus,
.button-bar .dropdown-trigger:focus,
.button-bar .button:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-white:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-black:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-light:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-dark:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-primary:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-link:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-info:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-success:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-warning:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .button.is-danger:focus {
  box-shadow: inset 0 0 0 2px #dbdbdb;
}
.button-bar .dropdown:first-child .ember-power-select-trigger,
.button-bar .dropdown:first-child .dropdown-trigger,
.button-bar .button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.button-bar .dropdown:last-child .ember-power-select-trigger,
.button-bar .dropdown:last-child .dropdown-trigger,
.button-bar .button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.button-bar.is-shadowless {
  box-shadow: none;
}
.button-bar.is-text {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  vertical-align: middle;
}

.ember-power-select-selected-item,
.dropdown-trigger-label {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  white-space: nowrap;
}

.ember-power-select-selected-item,
.dropdown-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ember-power-select-prefix,
.dropdown-prefix {
  color: #7a7a7a;
}

.ember-power-select-option .ember-power-select-prefix,
.ember-power-select-option .dropdown-prefix,
.dropdown-option .ember-power-select-prefix,
.dropdown-option .dropdown-prefix {
  display: none;
}

.dropdown-options,
.ember-power-select-options {
  margin: 0;
  padding: 0;
}

.menu-list li ul.ember-power-select-options {
  margin: 0;
  padding: 0;
}

.dropdown-options {
  border: 1px solid #b5b5b5;
  margin-top: -1px;
  max-height: 400px;
  overflow: auto;
}
.dropdown-options > ul {
  width: 100%;
}
.dropdown-options .dropdown-option,
.dropdown-options .ember-power-select-option {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  line-height: 1.75;
}
.dropdown-options .dropdown-option label,
.dropdown-options .dropdown-option .dropdown-label,
.dropdown-options .ember-power-select-option label,
.dropdown-options .ember-power-select-option .dropdown-label {
  display: block;
  padding: 3px 8px;
  min-width: 100px;
  cursor: pointer;
}
.dropdown-options .dropdown-option + .dropdown-option, .dropdown-options .dropdown-option + .ember-power-select-option,
.dropdown-options .ember-power-select-option + .dropdown-option,
.dropdown-options .ember-power-select-option + .ember-power-select-option {
  border-top: 1px solid #dbdbdb;
}
.dropdown-options .dropdown-option:hover, .dropdown-options .dropdown-option:focus, .dropdown-options .dropdown-option[aria-current=true], .dropdown-options .dropdown-option[aria-selected=true],
.dropdown-options .ember-power-select-option:hover,
.dropdown-options .ember-power-select-option:focus,
.dropdown-options .ember-power-select-option[aria-current=true],
.dropdown-options .ember-power-select-option[aria-selected=true] {
  background: #fafafa;
  color: #0a0a0a;
  outline: none;
  border-left: 2px solid #1563ff;
}
.dropdown-options .dropdown-option:hover label,
.dropdown-options .dropdown-option:hover .dropdown-label, .dropdown-options .dropdown-option:focus label,
.dropdown-options .dropdown-option:focus .dropdown-label, .dropdown-options .dropdown-option[aria-current=true] label,
.dropdown-options .dropdown-option[aria-current=true] .dropdown-label, .dropdown-options .dropdown-option[aria-selected=true] label,
.dropdown-options .dropdown-option[aria-selected=true] .dropdown-label,
.dropdown-options .ember-power-select-option:hover label,
.dropdown-options .ember-power-select-option:hover .dropdown-label,
.dropdown-options .ember-power-select-option:focus label,
.dropdown-options .ember-power-select-option:focus .dropdown-label,
.dropdown-options .ember-power-select-option[aria-current=true] label,
.dropdown-options .ember-power-select-option[aria-current=true] .dropdown-label,
.dropdown-options .ember-power-select-option[aria-selected=true] label,
.dropdown-options .ember-power-select-option[aria-selected=true] .dropdown-label {
  padding-left: 6px;
  min-width: 98px;
}
.dropdown-options .dropdown-option[aria-selected=true],
.dropdown-options .ember-power-select-option[aria-selected=true] {
  background: #f0f5ff;
}
.dropdown-options .dropdown-empty {
  display: block;
  padding: 8px 12px;
  color: #b5b5b5;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.ember-power-select-trigger {
  cursor: pointer;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.empty-message {
  padding: 1.5rem;
  background: whitesmoke;
  border-radius: 2px;
}
.empty-message .empty-message-headline {
  font-size: 2rem;
  color: #7a7a7a;
  text-align: center;
}
.empty-message .empty-message-body {
  padding: 0 20%;
  text-align: center;
  color: #7a7a7a;
}
.empty-message .empty-message-body strong {
  color: #7a7a7a;
}
.empty-message .empty-message-body:not(:last-child) {
  margin-bottom: 1rem;
}
.empty-message.is-hollow {
  background: transparent;
}
.empty-message .terminal-container {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.empty-message .terminal {
  background: #dbdbdb;
  border-radius: 2px;
  padding: 0.75rem 1rem;
}
.empty-message .terminal .prompt {
  color: #7a7a7a;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.error-container {
  width: 100%;
  height: 100%;
  padding-top: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: whitesmoke;
}
.error-container .error-message {
  width: 95vw;
  max-width: 600px;
}
.error-container .error-message .title {
  text-align: center;
}
.error-container .error-stack-trace {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  background: white;
}
.error-container .error-links {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dbdbdb;
  width: 95vw;
  max-width: 600px;
  text-align: center;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.event {
  display: flex;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.event .type {
  margin-right: 0.75em;
}
.event .timestamp {
  font-size: 0.85rem;
  color: #7e8fa8;
  margin-top: 0.25em;
}
.event .message {
  margin-top: 0.5em;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.exec-button {
  color: #373a42;
  border-color: #bac1cc;
}
.exec-button span {
  color: #373a42;
}
.exec-button .icon:first-child:not(:last-child) {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0;
  margin-right: 0.5em;
  fill: currentColor;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.exec-window {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.5rem;
  bottom: 0;
}
.exec-window .terminal-container {
  flex-grow: 1;
  background: black;
  padding: 16px;
  height: 100%;
  position: relative;
  color: white;
}
.exec-window .terminal-container .terminal {
  height: 100%;
}
.exec-window .terminal-container .terminal .xterm .xterm-viewport {
  overflow-y: auto;
}
.exec-window.loading {
  justify-content: center;
  align-items: center;
  background: black;
  height: 100%;
}
.exec-window .task-group-tree {
  background-color: #1f2124;
  color: white;
  padding: 16px;
  width: 200px;
  flex-shrink: 0;
  overflow-y: auto;
}
.exec-window .task-group-tree .title {
  text-transform: uppercase;
  color: #dbdbdb;
  font-size: 11px;
}
.exec-window .task-group-tree .icon {
  color: #6f7682;
}
.exec-window .task-group-tree .toggle-button {
  position: relative;
  background: transparent;
  border: 0;
  color: white;
  font-size: inherit;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  overflow-wrap: break-word;
  padding: 6px 0 5px 17px;
}
.exec-window .task-group-tree .toggle-button .icon {
  position: absolute;
  left: 0;
  padding: 3px 3px 0 0;
  margin-left: -3px;
}
.exec-window .task-group-tree .toggle-button.is-loading::after {
  animation: spinAround 750ms infinite linear;
  border: 2px solid #b5b5b5;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  opacity: 0.3;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: 0.5em;
}
.exec-window .task-group-tree .task-list .task-item {
  padding: 0 8px 0 19px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exec-window .task-group-tree .task-list .task-item .border-and-label {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.exec-window .task-group-tree .task-list .task-item .border {
  position: absolute;
  border-left: 1px solid #525761;
  height: 100%;
}
.exec-window .task-group-tree .task-list .task-item .is-active {
  position: absolute;
  top: 7.5px;
  left: -9.75px;
  stroke: #1f2124;
  stroke-width: 5px;
  fill: white;
}
.exec-window .task-group-tree .task-list .task-item .task-label {
  padding: 6px 0 5px 13px;
  overflow-wrap: break-word;
  width: 100%;
}
.exec-window .task-group-tree .task-list .task-item .icon {
  visibility: hidden;
  width: 16px;
  flex-shrink: 0;
}
.exec-window .task-group-tree .task-list .task-item:hover .icon.show-on-hover {
  visibility: visible;
}
.exec-window .task-group-tree .toggle-button,
.exec-window .task-group-tree .task-item {
  font-weight: 500;
}
.exec-window .task-group-tree .toggle-button:hover,
.exec-window .task-group-tree .task-item:hover {
  background-color: #373a42;
  border-radius: 4px;
}
.exec-window .task-group-tree .toggle-button:hover .is-active,
.exec-window .task-group-tree .task-item:hover .is-active {
  stroke: #373a42;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.flex-masonry {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: -0.75em;
}
.flex-masonry.flex-masonry-columns-1 > .flex-masonry-item {
  width: 100%;
}
.flex-masonry.flex-masonry-columns-2 > .flex-masonry-item {
  width: 50%;
}
.flex-masonry.flex-masonry-columns-3 > .flex-masonry-item {
  width: 33%;
}
.flex-masonry.flex-masonry-columns-4 > .flex-masonry-item {
  width: 25%;
}
.flex-masonry.with-spacing > .flex-masonry-item {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.flex-masonry.with-spacing.flex-masonry-columns-2 > .flex-masonry-item {
  width: calc(50% - 0.75em);
}
.flex-masonry.with-spacing.flex-masonry-columns-3 > .flex-masonry-item {
  width: calc(33% - 0.75em);
}
.flex-masonry.with-spacing.flex-masonry-columns-4 > .flex-masonry-item {
  width: calc(25% - 0.75em);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.fs-explorer {
  width: 100%;
}
.fs-explorer .table.boxed-section-body.is-full-bleed {
  border: 1px solid #bbc4d1;
}
.fs-explorer tbody a {
  text-decoration: none;
  color: inherit;
}
.fs-explorer tbody a:hover .name {
  text-decoration: underline;
}
.fs-explorer .breadcrumb a,
.fs-explorer tbody a {
  position: relative;
}
.fs-explorer .breadcrumb a.ember-transitioning-in::after,
.fs-explorer tbody a.ember-transitioning-in::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #b5b5b5;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  right: -1.5em;
  top: calc(50% - 0.5em);
}
.fs-explorer .breadcrumb {
  margin: 0;
}
.fs-explorer .breadcrumb li::before {
  color: #b5b5b5;
}
.fs-explorer .breadcrumb a {
  padding-top: 0;
  padding-bottom: 0;
  color: #1563ff;
  opacity: 1;
  font-weight: 700;
  text-decoration: none;
}
.fs-explorer .breadcrumb a:hover {
  text-decoration: underline;
}
.fs-explorer .breadcrumb a.ember-transitioning-in {
  margin-right: 1.5em;
}
.fs-explorer .breadcrumb a.ember-transitioning-in::after {
  right: -1em;
}
.fs-explorer .breadcrumb .is-active a {
  color: #0a0a0a;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.global-search-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-search-container .ember-basic-dropdown-trigger {
  width: 30em;
  background: #16704d;
  border: 0;
}
@media only screen and (max-width : 960px) {
  .global-search-container .ember-basic-dropdown-trigger {
    width: 20em;
  }
}
.global-search-container .ember-basic-dropdown-trigger .icon {
  margin-top: 1px;
  margin-left: 2px;
  fill: white;
  opacity: 0.7;
}
.global-search-container .ember-basic-dropdown-trigger .placeholder {
  opacity: 0.7;
  display: inline-block;
  padding-left: 2px;
  transform: translateY(-1px);
  font-weight: 600;
}
.global-search-container .ember-basic-dropdown-trigger .shortcut {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 1.4rem;
  padding-top: 3px;
  text-align: center;
  opacity: 0.7;
  background: #1d9467;
  font-weight: 600;
}
.global-search-container .ember-basic-dropdown-trigger.ember-power-select-trigger--active {
  background: white;
  border-color: white;
}
.global-search-container .ember-basic-dropdown-trigger.ember-power-select-trigger--active .icon {
  fill: black;
  opacity: 1;
}
.global-search-container .ember-basic-dropdown-trigger .ember-basic-dropdown-content-wormhole-origin {
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.global-search-dropdown {
  background: transparent;
  border: 0;
  position: fixed;
}
.global-search-dropdown .ember-power-select-search {
  margin-left: 1.25rem;
  border: 0;
}
.global-search-dropdown input,
.global-search-dropdown input:focus {
  background: transparent;
  border: 0;
  outline: 0;
}
.global-search-dropdown input[type=search] {
  -webkit-appearance: textfield;
}
.global-search-dropdown input::-webkit-search-decoration,
.global-search-dropdown input::-webkit-search-cancel-button {
  display: none;
}
.global-search-dropdown .ember-power-select-options {
  background: white;
  padding: 0.35rem;
}
.global-search-dropdown .ember-power-select-options[role=listbox] {
  border: 1px solid #bbc4d1;
  box-shadow: 0 6px 8px -2px rgba(10, 10, 10, 0.05), 0 8px 4px -4px rgba(10, 10, 10, 0.1);
}
.global-search-dropdown .ember-power-select-options .ember-power-select-option {
  padding: 0.2rem 0.4rem;
  border-radius: 2px;
}
.global-search-dropdown .ember-power-select-options .ember-power-select-option[aria-current=true] {
  background: rgba(21, 99, 255, 0.2);
  color: #1563ff;
}
.global-search-dropdown .ember-power-select-group-name {
  text-transform: uppercase;
  display: inline;
  color: #7e8fa8;
  font-size: 0.85rem;
  font-weight: 600;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.gutter {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 1px solid #bbc4d1;
  overflow: hidden;
}
.gutter .collapsed-only {
  display: none;
}
@media only screen and (max-width : 960px) {
  .gutter {
    border-right: none;
  }
  .gutter.is-open {
    box-shadow: 0 0 30px #051b12;
  }
  .gutter .collapsed-only {
    display: inherit;
  }
}
.gutter .collapsed-menu {
  display: none;
  position: relative;
  height: 3.5rem;
  width: 250px;
  transform: translateX(250px);
  z-index: 220;
  transition: transform ease-in-out 0.2s;
}
.gutter .collapsed-menu.is-open {
  transform: translateX(0);
}
.gutter .collapsed-menu .gutter-toggle {
  fill: #b5b5b5;
}
.gutter .collapsed-menu .nomad-logo {
  fill: #b5b5b5;
}
.gutter .collapsed-menu .logo-container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.5rem 1rem;
  margin-left: 20px;
}
@media only screen and (max-width : 960px) {
  .gutter .collapsed-menu {
    display: block;
  }
}
.gutter .menu {
  z-index: 220;
}
.gutter .gutter-footer {
  text-align: center;
  border-top: 1px solid #d9dee6;
  padding: 0.5em 0;
  margin-top: auto;
}

.gutter-backdrop {
  display: block;
  position: fixed;
  background: #0e4530;
  opacity: 0;
  width: calc(100vw + 250px);
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: opacity ease-in-out 0.2s;
  z-index: 219;
}
@media only screen and (max-width : 960px) {
  .gutter-backdrop.is-open {
    transform: translateY(0);
    opacity: 0.7;
  }
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.gutter-toggle {
  display: none;
  position: absolute;
  left: 0;
  padding: 1.25rem 0.7rem;
  z-index: 1;
  height: 100%;
  fill: #80c5aa;
  cursor: pointer;
}
.gutter-toggle > svg {
  width: 15px;
}
@media only screen and (max-width : 960px) {
  .gutter-toggle {
    display: inline-block;
  }
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.image-file {
  width: 100%;
  height: 100%;
  background: white;
  text-align: center;
  color: #0a0a0a;
}
.image-file .image-file-image {
  margin: auto;
}
.image-file .image-file-caption {
  margin-top: 0.5em;
}
.image-file .image-file-caption-primary {
  display: block;
  color: #7a7a7a;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.inline-definitions .label {
  text-transform: uppercase;
  display: inline-block;
  color: #7e8fa8;
  margin-right: 2rem;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
}
.inline-definitions.is-faded {
  color: #7e8fa8;
}
.inline-definitions .pair {
  margin-right: 2em;
  white-space: nowrap;
}
.inline-definitions .pair.is-wrappable {
  white-space: normal;
  display: block;
}
.inline-definitions .pair.is-wrappable .tag {
  vertical-align: middle;
}
.inline-definitions .pair .term {
  font-weight: 600;
  margin-right: 0.5em;
}
.inline-definitions .pair.is-faded {
  color: #7e8fa8;
}
.inline-definitions .pair .has-emphasis {
  color: #0a0a0a;
  font-weight: 600;
}
.inline-definitions .icon-field {
  display: flex;
  margin-left: -1em;
}
.inline-definitions .icon-field .icon-container {
  width: 1.5em;
}
.inline-definitions.is-small {
  font-size: 0.85rem;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.job-diff {
  color: #bbc4d1;
  font-family: monospace;
}
.job-diff.is-added, .job-diff.is-deleted {
  padding-left: 1ch;
}
.job-diff.is-edited {
  padding-left: 2ch;
}
.job-diff .diff-section-label {
  text-indent: 0;
  padding-left: 2ch;
}
.job-diff .diff-section-label.is-added {
  text-indent: -2ch;
}
.job-diff .diff-section-label.is-edited {
  text-indent: -4ch;
}
.job-diff .diff-section-label.is-deleted {
  text-indent: -2ch;
}
.job-diff .diff-section-label .marker.is-added {
  color: #25ba81;
}
.job-diff .diff-section-label .marker.is-edited {
  color: #fa8e23;
}
.job-diff .diff-section-label .marker.is-deleted {
  color: #c84034;
}
.job-diff .diff-section-block {
  padding-left: 0;
}
.job-diff .diff-section-bold {
  color: white;
  font-weight: 700;
}
.job-diff .diff-section-change {
  color: white;
  font-weight: 700;
}
.job-diff .diff-section-table {
  display: table;
}
.job-diff .diff-section-table-row {
  display: table-row;
}
.job-diff .diff-section-table-cell {
  display: table-cell;
}
.job-diff .diff-section-table-cell + .diff-section-table-cell {
  text-indent: 1ch;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.json-viewer.has-fluid-height .CodeMirror-scroll {
  min-height: 0;
}
.json-viewer.is-variable-editor .CodeMirror-scroll {
  box-sizing: inherit;
  height: 200px;
  min-height: 0;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.legend {
  margin-bottom: 1em;
}
.legend .legend-label {
  font-weight: 700;
  margin-bottom: 0.3em;
}
.legend .legend-terms dt,
.legend .legend-terms dd {
  display: inline;
}
.legend .legend-terms dt {
  font-weight: 700;
}
.legend .legend-terms dd {
  margin-left: 0.5em;
}
.legend .legend-terms .legend-term {
  display: inline-block;
  whitespace: nowrap;
  margin-right: 1.5em;
}
.legend .legend-terms .legend-term:last-child {
  margin-right: 0;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.lifecycle-chart {
  padding-top: 2rem;
  position: relative;
}
.lifecycle-chart .lifecycle-phases {
  position: absolute;
  top: 1.5em;
  bottom: 1.5em;
  right: 1.5em;
  left: 1.5em;
}
.lifecycle-chart .lifecycle-phases .divider {
  position: absolute;
  height: 100%;
  stroke: #dce0e6;
  stroke-width: 3px;
  stroke-dasharray: 1, 7;
  stroke-dashoffset: 1;
  stroke-linecap: square;
}
.lifecycle-chart .lifecycle-phases .divider.prestart {
  left: 25%;
}
.lifecycle-chart .lifecycle-phases .divider.poststop {
  left: 75%;
}
.lifecycle-chart .lifecycle-phase {
  position: absolute;
  bottom: 0;
  top: 0;
  border-top: 2px solid transparent;
}
.lifecycle-chart .lifecycle-phase .name {
  padding: 0.5rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #6f7682;
}
.lifecycle-chart .lifecycle-phase.is-active {
  background: #fafafa;
  border-top: 2px solid #1563ff;
}
.lifecycle-chart .lifecycle-phase.is-active .name {
  color: #1563ff;
}
.lifecycle-chart .lifecycle-phase.prestart {
  left: 0;
  right: 75%;
}
.lifecycle-chart .lifecycle-phase.main {
  left: 25%;
  right: 25%;
}
.lifecycle-chart .lifecycle-phase.poststart {
  left: 35%;
  right: 25%;
}
.lifecycle-chart .lifecycle-phase.poststop {
  left: 75%;
  right: 0;
}
.lifecycle-chart .lifecycle-chart-rows {
  margin-top: 2.5em;
}
.lifecycle-chart .lifecycle-chart-row {
  position: relative;
}
.lifecycle-chart .lifecycle-chart-row .task {
  margin: 0.55em 0.9em;
  padding: 0.3em 0.55em;
  border: 1px solid #bbc4d1;
  border-radius: 2px;
  background: white;
}
.lifecycle-chart .lifecycle-chart-row .task .name {
  font-weight: 600;
}
.lifecycle-chart .lifecycle-chart-row .task .name a {
  color: inherit;
  text-decoration: none;
}
.lifecycle-chart .lifecycle-chart-row .task:hover .name a {
  text-decoration: underline;
}
.lifecycle-chart .lifecycle-chart-row .task .lifecycle {
  font-size: 0.85rem;
  color: #8e96a3;
}
.lifecycle-chart .lifecycle-chart-row.is-active .task {
  border-color: #25ba81;
  background: #e4faf2;
}
.lifecycle-chart .lifecycle-chart-row.is-active .task .lifecycle {
  color: #6f7682;
}
.lifecycle-chart .lifecycle-chart-row.is-finished .task {
  color: #8e96a3;
}
.lifecycle-chart .lifecycle-chart-row.main {
  margin-left: 25%;
  margin-right: 25%;
}
.lifecycle-chart .lifecycle-chart-row.prestart-ephemeral {
  margin-right: 75%;
}
.lifecycle-chart .lifecycle-chart-row.prestart-sidecar {
  margin-right: 25%;
}
.lifecycle-chart .lifecycle-chart-row.poststart-ephemeral, .lifecycle-chart .lifecycle-chart-row.poststart-sidecar {
  margin-left: 35%;
}
.lifecycle-chart .lifecycle-chart-row.poststart-sidecar {
  margin-right: 25%;
}
.lifecycle-chart .lifecycle-chart-row.poststart-ephemeral {
  margin-right: 35%;
}
.lifecycle-chart .lifecycle-chart-row.poststop {
  margin-left: 75%;
}
.lifecycle-chart .lifecycle-chart-row:last-child .task {
  margin-bottom: 0.9em;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.loading-spinner {
  width: 100%;
}
.loading-spinner .cube-and-logo {
  position: relative;
  margin: 100px auto;
  width: 250px;
  height: 250px;
}
.loading-spinner .logo-container {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-spinner .logo-container .icon {
  width: 32%;
  height: 32%;
  transform: translateY(-20px);
  fill: white;
  animation: n-fade 5s forwards infinite;
}
.loading-spinner .cube {
  width: 250px;
  height: 250px;
  transform-style: preserve-3d;
  animation: cube-spin 5s forwards infinite;
}
@media (prefers-reduced-motion) {
  .loading-spinner .cube {
    animation-iteration-count: 0;
  }
}
.loading-spinner.paused .cube,
.loading-spinner.paused .side-4,
.loading-spinner.paused .logo-container .icon {
  animation-play-state: paused;
}
.loading-spinner .side {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #bbc4d1;
}
.loading-spinner .side-1 {
  top: 50px;
  left: 100px;
  transform-origin: 50% 100%;
  transform: rotateX(-90deg);
}
.loading-spinner .side-2 {
  top: 150px;
  left: 100px;
  transform-origin: 50% 0%;
  transform: rotateX(90deg);
}
.loading-spinner .side-3 {
  top: 100px;
  left: 50px;
  transform-origin: 100% 50%;
  transform: rotateY(90deg);
}
.loading-spinner .side-4 {
  top: 100px;
  left: 100px;
  transform-origin: 100% 50%;
  transform: rotateY(90deg);
  animation: darker-side-fade 5s forwards infinite;
}

@keyframes cube-spin {
  0% {
    transform: rotateX(55deg) rotate(45deg) rotateZ(360deg);
  }
  30% {
    transform: rotateX(55deg) rotate(45deg) rotateZ(0deg);
  }
  70% {
    transform: rotateX(55deg) rotate(45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(55deg) rotate(45deg) rotateZ(360deg);
  }
}
@keyframes darker-side-fade {
  30% {
    background: #bbc4d1;
  }
  35% {
    background: #8d9cb2;
  }
  65% {
    background: #8d9cb2;
  }
  70% {
    background: #bbc4d1;
  }
}
@keyframes n-fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.metric-group {
  display: inline-flex;
  width: auto;
  align-items: flex-start;
}
.metric-group .metric {
  padding: 0.75em 1em;
  border: 1px solid #bbc4d1;
  display: flex;
  flex-direction: column;
  min-width: 120px;
}
.metric-group .metric + .metric {
  margin-left: -1px;
}
.metric-group .metric:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.metric-group .metric:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.metric-group .metric.is-white {
  border-color: white;
  color: white;
  background: white;
}
.metric-group .metric.is-white .label {
  color: white;
}
.metric-group .metric.is-black {
  border-color: #0a0a0a;
  color: #0a0a0a;
  background: #707070;
}
.metric-group .metric.is-black .label {
  color: #0a0a0a;
}
.metric-group .metric.is-light {
  border-color: whitesmoke;
  color: whitesmoke;
  background: white;
}
.metric-group .metric.is-light .label {
  color: whitesmoke;
}
.metric-group .metric.is-dark {
  border-color: #234;
  color: #234;
  background: #7799bb;
}
.metric-group .metric.is-dark .label {
  color: #234;
}
.metric-group .metric.is-primary {
  border-color: #25ba81;
  color: #25ba81;
  background: #baf1dc;
}
.metric-group .metric.is-primary .label {
  color: #25ba81;
}
.metric-group .metric.is-link {
  border-color: #1563ff;
  color: #1563ff;
  background: #e1ebff;
}
.metric-group .metric.is-link .label {
  color: #1563ff;
}
.metric-group .metric.is-info {
  border-color: #1563ff;
  color: #1563ff;
  background: #e1ebff;
}
.metric-group .metric.is-info .label {
  color: #1563ff;
}
.metric-group .metric.is-success {
  border-color: #2eb039;
  color: #2eb039;
  background: #bceec1;
}
.metric-group .metric.is-success .label {
  color: #2eb039;
}
.metric-group .metric.is-warning {
  border-color: #fa8e23;
  color: #fa8e23;
  background: #fff4ea;
}
.metric-group .metric.is-warning .label {
  color: #fa8e23;
}
.metric-group .metric.is-danger {
  border-color: #c84034;
  color: #c84034;
  background: #f4d7d4;
}
.metric-group .metric.is-danger .label {
  color: #c84034;
}
.metric-group .metric.is-faded {
  color: #bbc4d1;
  border-color: #bbc4d1;
  background: white;
}
.metric-group .metric.is-faded .label {
  color: #bbc4d1;
}
.metric-group .metric.is-hollow {
  border-color: transparent;
  background: transparent;
}

.metric {
  text-align: center;
}
.metric .label {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}
.metric .value {
  font-size: 2em;
  margin-bottom: 0;
  line-height: 1;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.node-status-light {
  display: inline-flex;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 0.8rem;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  margin-right: -1px;
}
.node-status-light.ready {
  color: #25ba81;
}
.node-status-light.down {
  color: #c84034;
}
.node-status-light.initializing {
  color: #b5b5b5;
}
.node-status-light.initializing .blinking {
  animation: node-status-light-initializing 0.7s infinite alternate ease-in-out;
}
.node-status-light.ineligible, .node-status-light.draining {
  color: #fa8e23;
}
.node-status-light .icon {
  width: 1.6rem;
  height: 1.6rem;
}

@keyframes node-status-light-initializing {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.7;
  }
}
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.nomad-logo {
  height: 26px;
  max-height: 26px;
  fill: white;
}
.nomad-logo .faded {
  opacity: 0.7;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.page-layout {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.page-layout .page-header {
  position: fixed;
  width: 100%;
  z-index: 210;
  top: 0;
  height: 112px;
  overflow: hidden;
}
.page-layout .page-body {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 112px;
}
.page-layout .page-body .page-column {
  flex: 1;
}
.page-layout .page-body .page-column.is-left {
  min-width: 250px;
  max-width: 250px;
  position: fixed;
  bottom: 0;
  top: 112px;
  z-index: 220;
  background: white;
}
.page-layout .page-body .page-column.is-right {
  margin-left: 250px;
  width: calc(100% - 250px);
  max-width: calc(100% - 250px);
}
@media only screen and (max-width : 960px) {
  .page-layout .page-body .page-column.is-left {
    top: 0;
    transform: translateX(-250px);
    transition: transform ease-in-out 0.2s;
  }
  .page-layout .page-body .page-column.is-left.is-open {
    transform: translateX(0);
  }
  .page-layout .page-body .page-column.is-right {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.popover-content {
  border: 1px solid #bbc4d1;
  box-shadow: 0 6px 8px -2px rgba(10, 10, 10, 0.05), 0 8px 4px -4px rgba(10, 10, 10, 0.1);
  margin-right: -2px;
  margin-top: -1px;
  border-radius: 2px;
  padding: 0.5em 1em;
  width: 200px;
  z-index: 150;
}

.popover-actions {
  margin: 1rem -1rem -0.5rem -1rem;
  border-top: 1px solid #dbdbdb;
  display: flex;
}
.popover-actions .popover-action {
  border: none;
  background: transparent;
  height: 2.75em;
  width: 100%;
  margin: 4px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  align-items: center;
  cursor: pointer;
}
.popover-actions .popover-action:hover {
  background: whitesmoke;
}
.popover-actions .popover-action:focus {
  background: whitesmoke;
  box-shadow: inset 0 0 0 2px rgba(21, 99, 255, 0.5);
  outline: none;
}
.popover-actions .popover-action.is-white {
  color: white;
}
.popover-actions .popover-action.is-black {
  color: #0a0a0a;
}
.popover-actions .popover-action.is-light {
  color: whitesmoke;
}
.popover-actions .popover-action.is-dark {
  color: #234;
}
.popover-actions .popover-action.is-primary {
  color: #25ba81;
}
.popover-actions .popover-action.is-link {
  color: #1563ff;
}
.popover-actions .popover-action.is-info {
  color: #1563ff;
}
.popover-actions .popover-action.is-success {
  color: #2eb039;
}
.popover-actions .popover-action.is-warning {
  color: #fa8e23;
}
.popover-actions .popover-action.is-danger {
  color: #c84034;
}
.popover-actions .popover-action.is-primary {
  color: #1563ff;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.primary-metric {
  background: #fafafa;
  border-radius: 2px;
  padding: 0.75em;
  color: #4a4a4a;
}
.primary-metric .title {
  color: #7a7a7a;
  font-weight: 400;
}
.primary-metric .primary-graphic {
  height: 150px;
}
.primary-metric.is-short .primary-graphic {
  height: 100px;
}
.primary-metric .secondary-graphic {
  padding: 0.75em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.primary-metric .secondary-graphic > .column {
  padding: 0.5rem 0.75rem;
}
.primary-metric .annotation {
  padding: 0 0.75em;
  margin-top: -0.75rem;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.recommendation-accordion {
  transition: margin-bottom 150ms 300ms;
}
.recommendation-accordion.closing {
  margin-bottom: 0;
}
.recommendation-accordion .animation-container {
  overflow: hidden;
  transition: height 450ms;
}
.recommendation-accordion .accordion-head-content {
  display: flex;
  justify-content: space-between;
}
.recommendation-accordion .accordion-head-content .left {
  display: flex;
  align-items: center;
}
.recommendation-accordion .accordion-head-content .left > * {
  margin-right: 1.5em;
}
.recommendation-accordion .accordion-head-content .left .icon {
  color: #1563ff;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: -10px;
  margin-right: 1em;
}
.recommendation-accordion .accordion-head-content .diffs {
  display: flex;
}
.recommendation-accordion .accordion-head-content .diffs > * {
  margin-left: 1.5em;
}
.recommendation-accordion .accordion-head-content .diffs .resource {
  font-weight: 700;
}
.recommendation-accordion .accordion-head-content .diffs .percent {
  color: #6f7682;
}
.recommendation-accordion .accordion-head-content .group {
  font-weight: 700;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.recommendation-card {
  display: grid;
  grid-template-columns: [overview] 55% [active-task] 45%;
  grid-template-rows: [top] auto [headings] auto [diffs] auto [narrative] auto [main] auto [actions];
  border: 1px solid #dce0e6;
  margin-bottom: 1.5em;
}
.recommendation-card .overview {
  grid-column: overview;
  border-right: 1px solid #dce0e6;
}
.recommendation-card .active-task {
  grid-column: active-task;
}
.recommendation-card .active-task-group {
  display: contents;
}
.recommendation-card .top {
  grid-row: top;
}
.recommendation-card .top.active-task {
  display: flex;
  justify-content: flex-end;
}
.recommendation-card .top.active-task .accordion-toggle {
  margin-left: 1em;
}
.recommendation-card header {
  grid-row: headings;
}
.recommendation-card .diffs {
  grid-row: diffs;
}
.recommendation-card .main {
  grid-row: main;
}
.recommendation-card .main.overview {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recommendation-card .main.active-task > li:first-child {
  margin-bottom: 2em;
}
.recommendation-card .actions {
  grid-row: actions;
}
.recommendation-card .actions .button {
  margin-bottom: 2em;
  margin-right: 0.5em;
}
.recommendation-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
.recommendation-card h3 .group {
  color: #7c8797;
  font-weight: 400;
}
.recommendation-card h3 .group:before {
  content: "/";
  padding: 0 0.25em 0 0.1em;
}
.recommendation-card .namespace {
  color: #7c8797;
}
.recommendation-card .namespace .namespace-label {
  font-weight: 600;
}
.recommendation-card .increase {
  color: #c73445;
}
.recommendation-card .decrease {
  color: #25ba81;
}
.recommendation-card .inner-container {
  padding: 1em 2em;
}
.recommendation-card .inner-container.task-toggles {
  padding-right: 0;
}
.recommendation-card .diffs-table th,
.recommendation-card .diffs-table td {
  padding-right: 0.5em;
}
.recommendation-card .diffs-table td.diff {
  color: #7c8797;
}
.recommendation-card .active-task th.diff {
  display: none;
}
.recommendation-card .copy-button {
  display: flex;
  flex-direction: row-reverse;
}
.recommendation-card .copy-button .button {
  display: flex;
  flex-direction: row-reverse;
  color: #8e96a3;
}
.recommendation-card .copy-button .button .icon {
  margin-left: 0.75em;
}
.recommendation-card .task-toggles table {
  width: calc(100% + 1px);
}
.recommendation-card .task-toggles th {
  vertical-align: bottom;
  font-size: 0.85rem;
}
.recommendation-card .task-toggles th.toggle-cell .toggle {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-bottom: 2px;
}
.recommendation-card .task-toggles th.toggle-cell .toggle .label-wrapper {
  margin-bottom: 6px;
}
.recommendation-card .task-toggles .toggle-all {
  text-align: right;
}
.recommendation-card .task-toggles tr {
  border-bottom: 1px solid #dce0e6;
}
.recommendation-card .task-toggles tbody tr:not(.active):hover {
  background: #ebeef2;
  cursor: pointer;
}
.recommendation-card .task-toggles tr.active {
  color: #1563ff;
  font-weight: bold;
}
.recommendation-card .task-toggles tr.active:first-child:last-child {
  color: inherit;
  font-weight: inherit;
}
.recommendation-card .task-toggles tr.active td:last-child {
  position: relative;
}
.recommendation-card .task-toggles tr.active svg {
  position: absolute;
  top: -1px;
  left: calc(100% - 1px);
}
.recommendation-card .task-toggles tr.active svg .border-cover {
  fill: white;
  width: 2px;
}
.recommendation-card .task-toggles tr.active svg .triangle {
  fill: transparent;
  stroke: #dce0e6;
}
.recommendation-card .task-toggles th,
.recommendation-card .task-toggles td {
  padding: 0.75em 0;
}
.recommendation-card .task-toggles th:first-child,
.recommendation-card .task-toggles td:first-child {
  padding-left: 5px;
}
.recommendation-card .task-toggles th:last-child,
.recommendation-card .task-toggles td:last-child {
  padding-right: 2em;
}
.recommendation-card .task-toggles .task-cell {
  width: 100%;
}
.recommendation-card .task-toggles .toggle-cell {
  text-align: center;
  padding: 0.75em;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.recommendation-row.is-disabled {
  cursor: not-allowed;
}
.recommendation-row .job {
  font-weight: 600;
}
.recommendation-row .task-group,
.recommendation-row .percent {
  color: #6f7682;
}
.recommendation-row td {
  vertical-align: middle;
}
.recommendation-row .namespace {
  font-size: 0.85rem;
  color: #6f7682;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.search-box {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-box {
    min-width: 150px;
  }
}
.search-box .prefix-icon,
.search-box .suffix-icon {
  position: absolute;
  z-index: 50;
}
.search-box .prefix-icon path,
.search-box .suffix-icon path {
  fill: #7a7a7a;
}
.search-box .prefix-icon {
  left: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.search-box .prefix-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.search-box .suffix-icon {
  top: 0;
  right: 0;
  height: 100%;
  width: 1.75em;
  cursor: pointer;
  background: transparent;
  border: none;
}
.search-box .suffix-icon svg {
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.search-box .suffix-icon:hover path {
  fill: #b5b5b5;
}
.search-box .suffix-icon:focus {
  outline: none;
}
.search-box .suffix-icon:focus path {
  fill: #b5b5b5;
}
.search-box .control {
  width: 100%;
}
.search-box input,
.search-box .input {
  width: 100%;
  padding: 0.4em 1.75em 0.4em 2.25em;
}
.search-box input.is-compact,
.search-box .input.is-compact {
  padding: 0.25em 0.75em 0.25em 2.25em;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.sidebar {
  position: fixed;
  background: #ffffff;
  width: 750px;
  padding: 24px;
  right: 0%;
  overflow: visible;
  bottom: 0;
  top: 112px;
  transform: translateX(100%);
  transition-duration: 150ms;
  transition-timing-function: ease;
  z-index: 300;
}
.sidebar.open {
  transform: translateX(0%);
  box-shadow: 6px 6px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.2);
}
.sidebar.has-subnav {
  top: 161px;
}
.sidebar.wide {
  width: calc(100vw - 250px - 1rem);
}
.sidebar .button.widener {
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  left: -16px;
  box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.sidebar.evaluations-sidebar {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
.sidebar.evaluations-sidebar > .evaluation-response {
  display: grid;
  min-height: 200px;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}
.sidebar.evaluations-sidebar > .evaluation-response > .boxed-section-body {
  overflow: auto;
}
.sidebar.evaluations-sidebar > div,
.sidebar.evaluations-sidebar h1.title {
  margin: 0;
}

.sidebar-content {
  position: relative;
  display: inline-flex;
}

.error-header {
  display: flex;
  justify-content: flex-end;
}

.detail-header {
  display: flex;
  justify-content: space-between;
}

.related-evaluations {
  overflow-x: scroll;
  overflow-y: hidden;
}

.evaluation-actors {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-basis: 100%;
}

.actor {
  margin: 24px;
  outline: 1px solid #d9dee6;
  padding: 10px;
  width: 100px;
}

.task-context-sidebar {
  display: grid;
  gap: 1rem;
  grid-template-rows: auto 1fr;
}
.task-context-sidebar.has-events {
  grid-template-rows: auto minmax(auto, 25%) 1fr;
}
.task-context-sidebar header {
  display: grid;
  justify-content: left;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  border-bottom: 1px solid #bbc4d1;
  padding-bottom: 1rem;
  margin-bottom: 24px;
  height: 50px;
}
.task-context-sidebar header .title {
  margin-bottom: unset;
}
.task-context-sidebar header .link {
  align-self: center;
}
.task-context-sidebar header .state {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1rem;
  text-transform: capitalize;
}
.task-context-sidebar header .state:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: 5px;
  border-radius: 4px;
  position: relative;
  top: 2px;
}
.task-context-sidebar header .state.running:before {
  background-color: #2eb039;
}
.task-context-sidebar header .state.dead:before {
  background-color: #c84034;
}
.task-context-sidebar header .state.pending:before {
  background-color: #dbdbdb;
}
.task-context-sidebar > .task-events, .task-context-sidebar > .task-log {
  overflow: hidden;
}
.task-context-sidebar .task-events,
.task-context-sidebar .task-log {
  display: grid;
  grid-template-rows: auto 1fr;
}
.task-context-sidebar .task-events .boxed-section-body,
.task-context-sidebar .task-log .boxed-section-body {
  overflow: auto;
}
.task-context-sidebar .task-events .notification,
.task-context-sidebar .task-log .notification {
  grid-row: -1;
}
.task-context-sidebar .cli-window {
  height: 100%;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.simple-list {
  list-style: disc;
  list-style-position: inside;
  margin-left: 1.5rem;
}
.simple-list li {
  margin-bottom: 0.5em;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.status-text {
  font-weight: 600;
}
.status-text.node-ready {
  color: #1d9467;
}
.status-text.node-disconnected {
  color: #fac402;
}
.status-text.node-down {
  color: #c84034;
}
.status-text.node-initializing {
  color: #7a7a7a;
}
.status-text.is-white {
  color: white;
}
.status-text.is-black {
  color: #0a0a0a;
}
.status-text.is-light {
  color: whitesmoke;
}
.status-text.is-dark {
  color: #234;
}
.status-text.is-primary {
  color: #25ba81;
}
.status-text.is-link {
  color: #1563ff;
}
.status-text.is-info {
  color: #1563ff;
}
.status-text.is-success {
  color: #2eb039;
}
.status-text.is-warning {
  color: #fa8e23;
}
.status-text.is-danger {
  color: #c84034;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.stepper-input {
  display: inline-flex;
  font-weight: 700;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 1;
  border-radius: 2px;
  padding-left: 0.75em;
  white-space: nowrap;
  height: 2.25em;
  font-size: 14px;
  vertical-align: top;
}
.stepper-input .stepper-input-label {
  display: flex;
  align-self: center;
  padding-right: 0.75em;
  cursor: pointer;
}
.stepper-input .stepper-input-input {
  display: flex;
  text-align: center;
  font-weight: bold;
  -moz-appearance: textfield;
  width: 3em;
}
.stepper-input .stepper-input-input::-webkit-outer-spin-button, .stepper-input .stepper-input-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper-input .stepper-input-input:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px #b5b5b5;
}
.stepper-input .stepper-input-input,
.stepper-input .stepper-input-stepper {
  border: none;
  border-left: 1px solid;
}
.stepper-input .stepper-input-stepper {
  box-shadow: none;
  display: flex;
  height: 100%;
  border-radius: 0;
}
.stepper-input .stepper-input-stepper:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.stepper-input.is-white {
  border-color: #e6e6e6;
  background: white;
  color: #0a0a0a;
}
.stepper-input.is-white .stepper-input-input,
.stepper-input.is-white .stepper-input-stepper {
  border-left-color: #f2f2f2;
}
.stepper-input.is-white .stepper-input-stepper.is-white:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-black {
  border-color: black;
  background: #0a0a0a;
  color: white;
}
.stepper-input.is-black .stepper-input-input,
.stepper-input.is-black .stepper-input-stepper {
  border-left-color: black;
}
.stepper-input.is-black .stepper-input-stepper.is-black:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-light {
  border-color: #dbdbdb;
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.stepper-input.is-light .stepper-input-input,
.stepper-input.is-light .stepper-input-stepper {
  border-left-color: #e8e8e8;
}
.stepper-input.is-light .stepper-input-stepper.is-light:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-dark {
  border-color: #111a22;
  background: #234;
  color: #fff;
}
.stepper-input.is-dark .stepper-input-input,
.stepper-input.is-dark .stepper-input-stepper {
  border-left-color: #1a2633;
}
.stepper-input.is-dark .stepper-input-stepper.is-dark:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-primary {
  border-color: #1d8f63;
  background: #25ba81;
  color: #fff;
}
.stepper-input.is-primary .stepper-input-input,
.stepper-input.is-primary .stepper-input-stepper {
  border-left-color: #21a572;
}
.stepper-input.is-primary .stepper-input-stepper.is-primary:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-link {
  border-color: #004be1;
  background: #1563ff;
  color: #fff;
}
.stepper-input.is-link .stepper-input-input,
.stepper-input.is-link .stepper-input-stepper {
  border-left-color: #0054fb;
}
.stepper-input.is-link .stepper-input-stepper.is-link:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-info {
  border-color: #004be1;
  background: #1563ff;
  color: #fff;
}
.stepper-input.is-info .stepper-input-input,
.stepper-input.is-info .stepper-input-stepper {
  border-left-color: #0054fb;
}
.stepper-input.is-info .stepper-input-stepper.is-info:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-success {
  border-color: #23882c;
  background: #2eb039;
  color: #fff;
}
.stepper-input.is-success .stepper-input-input,
.stepper-input.is-success .stepper-input-stepper {
  border-left-color: #299c32;
}
.stepper-input.is-success .stepper-input-stepper.is-success:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-warning {
  border-color: #e57405;
  background: #fa8e23;
  color: white;
}
.stepper-input.is-warning .stepper-input-input,
.stepper-input.is-warning .stepper-input-stepper {
  border-left-color: #f9810a;
}
.stepper-input.is-warning .stepper-input-stepper.is-warning:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-danger {
  border-color: #a03329;
  background: #c84034;
  color: #fff;
}
.stepper-input.is-danger .stepper-input-input,
.stepper-input.is-danger .stepper-input-stepper {
  border-left-color: #b43a2f;
}
.stepper-input.is-danger .stepper-input-stepper.is-danger:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.stepper-input.is-small {
  font-size: 0.85rem;
}
.stepper-input.is-medium {
  font-size: 1.15rem;
}
.stepper-input.is-large {
  font-size: 1.3rem;
}
.stepper-input.is-disabled {
  opacity: 0.5;
}
.stepper-input.is-disabled .stepper-input-input {
  opacity: 1;
  color: #7a7a7a;
  background-color: white;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.timeline {
  list-style: none;
  position: relative;
  z-index: 100;
}
.timeline::before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 1em;
  bottom: 0;
  width: 1px;
  background: #bbc4d1;
  z-index: 99;
}
.timeline > li {
  position: relative;
  z-index: 100;
}
.timeline .timeline-note {
  padding-left: 2em;
  margin-top: 3em;
  transform: translateY(-50%);
  color: #7e8fa8;
  font-size: 0.85rem;
}
.timeline .timeline-note:first-child {
  margin-top: 0;
}
.timeline .timeline-note::before {
  content: " ";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 1em;
  top: 50%;
  transform: translate(-25%, -50%);
  border: 1px solid #bbc4d1;
  background: white;
}
.timeline .timeline-object {
  margin-bottom: 1em;
}
.timeline .timeline-object:last-child {
  margin-bottom: 0;
}
.timeline .timeline-object > .boxed-section {
  margin-bottom: 0;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.toggle {
  cursor: pointer;
  font-weight: 600;
  position: relative;
}
.toggle.is-disabled {
  color: #bbc4d1;
  cursor: not-allowed;
}
.toggle.is-flex {
  display: flex;
  align-items: center;
}
.toggle.is-flex .label {
  padding-left: 0.5rem;
  padding-bottom: 1px;
}
.toggle .input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.toggle .toggler {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  position: relative;
  top: 1px;
  width: 24px;
  height: 12px;
  border-radius: 12px;
  background: #bbc4d1;
  transition: background 0.3s ease-in-out;
}
.toggle .toggler::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(12px - 4px);
  height: calc(12px - 4px);
  border-radius: 100%;
  background: white;
  left: 2px;
  top: 2px;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
.toggle .input:focus + .toggler {
  box-shadow: 0 0 0 1px #b5b5b5;
  outline: none;
}
.toggle .input:checked + .toggler {
  background: #1563ff;
}
.toggle .input:checked + .toggler::after {
  transform: translateX(12px);
}
.toggle .input:checked:focus + .toggler {
  box-shadow: 0 0 0 1px rgba(21, 99, 255, 0.5);
}
.toggle .input:disabled + .toggler {
  background: rgba(187, 196, 209, 0.6);
}
.toggle .input:disabled + .toggler::after {
  opacity: 0.5;
}
.toggle .input:checked:disabled + .toggler {
  background: rgba(21, 99, 255, 0.5);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.toolbar {
  display: flex;
  margin-bottom: 0.75em;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.toolbar.collapse + .toolbar {
  margin-top: -0.75em;
}
.toolbar .toolbar-item {
  margin-bottom: 0.75em;
  padding-left: 0.375em;
  padding-right: 0.375em;
  align-self: center;
  flex-grow: 1;
}
.toolbar .toolbar-item.is-minimum {
  flex-grow: 0;
}
.toolbar .toolbar-item.is-right-aligned {
  flex-grow: 0;
  margin-left: auto;
}
.toolbar .toolbar-item.is-top-aligned {
  align-self: auto;
}
@media screen and (max-width: 768px) {
  .toolbar .toolbar-item.is-mobile-full-width {
    flex-grow: 1;
    margin-left: 0;
    width: 100%;
  }
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.tooltip {
  position: relative;
  pointer-events: all;
}

.tooltip::after {
  text-transform: none;
  content: attr(aria-label);
  background: #0a0a0a;
  border-radius: 2px;
  display: inline-block;
  opacity: 0;
  max-width: 250px;
  color: white;
  font-size: 0.85rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
  white-space: nowrap;
  vertical-align: middle;
  padding: 5px 10px;
  margin: 0;
  position: absolute;
  z-index: 250;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transition: bottom 0.1s ease-in-out;
}

.tooltip::before {
  pointer-events: none;
  display: block;
  opacity: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #0a0a0a;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  z-index: 250;
  transition: top 0.1s ease-in-out;
}

.tooltip.is-right-aligned::after {
  transform: translateX(-75%);
}

.tooltip:hover::after,
.tooltip.always-active::after {
  opacity: 1;
  bottom: 120%;
}

.tooltip:hover::before,
.tooltip.always-active::before {
  opacity: 1;
  top: -20%;
}

.tooltip.multiline::after {
  width: 200px;
  white-space: normal;
}

.tooltip.pad-left {
  margin-left: 0.3em;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.two-step-button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  line-height: 1;
}
.two-step-button.has-inline-text {
  display: inline-flex;
  align-items: center;
}
.two-step-button.has-inline-text button {
  margin-left: 0.5ch;
}
.two-step-button.has-inline-text .confirmation-text {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  margin-right: 100%;
}
.two-step-button.has-fading-background .confirmation-text {
  padding: 0.5rem 0 0.5rem 4rem;
  background: linear-gradient(to left, white, white 90%, transparent 100%);
}
.two-step-button .confirmation-text {
  position: absolute;
  left: 0;
  top: -1.5em;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #7e8fa8;
  white-space: nowrap;
}
.two-step-button .confirmation-text.is-right-aligned {
  left: auto;
  right: 0;
}
.two-step-button .confirmation-text.inherit-color {
  color: currentColor;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.related-evaluation {
  margin: 24px;
  outline: 1px solid #d9dee6;
  padding: 10px;
  width: 100px;
}
.related-evaluation.is-active {
  background-color: whitesmoke;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.section.single-variable {
  margin-top: 1.5rem;
}
.section.single-variable .back-link {
  text-decoration: none;
  color: #363636;
  position: relative;
  top: 4px;
}

.variable-title .toggle {
  font-size: 0.8rem;
  margin-left: 1rem;
  position: relative;
  top: -0.25rem;
}
.variable-title .toggle .toggler {
  margin-right: 0.25rem;
}
.variable-title .copy-button {
  position: relative;
  top: 3px;
}

.new-variables > div {
  margin-bottom: 1rem;
}
.new-variables .path-input {
  height: 2.25em;
}
.new-variables .path-input:disabled {
  background-color: #f5f5f5;
}
.new-variables .path-input.error {
  color: #c84034;
  border-color: #c84034;
}
.new-variables .duplicate-path-error {
  position: relative;
  animation: slide-in 0.3s ease-out;
}
.new-variables .path-namespace {
  display: grid;
  grid-template-columns: 6fr 1fr;
  gap: 0 1rem;
}
.new-variables .key-value {
  display: grid;
  grid-template-columns: 1fr 4fr 130px;
  gap: 0 1rem;
  align-items: end;
}
.new-variables .key-value input.error {
  color: #c84034;
  border-color: #c84034;
}
.new-variables .key-value .value-label {
  display: grid;
  grid-template-columns: 1fr auto;
}
.new-variables .key-value .value-label > span {
  grid-column: -1/1;
}
.new-variables .key-value button.show-hide-values {
  height: 100%;
  box-shadow: none;
  margin-left: -2px;
  border-color: #bbc4d1;
}
.new-variables .key-value .key-value-error {
  grid-column: -1/1;
  position: relative;
  animation: slide-in 0.3s ease-out;
  margin: 0;
}
.new-variables .editor-wrapper.error .CodeMirror {
  box-shadow: 0 0 0 3px #c84034;
}
.new-variables .editor-wrapper.error .help {
  padding: 1rem 0;
  font-size: 1rem;
}
.new-variables .notification.conflict {
  color: #0a0a0a;
}
.new-variables .notification.conflict p {
  margin-bottom: 1rem;
}
.new-variables .notification.conflict pre {
  background: black;
  color: white;
  max-height: 500px;
  overflow: auto;
}
.new-variables .notification.conflict pre code {
  height: 100%;
}
.new-variables .notification.conflict .options {
  margin: 1rem 0;
}
.new-variables footer {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  gap: 1rem;
}
.new-variables footer .button.is-info.is-inverted.add-more[disabled] {
  border-color: #dbdbdb;
  box-shadow: 0 2px 0 0 rgba(122, 122, 122, 0.2);
}

table.path-tree tr {
  cursor: pointer;
}
table.path-tree tr.inaccessible {
  cursor: not-allowed;
}
table.path-tree tr svg {
  margin-bottom: -2px;
  margin-right: 10px;
}

.section .notification.related-entities {
  --blue: #1563ff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.section .notification.related-entities.notification {
  align-items: center;
}
.section .notification.related-entities a {
  color: #1563ff;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.related-entities-hint {
  margin: 0.5rem 0;
}
.related-entities-hint code {
  background-color: #f0f0f0;
  border: 1px solid #dbdbdb;
  padding: 0 0.25rem;
  border-radius: 4px;
}

.job-template-hint {
  margin-top: 0.5rem;
}
.job-template-hint code {
  background-color: #eee;
  padding: 0.25rem;
}
.job-template-hint .copy-button {
  display: inline-block;
  padding-left: 0;
  position: relative;
  top: -5px;
}
.job-template-hint .copy-button button,
.job-template-hint .copy-button .button {
  background-color: transparent;
  padding-right: 0.25rem;
}

table.variable-items td.value-cell {
  width: 80%;
}
table.variable-items td.value-cell > div {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 0.5rem;
}
table.variable-items td.value-cell > div > code {
  white-space: pre-wrap;
}

.job-variables-intro {
  margin-bottom: 1rem;
}
.job-variables-intro ul li {
  list-style-type: disc;
  margin-left: 2rem;
}
.job-variables-intro ul li code {
  white-space-collapse: preserve-breaks;
  display: inline-flex;
}

.job-variables-message p {
  margin-bottom: 1rem;
}

@keyframes slide-in {
  0% {
    top: 10px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.keyboard-shortcuts {
  position: fixed;
  background-color: white;
  padding: 2rem;
  margin-top: 20vh;
  width: 40vw;
  left: 30vw;
  z-index: 499;
  box-shadow: 2px 2px 12px 3000px rgba(0, 0, 0, 0.8);
  animation-name: slideIn;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  max-height: 60vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.keyboard-shortcuts header {
  margin-bottom: 2rem;
}
.keyboard-shortcuts header h2 {
  font-size: 2rem;
  font-weight: 600;
}
.keyboard-shortcuts header button.dismiss {
  float: right;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}
.keyboard-shortcuts ul.commands-list {
  overflow: auto;
  margin: 0 -2rem;
  padding: 0 2rem;
}
.keyboard-shortcuts ul.commands-list li {
  list-style-type: none;
  padding: 0.5rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
}
.keyboard-shortcuts ul.commands-list li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.keyboard-shortcuts ul.commands-list li strong {
  padding: 0.25rem 0;
}
.keyboard-shortcuts ul.commands-list li .keys {
  text-align: right;
}
.keyboard-shortcuts ul.commands-list li .keys > span.recording {
  color: #c84034;
  font-size: 0.75rem;
}
.keyboard-shortcuts ul.commands-list li .keys button {
  border: none;
  background: #eee;
  cursor: pointer;
}
.keyboard-shortcuts ul.commands-list li .keys button:hover {
  background: #ddd;
}
.keyboard-shortcuts ul.commands-list li .keys button[disabled], .keyboard-shortcuts ul.commands-list li .keys button[disabled]:hover {
  background: #eee;
  color: black;
  cursor: not-allowed;
}
.keyboard-shortcuts ul.commands-list li .keys button span {
  margin: 0.25rem;
  display: inline-block;
}
.keyboard-shortcuts ul.commands-list li .keys button.reset-to-default {
  background: white;
  color: #c84034;
  font-size: 0.75rem;
}
.keyboard-shortcuts footer {
  background: #eee;
  padding: 1rem 2rem;
  margin: 1rem -2rem -2rem;
  display: grid;
  grid-template-columns: auto 1fr;
}
.keyboard-shortcuts footer .toggle {
  text-align: right;
}

[data-shortcut] {
  background: #7ae5bc;
  border: 1px solid #1d9467;
  content: attr(data-shortcut);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  text-transform: lowercase;
  color: black;
  font-weight: 300;
  z-index: 150;
}
[data-shortcut].menu-level {
  z-index: 250;
}

@keyframes slideIn {
  from {
    opacity: 0;
    top: 40px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.service-list .title .back-link {
  text-decoration: none;
  color: #363636;
  position: relative;
  top: 4px;
}
.service-list td svg {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.service-sidebar .aggregate-status {
  font-size: 1rem;
  font-weight: normal;
  line-height: 16px;
}
.service-sidebar .aggregate-status > svg {
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.service-sidebar td.name {
  width: 100px;
}
.service-sidebar td.name span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.service-sidebar td.status span {
  display: inline-grid;
  grid-auto-flow: column;
  line-height: 16px;
  gap: 0.25rem;
}
.service-sidebar td.service-output {
  padding: 0;
}
.service-sidebar td.service-output code {
  padding: 1.25em 1.5em;
  max-height: 100px;
  overflow: auto;
  display: block;
}
.service-sidebar .inline-definitions {
  display: grid;
  grid-template-columns: auto 1fr;
}

.allocation-services-table td svg {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

table.health-checks {
  table-layout: fixed;
}
table.health-checks th.name {
  width: 20%;
}
table.health-checks th.status {
  width: 15%;
}
table.health-checks th.output {
  width: 65%;
}
table.health-checks tbody tr td {
  border-bottom-width: 0;
}
table.health-checks .service-status-indicators td {
  border-bottom-width: 1px;
  text-align: right;
}
table.health-checks .service-status-indicators td > div {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  gap: 2px;
  width: calc(750px - 3rem - 50px);
  height: 12px;
  padding-top: 30px;
  margin-top: -20px;
  padding-bottom: 20px;
  margin-bottom: -10px;
  overflow: hidden;
  box-sizing: content-box;
}
table.health-checks .service-status-indicators td > div .service-status-indicator {
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  line-height: 10px;
  text-align: center;
  color: white;
  border-radius: 2px;
}
table.health-checks .service-status-indicators td > div .service-status-indicator.status-success {
  background-color: #25ba81;
}
table.health-checks .service-status-indicators td > div .service-status-indicator.status-failure {
  background-color: #c84034;
}
table.health-checks .service-status-indicators td > div .service-status-indicator > .timestamp {
  color: black;
  font-size: 0.75rem;
  position: absolute;
  top: 100%;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: calc(50% + 2px);
}
table.health-checks .service-status-indicators td > div .service-status-indicator > .timestamp > span {
  visibility: hidden;
}
table.health-checks .service-status-indicators td > div .service-status-indicator > .timestamp:before {
  display: none;
  border-left: 1px solid #bbc4d1;
  content: "";
  position: absolute;
  left: 50%;
  height: 50%;
  top: -50%;
}
table.health-checks .service-status-indicators td > div .service-status-indicator > .timestamp:after {
  display: block;
  width: 14px;
  border-top: 1px solid #bbc4d1;
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  margin-left: -6px;
  top: calc(-50% - 1px);
}
table.health-checks .service-status-indicators td > div .service-status-indicator:nth-child(8n+1) > .timestamp:before {
  display: block;
}
table.health-checks .service-status-indicators td > div .service-status-indicator:nth-child(8n+1) > .timestamp > span {
  visibility: visible;
}
table.health-checks .service-status-indicators td > div .service-status-indicator:nth-child(8n+1) > .timestamp > span {
  visibility: visible;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
table tbody .task-sub-row td {
  border-top: 2px solid #f9f9f9;
  background-color: #f9f9f9;
  padding: 0.75em 1.5em;
}
table tbody .task-sub-row td .name-grid {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
table tbody .task-sub-row td .name-grid .task-name {
  display: block;
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table tbody .task-sub-row td .name-grid .task-name:before {
  color: black;
  content: "/";
  display: inline-block;
  margin-right: 0.5rem;
  text-decoration: none;
}
table tbody .task-sub-row td .name-grid .logs-sidebar-trigger {
  color: #1563ff;
  text-decoration: underline;
  font-weight: normal;
  background-color: transparent;
}
table tbody .task-sub-row td .name-grid .logs-sidebar-trigger svg {
  color: black;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.authorization-page .sign-in-methods h3,
.authorization-page .sign-in-methods p {
  margin-bottom: 1.5rem;
}
.authorization-page .sign-in-methods .sso-auth-methods {
  display: flex;
  flex-flow: wrap;
  gap: 0.5rem;
}
.authorization-page .status-notifications {
  margin-bottom: 1.5rem;
}
.authorization-page .status-notifications.is-half {
  width: 50%;
}
.authorization-page .or-divider {
  display: block;
  width: 100%;
  text-align: center;
  margin: 2rem 0;
  height: 2rem;
}
.authorization-page .or-divider:before {
  border-bottom: 1px solid #dce0e6;
  position: relative;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 0px;
}
.authorization-page .or-divider span {
  color: #525761;
  background-color: white;
  padding: 0 1rem;
  text-transform: uppercase;
  position: relative;
  height: 100%;
  align-content: center;
  display: inline-grid;
}
.authorization-page .control.with-jwt-selector {
  display: flex;
  gap: 0.5rem;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
table.policies tr {
  cursor: pointer;
}
table.policies tr:hover td {
  background-color: #f5f5f5;
}
table.policies tr a {
  color: black;
  text-decoration: none;
}
table.policies tr .number-expired {
  color: #c84034;
}

.edit-policy .policy-editor {
  max-height: 600px;
  overflow: auto;
}
.edit-policy .input {
  margin-bottom: 1rem;
}

.token-operations {
  margin-bottom: 3rem;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, 50%);
  grid-auto-rows: minmax(100px, auto);
  gap: 1rem;
}
.token-operations .boxed-section {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr;
}
.token-operations .boxed-section .external-link svg {
  position: relative;
  top: 3px;
}
.token-operations .boxed-section button.create-test-token, .token-operations .boxed-section pre {
  margin-top: 1rem;
}
.token-operations .boxed-section pre {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: flex-start;
  white-space: normal;
  overflow: visible;
}

@media only screen and (max-width : 960px) {
  .token-operations {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }
}
table.tokens {
  margin-bottom: 3rem;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.add-dynamic-metadata {
  padding: 0.75rem;
  border: 1px solid #bbc4d1;
  border-top-width: 0;
  margin-bottom: 3rem;
}

.metadata-editor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.metadata-editor .constant-key {
  display: block;
}
.metadata-editor footer {
  grid-column: -1/1;
}

.edit-existing-metadata-button {
  float: right;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.job-status-panel.steady-state.current-state .boxed-section-body {
  display: grid;
  grid-template-areas: "title" "allocation-status-row" "legend-and-summary";
  gap: 1rem;
  grid-auto-columns: 100%;
}
.job-status-panel.steady-state.current-state .boxed-section-body > h3 {
  grid-area: title;
  margin: 0;
}
.job-status-panel.steady-state.current-state .boxed-section-body > .allocation-status-row {
  grid-area: allocation-status-row;
}
.job-status-panel .boxed-section-head h2 .hds-badge {
  margin-left: 5px;
  margin-top: -2px;
}
.job-status-panel.active-deployment > .boxed-section-head {
  background: var(--token-color-surface-highlight);
}
.job-status-panel.active-deployment > .boxed-section-head h2 .hds-badge {
  background-color: var(--token-color-border-highlight);
  border-color: var(--token-color-border-highlight);
  color: var(--token-color-foreground-highlight-high-contrast);
}
.job-status-panel.active-deployment > .boxed-section-head, .job-status-panel.active-deployment > .boxed-section-body, .job-status-panel.active-deployment > .boxed-section-foot {
  border-color: var(--token-color-border-highlight);
}
.job-status-panel.active-deployment .boxed-section-body {
  display: grid;
  grid-template-areas: "deployment-allocations" "legend-and-summary" "history-and-params";
  gap: 1rem;
  grid-auto-columns: 100%;
}
.job-status-panel.active-deployment .boxed-section-body.requires-promotion {
  grid-template-areas: "promotion-alert" "deployment-allocations" "legend-and-summary" "history-and-params";
}
.job-status-panel.active-deployment .boxed-section-body.requires-promotion > .canary-promotion-alert button {
  background-color: #fa8e23;
  border-color: #f9810a;
}
.job-status-panel.active-deployment .boxed-section-body.requires-promotion > .canary-promotion-alert button:hover {
  background-color: #f9810a;
}
.job-status-panel.active-deployment .boxed-section-body > .promotion-alert {
  grid-area: promotion-alert;
}
.job-status-panel.active-deployment .boxed-section-body > .deployment-allocations {
  grid-area: deployment-allocations;
  display: grid;
  gap: 1rem;
  grid-auto-columns: 100%;
}
.job-status-panel.active-deployment .boxed-section-body > .deployment-allocations > h4 {
  margin-bottom: -0.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  margin-top: 1rem;
}
.job-status-panel.active-deployment .boxed-section-body > .deployment-allocations > h4 > .versions > ul {
  grid-template-columns: unset;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
}
.job-status-panel.active-deployment .boxed-section-body > .history-and-params {
  grid-area: history-and-params;
}
.job-status-panel .versions > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 65px);
  gap: 0.5rem;
}
.job-status-panel .versions > ul > li {
  white-space: nowrap;
}
.job-status-panel .versions > ul > li:has(.version-count) .version-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.job-status-panel .versions > ul a {
  text-decoration: none;
}
.job-status-panel .versions .version-label {
  position: relative;
  z-index: 2;
}
.job-status-panel .versions .version-label > .hds-badge__text {
  font-weight: 700;
}
.job-status-panel .versions .version-count {
  color: #1563ff;
  position: relative;
  z-index: 1;
  left: -1rem;
  padding-left: 1rem;
}
.job-status-panel .legend-and-summary {
  display: grid;
  gap: 1rem;
  grid-template-columns: 3fr 1fr 1fr;
}
.job-status-panel .legend-and-summary.has-latest-deployment {
  grid-template-columns: 3fr 1fr 1fr 1fr;
}
.job-status-panel .legend-and-summary > section > h4, .job-status-panel .legend-and-summary > legend > h4, .job-status-panel .legend-and-summary > section > a > h4 {
  margin-bottom: 0.5rem;
}
.job-status-panel .legend-and-summary legend {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.5rem;
  grid-template-rows: min-content;
}
.job-status-panel .legend-and-summary .latest-deployment h4 svg {
  position: relative;
  top: 3px;
}
.job-status-panel .legend-and-summary .failed-or-lost > div {
  display: grid;
  gap: 3px;
}
.job-status-panel .legend-and-summary .failed-or-lost > div > span > button {
  top: 3px;
}
.job-status-panel .select-mode {
  border: 1px solid #bbc4d1;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
  padding: 0.25rem 0.5rem;
  margin-left: auto;
}
.job-status-panel .select-mode button {
  height: auto;
  padding: 0 0.5rem;
  background: transparent;
  transition: 0.1s;
}
.job-status-panel .select-mode button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.job-status-panel .select-mode button.is-active {
  background: white;
}
.job-status-panel .running-allocs-title strong {
  font-weight: 800;
}
.job-status-panel .ungrouped-allocs {
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: 32px;
}
.job-status-panel .ungrouped-allocs > .represented-allocation {
  width: 32px;
}
.job-status-panel .alloc-status-summaries {
  display: flex;
  height: 32px;
  gap: 1.5rem;
}
.job-status-panel .alloc-status-summaries .allocation-status-block {
  display: grid;
  grid-template-columns: auto 50px;
  gap: 10px;
}
.job-status-panel .alloc-status-summaries .allocation-status-block.rest-only {
  grid-template-columns: auto;
}
.job-status-panel .alloc-status-summaries .allocation-status-block > .ungrouped-allocs {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  grid-auto-columns: unset;
}
.job-status-panel .alloc-status-summaries .allocation-status-block > .ungrouped-allocs > .represented-allocation {
  width: 32px;
}
.job-status-panel .alloc-status-summaries .allocation-status-block .represented-allocation.rest {
  font-size: 0.8rem;
  font-weight: bold;
  width: 100%;
}
.job-status-panel .alloc-status-summaries .allocation-status-block .represented-allocation.rest > .rest-count {
  position: relative;
  z-index: 2;
}
.job-status-panel .alloc-status-summaries .allocation-status-block .represented-allocation.rest.unplaced {
  color: black;
}
.job-status-panel .represented-allocation {
  background: #2eb039;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  color: white;
  position: relative;
  display: grid;
  align-content: center;
  justify-content: center;
}
.job-status-panel .represented-allocation.running {
  background: #25ba81;
}
.job-status-panel .represented-allocation.failed {
  background: #c84034;
}
.job-status-panel .represented-allocation.unknown {
  background: #fac402;
}
.job-status-panel .represented-allocation.queued {
  background: #7a7a7a;
}
.job-status-panel .represented-allocation.complete {
  background: #d9f0e6;
  color: black;
}
.job-status-panel .represented-allocation.pending {
  background: #dbdbdb;
  color: black;
  position: relative;
  overflow: hidden;
}
.job-status-panel .represented-allocation.pending:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-60deg, #dbdbdb, #eee, #dbdbdb);
  animation: shimmer 2s ease-in-out infinite;
}
.job-status-panel .represented-allocation.lost {
  background: #234;
}
.job-status-panel .represented-allocation.unplaced {
  background: #dbdbdb;
  position: relative;
  overflow: hidden;
}
.job-status-panel .represented-allocation.unplaced:before {
  background: linear-gradient(-60deg, #dbdbdb, #eee, #dbdbdb);
  animation: shimmer 2s ease-in-out infinite;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.job-status-panel .represented-allocation.unplaced:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
  background: white;
  border-radius: 3px;
}
.job-status-panel .represented-allocation.legend-example {
  background: #eee;
}
.job-status-panel .represented-allocation .alloc-health-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  display: grid;
  align-content: center;
  justify-content: center;
}
.job-status-panel .represented-allocation.running .alloc-health-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
}
.job-status-panel .represented-allocation.running.rest .alloc-health-indicator {
  top: -7px;
  right: -7px;
  border-radius: 20px;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  transform: scale(0.75);
}
.job-status-panel .represented-allocation.canary > .alloc-canary-indicator {
  overflow: hidden;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.job-status-panel .represented-allocation.canary > .alloc-canary-indicator:after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #fa8e23;
}
.job-status-panel .legend-item .represented-allocation .flight-icon {
  animation: none;
}
.job-status-panel .legend-item {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: auto 1fr;
  white-space: nowrap;
  flex: 1 0 auto;
}
.job-status-panel .legend-item.faded .count {
  opacity: 0.5;
}
.job-status-panel .legend-item .represented-allocation {
  width: 20px;
  height: 20px;
  animation: none;
}
.job-status-panel .legend-item .represented-allocation:before, .job-status-panel .legend-item .represented-allocation:after {
  animation: none;
}
.job-status-panel .history-and-params {
  display: grid;
  grid-template-columns: 70% auto;
  gap: 1rem;
  margin-top: 2rem;
}
.job-status-panel .history-and-params > .deployment-history, .job-status-panel .history-and-params > .update-parameters {
  display: grid;
  grid-template-rows: 50px auto;
}
.job-status-panel.steady-state .history-and-params {
  grid-template-columns: auto;
}
.job-status-panel .deployment-history.hidden > header {
  margin-bottom: 0;
}
.job-status-panel .deployment-history > header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: end;
}
.job-status-panel .deployment-history > header > h4 {
  margin-bottom: 0;
  height: 100%;
}
.job-status-panel .deployment-history > header > h4 > button {
  justify-content: left;
  font-size: 1.25rem;
  width: 100%;
  color: #1563ff;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  font-weight: 600;
}
.job-status-panel .deployment-history > header > h4 > button:focus {
  outline: none;
  box-shadow: none;
}
.job-status-panel .deployment-history > header > h4 > button:hover, .job-status-panel .deployment-history > header > h4 > button:focus {
  text-decoration: underline;
}
.job-status-panel .deployment-history > header > h4 > button > svg {
  padding-left: 0.5rem;
  height: 2rem;
  width: 2rem;
}
.job-status-panel .deployment-history > header > .search-box {
  max-width: unset;
}
.job-status-panel .deployment-history .timeline-container {
  max-height: 300px;
  overflow-y: auto;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(1) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.15s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(1) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.15s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(2) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(2) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(3) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.25s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(3) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.25s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(4) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(4) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(5) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.35s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(5) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.35s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(6) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(6) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(7) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.45s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(7) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.45s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(8) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(8) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(9) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.55s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(9) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.55s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(10) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.6s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(10) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.6s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(11) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.65s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(11) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.65s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(12) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.7s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(12) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.7s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(13) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.75s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(13) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.75s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(14) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(14) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(15) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.85s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(15) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.85s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(16) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.9s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(16) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.9s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(17) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 0.95s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(17) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.95s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(18) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(18) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(19) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.05s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(19) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.05s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(20) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.1s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(20) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.1s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(21) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.15s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(21) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.15s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(22) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.2s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(22) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.2s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(23) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.25s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(23) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.25s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(24) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.3s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(24) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.3s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(25) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.35s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(25) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.35s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(26) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.4s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(26) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.4s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(27) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.45s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(27) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.45s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(28) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.5s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(28) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.5s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(29) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.55s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(29) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.55s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(30) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.6s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(30) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.6s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(31) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.65s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(31) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.65s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(32) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.7s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(32) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.7s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(33) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.75s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(33) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.75s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(34) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.8s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(34) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.8s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(35) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.85s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(35) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.85s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(36) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.9s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(36) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.9s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(37) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 1.95s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(37) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.95s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(38) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(38) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(39) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.05s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(39) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.05s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(40) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.1s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(40) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.1s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(41) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.15s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(41) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.15s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(42) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.2s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(42) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.2s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(43) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.25s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(43) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.25s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(44) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.3s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(44) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.3s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(45) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.35s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(45) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.35s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(46) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.4s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(46) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.4s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(47) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.45s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(47) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.45s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(48) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.5s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(48) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.5s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(49) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.55s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(49) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.55s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(50) {
  animation-name: historyItemSlide;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-delay: 2.6s;
}
.job-status-panel .deployment-history .timeline-container > ol > li:nth-child(50) > div {
  animation-name: historyItemShine;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 2.6s;
}
.job-status-panel .deployment-history .timeline-container > ol > li > div {
  gap: 0.5rem;
}
.job-status-panel .deployment-history .timeline-container > ol > li.error > div {
  border: 1px solid #c84034;
  background: #f9eae8;
}
.job-status-panel .update-parameters > code {
  max-height: 300px;
  overflow-y: auto;
  display: block;
}
.job-status-panel .update-parameters > .title {
  display: grid;
  align-content: center;
}
.job-status-panel .update-parameters ul,
.job-status-panel .update-parameters span.notification {
  display: block;
  background: #1a2633;
  padding: 1rem;
  color: white;
}
.job-status-panel .update-parameters ul .key,
.job-status-panel .update-parameters span.notification .key {
  color: #1caeff;
}
.job-status-panel .update-parameters ul .key:after,
.job-status-panel .update-parameters span.notification .key:after {
  content: "=";
  color: white;
  margin-left: 0.5rem;
}
.job-status-panel .update-parameters ul .value,
.job-status-panel .update-parameters span.notification .value {
  color: #06d092;
}

@keyframes historyItemSlide {
  from {
    opacity: 0;
    top: -40px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}
@keyframes historyItemShine {
  from {
    box-shadow: inset 0 0 0 100px rgba(255, 200, 0, 0.2);
  }
  to {
    box-shadow: inset 0 0 0 100px rgba(255, 200, 0, 0);
  }
}
@keyframes shimmer {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  30% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
/**
 * Do not edit directly
 * Generated on Wed, 26 Apr 2023 20:11:40 GMT
 */
:root {
  --token-color-palette-blue-500: #1c345f;
  --token-color-palette-blue-400: #0046d1;
  --token-color-palette-blue-300: #0c56e9;
  --token-color-palette-blue-200: #1060ff;
  --token-color-palette-blue-100: #cce3fe;
  --token-color-palette-blue-50: #f2f8ff;
  --token-color-palette-purple-500: #42215b;
  --token-color-palette-purple-400: #7b00db;
  --token-color-palette-purple-300: #911ced;
  --token-color-palette-purple-200: #a737ff;
  --token-color-palette-purple-100: #ead2fe;
  --token-color-palette-purple-50: #f9f2ff;
  --token-color-palette-green-500: #054220;
  --token-color-palette-green-400: #006619;
  --token-color-palette-green-300: #00781e;
  --token-color-palette-green-200: #008a22;
  --token-color-palette-green-100: #cceeda;
  --token-color-palette-green-50: #f2fbf6;
  --token-color-palette-amber-500: #542800;
  --token-color-palette-amber-400: #803d00;
  --token-color-palette-amber-300: #9e4b00;
  --token-color-palette-amber-200: #bb5a00;
  --token-color-palette-amber-100: #fbeabf;
  --token-color-palette-amber-50: #fff9e8;
  --token-color-palette-red-500: #51130a;
  --token-color-palette-red-400: #940004;
  --token-color-palette-red-300: #c00005;
  --token-color-palette-red-200: #e52228;
  --token-color-palette-red-100: #fbd4d4;
  --token-color-palette-red-50: #fff5f5;
  --token-color-palette-neutral-700: #0c0c0e;
  --token-color-palette-neutral-600: #3b3d45;
  --token-color-palette-neutral-500: #656a76;
  --token-color-palette-neutral-400: #8c909c;
  --token-color-palette-neutral-300: #c2c5cb;
  --token-color-palette-neutral-200: #dedfe3;
  --token-color-palette-neutral-100: #f1f2f3;
  --token-color-palette-neutral-50: #fafafa;
  --token-color-palette-neutral-0: #ffffff;
  --token-color-palette-alpha-300: #3b3d4566;
  --token-color-palette-alpha-200: #656a7633;
  --token-color-palette-alpha-100: #656a761a;
  --token-color-border-primary: #656a7633;
  --token-color-border-faint: #656a761a;
  --token-color-border-strong: #3b3d4566;
  --token-color-border-action: #cce3fe;
  --token-color-border-highlight: #ead2fe;
  --token-color-border-success: #cceeda;
  --token-color-border-warning: #fbeabf;
  --token-color-border-critical: #fbd4d4;
  --token-color-focus-action-internal: #0c56e9;
  --token-color-focus-action-external: #5990ff;
  /* this is a special color used only for the focus style, to pass color contrast for a11y purpose */
  --token-color-focus-critical-internal: #c00005;
  --token-color-focus-critical-external: #dd7578;
  /* this is a special color used only for the focus style, to pass color contrast for a11y purpose */
  --token-color-foreground-strong: #0c0c0e;
  --token-color-foreground-primary: #3b3d45;
  --token-color-foreground-faint: #656a76;
  --token-color-foreground-high-contrast: #ffffff;
  --token-color-foreground-disabled: #8c909c;
  --token-color-foreground-action: #1060ff;
  --token-color-foreground-action-hover: #0c56e9;
  --token-color-foreground-action-active: #0046d1;
  --token-color-foreground-highlight: #a737ff;
  --token-color-foreground-highlight-on-surface: #911ced;
  --token-color-foreground-highlight-high-contrast: #42215b;
  --token-color-foreground-success: #008a22;
  --token-color-foreground-success-on-surface: #00781e;
  --token-color-foreground-success-high-contrast: #054220;
  --token-color-foreground-warning: #bb5a00;
  --token-color-foreground-warning-on-surface: #9e4b00;
  --token-color-foreground-warning-high-contrast: #542800;
  --token-color-foreground-critical: #e52228;
  --token-color-foreground-critical-on-surface: #c00005;
  --token-color-foreground-critical-high-contrast: #51130a;
  --token-color-page-primary: #ffffff;
  --token-color-page-faint: #fafafa;
  --token-color-surface-primary: #ffffff;
  --token-color-surface-faint: #fafafa;
  --token-color-surface-strong: #f1f2f3;
  --token-color-surface-interactive: #ffffff;
  --token-color-surface-interactive-hover: #f1f2f3;
  --token-color-surface-interactive-active: #dedfe3;
  --token-color-surface-interactive-disabled: #fafafa;
  --token-color-surface-action: #f2f8ff;
  --token-color-surface-highlight: #f9f2ff;
  --token-color-surface-success: #f2fbf6;
  --token-color-surface-warning: #fff9e8;
  --token-color-surface-critical: #fff5f5;
  --token-color-hashicorp-brand: #000000;
  --token-color-boundary-brand: #f24c53;
  --token-color-boundary-foreground: #cf2d32;
  --token-color-boundary-surface: #ffecec;
  --token-color-boundary-border: #fbd7d8;
  --token-color-boundary-gradient-primary-start: #f97076;
  --token-color-boundary-gradient-primary-stop: #db363b;
  --token-color-boundary-gradient-faint-start: #fffafa;
  /* this is the 'boundary-50' value at 25% opacity on white */
  --token-color-boundary-gradient-faint-stop: #ffecec;
  --token-color-consul-brand: #e03875;
  --token-color-consul-foreground: #d01c5b;
  --token-color-consul-surface: #ffe9f1;
  --token-color-consul-border: #ffcede;
  --token-color-consul-gradient-primary-start: #ff99be;
  --token-color-consul-gradient-primary-stop: #da306e;
  --token-color-consul-gradient-faint-start: #fff9fb;
  /* this is the 'consul-50' value at 25% opacity on white */
  --token-color-consul-gradient-faint-stop: #ffe9f1;
  --token-color-hcp-brand: #000000;
  --token-color-nomad-brand: #06d092;
  --token-color-nomad-foreground: #008661;
  --token-color-nomad-surface: #d3fdeb;
  --token-color-nomad-border: #bff3dd;
  --token-color-nomad-gradient-primary-start: #bff3dd;
  --token-color-nomad-gradient-primary-stop: #60dea9;
  --token-color-nomad-gradient-faint-start: #f3fff9;
  /* this is the 'nomad-50' value at 25% opacity on white */
  --token-color-nomad-gradient-faint-stop: #d3fdeb;
  --token-color-packer-brand: #02a8ef;
  --token-color-packer-foreground: #007eb4;
  --token-color-packer-surface: #d4f2ff;
  --token-color-packer-border: #b4e4ff;
  --token-color-packer-gradient-primary-start: #b4e4ff;
  --token-color-packer-gradient-primary-stop: #63d0ff;
  --token-color-packer-gradient-faint-start: #f3fcff;
  /* this is the 'packer-50' value at 25% opacity on white */
  --token-color-packer-gradient-faint-stop: #d4f2ff;
  --token-color-terraform-brand: #7b42bc;
  --token-color-terraform-foreground: #773cb4;
  --token-color-terraform-surface: #f4ecff;
  --token-color-terraform-border: #ebdbfc;
  --token-color-terraform-gradient-primary-start: #bb8deb;
  --token-color-terraform-gradient-primary-stop: #844fba;
  --token-color-terraform-gradient-faint-start: #fcfaff;
  /* this is the 'terraform-50' value at 25% opacity on white */
  --token-color-terraform-gradient-faint-stop: #f4ecff;
  --token-color-vagrant-brand: #1868f2;
  --token-color-vagrant-foreground: #1c61d8;
  --token-color-vagrant-surface: #d6ebff;
  --token-color-vagrant-border: #c7dbfc;
  --token-color-vagrant-gradient-primary-start: #c7dbfc;
  --token-color-vagrant-gradient-primary-stop: #7dadff;
  --token-color-vagrant-gradient-faint-start: #f4faff;
  /* this is the 'vagrant-50' value at 25% opacity on white */
  --token-color-vagrant-gradient-faint-stop: #d6ebff;
  --token-color-vault-brand: #ffd814;
  --token-color-vault-brand-alt: #000000;
  /* this is a special “alternative” color, used as an exception in some contexts where the normal “brand” color for Vault would not work */
  --token-color-vault-foreground: #9a6f00;
  --token-color-vault-surface: #fff9cf;
  --token-color-vault-border: #feec7b;
  --token-color-vault-gradient-primary-start: #feec7b;
  --token-color-vault-gradient-primary-stop: #ffe543;
  --token-color-vault-gradient-faint-start: #fffdf2;
  /* this is the 'vault-50' value at 25% opacity on white */
  --token-color-vault-gradient-faint-stop: #fff9cf;
  --token-color-waypoint-brand: #14c6cb;
  --token-color-waypoint-foreground: #008196;
  --token-color-waypoint-surface: #e0fcff;
  --token-color-waypoint-border: #cbf1f3;
  --token-color-waypoint-gradient-primary-start: #cbf1f3;
  --token-color-waypoint-gradient-primary-stop: #62d4dc;
  --token-color-waypoint-gradient-faint-start: #f6feff;
  /* this is the 'waypoint-50' value at 25% opacity on white */
  --token-color-waypoint-gradient-faint-stop: #e0fcff;
  --token-elevation-inset-box-shadow: inset 0px 1px 2px 1px #656a761a;
  --token-elevation-low-box-shadow: 0px 1px 1px 0px #656a760d, 0px 2px 2px 0px #656a760d;
  --token-elevation-mid-box-shadow: 0px 2px 3px 0px #656a761a, 0px 8px 16px -10px #656a7633;
  --token-elevation-high-box-shadow: 0px 2px 3px 0px #656a7626, 0px 16px 16px -10px #656a7633;
  --token-elevation-higher-box-shadow: 0px 2px 3px 0px #656a761a, 0px 12px 28px 0px #656a7640;
  --token-elevation-overlay-box-shadow: 0px 2px 3px 0px #3b3d4540, 0px 12px 24px 0px #3b3d4559;
  --token-surface-inset-box-shadow: inset 0 0 0 1px #656a764d, inset 0px 1px 2px 1px #656a761a;
  --token-surface-base-box-shadow: 0 0 0 1px #656a7633;
  --token-surface-low-box-shadow: 0 0 0 1px #656a7626, 0px 1px 1px 0px #656a760d, 0px 2px 2px 0px #656a760d;
  --token-surface-mid-box-shadow: 0 0 0 1px #656a7626, 0px 2px 3px 0px #656a761a, 0px 8px 16px -10px #656a7633;
  --token-surface-high-box-shadow: 0 0 0 1px #656a7640, 0px 2px 3px 0px #656a7626, 0px 16px 16px -10px #656a7633;
  --token-surface-higher-box-shadow: 0 0 0 1px #656a7633, 0px 2px 3px 0px #656a761a, 0px 12px 28px 0px #656a7640;
  --token-surface-overlay-box-shadow: 0 0 0 1px #3b3d4540, 0px 2px 3px 0px #3b3d4540, 0px 12px 24px 0px #3b3d4559;
  --token-focus-ring-action-box-shadow: inset 0 0 0 1px #0c56e9, 0 0 0 3px #5990ff;
  --token-focus-ring-critical-box-shadow: inset 0 0 0 1px #c00005, 0 0 0 3px #dd7578;
  --token-form-label-color: #0c0c0e;
  --token-form-legend-color: #0c0c0e;
  --token-form-helper-text-color: #656a76;
  --token-form-indicator-optional-color: #656a76;
  --token-form-error-color: #c00005;
  --token-form-error-icon-size: 14px;
  --token-form-checkbox-size: 16px;
  --token-form-checkbox-border-radius: 3px;
  --token-form-checkbox-border-width: 1px;
  --token-form-checkbox-background-image-size: 12px;
  --token-form-checkbox-background-image-data-url: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e");
  /* notice: the 'tick' color is hardcoded here! */
  --token-form-checkbox-background-image-data-url-indeterminate: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%23FFF'/%3e%3c/svg%3e");
  /* notice: the 'dash' color is hardcoded here! */
  --token-form-checkbox-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e");
  /* notice: the 'tick' color is hardcoded here! */
  --token-form-checkbox-background-image-data-url-indeterminate-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%238C909C'/%3e%3c/svg%3e");
  /* notice: the 'dash' color is hardcoded here! */
  --token-form-control-base-foreground-value-color: #0c0c0e;
  --token-form-control-base-foreground-placeholder-color: #656a76;
  --token-form-control-base-surface-color-default: #ffffff;
  --token-form-control-base-surface-color-hover: #f1f2f3;
  --token-form-control-base-border-color-default: #8c909c;
  --token-form-control-base-border-color-hover: #656a76;
  --token-form-control-checked-foreground-color: #ffffff;
  --token-form-control-checked-surface-color-default: #1060ff;
  --token-form-control-checked-surface-color-hover: #0c56e9;
  --token-form-control-checked-border-color-default: #0c56e9;
  --token-form-control-checked-border-color-hover: #0046d1;
  --token-form-control-invalid-border-color-default: #c00005;
  --token-form-control-invalid-border-color-hover: #940004;
  --token-form-control-readonly-foreground-color: #3b3d45;
  --token-form-control-readonly-surface-color: #f1f2f3;
  --token-form-control-readonly-border-color: #656a761a;
  --token-form-control-disabled-foreground-color: #8c909c;
  --token-form-control-disabled-surface-color: #fafafa;
  --token-form-control-disabled-border-color: #656a7633;
  --token-form-control-padding: 7px;
  /* Notice: we have to take in account the border, so it's 1px less than in Figma. */
  --token-form-control-border-radius: 5px;
  --token-form-control-border-width: 1px;
  --token-form-radio-size: 16px;
  --token-form-radio-border-width: 1px;
  --token-form-radio-background-image-size: 12px;
  --token-form-radio-background-image-data-url: url("data:image/svg+xml,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6' cy='6' r='2.5' fill='%23ffffff'/%3e%3c/svg%3e");
  /* notice: the 'dot' color is hardcoded here! */
  --token-form-radio-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6' cy='6' r='2.5' fill='%238C909C'/%3e%3c/svg%3e");
  /* notice: the 'dot' color is hardcoded here! */
  --token-form-radiocard-group-gap: 16px;
  --token-form-radiocard-border-width: 1px;
  --token-form-radiocard-border-radius: 6px;
  --token-form-radiocard-content-padding: 24px;
  --token-form-radiocard-control-padding: 8px;
  --token-form-radiocard-transition-duration: 0.2s;
  --token-form-select-background-image-size: 16px;
  --token-form-select-background-image-position-right-x: 7px;
  --token-form-select-background-image-position-top-y: 9px;
  --token-form-select-background-image-data-url: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55 2.24a.75.75 0 0 0-1.1 0L4.2 5.74a.75.75 0 1 0 1.1 1.02L8 3.852l2.7 2.908a.75.75 0 1 0 1.1-1.02l-3.25-3.5Zm-1.1 11.52a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 12.148 5.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5Z' fill='%23656A76'/%3E%3C/svg%3E");
  /* notice: the 'caret' color is hardcoded here! */
  --token-form-select-background-image-data-url-disabled: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55 2.24a.75.75 0 0 0-1.1 0L4.2 5.74a.75.75 0 1 0 1.1 1.02L8 3.852l2.7 2.908a.75.75 0 1 0 1.1-1.02l-3.25-3.5Zm-1.1 11.52a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 12.148 5.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5Z' fill='%238C909C'/%3E%3C/svg%3E");
  /* notice: the 'caret' color is hardcoded here! */
  --token-form-text-input-background-image-size: 16px;
  --token-form-text-input-background-image-position-x: 7px;
  --token-form-text-input-background-image-data-url-date: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.5.75a.75.75 0 00-1.5 0V1H6V.75a.75.75 0 00-1.5 0V1H3.25A2.25 2.25 0 001 3.25v9.5A2.25 2.25 0 003.25 15h9.5A2.25 2.25 0 0015 12.75v-9.5A2.25 2.25 0 0012.75 1H11.5V.75zm-7 2.5V2.5H3.25a.75.75 0 00-.75.75V5h11V3.25a.75.75 0 00-.75-.75H11.5v.75a.75.75 0 01-1.5 0V2.5H6v.75a.75.75 0 01-1.5 0zm9 3.25h-11v6.25c0 .414.336.75.75.75h9.5a.75.75 0 00.75-.75V6.5z' fill-rule='evenodd' clip-rule='evenodd' fill='%233B3D45'/%3e%3c/svg%3e");
  /* notice: the icon color is hardcoded here! */
  --token-form-text-input-background-image-data-url-time: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%233B3D45'%3e%3cpath d='M8.5 3.75a.75.75 0 00-1.5 0V8c0 .284.16.544.415.67l2.5 1.25a.75.75 0 10.67-1.34L8.5 7.535V3.75z'/%3e%3cpath d='M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");
  /* notice: the icon color is hardcoded here! */
  --token-form-text-input-background-image-data-url-search: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23656A76'%3e%3cpath d='M7.25 2a5.25 5.25 0 103.144 9.455l2.326 2.325a.75.75 0 101.06-1.06l-2.325-2.326A5.25 5.25 0 007.25 2zM3.5 7.25a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");
  /* notice: the icon color is hardcoded here! */
  --token-form-text-input-background-image-data-url-search-cancel: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.78 4.28a.75.75 0 00-1.06-1.06L8 6.94 4.28 3.22a.75.75 0 00-1.06 1.06L6.94 8l-3.72 3.72a.75.75 0 101.06 1.06L8 9.06l3.72 3.72a.75.75 0 101.06-1.06L9.06 8l3.72-3.72z'/%3e%3c/svg%3e");
  /* notice: the icon color is hardcoded here! */
  --token-form-toggle-width: 32px;
  --token-form-toggle-height: 16px;
  --token-form-toggle-base-surface-color-default: #f1f2f3;
  /* the toggle has a different base surface color, compared to the other controls */
  --token-form-toggle-border-radius: 3px;
  --token-form-toggle-border-width: 1px;
  --token-form-toggle-background-image-size: 12px;
  --token-form-toggle-background-image-position-x: 2px;
  --token-form-toggle-background-image-data-url: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e");
  /* notice: the 'tick' color is hardcoded here! */
  --token-form-toggle-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e");
  /* notice: the 'tick' color is hardcoded here! */
  --token-form-toggle-transition-duration: 0.2s;
  --token-form-toggle-transition-timing-function: cubic-bezier(0.68, -0.2, 0.265, 1.15);
  --token-form-toggle-thumb-size: 16px;
  --token-pagination-nav-control-height: 36px;
  --token-pagination-nav-control-padding-horizontal: 12px;
  --token-pagination-nav-control-focus-inset: 4px;
  --token-pagination-nav-control-icon-spacing: 6px;
  --token-pagination-nav-indicator-height: 2px;
  --token-pagination-nav-indicator-spacing: 6px;
  --token-pagination-child-spacing-vertical: 8px;
  --token-pagination-child-spacing-horizontal: 20px;
  --token-side-nav-wrapper-padding-horizontal: 16px;
  --token-side-nav-wrapper-padding-vertical: 16px;
  --token-side-nav-header-home-link-padding: 4px;
  --token-side-nav-header-home-link-logo-size: 48px;
  --token-side-nav-header-actions-spacing: 8px;
  --token-side-nav-body-list-margin-vertical: 24px;
  --token-side-nav-body-list-item-height: 36px;
  --token-side-nav-body-list-item-padding-horizontal: 8px;
  --token-side-nav-body-list-item-padding-vertical: 4px;
  --token-side-nav-body-list-item-spacing-vertical: 2px;
  --token-side-nav-body-list-item-content-spacing-horizontal: 8px;
  --token-side-nav-body-list-item-border-radius: 5px;
  --token-side-nav-color-foreground-primary: #dedfe3;
  --token-side-nav-color-foreground-strong: #fff;
  --token-side-nav-color-foreground-faint: #8c909c;
  --token-side-nav-color-surface-primary: #0c0c0e;
  --token-side-nav-color-surface-interactive-hover: #3b3d45;
  --token-side-nav-color-surface-interactive-active: #656a76;
  --token-tabs-tab-height: 36px;
  --token-tabs-tab-padding-horizontal: 12px;
  --token-tabs-tab-padding-vertical: 0px;
  --token-tabs-tab-border-radius: 5px;
  --token-tabs-tab-focus-inset: 6px;
  --token-tabs-tab-gutter: 6px;
  --token-tabs-indicator-height: 3px;
  --token-tabs-indicator-transition-function: cubic-bezier(0.5, 1, 0.89, 1);
  --token-tabs-indicator-transition-duration: 0.6s;
  --token-tabs-divider-height: 1px;
  --token-tooltip-border-radius: 5px;
  --token-tooltip-color-foreground-primary: var(--token-color-foreground-high-contrast);
  --token-tooltip-color-surface-primary: var(--token-color-palette-neutral-700);
  --token-tooltip-focus-offset: -2px;
  --token-tooltip-max-width: 280px;
  --token-tooltip-padding-horizontal: 12px;
  --token-tooltip-padding-vertical: 8px;
  --token-tooltip-transition-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
  --token-typography-font-stack-display: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-font-stack-text: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-font-stack-code: ui-monospace, Menlo, Consolas, monospace;
  --token-typography-font-weight-regular: 400;
  --token-typography-font-weight-medium: 500;
  --token-typography-font-weight-semibold: 600;
  --token-typography-font-weight-bold: 700;
  --token-typography-display-500-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-display-500-font-size: 1.875rem;
  /* 30px/1.875rem */
  --token-typography-display-500-line-height: 1.2666;
  /* 38px */
  --token-typography-display-400-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-display-400-font-size: 1.5rem;
  /* 24px/1.5rem */
  --token-typography-display-400-line-height: 1.3333;
  /* 32px */
  --token-typography-display-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-display-300-font-size: 1.125rem;
  /* 18px/1.125rem */
  --token-typography-display-300-line-height: 1.3333;
  /* 24px */
  --token-typography-display-300-letter-spacing: -0.5px;
  /* this is `tracking` */
  --token-typography-display-200-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-display-200-font-size: 1rem;
  /* 16px/1rem */
  --token-typography-display-200-line-height: 1.5;
  /* 24px */
  --token-typography-display-200-letter-spacing: -0.5px;
  /* this is `tracking` */
  --token-typography-display-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-display-100-font-size: 0.8125rem;
  /* 13px/0.8125rem */
  --token-typography-display-100-line-height: 1.3846;
  /* 18px */
  --token-typography-body-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-body-300-font-size: 1rem;
  /* 16px/1rem */
  --token-typography-body-300-line-height: 1.5;
  /* 24px */
  --token-typography-body-200-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-body-200-font-size: 0.875rem;
  /* 14px/0.875rem */
  --token-typography-body-200-line-height: 1.4286;
  /* 20px */
  --token-typography-body-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --token-typography-body-100-font-size: 0.8125rem;
  /* 13px/0.8125rem */
  --token-typography-body-100-line-height: 1.3846;
  /* 18px */
  --token-typography-code-100-font-family: ui-monospace, Menlo, Consolas, monospace;
  --token-typography-code-100-font-size: 0.8125rem;
  /* 13px/0.8125rem */
  --token-typography-code-100-line-height: 1.23;
  /* 16px */
  --token-typography-code-200-font-family: ui-monospace, Menlo, Consolas, monospace;
  --token-typography-code-200-font-size: 0.875rem;
  /* 14px/0.875rem */
  --token-typography-code-200-line-height: 1.125;
  /* 18px */
  --token-typography-code-300-font-family: ui-monospace, Menlo, Consolas, monospace;
  --token-typography-code-300-font-size: 1rem;
  /* 16px/1rem */
  --token-typography-code-300-line-height: 1.25;
  /* 20px */
}

/**
 * Do not edit directly
 * Generated on Wed, 26 Apr 2023 20:11:40 GMT
 */
.hds-border-primary {
  border: 1px solid var(--token-color-border-primary);
}

.hds-border-faint {
  border: 1px solid var(--token-color-border-faint);
}

.hds-border-strong {
  border: 1px solid var(--token-color-border-strong);
}

.hds-border-action {
  border: 1px solid var(--token-color-border-action);
}

.hds-border-highlight {
  border: 1px solid var(--token-color-border-highlight);
}

.hds-border-success {
  border: 1px solid var(--token-color-border-success);
}

.hds-border-warning {
  border: 1px solid var(--token-color-border-warning);
}

.hds-border-critical {
  border: 1px solid var(--token-color-border-critical);
}

.hds-foreground-strong {
  color: var(--token-color-foreground-strong);
}

.hds-foreground-primary {
  color: var(--token-color-foreground-primary);
}

.hds-foreground-faint {
  color: var(--token-color-foreground-faint);
}

.hds-foreground-high-contrast {
  color: var(--token-color-foreground-high-contrast);
}

.hds-foreground-disabled {
  color: var(--token-color-foreground-disabled);
}

.hds-foreground-action {
  color: var(--token-color-foreground-action);
}

.hds-foreground-action-hover {
  color: var(--token-color-foreground-action-hover);
}

.hds-foreground-action-active {
  color: var(--token-color-foreground-action-active);
}

.hds-foreground-highlight {
  color: var(--token-color-foreground-highlight);
}

.hds-foreground-highlight-on-surface {
  color: var(--token-color-foreground-highlight-on-surface);
}

.hds-foreground-highlight-high-contrast {
  color: var(--token-color-foreground-highlight-high-contrast);
}

.hds-foreground-success {
  color: var(--token-color-foreground-success);
}

.hds-foreground-success-on-surface {
  color: var(--token-color-foreground-success-on-surface);
}

.hds-foreground-success-high-contrast {
  color: var(--token-color-foreground-success-high-contrast);
}

.hds-foreground-warning {
  color: var(--token-color-foreground-warning);
}

.hds-foreground-warning-on-surface {
  color: var(--token-color-foreground-warning-on-surface);
}

.hds-foreground-warning-high-contrast {
  color: var(--token-color-foreground-warning-high-contrast);
}

.hds-foreground-critical {
  color: var(--token-color-foreground-critical);
}

.hds-foreground-critical-on-surface {
  color: var(--token-color-foreground-critical-on-surface);
}

.hds-foreground-critical-high-contrast {
  color: var(--token-color-foreground-critical-high-contrast);
}

.hds-page-primary {
  background-color: var(--token-color-page-primary);
}

.hds-page-faint {
  background-color: var(--token-color-page-faint);
}

.hds-surface-primary {
  background-color: var(--token-color-surface-primary);
}

.hds-surface-faint {
  background-color: var(--token-color-surface-faint);
}

.hds-surface-strong {
  background-color: var(--token-color-surface-strong);
}

.hds-surface-interactive {
  background-color: var(--token-color-surface-interactive);
}

.hds-surface-interactive-hover {
  background-color: var(--token-color-surface-interactive-hover);
}

.hds-surface-interactive-active {
  background-color: var(--token-color-surface-interactive-active);
}

.hds-surface-interactive-disabled {
  background-color: var(--token-color-surface-interactive-disabled);
}

.hds-surface-action {
  background-color: var(--token-color-surface-action);
}

.hds-surface-highlight {
  background-color: var(--token-color-surface-highlight);
}

.hds-surface-success {
  background-color: var(--token-color-surface-success);
}

.hds-surface-warning {
  background-color: var(--token-color-surface-warning);
}

.hds-surface-critical {
  background-color: var(--token-color-surface-critical);
}

/**
 * Do not edit directly
 * Generated on Wed, 26 Apr 2023 20:11:40 GMT
 */
.hds-elevation-inset {
  box-shadow: var(--token-elevation-inset-box-shadow);
}

.hds-elevation-low {
  box-shadow: var(--token-elevation-low-box-shadow);
}

.hds-elevation-mid {
  box-shadow: var(--token-elevation-mid-box-shadow);
}

.hds-elevation-high {
  box-shadow: var(--token-elevation-high-box-shadow);
}

.hds-elevation-higher {
  box-shadow: var(--token-elevation-higher-box-shadow);
}

.hds-elevation-overlay {
  box-shadow: var(--token-elevation-overlay-box-shadow);
}

.hds-surface-inset {
  box-shadow: var(--token-surface-inset-box-shadow);
}

.hds-surface-base {
  box-shadow: var(--token-surface-base-box-shadow);
}

.hds-surface-low {
  box-shadow: var(--token-surface-low-box-shadow);
}

.hds-surface-mid {
  box-shadow: var(--token-surface-mid-box-shadow);
}

.hds-surface-high {
  box-shadow: var(--token-surface-high-box-shadow);
}

.hds-surface-higher {
  box-shadow: var(--token-surface-higher-box-shadow);
}

.hds-surface-overlay {
  box-shadow: var(--token-surface-overlay-box-shadow);
}

/**
 * Do not edit directly
 * Generated on Wed, 26 Apr 2023 20:11:40 GMT
 */
.hds-focus-ring-action-box-shadow {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-focus-ring-critical-box-shadow {
  box-shadow: var(--token-focus-ring-critical-box-shadow);
}

/**
 * Do not edit directly
 * Generated on Wed, 26 Apr 2023 20:11:40 GMT
 */
.hds-font-family-sans-display {
  font-family: var(--token-typography-font-stack-display);
}

.hds-font-family-sans-text {
  font-family: var(--token-typography-font-stack-text);
}

.hds-font-family-mono-code {
  font-family: var(--token-typography-font-stack-code);
}

.hds-font-weight-regular {
  font-weight: 400;
}

.hds-font-weight-medium {
  font-weight: 500;
}

.hds-font-weight-semibold {
  font-weight: 600;
}

.hds-font-weight-bold {
  font-weight: 700;
}

.hds-typography-display-500 {
  font-family: var(--token-typography-display-500-font-family);
  font-size: var(--token-typography-display-500-font-size);
  line-height: var(--token-typography-display-500-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-display-400 {
  font-family: var(--token-typography-display-400-font-family);
  font-size: var(--token-typography-display-400-font-size);
  line-height: var(--token-typography-display-400-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-display-300 {
  font-family: var(--token-typography-display-300-font-family);
  font-size: var(--token-typography-display-300-font-size);
  line-height: var(--token-typography-display-300-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-display-200 {
  font-family: var(--token-typography-display-200-font-family);
  font-size: var(--token-typography-display-200-font-size);
  line-height: var(--token-typography-display-200-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-display-100 {
  font-family: var(--token-typography-display-100-font-family);
  font-size: var(--token-typography-display-100-font-size);
  line-height: var(--token-typography-display-100-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-body-300 {
  font-family: var(--token-typography-body-300-font-family);
  font-size: var(--token-typography-body-300-font-size);
  line-height: var(--token-typography-body-300-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-body-200 {
  font-family: var(--token-typography-body-200-font-family);
  font-size: var(--token-typography-body-200-font-size);
  line-height: var(--token-typography-body-200-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-body-100 {
  font-family: var(--token-typography-body-100-font-family);
  font-size: var(--token-typography-body-100-font-size);
  line-height: var(--token-typography-body-100-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-code-100 {
  font-family: var(--token-typography-code-100-font-family);
  font-size: var(--token-typography-code-100-font-size);
  line-height: var(--token-typography-code-100-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-code-200 {
  font-family: var(--token-typography-code-200-font-family);
  font-size: var(--token-typography-code-200-font-size);
  line-height: var(--token-typography-code-200-line-height);
  margin: 0;
  padding: 0;
}

.hds-typography-code-300 {
  font-family: var(--token-typography-code-300-font-family);
  font-size: var(--token-typography-code-300-font-size);
  line-height: var(--token-typography-code-300-line-height);
  margin: 0;
  padding: 0;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-alert {
  display: flex;
  align-items: flex-start;
}

.hds-alert__icon {
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.hds-alert--type-compact .hds-alert__icon {
  width: 14px;
  height: 14px;
}

.hds-alert__content {
  flex: 1 1 auto;
}

.hds-alert__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--token-color-foreground-warning-on-surface);
  font-size: var(--token-typography-body-200-font-size);
  font-family: var(--token-typography-body-200-font-family);
  line-height: var(--token-typography-body-200-line-height);
}

.hds-alert--type-compact .hds-alert__text {
  font-size: var(--token-typography-body-100-font-size);
  font-family: var(--token-typography-body-100-font-family);
  line-height: var(--token-typography-body-100-line-height);
}

.hds-alert__title {
  font-weight: var(--token-typography-font-weight-semibold);
}

.hds-alert__description {
  color: var(--token-color-foreground-primary);
  font-weight: var(--token-typography-font-weight-regular);
  word-break: break-word;
}

.hds-alert__title + .hds-alert__description {
  margin-top: 4px;
}

.hds-alert__description strong {
  font-weight: var(--token-typography-font-weight-semibold);
}

.hds-alert__description code,
.hds-alert__description pre {
  display: inline;
  padding: 1px 5px;
  font-size: 0.9em;
  font-family: var(--token-typography-code-100-font-family);
  line-height: 1em;
  background-color: var(--token-color-surface-primary);
  border: 1px solid var(--token-color-palette-neutral-200);
  border-radius: 5px;
}

.hds-alert__description a {
  color: var(--token-color-foreground-action);
}

.hds-alert__description a:focus, .hds-alert__description a:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--token-color-focus-action-internal);
  outline-offset: 1px;
}

.hds-alert__description a:hover {
  color: var(--token-color-foreground-action-hover);
}

.hds-alert__description a:active {
  color: var(--token-color-foreground-action-active);
}

.hds-alert__actions {
  display: flex;
  align-items: center;
}

.hds-alert__actions > * {
  margin-top: 16px;
}

.hds-alert__actions > * + * {
  margin-left: 8px;
}

.hds-alert__dismiss {
  margin-top: 2px;
  margin-left: 16px;
}

.hds-alert--type-compact .hds-alert__dismiss {
  margin-top: 1px;
}

.hds-alert--type-page {
  padding: 16px 48px;
}

.hds-alert--type-inline {
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

.hds-alert--type-compact .hds-alert__icon {
  margin-top: 2px;
  margin-right: 8px;
}

.hds-alert--type-compact .hds-alert__title {
  display: none;
}

.hds-alert--type-compact .hds-alert__title + .hds-alert__description {
  margin-top: 0;
}

.hds-alert--color-neutral.hds-alert--type-page {
  background-color: var(--token-color-surface-faint);
  box-shadow: 0 1px 0 0 var(--token-color-palette-alpha-300);
}

.hds-alert--color-neutral.hds-alert--type-inline {
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-border-strong);
}

.hds-alert--color-neutral .hds-alert__icon {
  color: var(--token-color-foreground-faint);
}

.hds-alert--color-neutral .hds-alert__title {
  color: var(--token-color-foreground-primary);
}

.hds-alert--color-highlight.hds-alert--type-page {
  background-color: var(--token-color-surface-highlight);
  box-shadow: 0 1px 0 0 var(--token-color-border-highlight);
}

.hds-alert--color-highlight.hds-alert--type-inline {
  background-color: var(--token-color-surface-highlight);
  border-color: var(--token-color-border-highlight);
}

.hds-alert--color-highlight .hds-alert__icon,
.hds-alert--color-highlight .hds-alert__title {
  color: var(--token-color-foreground-highlight-on-surface);
}

.hds-alert--color-success.hds-alert--type-page {
  background-color: var(--token-color-surface-success);
  box-shadow: 0 1px 0 0 var(--token-color-border-success);
}

.hds-alert--color-success.hds-alert--type-inline {
  background-color: var(--token-color-surface-success);
  border-color: var(--token-color-border-success);
}

.hds-alert--color-success .hds-alert__icon,
.hds-alert--color-success .hds-alert__title {
  color: var(--token-color-foreground-success-on-surface);
}

.hds-alert--color-warning.hds-alert--type-page {
  background-color: var(--token-color-surface-warning);
  box-shadow: 0 1px 0 0 var(--token-color-border-warning);
}

.hds-alert--color-warning.hds-alert--type-inline {
  background-color: var(--token-color-surface-warning);
  border-color: var(--token-color-border-warning);
}

.hds-alert--color-warning .hds-alert__icon,
.hds-alert--color-warning .hds-alert__title {
  color: var(--token-color-foreground-warning-on-surface);
}

.hds-alert--color-critical.hds-alert--type-page {
  background-color: var(--token-color-surface-critical);
  box-shadow: 0 1px 0 0 var(--token-color-border-critical);
}

.hds-alert--color-critical.hds-alert--type-inline {
  background-color: var(--token-color-surface-critical);
  border-color: var(--token-color-border-critical);
}

.hds-alert--color-critical .hds-alert__icon,
.hds-alert--color-critical .hds-alert__title {
  color: var(--token-color-foreground-critical-on-surface);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-app-frame {
  display: grid;
  grid-template-areas: "header header" "sidebar main" "sidebar footer";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: auto 1fr;
  min-height: 100vh;
}

.hds-app-frame__header {
  z-index: 7;
  grid-area: header;
}

.hds-app-frame__sidebar {
  z-index: 6;
  grid-area: sidebar;
}

.hds-app-frame__main {
  grid-area: main;
}

.hds-app-frame__footer {
  grid-area: footer;
}

.hds-app-frame__modals {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.hds-app-frame__modals:empty {
  display: none;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-application-state {
  width: 19.5rem;
  max-width: 100%;
  margin: 0 auto;
}

.hds-application-state__header {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: start;
  color: var(--token-color-foreground-faint);
}

.hds-application-state__icon {
  margin-right: 8px;
  padding-top: 4px;
}

.hds-application-state__title,
.hds-application-state__error-code {
  grid-column-start: 2;
}

.hds-application-state__body {
  display: flex;
  padding: 12px 0;
  color: var(--token-color-foreground-faint);
}

.hds-application-state__footer {
  display: flex;
  justify-content: space-between;
}

.hds-application-state__footer.hds-application-state__footer--has-divider {
  padding: 12px 0;
  border-top: 1px solid var(--token-color-border-strong);
}

.hds-application-state__footer .hds-link-standalone + .hds-link-standalone {
  margin-left: 8px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
}

.hds-avatar img {
  width: inherit;
  height: inherit;
  border-radius: 2px;
}

.hds-avatar svg {
  display: inline-block;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
}

.hds-badge__icon {
  display: block;
  flex: 0 0 auto;
}

.hds-badge__text {
  flex: 1 0 0;
  font-weight: var(--token-typography-font-weight-medium);
  font-family: var(--token-typography-font-stack-text);
}

.hds-badge--size-small {
  min-height: 1.25rem;
  padding: calc(0.125rem - 1px) calc(0.375rem - 1px);
}

.hds-badge--size-small .hds-badge__icon {
  width: 0.75rem;
  height: 0.75rem;
}

.hds-badge--size-small .hds-badge__text {
  font-size: 0.8125rem;
  line-height: 1.2308;
}

.hds-badge--size-small .hds-badge__icon + .hds-badge__text {
  margin-inline-start: 0.25rem;
}

.hds-badge--size-medium {
  min-height: 1.5rem;
  padding: calc(0.25rem - 1px) calc(0.5rem - 1px);
}

.hds-badge--size-medium .hds-badge__icon {
  width: 1rem;
  height: 1rem;
}

.hds-badge--size-medium .hds-badge__text {
  font-size: 0.8125rem;
  line-height: 1.2308;
}

.hds-badge--size-medium .hds-badge__icon + .hds-badge__text {
  margin-inline-start: 0.25rem;
}

.hds-badge--size-large {
  min-height: 2rem;
  padding: calc(0.25rem - 1px) calc(0.5rem - 1px);
}

.hds-badge--size-large .hds-badge__icon {
  width: 1rem;
  height: 1rem;
}

.hds-badge--size-large .hds-badge__text {
  font-size: 1rem;
  line-height: 1.5;
}

.hds-badge--size-large .hds-badge__icon + .hds-badge__text {
  margin-inline-start: 0.375rem;
}

.hds-badge--color-neutral.hds-badge--type-filled {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-strong);
}

.hds-badge--color-neutral.hds-badge--type-inverted {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-foreground-faint);
}

.hds-badge--color-neutral.hds-badge--type-outlined {
  color: var(--token-color-foreground-primary);
  background-color: transparent;
  border-color: var(--token-color-foreground-faint);
}

.hds-badge--color-neutral-dark-mode.hds-badge--type-filled {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-foreground-faint);
}

.hds-badge--color-neutral-dark-mode.hds-badge--type-inverted {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-faint);
}

.hds-badge--color-neutral-dark-mode.hds-badge--type-outlined {
  color: var(--token-color-foreground-high-contrast);
  background-color: transparent;
  border-color: var(--token-color-palette-neutral-100);
}

.hds-badge--color-highlight.hds-badge--type-filled {
  color: var(--token-color-foreground-highlight-on-surface);
  background-color: var(--token-color-surface-highlight);
}

.hds-badge--color-highlight.hds-badge--type-inverted {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-foreground-highlight);
}

.hds-badge--color-highlight.hds-badge--type-outlined {
  color: var(--token-color-foreground-highlight);
  background-color: transparent;
  border-color: currentColor;
}

.hds-badge--color-success.hds-badge--type-filled {
  color: var(--token-color-foreground-success-on-surface);
  background-color: var(--token-color-surface-success);
}

.hds-badge--color-success.hds-badge--type-inverted {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-foreground-success);
}

.hds-badge--color-success.hds-badge--type-outlined {
  color: var(--token-color-foreground-success);
  background-color: transparent;
  border-color: currentColor;
}

.hds-badge--color-warning.hds-badge--type-filled {
  color: var(--token-color-foreground-warning-on-surface);
  background-color: var(--token-color-surface-warning);
}

.hds-badge--color-warning.hds-badge--type-inverted {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-foreground-warning);
}

.hds-badge--color-warning.hds-badge--type-outlined {
  color: var(--token-color-foreground-warning);
  background-color: transparent;
  border-color: currentColor;
}

.hds-badge--color-critical.hds-badge--type-filled {
  color: var(--token-color-foreground-critical-on-surface);
  background-color: var(--token-color-surface-critical);
}

.hds-badge--color-critical.hds-badge--type-inverted {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-foreground-critical);
}

.hds-badge--color-critical.hds-badge--type-outlined {
  color: var(--token-color-foreground-critical);
  background-color: transparent;
  border-color: currentColor;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-badge-count {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  font-weight: var(--token-typography-font-weight-medium);
  font-family: var(--token-typography-font-stack-text);
  border: 1px solid transparent;
}

.hds-badge-count--size-small {
  min-height: 1.25rem;
  padding: calc(0.125rem - 1px) calc(0.5rem - 1px);
  font-size: 0.8125rem;
  line-height: 1.2308;
  border-radius: 0.625rem;
}

.hds-badge-count--size-medium {
  min-height: 1.5rem;
  padding: calc(0.25rem - 1px) calc(0.75rem - 1px);
  font-size: 0.8125rem;
  line-height: 1.2308;
  border-radius: 0.75rem;
}

.hds-badge-count--size-large {
  min-height: 2rem;
  padding: calc(0.25rem - 1px) calc(0.875rem - 1px);
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.hds-badge-count--color-neutral.hds-badge-count--type-filled {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-strong);
}

.hds-badge-count--color-neutral.hds-badge-count--type-inverted {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-foreground-faint);
}

.hds-badge-count--color-neutral.hds-badge-count--type-outlined {
  color: var(--token-color-foreground-primary);
  background-color: transparent;
  border-color: var(--token-color-foreground-faint);
}

.hds-badge-count--color-neutral-dark-mode.hds-badge-count--type-filled {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-foreground-faint);
}

.hds-badge-count--color-neutral-dark-mode.hds-badge-count--type-inverted {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-faint);
}

.hds-badge-count--color-neutral-dark-mode.hds-badge-count--type-outlined {
  color: var(--token-color-foreground-high-contrast);
  background-color: transparent;
  border-color: var(--token-color-palette-neutral-100);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-breadcrumb {
  position: relative;
}

.hds-breadcrumb__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hds-breadcrumb--items-can-wrap .hds-breadcrumb__list {
  flex-wrap: wrap;
}

.hds-breadcrumb__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hds-breadcrumb__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
}

.hds-breadcrumb__list > .hds-breadcrumb__item:not(:last-child)::after {
  padding: 0 8px;
  color: var(--token-color-palette-neutral-300);
  content: "/";
}

.hds-breadcrumb__sublist > .hds-breadcrumb__item + .hds-breadcrumb__item {
  margin-top: 4px;
}

.hds-breadcrumb__item--is-truncation {
  flex: none;
}

.hds-breadcrumb__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
  margin: 0 -4px;
  padding: 0 4px;
  color: var(--token-color-foreground-faint);
  border-radius: 5px;
  text-decoration-color: transparent;
  outline-style: solid;
  outline-color: transparent;
}

.hds-breadcrumb__link:hover, .hds-breadcrumb__link.mock-hover {
  color: var(--token-color-palette-neutral-600);
}

.hds-breadcrumb__link:hover > .hds-breadcrumb__text, .hds-breadcrumb__link.mock-hover > .hds-breadcrumb__text {
  text-decoration-color: currentColor;
}

.hds-breadcrumb__link:focus, .hds-breadcrumb__link.mock-focus {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-breadcrumb__link:focus:not(:focus-visible) {
  box-shadow: none;
}

.hds-breadcrumb__link:focus-visible {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-breadcrumb__link:focus:active, .hds-breadcrumb__link.mock-focus.mock-active {
  box-shadow: none;
}

.hds-breadcrumb__link:active, .hds-breadcrumb__link.mock-active {
  color: var(--token-color-foreground-secondary);
}

.hds-breadcrumb__link:active > .hds-breadcrumb__text, .hds-breadcrumb__link.mock-active > .hds-breadcrumb__text {
  text-decoration-color: currentColor;
}

.hds-breadcrumb__current {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
  margin: 0 -4px;
  padding: 0 4px;
  color: var(--token-color-foreground-strong);
}

.hds-breadcrumb__icon {
  flex: none;
  width: 13px;
  height: 13px;
  margin-right: 6px;
}

.hds-breadcrumb__text {
  padding: calc((28px - 1rem) / 2) 0;
  overflow: hidden;
  font-size: 0.8125rem;
  font-family: var(--token-typography-font-stack-text);
  line-height: 1rem;
  white-space: nowrap;
  text-decoration: underline;
  text-overflow: ellipsis;
  text-decoration-color: transparent;
}

.hds-breadcrumb__sublist .hds-breadcrumb__text {
  white-space: normal;
}

.hds-breadcrumb__truncation-toggle {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 -4px;
  padding: 0;
  color: var(--token-color-foreground-faint);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  outline-style: solid;
  outline-color: transparent;
}

.hds-breadcrumb__truncation-toggle:hover, .hds-breadcrumb__truncation-toggle.mock-hover {
  color: var(--token-color-foreground-faint);
  border-color: var(--token-color-border-strong);
}

.hds-breadcrumb__truncation-toggle:focus, .hds-breadcrumb__truncation-toggle.mock-focus {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-breadcrumb__truncation-toggle:focus:not(:focus-visible) {
  box-shadow: none;
}

.hds-breadcrumb__truncation-toggle:focus-visible {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-breadcrumb__truncation-toggle:focus:active, .hds-breadcrumb__truncation-toggle.mock-focus.mock-active {
  box-shadow: none;
}

.hds-breadcrumb__truncation-toggle:focus, .hds-breadcrumb__truncation-toggle.mock-focus {
  background-color: transparent;
  border: none;
}

.hds-breadcrumb__truncation-toggle:active, .hds-breadcrumb__truncation-toggle.mock-active {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-interactive-active);
  border-color: var(--token-color-border-strong);
}

.hds-breadcrumb__truncation-content {
  position: absolute;
  top: 100%;
  left: -4px;
  z-index: 300;
  width: max-content;
  max-width: 200px;
  margin-top: 4px;
  padding: 6px 12px;
  background-color: var(--token-color-surface-primary);
  border-radius: 6px;
  box-shadow: var(--token-surface-high-box-shadow);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-family: var(--token-typography-font-stack-text);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

a.hds-button {
  width: fit-content;
}

a.hds-button:hover, a.hds-button:focus, a.hds-button:active, a.hds-button.mock-hover, a.hds-button.mock-focus, a.hds-button.mock-active {
  text-decoration: underline;
}

.hds-button:disabled, .hds-button[disabled], .hds-button.mock-disabled, .hds-button:disabled:focus, .hds-button[disabled]:focus, .hds-button.mock-disabled:focus, .hds-button:disabled:hover, .hds-button[disabled]:hover, .hds-button.mock-disabled:hover {
  color: var(--token-color-foreground-disabled);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-border-primary);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-button:disabled::before, .hds-button[disabled]::before, .hds-button.mock-disabled::before, .hds-button:disabled:focus::before, .hds-button[disabled]:focus::before, .hds-button.mock-disabled:focus::before, .hds-button:disabled:hover::before, .hds-button[disabled]:hover::before, .hds-button.mock-disabled:hover::before {
  border-color: transparent;
}

.hds-button.hds-button--width-full {
  width: 100%;
  max-width: 100%;
}

.hds-button.hds-button--width-full .hds-button__text {
  flex: 0 0 auto;
}

.hds-button:focus, .hds-button.mock-focus {
  box-shadow: none;
}

.hds-button:focus::before, .hds-button.mock-focus::before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: -1;
  border: 3px solid transparent;
  border-radius: 8px;
  content: "";
}

.hds-button__text {
  flex: 1 0 0;
}

.hds-button__icon + .hds-button__text {
  margin-left: 0.375rem;
}

.hds-button__text + .hds-button__icon {
  margin-left: 0.375rem;
}

.hds-button--size-small {
  min-height: 1.75rem;
  padding: 0.375rem 0.6875rem;
}

.hds-button--size-small .hds-button__icon {
  width: 0.75rem;
  height: 0.75rem;
}

.hds-button--size-small .hds-button__text {
  font-size: 0.8125rem;
  line-height: 0.875rem;
}

.hds-button--size-medium {
  min-height: 2.25rem;
  padding: 0.5625rem 0.9375rem;
}

.hds-button--size-medium .hds-button__icon {
  width: 1rem;
  height: 1rem;
}

.hds-button--size-medium .hds-button__text {
  font-size: 0.875rem;
  line-height: 1rem;
}

.hds-button--size-large {
  min-height: 3rem;
  padding: 0.6875rem 1.1875rem;
}

.hds-button--size-large .hds-button__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hds-button--size-large .hds-button__text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.hds-button--color-primary {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-blue-200);
  border-color: var(--token-color-palette-blue-300);
  box-shadow: var(--token-elevation-low-box-shadow);
}

.hds-button--color-primary:hover, .hds-button--color-primary.mock-hover {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-blue-300);
  border-color: var(--token-color-palette-blue-400);
  cursor: pointer;
}

.hds-button--color-primary:focus, .hds-button--color-primary.mock-focus {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-blue-200);
  border-color: var(--token-color-focus-action-internal);
}

.hds-button--color-primary:focus::before, .hds-button--color-primary.mock-focus::before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-color: var(--token-color-focus-action-external);
  border-radius: 10px;
}

.hds-button--color-primary:active, .hds-button--color-primary.mock-active {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-blue-400);
  border-color: var(--token-color-palette-blue-400);
  box-shadow: none;
}

.hds-button--color-primary:active::before, .hds-button--color-primary.mock-active::before {
  border-color: transparent;
}

.hds-button--color-secondary {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-border-strong);
  box-shadow: var(--token-elevation-low-box-shadow);
}

.hds-button--color-secondary:hover, .hds-button--color-secondary.mock-hover {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-primary);
  border-color: var(--token-color-border-strong);
  cursor: pointer;
}

.hds-button--color-secondary:focus, .hds-button--color-secondary.mock-focus {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-focus-action-internal);
}

.hds-button--color-secondary:focus::before, .hds-button--color-secondary.mock-focus::before {
  border-color: var(--token-color-focus-action-external);
}

.hds-button--color-secondary:active, .hds-button--color-secondary.mock-active {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-interactive-active);
  border-color: var(--token-color-border-strong);
  box-shadow: none;
}

.hds-button--color-secondary:active::before, .hds-button--color-secondary.mock-active::before {
  border-color: transparent;
}

.hds-button--color-tertiary {
  color: var(--token-color-foreground-action);
  background-color: transparent;
  border-color: transparent;
}

.hds-button--color-tertiary:hover, .hds-button--color-tertiary.mock-hover {
  color: var(--token-color-foreground-action-hover);
  background-color: var(--token-color-surface-primary);
  border-color: var(--token-color-border-strong);
  cursor: pointer;
}

.hds-button--color-tertiary:focus, .hds-button--color-tertiary.mock-focus {
  color: var(--token-color-foreground-action);
  border-color: var(--token-color-focus-action-internal);
}

.hds-button--color-tertiary:focus::before, .hds-button--color-tertiary.mock-focus::before {
  border-color: var(--token-color-focus-action-external);
}

.hds-button--color-tertiary:active, .hds-button--color-tertiary.mock-active {
  color: var(--token-color-foreground-action-active);
  background-color: var(--token-color-surface-interactive-active);
  border-color: var(--token-color-border-strong);
  box-shadow: none;
}

.hds-button--color-tertiary:active::before, .hds-button--color-tertiary.mock-active::before {
  border-color: transparent;
}

.hds-button--color-tertiary:disabled, .hds-button--color-tertiary[disabled], .hds-button--color-tertiary.mock-disabled, .hds-button--color-tertiary:disabled:focus, .hds-button--color-tertiary[disabled]:focus, .hds-button--color-tertiary.mock-disabled:focus, .hds-button--color-tertiary:disabled:hover, .hds-button--color-tertiary[disabled]:hover, .hds-button--color-tertiary.mock-disabled:hover {
  background-color: transparent;
  border-color: transparent;
}

.hds-button--color-tertiary:disabled::before, .hds-button--color-tertiary[disabled]::before, .hds-button--color-tertiary.mock-disabled::before, .hds-button--color-tertiary:disabled:focus::before, .hds-button--color-tertiary[disabled]:focus::before, .hds-button--color-tertiary.mock-disabled:focus::before, .hds-button--color-tertiary:disabled:hover::before, .hds-button--color-tertiary[disabled]:hover::before, .hds-button--color-tertiary.mock-disabled:hover::before {
  border-color: transparent;
}

.hds-button--color-critical {
  color: var(--token-color-foreground-critical-on-surface);
  background-color: var(--token-color-surface-critical);
  border-color: var(--token-color-foreground-critical-on-surface);
  box-shadow: var(--token-elevation-low-box-shadow);
}

.hds-button--color-critical:hover, .hds-button--color-critical.mock-hover {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-red-300);
  border-color: var(--token-color-palette-red-400);
  cursor: pointer;
}

.hds-button--color-critical:focus, .hds-button--color-critical.mock-focus {
  color: var(--token-color-foreground-critical-on-surface);
  background-color: var(--token-color-surface-critical);
  border-color: var(--token-color-focus-critical-internal);
}

.hds-button--color-critical:focus::before, .hds-button--color-critical.mock-focus::before {
  border-color: var(--token-color-focus-critical-external);
}

.hds-button--color-critical:active, .hds-button--color-critical.mock-active {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-red-400);
  border-color: var(--token-color-palette-red-400);
  box-shadow: none;
}

.hds-button--color-critical:active::before, .hds-button--color-critical.mock-active::before {
  border-color: transparent;
}

button.hds-button[href] {
  color: white !important;
  background-color: red !important;
  border: none;
}

button.hds-button[href] .hds-button__text, button.hds-button[href]::before {
  display: none;
}

button.hds-button[href]::after {
  content: ' Attention: you’re passing a "href" attribute to the "Hds::Button" component, you should use an "@href" argument.';
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-button-set {
  display: flex;
}

.hds-button-set > * + * {
  margin-left: 16px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-card__container {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}

.hds-card__container--level-surface-base {
  box-shadow: var(--token-surface-base-box-shadow);
}

.hds-card__container--level-surface-mid {
  box-shadow: var(--token-surface-mid-box-shadow);
}

.hds-card__container--level-surface-high {
  box-shadow: var(--token-surface-high-box-shadow);
}

.hds-card__container--hover-level-surface-base:hover,
.hds-card__container--hover-level-surface-base.mock-hover {
  box-shadow: var(--token-surface-base-box-shadow);
}

.hds-card__container--hover-level-surface-mid:hover,
.hds-card__container--hover-level-surface-mid.mock-hover {
  box-shadow: var(--token-surface-mid-box-shadow);
}

.hds-card__container--hover-level-surface-high:hover,
.hds-card__container--hover-level-surface-high.mock-hover {
  box-shadow: var(--token-surface-high-box-shadow);
}

.hds-card__container--active-level-surface-base:active,
.hds-card__container--active-level-surface-base.mock-active {
  box-shadow: var(--token-surface-base-box-shadow);
}

.hds-card__container--active-level-surface-mid:active,
.hds-card__container--active-level-surface-mid.mock-active {
  box-shadow: var(--token-surface-mid-box-shadow);
}

.hds-card__container--active-level-surface-high:active,
.hds-card__container--active-level-surface-high.mock-active {
  box-shadow: var(--token-surface-high-box-shadow);
}

.hds-card__container--level-elevation-base {
  box-shadow: var(--token-elevation-base-box-shadow);
}

.hds-card__container--level-elevation-mid {
  box-shadow: var(--token-elevation-mid-box-shadow);
}

.hds-card__container--level-elevation-high {
  box-shadow: var(--token-elevation-high-box-shadow);
}

.hds-card__container--hover-level-elevation-base:hover,
.hds-card__container--hover-level-elevation-base.mock-hover {
  box-shadow: var(--token-elevation-base-box-shadow);
}

.hds-card__container--hover-level-elevation-mid:hover,
.hds-card__container--hover-level-elevation-mid.mock-hover {
  box-shadow: var(--token-elevation-mid-box-shadow);
}

.hds-card__container--hover-level-elevation-high:hover,
.hds-card__container--hover-level-elevation-high.mock-hover {
  box-shadow: var(--token-elevation-high-box-shadow);
}

.hds-card__container--active-level-elevation-base:active,
.hds-card__container--active-level-elevation-base.mock-active {
  box-shadow: var(--token-elevation-base-box-shadow);
}

.hds-card__container--active-level-elevation-mid:active,
.hds-card__container--active-level-elevation-mid.mock-active {
  box-shadow: var(--token-elevation-mid-box-shadow);
}

.hds-card__container--active-level-elevation-high:active,
.hds-card__container--active-level-elevation-high.mock-active {
  box-shadow: var(--token-elevation-high-box-shadow);
}

.hds-card__container--background-neutral-primary {
  background-color: var(--token-color-surface-primary);
}

.hds-card__container--background-neutral-secondary {
  background-color: var(--token-color-surface-faint);
}

.hds-card__container--overflow-hidden {
  overflow: hidden;
}

.hds-card__container--overflow-visible {
  overflow: visible;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-disclosure-primitive {
  position: relative;
  width: fit-content;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-dismiss-button {
  flex: none;
  padding: 0;
  color: var(--token-color-foreground-faint);
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-dismiss-button:hover::before, .hds-dismiss-button.mock-hover::before {
  background-color: rgba(222, 223, 227, 0.4);
}

.hds-dismiss-button::before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-dismiss-button:focus::before, .hds-dismiss-button.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-dismiss-button:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-dismiss-button:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-dismiss-button:focus:active::before, .hds-dismiss-button.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-dismiss-button:active, .hds-dismiss-button.mock-active {
  color: var(--token-color-foreground-secondary);
}

.hds-dismiss-button:active::before, .hds-dismiss-button.mock-active::before {
  background-color: rgba(222, 223, 227, 0.4);
  border: 1px solid var(--token-color-border-strong);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-dropdown--is-inline {
  display: inline-block;
}

.hds-dropdown--is-inline .hds-dropdown-toggle-icon,
.hds-dropdown--is-inline .hds-dropdown-toggle-button {
  display: inline-flex;
}

.hds-dropdown-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  background-color: var(--token-color-surface-faint);
  border: 1px solid var(--token-color-border-strong);
  border-radius: 5px;
  outline-style: solid;
  outline-color: transparent;
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-dropdown-toggle-icon:hover, .hds-dropdown-toggle-icon.mock-hover {
  background-color: var(--token-color-surface-interactive);
  cursor: pointer;
}

.hds-dropdown-toggle-icon::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-dropdown-toggle-icon:focus::before, .hds-dropdown-toggle-icon.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-dropdown-toggle-icon:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-dropdown-toggle-icon:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-dropdown-toggle-icon:focus:active::before, .hds-dropdown-toggle-icon.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-dropdown-toggle-icon:active, .hds-dropdown-toggle-icon.mock-active {
  background-color: var(--token-color-surface-interactive-active);
  border-color: var(--token-color-border-strong);
}

.hds-dropdown-toggle-icon:disabled, .hds-dropdown-toggle-icon.mock-disabled {
  color: var(--token-color-foreground-disabled);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-border-primary);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-dropdown-toggle-icon:disabled::before, .hds-dropdown-toggle-icon.mock-disabled::before {
  border-color: transparent;
}

.hds-dropdown-toggle-icon .hds-dropdown-toggle-chevron {
  padding-left: 4px;
}

.hds-dropdown-toggle-icon__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.hds-dropdown-toggle-icon__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.hds-dropdown-toggle-icon--size-small .hds-dropdown-toggle-icon__wrapper {
  width: 20px;
  height: 20px;
}

.hds-dropdown-toggle-icon--size-medium .hds-dropdown-toggle-icon__wrapper {
  width: 32px;
  height: 32px;
}

.hds-dropdown-toggle-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-family: var(--token-typography-font-stack-text);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-dropdown-toggle-button:focus, .hds-dropdown-toggle-button.mock-focus {
  box-shadow: none;
}

.hds-dropdown-toggle-button:focus::before, .hds-dropdown-toggle-button.mock-focus::before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: -1;
  border: 3px solid transparent;
  border-radius: 8px;
  content: "";
}

.hds-dropdown-toggle-button:disabled, .hds-dropdown-toggle-button.mock-disabled, .hds-dropdown-toggle-button:disabled:focus, .hds-dropdown-toggle-button.mock-disabled:focus, .hds-dropdown-toggle-button:disabled:hover, .hds-dropdown-toggle-button.mock-disabled:hover {
  color: var(--token-color-foreground-disabled);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-border-primary);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-dropdown-toggle-button:disabled::before, .hds-dropdown-toggle-button.mock-disabled::before, .hds-dropdown-toggle-button:disabled:focus::before, .hds-dropdown-toggle-button.mock-disabled:focus::before, .hds-dropdown-toggle-button:disabled:hover::before, .hds-dropdown-toggle-button.mock-disabled:hover::before {
  border-color: transparent;
}

.hds-dropdown-toggle-button:disabled .hds-dropdown-toggle-button__badge,
.hds-dropdown-toggle-button:disabled .hds-dropdown-toggle-button__count, .hds-dropdown-toggle-button.mock-disabled .hds-dropdown-toggle-button__badge,
.hds-dropdown-toggle-button.mock-disabled .hds-dropdown-toggle-button__count, .hds-dropdown-toggle-button:disabled:focus .hds-dropdown-toggle-button__badge,
.hds-dropdown-toggle-button:disabled:focus .hds-dropdown-toggle-button__count, .hds-dropdown-toggle-button.mock-disabled:focus .hds-dropdown-toggle-button__badge,
.hds-dropdown-toggle-button.mock-disabled:focus .hds-dropdown-toggle-button__count, .hds-dropdown-toggle-button:disabled:hover .hds-dropdown-toggle-button__badge,
.hds-dropdown-toggle-button:disabled:hover .hds-dropdown-toggle-button__count, .hds-dropdown-toggle-button.mock-disabled:hover .hds-dropdown-toggle-button__badge,
.hds-dropdown-toggle-button.mock-disabled:hover .hds-dropdown-toggle-button__count {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-strong);
}

.hds-dropdown-toggle-button--size-small {
  min-height: 1.75rem;
  padding: 0.375rem 0.6875rem;
}

.hds-dropdown-toggle-button--size-small .hds-dropdown-toggle-button__icon {
  width: 0.75rem;
  height: 0.75rem;
}

.hds-dropdown-toggle-button--size-small .hds-dropdown-toggle-button__text {
  font-size: 0.8125rem;
  line-height: 0.875rem;
}

.hds-dropdown-toggle-button--size-medium {
  min-height: 2.25rem;
  padding: 0.5625rem 0.9375rem;
}

.hds-dropdown-toggle-button--size-medium .hds-dropdown-toggle-button__icon {
  width: 1rem;
  height: 1rem;
}

.hds-dropdown-toggle-button--size-medium .hds-dropdown-toggle-button__text {
  font-size: 0.875rem;
  line-height: 1rem;
}

.hds-dropdown-toggle-button--size-large {
  min-height: 3rem;
  padding: 0.6875rem 1.1875rem;
}

.hds-dropdown-toggle-button--size-large .hds-dropdown-toggle-button__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hds-dropdown-toggle-button--size-large .hds-dropdown-toggle-button__text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.hds-dropdown-toggle-button--size-small {
  padding-right: 0.375rem;
}

.hds-dropdown-toggle-button--size-medium {
  padding-right: 0.5625rem;
}

.hds-dropdown-toggle-button--color-primary {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-blue-200);
  border-color: var(--token-color-palette-blue-300);
  box-shadow: var(--token-elevation-low-box-shadow);
}

.hds-dropdown-toggle-button--color-primary:hover, .hds-dropdown-toggle-button--color-primary.mock-hover {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-blue-300);
  border-color: var(--token-color-palette-blue-400);
  cursor: pointer;
}

.hds-dropdown-toggle-button--color-primary:focus, .hds-dropdown-toggle-button--color-primary.mock-focus {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-blue-200);
  border-color: var(--token-color-focus-action-internal);
}

.hds-dropdown-toggle-button--color-primary:focus::before, .hds-dropdown-toggle-button--color-primary.mock-focus::before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-color: var(--token-color-focus-action-external);
  border-radius: 10px;
}

.hds-dropdown-toggle-button--color-primary:active, .hds-dropdown-toggle-button--color-primary.mock-active {
  color: var(--token-color-foreground-high-contrast);
  background-color: var(--token-color-palette-blue-400);
  border-color: var(--token-color-palette-blue-400);
  box-shadow: none;
}

.hds-dropdown-toggle-button--color-primary:active::before, .hds-dropdown-toggle-button--color-primary.mock-active::before {
  border-color: transparent;
}

.hds-dropdown-toggle-button--color-secondary {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-border-strong);
  box-shadow: var(--token-elevation-low-box-shadow);
}

.hds-dropdown-toggle-button--color-secondary:hover, .hds-dropdown-toggle-button--color-secondary.mock-hover {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-primary);
  border-color: var(--token-color-border-strong);
  cursor: pointer;
}

.hds-dropdown-toggle-button--color-secondary:focus, .hds-dropdown-toggle-button--color-secondary.mock-focus {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-focus-action-internal);
}

.hds-dropdown-toggle-button--color-secondary:focus::before, .hds-dropdown-toggle-button--color-secondary.mock-focus::before {
  border-color: var(--token-color-focus-action-external);
}

.hds-dropdown-toggle-button--color-secondary:active, .hds-dropdown-toggle-button--color-secondary.mock-active {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-interactive-active);
  border-color: var(--token-color-border-strong);
  box-shadow: none;
}

.hds-dropdown-toggle-button--color-secondary:active::before, .hds-dropdown-toggle-button--color-secondary.mock-active::before {
  border-color: transparent;
}

.hds-dropdown-toggle-button--width-full {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.hds-dropdown-toggle-button__text {
  text-align: left;
}

.hds-dropdown-toggle-button__icon {
  flex: none;
  margin-right: 0.375rem;
}

.hds-dropdown-toggle-button__badge,
.hds-dropdown-toggle-button__count {
  margin: -3px 0 -3px 6px;
}

.hds-dropdown-toggle-chevron {
  margin-left: auto;
  padding-left: 8px;
}

@media (prefers-reduced-motion: no-preference) {
  .hds-dropdown-toggle-chevron .flight-icon-chevron-down {
    transition: transform 0.3s;
  }
}
.hds-dropdown-toggle-icon--is-open .hds-dropdown-toggle-chevron .flight-icon-chevron-down, .hds-dropdown-toggle-button--is-open .hds-dropdown-toggle-chevron .flight-icon-chevron-down {
  transform: rotate(-180deg);
}

.hds-dropdown__content {
  display: flex;
  flex-direction: column;
  width: max-content;
  min-width: 200px;
  max-width: 400px;
  background-color: var(--token-color-surface-primary);
  border-radius: 6px;
  box-shadow: var(--token-surface-high-box-shadow);
}

.hds-dropdown__content--fixed-width {
  min-width: initial;
  max-width: initial;
}

.hds-dropdown__content--position-bottom-right,
.hds-dropdown__content--position-right {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 2;
}

.hds-dropdown__content--position-bottom-left,
.hds-dropdown__content--position-left {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 2;
}

.hds-dropdown__content--position-top-right {
  position: absolute;
  right: 0;
  bottom: calc(100% + 4px);
  z-index: 2;
}

.hds-dropdown__content--position-top-left {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 0;
  z-index: 2;
}

.hds-dropdown__list {
  flex: 1 1 auto;
  margin: 0;
  padding: 4px 0;
  overflow-y: auto;
  list-style: none;
  overscroll-behavior: contain;
}

.hds-dropdown__header,
.hds-dropdown__footer {
  position: relative;
  flex: none;
  padding: 0 8px;
}

.hds-dropdown__header > .hds-link-standalone,
.hds-dropdown__footer > .hds-link-standalone {
  width: initial;
  margin: 4px 0;
  padding: 7px 8px;
}

.hds-dropdown__header > .hds-link-standalone::before,
.hds-dropdown__footer > .hds-link-standalone::before {
  top: 0;
  bottom: 0;
}

.hds-dropdown__header > .hds-button,
.hds-dropdown__header > .hds-form-text-input,
.hds-dropdown__footer > .hds-button,
.hds-dropdown__footer > .hds-form-text-input {
  margin: 8px 0;
}

.hds-dropdown__header > .hds-button-set,
.hds-dropdown__footer > .hds-button-set {
  margin: 8px 0;
}

.hds-dropdown__header > .hds-button-set > * + *,
.hds-dropdown__footer > .hds-button-set > * + * {
  margin-left: 8px;
}

.hds-dropdown__header--with-divider {
  border-bottom: 1px solid var(--token-color-border-primary);
}

.hds-dropdown__footer--with-divider {
  border-top: 1px solid var(--token-color-border-primary);
}

.hds-dropdown-list-item__copy-item-title {
  padding: 2px 0 4px;
  color: var(--token-color-foreground-faint);
}

.hds-dropdown-list-item--variant-copy-item {
  width: 100%;
  padding: 10px 16px 12px;
}

.hds-dropdown-list-item--variant-copy-item button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 8px;
  color: var(--token-color-foreground-primary);
  background-color: transparent;
  border: 1px solid var(--token-color-border-primary);
  border-radius: 5px;
  outline-style: solid;
  outline-color: transparent;
}

.hds-dropdown-list-item--variant-copy-item button:hover, .hds-dropdown-list-item--variant-copy-item button.mock-hover {
  background-color: var(--token-color-surface-interactive-hover);
  cursor: pointer;
}

.hds-dropdown-list-item--variant-copy-item button:focus, .hds-dropdown-list-item--variant-copy-item button.mock-focus {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-dropdown-list-item--variant-copy-item button:focus:not(:focus-visible) {
  box-shadow: none;
}

.hds-dropdown-list-item--variant-copy-item button:focus-visible {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-dropdown-list-item--variant-copy-item button:focus:active, .hds-dropdown-list-item--variant-copy-item button.mock-focus.mock-active {
  box-shadow: none;
}

.hds-dropdown-list-item--variant-copy-item button:focus, .hds-dropdown-list-item--variant-copy-item button.mock-focus {
  background-color: var(--token-color-surface-action);
  border-color: var(--token-color-focus-action-internal);
}

.hds-dropdown-list-item--variant-copy-item button:active, .hds-dropdown-list-item--variant-copy-item button.mock-active {
  background-color: var(--token-color-surface-interactive-active);
}

.hds-dropdown-list-item--variant-copy-item button.is-success {
  background-color: var(--token-color-surface-success);
  border-color: var(--token-color-border-success);
}

.hds-dropdown-list-item--variant-copy-item button.is-success .hds-dropdown-list-item__copy-item-icon {
  color: var(--token-color-foreground-success);
}

.hds-dropdown-list-item__copy-item-text {
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}

.hds-dropdown-list-item__copy-item-icon {
  flex: none;
  margin-left: 8px;
  color: var(--token-color-foreground-action);
}

.hds-dropdown-list-item--variant-description {
  padding: 2px 16px 4px;
  color: var(--token-color-foreground-faint);
}

.hds-dropdown-list-item--variant-generic {
  padding-right: 16px;
  padding-left: 16px;
}

.hds-dropdown-list-item--variant-interactive,
.hds-dropdown-list-item--variant-checkmark {
  position: relative;
  min-height: 36px;
  isolation: isolate;
}

.hds-dropdown-list-item--variant-interactive button,
.hds-dropdown-list-item--variant-checkmark button {
  width: 100%;
  background-color: transparent;
}

.hds-dropdown-list-item--variant-interactive button:hover,
.hds-dropdown-list-item--variant-checkmark button:hover {
  cursor: pointer;
}

.hds-dropdown-list-item--variant-interactive a,
.hds-dropdown-list-item--variant-interactive button,
.hds-dropdown-list-item--variant-checkmark a,
.hds-dropdown-list-item--variant-checkmark button {
  display: flex;
  align-items: flex-start;
  padding: 7px 9px 7px 15px;
  text-decoration: none;
  border: 1px solid transparent;
  outline-style: solid;
  outline-color: transparent;
}

.hds-dropdown-list-item--variant-interactive a::before,
.hds-dropdown-list-item--variant-interactive button::before,
.hds-dropdown-list-item--variant-checkmark a::before,
.hds-dropdown-list-item--variant-checkmark button::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 4px;
  z-index: -1;
  width: 2px;
  border-radius: 1px;
  content: "";
}

.hds-dropdown-list-item--variant-interactive a::after,
.hds-dropdown-list-item--variant-interactive button::after,
.hds-dropdown-list-item--variant-checkmark a::after,
.hds-dropdown-list-item--variant-checkmark button::after {
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  left: 10px;
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-dropdown-list-item--variant-interactive a:hover, .hds-dropdown-list-item--variant-interactive a.mock-hover,
.hds-dropdown-list-item--variant-interactive button:hover,
.hds-dropdown-list-item--variant-interactive button.mock-hover,
.hds-dropdown-list-item--variant-checkmark a:hover,
.hds-dropdown-list-item--variant-checkmark a.mock-hover,
.hds-dropdown-list-item--variant-checkmark button:hover,
.hds-dropdown-list-item--variant-checkmark button.mock-hover {
  color: var(--current-color-hover);
}

.hds-dropdown-list-item--variant-interactive a:hover::before, .hds-dropdown-list-item--variant-interactive a.mock-hover::before,
.hds-dropdown-list-item--variant-interactive button:hover::before,
.hds-dropdown-list-item--variant-interactive button.mock-hover::before,
.hds-dropdown-list-item--variant-checkmark a:hover::before,
.hds-dropdown-list-item--variant-checkmark a.mock-hover::before,
.hds-dropdown-list-item--variant-checkmark button:hover::before,
.hds-dropdown-list-item--variant-checkmark button.mock-hover::before {
  background-color: currentColor;
}

.hds-dropdown-list-item--variant-interactive a:focus, .hds-dropdown-list-item--variant-interactive a.mock-focus,
.hds-dropdown-list-item--variant-interactive button:focus,
.hds-dropdown-list-item--variant-interactive button.mock-focus,
.hds-dropdown-list-item--variant-checkmark a:focus,
.hds-dropdown-list-item--variant-checkmark a.mock-focus,
.hds-dropdown-list-item--variant-checkmark button:focus,
.hds-dropdown-list-item--variant-checkmark button.mock-focus {
  color: var(--current-color-focus);
}

.hds-dropdown-list-item--variant-interactive a:focus::after, .hds-dropdown-list-item--variant-interactive a.mock-focus::after,
.hds-dropdown-list-item--variant-interactive button:focus::after,
.hds-dropdown-list-item--variant-interactive button.mock-focus::after,
.hds-dropdown-list-item--variant-checkmark a:focus::after,
.hds-dropdown-list-item--variant-checkmark a.mock-focus::after,
.hds-dropdown-list-item--variant-checkmark button:focus::after,
.hds-dropdown-list-item--variant-checkmark button.mock-focus::after {
  left: 4px;
  box-shadow: var(--current-focus-ring-box-shadow);
}

.hds-dropdown-list-item--variant-interactive a:focus:not(:focus-visible)::after,
.hds-dropdown-list-item--variant-interactive button:focus:not(:focus-visible)::after,
.hds-dropdown-list-item--variant-checkmark a:focus:not(:focus-visible)::after,
.hds-dropdown-list-item--variant-checkmark button:focus:not(:focus-visible)::after {
  background-color: transparent;
  box-shadow: none;
}

.hds-dropdown-list-item--variant-interactive a:focus-visible,
.hds-dropdown-list-item--variant-interactive button:focus-visible,
.hds-dropdown-list-item--variant-checkmark a:focus-visible,
.hds-dropdown-list-item--variant-checkmark button:focus-visible {
  color: var(--current-color-focus);
}

.hds-dropdown-list-item--variant-interactive a:focus-visible::after,
.hds-dropdown-list-item--variant-interactive button:focus-visible::after,
.hds-dropdown-list-item--variant-checkmark a:focus-visible::after,
.hds-dropdown-list-item--variant-checkmark button:focus-visible::after {
  left: 4px;
  box-shadow: var(--current-focus-ring-box-shadow);
}

.hds-dropdown-list-item--variant-interactive a:focus:active::after, .hds-dropdown-list-item--variant-interactive a:focus-visible:active::after, .hds-dropdown-list-item--variant-interactive a.mock-focus.mock-active::after,
.hds-dropdown-list-item--variant-interactive button:focus:active::after,
.hds-dropdown-list-item--variant-interactive button:focus-visible:active::after,
.hds-dropdown-list-item--variant-interactive button.mock-focus.mock-active::after,
.hds-dropdown-list-item--variant-checkmark a:focus:active::after,
.hds-dropdown-list-item--variant-checkmark a:focus-visible:active::after,
.hds-dropdown-list-item--variant-checkmark a.mock-focus.mock-active::after,
.hds-dropdown-list-item--variant-checkmark button:focus:active::after,
.hds-dropdown-list-item--variant-checkmark button:focus-visible:active::after,
.hds-dropdown-list-item--variant-checkmark button.mock-focus.mock-active::after {
  left: 10px;
  background-color: var(--current-background-color);
  box-shadow: none;
}

.hds-dropdown-list-item--variant-interactive a:active, .hds-dropdown-list-item--variant-interactive a.mock-active,
.hds-dropdown-list-item--variant-interactive button:active,
.hds-dropdown-list-item--variant-interactive button.mock-active,
.hds-dropdown-list-item--variant-checkmark a:active,
.hds-dropdown-list-item--variant-checkmark a.mock-active,
.hds-dropdown-list-item--variant-checkmark button:active,
.hds-dropdown-list-item--variant-checkmark button.mock-active {
  color: var(--current-color-active);
}

.hds-dropdown-list-item--variant-interactive a:active::before, .hds-dropdown-list-item--variant-interactive a.mock-active::before,
.hds-dropdown-list-item--variant-interactive button:active::before,
.hds-dropdown-list-item--variant-interactive button.mock-active::before,
.hds-dropdown-list-item--variant-checkmark a:active::before,
.hds-dropdown-list-item--variant-checkmark a.mock-active::before,
.hds-dropdown-list-item--variant-checkmark button:active::before,
.hds-dropdown-list-item--variant-checkmark button.mock-active::before {
  background-color: currentColor;
}

.hds-dropdown-list-item__interactive-icon {
  margin-top: 2px;
  margin-right: 8px;
}

.hds-dropdown-list-item__interactive-text {
  flex: 1;
  text-align: left;
}

.hds-dropdown-list-item--color-action a,
.hds-dropdown-list-item--color-action button {
  color: var(--token-color-foreground-primary);
  --current-color-hover: var(--token-color-foreground-action-hover);
  --current-color-focus: var(--token-color-foreground-action-active);
  --current-color-active: var(--token-color-foreground-action-active);
}

.hds-dropdown-list-item--color-action a::after,
.hds-dropdown-list-item--color-action button::after {
  --current-focus-ring-box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-dropdown-list-item--color-critical a,
.hds-dropdown-list-item--color-critical button {
  color: var(--token-color-foreground-critical);
  --current-color-hover: var(--token-color-palette-red-300);
  --current-color-focus: var(--token-color-palette-red-400);
  --current-color-active: var(--token-color-palette-red-400);
}

.hds-dropdown-list-item--color-critical a::after,
.hds-dropdown-list-item--color-critical button::after {
  --current-background-color: var(--token-color-surface-critical);
  --current-focus-ring-box-shadow: var(--token-focus-ring-critical-box-shadow);
}

.hds-dropdown-list-item__interactive-loading-wrapper {
  display: flex;
  align-items: center;
  padding: 8px 10px 8px 16px;
}

.hds-dropdown-list-item__interactive-loading-wrapper .hds-dropdown-list-item__interactive-text {
  color: var(--token-color-foreground-faint);
}

.hds-dropdown-list-item__interactive-loading-wrapper .hds-dropdown-list-item__interactive-icon {
  color: var(--token-color-foreground-primary);
}

.hds-dropdown-list-item--variant-separator {
  position: relative;
  width: 100%;
  height: 4px;
}

.hds-dropdown-list-item--variant-separator::before {
  position: absolute;
  right: 6px;
  bottom: 0;
  left: 6px;
  border-bottom: 1px solid var(--token-color-border-primary);
  content: "";
}

.hds-dropdown-list-item--variant-title {
  padding: 10px 16px 4px;
  color: var(--token-color-foreground-strong);
}

.hds-dropdown-list-item--variant-checkmark-selected .hds-dropdown-list-item__interactive {
  color: var(--token-color-foreground-action);
}

.hds-dropdown-list-item__checkmark {
  display: flex;
  width: 16px;
  height: 20px;
  margin-left: 8px;
}

.hds-dropdown-list-item__checkmark-icon {
  align-self: center;
}

.hds-dropdown-list-item__interactive[disabled],
.hds-dropdown-list-item__interactive[disabled]:hover {
  color: var(--token-color-foreground-disabled);
  cursor: not-allowed;
}

.hds-dropdown-list-item--variant-checkbox,
.hds-dropdown-list-item--variant-radio {
  display: flex;
  align-items: self-start;
  padding: 8px 16px;
}

.hds-dropdown-list-item--variant-checkbox .hds-dropdown-list-item__control,
.hds-dropdown-list-item--variant-radio .hds-dropdown-list-item__control {
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 8px;
}

.hds-dropdown-list-item--variant-checkbox .hds-dropdown-list-item__control[disabled] ~ .hds-dropdown-list-item__label, .hds-dropdown-list-item--variant-checkbox .hds-dropdown-list-item__control[disabled] ~ .hds-dropdown-list-item__icon, .hds-dropdown-list-item--variant-checkbox .hds-dropdown-list-item__control[disabled] ~ .hds-dropdown-list-item__count,
.hds-dropdown-list-item--variant-radio .hds-dropdown-list-item__control[disabled] ~ .hds-dropdown-list-item__label,
.hds-dropdown-list-item--variant-radio .hds-dropdown-list-item__control[disabled] ~ .hds-dropdown-list-item__icon,
.hds-dropdown-list-item--variant-radio .hds-dropdown-list-item__control[disabled] ~ .hds-dropdown-list-item__count {
  color: var(--token-color-foreground-disabled);
}

.hds-dropdown-list-item--variant-checkbox .hds-dropdown-list-item__label,
.hds-dropdown-list-item--variant-radio .hds-dropdown-list-item__label {
  flex-grow: 1;
  color: var(--token-color-foreground-primary);
}

.hds-dropdown-list-item--variant-checkbox .hds-dropdown-list-item__icon,
.hds-dropdown-list-item--variant-radio .hds-dropdown-list-item__icon {
  margin-top: 2px;
  margin-right: 4px;
  color: var(--token-color-foreground-primary);
}

.hds-dropdown-list-item__count {
  margin-left: 8px;
  color: var(--token-color-foreground-faint);
  line-height: 20px;
}

.hds-dropdown-list-item--variant-checkmark .hds-badge,
.hds-dropdown-list-item--variant-checkbox .hds-badge,
.hds-dropdown-list-item--variant-radio .hds-badge {
  vertical-align: bottom;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-flyout {
  z-index: 49;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  background: var(--token-color-surface-primary);
  border: none;
  box-shadow: 0 2px 3px 0 #3b3d4540, 0 12px 24px 0 #3b3d4559;
}

.hds-flyout[open] {
  position: fixed;
  display: flex;
}

.hds-flyout::backdrop {
  display: none;
}

.hds-flyout__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background: var(--token-color-palette-neutral-700);
  opacity: 0.5;
}

.hds-flyout__header {
  display: flex;
  flex: none;
  align-items: flex-start;
  padding: 16px 24px;
  color: var(--token-color-foreground-strong);
}

.hds-flyout__icon {
  flex: none;
  align-self: center;
  margin-right: 16px;
}

.hds-flyout__title {
  flex-grow: 1;
}

.hds-flyout__tagline {
  margin-bottom: 4px;
  color: var(--token-color-foreground-faint);
}

.hds-flyout__dismiss {
  align-self: center;
  margin-left: 16px;
}

.hds-flyout__description {
  padding: 0 24px 16px;
  color: var(--token-color-foreground-primary);
}

.hds-flyout__body {
  flex: 1 1 auto;
  padding: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-top: 1px solid var(--token-color-border-primary);
}

.hds-flyout__footer {
  flex: none;
  padding: 16px 24px;
  background: var(--token-color-surface-faint);
  border-top: 1px solid var(--token-color-border-primary);
}

.hds-flyout__footer .hds-button-set .hds-button--color-tertiary {
  margin-left: auto;
}

.hds-flyout--size-medium {
  width: min(480px, 100vw - 40px);
  max-width: calc(100vw - 40px);
}

.hds-flyout--size-medium[open] {
  margin-left: calc(100% - min(480px, 100vw - 40px));
}

.hds-flyout--size-large {
  width: min(720px, 100vw - 40px);
  max-width: calc(100vw - 40px);
}

.hds-flyout--size-large[open] {
  margin-left: calc(100% - min(720px, 100vw - 40px));
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-label {
  display: block;
  width: max-content;
  max-width: 100%;
  color: var(--token-form-label-color);
}

.hds-form-label .hds-badge {
  vertical-align: initial;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-helper-text {
  display: block;
  color: var(--token-form-helper-text-color);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-error {
  display: flex;
  align-items: flex-start;
  color: var(--token-form-error-color);
}

.hds-form-error__icon {
  flex: none;
  width: var(--token-form-error-icon-size);
  height: var(--token-form-error-icon-size);
  margin: 2px 8px 2px 0;
}

.hds-form-error__content {
  flex: 1 1 auto;
}

.hds-form-error__message {
  margin: 0;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-field--layout-vertical {
  display: grid;
  justify-items: start;
  width: 100%;
}

.hds-form-field--layout-vertical .hds-form-field__label {
  width: fit-content;
}

.hds-form-field--layout-vertical .hds-form-field__helper-text:not(:first-child) {
  margin-top: 4px;
}

.hds-form-field--layout-vertical .hds-form-field__helper-text + .hds-form-helper-text {
  margin-top: 2px;
}

.hds-form-field--layout-vertical .hds-form-field__control {
  display: flex;
  justify-self: stretch;
}

.hds-form-field--layout-vertical .hds-form-field__control:not(:first-child) {
  margin-top: 8px;
}

.hds-form-field--layout-vertical .hds-form-field__control:not(:last-child) {
  margin-bottom: 8px;
}

.hds-form-field--layout-flag {
  display: grid;
  grid-auto-flow: row;
  grid-template-areas: "control label" "control helper-text" "control error";
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  justify-items: start;
}

.hds-form-field--layout-flag .hds-form-field__label {
  grid-area: label;
  width: fit-content;
}

.hds-form-field--layout-flag .hds-form-field__helper-text {
  grid-area: helper-text;
  margin-top: 4px;
}

.hds-form-field--layout-flag .hds-form-field__control {
  display: flex;
  grid-area: control;
}

.hds-form-field--layout-flag .hds-form-field__control:not(:only-child) {
  margin-top: 2px;
  margin-right: 8px;
}

.hds-form-field--layout-flag .hds-form-field__error {
  grid-area: error;
  margin-top: 4px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-legend {
  display: block;
  color: var(--token-form-legend-color);
}

.hds-form-legend .hds-badge {
  vertical-align: initial;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-group {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

.hds-form-group__legend {
  margin: 0 0 4px 0;
  padding: 0;
}

.hds-form-group__legend ~ .hds-form-group__control-fields-wrapper .hds-form-label {
  font-weight: var(--token-typography-font-weight-regular);
}

.hds-form-group--layout-vertical .hds-form-group__control-field + .hds-form-group__control-field {
  margin-top: 12px;
}

.hds-form-group--layout-horizontal .hds-form-group__control-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4px;
}

.hds-form-group--layout-horizontal .hds-form-group__control-field {
  margin-right: 16px;
  margin-bottom: 4px;
}

.hds-form-group__helper-text {
  margin-bottom: 8px;
}

.hds-form-group__error {
  margin-top: 8px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-indicator--optional {
  color: var(--token-form-indicator-optional-color);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-checkbox {
  width: var(--token-form-checkbox-size);
  height: var(--token-form-checkbox-size);
  margin: 0;
  padding: 0;
  background-position: center center;
  background-size: var(--token-form-checkbox-background-image-size) var(--token-form-checkbox-background-image-size);
  border-style: solid;
  border-width: var(--token-form-checkbox-border-width);
  border-radius: var(--token-form-checkbox-border-radius);
  cursor: pointer;
  appearance: none;
}

.hds-form-checkbox:not(:checked, :indeterminate) {
  background-color: var(--token-form-control-base-surface-color-default);
  border-color: var(--token-form-control-base-border-color-default);
  box-shadow: var(--token-elevation-inset-box-shadow);
}

.hds-form-checkbox:checked {
  background-color: var(--token-form-control-checked-surface-color-default);
  background-image: var(--token-form-checkbox-background-image-data-url);
  border-color: var(--token-form-control-checked-border-color-default);
}

.hds-form-checkbox:indeterminate {
  background-color: var(--token-form-control-checked-surface-color-default);
  background-image: var(--token-form-checkbox-background-image-data-url-indeterminate);
  border-color: var(--token-form-control-checked-border-color-default);
}

.hds-form-checkbox:hover:not(:checked, :indeterminate), .hds-form-checkbox.mock-hover:not(:checked, :indeterminate) {
  background-color: var(--token-form-control-base-surface-color-hover);
  border-color: var(--token-form-control-base-border-color-hover);
}

.hds-form-checkbox:hover:checked, .hds-form-checkbox.mock-hover:checked, .hds-form-checkbox:hover:indeterminate, .hds-form-checkbox.mock-hover:indeterminate {
  background-color: var(--token-form-control-checked-border-color-default);
  border-color: var(--token-form-control-checked-border-color-hover);
}

.hds-form-checkbox:focus, .hds-form-checkbox.mock-focus {
  outline: 3px solid var(--token-color-focus-action-external);
  outline-offset: 1px;
}

.hds-form-checkbox:disabled:not(:checked, :indeterminate) {
  background-color: var(--token-form-control-disabled-surface-color);
  border-color: var(--token-form-control-disabled-border-color);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-form-checkbox:disabled:checked {
  background-color: var(--token-form-control-disabled-surface-color);
  background-image: var(--token-form-checkbox-background-image-data-url-disabled);
  border-color: var(--token-form-control-disabled-border-color);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-form-checkbox:disabled:indeterminate {
  background-color: var(--token-form-control-disabled-surface-color);
  background-image: var(--token-form-checkbox-background-image-data-url-indeterminate-disabled);
  background-repeat: no-repeat;
  border-color: var(--token-form-control-disabled-border-color);
  box-shadow: none;
  cursor: not-allowed;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-radio {
  width: var(--token-form-radio-size);
  height: var(--token-form-radio-size);
  margin: 0;
  padding: 0;
  background-position: center center;
  background-size: var(--token-form-radio-background-image-size) var(--token-form-radio-background-image-size);
  border-style: solid;
  border-width: var(--token-form-radio-border-width);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
}

.hds-form-radio:not(:checked) {
  background-color: var(--token-form-control-base-surface-color-default);
  border-color: var(--token-form-control-base-border-color-default);
  box-shadow: var(--token-elevation-inset-box-shadow);
}

.hds-form-radio:checked {
  background-color: var(--token-form-control-checked-surface-color-default);
  background-image: var(--token-form-radio-background-image-data-url);
  border-color: var(--token-form-control-checked-border-color-default);
}

.hds-form-radio:hover:not(:checked), .hds-form-radio.mock-hover:not(:checked) {
  background-color: var(--token-form-control-base-surface-color-hover);
  border-color: var(--token-form-control-base-border-color-hover);
}

.hds-form-radio:hover:checked, .hds-form-radio.mock-hover:checked {
  background-color: var(--token-form-control-checked-border-color-default);
  border-color: var(--token-form-control-checked-border-color-hover);
}

.hds-form-radio:focus, .hds-form-radio.mock-focus {
  outline: 3px solid var(--token-color-focus-action-external);
  outline-offset: 1px;
}

.hds-form-radio:disabled:not(:checked) {
  background-color: var(--token-form-control-disabled-surface-color);
  border-color: var(--token-form-control-disabled-border-color);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-form-radio:disabled:checked {
  background-color: var(--token-form-control-disabled-surface-color);
  background-image: var(--token-form-radio-background-image-data-url-disabled);
  border-color: var(--token-form-control-disabled-border-color);
  box-shadow: none;
  cursor: not-allowed;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-group--radio-cards .hds-form-group__control-fields-wrapper {
  margin: calc(-1 * var(--token-form-radiocard-group-gap) / 2);
}

.hds-form-group--radio-cards .hds-form-group__legend {
  margin-bottom: 12px;
}

.hds-form-group--radio-cards .hds-form-radio-card {
  margin: calc(var(--token-form-radiocard-group-gap) / 2);
}

.hds-form-group--radio-cards .hds-form-radio-card--layout-fluid {
  flex: 1 0 0;
}

.hds-form-group--radio-cards .hds-form-radio-card--layout-fixed {
  flex: 1 0 100%;
}

.hds-form-radio-card {
  display: flex;
  flex-direction: column;
  background-color: var(--token-color-surface-primary);
  border: var(--token-form-radiocard-border-width) solid var(--token-color-border-primary);
  border-radius: var(--token-form-radiocard-border-radius);
  box-shadow: var(--token-elevation-mid-box-shadow);
  cursor: pointer;
}

.hds-form-radio-card .hds-form-radio-card__control {
  outline-color: transparent;
}

.hds-form-radio-card:hover, .hds-form-radio-card.mock-hover {
  box-shadow: var(--token-elevation-high-box-shadow);
  transition: var(--token-form-radiocard-transition-duration);
}

.hds-form-radio-card:focus-within, .hds-form-radio-card.mock-focus {
  border-color: var(--token-color-focus-action-internal);
  box-shadow: 0 0 0 3px var(--token-color-focus-action-external);
}

.hds-form-radio-card--checked, .hds-form-radio-card.mock-checked {
  border-color: var(--token-color-focus-action-internal);
}

.hds-form-radio-card--checked .hds-form-radio-card__control-wrapper, .hds-form-radio-card.mock-checked .hds-form-radio-card__control-wrapper {
  background-color: var(--token-color-surface-action);
  border-color: var(--token-color-border-action);
}

.hds-form-radio-card--disabled, .hds-form-radio-card.mock-disabled {
  background-color: var(--token-color-surface-interactive-disabled);
  border-color: var(--token-color-border-primary);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-form-radio-card--disabled .hds-form-radio-card__control-wrapper, .hds-form-radio-card.mock-disabled .hds-form-radio-card__control-wrapper {
  background-color: var(--token-color-surface-interactive-disabled);
  border-color: var(--token-color-border-primary);
}

.hds-form-radio-card--align-left {
  text-align: left;
}

.hds-form-radio-card--align-center {
  text-align: center;
}

.hds-form-radio-card--align-center .flight-icon {
  margin: auto;
}

.hds-form-radio-card--control-bottom .hds-form-radio-card__control-wrapper {
  border-top-width: var(--token-form-radiocard-border-width);
  border-top-style: solid;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.hds-form-radio-card--control-left {
  flex-direction: row-reverse;
}

.hds-form-radio-card--control-left .hds-form-radio-card__control-wrapper {
  display: flex;
  align-items: center;
  border-right-width: var(--token-form-radiocard-border-width);
  border-right-style: solid;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.hds-form-radio-card__content {
  flex: 1;
  padding: var(--token-form-radiocard-content-padding);
}

.hds-form-radio-card__content .hds-badge {
  margin-bottom: 12px;
}

.hds-form-radio-card__label {
  display: block;
  margin: 8px 0;
  color: var(--token-form-label-color);
  overflow-wrap: break-word;
}

.hds-form-radio-card__label:first-child {
  margin-top: 0;
}

.hds-form-radio-card__description {
  display: block;
  color: var(--token-color-foreground-primary);
}

.hds-form-radio-card__control-wrapper {
  padding: var(--token-form-radiocard-control-padding);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-border-primary);
}

.hds-form-radio-card__control {
  display: block;
  margin: auto;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-select {
  max-width: 100%;
  padding: var(--token-form-control-padding);
  padding-right: calc(var(--token-form-control-padding) + 24px);
  color: var(--token-form-control-base-foreground-value-color);
  background-color: var(--token-form-control-base-surface-color-default);
  background-image: var(--token-form-select-background-image-data-url);
  background-repeat: no-repeat;
  background-position: right var(--token-form-select-background-image-position-right-x) top var(--token-form-select-background-image-position-top-y);
  background-size: var(--token-form-select-background-image-size) var(--token-form-select-background-image-size);
  border: var(--token-form-control-border-width) solid var(--token-form-control-base-border-color-default);
  border-radius: var(--token-form-control-border-radius);
  box-shadow: var(--token-elevation-low-box-shadow);
  appearance: none;
}

.hds-form-select:hover, .hds-form-select.mock-hover {
  border-color: var(--token-form-control-base-border-color-hover);
}

.hds-form-select:focus, .hds-form-select.mock-focus {
  border-color: var(--token-color-focus-action-internal);
  outline: 3px solid var(--token-color-focus-action-external);
  outline-offset: 0;
}

.hds-form-select:disabled {
  color: var(--token-form-control-disabled-foreground-color);
  background-color: var(--token-form-control-disabled-surface-color);
  background-image: var(--token-form-select-background-image-data-url-disabled);
  border-color: var(--token-form-control-disabled-border-color);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-form-select.hds-form-select--is-invalid {
  border-color: var(--token-form-control-invalid-border-color-default);
}

.hds-form-select.hds-form-select--is-invalid:hover, .hds-form-select.hds-form-select--is-invalid.mock-hover {
  border-color: var(--token-form-control-invalid-border-color-hover);
}

.hds-form-select.hds-form-select--is-invalid:focus, .hds-form-select.hds-form-select--is-invalid.mock-focus {
  border-color: var(--token-color-focus-critical-internal);
  outline-color: var(--token-color-focus-critical-external);
}

.hds-form-select[multiple], .hds-form-select[size] {
  background: none;
}

.hds-form-select[multiple] option, .hds-form-select[size] option {
  margin: 2px auto;
  border-radius: 3px;
}

.hds-form-select[multiple] option:hover, .hds-form-select[size] option:hover {
  color: var(--token-color-foreground-action);
}

.hds-form-select[multiple] option:disabled, .hds-form-select[size] option:disabled {
  color: var(--token-color-foreground-disabled);
}

.hds-form-select[multiple] option:checked, .hds-form-select[size] option:checked {
  color: var(--token-color-foreground-high-contrast);
  background: var(--token-color-palette-blue-200);
}

.hds-form-select[multiple] optgroup, .hds-form-select[size] optgroup {
  color: var(--token-color-foreground-strong);
  font-weight: var(--token-typography-font-weight-semibold);
  font-style: normal;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-text-input {
  width: 100%;
  max-width: 100%;
  padding: var(--token-form-control-padding);
  color: var(--token-form-control-base-foreground-value-color);
  background-color: var(--token-form-control-base-surface-color-default);
  border: var(--token-form-control-border-width) solid var(--token-form-control-base-border-color-default);
  border-radius: var(--token-form-control-border-radius);
  box-shadow: var(--token-elevation-inset-box-shadow);
}

.hds-form-text-input ::placeholder {
  color: var(--token-form-control-base-foreground-placeholder-color);
}

.hds-form-text-input:hover, .hds-form-text-input.mock-hover {
  border-color: var(--token-form-control-base-border-color-hover);
}

.hds-form-text-input:focus, .hds-form-text-input.mock-focus {
  border-color: var(--token-color-focus-action-internal);
  outline: 3px solid var(--token-color-focus-action-external);
  outline-offset: 0;
}

.hds-form-text-input:read-only {
  color: var(--token-form-control-readonly-foreground-color);
  background-color: var(--token-form-control-readonly-surface-color);
  border-color: var(--token-form-control-readonly-border-color);
  box-shadow: none;
}

.hds-form-text-input:disabled {
  color: var(--token-form-control-disabled-foreground-color);
  background-color: var(--token-form-control-disabled-surface-color);
  border-color: var(--token-form-control-disabled-border-color);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-form-text-input.hds-form-text-input--is-invalid {
  border-color: var(--token-form-control-invalid-border-color-default);
}

.hds-form-text-input.hds-form-text-input--is-invalid:hover, .hds-form-text-input.hds-form-text-input--is-invalid.mock-hover {
  border-color: var(--token-form-control-invalid-border-color-hover);
}

.hds-form-text-input.hds-form-text-input--is-invalid:focus, .hds-form-text-input.hds-form-text-input--is-invalid.mock-focus {
  border-color: var(--token-color-focus-critical-internal);
  outline-color: var(--token-color-focus-critical-external);
}

.hds-form-text-input[type=date], .hds-form-text-input[type=time] {
  width: initial;
}

.hds-form-text-input[type=date]:disabled::-webkit-calendar-picker-indicator, .hds-form-text-input[type=time]:disabled::-webkit-calendar-picker-indicator {
  visibility: visible;
  opacity: 0.5;
}

.hds-form-text-input[type=date][readonly]::-webkit-calendar-picker-indicator, .hds-form-text-input[type=time][readonly]::-webkit-calendar-picker-indicator {
  visibility: visible;
}

.hds-form-text-input[type=date]::-webkit-calendar-picker-indicator {
  background-image: var(--token-form-text-input-background-image-data-url-date);
  background-position: center center;
  background-size: var(--token-form-text-input-background-image-size);
}

.hds-form-text-input[type=time]::-webkit-calendar-picker-indicator {
  background-image: var(--token-form-text-input-background-image-data-url-time);
  background-position: center center;
  background-size: var(--token-form-text-input-background-image-size);
}

.hds-form-text-input[type=search] {
  padding-left: calc(var(--token-form-control-padding) + 24px);
  background-image: var(--token-form-text-input-background-image-data-url-search);
  background-repeat: no-repeat;
  background-position: var(--token-form-text-input-background-image-position-x) 50%;
  background-size: var(--token-form-text-input-background-image-size);
}

.hds-form-text-input[type=search]::-webkit-search-cancel-button {
  width: var(--token-form-text-input-background-image-size);
  height: var(--token-form-text-input-background-image-size);
  background-image: var(--token-form-text-input-background-image-data-url-search-cancel);
  background-position: center center;
  background-size: var(--token-form-text-input-background-image-size);
  -webkit-appearance: none;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-textarea {
  width: 100%;
  max-width: 100%;
  min-height: 36px;
  padding: var(--token-form-control-padding);
  color: var(--token-form-control-base-foreground-value-color);
  background-color: var(--token-form-control-base-surface-color-default);
  border: var(--token-form-control-border-width) solid var(--token-form-control-base-border-color-default);
  border-radius: var(--token-form-control-border-radius);
  box-shadow: var(--token-elevation-inset-box-shadow);
  resize: vertical;
}

.hds-form-textarea ::placeholder {
  color: var(--token-form-control-base-foreground-placeholder-color);
}

.hds-form-textarea:hover, .hds-form-textarea.mock-hover {
  border-color: var(--token-form-control-base-border-color-hover);
}

.hds-form-textarea:focus, .hds-form-textarea.mock-focus {
  border-color: var(--token-color-focus-action-internal);
  outline: 3px solid var(--token-color-focus-action-external);
  outline-offset: 0;
}

.hds-form-textarea:read-only {
  color: var(--token-form-control-disabled-foreground-color);
  background-color: var(--token-form-control-readonly-surface-color);
  border-color: var(--token-form-control-disabled-border-color);
  box-shadow: none;
}

.hds-form-textarea:disabled {
  color: var(--token-form-control-disabled-foreground-color);
  background-color: var(--token-form-control-disabled-surface-color);
  border-color: var(--token-form-control-disabled-border-color);
  box-shadow: none;
  cursor: not-allowed;
}

.hds-form-textarea.hds-form-textarea--is-invalid {
  border-color: var(--token-form-control-invalid-border-color-default);
}

.hds-form-textarea.hds-form-textarea--is-invalid:hover, .hds-form-textarea.hds-form-textarea--is-invalid.mock-hover {
  border-color: var(--token-form-control-invalid-border-color-hover);
}

.hds-form-textarea.hds-form-textarea--is-invalid:focus, .hds-form-textarea.hds-form-textarea--is-invalid.mock-focus {
  border-color: var(--token-color-focus-critical-internal);
  outline-color: var(--token-color-focus-critical-external);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-form-toggle {
  position: relative;
  display: inline-block;
  isolation: isolate;
}

.hds-form-toggle__control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0;
  appearance: none;
}

.hds-form-toggle__control:disabled {
  cursor: not-allowed;
}

.hds-form-toggle__facade {
  position: relative;
  display: block;
  width: var(--token-form-toggle-width);
  height: var(--token-form-toggle-height);
  background-image: var(--token-form-toggle-background-image-data-url);
  background-repeat: no-repeat;
  background-position: var(--token-form-toggle-background-image-position-x) 50%;
  background-size: var(--token-form-toggle-background-image-size) var(--token-form-toggle-background-image-size);
  border: var(--token-form-radio-border-width) solid var(--border-color);
  border-radius: calc(var(--token-form-toggle-height) / 2);
}

@media (prefers-reduced-motion: no-preference) {
  .hds-form-toggle__facade {
    transition-timing-function: var(--token-form-toggle-transition-timing-function);
    transition-duration: var(--token-form-toggle-transition-duration);
    transition-property: all;
  }
}
.hds-form-toggle__facade::after {
  position: absolute;
  top: calc(var(--token-form-radio-border-width) * -1);
  left: calc(var(--token-form-radio-border-width) * -1);
  width: var(--token-form-toggle-thumb-size);
  height: var(--token-form-toggle-thumb-size);
  background-color: var(--token-form-control-base-surface-color-default);
  border: var(--token-form-radio-border-width) solid var(--border-color);
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  content: "";
}

@media (prefers-reduced-motion: no-preference) {
  .hds-form-toggle__facade::after {
    transition-timing-function: var(--token-form-toggle-transition-timing-function);
    transition-duration: var(--token-form-toggle-transition-duration);
    transition-property: all;
  }
}
.hds-form-toggle__facade::before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  margin: auto;
  border-width: 3px;
  border-radius: calc(var(--token-form-toggle-height) / 2 + 3px + 1px);
  content: "";
}

:not(:checked) + .hds-form-toggle__facade {
  --border-color: var(--token-form-control-base-border-color-default);
  background-color: var(--token-form-toggle-base-surface-color-default);
}

:checked + .hds-form-toggle__facade {
  --border-color: var(--token-form-control-checked-border-color-default);
  background-color: var(--token-form-control-checked-surface-color-default);
}

:checked + .hds-form-toggle__facade::after {
  transform: translate3d(calc(var(--token-form-toggle-width) - var(--token-form-toggle-thumb-size)), 0, 0);
}

:hover:not(:checked) + .hds-form-toggle__facade, .mock-hover:not(:checked) + .hds-form-toggle__facade {
  --border-color: var(--token-form-control-base-border-color-hover);
}

:hover:checked + .hds-form-toggle__facade, .mock-hover:checked + .hds-form-toggle__facade {
  --border-color: var(--token-form-control-checked-border-color-hover);
  background-color: var(--token-form-control-checked-border-color-default);
}

:focus + .hds-form-toggle__facade::before, .mock-focus + .hds-form-toggle__facade::before {
  border-color: var(--token-color-focus-action-external);
  border-style: solid;
}

:disabled:not(:checked) + .hds-form-toggle__facade, :disabled:checked + .hds-form-toggle__facade {
  --border-color: var(--token-form-control-disabled-border-color);
  background-color: var(--token-form-control-disabled-surface-color);
  background-image: var(--token-form-toggle-background-image-data-url-disabled);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-icon-tile {
  position: relative;
  display: flex;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(101, 106, 118, 0.05);
}

.hds-icon-tile__icon,
.hds-icon-tile__logo {
  display: flex;
  margin: auto;
}

.hds-icon-tile__extra {
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: flex;
  box-sizing: content-box;
  background-color: var(--token-color-surface-primary);
  border: 1px solid var(--token-color-border-primary);
  box-shadow: 0 1px 1px rgba(101, 106, 118, 0.05);
}

.hds-icon-tile__extra-icon {
  display: flex;
  margin: auto;
  color: var(--token-color-foreground-strong);
}

.hds-icon-tile--size-small {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 5px;
}

.hds-icon-tile--size-small .hds-icon-tile__icon {
  width: 1rem;
  height: 1rem;
}

.hds-icon-tile--size-small .hds-icon-tile__logo {
  width: 1.125rem;
  height: 1.125rem;
}

.hds-icon-tile--size-small .hds-icon-tile__extra {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 4px;
}

.hds-icon-tile--size-small .hds-icon-tile__extra-icon {
  width: 0.75rem;
  height: 0.75rem;
}

.hds-icon-tile--size-medium {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6px;
}

.hds-icon-tile--size-medium .hds-icon-tile__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hds-icon-tile--size-medium .hds-icon-tile__logo {
  width: 1.75rem;
  height: 1.75rem;
}

.hds-icon-tile--size-medium .hds-icon-tile__extra {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 5px;
}

.hds-icon-tile--size-medium .hds-icon-tile__extra-icon {
  width: 1rem;
  height: 1rem;
}

.hds-icon-tile--size-large {
  width: 3rem;
  height: 3rem;
  border-radius: 6px;
}

.hds-icon-tile--size-large .hds-icon-tile__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hds-icon-tile--size-large .hds-icon-tile__logo {
  width: 2rem;
  height: 2rem;
}

.hds-icon-tile--size-large .hds-icon-tile__extra {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 5px;
}

.hds-icon-tile--size-large .hds-icon-tile__extra-icon {
  width: 1rem;
  height: 1rem;
}

.hds-icon-tile--logo {
  background-color: var(--token-color-surface-primary);
  border-color: var(--token-color-border-primary);
}

.hds-icon-tile--icon.hds-icon-tile--color-neutral {
  color: var(--token-color-foreground-faint);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-border-primary);
}

.hds-icon-tile--icon.hds-icon-tile--color-boundary {
  color: var(--token-color-boundary-foreground);
  background: linear-gradient(135deg, var(--token-color-boundary-gradient-faint-start) 0%, var(--token-color-boundary-gradient-faint-stop) 100%);
  border-color: var(--token-color-boundary-border);
}

.hds-icon-tile--icon.hds-icon-tile--color-consul {
  color: var(--token-color-consul-foreground);
  background: linear-gradient(135deg, var(--token-color-consul-gradient-faint-start) 0%, var(--token-color-consul-gradient-faint-stop) 100%);
  border-color: var(--token-color-consul-border);
}

.hds-icon-tile--icon.hds-icon-tile--color-hcp {
  color: var(--token-color-palette-hcp-brand);
  background-color: var(--token-color-surface-faint);
  border-color: var(--token-color-border-primary);
}

.hds-icon-tile--icon.hds-icon-tile--color-nomad {
  color: var(--token-color-nomad-foreground);
  background: linear-gradient(135deg, var(--token-color-nomad-gradient-faint-start) 0%, var(--token-color-nomad-gradient-faint-stop) 100%);
  border-color: var(--token-color-nomad-border);
}

.hds-icon-tile--icon.hds-icon-tile--color-packer {
  color: var(--token-color-packer-foreground);
  background: linear-gradient(135deg, var(--token-color-packer-gradient-faint-start) 0%, var(--token-color-packer-gradient-faint-stop) 100%);
  border-color: var(--token-color-packer-border);
}

.hds-icon-tile--icon.hds-icon-tile--color-terraform {
  color: var(--token-color-terraform-foreground);
  background: linear-gradient(135deg, var(--token-color-terraform-gradient-faint-start) 0%, var(--token-color-terraform-gradient-faint-stop) 100%);
  border-color: var(--token-color-terraform-border);
}

.hds-icon-tile--icon.hds-icon-tile--color-vagrant {
  color: var(--token-color-vagrant-foreground);
  background: linear-gradient(135deg, var(--token-color-vagrant-gradient-faint-start) 0%, var(--token-color-vagrant-gradient-faint-stop) 100%);
  border-color: var(--token-color-vagrant-border);
}

.hds-icon-tile--icon.hds-icon-tile--color-vault {
  color: var(--token-color-vault-foreground);
  background: linear-gradient(135deg, var(--token-color-vault-gradient-faint-start) 0%, var(--token-color-vault-gradient-faint-stop) 100%);
  border-color: var(--token-color-vault-border);
}

.hds-icon-tile--icon.hds-icon-tile--color-waypoint {
  color: var(--token-color-waypoint-foreground);
  background: linear-gradient(135deg, var(--token-color-waypoint-gradient-faint-start) 0%, var(--token-color-waypoint-gradient-faint-stop) 100%);
  border-color: var(--token-color-waypoint-border);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-link-inline {
  border-radius: 2px;
}

.hds-link-inline:focus, .hds-link-inline.mock-focus, .hds-link-inline:focus-visible {
  text-decoration: none;
  outline: 2px solid var(--token-color-focus-action-internal);
  outline-offset: 1px;
}

.hds-link-inline__icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
}

.hds-link-inline--icon-leading > .hds-link-inline__icon {
  margin-right: 0.25em;
}

.hds-link-inline--icon-trailing > .hds-link-inline__icon {
  margin-left: 0.25em;
}

.hds-link-inline--color-primary {
  color: var(--token-color-foreground-action);
}

.hds-link-inline--color-primary:hover, .hds-link-inline--color-primary.mock-hover {
  color: var(--token-color-foreground-action-hover);
}

.hds-link-inline--color-primary:active, .hds-link-inline--color-primary.mock-active {
  color: var(--token-color-foreground-action-active);
}

.hds-link-inline--color-secondary {
  color: var(--token-color-foreground-strong);
}

.hds-link-inline--color-secondary:hover, .hds-link-inline--color-secondary.mock-hover {
  color: var(--token-color-foreground-primary);
}

.hds-link-inline--color-secondary:active, .hds-link-inline--color-secondary.mock-active {
  color: var(--token-color-foreground-faint);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-link-standalone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-weight: var(--token-typography-font-weight-medium);
  font-family: var(--token-typography-font-stack-text);
  background-color: transparent;
  border: 1px solid transparent;
  text-decoration-color: transparent;
}

.hds-link-standalone__text {
  flex: 1 0 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.25s ease-in;
}

.hds-link-standalone__icon + .hds-link-standalone__text {
  margin-left: 0.375rem;
}

.hds-link-standalone__text + .hds-link-standalone__icon {
  margin-left: 0.375rem;
}

.hds-link-standalone--size-small .hds-link-standalone__icon {
  width: 1rem;
  height: 1rem;
}

.hds-link-standalone--size-small .hds-link-standalone__text {
  font-size: 0.8125rem;
  line-height: 1.231;
}

.hds-link-standalone--size-medium .hds-link-standalone__icon {
  width: 1rem;
  height: 1rem;
}

.hds-link-standalone--size-medium .hds-link-standalone__text {
  font-size: 0.875rem;
  line-height: 1.143;
}

.hds-link-standalone--size-large .hds-link-standalone__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hds-link-standalone--size-large .hds-link-standalone__text {
  font-size: 1rem;
  line-height: 1.5;
}

.hds-link-standalone--color-primary {
  color: var(--token-color-foreground-action);
}

.hds-link-standalone--color-primary:hover, .hds-link-standalone--color-primary.mock-hover {
  color: var(--token-color-foreground-action-hover);
}

.hds-link-standalone--color-primary:hover .hds-link-standalone__text, .hds-link-standalone--color-primary.mock-hover .hds-link-standalone__text {
  text-decoration-color: #4e81e8;
}

.hds-link-standalone--color-primary:active, .hds-link-standalone--color-primary.mock-active {
  color: var(--token-color-foreground-action-active);
}

.hds-link-standalone--color-primary:active .hds-link-standalone__text, .hds-link-standalone--color-primary.mock-active .hds-link-standalone__text {
  text-decoration-color: #396ed6;
}

.hds-link-standalone--color-primary:active::before, .hds-link-standalone--color-primary.mock-active::before {
  background-color: var(--token-color-surface-action);
}

.hds-link-standalone--color-secondary {
  color: var(--token-color-foreground-strong);
}

.hds-link-standalone--color-secondary:hover .hds-link-standalone__text, .hds-link-standalone--color-secondary.mock-hover .hds-link-standalone__text {
  text-decoration-color: #4d4d4f;
}

.hds-link-standalone--color-secondary:active, .hds-link-standalone--color-secondary.mock-active {
  color: var(--token-color-foreground-primary);
}

.hds-link-standalone--color-secondary:active .hds-link-standalone__text, .hds-link-standalone--color-secondary.mock-active .hds-link-standalone__text {
  text-decoration-color: #6e7075;
}

.hds-link-standalone--color-secondary:active::before, .hds-link-standalone--color-secondary.mock-active::before {
  background-color: var(--token-color-surface-interactive-active);
}

.hds-link-standalone {
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-link-standalone::before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-link-standalone:focus::before, .hds-link-standalone.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-link-standalone:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-link-standalone:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-link-standalone:focus:active::before, .hds-link-standalone.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-link-standalone.hds-link-standalone--icon-position-leading::before {
  right: -7px;
}

.hds-link-standalone.hds-link-standalone--icon-position-trailing::before {
  left: -7px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-menu-primitive {
  position: relative;
  width: fit-content;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-modal {
  z-index: 50;
  flex-direction: column;
  padding: 0;
  background: var(--token-color-surface-primary);
  border: none;
  border-radius: 8px;
  box-shadow: var(--token-surface-overlay-box-shadow);
}

.hds-modal[open] {
  position: fixed;
  display: flex;
}

.hds-modal::backdrop {
  display: none;
}

.hds-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: var(--token-color-palette-neutral-700);
  opacity: 0.5;
}

.hds-modal__header {
  display: flex;
  flex: none;
  align-items: flex-start;
  padding: 16px 24px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.hds-modal__icon {
  flex: none;
  align-self: center;
  margin-right: 16px;
}

.hds-modal__title {
  flex-grow: 1;
}

.hds-modal__tagline {
  margin-bottom: 4px;
}

.hds-modal__dismiss {
  align-self: center;
  margin-left: 16px;
}

.hds-modal__body {
  flex: 1 1 auto;
  padding: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.hds-modal__footer {
  flex: none;
  padding: 16px 24px;
  background: var(--token-color-surface-faint);
  border-top: 1px solid var(--token-color-border-primary);
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.hds-modal__footer .hds-button-set .hds-button--color-tertiary {
  margin-left: auto;
}

.hds-modal--size-small {
  width: min(400px, 95vw);
}

.hds-modal--size-medium {
  width: min(600px, 95vw);
}

.hds-modal--size-large {
  width: min(800px, 95vw);
}

.hds-modal--color-neutral .hds-modal__header {
  color: var(--token-color-foreground-strong);
  background: var(--token-color-surface-faint);
  border-bottom: 1px solid var(--token-color-border-primary);
}

.hds-modal--color-neutral .hds-modal__tagline {
  color: var(--token-color-foreground-faint);
}

.hds-modal--color-warning .hds-modal__header {
  color: var(--token-color-foreground-warning-on-surface);
  background: var(--token-color-surface-warning);
  border-bottom: 1px solid var(--token-color-border-warning);
}

.hds-modal--color-warning .hds-modal__tagline {
  color: var(--token-color-foreground-warning-on-surface);
}

.hds-modal--color-critical .hds-modal__header {
  color: var(--token-color-foreground-critical-on-surface);
  background: var(--token-color-surface-critical);
  border-bottom: 1px solid var(--token-color-border-critical);
}

.hds-modal--color-critical .hds-modal__tagline {
  color: var(--token-color-foreground-critical-on-surface);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-pagination {
  display: grid;
  grid-template-areas: "info nav selector";
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .hds-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hds-pagination .hds-pagination-info {
  grid-area: info;
  justify-self: flex-start;
  margin-right: var(--token-pagination-child-spacing-horizontal);
}

@media screen and (max-width: 1000px) {
  .hds-pagination .hds-pagination-info {
    margin-top: var(--token-pagination-child-spacing-vertical);
    margin-left: var(--token-pagination-child-spacing-horizontal);
  }
}
.hds-pagination .hds-pagination-nav {
  grid-area: nav;
}

@media screen and (max-width: 1000px) {
  .hds-pagination .hds-pagination-nav {
    justify-content: center;
    order: -1;
    width: 100%;
  }
}
.hds-pagination .hds-pagination-size-selector {
  grid-area: selector;
  justify-self: flex-end;
  margin-left: var(--token-pagination-child-spacing-horizontal);
}

@media screen and (max-width: 1000px) {
  .hds-pagination .hds-pagination-size-selector {
    margin-top: var(--token-pagination-child-spacing-vertical);
    margin-right: var(--token-pagination-child-spacing-horizontal);
  }
}
.hds-pagination-info {
  white-space: nowrap;
}

.hds-pagination-nav {
  display: flex;
}

.hds-pagination-nav__page-list {
  display: flex;
  margin: 0;
  padding: 0;
}

.hds-pagination-nav__page-item {
  list-style-type: none;
}

.hds-pagination-nav__control {
  display: flex;
  align-items: center;
  height: var(--token-pagination-nav-control-height);
  padding: 0 calc(var(--token-pagination-nav-control-padding-horizontal) - 1px);
  color: var(--token-color-foreground-primary);
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-pagination-nav__control::before {
  position: absolute;
  top: var(--token-pagination-nav-control-focus-inset);
  right: var(--token-pagination-nav-control-focus-inset);
  bottom: var(--token-pagination-nav-control-focus-inset);
  left: var(--token-pagination-nav-control-focus-inset);
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-pagination-nav__control:focus::before, .hds-pagination-nav__control.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-pagination-nav__control:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-pagination-nav__control:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-pagination-nav__control:focus:active::before, .hds-pagination-nav__control.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-pagination-nav__control:hover, .hds-pagination-nav__control.mock-hover {
  color: var(--token-color-foreground-action-hover);
}

.hds-pagination-nav__control:active, .hds-pagination-nav__control.mock-active {
  color: var(--token-color-foreground-action-active);
}

.hds-pagination-nav__arrow:disabled, .hds-pagination-nav__arrow.mock-disabled {
  color: var(--token-color-foreground-disabled);
  cursor: not-allowed;
}

.hds-pagination-nav__arrow--direction-prev {
  flex-direction: row;
  justify-content: flex-start;
}

.hds-pagination-nav__arrow--direction-prev .hds-pagination-nav__arrow-label {
  margin-left: var(--token-pagination-nav-control-icon-spacing);
}

.hds-pagination-nav__arrow--direction-next {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.hds-pagination-nav__arrow--direction-next .hds-pagination-nav__arrow-label {
  margin-right: 6px;
}

.hds-pagination-nav__number--is-selected {
  position: relative;
  color: var(--token-color-foreground-action);
}

.hds-pagination-nav__number--is-selected:hover {
  color: var(--token-color-foreground-action-hover);
}

.hds-pagination-nav__number--is-selected:active {
  color: var(--token-color-foreground-action-active);
}

.hds-pagination-nav__number--is-selected::after {
  position: absolute;
  right: calc(var(--token-pagination-nav-indicator-spacing) - 1px);
  bottom: -1px;
  left: calc(var(--token-pagination-nav-indicator-spacing) - 1px);
  height: var(--token-pagination-nav-indicator-height);
  margin: 0 auto;
  background-color: currentColor;
  border-radius: 2px;
  content: "";
}

.hds-pagination-nav__ellipsis {
  display: flex;
  align-items: center;
  height: var(--token-pagination-nav-control-height);
  padding: 0 var(--token-pagination-nav-control-padding-horizontal);
  color: var(--token-color-foreground-faint);
}

.hds-pagination-size-selector {
  display: flex;
  align-items: center;
}

.hds-pagination-size-selector > label {
  white-space: nowrap;
}

.hds-pagination-size-selector > select {
  height: 28px;
  margin-left: 12px;
  padding: 0 24px 0 8px;
  font-size: var(--token-typography-body-100-font-size);
  font-family: var(--token-typography-body-100-font-family);
  line-height: var(--token-typography-body-100-line-height);
  background-position: center right 5px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-reveal__toggle-button {
  min-height: 1.75rem;
  padding: 0.313rem 0.313rem 0.313rem 0.188rem;
}

@media (prefers-reduced-motion: no-preference) {
  .hds-reveal__toggle-button .flight-icon-chevron-down {
    transition: transform 0.3s;
  }
}
.hds-reveal__toggle-button--is-open .flight-icon-chevron-down {
  transform: rotate(-180deg);
}

.hds-reveal__content {
  margin-top: 4px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-segmented-group {
  display: inline-flex;
}

.hds-segmented-group .hds-button:first-child,
.hds-segmented-group .hds-dropdown:first-child,
.hds-segmented-group .hds-form-select:first-child,
.hds-segmented-group .hds-form-text-input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hds-segmented-group .hds-button:first-child::before,
.hds-segmented-group .hds-button:first-child .hds-dropdown-toggle-button,
.hds-segmented-group .hds-button:first-child .hds-dropdown-toggle-button::before,
.hds-segmented-group .hds-dropdown:first-child::before,
.hds-segmented-group .hds-dropdown:first-child .hds-dropdown-toggle-button,
.hds-segmented-group .hds-dropdown:first-child .hds-dropdown-toggle-button::before,
.hds-segmented-group .hds-form-select:first-child::before,
.hds-segmented-group .hds-form-select:first-child .hds-dropdown-toggle-button,
.hds-segmented-group .hds-form-select:first-child .hds-dropdown-toggle-button::before,
.hds-segmented-group .hds-form-text-input:first-child::before,
.hds-segmented-group .hds-form-text-input:first-child .hds-dropdown-toggle-button,
.hds-segmented-group .hds-form-text-input:first-child .hds-dropdown-toggle-button::before {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.hds-segmented-group .hds-button:last-child,
.hds-segmented-group .hds-dropdown:last-child,
.hds-segmented-group .hds-form-select:last-child,
.hds-segmented-group .hds-form-text-input:last-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.hds-segmented-group .hds-button:last-child::before,
.hds-segmented-group .hds-button:last-child .hds-dropdown-toggle-button,
.hds-segmented-group .hds-button:last-child .hds-dropdown-toggle-button::before,
.hds-segmented-group .hds-dropdown:last-child::before,
.hds-segmented-group .hds-dropdown:last-child .hds-dropdown-toggle-button,
.hds-segmented-group .hds-dropdown:last-child .hds-dropdown-toggle-button::before,
.hds-segmented-group .hds-form-select:last-child::before,
.hds-segmented-group .hds-form-select:last-child .hds-dropdown-toggle-button,
.hds-segmented-group .hds-form-select:last-child .hds-dropdown-toggle-button::before,
.hds-segmented-group .hds-form-text-input:last-child::before,
.hds-segmented-group .hds-form-text-input:last-child .hds-dropdown-toggle-button,
.hds-segmented-group .hds-form-text-input:last-child .hds-dropdown-toggle-button::before {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.hds-segmented-group .hds-button:not(:first-child, :last-child),
.hds-segmented-group .hds-dropdown:not(:first-child, :last-child),
.hds-segmented-group .hds-form-select:not(:first-child, :last-child),
.hds-segmented-group .hds-form-text-input:not(:first-child, :last-child) {
  margin-left: -1px;
  border-radius: 0;
}

.hds-segmented-group .hds-button:not(:first-child, :last-child)::before,
.hds-segmented-group .hds-button:not(:first-child, :last-child) .hds-dropdown-toggle-button,
.hds-segmented-group .hds-button:not(:first-child, :last-child) .hds-dropdown-toggle-button::before,
.hds-segmented-group .hds-dropdown:not(:first-child, :last-child)::before,
.hds-segmented-group .hds-dropdown:not(:first-child, :last-child) .hds-dropdown-toggle-button,
.hds-segmented-group .hds-dropdown:not(:first-child, :last-child) .hds-dropdown-toggle-button::before,
.hds-segmented-group .hds-form-select:not(:first-child, :last-child)::before,
.hds-segmented-group .hds-form-select:not(:first-child, :last-child) .hds-dropdown-toggle-button,
.hds-segmented-group .hds-form-select:not(:first-child, :last-child) .hds-dropdown-toggle-button::before,
.hds-segmented-group .hds-form-text-input:not(:first-child, :last-child)::before,
.hds-segmented-group .hds-form-text-input:not(:first-child, :last-child) .hds-dropdown-toggle-button,
.hds-segmented-group .hds-form-text-input:not(:first-child, :last-child) .hds-dropdown-toggle-button::before {
  border-radius: inherit;
}

.hds-segmented-group .hds-button:focus, .hds-segmented-group .hds-button.mock-focus,
.hds-segmented-group .hds-button .hds-dropdown-toggle-button:focus,
.hds-segmented-group .hds-dropdown:focus,
.hds-segmented-group .hds-dropdown.mock-focus,
.hds-segmented-group .hds-dropdown .hds-dropdown-toggle-button:focus,
.hds-segmented-group .hds-form-select:focus,
.hds-segmented-group .hds-form-select.mock-focus,
.hds-segmented-group .hds-form-select .hds-dropdown-toggle-button:focus,
.hds-segmented-group .hds-form-text-input:focus,
.hds-segmented-group .hds-form-text-input.mock-focus,
.hds-segmented-group .hds-form-text-input .hds-dropdown-toggle-button:focus {
  z-index: 1;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
:root {
  --hds-app-desktop-breakpoint: 1088px;
  --hds-app-sidenav-width-minimized: 80px;
  --hds-app-sidenav-width-expanded: 280px;
  --hds-app-sidenav-width-fixed: var(--hds-app-sidenav-width-expanded);
  --hds-app-sidenav-menu-button-y-shift: 84px;
  --hds-app-sidenav-animation-duration: 250ms;
  --hds-app-sidenav-animation-delay: var(--hds-app-sidenav-animation-duration);
  --hds-app-sidenav-animation-easing: cubic-bezier(0.65, 0, 0.35, 1);
}

@media (prefers-reduced-motion) {
  :root {
    --hds-app-sidenav-animation-duration: 0;
  }
}
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-side-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  width: var(--hds-app-sidenav-width-fixed);
  height: 100vh;
  min-height: 100vh;
  isolation: isolate;
}

.hds-side-nav.hds-side-nav--is-responsive {
  transition: width var(--hds-app-sidenav-animation-duration) var(--hds-app-sidenav-animation-easing);
}

.hds-side-nav.hds-side-nav--is-mobile {
  width: var(--hds-app-sidenav-width-minimized);
}

.hds-side-nav.hds-side-nav--is-desktop {
  width: var(--hds-app-sidenav-width-expanded);
}

.hds-side-nav__overlay {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-color: var(--token-color-palette-neutral-700);
  opacity: 0.2;
  transition: opacity var(--hds-app-sidenav-animation-duration) var(--hds-app-sidenav-animation-easing) var(--hds-app-sidenav-animation-delay);
}

.hds-side-nav--is-minimized .hds-side-nav__overlay {
  opacity: 0;
  pointer-events: none;
}

.hds-side-nav--is-desktop .hds-side-nav__overlay {
  display: none;
}

.hds-side-nav__menu-toggle-button {
  position: absolute;
  z-index: 1;
  color: var(--token-color-foreground-high-contrast);
  background: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition-timing-function: var(--hds-app-sidenav-animation-easing);
  transition-duration: var(--hds-app-sidenav-animation-duration);
  transition-property: width, height, padding, border-radius, transform;
}

.hds-side-nav__menu-toggle-button:hover {
  background-color: var(--token-color-palette-neutral-600);
  border-color: transparent;
}

.hds-side-nav__menu-toggle-button:active {
  background-color: var(--token-color-palette-neutral-500);
  border-color: transparent;
}

.hds-side-nav__menu-toggle-button:focus {
  background-color: var(--token-color-palette-neutral-500);
  border-color: var(--token-color-focus-action-internal);
  outline: 3px solid var(--token-color-focus-action-external);
}

.hds-side-nav--is-mobile .hds-side-nav__menu-toggle-button {
  width: 24px;
  height: 24px;
  padding: 1px;
  background-color: var(--token-color-foreground-primary);
  border-radius: 3px;
  transform: translateX(calc(var(--hds-app-sidenav-width-expanded) + 8px)) translateY(24px);
}

.hds-side-nav--is-mobile.hds-side-nav--is-minimized .hds-side-nav__menu-toggle-button {
  width: 36px;
  height: 36px;
  padding: 5px;
  border-radius: 5px;
  transform: translateX(22px) translateY(var(--hds-app-sidenav-menu-button-y-shift));
}

.hds-side-nav--is-desktop .hds-side-nav__menu-toggle-button {
  display: none;
}

.hds-side-nav__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--token-side-nav-color-foreground-primary);
  background: var(--token-side-nav-color-surface-primary);
}

.hds-side-nav--is-responsive .hds-side-nav__wrapper {
  transition: width var(--hds-app-sidenav-animation-duration) var(--hds-app-sidenav-animation-easing);
}

.hds-side-nav--is-mobile.hds-side-nav--is-minimized .hds-side-nav__wrapper {
  width: var(--hds-app-sidenav-width-minimized);
}

.hds-side-nav--is-mobile.hds-side-nav--is-not-minimized .hds-side-nav__wrapper {
  width: var(--hds-app-sidenav-width-expanded);
}

.hds-side-nav--is-desktop .hds-side-nav__wrapper {
  width: var(--hds-app-sidenav-width-expanded);
}

.hds-side-nav__wrapper-header {
  padding-top: var(--token-side-nav-wrapper-padding-vertical);
  padding-right: var(--token-side-nav-wrapper-padding-horizontal);
  padding-bottom: 8px;
  padding-left: var(--token-side-nav-wrapper-padding-horizontal);
}

.hds-side-nav__wrapper-body {
  flex: 1;
  padding: var(--token-side-nav-wrapper-padding-vertical) var(--token-side-nav-wrapper-padding-horizontal);
  overflow-x: hidden;
  overflow-y: auto;
}

.hds-side-nav__wrapper-footer {
  padding: var(--token-side-nav-wrapper-padding-vertical) var(--token-side-nav-wrapper-padding-horizontal);
}

.hds-side-nav--is-mobile.hds-side-nav--is-minimized .hds-side-nav-hide-when-minimized {
  visibility: hidden !important;
  opacity: 0;
  transition: none;
}

.hds-side-nav--is-mobile.hds-side-nav--is-not-minimized .hds-side-nav-hide-when-minimized, .hds-side-nav--is-desktop .hds-side-nav-hide-when-minimized {
  visibility: visible;
  opacity: 1;
  transition: opacity var(--hds-app-sidenav-animation-duration) var(--hds-app-sidenav-animation-easing) var(--hds-app-sidenav-animation-delay);
}

.hds-side-nav--is-animating .hds-side-nav-hide-when-minimized {
  pointer-events: none;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-side-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hds-side-nav-header__logo-container {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: var(--token-side-nav-header-home-link-logo-size);
  height: var(--token-side-nav-header-home-link-logo-size);
}

.hds-side-nav__home-link {
  color: var(--token-side-nav-color-foreground-strong);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: var(--token-side-nav-body-list-item-border-radius);
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: calc(var(--token-side-nav-header-home-link-padding) - 1px);
}

.hds-side-nav__home-link:focus, .hds-side-nav__home-link.mock-focus {
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-side-nav__home-link:focus::before, .hds-side-nav__home-link.mock-focus::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-side-nav__home-link:focus:focus::before, .hds-side-nav__home-link:focus.mock-focus::before, .hds-side-nav__home-link.mock-focus:focus::before, .hds-side-nav__home-link.mock-focus.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-side-nav__home-link:focus:focus:not(:focus-visible)::before, .hds-side-nav__home-link.mock-focus:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-side-nav__home-link:focus:focus-visible::before, .hds-side-nav__home-link.mock-focus:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-side-nav__home-link:focus:focus:active::before, .hds-side-nav__home-link:focus.mock-focus.mock-active::before, .hds-side-nav__home-link.mock-focus:focus:active::before, .hds-side-nav__home-link.mock-focus.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-side-nav__home-link:hover, .hds-side-nav__home-link.mock-hover {
  color: var(--token-side-nav-color-foreground-strong);
  background: var(--token-side-nav-color-surface-interactive-hover);
}

.hds-side-nav__home-link:active, .hds-side-nav__home-link.mock-active {
  color: var(--token-side-nav-color-foreground-strong);
  background: var(--token-side-nav-color-surface-interactive-active);
}

.hds-side-nav-header__actions-container {
  display: flex;
}

.hds-side-nav-header__actions-container > * + * {
  margin-left: var(--token-side-nav-header-actions-spacing);
}

.hds-side-nav__dropdown .hds-dropdown-toggle-icon,
.hds-side-nav__dropdown .hds-dropdown-toggle-button {
  color: var(--token-side-nav-color-foreground-strong);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: var(--token-side-nav-body-list-item-border-radius);
  cursor: pointer;
  border-color: var(--token-color-palette-neutral-500);
}

.hds-side-nav__dropdown .hds-dropdown-toggle-icon:focus, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-focus,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:focus,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-focus {
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-side-nav__dropdown .hds-dropdown-toggle-icon:focus::before, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-focus::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:focus::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-focus::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-side-nav__dropdown .hds-dropdown-toggle-icon:focus:focus::before, .hds-side-nav__dropdown .hds-dropdown-toggle-icon:focus.mock-focus::before, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-focus:focus::before, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-focus.mock-focus::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:focus:focus::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:focus.mock-focus::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-focus:focus::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-focus.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-side-nav__dropdown .hds-dropdown-toggle-icon:focus:focus:not(:focus-visible)::before, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-focus:focus:not(:focus-visible)::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:focus:focus:not(:focus-visible)::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-focus:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-side-nav__dropdown .hds-dropdown-toggle-icon:focus:focus-visible::before, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-focus:focus-visible::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:focus:focus-visible::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-focus:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-side-nav__dropdown .hds-dropdown-toggle-icon:focus:focus:active::before, .hds-side-nav__dropdown .hds-dropdown-toggle-icon:focus.mock-focus.mock-active::before, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-focus:focus:active::before, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-focus.mock-focus.mock-active::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:focus:focus:active::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:focus.mock-focus.mock-active::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-focus:focus:active::before,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-focus.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-side-nav__dropdown .hds-dropdown-toggle-icon:hover, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-hover,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:hover,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-hover {
  color: var(--token-side-nav-color-foreground-strong);
  background: var(--token-side-nav-color-surface-interactive-hover);
}

.hds-side-nav__dropdown .hds-dropdown-toggle-icon:active, .hds-side-nav__dropdown .hds-dropdown-toggle-icon.mock-active,
.hds-side-nav__dropdown .hds-dropdown-toggle-button:active,
.hds-side-nav__dropdown .hds-dropdown-toggle-button.mock-active {
  color: var(--token-side-nav-color-foreground-strong);
  background: var(--token-side-nav-color-surface-interactive-active);
  border-color: var(--token-color-palette-neutral-400);
}

.hds-side-nav__icon-button {
  color: var(--token-side-nav-color-foreground-strong);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: var(--token-side-nav-body-list-item-border-radius);
  cursor: pointer;
  border-color: var(--token-color-palette-neutral-500);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 5px;
}

.hds-side-nav__icon-button:focus, .hds-side-nav__icon-button.mock-focus {
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-side-nav__icon-button:focus::before, .hds-side-nav__icon-button.mock-focus::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-side-nav__icon-button:focus:focus::before, .hds-side-nav__icon-button:focus.mock-focus::before, .hds-side-nav__icon-button.mock-focus:focus::before, .hds-side-nav__icon-button.mock-focus.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-side-nav__icon-button:focus:focus:not(:focus-visible)::before, .hds-side-nav__icon-button.mock-focus:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-side-nav__icon-button:focus:focus-visible::before, .hds-side-nav__icon-button.mock-focus:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-side-nav__icon-button:focus:focus:active::before, .hds-side-nav__icon-button:focus.mock-focus.mock-active::before, .hds-side-nav__icon-button.mock-focus:focus:active::before, .hds-side-nav__icon-button.mock-focus.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-side-nav__icon-button:hover, .hds-side-nav__icon-button.mock-hover {
  color: var(--token-side-nav-color-foreground-strong);
  background: var(--token-side-nav-color-surface-interactive-hover);
}

.hds-side-nav__icon-button:active, .hds-side-nav__icon-button.mock-active {
  color: var(--token-side-nav-color-foreground-strong);
  background: var(--token-side-nav-color-surface-interactive-active);
  border-color: var(--token-color-palette-neutral-400);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-side-nav__content {
  margin: 0 calc(var(--token-side-nav-wrapper-padding-horizontal) * -1);
}

.hds-side-nav__content-panels {
  display: grid;
  grid-template-columns: repeat(5, var(--hds-app-sidenav-width-expanded));
  width: 100%;
}

.hds-side-nav__content-panel {
  padding: 0 var(--token-side-nav-wrapper-padding-horizontal);
}

.hds-side-nav__list-title {
  display: flex;
  align-items: center;
  min-height: 34px;
  margin-top: var(--token-side-nav-body-list-margin-vertical);
  padding: 0 var(--token-side-nav-body-list-item-padding-horizontal);
  color: var(--token-side-nav-color-foreground-faint);
}

.hds-side-nav__list-wrapper:first-child .hds-side-nav__list-item:first-child > .hds-side-nav__list-title {
  margin-top: 0;
}

.hds-side-nav__list-wrapper,
.hds-side-nav__list {
  margin: 0;
  padding: 0;
}

.hds-side-nav__list-item {
  list-style-type: none;
}

.hds-side-nav__list-item + .hds-side-nav__list-item {
  margin-top: var(--token-side-nav-body-list-item-spacing-vertical);
}

.hds-side-nav__list-item-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: var(--token-side-nav-body-list-item-height);
  padding: var(--token-side-nav-body-list-item-padding-vertical) var(--token-side-nav-body-list-item-padding-horizontal);
  color: var(--token-side-nav-color-foreground-primary);
  text-decoration: none;
  background: var(--token-side-nav-color-surface-primary);
  border-color: transparent;
  border-radius: var(--token-side-nav-body-list-item-border-radius);
}

.hds-side-nav__list-item-link:focus, .hds-side-nav__list-item-link.mock-focus {
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-side-nav__list-item-link:focus::before, .hds-side-nav__list-item-link.mock-focus::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-side-nav__list-item-link:focus:focus::before, .hds-side-nav__list-item-link:focus.mock-focus::before, .hds-side-nav__list-item-link.mock-focus:focus::before, .hds-side-nav__list-item-link.mock-focus.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-side-nav__list-item-link:focus:focus:not(:focus-visible)::before, .hds-side-nav__list-item-link.mock-focus:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-side-nav__list-item-link:focus:focus-visible::before, .hds-side-nav__list-item-link.mock-focus:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-side-nav__list-item-link:focus:focus:active::before, .hds-side-nav__list-item-link:focus.mock-focus.mock-active::before, .hds-side-nav__list-item-link.mock-focus:focus:active::before, .hds-side-nav__list-item-link.mock-focus.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-side-nav__list-item-link:hover, .hds-side-nav__list-item-link.mock-hover {
  background: var(--token-side-nav-color-surface-interactive-hover);
  border-color: transparent;
}

.hds-side-nav__list-item-link:hover .hds-side-nav__list-item-text,
.hds-side-nav__list-item-link:hover .hds-side-nav__list-item-icon-leading,
.hds-side-nav__list-item-link:hover .hds-side-nav__list-item-icon-trailing, .hds-side-nav__list-item-link.mock-hover .hds-side-nav__list-item-text,
.hds-side-nav__list-item-link.mock-hover .hds-side-nav__list-item-icon-leading,
.hds-side-nav__list-item-link.mock-hover .hds-side-nav__list-item-icon-trailing {
  color: var(--token-side-nav-color-foreground-strong);
}

.hds-side-nav__list-item-link:hover:focus, .hds-side-nav__list-item-link.active, .hds-side-nav__list-item-link:active, .hds-side-nav__list-item-link.mock-active {
  background: var(--token-side-nav-color-surface-interactive-active);
}

.hds-side-nav__list-item-link:hover:focus .hds-side-nav__list-item-text,
.hds-side-nav__list-item-link:hover:focus .hds-side-nav__list-item-icon-leading,
.hds-side-nav__list-item-link:hover:focus .hds-side-nav__list-item-icon-trailing, .hds-side-nav__list-item-link.active .hds-side-nav__list-item-text,
.hds-side-nav__list-item-link.active .hds-side-nav__list-item-icon-leading,
.hds-side-nav__list-item-link.active .hds-side-nav__list-item-icon-trailing, .hds-side-nav__list-item-link:active .hds-side-nav__list-item-text,
.hds-side-nav__list-item-link:active .hds-side-nav__list-item-icon-leading,
.hds-side-nav__list-item-link:active .hds-side-nav__list-item-icon-trailing, .hds-side-nav__list-item-link.mock-active .hds-side-nav__list-item-text,
.hds-side-nav__list-item-link.mock-active .hds-side-nav__list-item-icon-leading,
.hds-side-nav__list-item-link.mock-active .hds-side-nav__list-item-icon-trailing {
  color: var(--token-side-nav-color-foreground-strong);
}

.hds-side-nav__list-item-link:hover:focus .hds-badge,
.hds-side-nav__list-item-link:hover:focus .hds-badge-count, .hds-side-nav__list-item-link.active .hds-badge,
.hds-side-nav__list-item-link.active .hds-badge-count, .hds-side-nav__list-item-link:active .hds-badge,
.hds-side-nav__list-item-link:active .hds-badge-count, .hds-side-nav__list-item-link.mock-active .hds-badge,
.hds-side-nav__list-item-link.mock-active .hds-badge-count {
  color: var(--token-color-foreground-primary);
  background: var(--token-color-surface-strong);
}

.hds-side-nav__list-item-link .hds-badge,
.hds-side-nav__list-item-link .hds-badge-count {
  margin-left: var(--token-side-nav-body-list-item-content-spacing-horizontal);
}

.hds-side-nav__list-item-link--back-link:active, .hds-side-nav__list-item-link--back-link.mock-active {
  background: var(--token-side-nav-color-surface-primary);
}

.hds-side-nav__list-item-link--back-link:active .hds-side-nav__list-item-text,
.hds-side-nav__list-item-link--back-link:active .hds-side-nav__list-item-icon-leading,
.hds-side-nav__list-item-link--back-link:active .hds-side-nav__list-item-icon-trailing, .hds-side-nav__list-item-link--back-link.mock-active .hds-side-nav__list-item-text,
.hds-side-nav__list-item-link--back-link.mock-active .hds-side-nav__list-item-icon-leading,
.hds-side-nav__list-item-link--back-link.mock-active .hds-side-nav__list-item-icon-trailing {
  color: var(--token-side-nav-color-foreground-primary);
}

.hds-side-nav__list-item-text {
  color: var(--token-side-nav-color-foreground-primary);
  text-align: left;
}

.hds-side-nav__list-item-icon-leading {
  flex: none;
  margin-right: var(--token-side-nav-body-list-item-content-spacing-horizontal);
}

.hds-side-nav__list-item-icon-trailing {
  flex: none;
  margin-left: auto;
  padding-left: var(--token-side-nav-body-list-item-content-spacing-horizontal);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-side-nav .ember-a11y-refocus-skip-link {
  top: 10px;
  left: 10px;
  z-index: 20;
  width: max-content;
  padding: 2px 10px 4px;
  color: var(--token-color-foreground-action);
  font-size: var(--token-typography-display-200-font-size);
  font-family: var(--token-typography-display-200-font-family);
  line-height: var(--token-typography-display-200-line-height);
  background-color: var(--token-color-surface-faint);
  border-radius: 3px;
  transform: translateY(-200%);
  transition: 0.6s ease-in-out;
}

.hds-side-nav .ember-a11y-refocus-skip-link:focus {
  transform: translateY(0);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-stepper-indicator-step {
  position: relative;
  width: 24px;
  height: 24px;
}

.hds-stepper-indicator-step__svg-hexagon {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 1px rgba(101, 106, 118, 0.05));
}

.hds-stepper-indicator-step__svg-hexagon path {
  fill: --status-fill-color;
  stroke: --status-stroke-color;
}

.hds-stepper-indicator-step__status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hds-stepper-indicator-step__icon {
  width: 12px;
  height: 12px;
  color: --status-text-color;
}

.hds-stepper-indicator-step__text {
  width: 20px;
  overflow: hidden;
  color: --status-text-color;
  font-weight: var(--token-typography-font-weight-medium);
  font-size: 0.8125rem;
  font-family: var(--token-typography-font-stack-text);
  white-space: nowrap;
  text-align: center;
  user-select: none;
}

.hds-stepper-indicator-step--status-incomplete .hds-stepper-indicator-step__status {
  color: var(--token-color-foreground-strong);
}

.hds-stepper-indicator-step--status-incomplete .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-surface-faint);
  stroke: var(--token-color-foreground-strong);
}

.hds-stepper-indicator-step--status-progress .hds-stepper-indicator-step__status {
  color: var(--token-color-foreground-high-contrast);
}

.hds-stepper-indicator-step--status-progress .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-foreground-strong);
  stroke: var(--token-color-foreground-strong);
}

.hds-stepper-indicator-step--status-processing .hds-stepper-indicator-step__status {
  color: var(--token-color-foreground-high-contrast);
}

.hds-stepper-indicator-step--status-processing .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-foreground-strong);
  stroke: var(--token-color-foreground-strong);
}

.hds-stepper-indicator-step--status-complete .hds-stepper-indicator-step__status {
  color: var(--token-color-foreground-high-contrast);
}

.hds-stepper-indicator-step--status-complete .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-foreground-strong);
  stroke: var(--token-color-foreground-strong);
}

.hds-stepper-indicator-step--is-interactive {
  cursor: pointer;
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-incomplete .hds-stepper-indicator-step__status {
  color: var(--token-color-foreground-primary);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-incomplete .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-surface-interactive);
  stroke: var(--token-color-border-strong);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-incomplete:hover .hds-stepper-indicator-step__svg-hexagon path, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-incomplete.mock-hover .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-surface-interactive-hover);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-incomplete:active .hds-stepper-indicator-step__svg-hexagon path, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-incomplete.mock-active .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-surface-interactive-active);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-progress .hds-stepper-indicator-step__status {
  color: var(--token-color-foreground-high-contrast);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-progress .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-palette-blue-200);
  stroke: var(--token-color-palette-blue-300);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-progress:hover .hds-stepper-indicator-step__svg-hexagon path, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-progress.mock-hover .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-palette-blue-300);
  stroke: var(--token-color-palette-blue-400);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-progress:active .hds-stepper-indicator-step__svg-hexagon path, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-progress.mock-active .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-palette-blue-400);
  stroke: var(--token-color-palette-blue-400);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-processing .hds-stepper-indicator-step__status {
  color: var(--token-color-foreground-high-contrast);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-processing .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-palette-blue-200);
  stroke: var(--token-color-palette-blue-300);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-processing:hover .hds-stepper-indicator-step__svg-hexagon path, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-processing.mock-hover .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-palette-blue-300);
  stroke: var(--token-color-palette-blue-400);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-processing:active .hds-stepper-indicator-step__svg-hexagon path, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-processing.mock-active .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-palette-blue-400);
  stroke: var(--token-color-palette-blue-400);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete .hds-stepper-indicator-step__status {
  color: var(--token-color-palette-blue-200);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-palette-blue-50);
  stroke: var(--token-color-palette-blue-300);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete:hover .hds-stepper-indicator-step__status, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete.mock-hover .hds-stepper-indicator-step__status {
  color: var(--token-color-palette-blue-300);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete:hover .hds-stepper-indicator-step__svg-hexagon path, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete.mock-hover .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-palette-blue-100);
  stroke: var(--token-color-palette-blue-400);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete:active .hds-stepper-indicator-step__status, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete.mock-active .hds-stepper-indicator-step__status {
  color: var(--token-color-palette-blue-400);
}

.hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete:active .hds-stepper-indicator-step__svg-hexagon path, .hds-stepper-indicator-step--is-interactive.hds-stepper-indicator-step--status-complete.mock-active .hds-stepper-indicator-step__svg-hexagon path {
  fill: var(--token-color-palette-blue-100);
  stroke: var(--token-color-palette-blue-400);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-stepper-indicator-task {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: var(--token-color-foreground-strong);
}

.hds-stepper-indicator-task__icon {
  width: 12px;
  height: 12px;
}

.hds-stepper-indicator-task--is-interactive {
  cursor: pointer;
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-incomplete {
  color: var(--token-color-palette-neutral-300);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-incomplete:hover, .hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-incomplete.mock-hover {
  color: var(--token-color-palette-blue-300);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-incomplete:active, .hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-incomplete.mock-active {
  color: var(--token-color-palette-blue-400);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-progress {
  color: var(--token-color-palette-blue-200);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-progress:hover, .hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-progress.mock-hover {
  color: var(--token-color-palette-blue-300);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-progress:active, .hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-progress.mock-active {
  color: var(--token-color-palette-blue-400);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-processing {
  color: var(--token-color-palette-blue-200);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-processing:hover, .hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-processing.mock-hover {
  color: var(--token-color-palette-blue-300);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-processing:active, .hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-processing.mock-active {
  color: var(--token-color-palette-blue-400);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-complete {
  color: var(--token-color-palette-green-200);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-complete:hover, .hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-complete.mock-hover {
  color: var(--token-color-palette-green-300);
}

.hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-complete:active, .hds-stepper-indicator-task--is-interactive.hds-stepper-indicator-task--status-complete.mock-active {
  color: var(--token-color-palette-green-400);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-table {
  width: 100%;
  border: 1px solid var(--token-color-border-primary);
  border-radius: 6px;
  border-spacing: 0;
}

.hds-table--layout-fixed {
  table-layout: fixed;
}

.hds-table__thead .hds-table__tr {
  color: var(--token-color-foreground-strong);
  background-color: var(--token-color-surface-strong);
}

.hds-table__thead .hds-table__tr:first-of-type th:first-child {
  border-top-left-radius: 5px;
}

.hds-table__thead .hds-table__tr:first-of-type th:last-child {
  border-top-right-radius: 5px;
}

.hds-table__thead .hds-table__th,
.hds-table__thead .hds-table__th-sort {
  height: 48px;
}

.hds-table__th,
.hds-table__th-sort {
  text-align: left;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid var(--token-color-border-primary);
  border-left: none;
}

.hds-table__th {
  padding: 12px 16px;
}

.hds-table__th-sort {
  padding: 0;
}

.hds-table__th-sort button {
  width: 100%;
  height: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 16px;
  text-align: inherit;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: inherit;
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-table__th-sort button .hds-table__th-sort--button-content {
  display: flex;
  align-items: center;
}

.hds-table__th-sort button .hds-table__th-sort--button-content .flight-icon {
  flex: none;
  margin-left: 8px;
  color: var(--token-color-foreground-action);
}

.hds-table__th-sort button:hover, .hds-table__th-sort button.mock-hover {
  color: var(--token-color-foreground-strong);
  background-color: var(--token-color-palette-neutral-200);
  cursor: pointer;
}

.hds-table__th-sort button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  content: "";
}

.hds-table__th-sort button:focus::before, .hds-table__th-sort button.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-table__th-sort button:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-table__th-sort button:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-table__th-sort button:focus:active::before, .hds-table__th-sort button.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-table__th-sort button:active, .hds-table__th-sort button.mock-active {
  color: var(--token-color-foreground-strong);
  background-color: var(--token-color-palette-neutral-300);
}

.hds-table--striped .hds-table__tbody .hds-table__tr:nth-child(even) {
  background-color: var(--token-color-surface-faint);
}

.hds-table--density-short .hds-table__tbody th,
.hds-table--density-short .hds-table__tbody td {
  padding: 4px 16px;
}

.hds-table--density-medium .hds-table__tbody th,
.hds-table--density-medium .hds-table__tbody td {
  padding: 12px 16px;
}

.hds-table--density-tall .hds-table__tbody th,
.hds-table--density-tall .hds-table__tbody td {
  padding: 20px 16px;
}

.hds-table--valign-top .hds-table__tbody th,
.hds-table--valign-top .hds-table__tbody td {
  vertical-align: top;
}

.hds-table--valign-middle .hds-table__tbody th,
.hds-table--valign-middle .hds-table__tbody td {
  vertical-align: middle;
}

.hds-table__th-sort--text-right,
.hds-table__th--text-right,
.hds-table__td--text-right {
  text-align: right;
}

.hds-table__th-sort--text-center,
.hds-table__th--text-center,
.hds-table__td--text-center {
  text-align: center;
}

.hds-table__tbody .hds-table__tr {
  color: var(--token-color-foreground-primary);
  background-color: var(--token-color-surface-primary);
}

.hds-table__tbody .hds-table__tr th,
.hds-table__tbody .hds-table__tr td {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid var(--token-color-border-primary);
  border-left: none;
}

.hds-table__tbody .hds-table__tr:last-of-type th,
.hds-table__tbody .hds-table__tr:last-of-type td {
  border-bottom: none;
}

.hds-table__tbody .hds-table__tr:last-of-type th:first-child,
.hds-table__tbody .hds-table__tr:last-of-type td:first-child {
  border-bottom-left-radius: 5px;
}

.hds-table__tbody .hds-table__tr:last-of-type td:last-child {
  border-bottom-right-radius: 5px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-tabs__tablist-wrapper {
  position: relative;
}

.hds-tabs__tablist-wrapper::before {
  position: absolute;
  right: 0;
  bottom: calc((var(--token-tabs-indicator-height) - var(--token-tabs-divider-height)) / 2);
  left: 0;
  display: block;
  border-top: var(--token-tabs-divider-height) solid var(--token-color-border-primary);
  content: "";
}

.hds-tabs__tablist {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hds-tabs__tab {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--token-tabs-tab-height);
  margin: 0;
  padding: var(--token-tabs-tab-padding-vertical) var(--token-tabs-tab-padding-horizontal);
  color: var(--token-color-foreground-primary);
  white-space: nowrap;
  text-decoration: none;
  list-style: none;
}

.hds-tabs__tab:hover, .hds-tabs__tab.mock-hover {
  color: var(--token-color-foreground-action);
}

.hds-tabs__tab.hds-tabs__tab--is-selected {
  color: var(--token-color-foreground-action);
}

.hds-tabs__tab.hds-tabs__tab--is-selected:hover {
  color: var(--token-color-foreground-action-hover);
}

.hds-tabs__tab.hds-tabs__tab--is-selected:hover ~ .hds-tabs__tab-indicator {
  background: var(--token-color-foreground-action-hover);
}

.hds-tabs__tab-button {
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
  position: static;
  display: flex;
  align-items: center;
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: var(--token-tabs-tab-border-radius);
  cursor: pointer;
}

.hds-tabs__tab-button::before {
  position: absolute;
  top: var(--token-tabs-tab-focus-inset);
  right: var(--token-tabs-tab-focus-inset);
  bottom: var(--token-tabs-tab-focus-inset);
  left: var(--token-tabs-tab-focus-inset);
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-tabs__tab-button:focus::before, .hds-tabs__tab-button.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-tabs__tab-button:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-tabs__tab-button:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-tabs__tab-button:focus:active::before, .hds-tabs__tab-button.mock-focus.mock-active::before {
  box-shadow: none;
}

.hds-tabs__tab-button::after {
  position: absolute;
  content: "";
  inset: 0;
}

.hds-tabs__tab-icon {
  margin-right: var(--token-tabs-tab-gutter);
}

.hds-tabs__tab-count {
  margin-left: var(--token-tabs-tab-gutter);
}

.hds-tabs__tab-indicator {
  position: absolute;
  right: 0;
  bottom: 0;
  left: var(--indicator-left-pos);
  z-index: 10;
  display: block;
  width: var(--indicator-width);
  height: var(--token-tabs-indicator-height);
  background-color: var(--token-color-foreground-action);
  border-radius: var(--token-tabs-indicator-height);
}

@media screen and (prefers-reduced-motion: no-preference) {
  .hds-tabs__tab-indicator {
    transition-timing-function: var(--token-tabs-indicator-transition-function);
    transition-duration: var(--token-tabs-indicator-transition-duration);
    transition-property: left, width;
  }
}
.hds-tabs__panel[hidden] {
  display: none;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-tag {
  display: inline-flex;
  align-items: stretch;
  color: var(--token-color-foreground-primary);
  font-weight: var(--token-typography-font-weight-medium);
  font-size: 0.8125rem;
  font-family: var(--token-typography-font-stack-text);
  line-height: 1rem;
  vertical-align: middle;
  background-color: var(--token-color-surface-interactive);
  border: 1px solid var(--token-color-border-strong);
  border-radius: 50px;
}

.hds-tag__dismiss {
  flex: 0 0 auto;
  margin: 0;
  padding: 6px 2px 6px 8px;
  border: none;
  border-radius: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hds-tag__dismiss-icon {
  width: 12px;
  height: 12px;
  color: var(--token-color-foreground-primary);
}

.hds-tag__text,
.hds-tag__link {
  flex: 1 0 0;
  padding: 3px 10px 5px 10px;
  border-radius: inherit;
}

.hds-tag__dismiss ~ .hds-tag__text,
.hds-tag__dismiss ~ .hds-tag__link {
  padding: 3px 8px 5px 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.hds-tag__dismiss,
.hds-tag__link {
  background-color: var(--token-color-surface-interactive);
  cursor: pointer;
}

.hds-tag__dismiss:hover, .hds-tag__dismiss.mock-hover,
.hds-tag__link:hover,
.hds-tag__link.mock-hover {
  background-color: var(--token-color-surface-interactive-hover);
}

.hds-tag__dismiss:active, .hds-tag__dismiss.mock-active,
.hds-tag__link:active,
.hds-tag__link.mock-active {
  background-color: var(--token-color-surface-interactive-active);
}

.hds-tag__dismiss:focus, .hds-tag__dismiss.mock-focus,
.hds-tag__link:focus,
.hds-tag__link.mock-focus {
  outline-style: solid;
  outline-color: transparent;
  z-index: 1;
}

.hds-tag__dismiss:focus:focus, .hds-tag__dismiss:focus.mock-focus, .hds-tag__dismiss.mock-focus:focus, .hds-tag__dismiss.mock-focus.mock-focus,
.hds-tag__link:focus:focus,
.hds-tag__link:focus.mock-focus,
.hds-tag__link.mock-focus:focus,
.hds-tag__link.mock-focus.mock-focus {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-tag__dismiss:focus:focus:not(:focus-visible), .hds-tag__dismiss.mock-focus:focus:not(:focus-visible),
.hds-tag__link:focus:focus:not(:focus-visible),
.hds-tag__link.mock-focus:focus:not(:focus-visible) {
  box-shadow: none;
}

.hds-tag__dismiss:focus:focus-visible, .hds-tag__dismiss.mock-focus:focus-visible,
.hds-tag__link:focus:focus-visible,
.hds-tag__link.mock-focus:focus-visible {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-tag__dismiss:focus:focus:active, .hds-tag__dismiss:focus.mock-focus.mock-active, .hds-tag__dismiss.mock-focus:focus:active, .hds-tag__dismiss.mock-focus.mock-focus.mock-active,
.hds-tag__link:focus:focus:active,
.hds-tag__link:focus.mock-focus.mock-active,
.hds-tag__link.mock-focus:focus:active,
.hds-tag__link.mock-focus.mock-focus.mock-active {
  box-shadow: none;
}

.hds-tag--color-primary .hds-tag__link {
  color: var(--token-color-foreground-action);
}

.hds-tag--color-primary .hds-tag__link:hover, .hds-tag--color-primary .hds-tag__link.mock-hover {
  color: var(--token-color-foreground-action-hover);
}

.hds-tag--color-primary .hds-tag__link:active, .hds-tag--color-primary .hds-tag__link.mock-active {
  color: var(--token-color-foreground-action-active);
}

.hds-tag--color-secondary .hds-tag__link {
  color: var(--token-color-foreground-strong);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-toast {
  width: fit-content;
  min-width: min(360px, 80vw);
  max-width: min(500px, 80vw);
  box-shadow: var(--token-elevation-higher-box-shadow);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.hds-tooltip-button {
  position: relative;
  outline-style: solid;
  outline-color: transparent;
  isolation: isolate;
}

.hds-tooltip-button::before {
  position: absolute;
  top: var(--token-tooltip-focus-offset);
  right: var(--token-tooltip-focus-offset);
  bottom: var(--token-tooltip-focus-offset);
  left: var(--token-tooltip-focus-offset);
  z-index: -1;
  border-radius: 5px;
  content: "";
}

.hds-tooltip-button:focus::before, .hds-tooltip-button.mock-focus::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-tooltip-button:focus:not(:focus-visible)::before {
  box-shadow: none;
}

.hds-tooltip-button:focus-visible::before {
  box-shadow: var(--token-focus-ring-action-box-shadow);
}

.hds-tooltip-button:focus:active::before, .hds-tooltip-button.mock-focus.mock-active::before {
  box-shadow: none;
}

:where(.hds-tooltip-button) {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  background-color: inherit;
  border: none;
}

:where(.hds-tooltip-button--is-inline) {
  display: inline-flex;
}

:where(.hds-tooltip-button--is-block) {
  display: flex;
}

.tippy-box[data-theme~=hds] {
  padding: var(--token-tooltip-padding-vertical) var(--token-tooltip-padding-horizontal);
  color: var(--token-tooltip-color-foreground-primary);
  font-weight: var(--token-typography-font-weight-regular);
  font-size: var(--token-typography-body-200-font-size);
  font-family: var(--token-typography-body-200-font-family);
  line-height: var(--token-typography-body-200-line-height);
  overflow-wrap: break-word;
  background-color: var(--token-tooltip-color-surface-primary);
  border-radius: var(--token-tooltip-border-radius);
  box-shadow: var(--token-elevation-higher-box-shadow);
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-theme~=hds][data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-theme~=hds][data-inertia][data-state=visible] {
  transition-timing-function: var(--token-tooltip-transition-function);
}

.tippy-box[data-theme~=hds] .tippy-content {
  position: relative;
  z-index: 1;
  max-width: var(--token-tooltip-max-width);
  white-space: normal;
}

.tippy-box[data-theme~=hds] .tippy-svg-arrow {
  fill: var(--token-tooltip-color-surface-primary);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  /* 3 */
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  clip-path: inset(50%) !important;
  /* 2 */
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.chart.distribution-bar {
  display: block;
  height: 100%;
}
.chart.distribution-bar svg {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.chart.distribution-bar svg .bars rect {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.chart.distribution-bar svg .bars .clickable {
  cursor: pointer;
}
.chart.distribution-bar svg .bars .inactive {
  opacity: 0.2;
}
.chart.distribution-bar svg .bars .target {
  opacity: 0;
}
.chart.distribution-bar svg .bars .slice-0 {
  fill: #fa8e23;
}
.chart.distribution-bar svg .bars .slice-1 {
  fill: #fac402;
}
.chart.distribution-bar svg .bars .slice-2 {
  fill: #2eb039;
}
.chart.distribution-bar svg .bars .slice-3 {
  fill: #00d1b2;
}
.chart.distribution-bar svg .bars .slice-4 {
  fill: #1563ff;
}
.chart.distribution-bar svg .bars .slice-5 {
  fill: #5c4ee5;
}
.chart.distribution-bar svg .bars .slice-6 {
  fill: #c84034;
}
.chart.distribution-bar.split-view {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.chart.distribution-bar.split-view svg {
  width: 50%;
  height: 30px;
}
.chart.distribution-bar.split-view .legend {
  list-style: none;
  width: 50%;
  padding: 1.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.chart.distribution-bar.split-view .legend li {
  display: block;
  background-color: transparent;
  transition: background-color 0.1s ease-in-out;
  padding: 0.25em 0.75em;
  margin: 0.25em;
  border-radius: 2px;
  width: 35%;
}
.chart.distribution-bar.split-view .legend li .legend-item {
  display: flex;
  align-items: center;
}
.chart.distribution-bar.split-view .legend li .legend-item .color-swatch {
  margin-right: 0.5rem;
}
.chart.distribution-bar.split-view .legend li .legend-item .text {
  flex-grow: 1;
}
.chart.distribution-bar.split-view .legend li .legend-item .text .label,
.chart.distribution-bar.split-view .legend li .legend-item .text .value {
  display: inline;
  font-weight: 400;
}
.chart.distribution-bar.split-view .legend li .legend-item .icon {
  width: 1.2rem;
  height: 1.2rem;
}
.chart.distribution-bar.split-view .legend li.is-active {
  background-color: rgba(21, 99, 255, 0.1);
}
.chart.distribution-bar.split-view .legend li.is-clickable a {
  display: block;
}
.chart.distribution-bar.split-view .legend li.is-clickable:not(.is-empty):hover {
  background-color: rgba(21, 99, 255, 0.1);
}
.chart.distribution-bar.split-view .legend li.is-empty {
  color: #7e8fa8;
}
.chart.distribution-bar.split-view .legend li.is-empty .label {
  color: #7e8fa8;
}
.chart.distribution-bar.split-view .legend li:nth-child(2n+1):last-child {
  margin-right: calc(35% + 0.75em);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.gauge-chart {
  position: relative;
  display: block;
  width: auto;
}
.gauge-chart svg {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 200px;
  height: 100%;
}
.gauge-chart .background,
.gauge-chart .fill {
  transform: translate(50%, 100%);
}
.gauge-chart .background {
  fill: #ebeef2;
}
.gauge-chart .canvas.is-white .line {
  stroke: white;
}
.gauge-chart linearGradient.is-white > .start {
  stop-color: white;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-white > .end {
  stop-color: white;
  stop-opacity: 1;
}
.gauge-chart .canvas.is-black .line {
  stroke: #0a0a0a;
}
.gauge-chart linearGradient.is-black > .start {
  stop-color: #0a0a0a;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-black > .end {
  stop-color: #0a0a0a;
  stop-opacity: 1;
}
.gauge-chart .canvas.is-light .line {
  stroke: whitesmoke;
}
.gauge-chart linearGradient.is-light > .start {
  stop-color: whitesmoke;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-light > .end {
  stop-color: whitesmoke;
  stop-opacity: 1;
}
.gauge-chart .canvas.is-dark .line {
  stroke: #234;
}
.gauge-chart linearGradient.is-dark > .start {
  stop-color: #234;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-dark > .end {
  stop-color: #234;
  stop-opacity: 1;
}
.gauge-chart .canvas.is-primary .line {
  stroke: #25ba81;
}
.gauge-chart linearGradient.is-primary > .start {
  stop-color: #25ba81;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-primary > .end {
  stop-color: #25ba81;
  stop-opacity: 1;
}
.gauge-chart .canvas.is-link .line {
  stroke: #1563ff;
}
.gauge-chart linearGradient.is-link > .start {
  stop-color: #1563ff;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-link > .end {
  stop-color: #1563ff;
  stop-opacity: 1;
}
.gauge-chart .canvas.is-info .line {
  stroke: #1563ff;
}
.gauge-chart linearGradient.is-info > .start {
  stop-color: #1563ff;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-info > .end {
  stop-color: #1563ff;
  stop-opacity: 1;
}
.gauge-chart .canvas.is-success .line {
  stroke: #2eb039;
}
.gauge-chart linearGradient.is-success > .start {
  stop-color: #2eb039;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-success > .end {
  stop-color: #2eb039;
  stop-opacity: 1;
}
.gauge-chart .canvas.is-warning .line {
  stroke: #fa8e23;
}
.gauge-chart linearGradient.is-warning > .start {
  stop-color: #fa8e23;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-warning > .end {
  stop-color: #fa8e23;
  stop-opacity: 1;
}
.gauge-chart .canvas.is-danger .line {
  stroke: #c84034;
}
.gauge-chart linearGradient.is-danger > .start {
  stop-color: #c84034;
  stop-opacity: 0.2;
}
.gauge-chart linearGradient.is-danger > .end {
  stop-color: #c84034;
  stop-opacity: 1;
}
.gauge-chart .metric {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.chart.line-chart {
  display: block;
  height: 100%;
  position: relative;
}
.chart.line-chart.with-annotations {
  margin-top: 2em;
}
.chart.line-chart > svg {
  display: block;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.chart.line-chart .hover-target {
  fill: transparent;
  stroke: transparent;
}
.chart.line-chart .line {
  fill: transparent;
  stroke-width: 1.25;
}
.chart.line-chart .area {
  fill: none;
}
.chart.line-chart .axis line,
.chart.line-chart .axis path {
  stroke: #bbc4d1;
}
.chart.line-chart .axis text {
  fill: #7e8fa8;
}
.chart.line-chart .gridlines path {
  stroke-width: 0;
}
.chart.line-chart .gridlines line {
  stroke: #d9dee6;
  stroke-dasharray: 5 10;
}
.chart.line-chart .line-chart-annotations {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.chart.line-chart .area.is-white .line {
  stroke: white;
}
.chart.line-chart linearGradient.is-white > .start {
  stop-color: white;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-white > .end {
  stop-color: white;
  stop-opacity: 0.05;
}
.chart.line-chart .area.is-black .line {
  stroke: #0a0a0a;
}
.chart.line-chart linearGradient.is-black > .start {
  stop-color: #0a0a0a;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-black > .end {
  stop-color: #0a0a0a;
  stop-opacity: 0.05;
}
.chart.line-chart .area.is-light .line {
  stroke: whitesmoke;
}
.chart.line-chart linearGradient.is-light > .start {
  stop-color: whitesmoke;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-light > .end {
  stop-color: whitesmoke;
  stop-opacity: 0.05;
}
.chart.line-chart .area.is-dark .line {
  stroke: #234;
}
.chart.line-chart linearGradient.is-dark > .start {
  stop-color: #234;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-dark > .end {
  stop-color: #234;
  stop-opacity: 0.05;
}
.chart.line-chart .area.is-primary .line {
  stroke: #25ba81;
}
.chart.line-chart linearGradient.is-primary > .start {
  stop-color: #25ba81;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-primary > .end {
  stop-color: #25ba81;
  stop-opacity: 0.05;
}
.chart.line-chart .area.is-link .line {
  stroke: #1563ff;
}
.chart.line-chart linearGradient.is-link > .start {
  stop-color: #1563ff;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-link > .end {
  stop-color: #1563ff;
  stop-opacity: 0.05;
}
.chart.line-chart .area.is-info .line {
  stroke: #1563ff;
}
.chart.line-chart linearGradient.is-info > .start {
  stop-color: #1563ff;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-info > .end {
  stop-color: #1563ff;
  stop-opacity: 0.05;
}
.chart.line-chart .area.is-success .line {
  stroke: #2eb039;
}
.chart.line-chart linearGradient.is-success > .start {
  stop-color: #2eb039;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-success > .end {
  stop-color: #2eb039;
  stop-opacity: 0.05;
}
.chart.line-chart .area.is-warning .line {
  stroke: #fa8e23;
}
.chart.line-chart linearGradient.is-warning > .start {
  stop-color: #fa8e23;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-warning > .end {
  stop-color: #fa8e23;
  stop-opacity: 0.05;
}
.chart.line-chart .area.is-danger .line {
  stroke: #c84034;
}
.chart.line-chart linearGradient.is-danger > .start {
  stop-color: #c84034;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.is-danger > .end {
  stop-color: #c84034;
  stop-opacity: 0.05;
}
.chart.line-chart linearGradient.reds > .start {
  stop-color: #e5a2aa;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.reds > .end {
  stop-color: #e5a2aa;
  stop-opacity: 0.05;
}
.chart.line-chart .area.reds .line {
  stroke: #e5a2aa;
}
.chart.line-chart linearGradient.reds-1 > .start {
  stop-color: #c73445;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.reds-1 > .end {
  stop-color: #c73445;
  stop-opacity: 0.05;
}
.chart.line-chart .area.reds-1 .line {
  stroke: #c73445;
}
.chart.line-chart linearGradient.reds-2 > .start {
  stop-color: #d15866;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.reds-2 > .end {
  stop-color: #d15866;
  stop-opacity: 0.05;
}
.chart.line-chart .area.reds-2 .line {
  stroke: #d15866;
}
.chart.line-chart linearGradient.reds-3 > .start {
  stop-color: #db7d88;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.reds-3 > .end {
  stop-color: #db7d88;
  stop-opacity: 0.05;
}
.chart.line-chart .area.reds-3 .line {
  stroke: #db7d88;
}
.chart.line-chart linearGradient.reds-4 > .start {
  stop-color: #e5a2aa;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.reds-4 > .end {
  stop-color: #e5a2aa;
  stop-opacity: 0.05;
}
.chart.line-chart .area.reds-4 .line {
  stroke: #e5a2aa;
}
.chart.line-chart linearGradient.blues > .start {
  stop-color: #8ab1ff;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.blues > .end {
  stop-color: #8ab1ff;
  stop-opacity: 0.05;
}
.chart.line-chart .area.blues .line {
  stroke: #8ab1ff;
}
.chart.line-chart linearGradient.blues-1 > .start {
  stop-color: #1563ff;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.blues-1 > .end {
  stop-color: #1563ff;
  stop-opacity: 0.05;
}
.chart.line-chart .area.blues-1 .line {
  stroke: #1563ff;
}
.chart.line-chart linearGradient.blues-2 > .start {
  stop-color: #387aff;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.blues-2 > .end {
  stop-color: #387aff;
  stop-opacity: 0.05;
}
.chart.line-chart .area.blues-2 .line {
  stroke: #387aff;
}
.chart.line-chart linearGradient.blues-3 > .start {
  stop-color: #5b92ff;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.blues-3 > .end {
  stop-color: #5b92ff;
  stop-opacity: 0.05;
}
.chart.line-chart .area.blues-3 .line {
  stroke: #5b92ff;
}
.chart.line-chart linearGradient.blues-4 > .start {
  stop-color: #8ab1ff;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.blues-4 > .end {
  stop-color: #8ab1ff;
  stop-opacity: 0.05;
}
.chart.line-chart .area.blues-4 .line {
  stroke: #8ab1ff;
}
.chart.line-chart linearGradient.ordinal > .start {
  stop-color: #c84034;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.ordinal > .end {
  stop-color: #c84034;
  stop-opacity: 0.05;
}
.chart.line-chart .area.ordinal .line {
  stroke: #c84034;
}
.chart.line-chart linearGradient.ordinal-1 > .start {
  stop-color: #fa8e23;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.ordinal-1 > .end {
  stop-color: #fa8e23;
  stop-opacity: 0.05;
}
.chart.line-chart .area.ordinal-1 .line {
  stroke: #fa8e23;
}
.chart.line-chart linearGradient.ordinal-2 > .start {
  stop-color: #fac402;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.ordinal-2 > .end {
  stop-color: #fac402;
  stop-opacity: 0.05;
}
.chart.line-chart .area.ordinal-2 .line {
  stroke: #fac402;
}
.chart.line-chart linearGradient.ordinal-3 > .start {
  stop-color: #2eb039;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.ordinal-3 > .end {
  stop-color: #2eb039;
  stop-opacity: 0.05;
}
.chart.line-chart .area.ordinal-3 .line {
  stroke: #2eb039;
}
.chart.line-chart linearGradient.ordinal-4 > .start {
  stop-color: #00d1b2;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.ordinal-4 > .end {
  stop-color: #00d1b2;
  stop-opacity: 0.05;
}
.chart.line-chart .area.ordinal-4 .line {
  stroke: #00d1b2;
}
.chart.line-chart linearGradient.ordinal-5 > .start {
  stop-color: #1563ff;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.ordinal-5 > .end {
  stop-color: #1563ff;
  stop-opacity: 0.05;
}
.chart.line-chart .area.ordinal-5 .line {
  stroke: #1563ff;
}
.chart.line-chart linearGradient.ordinal-6 > .start {
  stop-color: #5c4ee5;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.ordinal-6 > .end {
  stop-color: #5c4ee5;
  stop-opacity: 0.05;
}
.chart.line-chart .area.ordinal-6 .line {
  stroke: #5c4ee5;
}
.chart.line-chart linearGradient.ordinal-7 > .start {
  stop-color: #c84034;
  stop-opacity: 0.6;
}
.chart.line-chart linearGradient.ordinal-7 > .end {
  stop-color: #c84034;
  stop-opacity: 0.05;
}
.chart.line-chart .area.ordinal-7 .line {
  stroke: #c84034;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.chart.recommendation-chart {
  display: block;
  position: relative;
}
.chart.recommendation-chart svg.chart {
  display: inline-block;
  width: 100%;
}
.chart.recommendation-chart .resource {
  font-weight: 600;
  dominant-baseline: central;
  text-anchor: end;
}
.chart.recommendation-chart .icon.delta g {
  transform: scale(0.8);
  transform-origin: center;
}
.chart.recommendation-chart .delta {
  transition: width 1s, x 1s, transform 1s, color 0.5s;
}
.chart.recommendation-chart rect.stat,
.chart.recommendation-chart line.stat {
  transition: fill 0.5s, stroke 0.5s;
}
.chart.recommendation-chart rect.delta {
  pointer-events: none;
}
.chart.recommendation-chart polygon.delta {
  fill: #a07d02;
}
.chart.recommendation-chart .center {
  stroke: #7c8797;
  stroke-width: 1.5px;
}
.chart.recommendation-chart .stats-label {
  font-size: 0.85rem;
  text-anchor: end;
}
.chart.recommendation-chart .stats-label.right {
  text-anchor: start;
}
.chart.recommendation-chart .stats-label.hidden {
  display: none;
}
.chart.recommendation-chart text.new {
  font-weight: 600;
}
.chart.recommendation-chart text.percent {
  font-size: 0.85rem;
  text-anchor: middle;
}
.chart.recommendation-chart.increase .mean {
  fill: #c73445;
  stroke: #c73445;
}
.chart.recommendation-chart.increase .p99 {
  fill: #db7d88;
  stroke: #db7d88;
}
.chart.recommendation-chart.increase .max {
  fill: #e5a2aa;
  stroke: #e5a2aa;
}
.chart.recommendation-chart.increase rect.delta {
  fill: url(#recommendation-chart-increase-gradient);
}
.chart.recommendation-chart.increase text.percent {
  fill: #c73445;
}
.chart.recommendation-chart.decrease .mean {
  fill: #25ba81;
  stroke: #25ba81;
}
.chart.recommendation-chart.decrease .p99 {
  fill: #74d3ae;
  stroke: #74d3ae;
}
.chart.recommendation-chart.decrease .max {
  fill: #9bdfc5;
  stroke: #9bdfc5;
}
.chart.recommendation-chart.decrease rect.delta {
  fill: url(#recommendation-chart-decrease-gradient);
}
.chart.recommendation-chart.decrease text.percent {
  fill: #25ba81;
}
.chart.recommendation-chart.disabled .resource,
.chart.recommendation-chart.disabled .icon {
  fill: #7c8797;
  color: #6f7682;
}
.chart.recommendation-chart.disabled .mean {
  fill: #bac1cc;
  stroke: #bac1cc;
}
.chart.recommendation-chart.disabled .p99 {
  fill: #dce0e6;
  stroke: #dce0e6;
}
.chart.recommendation-chart.disabled .max {
  fill: #ebeef2;
  stroke: #ebeef2;
}
.chart.recommendation-chart line {
  stroke-width: 1px;
}
.chart.recommendation-chart line.zero {
  stroke: #7c8797;
}
.chart.recommendation-chart line.changes {
  stroke: #a07d02;
}
.chart.recommendation-chart line.changes:hover, .chart.recommendation-chart line.stat:hover {
  stroke-width: 2px;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.chart {
  position: relative;
}

.chart-tooltip {
  position: absolute;
  top: 0;
  display: none;
  background: white;
  color: rgba(10, 10, 10, 0.6);
  border: 1px solid #7a7a7a;
  min-width: 150px;
  margin-top: -10px;
  transform: translate(-50%, -100%);
  transition: 0.2s top ease-out, 0.2s left ease-out;
  pointer-events: none;
  z-index: 250;
}
.chart-tooltip.is-snappy {
  transition: 0.2s top ease-out, 0.05s left ease-out;
}
.chart-tooltip::before {
  pointer-events: none;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid #7a7a7a;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  transform: translateX(-7px);
  left: 50%;
  bottom: -8px;
  z-index: 250;
}
.chart-tooltip::after {
  pointer-events: none;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid white;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  transform: translateX(-6px);
  left: 50%;
  bottom: -6px;
  z-index: 250;
}
.chart-tooltip.active {
  display: block;
}
.chart-tooltip ol {
  list-style: none;
}
.chart-tooltip ol.is-static .label {
  color: #0a0a0a;
  background: white;
}
.chart-tooltip ol > li {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
}
.chart-tooltip ol > li span {
  display: inline-block;
}
.chart-tooltip ol > li .label {
  white-space: nowrap;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.chart-tooltip ol > li .label.is-empty {
  color: rgba(122, 122, 122, 0.6);
}
.chart-tooltip ol > li .value {
  padding-left: 1em;
}
.chart-tooltip ol > li + li {
  border-top: 1px solid #b5b5b5;
}
.chart-tooltip.with-active-datum li .label {
  color: rgba(10, 10, 10, 0.6);
}
.chart-tooltip.with-active-datum li.is-active {
  color: #0a0a0a;
  background: whitesmoke;
}
.chart-tooltip.with-active-datum li.is-active .label {
  color: #0a0a0a;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.chart .queued {
  fill: #dbdbdb;
}
.chart .starting .layer-0,
.chart .pending .layer-0 {
  fill: #dbdbdb;
}
.chart .starting .layer-1,
.chart .pending .layer-1 {
  fill: url(#diagonal-stripe-3);
  fill-opacity: 0.2;
}
.chart .running {
  fill: #25ba81;
}
.chart .complete {
  fill: #d9f0e6;
}
.chart .failed {
  fill: #c84034;
}
.chart .lost {
  fill: #234;
}
.chart .not-scheduled {
  fill: #8ab1ff;
}
.chart .degraded {
  fill: #fa8e23;
}
.chart .unknown {
  fill: #fac402;
}

.color-swatch {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: 0.25rem;
  vertical-align: middle;
  border-radius: 2px;
}
.color-swatch.is-wide {
  width: 2rem;
}
.color-swatch.swatch-0 {
  background: #fa8e23;
}
.color-swatch.swatch-1 {
  background: #fac402;
}
.color-swatch.swatch-2 {
  background: #2eb039;
}
.color-swatch.swatch-3 {
  background: #00d1b2;
}
.color-swatch.swatch-4 {
  background: #1563ff;
}
.color-swatch.swatch-5 {
  background: #5c4ee5;
}
.color-swatch.swatch-6 {
  background: #c84034;
}
.color-swatch.swatch-reds {
  background: #e5a2aa;
}
.color-swatch.swatch-reds-1 {
  background: #c73445;
}
.color-swatch.swatch-reds-2 {
  background: #d15866;
}
.color-swatch.swatch-reds-3 {
  background: #db7d88;
}
.color-swatch.swatch-reds-4 {
  background: #e5a2aa;
}
.color-swatch.swatch-blues {
  background: #8ab1ff;
}
.color-swatch.swatch-blues-1 {
  background: #1563ff;
}
.color-swatch.swatch-blues-2 {
  background: #387aff;
}
.color-swatch.swatch-blues-3 {
  background: #5b92ff;
}
.color-swatch.swatch-blues-4 {
  background: #8ab1ff;
}
.color-swatch.swatch-ordinal {
  background: #c84034;
}
.color-swatch.swatch-ordinal-1 {
  background: #fa8e23;
}
.color-swatch.swatch-ordinal-2 {
  background: #fac402;
}
.color-swatch.swatch-ordinal-3 {
  background: #2eb039;
}
.color-swatch.swatch-ordinal-4 {
  background: #00d1b2;
}
.color-swatch.swatch-ordinal-5 {
  background: #1563ff;
}
.color-swatch.swatch-ordinal-6 {
  background: #5c4ee5;
}
.color-swatch.swatch-ordinal-7 {
  background: #c84034;
}
.color-swatch.queued {
  box-shadow: inset 0 0 0 1px rgba(10, 10, 10, 0.3);
  background: #dbdbdb;
}
.color-swatch.starting, .color-swatch.pending {
  background: repeating-linear-gradient(-45deg, #dbdbdb, #dbdbdb 3px, #9c9c9c 3px, #9c9c9c 6px);
}
.color-swatch.running {
  background: #25ba81;
}
.color-swatch.complete {
  background: #d9f0e6;
}
.color-swatch.failed {
  background: #c84034;
}
.color-swatch.lost {
  background: #234;
}
.color-swatch.unknown {
  background: #fac402;
}
.color-swatch.not-scheduled {
  background: #8ab1ff;
}
.color-swatch.degraded {
  background: #fa8e23;
}
.color-swatch.canceled {
  background: #234;
}
.color-swatch.blocked {
  background: #c84034;
}
.color-swatch.is-white {
  background: white;
}
.color-swatch.is-black {
  background: #0a0a0a;
}
.color-swatch.is-light {
  background: whitesmoke;
}
.color-swatch.is-dark {
  background: #234;
}
.color-swatch.is-primary {
  background: #25ba81;
}
.color-swatch.is-link {
  background: #1563ff;
}
.color-swatch.is-info {
  background: #1563ff;
}
.color-swatch.is-success {
  background: #2eb039;
}
.color-swatch.is-warning {
  background: #fa8e23;
}
.color-swatch.is-danger {
  background: #c84034;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.chart-vertical-annotation {
  position: absolute;
  height: 100%;
}
.chart-vertical-annotation.is-staggered {
  height: calc(100% + 15px);
}
.chart-vertical-annotation .indicator {
  color: #7a7a7a;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: transparent;
  margin-left: -10px;
  margin-top: -10px;
  cursor: pointer;
  pointer-events: auto;
}
.chart-vertical-annotation .indicator.is-active {
  box-shadow: inset 0 0 0 2px #1563ff;
}
.chart-vertical-annotation .indicator .icon {
  width: 100%;
  height: 100%;
}
.chart-vertical-annotation.is-white .indicator {
  color: white;
}
.chart-vertical-annotation.is-white .indicator:hover, .chart-vertical-annotation.is-white .indicator.is-hovered {
  color: #f9f9f9;
}
.chart-vertical-annotation.is-black .indicator {
  color: #0a0a0a;
}
.chart-vertical-annotation.is-black .indicator:hover, .chart-vertical-annotation.is-black .indicator.is-hovered {
  color: #040404;
}
.chart-vertical-annotation.is-light .indicator {
  color: whitesmoke;
}
.chart-vertical-annotation.is-light .indicator:hover, .chart-vertical-annotation.is-light .indicator.is-hovered {
  color: #eeeeee;
}
.chart-vertical-annotation.is-dark .indicator {
  color: #234;
}
.chart-vertical-annotation.is-dark .indicator:hover, .chart-vertical-annotation.is-dark .indicator.is-hovered {
  color: #1e2d3c;
}
.chart-vertical-annotation.is-primary .indicator {
  color: #25ba81;
}
.chart-vertical-annotation.is-primary .indicator:hover, .chart-vertical-annotation.is-primary .indicator.is-hovered {
  color: #23af7a;
}
.chart-vertical-annotation.is-link .indicator {
  color: #1563ff;
}
.chart-vertical-annotation.is-link .indicator:hover, .chart-vertical-annotation.is-link .indicator.is-hovered {
  color: #085bff;
}
.chart-vertical-annotation.is-info .indicator {
  color: #1563ff;
}
.chart-vertical-annotation.is-info .indicator:hover, .chart-vertical-annotation.is-info .indicator.is-hovered {
  color: #085bff;
}
.chart-vertical-annotation.is-success .indicator {
  color: #2eb039;
}
.chart-vertical-annotation.is-success .indicator:hover, .chart-vertical-annotation.is-success .indicator.is-hovered {
  color: #2ba636;
}
.chart-vertical-annotation.is-warning .indicator {
  color: #fa8e23;
}
.chart-vertical-annotation.is-warning .indicator:hover, .chart-vertical-annotation.is-warning .indicator.is-hovered {
  color: #fa8817;
}
.chart-vertical-annotation.is-danger .indicator {
  color: #c84034;
}
.chart-vertical-annotation.is-danger .indicator:hover, .chart-vertical-annotation.is-danger .indicator.is-hovered {
  color: #be3d31;
}
.chart-vertical-annotation .line {
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: calc(100% - 8px);
  background: #7a7a7a;
  z-index: -1;
}

.chart-horizontal-annotation {
  position: absolute;
  width: 100%;
}
.chart-horizontal-annotation .indicator {
  transform: translateY(-50%);
  display: block;
  border: none;
  border-radius: 100px;
  background: #c84034;
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  margin-left: 10px;
  pointer-events: auto;
}
.chart-horizontal-annotation .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #c84034;
  z-index: -1;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.topo-viz .topo-viz-datacenters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: -0.75em;
}
.topo-viz .topo-viz-datacenters .topo-viz-datacenter {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  width: calc(50% - 0.75em);
}
.topo-viz.is-single-column .topo-viz-datacenter {
  width: 100%;
}
.topo-viz .topo-viz-edges {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  overflow: visible;
}
.topo-viz .topo-viz-edges .edge {
  stroke-width: 2;
  stroke: #1563ff;
  fill: none;
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
.topo-viz-node {
  display: block;
}
.topo-viz-node .label {
  font-weight: 400;
}
.topo-viz-node .chart {
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.topo-viz-node .chart .node-background {
  fill: whitesmoke;
  stroke-width: 1;
  stroke: #dbdbdb;
}
.topo-viz-node .chart .node-background.is-interactive:hover {
  fill: white;
  stroke: #b5b5b5;
}
.topo-viz-node .chart .node-background.is-selected, .topo-viz-node .chart .node-background.is-selected:hover {
  fill: white;
  stroke: #7a7a7a;
}
.topo-viz-node .chart .dimension-background {
  fill: #e8e8e8;
}
.topo-viz-node .chart .dimensions.is-active .bar {
  opacity: 0.2;
}
.topo-viz-node .chart .dimensions.is-active .bar.is-active {
  opacity: 1;
}
.topo-viz-node .chart .bar {
  cursor: pointer;
}
.topo-viz-node .chart .bar.is-selected, .topo-viz-node .chart .bar.is-selected .layer-0 {
  stroke-width: 1px;
  stroke: #1563ff;
  fill: #c0d5ff;
}
.topo-viz-node .chart .label {
  text-anchor: middle;
  dominant-baseline: central;
  font-weight: 400;
  fill: #7a7a7a;
  pointer-events: none;
}
.topo-viz-node .empty-text {
  fill: #c84034;
  transform: translate(50%, 50%);
}
.topo-viz-node .empty-text text {
  text-anchor: middle;
  dominant-baseline: central;
}
.topo-viz-node + .topo-viz-node {
  margin-top: 1em;
}
.topo-viz-node.is-empty .node-background {
  stroke: #c84034;
  stroke-width: 2;
  fill: white;
}
.topo-viz-node.is-empty .dimension-background {
  fill: none;
}

.flex-masonry-columns-2 > .flex-masonry-item > .topo-viz-node .chart,
.flex-masonry-columns-2 > .flex-masonry-item > .topo-viz-node .label {
  width: calc(100% - 0.75em);
}

.inline-chart {
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.inline-chart.is-small {
  width: 50px;
}

.svg-pattern {
  overflow: hidden;
  position: absolute;
  left: -100%;
}
.svg-pattern .das-gradient {
  --full-color: rgba(250, 206, 48, 0.7);
  --faint-color: rgba(250, 206, 48, 0.1);
}

/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: BUSL-1.1
 */
#storybook .mock-content {
  display: flex;
  min-height: 250px;
  height: 100%;
}
#storybook .mock-content .mock-image,
#storybook .mock-content .mock-copy {
  min-height: 100%;
  width: 100%;
  margin: 1em;
}
#storybook .mock-content .mock-image {
  background: linear-gradient(to top right, transparent 0%, transparent 49%, #bbc4d1 49%, #bbc4d1 51%, transparent 51%, transparent 100%), linear-gradient(to bottom right, transparent 0%, transparent 49%, #bbc4d1 49%, #bbc4d1 51%, transparent 51%, transparent 100%);
}
#storybook .mock-content .mock-copy {
  background: repeating-linear-gradient(to bottom, #bbc4d1, #bbc4d1 5px, transparent 5px, transparent 14px);
}
#storybook .mock-content .mock-vague {
  background: #e9ecf0;
  width: 100%;
  height: 100%;
}
#storybook .mock-spacing {
  padding: 2em;
}
#storybook .annotation {
  padding: 1rem 0;
  font-size: 0.9rem;
}
#storybook .palette .title {
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 2px;
  padding-top: 10px;
}
#storybook .palette .description {
  font-size: 0.8rem;
  padding-bottom: 5px;
}
#storybook .palette .item {
  border: solid 1px #bbc4d1;
  display: inline-block;
  margin: 0 5px 5px 0;
}
#storybook .palette .item .color {
  height: 90px;
  width: 160px;
}
#storybook .palette .item .info {
  background-color: white;
  border-top: solid 1px #bbc4d1;
  padding: 5px;
}
#storybook .palette .item .hex {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}
#storybook .palette .item .name {
  color: #6f7682;
  font-size: 11px;
  margin-top: 0;
}
#storybook .typeface .hero,
#storybook .typeface .sample {
  font-family: inherit;
}
#storybook .typeface .hero {
  font-size: 140px;
  line-height: 1.05;
}
#storybook .typeface .sample {
  font-size: 15px;
  margin: 0;
}
#storybook .multiples {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#storybook .multiples.with-spacing > * {
  margin-right: 1em;
  margin-bottom: 1em;
}
#storybook .multiples.is-left-aligned {
  justify-content: flex-start;
}
#storybook .chart-container {
  width: 200px;
  padding: 15px;
  border: 1px solid #dce0e6;
  display: inline-block;
}
#storybook .chart-container.is-small {
  width: 150px;
}
#storybook .chart-container.is-large {
  width: 250px;
}
#storybook .chart-container.is-xlarge {
  width: 300px;
}
#storybook .tile-list {
  display: flex;
  flex-wrap: wrap;
}
#storybook .tile-list .icon-tile {
  width: 240px;
  padding: 10px;
  margin: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
}
#storybook .tile-list .icon-tile svg {
  margin: auto;
  width: 30px;
  height: 30;
  fill: #7a7a7a;
  color: #7a7a7a;
}
#storybook .mock-hover-region {
  width: 200px;
  height: 100px;
  position: relative;
  border-radius: 2px;
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #bbc4d1;
  background: whitesmoke;
  color: #7a7a7a;
  font-weight: 700;
}
#storybook .title:not(:first-child) {
  margin-top: 2em;
}

/*# sourceMappingURL=nomad-ui.css.map */