.downloadleadpdf-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .downloadleadpdf-modal .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    text-align: center;
  }
  .container-modal-content{
    display: flex;
    justify-content: center;
    padding-top:15px;
    padding-bottom:15px;
  }
  .close-btn {
    position: absolute;
    top: 0px;
    right: 12px;
    font-size: 31px;
    border: none;
    background: none;
    cursor: pointer;
    color: #000;
  }
  #downloadleadpdf-modal .modal-content h4{
    padding-left:30px;
    padding-right:30px;
  } 
  .close-btn:hover {
    color: #000;
  }
  .btn_link{
    margin-top:10px;
    margin-bottom:10px
  }    
  .btn_link a{ 
    color:#000!important;
    text-decoration: underline;
  }
  #downloadleadpdf-confirm{
    background: #004c9d;
    border:1px solid #004c9d;
    color:#b5c931
  }
  #downloadleadpdf-email{
    width:250px;
  }