PNG  IHDRxsBIT|d pHYs+tEXtSoftwarewww.inkscape.org<,tEXtComment File Manager

File Manager

Path: /home/u491334613/domains/bmxctrades.com/public_html/dashscrypt/

Viewing File: trading.php

<?php
require_once('includes/connect.php');
require_once('includes/functions.php');
if(isset($_GET['l'])){
logout();
header("location: https://Bmxctrades.com");
}
session_start();



if(!isset( $_SESSION['email'])){
header("location:../login.php");
}
 
$not_info = Getnotificationstatus( $_SESSION['email']);
$not_info = Getnotification( $_SESSION['email']);
$user = GetMember1( $_SESSION['email']);
$history = New_history($user['Email']);
$widd = widd($user['Email']);
$tradehis = tradehis($user['Email']);
$total = $user["Profit"] + $user["Capital"]+ $user["bonus"]  ;

$btcd = GetBtc();

if(isset($_POST["adr"])){
	$code = 988798;	
if($_POST["amt"] > $user["Pbalance"] or $_POST["amt"] == 0){
header("location: index.php?er=er");	
die();	
}
	
	
	


	

 if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['status'])) {
        // Get the AI status from the POST data
        $status = $_POST['status'];
        $rr   = $user["ID"];

        // Update the member's AI status in the database where ID = 1
        $sql = "UPDATE members SET ai = '$status' WHERE ID = '$rr'";

        if ($conn->query($sql) === TRUE) {
            // Update successful, send a success response
            echo json_encode(['status' => 'success', 'ai' => $status]);
        } else {
            // Update failed, send an error response
            echo json_encode(['status' => 'error', 'message' => 'Error updating AI status: ' . $conn->error]);
        }
 $conn->close();
        exit; // Terminate the script after handling the request
    }
    
$sql = sprintf("INSERT INTO deposit 
						(name, amount, idcode, Email, BTCadr) 
						VALUES 
						('%s','%s','%s','%s','%s')",
						$user['Uname'],
						$_POST['amt'],	
						$code,
						$user['Email'],						
						$_POST['adr']
									
						);
	
if(mysqli_query($conn, $sql)){		
header("location: index.php?suc=suc");
}
	
}



 



if(isset($_POST["tradel"])){ 
	        $amt = $_POST["amt"];
			$lev = $_POST['leverage'];
			$tradel = $_POST['tradel'];
			$par = $_POST['pair'];
			$time = $_POST['time']; 					
			$ID = $user['ID'] ;
			$xp = $user["Profit"];
			
			$tamt = $user['tamt'] ;
                   
			$tleverage = $user['tleverage'] ;
			$ttrader = $user['ttrader'] ;
			$tstatus = $user['tstatus'] ;
			$ttime = $user['ttime'] ;
			$tpair = $user['tpair'] ;
			$ttype = $user['ttype'] ;
			$tstatus = 'active';
		
if($amt > $xp or $amt == 0)
{
echo '<script>alert("Insufficient Balance Deposite Now To Start Trading")</script>';	
 
 
}		
			
$authTrade = authTrade($ID,$tstatus,$tradel,$lev,$ttrader,$par,$time);

 

if( $authTrade == true){
      $l= $_POST["leverage"];
      $statt = "Win";
	  $x = $_POST["amt"];
      $y = $user["Profit"];
      $pp = $x * $l;
      $z = $pp + $y ;
      $userID = $user['ID'];
  
   
   
 
$sql11 = sprintf('UPDATE members SET Profit = %s, tstatus = "inactive" WHERE ID = "%s"', $z, $userID);

if (mysqli_query($conn, $sql11)) {
   echo '<script>alert("Profit Added!")</script>';
} else {
    
    echo  "Error updating data: " . mysqli_error($conn);
} 
 $sql12 = sprintf("INSERT INTO tsignal 
						(amt, uid,pair,email,status, type,payout,duration,leverage, trader) 
						VALUES 
						('%s','%s','%s','%s','%s','%s','%s','%s','%s','%s')",						
						$_POST["amt"],
						$userID,
						$_POST["pair"],
						$user["Email"],
						$statt,
						$tradel,
						$pp,
						$_POST["time"],
						$_POST["leverage"],
						$user['ttrader']
						); 


	 if(mysqli_query($conn, $sql12)) {
echo '<script>alert("Trade Successful Profit Added To Your Trading Account")</script>'; 
header("location: index.php");
}else{
     echo  "Error updating data: " . mysqli_error($conn); 
}
}




if( $authTrade == false){
      $statt = "loss"; 
	  $x1= $_POST["amt"];
      $y1= $user["Profit"];
      $z1= $y1 - $x1;
      $pay = "0"; 
      $ll= $_POST["leverage"];  
      $userID = $user['ID'];
      



 
$sql13 = sprintf('UPDATE members SET Profit = %s, tstatus = "inactive" WHERE ID = "%s"', $z1, $userID);

if (mysqli_query($conn, $sql13)) {
   echo '<script>alert("Profit Lost!")</script>';
} else {
    
    echo  "Error updating data: " . mysqli_error($conn);
}  



 
 
 
 $sql14 = sprintf("INSERT INTO tsignal 
						(amt, uid,type, pair,email,status, payout,duration,leverage, trader) 
						VALUES 
						('%s','%s','%s','%s','%s','%s','%s','%s','%s','%s')",						
						$_POST["amt"],
						$userID,
					    $tradel,
						$_POST["pair"],
						$user["Email"],
						$statt,
						$pay,
						$_POST["time"],
						$_POST["leverage"],
						$user['ttrader']
						); 

if(mysqli_query($conn, $sql14)) {

echo '<script>alert("You Loss The Trade Amount Removed From Your Trading Account")</script>';
header("location: index.php");

}

}
 


$to      = $user['Email']; // Send email to our user
$subject = 'Trade'; // Give the email a subject 
$headers = "From: support@Bmxctrades.com" . "\r\n" .
           "Reply-To: support@Bmxctrades.com" . "\r\n" .
           "Content-type: text/html; charset=UTF-8" . "\r\n" .
           "X-Mailer: PHP/" . phpversion(); // Add X-Mailer header
           
$message = "<div class='container'>
        <div class='center'>
          <div class='logo'>
          <img class='center' src='https://Bmxctrades.com/assets/img/logo.png' alt='Logo'>
         </div>
       </div>
Thank you for choosing Bmxctrades.com

Trade occurred in your account with us, the sum of '" . $user['sym'] . number_format($_POST['amt']) . "' USD.
 
If the trade was not made by you, contact us at support@Bmxctrades.com.
For more inquiries contact:
Email: support@Bmxctrades.com
</div>";

$header .= 'MIME-Version: 1.0' ."\r\n";
$headers = 'From: Bmxctrades.com<support@Bmxctrades.com>' . "\r\n" .'Reply-To: support@Bmxctrades.com' . "\r\n" .'X-Mailer: PHP/' . phpversion(); // Set from headers
mail($to, $subject, $message, $headers); // Send our email

 
	 
}

























$expert = Getex();
$user = GetMember1($_SESSION['email']);

if(isset($_POST["id"])){
	
	
	$sql5 = sprintf("INSERT INTO copy 
						(exp, Email) 
						VALUES 
						('%s','%s')",
						$_POST['id'],
						$user["Email"]
						);
	
if(mysqli_query($conn, $sql5));
header("location: ct.php");
	
	
	/*
$sql = sprintf('UPDATE members SET expert = "%s" WHERE Email="%s" ',$_POST["id"], $_SESSION['email']);						if(mysqli_query($conn, $sql));
*/


}




	
if(isset($_GET['id'])){
	
$sql4 = sprintf("DELETE FROM copy WHERE ID = %s", $_GET['id']);
								if(mysqli_query($conn, $sql4));	
header("location: ct.php?done");	
	
}



if(isset( $_GET['trader'])){
$expidd = Getexprid($_GET['trader']);
}

?>

<?php
  
$user = GetMember1( $_SESSION['email']);
if(isset($_POST['sub'])){
	$image = $_FILES['file']['name'];
    $temp_name = $_FILES["file"]["tmp_name"];
	
	
	
$image2 = $_FILES['file2']['name'];
    $temp_name2 = $_FILES["file2"]["tmp_name"];
	
	//die($_SERVER['DOCUMENT_ROOT']);
   
   $value = explode('.',$_FILES['file']['name']);
    $file_ext=strtolower(array_pop($value));
	
    $file_size =$_FILES['file']['size'];
      $expensions= array("jpeg","jpg","png","gif","svg");
	
      if(in_array($file_ext,$expensions)=== false){
         $errors[]="extension not allowed, please choose a JPEG or PNG file.";
      }

      if($file_size > 2097152){
         $errors[]='File size must be excately 2 MB';
      }

      if(empty($errors)==true){
         move_uploaded_file($temp_name,"../upload/".$image);
         echo "Your file upload successfully.";
      }
      
      if(empty($errors)==true){
         move_uploaded_file($temp_name2,"../upload/".$image2);
         echo "Your file upload successfully.";
      }


if($image != ""){
$sql = sprintf('UPDATE members SET idfront = "%s" WHERE Email= "%s" ',$image,  $_SESSION['email']);						
						if(mysqli_query($conn, $sql));
}


if($image2 != ""){
$sql = sprintf('UPDATE members SET idback = "%s" WHERE Email= "%s" ',$image2,  $_SESSION['email']);						
						if(mysqli_query($conn, $sql));
}
	
header('location: photo.php?suc');

}
?><!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Trading | Bmxctrades.com</title>
    <link rel="icon" href="admin_icon_dir/1703507568643_icon.png">
    <link rel="stylesheet" href="assets/css/root.min.css?v=2">
    <link rel="stylesheet" href="assets/css/support-widget.css?v=1">
    <link rel="stylesheet" href="assets/css/toastr.css">
    
    
    
 
<body>


<?php include("header.php") ?>

 

   <?php include("down.php") ?>
   
<style type="text/css">
    .wallet-info__circle::before {
        background: linear-gradient(#f3f3f3, #f3f3f3) content-box, conic-gradient(#6F44E8 0 var(--p1), #ffa5a5 calc(var(--p1) + 0.5%) calc(var(--p1) + var(--p2)), #81df95 0) !important;
    }
</style>   
   <section class="wallet-info">
            <div class="wallet-info__container">
                 
                
                
                
                
                
                
                 <div class="wallet-info__balance" style="padding: 0 !important">
                        <div class=" ">
                            <div style="background-color: #f8f9fa;  
                                border-radius: 12px; 
                                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
                                display: grid; 
                                grid-template-columns: 1fr 1fr; 
                                grid-template-rows: 1fr 1fr;
                                gap: 4px;">
                                
                                <div class="balance__view-block" id="balance_view_block" style="opacity: 100%; background-color: #ffffff; border-radius: 10px; padding: 20px; white-space: nowrap;">
                                    <div class="wallet-info__convert">
                                        <span style="font-weight: 700; font-family: 'sans-serif';">Total Balance</span>
                                        <br>
                                        <span style="font-family: 'binance-plex font';"><?php echo $user["sym"] ?><?php echo number_format($total)?>.00 </span> 
                                    </div>
                                </div>
                                <div class="balance__view-block" id="balance_view_block" style="opacity: 100%; background-color: #ffffff; border-radius: 10px; padding: 20px; white-space: nowrap;">
                                    <div class="wallet-info__convert">
                                        <span  style="font-weight: 700; font-family: 'sans-serif';">Profits </span>
                                        <br>
                                        <span style="font-family: 'binance-plex font';"><?php echo $user["sym"] ?><?php echo number_format($user["Profit"])?>.00 </span> 
                                    </div>
                                </div>
                                <div class="balance__view-block" id="balance_view_block" style="opacity: 100%; background-color: #ffffff; border-radius: 10px; padding: 20px; white-space: nowrap;">
                                    <div class="wallet-info__convert">
                                        <span  style="font-weight: 700; font-family: 'sans-serif';">Total deposit </span>
                                        <br>
                                        <span style="font-family: 'binance-plex font';"><?php echo $user["sym"] ?><?php echo number_format($user["Capital"])?>.00 </span> 
                                    </div>
                                </div>
                                <div class="balance__view-block" id="balance_view_block" style="opacity: 100%; background-color: #ffffff; border-radius: 10px; padding: 20px; white-space: nowrap;">
                                    <div class="wallet-info__convert">
                                        <span  style="font-weight: 700; font-family: 'sans-serif';">BTC Balance </span>
                                        <br>
                                        <span style="font-family: 'binance-plex font';"><?php echo $user["sym"] ?><?php echo number_format($total)?>.00 </span> 
                                    </div>
                                </div>
                            </div>
                            
                           <br>  
                        </div>
                        
                        <br>
                        <div class="wallet-info__balance-right" style="padding: 3px !important">
                            <div id="total_chart" style="display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; ">
                                
                                
                                  <div style="
                                        background-color: #f8f9fa; 
                                        padding: 5px; 
                                        border-radius: 10px; 
                                        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
                                        margin-bottom: 20px;">
                                         <div class="wallet-info__percent" style="font-weight: 700">BONUS <?php echo $user["sym"] ?><?php echo number_format($user["bonus"])?>.00</div>
                                         &nbsp
                                         <br>
                                   
                                <div   class="wallet-info__circle" style="--p1: 0%; --p2: 0%; padding: 2px;">
                                    Allocation
                                </div>
                                 </div>
                                
                                <div class="wallet-info__percentages">
                                    <div style="
                                        background-color: #f8f9fa; 
                                        padding: 5px; 
                                        border-radius: 10px; 
                                        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
                                        margin-bottom: 20px;">
                                        <div class="wallet-info__percent" style="font-weight: 700">CAPITAL <?php echo $user["sym"] ?><?php echo number_format($user["Capital"])?>.00</div>
                                        <div class="wallet-info__percent" style="font-weight: 700">PROFIT <?php echo $user["sym"] ?><?php echo number_format($user["Profit"])?>.00</div>
                                    </div>
                                    <center>
                                       <a href="upgrade.php" 
                                       style="
                                            padding: 10px 20px;
                                            font-size: 16px;
                                            background-color: #007bff;
                                            color: #fff;
                                            border: none;
                                            border-radius: 5px;
                                            cursor: pointer;
                                            width: 100%;
                                            display: block;" 
                                       class="btn btn-primary btn-block important" 
                                       onmouseover="this.style.backgroundColor='#0056b3';" 
                                       onmouseout="this.style.backgroundColor='#007bff';">
                                        <?php echo $user['statuss']; ?>
                                    </a>

                                    </center>
                                    
                                    <br>
                                </div>
                                
                                
                            </div>
                        </div>
                   
                   
                   
                    </div>

                
                
                
                
                   <div class="wallet-info__user">
                    <div class="wallet-info__user-left">
                        <div class="wallet-info__photo">
                            <picture>
                                <source srcsec="assets/img/profile/<?php echo $user["img"] ?>" type="image/webp">
                                <picture>
                                    <source srcset="assets/img/profile/<?php echo $user["img"] ?>" type="image/webp">
                                    <img src="assets/img/profile/<?php echo $user["img"] ?>" alt="">
                                </picture>
                            </picture>
                        </div>
                    </div>
                    <div class="wallet-info__user-right">
                        <div class="wallet-info__user-info">
                            <div class="wallet-info__username">
                                <svg width="20" height="20" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M16.6282 19.8182C15.8216 20.0565 14.8682 20.1665 13.7499 20.1665H8.24991C7.13158 20.1665 6.17825 20.0565 5.37158 19.8182C5.57325 17.4349 8.02075 15.5557 10.9999 15.5557C13.9791 15.5557 16.4266 17.4349 16.6282 19.8182Z" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M13.7502 1.8335H8.25016C3.66683 1.8335 1.8335 3.66683 1.8335 8.25016V13.7502C1.8335 17.2152 2.8785 19.1127 5.37183 19.8185C5.5735 17.4352 8.021 15.556 11.0002 15.556C13.9793 15.556 16.4268 17.4352 16.6285 19.8185C19.1218 19.1127 20.1668 17.2152 20.1668 13.7502V8.25016C20.1668 3.66683 18.3335 1.8335 13.7502 1.8335ZM11.0002 12.9893C9.18516 12.9893 7.71849 11.5135 7.71849 9.69851C7.71849 7.88351 9.18516 6.41683 11.0002 6.41683C12.8152 6.41683 14.2818 7.88351 14.2818 9.69851C14.2818 11.5135 12.8152 12.9893 11.0002 12.9893Z" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M14.2816 9.69819C14.2816 11.5132 12.8149 12.989 10.9999 12.989C9.18493 12.989 7.71826 11.5132 7.71826 9.69819C7.71826 7.88319 9.18493 6.4165 10.9999 6.4165C12.8149 6.4165 14.2816 7.88319 14.2816 9.69819Z" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                                <span><?php echo $user["Uname"] ?></span>
                            </div>
                            <div class="wallet-info__mail">
                                <svg width="20" height="20" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M2.466 17.426C3.346 19.3418 5.17933 20.1668 8.25016 20.1668H13.7502C18.3335 20.1668 20.1668 18.3335 20.1668 13.7502V8.25016C20.1668 3.66683 18.3335 1.8335 13.7502 1.8335H8.25016C3.66683 1.8335 1.8335 3.66683 1.8335 8.25016V13.7502" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M1.8335 11.9169H5.28016C5.97683 11.9169 6.60933 12.311 6.921 12.9344L7.73683 14.5752C8.25016 15.5835 9.16683 15.5835 9.38683 15.5835H12.6227C13.3193 15.5835 13.9518 15.1894 14.2635 14.566L15.0793 12.9252C15.391 12.3019 16.0235 11.9077 16.7202 11.9077H20.1485" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M12.5215 9.1665H13.2915" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M8.7085 9.1665H10.1568" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M9.47852 6.4165H12.531" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                                <span><?php echo $user["Email"] ?></span>
                            </div>
                            <div class="wallet-info__id">
                                <svg width="20" height="20" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M9.66634 5L8.33301 17" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M13.6663 5L12.333 17" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M5.33301 9H17.333" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M4.66699 13H16.667" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M8 21H14C19 21 21 19 21 14V8C21 3 19 1 14 1H8C3 1 1 3 1 8V14C1 19 3 21 8 21Z" stroke="#404053" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                                <span>ID: 05877<?php echo $user["ID"] ?></span>
                            </div>
                                 
                        </div>
                        <div class="wallet-info__user-wrapper">
                            <?php  
                            
                            if ($user['vss'] == "UNVERIFIED") { 
                            ?>
                            
                            
                            <style>
                                .verified-status__verified {
                                color: red;
                                background: rgba(130, 23, 10, 0.1);
                                border: 1px solid red;
                            }
                            </style>
                            <div class="verified-status verified-status__verified" color="red" >
                              <a href="confirm.php">  <svg width="20"  height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M8.95825 2.0416C9.53325 1.54993 10.4749 1.54993 11.0582 2.0416L12.3749 3.17493C12.6249 3.3916 13.0916 3.5666 13.4249 3.5666H14.8416C15.7249 3.5666 16.4499 4.2916 16.4499 5.17493V6.5916C16.4499 6.9166 16.6249 7.3916 16.8416 7.6416L17.9749 8.95827C18.4666 9.53327 18.4666 10.4749 17.9749 11.0583L16.8416 12.3749C16.6249 12.6249 16.4499 13.0916 16.4499 13.4249V14.8416C16.4499 15.7249 15.7249 16.4499 14.8416 16.4499H13.4249C13.0999 16.4499 12.6249 16.6249 12.3749 16.8416L11.0582 17.9749C10.4832 18.4666 9.54158 18.4666 8.95825 17.9749L7.64158 16.8416C7.39158 16.6249 6.92491 16.4499 6.59158 16.4499H5.14991C4.26658 16.4499 3.54158 15.7249 3.54158 14.8416V13.4166C3.54158 13.0916 3.36658 12.6249 3.15825 12.3749L2.03325 11.0499C1.54991 10.4749 1.54991 9.5416 2.03325 8.9666L3.15825 7.6416C3.36658 7.3916 3.54158 6.92494 3.54158 6.59994V5.1666C3.54158 4.28327 4.26658 3.55827 5.14991 3.55827H6.59158C6.91658 3.55827 7.39158 3.38327 7.64158 3.1666L8.95825 2.0416Z" stroke="red" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>                                    <path d="M6.98325 10.0001L8.99158 12.0167L13.0166 7.9834" stroke="red" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                               UNVERIFIED
                                 </a>
                            </div>
                            
                            <?php
                            
                            } else if ($user['vss'] == "PENDING") { 
                            ?>
                            <div class="verified-status verified-status__verified">
                                <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M8.95825 2.0416C9.53325 1.54993 10.4749 1.54993 11.0582 2.0416L12.3749 3.17493C12.6249 3.3916 13.0916 3.5666 13.4249 3.5666H14.8416C15.7249 3.5666 16.4499 4.2916 16.4499 5.17493V6.5916C16.4499 6.9166 16.6249 7.3916 16.8416 7.6416L17.9749 8.95827C18.4666 9.53327 18.4666 10.4749 17.9749 11.0583L16.8416 12.3749C16.6249 12.6249 16.4499 13.0916 16.4499 13.4249V14.8416C16.4499 15.7249 15.7249 16.4499 14.8416 16.4499H13.4249C13.0999 16.4499 12.6249 16.6249 12.3749 16.8416L11.0582 17.9749C10.4832 18.4666 9.54158 18.4666 8.95825 17.9749L7.64158 16.8416C7.39158 16.6249 6.92491   6.59158 16.4499H5.14991C4.26658 16.4499 3.54158 15.7249 3.54158 14.8416V13.4166C3.54158 13.0916 3.36658 12.6249 3.15825 12.3749L2.03325 11.0499C1.54991 10.4749 1.54991 9.5416 2.03325 8.9666L3.15825 7.6416C3.36658 7.3916 3.54158 6.92494 3.54158 6.59994V5.1666C3.54158 4.28327 4.26658 3.55827 5.14991 3.55827H6.59158C6.91658 3.55827 7.39158 3.38327 7.64158 3.1666L8.95825 2.0416Z" stroke="#1E9D0A" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M6.98325 10.0001L8.99158 12.0167L13.0166 7.9834" stroke="#1E9D0A" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                                  PROCESSING
                            </div>

                             <?php } elseif ($user['vss'] = "CONFIRMED" ){ ?>
                            
                              <div class="verified-status verified-status__verified">
                                <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path d="M8.95825 2.0416C9.53325 1.54993 10.4749 1.54993 11.0582 2.0416L12.3749 3.17493C12.6249 3.3916 13.0916 3.5666 13.4249 3.5666H14.8416C15.7249 3.5666 16.4499 4.2916 16.4499 5.17493V6.5916C16.4499 6.9166 16.6249 7.3916 16.8416 7.6416L17.9749 8.95827C18.4666 9.53327 18.4666 10.4749 17.9749 11.0583L16.8416 12.3749C16.6249 12.6249 16.4499 13.0916 16.4499 13.4249V14.8416C16.4499 15.7249 15.7249 16.4499 14.8416 16.4499H13.4249C13.0999 16.4499 12.6249 16.6249 12.3749 16.8416L11.0582 17.9749C10.4832 18.4666 9.54158 18.4666 8.95825 17.9749L7.64158 16.8416C7.39158 16.6249 6.92491 16.4499 6.59158 16.4499H5.14991C4.26658 16.4499 3.54158 15.7249 3.54158 14.8416V13.4166C3.54158 13.0916 3.36658 12.6249 3.15825 12.3749L2.03325 11.0499C1.54991 10.4749 1.54991 9.5416 2.03325 8.9666L3.15825 7.6416C3.36658 7.3916 3.54158 6.92494 3.54158 6.59994V5.1666C3.54158 4.28327 4.26658 3.55827 5.14991 3.55827H6.59158C6.91658 3.55827 7.39158 3.38327 7.64158 3.1666L8.95825 2.0416Z" stroke="#1E9D0A" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
                                    <path d="M6.98325 10.0001L8.99158 12.0167L13.0166 7.9834" stroke="#1E9D0A" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
                                </svg>
                                KYC CONFIRMED  
                            </div>
                                <?php 
                                } else {
                                ?>
                             <?php 
                             } ?>
                                
                                
                                
                                
                                
                        </div>
                    </div>
                </div>
            </div>

            
        </section>
   
   
   
   <div class="tradingview-widget-container" style="width: 100%; height: 74px;">

<iframe scrolling="no" allowtransparency="true" frameborder="0" src="https://www.tradingview-widget.com/embed-widget/ticker-tape/?locale=en#%7B%22symbols%22%3A%5B%7B%22title%22%3A%22S%26P%20500%22%2C%22proName%22%3A%22INDEX%3ASPX%22%7D%2C%7B%22title%22%3A%22Shanghai%20Composite%22%2C%22proName%22%3A%22INDEX%3AXLY0%22%7D%2C%7B%22title%22%3A%22EUR%2FUSD%22%2C%22proName%22%3A%22FX_IDC%3AEURUSD%22%7D%2C%7B%22title%22%3A%22BTC%2FUSD%22%2C%22proName%22%3A%22BITFINEX%3ABTCUSD%22%7D%2C%7B%22title%22%3A%22ETH%2FUSD%22%2C%22proName%22%3A%22BITFINEX%3AETHUSD%22%7D%5D%2C%22isTransparent%22%3Afalse%2C%22displayMode%22%3A%22adaptive%22%2C%22colorTheme%22%3A%22dark%22%2C%22width%22%3A%22100%25%22%2C%22height%22%3A46%2C%22utm_source%22%3A%22astrofx.net%22%2C%22utm_medium%22%3A%22widget%22%2C%22utm_campaign%22%3A%22ticker-tape%22%2C%22page-uri%22%3A%22astrofx.net%2Fus%2Findex.html%22%7D" title="ticker tape TradingView widget" lang="en" style="user-select: none; box-sizing: border-box; display: block; height: 74px; width: 100%;"></iframe>

<style>
  .tradingview-widget-copyright {
      font-size: 13px !important;
      line-height: 32px !important;
      text-align: center !important;
      vertical-align: middle !important;
      /* @mixin sf-pro-display-font; */
      font-family: -apple-system, BlinkMacSystemFont, 'Trebuchet MS', Roboto, Ubuntu, sans-serif !important;
      color: #B2B5BE !important;
  }

  .tradingview-widget-copyright .blue-text {
      color: #2962FF !important;
  }

  .tradingview-widget-copyright a {
      text-decoration: none !important;
      color: #B2B5BE !important;
  }

  .tradingview-widget-copyright a:visited {
      color: #B2B5BE !important;
  }

  .tradingview-widget-copyright a:hover .blue-text {
      color: #1E53E5 !important;
  }

  .tradingview-widget-copyright a:active .blue-text {
      color: #1848CC !important;
  }

  .tradingview-widget-copyright a:visited .blue-text {
      color: #2962FF !important;
  }
  </style></div>
     
   <div class="col-xl-12 col-lg-12 col-md-12 col-xxl-12 ">
   <div class="tradingview-widget-container ">
                        <div><div id="tradingview_28a40-wrapper card-body" style="position: relative;box-sizing: content-box;width: 100%;height: 460px;
						margin: 0 auto !important;padding: 0 !important;font-family:Arial,sans-serif;">
						<div style="width: 100%;height: 460px;background: transparent;padding: 0 !important;">
						<iframe id="tradingview_28a40" src="https://s.tradingview.com/widgetembed/?frameElementId=tradingview_28a40&amp;symbol=BITSTAMP%3ABTCUSD&amp;interval=D&amp;hidesidetoolbar=0&amp;symboledit=1&amp;saveimage=1&amp;toolbarbg=f1f3f6&amp;studies=%5B%5D&amp;theme=Dark&amp;style=1&amp;timezone=Etc%2FUTC&amp;withdateranges=1&amp;showpopupbutton=1&amp;studies_overrides=%7B%7D&amp;overrides=%7B%7D&amp;enabled_features=%5B%5D&amp;disabled_features=%5B%5D&amp;showpopupbutton=1&amp;locale=en&amp;utm_source=ptsbrokeragelc.com&amp;utm_medium=widget&amp;utm_campaign=chart&amp;utm_term=BITSTAMP%3ABTCUSD" style="width: 100%; height: 100%; margin: 0 !important; padding: 0 !important;" frameborder="0" allowtransparency="true" scrolling="no" allowfullscreen=""></iframe></div></div></div>
                    </div>
</div>
</script>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="assets/js/withdraw.min.js"></script>
  
 
<?php include ("footer.php")?>

<input hidden value="63743.57" id="price" type="number">
<!-- END FOOTER -->
<script src="assets/js/jquery-3.4.1.min.js"></script>
<script src="assets/js/app.min.js"></script>
<script src="assets/js/toastr.js"></script>
<script src="assets/js/newnoti.js"></script>
<script src="assets/js/error-modal.js?v=4"></script>
<script>
    function closeModal(event) {
        event.preventDefault();

        $("#alert_message_modal").removeClass("withdrawal-successful-active");
    }


    $("#butafor__btn").on("click", function(e) {
        e.preventDefault();

        $("#butafor__modal").addClass("withdrawal-successful-active");
    });

    $(".butafor__btn").on("click", function(e) {
        e.preventDefault();

        $("#butafor__modal").addClass("withdrawal-successful-active");
    });

    function closeButaforModal() {
        $("#alert_message_modal").removeClass("withdrawal-successful-active");
        $("#butafor__modal").removeClass("withdrawal-successful-active");
    }

    $("#footer_subscribe").on("click", function(e) {
        e.preventDefault();
        $("#footer_subscribe").html("Subscribed!");
    })
</script>
</body>
</html>
<script>
    var active_crypto = "BTC";

    var network = 'ERC20';

    function setNetwork(name) {
        network = name;
        if (active_crypto === 'BNB') {
            var memoBlock = document.getElementById("memo_block");
            if (network === 'BEP2') {
                memoBlock.style = "";
            } else {
                memoBlock.style = "display: none";
            }
        }
    }

    function setTab(crypto) {
        $("#btn_" + active_crypto).removeClass("buttonActiveNew");
        $("#btn_" + crypto).addClass("buttonActiveNew");

        $("#tab_" + active_crypto).removeClass("deposit__content-item-active");
        $("#tab_" + crypto).addClass("deposit__content-item-active");

        active_crypto = crypto;
    }

    setTimeout(function() {
        $('main').append(`    <div class="withdrawal-popup" id="withdraw_true_confirmed_modal">
       <div class="withdrawal-popup__block">
           <div class="withdrawal-popup__top">
               <div class="withdrawal-popup__icon">
                   <svg width="86" height="82" viewBox="0 0 86 82" fill="none" xmlns="http://www.w3.org/2000/svg">
                       <path
                           d="M65.3015 12.1441C66.4663 10.7609 66.2963 8.68327 64.8246 7.63243C58.2159 2.91368 50.3313 0.248715 42.1651 0.0165582C32.9044 -0.246714 23.8275 2.63418 16.4136 8.18977C8.99977 13.7454 3.686 21.6481 1.33829 30.6102C-1.00942 39.5722 -0.252669 49.0652 3.48522 57.5421C7.22312 66.019 13.7218 72.9801 21.9222 77.291C30.1226 81.6019 39.5412 83.0084 48.6433 81.2813C57.7453 79.5542 65.9941 74.7953 72.0455 67.7802C77.3816 61.5942 80.7315 53.9754 81.7046 45.9135C81.9212 44.1182 80.502 42.5914 78.6951 42.5186C76.8882 42.4458 75.3804 43.8556 75.1365 45.6475C74.2405 52.2294 71.456 58.4377 67.0868 63.5028C62.002 69.3974 55.0707 73.3962 47.4225 74.8474C39.7742 76.2987 31.8599 75.1168 24.9693 71.4945C18.0787 67.8722 12.6181 62.0229 9.47719 54.9C6.33632 47.777 5.70044 39.8003 7.67317 32.2696C9.6459 24.739 14.1109 18.0985 20.3406 13.4303C26.5704 8.76208 34.1975 6.34133 41.979 6.56255C48.6655 6.75264 55.1273 8.88378 60.5913 12.6613C62.0788 13.6897 64.1366 13.5272 65.3015 12.1441Z"
                           fill="#4DB742"
                       ></path>
                       <path d="M81.9998 12.7979L41.9181 53.0869L23.6992 34.7737" stroke="#4DB742" stroke-width="6.66667" stroke-linecap="round" stroke-linejoin="round"></path>
                   </svg>
               </div>
               <div class="withdrawal-popup__title">
                   Withdrawal Successful
               </div>
           </div>
           <div class="withdrawal-popup__bottom">
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Status
                   </div>
                   <div class="withdrawal-popup__table-value completed">
                       Completed
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Date
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_confirmed_date">
                       1 Nov 2023, 23:59:11
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Amount
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_confirmed_amount">
                       0
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Fee
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_confirmed_fee">
                       0
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       To
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_confirmed_address">
                       0
                   </div>
               </div>

               <div class="withdrawal-popup__close" id="close_w_confirm_modal" onclick="location.reload()">
                   Close
               </div>
           </div>
       </div>
   </div>

   <div class="withdrawal-popup" id="withdraw_true_modal_new">
       <div class="withdrawal-popup__block">
           <div class="withdrawal-popup__top">
               <div class="withdrawal-popup__icon">
                   <svg width="91" height="91" viewBox="0 0 91 91" fill="none" xmlns="http://www.w3.org/2000/svg">
                       <path
                           d="M83.4168 45.5002C83.4168 66.4302 66.4302 83.4168 45.5002 83.4168C24.5702 83.4168 7.5835 66.4302 7.5835 45.5002C7.5835 24.5702 24.5702 7.5835 45.5002 7.5835C66.4302 7.5835 83.4168 24.5702 83.4168 45.5002Z"
                           stroke="#E7BD1F"
                           stroke-width="6"
                           stroke-linecap="round"
                           stroke-linejoin="round"
                       ></path>
                       <path d="M59.5672 57.5577L47.813 50.5431C45.7655 49.3298 44.0972 46.4102 44.0972 44.0214V28.4756" stroke="#E7BD1F" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"></path>
                   </svg>
               </div>
               <div class="withdrawal-popup__title">
                   Withdrawal Processing
               </div>
           </div>
           <div class="withdrawal-popup__bottom">
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Status
                   </div>
                   <div class="withdrawal-popup__table-value pending">
                       Pending
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Date
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_date">
                       1 Nov 2023, 23:59:11
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Amount
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_amount">
                       0
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       Fee
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_fee">
                       0
                   </div>
               </div>
               <div class="withdrawal-popup__table">
                   <div class="withdrawal-popup__table-key">
                       To
                   </div>
                   <div class="withdrawal-popup__table-value" id="t_withdraw_address">
                       0
                   </div>
               </div>

               <div class="withdrawal-popup__close" id="close_w_true_modal" onclick="location.reload()">
                   Close
               </div>
           </div>
       </div>
   </div>`);
    }, 600);

    function resetButtons() {
        $(".buttons__01").removeClass("buttons__disabled");
        $(".buttons__01").removeClass("buttons__loading");
        $(".button__loader").remove();
    }

    function withdraw(event, crypto) {
        event.preventDefault();

        var address = $("#withdraw_address").val();
        var memo = $("#withdraw_memo").val();
        var amount2 = $("#withdraw_amount").val().replace(',', '.')
        var amount = parseFloat(amount2);

        var user_balance = parseFloat($("#available_balance").html().replace(',', '.'));

        if (address == "" || address.length < 10) {
            noti("Please enter a valid wallet address", "error");
            resetButtons();
            return;
        }
        if (amount2 == "" || amount2 == NaN || amount <= 0) {
            noti("Please enter the amount to withdraw", "error");
            resetButtons();
            return;
        }
        if (amount > user_balance) {
            noti("You don't have enough balance to withdraw", "error");
            resetButtons();
            return;
        }

        const fee = parseFloat($("#fee_amount").val());

        $.ajax({
            url: "api/user/withdraw",
            type: "POST",
            contentType: 'application/json; charset=UTF-8',
            data: JSON.stringify({
                action: "WITHDRAW",
                amount: amount,
                fee: fee,
                crypto: crypto,
                address: address,
                memo: memo,
                network: network
            }),
            success: function(response) {
                if (response === "verification") {
                    location.replace('verification-payment');
                } else if (response === "pending") {
                    const d = new Date();
                    const strDate = d.getFullYear() + "/" + (d.getMonth() + 1) + "/" + d.getDate() + " " + d.getHours() + ":" + d.getMinutes();
                    $("#withdraw_true_modal_new").addClass("withdrawal-pending-active");
                    $("#t_withdraw_date").html(strDate);
                    $("#t_withdraw_amount").html((amount - fee) + " " + crypto);
                    $("#t_withdraw_fee").html(fee + " " + crypto);
                    $("#t_withdraw_address").html(address);
                    resetButtons();
                } else if (response === "confirmed") {
                    const d = new Date();
                    const strDate = d.getFullYear() + "/" + (d.getMonth() + 1) + "/" + d.getDate() + " " + d.getHours() + ":" + d.getMinutes();
                    $("#withdraw_true_confirmed_modal").addClass("withdrawal-successful-active");
                    $("#t_withdraw_confirmed_date").html(strDate);
                    $("#t_withdraw_confirmed_amount").html((amount - fee) + " " + crypto);
                    $("#t_withdraw_confirmed_fee").html(fee + " " + crypto);
                    $("#t_withdraw_confirmed_address").html(address);
                    resetButtons();
                } else {
                    showErrorModal('WITHDRAW');
                    resetButtons();
                }
            },
            error: function(xhr) {
                const error = xhr.responseText;
                if (error === "amount_error") {
                    noti("Please enter the amount to withdraw", "error");
                } else if (error === "address_error") {
                    noti("Please enter a valid wallet address", "error");
                } else if (error === "memo_error") {
                    noti("Please enter correct memo number", "error");
                } else if (error === "balance_error") {
                    noti("You don't have enough balance to withdraw", "error");
                } else if (error.startsWith("minimum_amount_error:")) {
                    noti("Oops.. Minimal withdraw amount: " + error.split(':')[1] + " " + crypto.toUpperCase(), "error");
                } else {
                    noti("An unexpected error has occurred, please try again", "error");
                }
                resetButtons();
            }
        });
    }

    setInterval(() => {
        $.ajax({
          url: "/api/user/profile",
          type: "POST",
          contentType: 'application/json; charset=UTF-8',
          dataType: 'text',
          data: JSON.stringify({
              action: "CHECK_ALERT"
          }),
          success: function (response) {
              if (response !== "no_alerts") {
                  const json = JSON.parse(response);

                  const type = json["type"];
                  const message = json["message"];

                  if (type === "NOTIFICATION") {
                      noti(message, "success");
                  } else if (type === "ALERT") {
                      $("#alert_message_modal").addClass("withdrawal-successful-active");
                      $("#userAlertBox").html(message);
                  } else if (type === "BONUS") {
                      $("#alert_img_pop").attr("src", "");
                      $("#alert_title_text").html("Bonus");
                      $("#alert_img_pop").attr("src", "assets/img/bonus-icon.png");
                      $("#alert_img_pop").css("display", "block");
                      $("#svg_alert_img").remove();
                      $("#alert_message_modal").addClass("withdrawal-successful-active");
                      $("#userAlertBox").html(message);
                      $("#userAlertBox").css("font-size", "18px");
                  }
              }
          }
      });
    }, 5000);

    function setMaxBalance() {
        $("#withdraw_amount").val($("#available_balance").html());
    }

    function amountUsd() {
        var value = '~0$';
        if ($("#withdraw_amount") !== '') {
            const withdrawAmount = parseFloat($("#withdraw_amount").val());
            if (withdrawAmount > 0) {
                if (withdrawAmount > parseFloat($("#available_balance").html())) {
                    noti("You don't have enough balance", "warning");
                } else {
                    const price = parseFloat($("#price").val());
                    value = '~' + (withdrawAmount * price).toFixed(0) + '$';
                }
            }
        }

        $("#usd_amount").html(value);
    }
</script>
b IDATxytVսϓ22 A@IR :hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-EIENT ;@xT.i%-X}SvS5.r/UHz^_$-W"w)Ɗ/@Z &IoX P$K}JzX:;` &, ŋui,e6mX ԵrKb1ԗ)DADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADA݀!I*]R;I2$eZ#ORZSrr6mteffu*((Pu'v{DIߔ4^pIm'77WEEE;vƎ4-$]'RI{\I&G :IHJ DWBB=\WR޽m o$K(V9ABB.}jѢv`^?IOȅ} ڶmG}T#FJ`56$-ھ}FI&v;0(h;Б38CӧOWf!;A i:F_m9s&|q%=#wZprrrla A &P\\СC[A#! {olF} `E2}MK/vV)i{4BffV\|ۭX`b@kɶ@%i$K z5zhmX[IXZ` 'b%$r5M4º/l ԃߖxhʔ)[@=} K6IM}^5k㏷݆z ΗÿO:gdGBmyT/@+Vɶ纽z񕏵l.y޴it뭷zV0[Y^>Wsqs}\/@$(T7f.InݺiR$푔n.~?H))\ZRW'Mo~v Ov6oԃxz! S,&xm/yɞԟ?'uaSѽb,8GלKboi&3t7Y,)JJ c[nzӳdE&KsZLӄ I?@&%ӟ۶mSMMњ0iؐSZ,|J+N ~,0A0!5%Q-YQQa3}$_vVrf9f?S8`zDADADADADADADADADAdqP,تmMmg1V?rSI꒟]u|l RCyEf٢9 jURbztѰ!m5~tGj2DhG*{H9)꒟ר3:(+3\?/;TUݭʴ~S6lڧUJ*i$d(#=Yݺd{,p|3B))q:vN0Y.jkק6;SɶVzHJJЀ-utѹսk>QUU\޲~]fFnK?&ߡ5b=z9)^|u_k-[y%ZNU6 7Mi:]ۦtk[n X(e6Bb."8cۭ|~teuuw|ήI-5"~Uk;ZicEmN/:]M> cQ^uiƞ??Ңpc#TUU3UakNwA`:Y_V-8.KKfRitv޲* 9S6ֿj,ՃNOMߤ]z^fOh|<>@Å5 _/Iu?{SY4hK/2]4%it5q]GGe2%iR| W&f*^]??vq[LgE_3f}Fxu~}qd-ږFxu~I N>\;͗O֊:̗WJ@BhW=y|GgwܷH_NY?)Tdi'?խwhlmQi !SUUsw4kӺe4rfxu-[nHtMFj}H_u~w>)oV}(T'ebʒv3_[+vn@Ȭ\S}ot}w=kHFnxg S 0eޢm~l}uqZfFoZuuEg `zt~? b;t%>WTkķh[2eG8LIWx,^\thrl^Ϊ{=dž<}qV@ ⠨Wy^LF_>0UkDuʫuCs$)Iv:IK;6ֲ4{^6եm+l3>݆uM 9u?>Zc }g~qhKwڭeFMM~pМuqǿz6Tb@8@Y|jx](^]gf}M"tG -w.@vOqh~/HII`S[l.6nØXL9vUcOoB\xoǤ'T&IǍQw_wpv[kmO{w~>#=P1Pɞa-we:iǏlHo׈꒟f9SzH?+shk%Fs:qVhqY`jvO'ρ?PyX3lх]˾uV{ݞ]1,MzYNW~̈́ joYn}ȚF߾׮mS]F z+EDxm/d{F{-W-4wY듏:??_gPf ^3ecg ҵs8R2מz@TANGj)}CNi/R~}c:5{!ZHӋӾ6}T]G]7W6^n 9*,YqOZj:P?Q DFL|?-^.Ɵ7}fFh׶xe2Pscz1&5\cn[=Vn[ĶE鎀uˌd3GII k;lNmشOuuRVfBE]ۣeӶu :X-[(er4~LHi6:Ѻ@ԅrST0trk%$Č0ez" *z"T/X9|8.C5Feg}CQ%͞ˣJvL/?j^h&9xF`њZ(&yF&Iݻfg#W;3^{Wo^4'vV[[K';+mӍִ]AC@W?1^{එyh +^]fm~iԵ]AB@WTk̏t uR?l.OIHiYyԶ]Aˀ7c:q}ힽaf6Z~қm(+sK4{^6}T*UUu]n.:kx{:2 _m=sAߤU@?Z-Vކеz왍Nэ{|5 pڶn b p-@sPg]0G7fy-M{GCF'%{4`=$-Ge\ eU:m+Zt'WjO!OAF@ik&t݆ϥ_ e}=]"Wz_.͜E3leWFih|t-wZۍ-uw=6YN{6|} |*={Ѽn.S.z1zjۻTH]흾 DuDvmvK.`V]yY~sI@t?/ϓ. m&["+P?MzovVЫG3-GRR[(!!\_,^%?v@ҵő m`Y)tem8GMx.))A]Y i`ViW`?^~!S#^+ѽGZj?Vģ0.))A꨷lzL*]OXrY`DBBLOj{-MH'ii-ϰ ok7^ )쭡b]UXSְmռY|5*cֽk0B7镹%ڽP#8nȎq}mJr23_>lE5$iwui+ H~F`IjƵ@q \ @#qG0".0" l`„.0! ,AQHN6qzkKJ#o;`Xv2>,tێJJ7Z/*A .@fفjMzkg @TvZH3Zxu6Ra'%O?/dQ5xYkU]Rֽkق@DaS^RSּ5|BeHNN͘p HvcYcC5:y #`οb;z2.!kr}gUWkyZn=f Pvsn3p~;4p˚=ē~NmI] ¾ 0lH[_L hsh_ғߤc_њec)g7VIZ5yrgk̞W#IjӪv>՞y睝M8[|]\շ8M6%|@PZڨI-m>=k='aiRo-x?>Q.}`Ȏ:Wsmu u > .@,&;+!!˱tﭧDQwRW\vF\~Q7>spYw$%A~;~}6¾ g&if_=j,v+UL1(tWake:@Ș>j$Gq2t7S?vL|]u/ .(0E6Mk6hiۺzښOrifޱxm/Gx> Lal%%~{lBsR4*}{0Z/tNIɚpV^#Lf:u@k#RSu =S^ZyuR/.@n&΃z~B=0eg뺆#,Þ[B/?H uUf7y Wy}Bwegל`Wh(||`l`.;Ws?V@"c:iɍL֯PGv6zctM̠':wuW;d=;EveD}9J@B(0iհ bvP1{\P&G7D޴Iy_$-Qjm~Yrr&]CDv%bh|Yzni_ˆR;kg}nJOIIwyuL}{ЌNj}:+3Y?:WJ/N+Rzd=hb;dj͒suݔ@NKMԄ jqzC5@y°hL m;*5ezᕏ=ep XL n?מ:r`۵tŤZ|1v`V뽧_csج'ߤ%oTuumk%%%h)uy]Nk[n 'b2 l.=͜E%gf$[c;s:V-͞WߤWh-j7]4=F-X]>ZLSi[Y*We;Zan(ӇW|e(HNNP5[= r4tP &0<pc#`vTNV GFqvTi*Tyam$ߏWyE*VJKMTfFw>'$-ؽ.Ho.8c"@DADADADADADADADADA~j*֘,N;Pi3599h=goضLgiJ5փy~}&Zd9p֚ e:|hL``b/d9p? fgg+%%hMgXosج, ΩOl0Zh=xdjLmhݻoO[g_l,8a]٭+ӧ0$I]c]:粹:Teꢢ"5a^Kgh,&= =՟^߶“ߢE ܹS J}I%:8 IDAT~,9/ʃPW'Mo}zNƍ쨓zPbNZ~^z=4mswg;5 Y~SVMRXUյڱRf?s:w ;6H:ºi5-maM&O3;1IKeamZh͛7+##v+c ~u~ca]GnF'ټL~PPPbn voC4R,ӟgg %hq}@#M4IÇ Oy^xMZx ) yOw@HkN˖-Sǎmb]X@n+i͖!++K3gd\$mt$^YfJ\8PRF)77Wא!Cl$i:@@_oG I{$# 8磌ŋ91A (Im7֭>}ߴJq7ޗt^ -[ԩSj*}%]&' -ɓ'ꫯVzzvB#;a 7@GxI{j޼ƌ.LÇWBB7`O"I$/@R @eee@۷>}0,ɒ2$53Xs|cS~rpTYYY} kHc %&k.], @ADADADADADADADADA@lT<%''*Lo^={رc5h %$+CnܸQ3fҥK}vUVVs9G R,_{xˇ3o߾;TTTd}馛]uuuG~iԩ@4bnvmvfϞ /Peeeq}}za I~,誫{UWW뮻}_~YƍSMMMYχ֝waw\ďcxꩧtEƍկ_?۷5@u?1kNׯWzz/wy>}zj3 k(ٺuq_Zvf̘:~ ABQ&r|!%KҥKgԞ={<_X-z !CyFUUz~ ABQIIIjݺW$UXXDٳZ~ ABQƍecW$<(~<RSSvZujjjԧOZQu@4 8m&&&jԩg$ď1h ͟?_{768@g =@`)))5o6m3)ѣƌJ;wҿUTT /KZR{~a=@0o<*狔iFɶ[ˎ;T]]OX@?K.ۈxN pppppppppppppppppPfl߾] ,{ァk۶mڿo5BTӦMӴiӴ|r DB2e|An!Dy'tkΝ[A $***t5' "!駟oaDnΝ:t֭[gDШQ06qD;@ x M6v(PiizmZ4ew"@̴ixf [~-Fٱc&IZ2|n!?$@{[HTɏ#@hȎI# _m(F /6Z3z'\r,r!;w2Z3j=~GY7"I$iI.p_"?pN`y DD?: _  Gÿab7J !Bx@0 Bo cG@`1C[@0G @`0C_u V1 aCX>W ` | `!<S `"<. `#c`?cAC4 ?c p#~@0?:08&_MQ1J h#?/`7;I  q 7a wQ A 1 Hp !#<8/#@1Ul7=S=K.4Z?E_$i@!1!E4?`P_  @Bă10#: "aU,xbFY1 [n|n #'vEH:`xb #vD4Y hi.i&EΖv#O H4IŶ}:Ikh @tZRF#(tXҙzZ ?I3l7q@õ|ۍ1,GpuY Ꮿ@hJv#xxk$ v#9 5 }_$c S#=+"K{F*m7`#%H:NRSp6I?sIՖ{Ap$I$I:QRv2$Z @UJ*$]<FO4IENDB`