<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#reg{
    color: grey;
    text-align: center;
    margin-bottom: -10px;
    padding-top: 14px;
  }
  
  #reg_btn.btn{
    background-color: white;
    color: grey;
    border-color: white;
    font-size: 15px;
  }
  
  #reg_btn a{
    background-color: white;
    color: grey;
    border-color: white;
    font-size: 15px;
  }
  
  #btnTrigger {
  display:none;
  }
  
  #Button {
  display:none;
  }
  
  .modal-header{
    background-color: #FF6419;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
  }
  
  .modal-title {
    color: white;
    font-size: 20px;
  }
  
  .modal-body p {
    font-size: 20px;
    text-align: center;
    margin-top: 17px;
    opacity: 0.8;
  }
  
  #btone_modali {
    border-color: #FF6419;
    }
    
  #xclose {
    color: white;
    opacity: 1;
  }
  
  #xclose:hover {
    opacity: 0.7;
    
  }
  

  #he {
    font-size: 22px;
    text-align: center; 
    margin-top: 30px;
    opacity: 0.8; 
}

#ms {
    font-size: 17px;
    text-align: center; 
    margin-bottom: 50px;
    opacity: 0.8; 
}

#cont div{
    background-color: white;
    padding: 15px;
 
    
}</pre></body></html>