/*
IBM Confidential
694970X, 69497O0
© Copyright IBM Corp. 2022, 2024
*/


@use "../../global/config" as *;
@use '@carbon/themes/scss/tokens' as theme;

.#{$prefix}--bmrg-error-dragon {
  color: theme.$text-primary;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 100vh;
}

.#{$prefix}--bmrg-error-dragon__image {
  max-width: 77.75rem;
  width: 100%;
  height: 100%;
}

.#{$prefix}--bmrg-error-dragon__title {
  color: inherit;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
  line-height: 4.8125rem;
  text-align: center;
  margin-top: 2.1875rem;
  margin-bottom: 1.875rem;
}

.#{$prefix}--bmrg-error-dragon__text {
  color: inherit;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  text-align: center;
}

.#{$prefix}--bmrg-error-dragon__status {
  cursor: pointer;
  color: theme.$background-brand;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5625rem;
  margin-top: 1.875rem;
  text-align: center;
}
