/* ------ buttons ----- */
/* ------ typography ----- */
@keyframes skeleton {
  0% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
  20% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
  28% {
    transform: scaleX(1);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0);
    transform-origin: right;
  }
  58% {
    transform: scaleX(0);
    transform-origin: right;
  }
  82% {
    transform: scaleX(1);
    transform-origin: right;
  }
  83% {
    transform: scaleX(1);
    transform-origin: left;
  }
  96% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    opacity: 0.3;
    transform: scaleX(0);
    transform-origin: left;
  }
}
.bx--text-truncate--end {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bx--text-truncate--front {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bx--inline-notification {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  position: relative;
  display: flex;
  width: 100%;
  min-width: 18rem;
  max-width: 18rem;
  height: auto;
  min-height: 3rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.bx--inline-notification *,
.bx--inline-notification *::before,
.bx--inline-notification *::after {
  box-sizing: inherit;
}
@media (min-width: 42rem) {
  .bx--inline-notification {
    max-width: 38rem;
    flex-wrap: nowrap;
  }
}
@media (min-width: 66rem) {
  .bx--inline-notification {
    max-width: 46rem;
  }
}
@media (min-width: 99rem) {
  .bx--inline-notification {
    max-width: 52rem;
  }
}
.bx--inline-notification:not(.bx--inline-notification--low-contrast) a {
  color: #78a9ff;
}
.bx--inline-notification a {
  text-decoration: none;
}
.bx--inline-notification a:hover {
  text-decoration: underline;
}
.bx--inline-notification a:focus {
  outline: 1px solid #78a9ff;
}
.bx--inline-notification.bx--inline-notification--low-contrast a:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--inline-notification.bx--inline-notification--low-contrast a:focus {
    outline-style: dotted;
  }
}
.bx--inline-notification--low-contrast {
  color: #161616;
}
.bx--inline-notification--low-contrast::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  content: "";
  filter: opacity(0.4);
  pointer-events: none;
}
.bx--inline-notification--error {
  border-left: 3px solid #fa4d56;
  background: #393939;
}
.bx--inline-notification--error .bx--inline-notification__icon,
.bx--inline-notification--error .bx--toast-notification__icon,
.bx--inline-notification--error .bx--actionable-notification__icon {
  fill: #fa4d56;
}
.bx--inline-notification--low-contrast.bx--inline-notification--error {
  border-left: 3px solid #da1e28;
  background: #fff1f1;
}
.bx--inline-notification--low-contrast.bx--inline-notification--error .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--error .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--error .bx--actionable-notification__icon {
  fill: #da1e28;
}
.bx--inline-notification--low-contrast.bx--inline-notification--error::before {
  border-color: #da1e28;
}
.bx--inline-notification--success {
  border-left: 3px solid #42be65;
  background: #393939;
}
.bx--inline-notification--success .bx--inline-notification__icon,
.bx--inline-notification--success .bx--toast-notification__icon,
.bx--inline-notification--success .bx--actionable-notification__icon {
  fill: #42be65;
}
.bx--inline-notification--low-contrast.bx--inline-notification--success {
  border-left: 3px solid #198038;
  background: #defbe6;
}
.bx--inline-notification--low-contrast.bx--inline-notification--success .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--success .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--success .bx--actionable-notification__icon {
  fill: #198038;
}
.bx--inline-notification--low-contrast.bx--inline-notification--success::before {
  border-color: #198038;
}
.bx--inline-notification--info,
.bx--inline-notification--info-square {
  border-left: 3px solid #4589ff;
  background: #393939;
}
.bx--inline-notification--info .bx--inline-notification__icon,
.bx--inline-notification--info .bx--toast-notification__icon,
.bx--inline-notification--info .bx--actionable-notification__icon,
.bx--inline-notification--info-square .bx--inline-notification__icon,
.bx--inline-notification--info-square .bx--toast-notification__icon,
.bx--inline-notification--info-square .bx--actionable-notification__icon {
  fill: #4589ff;
}
.bx--inline-notification--low-contrast.bx--inline-notification--info,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square {
  border-left: 3px solid #0043ce;
  background: #edf5ff;
}
.bx--inline-notification--low-contrast.bx--inline-notification--info .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info .bx--actionable-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square .bx--actionable-notification__icon {
  fill: #0043ce;
}
.bx--inline-notification--low-contrast.bx--inline-notification--info::before,
.bx--inline-notification--low-contrast.bx--inline-notification--info-square::before {
  border-color: #0043ce;
}
.bx--inline-notification--warning,
.bx--inline-notification--warning-alt {
  border-left: 3px solid #f1c21b;
  background: #393939;
}
.bx--inline-notification--warning .bx--inline-notification__icon,
.bx--inline-notification--warning .bx--toast-notification__icon,
.bx--inline-notification--warning .bx--actionable-notification__icon,
.bx--inline-notification--warning-alt .bx--inline-notification__icon,
.bx--inline-notification--warning-alt .bx--toast-notification__icon,
.bx--inline-notification--warning-alt .bx--actionable-notification__icon {
  fill: #f1c21b;
}
.bx--inline-notification--low-contrast.bx--inline-notification--warning,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt {
  border-left: 3px solid #f1c21b;
  background: rgb(252.9, 245.85, 220.8);
}
.bx--inline-notification--low-contrast.bx--inline-notification--warning .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning .bx--actionable-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt .bx--inline-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt .bx--toast-notification__icon,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt .bx--actionable-notification__icon {
  fill: #f1c21b;
}
.bx--inline-notification--low-contrast.bx--inline-notification--warning::before,
.bx--inline-notification--low-contrast.bx--inline-notification--warning-alt::before {
  border-color: #f1c21b;
}
.bx--inline-notification--warning .bx--inline-notification__icon path[opacity="0"] {
  fill: #000000;
  opacity: 1;
}
.bx--inline-notification__details {
  display: flex;
  flex-grow: 1;
  margin: 0 3rem 0 1rem;
}
@media (min-width: 42rem) {
  .bx--inline-notification__details {
    margin: 0 1rem;
  }
}
.bx--inline-notification__icon {
  flex-shrink: 0;
  margin-top: 0.875rem;
  margin-right: 1rem;
}
.bx--inline-notification__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0.9375rem 0;
}
.bx--inline-notification__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.28572;
  letter-spacing: 0.16px;
  margin: 0 0.25rem 0 0;
}
.bx--inline-notification__subtitle {
  word-break: break-word;
}
.bx--inline-notification__action-button.bx--btn--ghost {
  height: 2rem;
  margin-bottom: 0.5rem;
  margin-left: 2.5rem;
}
@media (min-width: 42rem) {
  .bx--inline-notification__action-button.bx--btn--ghost {
    margin: 0.5rem 0;
  }
}
.bx--inline-notification:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost {
  color: #78a9ff;
}
.bx--inline-notification__action-button.bx--btn--ghost:active,
.bx--inline-notification__action-button.bx--btn--ghost:hover {
  background-color: #4c4c4c;
}
.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:active,
.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:hover {
  background-color: #ffffff;
}
.bx--inline-notification__action-button.bx--btn--ghost:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:focus {
  outline-color: #0f62fe;
}
.bx--inline-notification--hide-close-button .bx--inline-notification__action-button.bx--btn--ghost {
  margin-right: 0.5rem;
}
.bx--inline-notification__close-button {
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.bx--inline-notification__close-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
.bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #ffffff;
}
@media (min-width: 42rem) {
  .bx--inline-notification__close-button {
    position: static;
  }
}
.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
    outline-style: dotted;
  }
}
.bx--inline-notification--low-contrast .bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #161616;
}
/* stylelint-disable */
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--inline-notification {
    outline: 1px solid transparent;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--inline-notification__close-button:focus,
  .bx--btn.bx--btn--ghost.bx--inline-notification__action-button:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--inline-notification__icon {
    fill: ButtonText;
  }
}
/* stylelint-enable */
.bx--toast-notification {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  display: flex;
  width: 18rem;
  height: auto;
  padding-left: 1rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.bx--toast-notification *,
.bx--toast-notification *::before,
.bx--toast-notification *::after {
  box-sizing: inherit;
}
.bx--toast-notification:first-child {
  margin-top: 1rem;
}
@media (min-width: 99rem) {
  .bx--toast-notification {
    width: 22rem;
  }
}
.bx--toast-notification:not(.bx--toast-notification--low-contrast) a {
  color: #78a9ff;
}
.bx--toast-notification a {
  text-decoration: none;
}
.bx--toast-notification a:hover {
  text-decoration: underline;
}
.bx--toast-notification a:focus {
  outline: 1px solid #78a9ff;
}
.bx--toast-notification.bx--toast-notification--low-contrast a:focus {
  outline: 1px solid #0f62fe;
}
@media screen and (prefers-contrast) {
  .bx--toast-notification.bx--toast-notification--low-contrast a:focus {
    outline-style: dotted;
  }
}
.bx--toast-notification--low-contrast {
  color: #161616;
}
.bx--toast-notification--error {
  border-left: 3px solid #fa4d56;
  background: #393939;
}
.bx--toast-notification--error .bx--inline-notification__icon,
.bx--toast-notification--error .bx--toast-notification__icon,
.bx--toast-notification--error .bx--actionable-notification__icon {
  fill: #fa4d56;
}
.bx--toast-notification--low-contrast.bx--toast-notification--error {
  border-left: 3px solid #da1e28;
  background: #fff1f1;
}
.bx--toast-notification--low-contrast.bx--toast-notification--error .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--error .bx--toast-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--error .bx--actionable-notification__icon {
  fill: #da1e28;
}
.bx--toast-notification--success {
  border-left: 3px solid #42be65;
  background: #393939;
}
.bx--toast-notification--success .bx--inline-notification__icon,
.bx--toast-notification--success .bx--toast-notification__icon,
.bx--toast-notification--success .bx--actionable-notification__icon {
  fill: #42be65;
}
.bx--toast-notification--low-contrast.bx--toast-notification--success {
  border-left: 3px solid #198038;
  background: #defbe6;
}
.bx--toast-notification--low-contrast.bx--toast-notification--success .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--success .bx--toast-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--success .bx--actionable-notification__icon {
  fill: #198038;
}
.bx--toast-notification--info,
.bx--toast-notification--info-square {
  border-left: 3px solid #4589ff;
  background: #393939;
}
.bx--toast-notification--info .bx--inline-notification__icon,
.bx--toast-notification--info .bx--toast-notification__icon,
.bx--toast-notification--info .bx--actionable-notification__icon,
.bx--toast-notification--info-square .bx--inline-notification__icon,
.bx--toast-notification--info-square .bx--toast-notification__icon,
.bx--toast-notification--info-square .bx--actionable-notification__icon {
  fill: #4589ff;
}
.bx--toast-notification--low-contrast.bx--toast-notification--info,
.bx--toast-notification--low-contrast.bx--toast-notification--info-square {
  border-left: 3px solid #0043ce;
  background: #edf5ff;
}
.bx--toast-notification--low-contrast.bx--toast-notification--info .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--info .bx--toast-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--info .bx--actionable-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--info-square .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--info-square .bx--toast-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--info-square .bx--actionable-notification__icon {
  fill: #0043ce;
}
.bx--toast-notification--warning,
.bx--toast-notification--warning-alt {
  border-left: 3px solid #f1c21b;
  background: #393939;
}
.bx--toast-notification--warning .bx--inline-notification__icon,
.bx--toast-notification--warning .bx--toast-notification__icon,
.bx--toast-notification--warning .bx--actionable-notification__icon,
.bx--toast-notification--warning-alt .bx--inline-notification__icon,
.bx--toast-notification--warning-alt .bx--toast-notification__icon,
.bx--toast-notification--warning-alt .bx--actionable-notification__icon {
  fill: #f1c21b;
}
.bx--toast-notification--low-contrast.bx--toast-notification--warning,
.bx--toast-notification--low-contrast.bx--toast-notification--warning-alt {
  border-left: 3px solid #f1c21b;
  background: rgb(252.9, 245.85, 220.8);
}
.bx--toast-notification--low-contrast.bx--toast-notification--warning .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--warning .bx--toast-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--warning .bx--actionable-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--warning-alt .bx--inline-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--warning-alt .bx--toast-notification__icon,
.bx--toast-notification--low-contrast.bx--toast-notification--warning-alt .bx--actionable-notification__icon {
  fill: #f1c21b;
}
.bx--toast-notification--warning .bx--toast-notification__icon path[opacity="0"] {
  fill: #000000;
  opacity: 1;
}
.bx--toast-notification__icon {
  flex-shrink: 0;
  margin-top: 1rem;
  margin-right: 1rem;
}
.bx--toast-notification__details {
  margin-right: 1rem;
}
.bx--toast-notification__close-button {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: flex;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  margin-left: auto;
  background-color: transparent;
  cursor: pointer;
  transition: outline 110ms, background-color 110ms;
}
.bx--toast-notification__close-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
.bx--toast-notification__close-button .bx--toast-notification__close-icon {
  fill: #ffffff;
}
.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
}
@media screen and (prefers-contrast) {
  .bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
    outline-style: dotted;
  }
}
.bx--toast-notification--low-contrast .bx--toast-notification__close-button .bx--toast-notification__close-icon {
  fill: #161616;
}
.bx--toast-notification__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.28572;
  letter-spacing: 0.16px;
  margin-top: 1rem;
  font-weight: 600;
  word-break: break-word;
}
.bx--toast-notification__subtitle {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #ffffff;
  word-break: break-word;
}
.bx--toast-notification--low-contrast .bx--toast-notification__subtitle {
  color: #161616;
}
.bx--toast-notification__caption {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.bx--toast-notification--low-contrast .bx--toast-notification__caption {
  color: #161616;
}
/* stylelint-disable */
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--toast-notification {
    outline: 1px solid transparent;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--toast-notification__close-button:focus {
    color: Highlight;
    outline: 1px solid Highlight;
  }
}
@media screen and (-ms-high-contrast: active), (forced-colors: active), (prefers-contrast) {
  .bx--toast-notification__icon {
    fill: ButtonText;
  }
}
/* stylelint-enable */
.bx--toast-notification {
  border-radius: 0.375rem;
  box-shadow: 0px 6px 14px 0px rgba(0, 22, 65, 0.1), 0px 3px 7px 0px rgba(0, 22, 65, 0.1), 0px 1.5px 3.5px 0px rgba(0, 22, 65, 0.1);
  border: none;
  max-width: 100%;
  min-width: 310px;
}
.bx--toast-notification *:focus-visible,
.bx--toast-notification *:focus-visible:hover {
  outline: none;
}
.bx--toast-notification *:focus,
.bx--toast-notification *:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem var(--msk-color-border-focus-outer, #000000), inset 0 0 0 0.1875rem var(--msk-color-border-focus-inner, #ffffff);
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--toast-notification [data-whatintent=keyboard] *:focus {
  box-shadow: 0 0 0 1px var(--msk-color-border-focus-inner, #ffffff), 0 0 0 3px var(--msk-color-border-focus-outer, #000000);
  outline: none;
}
.bx--toast-notification .bx--toast-notification__text-wrapper {
  display: flex;
  flex-direction: column;
}
.bx--toast-notification .bx--toast-notification__icon {
  margin-top: 1.125rem;
}
.bx--toast-notification .bx--toast-notification__title {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.bx--toast-notification .bx--toast-notification__subtitle,
.bx--toast-notification .bx--toast-notification__caption {
  fill: #ffffff;
  line-height: 1.75rem;
  font-weight: 400;
}
.bx--toast-notification .bx--toast-notification__close-button {
  fill: #ffffff;
  border-radius: 0 0.375rem 0 0.25rem;
}
.bx--toast-notification .bx--toast-notification__action-button.bx--btn--ghost {
  padding: 1.4375rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bx--toast-notification.bx--toast-notification--low-contrast:before {
  border: none;
}
.bx--toast-notification.bx--toast-notification--info {
  border: none;
  background-color: #012749;
  color: #bae6ff;
}
.bx--toast-notification.bx--toast-notification--info .bx--toast-notification__icon {
  fill: #82cfff;
  background-color: "primary";
}
.bx--toast-notification.bx--toast-notification--info .bx--toast-notification__title {
  color: #bae6ff;
}
.bx--toast-notification.bx--toast-notification--info .bx--toast-notification__close-button:focus-visible, .bx--toast-notification.bx--toast-notification--info .bx--toast-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--toast-notification.bx--toast-notification--info .bx--toast-notification__close-button:hover, .bx--toast-notification.bx--toast-notification--info .bx--toast-notification__close-button:focus {
  background-color: #003a6d;
}
.bx--toast-notification.bx--toast-notification--info .bx--toast-notification__close-button:focus, .bx--toast-notification.bx--toast-notification--info .bx--toast-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--toast-notification.bx--toast-notification--info .bx--toast-notification__close-button:active {
  background-color: #00539a;
}
[data-whatintent=keyboard] .bx--toast-notification.bx--toast-notification--info .bx--toast-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--toast-notification.bx--toast-notification--info:not(.bx--toast-notification--low-contrast) .bx--toast-notification__subtitle {
  color: #ffffff;
}
.bx--toast-notification.bx--toast-notification--info:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost {
  background-color: #003a6d;
  color: #bae6ff;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--toast-notification.bx--toast-notification--info:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:hover, .bx--toast-notification.bx--toast-notification--info:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:focus {
  background-color: #00539a;
  color: #e5f6ff;
}
.bx--toast-notification.bx--toast-notification--info:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:active {
  background-color: #0072c3;
  color: #ffffff;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast {
  border: none;
  background-color: #e5f6ff;
  color: #051524;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__icon {
  fill: #1192e8;
  background-color: "primary";
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__title {
  color: #003a6d;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus-visible, .bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__close-button:hover, .bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  background-color: #bae6ff;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus, .bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__close-button:active {
  background-color: #82cfff;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__close-button .bx--toast-notification__close-icon {
  fill: #051524;
}
[data-whatintent=keyboard] .bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost {
  background-color: #bae6ff;
  color: #003a6d;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:hover, .bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:focus {
  background-color: #82cfff;
  color: #012749;
}
.bx--toast-notification.bx--toast-notification--info.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:active {
  background-color: #33b1ff;
  color: #051524;
}
.bx--toast-notification.bx--toast-notification--error {
  border: none;
  background-color: #401a2c;
  color: #ffc8e3;
}
.bx--toast-notification.bx--toast-notification--error .bx--toast-notification__icon {
  fill: #ffa5d0;
  background-color: "error";
}
.bx--toast-notification.bx--toast-notification--error .bx--toast-notification__icon path {
  d: path("M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 15H9V13H11V15ZM11 11H9V5H11V11Z") !important;
}
.bx--toast-notification.bx--toast-notification--error .bx--toast-notification__icon [data-icon-path=inner-path] {
  display: none;
}
.bx--toast-notification.bx--toast-notification--error .bx--toast-notification__title {
  color: #ffc8e3;
}
.bx--toast-notification.bx--toast-notification--error .bx--toast-notification__close-button:focus-visible, .bx--toast-notification.bx--toast-notification--error .bx--toast-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--toast-notification.bx--toast-notification--error .bx--toast-notification__close-button:hover, .bx--toast-notification.bx--toast-notification--error .bx--toast-notification__close-button:focus {
  background-color: #612743;
}
.bx--toast-notification.bx--toast-notification--error .bx--toast-notification__close-button:focus, .bx--toast-notification.bx--toast-notification--error .bx--toast-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--toast-notification.bx--toast-notification--error .bx--toast-notification__close-button:active {
  background-color: #85375c;
}
[data-whatintent=keyboard] .bx--toast-notification.bx--toast-notification--error .bx--toast-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--toast-notification.bx--toast-notification--error:not(.bx--toast-notification--low-contrast) .bx--toast-notification__subtitle {
  color: #ffffff;
}
.bx--toast-notification.bx--toast-notification--error:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost {
  background-color: #612743;
  color: #ffc8e3;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--toast-notification.bx--toast-notification--error:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:hover, .bx--toast-notification.bx--toast-notification--error:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:focus {
  background-color: #85375c;
  color: #fff2f9;
}
.bx--toast-notification.bx--toast-notification--error:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:active {
  background-color: #b34e7e;
  color: #ffffff;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast {
  border: none;
  background-color: #fff2f9;
  color: #190b12;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__icon {
  fill: #d9669d;
  background-color: "error";
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__icon path {
  d: path("M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 15H9V13H11V15ZM11 11H9V5H11V11Z") !important;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__icon [data-icon-path=inner-path] {
  display: none;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__title {
  color: #612743;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus-visible, .bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__close-button:hover, .bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  background-color: #ffc8e3;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus, .bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__close-button:active {
  background-color: #ffa5d0;
}
[data-whatintent=keyboard] .bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost {
  background-color: #612743;
  color: #ffc8e3;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:hover, .bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:focus {
  background-color: #ffa5d0;
  color: #401a2c;
}
.bx--toast-notification.bx--toast-notification--error.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:active {
  background-color: #ff85bf;
  color: #190b12;
}
.bx--toast-notification.bx--toast-notification--warning {
  border: none;
  background-color: #302400;
  color: #fddc69;
}
.bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__icon {
  fill: #f1c21b;
  background-color: "warning";
}
.bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__icon path {
  d: path("M0 17.7727H20L10 0.5L0 17.7727ZM10.9091 15.0455H9.09091V13.2273H10.9091V15.0455ZM10.9091 11.4091H9.09091V7.77273H10.9091V11.4091Z");
}
.bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__icon [data-icon-path=inner-path] {
  display: none;
}
.bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__title {
  color: #fddc69;
}
.bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__close-button:focus-visible, .bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__close-button:hover, .bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__close-button:focus {
  background-color: #483700;
}
.bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__close-button:focus, .bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__close-button:active {
  background-color: #684e00;
}
.bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__close-button .bx--toast-notification__close-icon {
  fill: #fddc69;
}
[data-whatintent=keyboard] .bx--toast-notification.bx--toast-notification--warning .bx--toast-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--toast-notification.bx--toast-notification--warning:not(.bx--toast-notification--low-contrast) .bx--toast-notification__subtitle {
  color: #ffffff;
}
.bx--toast-notification.bx--toast-notification--warning:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost {
  background-color: #483700;
  color: #fddc69;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--toast-notification.bx--toast-notification--warning:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:hover, .bx--toast-notification.bx--toast-notification--warning:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:focus {
  background-color: #684e00;
  color: #fcf4d6;
}
.bx--toast-notification.bx--toast-notification--warning:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:active {
  background-color: #8e6a00;
  color: #ffffff;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast {
  border: none;
  background-color: #fcf4d6;
  color: #302400;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__icon {
  fill: #b28600;
  background-color: "primary";
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__title {
  color: #483700;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus-visible, .bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__close-button:hover, .bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  background-color: #fddc69;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus, .bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__close-button:active {
  background-color: #f1c21b;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__close-button .bx--toast-notification__close-icon {
  fill: #1a1300;
}
[data-whatintent=keyboard] .bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost {
  background-color: #fddc69;
  color: #483700;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:hover, .bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:focus {
  background-color: #f1c21b;
  color: #302400;
}
.bx--toast-notification.bx--toast-notification--warning.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:active {
  background-color: #f1c21b;
  color: #1a1300;
}
.bx--toast-notification.bx--toast-notification--success {
  border: none;
  background-color: #072806;
  color: #c7fcc6;
}
.bx--toast-notification.bx--toast-notification--success .bx--toast-notification__icon {
  fill: #8dde8b;
  background-color: "primary";
}
.bx--toast-notification.bx--toast-notification--success .bx--toast-notification__title {
  color: #c7fcc6;
}
.bx--toast-notification.bx--toast-notification--success .bx--toast-notification__close-button:focus-visible, .bx--toast-notification.bx--toast-notification--success .bx--toast-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--toast-notification.bx--toast-notification--success .bx--toast-notification__close-button:hover, .bx--toast-notification.bx--toast-notification--success .bx--toast-notification__close-button:focus {
  background-color: #0e450d;
}
.bx--toast-notification.bx--toast-notification--success .bx--toast-notification__close-button:focus, .bx--toast-notification.bx--toast-notification--success .bx--toast-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--toast-notification.bx--toast-notification--success .bx--toast-notification__close-button:active {
  background-color: #175e15;
}
[data-whatintent=keyboard] .bx--toast-notification.bx--toast-notification--success .bx--toast-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--toast-notification.bx--toast-notification--success:not(.bx--toast-notification--low-contrast) .bx--toast-notification__subtitle {
  color: #ffffff;
}
.bx--toast-notification.bx--toast-notification--success:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost {
  background-color: #0e450d;
  color: #c7fcc6;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--toast-notification.bx--toast-notification--success:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:hover, .bx--toast-notification.bx--toast-notification--success:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:focus {
  background-color: #175e15;
  color: #e6ffe6;
}
.bx--toast-notification.bx--toast-notification--success:not(.bx--toast-notification--low-contrast) .bx--toast-notification__action-button.bx--btn--ghost:active {
  background-color: #288326;
  color: #ffffff;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast {
  border: none;
  background-color: #e6ffe6;
  color: #072806;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__icon {
  fill: #3fa13d;
  background-color: "primary";
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__title {
  color: #0e450d;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus-visible, .bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__close-button:hover, .bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  background-color: #c7fcc6;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus, .bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__close-button:active {
  background-color: #8dde8b;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__close-button .bx--toast-notification__close-icon {
  fill: #010a01;
}
[data-whatintent=keyboard] .bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost {
  background-color: #c7fcc6;
  color: #0e450d;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:hover, .bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:focus {
  background-color: #8dde8b;
  color: #072806;
}
.bx--toast-notification.bx--toast-notification--success.bx--toast-notification--low-contrast .bx--toast-notification__action-button.bx--btn--ghost:active {
  background-color: #8dde8b;
  color: #010a01;
}
.bx--inline-notification {
  border-radius: 0.375rem;
  box-shadow: 0px 6px 14px 0px rgba(0, 22, 65, 0.1), 0px 3px 7px 0px rgba(0, 22, 65, 0.1), 0px 1.5px 3.5px 0px rgba(0, 22, 65, 0.1);
  border: none;
  max-width: 100%;
  min-width: 560px;
}
.bx--inline-notification *:focus-visible,
.bx--inline-notification *:focus-visible:hover {
  outline: none;
}
.bx--inline-notification *:focus,
.bx--inline-notification *:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem var(--msk-color-border-focus-outer, #000000), inset 0 0 0 0.1875rem var(--msk-color-border-focus-inner, #ffffff);
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--inline-notification [data-whatintent=keyboard] *:focus {
  box-shadow: 0 0 0 1px var(--msk-color-border-focus-inner, #ffffff), 0 0 0 3px var(--msk-color-border-focus-outer, #000000);
  outline: none;
}
.bx--inline-notification .bx--inline-notification__text-wrapper {
  display: flex;
  flex-direction: column;
}
.bx--inline-notification .bx--inline-notification__icon {
  margin-top: 1.125rem;
}
.bx--inline-notification .bx--inline-notification__title {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
}
.bx--inline-notification .bx--inline-notification__subtitle,
.bx--inline-notification .bx--inline-notification__caption {
  fill: #ffffff;
  line-height: 1.75rem;
  font-weight: 400;
}
.bx--inline-notification .bx--inline-notification__close-button {
  fill: #ffffff;
  border-radius: 0 0.375rem 0 0.25rem;
}
.bx--inline-notification .bx--inline-notification__action-button.bx--btn--ghost {
  padding: 1.4375rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bx--inline-notification.bx--inline-notification--low-contrast:before {
  border: none;
}
.bx--inline-notification.bx--inline-notification--info {
  border: none;
  background-color: #012749;
  color: #bae6ff;
}
.bx--inline-notification.bx--inline-notification--info .bx--inline-notification__icon {
  fill: #82cfff;
  background-color: "primary";
}
.bx--inline-notification.bx--inline-notification--info .bx--inline-notification__title {
  color: #bae6ff;
}
.bx--inline-notification.bx--inline-notification--info .bx--inline-notification__close-button:focus-visible, .bx--inline-notification.bx--inline-notification--info .bx--inline-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--inline-notification.bx--inline-notification--info .bx--inline-notification__close-button:hover, .bx--inline-notification.bx--inline-notification--info .bx--inline-notification__close-button:focus {
  background-color: #003a6d;
}
.bx--inline-notification.bx--inline-notification--info .bx--inline-notification__close-button:focus, .bx--inline-notification.bx--inline-notification--info .bx--inline-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--inline-notification.bx--inline-notification--info .bx--inline-notification__close-button:active {
  background-color: #00539a;
}
[data-whatintent=keyboard] .bx--inline-notification.bx--inline-notification--info .bx--inline-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--inline-notification.bx--inline-notification--info:not(.bx--inline-notification--low-contrast) .bx--inline-notification__subtitle {
  color: #ffffff;
}
.bx--inline-notification.bx--inline-notification--info:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost {
  background-color: #003a6d;
  color: #bae6ff;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--inline-notification.bx--inline-notification--info:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:hover, .bx--inline-notification.bx--inline-notification--info:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:focus {
  background-color: #00539a;
  color: #e5f6ff;
}
.bx--inline-notification.bx--inline-notification--info:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:active {
  background-color: #0072c3;
  color: #ffffff;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast {
  border: none;
  background-color: #e5f6ff;
  color: #051524;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__icon {
  fill: #1192e8;
  background-color: "primary";
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__title {
  color: #003a6d;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus-visible, .bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__close-button:hover, .bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  background-color: #bae6ff;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus, .bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__close-button:active {
  background-color: #82cfff;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #051524;
}
[data-whatintent=keyboard] .bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost {
  background-color: #bae6ff;
  color: #003a6d;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:hover, .bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:focus {
  background-color: #82cfff;
  color: #012749;
}
.bx--inline-notification.bx--inline-notification--info.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:active {
  background-color: #33b1ff;
  color: #051524;
}
.bx--inline-notification.bx--inline-notification--error {
  border: none;
  background-color: #401a2c;
  color: #ffc8e3;
}
.bx--inline-notification.bx--inline-notification--error .bx--inline-notification__icon {
  fill: #ffa5d0;
  background-color: "error";
}
.bx--inline-notification.bx--inline-notification--error .bx--inline-notification__icon path {
  d: path("M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 15H9V13H11V15ZM11 11H9V5H11V11Z") !important;
}
.bx--inline-notification.bx--inline-notification--error .bx--inline-notification__icon [data-icon-path=inner-path] {
  display: none;
}
.bx--inline-notification.bx--inline-notification--error .bx--inline-notification__title {
  color: #ffc8e3;
}
.bx--inline-notification.bx--inline-notification--error .bx--inline-notification__close-button:focus-visible, .bx--inline-notification.bx--inline-notification--error .bx--inline-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--inline-notification.bx--inline-notification--error .bx--inline-notification__close-button:hover, .bx--inline-notification.bx--inline-notification--error .bx--inline-notification__close-button:focus {
  background-color: #612743;
}
.bx--inline-notification.bx--inline-notification--error .bx--inline-notification__close-button:focus, .bx--inline-notification.bx--inline-notification--error .bx--inline-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--inline-notification.bx--inline-notification--error .bx--inline-notification__close-button:active {
  background-color: #85375c;
}
[data-whatintent=keyboard] .bx--inline-notification.bx--inline-notification--error .bx--inline-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--inline-notification.bx--inline-notification--error:not(.bx--inline-notification--low-contrast) .bx--inline-notification__subtitle {
  color: #ffffff;
}
.bx--inline-notification.bx--inline-notification--error:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost {
  background-color: #612743;
  color: #ffc8e3;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--inline-notification.bx--inline-notification--error:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:hover, .bx--inline-notification.bx--inline-notification--error:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:focus {
  background-color: #85375c;
  color: #fff2f9;
}
.bx--inline-notification.bx--inline-notification--error:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:active {
  background-color: #b34e7e;
  color: #ffffff;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast {
  border: none;
  background-color: #fff2f9;
  color: #190b12;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__icon {
  fill: #d9669d;
  background-color: "error";
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__icon path {
  d: path("M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 15H9V13H11V15ZM11 11H9V5H11V11Z") !important;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__icon [data-icon-path=inner-path] {
  display: none;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__title {
  color: #612743;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus-visible, .bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__close-button:hover, .bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  background-color: #ffc8e3;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus, .bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__close-button:active {
  background-color: #ffa5d0;
}
[data-whatintent=keyboard] .bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost {
  background-color: #612743;
  color: #ffc8e3;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:hover, .bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:focus {
  background-color: #ffa5d0;
  color: #401a2c;
}
.bx--inline-notification.bx--inline-notification--error.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:active {
  background-color: #ff85bf;
  color: #190b12;
}
.bx--inline-notification.bx--inline-notification--warning {
  border: none;
  background-color: #302400;
  color: #fddc69;
}
.bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__icon {
  fill: #f1c21b;
  background-color: "warning";
}
.bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__icon path {
  d: path("M0 17.7727H20L10 0.5L0 17.7727ZM10.9091 15.0455H9.09091V13.2273H10.9091V15.0455ZM10.9091 11.4091H9.09091V7.77273H10.9091V11.4091Z");
}
.bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__icon [data-icon-path=inner-path] {
  display: none;
}
.bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__title {
  color: #fddc69;
}
.bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__close-button:focus-visible, .bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__close-button:hover, .bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__close-button:focus {
  background-color: #483700;
}
.bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__close-button:focus, .bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__close-button:active {
  background-color: #684e00;
}
.bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #fddc69;
}
[data-whatintent=keyboard] .bx--inline-notification.bx--inline-notification--warning .bx--inline-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--inline-notification.bx--inline-notification--warning:not(.bx--inline-notification--low-contrast) .bx--inline-notification__subtitle {
  color: #ffffff;
}
.bx--inline-notification.bx--inline-notification--warning:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost {
  background-color: #483700;
  color: #fddc69;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--inline-notification.bx--inline-notification--warning:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:hover, .bx--inline-notification.bx--inline-notification--warning:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:focus {
  background-color: #684e00;
  color: #fcf4d6;
}
.bx--inline-notification.bx--inline-notification--warning:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:active {
  background-color: #8e6a00;
  color: #ffffff;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast {
  border: none;
  background-color: #fcf4d6;
  color: #302400;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__icon {
  fill: #b28600;
  background-color: "primary";
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__title {
  color: #483700;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus-visible, .bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__close-button:hover, .bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  background-color: #fddc69;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus, .bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__close-button:active {
  background-color: #f1c21b;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #1a1300;
}
[data-whatintent=keyboard] .bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost {
  background-color: #fddc69;
  color: #483700;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:hover, .bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:focus {
  background-color: #f1c21b;
  color: #302400;
}
.bx--inline-notification.bx--inline-notification--warning.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:active {
  background-color: #f1c21b;
  color: #1a1300;
}
.bx--inline-notification.bx--inline-notification--success {
  border: none;
  background-color: #072806;
  color: #c7fcc6;
}
.bx--inline-notification.bx--inline-notification--success .bx--inline-notification__icon {
  fill: #8dde8b;
  background-color: "primary";
}
.bx--inline-notification.bx--inline-notification--success .bx--inline-notification__title {
  color: #c7fcc6;
}
.bx--inline-notification.bx--inline-notification--success .bx--inline-notification__close-button:focus-visible, .bx--inline-notification.bx--inline-notification--success .bx--inline-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--inline-notification.bx--inline-notification--success .bx--inline-notification__close-button:hover, .bx--inline-notification.bx--inline-notification--success .bx--inline-notification__close-button:focus {
  background-color: #0e450d;
}
.bx--inline-notification.bx--inline-notification--success .bx--inline-notification__close-button:focus, .bx--inline-notification.bx--inline-notification--success .bx--inline-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--inline-notification.bx--inline-notification--success .bx--inline-notification__close-button:active {
  background-color: #175e15;
}
[data-whatintent=keyboard] .bx--inline-notification.bx--inline-notification--success .bx--inline-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--inline-notification.bx--inline-notification--success:not(.bx--inline-notification--low-contrast) .bx--inline-notification__subtitle {
  color: #ffffff;
}
.bx--inline-notification.bx--inline-notification--success:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost {
  background-color: #0e450d;
  color: #c7fcc6;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--inline-notification.bx--inline-notification--success:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:hover, .bx--inline-notification.bx--inline-notification--success:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:focus {
  background-color: #175e15;
  color: #e6ffe6;
}
.bx--inline-notification.bx--inline-notification--success:not(.bx--inline-notification--low-contrast) .bx--inline-notification__action-button.bx--btn--ghost:active {
  background-color: #288326;
  color: #ffffff;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast {
  border: none;
  background-color: #e6ffe6;
  color: #072806;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__icon {
  fill: #3fa13d;
  background-color: "primary";
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__title {
  color: #0e450d;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus-visible, .bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus-visible:hover {
  outline: none;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__close-button:hover, .bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  background-color: #c7fcc6;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus, .bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus:hover {
  /* Visible in the full-colour space */
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.1875rem #ffffff;
  /* Visible in Windows high-contrast themes */
  outline-color: transparent;
  outline-width: 2px;
  outline-style: solid;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__close-button:active {
  background-color: #8dde8b;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__close-button .bx--inline-notification__close-icon {
  fill: #010a01;
}
[data-whatintent=keyboard] .bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__close-button:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
  outline: none;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost {
  background-color: #c7fcc6;
  color: #0e450d;
  font-family: "gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:hover, .bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:focus {
  background-color: #8dde8b;
  color: #072806;
}
.bx--inline-notification.bx--inline-notification--success.bx--inline-notification--low-contrast .bx--inline-notification__action-button.bx--btn--ghost:active {
  background-color: #8dde8b;
  color: #010a01;
}
.bx--inline-notification .bx--inline-notification__close-button {
  margin-left: 16px;
  border-radius: 0 0 0 0.25rem;
}