/**
  * Copyright (C) 2023 S&P Global.
  * All Rights Reserved
  * Notice: The information, data, processing technology, software (including source code),
  * technical and intellectual concepts and processes and all other materials provided
  * (collectively the "Property") are Copyright © 2023, S&P Global and/or its affiliates
  * (together "S&P Global") and constitute the proprietary and confidential information of
  * S&P Global. S&P Global reserves all rights in and to the Property. Any copying,
  * reproduction, distribution, transmission or disclosure of the Property, in any form, is
  * strictly prohibited without the prior written consent of S&P Global. Unless otherwise
  * agreed in writing, the Property is provided on an "as is" basis and S&P Global makes no
  * warranty, express or implied, as to its accuracy, completeness, timeliness, or to any
  * results to be obtained by recipient nor shall S&P Global in any way be liable to any
  * recipient for any inaccuracies, errors or omissions in the Property. Without limiting the
  * generality of the foregoing, S&P Global shall have no liability whatsoever to any
  * recipient of the Property, whether in contract, in tort (including negligence), under
  * warranty, under statute or otherwise, in respect of any loss or damage suffered by any
  * recipient as a result of or in connection with such Property, or any course of action
  * determined, by it or any third party, whether or not based on the Property. S&P Global,
  * the S&P Global logo, and the IHS Markit logo are registered trademarks of S&P Global,
  * and the trademarks of S&P Global used herein are protected by international laws.
  * Any other names may be trademarks of their respective owners.
 */

a, a:visited, a:hover {
  color: #0b7285;
  text-decoration: none;
}

.model-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  content: ' ';
  z-index: 8;
  display: none;
}

.modal {
  background-color: #FFFFFF;
  font: 12px Arial, Sans-Serif, Tahoma;
  position: absolute;
  width: 470px;
  left: 50%;
  margin-left: -275px;
  height: 250px;
  top: 50%;
  margin-top: -170px;
  z-index: 9;
  display: none;
  padding: 40px 40px 50px 40px;
  border-radius: 2px;
}

.modal__title {
  text-align: center;
}

.modal__actions {
  text-align: center;
}

.modal__description {
  color: #212529;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 34px;
  margin-top: 20px;
}

.modal__contact {
  color: #212529;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-top: 18px;
}

.modal__continue {
  height: 30px;
  width: 360px;
  border-radius: 2px;
  background-color: #0c8599;
  border: 1px solid #0b7285;
  line-height: 30px;
  cursor: pointer;

  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.modal__icon {
  width: 170px;
}
