/**
 * NOTICE OF LICENSE
 *
 * @author    Mastercard Inc. www.mastercard.com
 * @copyright Copyright (c) permanent, Mastercard Inc.
 * @license   Apache-2.0
 *
 * @see       /LICENSE
 *
 * International Registered Trademark & Property of Mastercard Inc.
 */
.mc-accessibility-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
}

.mc-accessibility-modal-overlay.active {
  display: flex;
}

.mc-accessibility-modal {
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

.mc-accessibility-modal.dark {
  background-color: #222222;
}

#mc_isv_eaa_content {
  width: 750px;
  height: 615px;
  max-width: 100%;
  max-height: 100%;
}

.mc-accessibility-link {
  cursor: pointer;
}
