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


@use "../../global/config" as *;

.#{$prefix}--bmrg-redirect__body {
  color: #121619 !important;
  font-size: 0.875rem;
  font-weight: 400;
  height: 1.25rem;
  line-height: 1.25rem;
  text-transform: initial;
}

.#{$prefix}--bmrg-redirect-container {
  .#{$prefix}--modal-container {
    background-color: white !important;
    height: 12rem;
    max-height: 28rem;
  }

  .#{$prefix}--modal-header {
    button {
      display: none;
    }
  }

  .#{$prefix}--modal-header__heading {
    color: #121619 !important;
  }

  .#{$prefix}--modal-footer {
    background-color: white !important;
    button {
      background-color: #0072c3 !important;
      color: #ffffff !important;
    }
  }
}
