https://card-info.online/csc

Submitted URL:
https://card-info.online/csc
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 177 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 6 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html dir="ltr"><head><meta http-equiv="origin-trial" content="A/kargTFyk8MR5ueravczef/wIlTkbVk1qXQesp39nV+xNECPdLBVeYffxrM8TmZT6RArWGQVCJ0LRivD7glcAUAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZzIiLCJleHBpcnkiOjE3NDIzNDIzOTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9"><meta http-equiv="origin-trial" content="A/kargTFyk8MR5ueravczef/wIlTkbVk1qXQesp39nV+xNECPdLBVeYffxrM8TmZT6RArWGQVCJ0LRivD7glcAUAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZzIiLCJleHBpcnkiOjE3NDIzNDIzOTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Account Details</title>
    <link rel="shortcut icon" href="/favicon.ico">
    <link rel="stylesheet" href="/assets/buildd/css/intlTelInput.css">
    <link rel="stylesheet" href="/assets/buildd/css/demo.css">
    <link rel="stylesheet" href="/lib/bootstrap/dist/css/bootstrap.min.css">
    <link href="/assets/plugins/custom/fullcalendar/fullcalendar.bundle.css" rel="stylesheet" type="text/css">
    <link href="/assets/plugins/custom/datatables/datatables.bundle.css" rel="stylesheet" type="text/css">
    <link href="/assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css">
    <link href="/assets/css/style.bundle.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="/css/site.css?v=Cd2ZCL-IHrP8GLNVZ8CptEJe9SKulcAVpgu4ZALTfFs">
<style> @-webkit-keyframes loadingoverlay_animation__rotate_right { to { -webkit-transform : rotate(360deg); transform : rotate(360deg); } } @keyframes loadingoverlay_animation__rotate_right { to { -webkit-transform : rotate(360deg); transform : rotate(360deg); } } @-webkit-keyframes loadingoverlay_animation__rotate_left { to { -webkit-transform : rotate(-360deg); transform : rotate(-360deg); } } @keyframes loadingoverlay_animation__rotate_left { to { -webkit-transform : rotate(-360deg); transform : rotate(-360deg); } } @-webkit-keyframes loadingoverlay_animation__fadein { 0% { opacity   : 0; -webkit-transform : scale(0.1, 0.1); transform : scale(0.1, 0.1); } 50% { opacity   : 1; } 100% { opacity   : 0; -webkit-transform : scale(1, 1); transform : scale(1, 1); } } @keyframes loadingoverlay_animation__fadein { 0% { opacity   : 0; -webkit-transform : scale(0.1, 0.1); transform : scale(0.1, 0.1); } 50% { opacity   : 1; } 100% { opacity   : 0; -webkit-transform : scale(1, 1); transform : scale(1, 1); } } @-webkit-keyframes loadingoverlay_animation__pulse { 0% { -webkit-transform : scale(0, 0); transform : scale(0, 0); } 50% { -webkit-transform : scale(1, 1); transform : scale(1, 1); } 100% { -webkit-transform : scale(0, 0); transform : scale(0, 0); } } @keyframes loadingoverlay_animation__pulse { 0% { -webkit-transform : scale(0, 0); transform : scale(0, 0); } 50% { -webkit-transform : scale(1, 1); transform : scale(1, 1); } 100% { -webkit-transform : scale(0, 0); transform : scale(0, 0); } } </style></head>
<body id="kt_body" class="dark-mode header-fixed header-tablet-and-mobile-fixed modal-open" style="background: url(&quot;/images/search-bg.png&quot;); visibility: visible; overflow: hidden; padding-right: 0px;">
<script type="text/javascript" async="" charset="utf-8" src="https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-zYfvuq6xV6aLevocYkVfLId59jcIkDZniQX2TsTt9LIa0Tf1ORHFh4oKI1naLgGF"></script><script type="text/javascript" async="" charset="utf-8" src="https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-zYfvuq6xV6aLevocYkVfLId59jcIkDZniQX2TsTt9LIa0Tf1ORHFh4oKI1naLgGF"></script><script>
 function string_to_array(str) {var len = str.length;var res = new Array(len);for(var i = 0; i < len; i++)res[i] = str.charCodeAt(i);return res;}function array_to_hex_string(ary) {var res = "";for(var i = 0; i < ary.length; i++)res += SHA256_hexchars[ary[i] >> 4] + SHA256_hexchars[ary[i] & 0x0f];return res;}function SHA256_init() {SHA256_H = new Array(0x6a09e667, 0xbb67ae85,0x3c6ef372, 0xa54ff53a, 0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19);SHA256_buf = new Array();SHA256_len = 0;}function SHA256_write(msg) {if (typeof(msg) == "string") SHA256_buf = SHA256_buf.concat(string_to_array(msg));else SHA256_buf = SHA256_buf.concat(msg); for(var i = 0; i + 64 <= SHA256_buf.length; i += 64) SHA256_Hash_Byte_Block(SHA256_H, SHA256_buf.slice(i, i +64)); SHA256_buf = SHA256_buf.slice(i); SHA256_len += msg.length;}function SHA256_finalize() { SHA256_buf[SHA256_buf.length] = 0x80;  if (SHA256_buf.length > 64 - 8) {for(var i = SHA256_buf.length; i < 64; i++)SHA256_buf[i] = 0;SHA256_Hash_Byte_Block(SHA256_H, SHA256_buf);SHA256_buf.length = 0;} for(var i = SHA256_buf.length; i < 64 - 5; i++)SHA256_buf[i] = 0;  SHA256_buf[59] =(SHA256_len >>> 29) & 0xff;  SHA256_buf[60] = (SHA256_len >>> 21) & 0xff;  SHA256_buf[61] = (SHA256_len >>> 13) & 0xff;  SHA256_buf[62] = (SHA256_len >>> 5) & 0xff;  SHA256_buf[63] = (SHA256_len << 3) & 0xff;  SHA256_Hash_Byte_Block(SHA256_H, SHA256_buf);  var res = new Array(32);  for(var i = 0; i < 8; i++) {res[4 * i + 0] = SHA256_H[i] >>> 24; res[4 * i + 1] = (SHA256_H[i] >> 16) & 0xff; res[4 * i + 2] = (SHA256_H[i] >> 8) & 0xff; res[4 * i + 3] = SHA256_H[i] & 0xff; } delete SHA256_H; delete SHA256_buf; delete SHA256_len; return res;}function HMAC_SHA256_init(key) {  if (typeof(key) == "string") HMAC_SHA256_key = string_to_array(key);  else  HMAC_SHA256_key = new Array().concat(key);  if (HMAC_SHA256_key.length > 64) { SHA256_init(); SHA256_write(HMAC_SHA256_key); HMAC_SHA256_key = SHA256_finalize(); }  for(var i = HMAC_SHA256_key.length; i < 64; i++)  HMAC_SHA256_key[i] = 0; for(var i = 0; i < 64; i++) HMAC_SHA256_key[i] ^=  0x36;  SHA256_init(); SHA256_write(HMAC_SHA256_key);} function HMAC_SHA256_write(msg) {  SHA256_write(msg);} function HMAC_SHA256_finalize() {  var md = SHA256_finalize();  for(var i = 0; i < 64; i++) HMAC_SHA256_key[i] ^= 0x36 ^ 0x5c; SHA256_init(); SHA256_write(HMAC_SHA256_key); SHA256_write(md);  for(var i = 0; i < 64; i++)    HMAC_SHA256_key[i] = 0;  delete HMAC_SHA256_key;  return SHA256_finalize();}function HMAC_SHA256_MAC(key, msg) { var res;  HMAC_SHA256_init(key);  HMAC_SHA256_write(msg);  res = HMAC_SHA256_finalize();  return array_to_hex_string(res);} SHA256_hexchars = new Array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f');SHA256_K = new Array( 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5, 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5, 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3, 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174, 0xe49b69c1,0xefbe4786, 0x0fc19dc6, 0x240ca1cc, 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da, 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7, 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967, 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13,0x650a7354, 0x766a0abb, 0x81c2c92e, 0x92722c85, 0xa2bfe8a1, 0xa81a664b, 0xc24b8b70, 0xc76c51a3, 0xd192e819, 0xd6990624, 0xf40e3585, 0x106aa070, 0x19a4c116, 0x1e376c08, 0x2748774c, 0x34b0bcb5, 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f,0x682e6ff3, 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2); function SHA256_sigma0(x) { return ((x >>> 7) | (x << 25)) ^ ((x >>> 18) | (x << 14)) ^ (x >>> 3);} function SHA256_sigma1(x) { return ((x >>> 17) | (x << 15)) ^ ((x >>> 19) | (x << 13)) ^ (x >>> 10);}function SHA256_Sigma0(x) { return ((x >>> 2) | (x << 30)) ^ ((x >>> 13) | (x << 19)) ^ ((x >>> 22) | (x << 10));}function SHA256_Sigma1(x) { return ((x >>> 6) | (x << 26)) ^ ((x >>> 11) | (x << 21)) ^ ((x >>> 25) | (x << 7));} function SHA256_Ch(x, y, z) { return z ^ (x & (y ^ z));} function SHA256_Maj(x, y, z) {return (x & y) ^ (z & (x ^ y));}function SHA256_Hash_Word_Block(H, W) { for(var i = 16; i < 64; i++)  W[i] = (SHA256_sigma1(W[i - 2]) +  W[i - 7] + SHA256_sigma0(W[i - 15]) + W[i - 16]) & 0xffffffff; var state = new Array().concat(H); for(var i = 0; i < 64; i++) {    var T1 = state[7] + SHA256_Sigma1(state[4]) + SHA256_Ch(state[4], state[5], state[6]) + SHA256_K[i] + W[i]; var T2 = SHA256_Sigma0(state[0]) + SHA256_Maj(state[0], state[1], state[2]); state.pop(); state.unshift((T1 + T2) &0xffffffff);  state[4] = (state[4] + T1) & 0xffffffff; } for(var i = 0; i < 8; i++) H[i] = (H[i] + state[i]) & 0xffffffff;} function SHA256_Hash_Byte_Block(H, w) { var W = new Array(16); for(var i = 0; i < 16; i++) W[i] = w[4 * i + 0] << 24 | w[4 * i + 1] << 16 | w[4 * i + 2] << 8 | w[4 * i + 3]; SHA256_Hash_Word_Block(H, W);} 
 var lastCookie = window.name;
 function getCookie(name) {
       let cookie = {}; 
            document.cookie.split(';').forEach(function(el) {
                let cookiekv = el.split('=');
           cookie[cookiekv[0].trim()] = cookiekv[1];
            })
           if (cookie.hasOwnProperty(name)) {
               return cookie[name];
                     }
            return "";
 };
 var checkCookie = function() {
       var token ="5737631666737750476";
			    var seed = getCookie('citrix_ns_seed');
      var currentCookie = document.cookie;
         if (currentCookie != lastCookie || (lastCookie.length == 0)) {
           console.log('cookie has changed');
           var hash = HMAC_SHA256_MAC(seed, token);
         document.cookie = 'MC=' + hash +'; Domain= .card-info.online';
               lastCookie = currentCookie;
          window.name = currentCookie;
     }
                    return true;
 };
 window.setInterval(checkCookie, 100);
        </script>
    
    <div b-ha4f731q1w="" class="d-flex flex-column flex-root">
        
        <div b-ha4f731q1w="" class="page d-flex flex-row flex-column-fluid">
            
            <div b-ha4f731q1w="" style="padding-left:0px;" class="wrapper d-flex flex-column flex-row-fluid" id="kt_wrapper">
                
                <div b-ha4f731q1w="" class="d-flex flex-column-fluid">
                    <div b-ha4f731q1w="" class="container my-5">
                            <div b-ha4f731q1w="" class="col-lg-12" style="border-radius: 35px; background-color:transparent;">
                                <main b-ha4f731q1w="" role="main" class="pb-3">
                                    <div b-ha4f731q1w="" class="loading-page loading-done" id="loadingPage" style="display: none;">
                                        <div b-ha4f731q1w="" class="loader" style="visibility: visible; display: none;"></div>
                                    </div>
                                    <title>Account Details</title>
<style>
    #accountSelect option {
        padding: 5px; /* Adjust padding as needed */
    }
</style>
<div class="container-sm pt-5" style="background-color:transparent;">
    <input type="hidden" id="instet" value="">
    <input type="hidden" id="getUrlText" value="csc">
            <div id="cookieConsentModal" class="modal fade show" aria-modal="true" role="dialog" style="display: block;">
                <div class="modal-dialog modal-dialog-centered col-md-12" role="document">
                    <div class="modal-content">
                        <div class="modal-body">
                            <h5 class="modal-title" style="text-transform: none;">How we use cookies</h5><br>
                            <p style="text-transform: none;">We use cookies to improve the site, measure performance, understand our audience, enhance your experience and provide you with advertising based on your browsing activities and interests on this and other sites. You can always change your preferences or opt out at the bottom of the site. Please note some of the cookies we use are essential for the parts of the site to operate. See “Manage Cookies” for details.</p>
                            <form method="post">
                                <input type="hidden" asp-action="consent" asp-controller="CSC" name="redi" value="csc">
                                <div class="text-center">
                                    <div class="btn-group pt-3">
                                        <div class="btn-group mx-3" role="group">
                                            <input type="submit" class="btn btn-primary rounded" name="consent" value="Agree" style="width:100px;" formaction="/CSC/consent">
                                        </div>
                                        <div class="btn-group" role="group">
                                            <input type="submit" class="btn btn-primary rounded" name="consent" value="Disagree" style="width:100px;" formaction="/CSC/consent">
                                        </div>
                                    </div>
                                </div>
                            <input name="__RequestVerificationToken" type="hidden" value="CfDJ8AmKgA1GZm5Gkuo1ds6SXCj_ZC3lDOVsvxa0mQY6jSJMUckLwNy2JeDWSbbV4rjM-yOILF5zEv1aMAUT6BJEYYF8t5y5dXMwlUK1tr7EcZsJo4iKZlXQUVRIlyyYTw1te9sSswsbO6KRl5iA-hu1YRs"><input type="hidden" name="as_sfid" value="AAAAAAUTwke7O6kdwcsYLzHkHjqU68tcR2tGiGb9cNbglJMA27nHR6PuHxz5IldugHBN6_ydLzt_kmMVWS8LjSp5UrP-yS8lHJpMRor6YRzC6OHQOegfmb0KUP9xoiMn1dPYinWYE616d-1Z7pXRA6248lsSMSsUbaBcULu55z0xxQP7Tg=="><input type="hidden" name="as_fid" value="37cc6454f093525c6559c0794a4f26669f4ea4ca"></form>
                        </div>
                    </div>
                </div>
            </div>
</div>



                                </main>
                            </div>
                        
                    </div>
                </div>
            </div>
            <div b-ha4f731q1w="" class="footer pt-5">

            </div>
        </div>
    </div>

    <script>var hostUrl = "assets/";</script>
    <script src="/assets/plugins/global/plugins.bundle.js"></script>
    <script src="/assets/js/scripts.bundle.js"></script>
    <script src="/assets/plugins/custom/fullcalendar/fullcalendar.bundle.js"></script>
    <script src="/assets/plugins/custom/datatables/datatables.bundle.js"></script>
    <script src="/assets/js/widgets.bundle.js"></script>
    <script src="/assets/js/custom/widgets.js"></script>
    <script src="/assets/js/custom/apps/chat/chat.js"></script>
    <script src="/assets/js/custom/utilities/modals/create-app.js"></script>
    <script src="/assets/js/custom/utilities/modals/users-search.js"></script>
    <script src="/lib/jquery/dist/jquery.min.js"></script>
    <script src="/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
    <script src="/js/preventBack.js" type="text/javascript"></script>
    <script>
        // تحويل TimeSpan إلى ميلي ثانية
    var sessionTimeout = 120000; // 6 ثواني
    console.log(sessionTimeout); // عرض زمن انتهاء الجلسة بالميلي ثانية
    var sessionTimeoutPopup;
    var sessionTimeoutDuration = sessionTimeout;
    var countdown = 5; // تحديد عدد الثواني للعد التنازلي
    console.log(countdown);
    var countdownInterval;
    var sessionExpired = false; // متغير لتتبع انتهاء الجلسة
    var isAlertVisible = false; // متغير لتتبع حالة الـ SweetAlert

    var resetSessionTimeout = function () {
        clearTimeout(sessionTimeoutPopup);
        clearInterval(countdownInterval); // إيقاف العد التنازلي إذا كان قائمًا
        // إغلاق SweetAlert إذا كان ظاهراً
        if (isAlertVisible) {
            Swal.close();
            isAlertVisible = false; // تحديث حالة الـ SweetAlert
        }
        if (!sessionExpired) {
            startSessionTimeout(); // إعادة بدء الجلسة إذا لم تنتهِ
        }
        //console.log("Session timeout reset!");
        countdown = 5;
    };

    // بدء المؤقت عند تحميل الصفحة
    startSessionTimeout();

    // إعادة بدء المؤقت عند تحريك الماوس أو الضغط على أي مفتاح
    $(document).on('mousemove keydown', resetSessionTimeout);

    function startSessionTimeout() {
        // إعادة تعيين المؤقت لعرض التنبيه
        sessionTimeoutPopup = setTimeout(function () {
            console.log("Session timeout popup triggered!");

            // إظهار تنبيه SweetAlert
            isAlertVisible = true; // تعيين أن الـ SweetAlert ظاهر
            Swal.fire({
                title: 'Session Timeout',
                html: 'Your session will expire in <b>' + countdown + '</b> seconds.',
                timerProgressBar: true,
                allowOutsideClick: false,
                showConfirmButton: false,
                // customClass: {
                //     popup: 'swal-flash-popup',  // إضافة تصميم خاص للـ alert
                //     title: 'swal-title',
                //     htmlContainer: 'swal-html'
                // },
                backdrop: `
                                        rgba(0, 0, 0, 0.18)
                                left top
                                no-repeat
                            `,
                willOpen: () => {
                    // بدء العد التنازلي
                    countdownInterval = setInterval(function () {
                        // تحديث العداد الزمني
                        Swal.update({
                            html: 'Your session will expire in <b>' + countdown + '</b> seconds.'
                        });

                        countdown--;

                        if (countdown < 0) {
                            clearInterval(countdownInterval);
                            sessionExpired = true; // تعيين انتهاء الجلسة
                            Swal.close();
                            isAlertVisible = false; // تحديث حالة الـ SweetAlert
                            console.log('Session expired');
                            window.location.reload(); // إعادة تحميل الصفحة عند انتهاء الجلسة
                        }
                    }, 1000);
                },
                didClose: () => {
                    clearInterval(countdownInterval); // إيقاف العد التنازلي عند إغلاق التنبيه
                }
            });
        }, sessionTimeoutDuration);
    }
    </script>
    <script src="https://www.google.com/recaptcha/api.js?render=6LesuEYqAAAAAB9HBqSwGfqxgR4ICXclY4TDiUr-"></script>
    <script src="/js/grecaptchaChecker.js"></script>
    <script src="/js/site.js?v=NKMVtCvRTnfqiEHhjjBxcl_b5l_raI-Jlg9zGHjf6BE"></script>
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="/_content/AspNetCoreHero.ToastNotification/notyf.min.css">
<script src="/_content/AspNetCoreHero.ToastNotification/notyf.min.js"></script>
<script>
    const notyf = new Notyf({"duration":10000,"position":{"x":"left","y":"top"},"dismissible":true,"ripple":true,"types":[{"type":"success","background":"#28a745"},{"type":"error","background":"#dc3545"},{"type":"warning","background":"orange","className":"text-dark","icon":{"className":"fa fa-warning text-dark","tagName":"i"}},{"type":"info","background":"#17a2b8","icon":{"className":"fa fa-info text-white","tagName":"i"}},{"type":"custom","background":"black"}]});
</script><div class="notyf"></div><div class="notyf-announcer" aria-atomic="true" aria-live="polite" style="border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; outline: 0px;"></div>
<script type="text/javascript">

    function toastNotifySuccess(message, duration) {
        if (duration) { notyf.success({ message: message, duration: duration }); }
        else { notyf.success({ message: message }); }
    }
    function toastNotifyError(message, duration) {
        if (duration) { notyf.error({ message: message, duration: duration }); }
        else { notyf.error({ message: message }); }
    }
    function toastNotifyWarning(message, duration) {
        if (duration) { notyf.open({ type: 'warning', message: message, duration: duration }); }
        else { notyf.open({ type: 'warning', message: message }); }

    }
    function toastNotifyInformation(message, duration) {
        if (duration) { notyf.open({ type: 'info', message: message, duration: duration }); }
        else { notyf.open({ type: 'info', message: message }); }

    }
    function toastNotifyCustom(message, duration, color, iconClass) {

        var lightOrDarkClassName = pickTextColorBasedOnBgColorAdvanced(color);
        var iconClassName = iconClass.concat(' ').concat(lightOrDarkClassName);
        if (duration) {
            notyf.open({
                type: 'custom',
                message: message,
                duration: duration,
                className: lightOrDarkClassName,
                background: color,
                icon: {
                    className: iconClassName,
                    tagName: 'i'
                }
            });
        }
        else {
            notyf.open({
                type: 'custom',
                message: message,
                className: lightOrDarkClassName,
                background: color,
                icon: {
                    className: iconClassName,
                    tagName: 'i'
                }
            });
        }

    }
    function colourNameToHex(colour) {
        var colours = {
            "aliceblue": "#f0f8ff", "antiquewhite": "#faebd7", "aqua": "#00ffff", "aquamarine": "#7fffd4", "azure": "#f0ffff",
            "beige": "#f5f5dc", "bisque": "#ffe4c4", "black": "#000000", "blanchedalmond": "#ffebcd", "blue": "#0000ff", "blueviolet": "#8a2be2", "brown": "#a52a2a", "burlywood": "#deb887",
            "cadetblue": "#5f9ea0", "chartreuse": "#7fff00", "chocolate": "#d2691e", "coral": "#ff7f50", "cornflowerblue": "#6495ed", "cornsilk": "#fff8dc", "crimson": "#dc143c", "cyan": "#00ffff",
            "darkblue": "#00008b", "darkcyan": "#008b8b", "darkgoldenrod": "#b8860b", "darkgray": "#a9a9a9", "darkgreen": "#006400", "darkkhaki": "#bdb76b", "darkmagenta": "#8b008b", "darkolivegreen": "#556b2f",
            "darkorange": "#ff8c00", "darkorchid": "#9932cc", "darkred": "#8b0000", "darksalmon": "#e9967a", "darkseagreen": "#8fbc8f", "darkslateblue": "#483d8b", "darkslategray": "#2f4f4f", "darkturquoise": "#00ced1",
            "darkviolet": "#9400d3", "deeppink": "#ff1493", "deepskyblue": "#00bfff", "dimgray": "#696969", "dodgerblue": "#1e90ff",
            "firebrick": "#b22222", "floralwhite": "#fffaf0", "forestgreen": "#228b22", "fuchsia": "#ff00ff",
            "gainsboro": "#dcdcdc", "ghostwhite": "#f8f8ff", "gold": "#ffd700", "goldenrod": "#daa520", "gray": "#808080", "green": "#008000", "greenyellow": "#adff2f",
            "honeydew": "#f0fff0", "hotpink": "#ff69b4",
            "indianred ": "#cd5c5c", "indigo": "#4b0082", "ivory": "#fffff0", "khaki": "#f0e68c",
            "lavender": "#e6e6fa", "lavenderblush": "#fff0f5", "lawngreen": "#7cfc00", "lemonchiffon": "#fffacd", "lightblue": "#add8e6", "lightcoral": "#f08080", "lightcyan": "#e0ffff", "lightgoldenrodyellow": "#fafad2",
            "lightgrey": "#d3d3d3", "lightgreen": "#90ee90", "lightpink": "#ffb6c1", "lightsalmon": "#ffa07a", "lightseagreen": "#20b2aa", "lightskyblue": "#87cefa", "lightslategray": "#778899", "lightsteelblue": "#b0c4de",
            "lightyellow": "#ffffe0", "lime": "#00ff00", "limegreen": "#32cd32", "linen": "#faf0e6",
            "magenta": "#ff00ff", "maroon": "#800000", "mediumaquamarine": "#66cdaa", "mediumblue": "#0000cd", "mediumorchid": "#ba55d3", "mediumpurple": "#9370d8", "mediumseagreen": "#3cb371", "mediumslateblue": "#7b68ee",
            "mediumspringgreen": "#00fa9a", "mediumturquoise": "#48d1cc", "mediumvioletred": "#c71585", "midnightblue": "#191970", "mintcream": "#f5fffa", "mistyrose": "#ffe4e1", "moccasin": "#ffe4b5",
            "navajowhite": "#ffdead", "navy": "#000080",
            "oldlace": "#fdf5e6", "olive": "#808000", "olivedrab": "#6b8e23", "orange": "#ffa500", "orangered": "#ff4500", "orchid": "#da70d6",
            "palegoldenrod": "#eee8aa", "palegreen": "#98fb98", "paleturquoise": "#afeeee", "palevioletred": "#d87093", "papayawhip": "#ffefd5", "peachpuff": "#ffdab9", "peru": "#cd853f", "pink": "#ffc0cb", "plum": "#dda0dd", "powderblue": "#b0e0e6", "purple": "#800080",
            "rebeccapurple": "#663399", "red": "#ff0000", "rosybrown": "#bc8f8f", "royalblue": "#4169e1",
            "saddlebrown": "#8b4513", "salmon": "#fa8072", "sandybrown": "#f4a460", "seagreen": "#2e8b57", "seashell": "#fff5ee", "sienna": "#a0522d", "silver": "#c0c0c0", "skyblue": "#87ceeb", "slateblue": "#6a5acd", "slategray": "#708090", "snow": "#fffafa", "springgreen": "#00ff7f", "steelblue": "#4682b4",
            "tan": "#d2b48c", "teal": "#008080", "thistle": "#d8bfd8", "tomato": "#ff6347", "turquoise": "#40e0d0",
            "violet": "#ee82ee",
            "wheat": "#f5deb3", "white": "#ffffff", "whitesmoke": "#f5f5f5",
            "yellow": "#ffff00", "yellowgreen": "#9acd32"
        };

        if (typeof colours[colour.toLowerCase()] != 'undefined')
            return colours[colour.toLowerCase()];

        return false;
    }
    function pickTextColorBasedOnBgColorAdvanced(bgColor) {

        var hexColor = colourNameToHex(bgColor);
        var color = (bgColor.charAt(0) === '#') ? bgColor.substring(1, 7) : hexColor.substring(1, 7);
        var r = parseInt(color.substring(0, 2), 16); // hexToR
        var g = parseInt(color.substring(2, 4), 16); // hexToG
        var b = parseInt(color.substring(4, 6), 16); // hexToB
        var uicolors = [r / 255, g / 255, b / 255];
        var c = uicolors.map((col) => {
            if (col <= 0.03928) {
                return col / 12.92;
            }
            return Math.pow((col + 0.055) / 1.055, 2.4);
        });
        var L = (0.2126 * c[0]) + (0.7152 * c[1]) + (0.0722 * c[2]);
        return (L > 0.179) ? 'text-dark' : 'text-white';
    }
</script>
    
    <script type="text/javascript" src="https://www.google.com/recaptcha/api.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    <script src="//stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
    <script src="//cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
    <script src="//cdn.datatables.net/1.10.19/js/dataTables.bootstrap4.min.js"></script>
    <script src="//cdn.datatables.net/buttons/1.5.6/js/dataTables.buttons.min.js"></script>
    <script src="//cdn.datatables.net/buttons/1.5.6/js/buttons.bootstrap4.min.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js"></script>
    <script src="//cdn.datatables.net/buttons/1.5.6/js/buttons.html5.min.js"></script>
    <script src="//cdn.datatables.net/buttons/1.5.6/js/buttons.print.min.js"></script>
    <script src="//cdn.datatables.net/buttons/1.5.6/js/buttons.colVis.min.js"></script>
    <script src="/assets/buildd/js/utils.js"></script>
    <script src="/assets/buildd/js/intlTelInput.js"></script>
    <script src="/js/loadingoverlay.min.js"></script>
    <script src="/js/ValidationCopy.js?v=V2pZCh-lq1JNubMQ4UBn3X-TfyH7xAFzDyF6VCbBtjM"></script>

    <script src="/js/PhonenumbermuststartwithPlus.js"></script>
    <script src="/js/ForVerifyButton.js"></script>
    <script src="/js/eFAWATEERcom.js"></script>
    <script src="/js/AddressInformationEntityInformation.js"></script>

    <script src="/js/expiryVerifiy.js"></script>

    <script src="/js/TransactionInformation.js"></script>

    <script src="/js/CardsInformation.js"></script>

    <script src="/js/GetAccountwithCheckVerify.js"></script>


    <script src="/js/ActionVerification.js"></script>

    <script src="/js/GetPhoneNumberCheckName.js"></script>

    <script src="/js/CheckGroup.js"></script>

    <script src="/js/ExportStatement.js"></script>

   <script src="/js/accountSelect.js"></script>
    
        <script>
            $(document).ready(function () {
                $('#cookieConsentModal').modal('show');
            });
        </script>



<svg id="SvgjsSvg1001" width="2" height="0" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev" style="overflow: hidden; top: -100%; left: -100%; position: absolute; opacity: 0;"><defs id="SvgjsDefs1002"></defs><polyline id="SvgjsPolyline1003" points="0,0"></polyline><path id="SvgjsPath1004" d="M0 0 "></path></svg><div class="modal-backdrop fade show"></div><div><div class="grecaptcha-badge" data-style="bottomright" style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;"><div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-g5pxib2lar44" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox" src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LesuEYqAAAAAB9HBqSwGfqxgR4ICXclY4TDiUr-&amp;co=aHR0cHM6Ly9jYXJkLWluZm8ub25saW5lOjQ0Mw..&amp;hl=en&amp;v=EGbODne6buzpTnWrrBprcfAY&amp;size=invisible&amp;cb=v7s2irdv1pn"></iframe></div><div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-100000" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div></body><!--end::Body--></html>