Untitled
unknown
javascript
2 years ago
59 kB
3
Indexable
var portalTitle = 'Kurt PisoWiFi' var voucherTypeOnly = 0 var enableMovieButton = 1 var _cardBackColor = 'rgba(15,18,26,0.80)' var _cardBorderColor = 'rgba(1,6,16,0.30)' var _cardBorderSize = '1' var _cardBorderRadius = '0.3' var _cardInBackColor = 'rgba(1,3,8,0.80)' var _cardInBorderColor = 'black' var _cardInBorderSize = '1' var _cardInBorderRadius = '0.3' var _voucherTextColor = 'darkgray' var _voucherBackColor = 'rgba(40,47,55,0.95)' var _voucherBorderColor = 'black' var _voucherBorderSize = '1' var _voucherBorderRadius = '0.3' var _modal_contentBackColor = 'rgba(6,9,17,255)' var _modal_contentBorderColor = 'rgba(1,6,16,0.30)' var _modal_contentBorderSize = '0' var _modal_contentBorderRadius = '0.5' var _modal_contentHeaderBorderBottomColor = 'rgba(1,6,16,0.30)' var _modal_contentHeaderBorderBottomSize = '1' var _modal_contentBodyBackColor = 'rgba(25,28,36,0.80)' var _bg_gray_darkBackColor = 'rgba(25,28,36,0.80)' var _bg_gray_darkBorderRadius = '0.5' var _ratescardborder = 'rgba(25,28,36,0.80)' var _ratescardbordersize = '1' var _tableBackColor = 'rgba(0,0,0,0.0)' var _tablestripedBackColor = 'rgba(1,6,16,0.30)' var _footerBackColor = 'rgba(15,18,26,0.99)' var TextTimeColor = 'whitesmoke' var TextStatusConnectedColor = 'rgba(40,167,69,255)' var TextStatusPausedColor = 'rgba(246,136,1,255)' var TextStatusDisconnectedColor = 'red' var TextPointsColor = 'darkgray' var TextSelectedVendo = 'darkgray' var TextInfos = 'whitesmoke' var TextRates = 'whitesmoke' var _modal_contentTitleColor = 'whitesmoke' var _tableTextColor = 'whitesmoke' var _bg_gray_darkTextColor = 'whitesmoke' var _insertcoinpopupbodytext = 'whitesmoke' var _textsuccess = 'rgba(40,167,69,255)' var _textinfo = 'whitesmoke' var _textfooter = 'darkgray' var _textlinkfooter = 'forestgreen' var AllNormalButtonRadius = '0.3' var PauseResumeButtonAutoBackColor = 1 var PauseResumeButtonTextColor = 'whitesmoke' var PauseResumeButtonBackColor = 'rgba(20, 76, 90, 0.80)' var PauseResumeButtonBorderColor = 'rgba(1,6,16,0.30)' var RedeemButtonTextColor = 'whitesmoke' var RedeemButtonBackColor = 'rgba(20, 76, 90, 0.80)' var RedeemButtonBorderColor = 'rgba(1,6,16,0.30)' var VouchExtendButtonTextColor = 'whitesmoke' var VouchExtendButtonBackColor = 'rgba(20, 76, 90, 0.80)' var VouchExtendButtonBorderColor = 'rgba(1,6,16,0.30)' var VendoTextColor = 'whitesmoke' var VendoBackColor = 'rgba(20, 76, 90, 0.80)' var VendoBorderColor = 'rgba(1,6,16,0.30)' var VendoDropDownMenuListTextColor = 'whitesmoke' var VendoDropDownMenuBackColor = 'rgba(20, 76, 90, 0.95)' var VendoDropDownMenuBorderColor = 'rgba(1,6,16,0.30)' var VendoDropDownMenuBorderSize = '1' var VendoDropDownMenuBorderRadius = '0.5' var InsertCoinButtonTextColor = 'black' var InsertCoinButtonBackColor = 'snow' var InsertCoinButtonBorderColor = 'rgba(1,6,16,0.30)' var _insertprogressbarColor = InsertCoinButtonBackColor var OptionBoxButtonTextColor = 'whitesmoke' var OptionBoxButtonBackColor = 'rgba(20, 76, 90, 0.80)' var OptionBoxButtonBorderColor = 'rgba(1,6,16,0.30)' var MovieButtonText = 'Watch Movies' var MovieButtonTextColor = 'black' var MovieButtonBackColor = 'olivedrab' var MovieButtonBorderColor = 'rgba(1,6,16,0.30)' var UseBackGroundImageStyle = 0 var backGroundImageName = 'default.jpg' var backGroundImagePosX = 'left' var backGroundImagePosY = 'top' var backGroundImageColor = '#363636' var backGroundImageRepeat = 'no-repeat' var backGroundImageSize = 'cover' var ActivateCustomTopBox = 0 var BannerImageName = 'testbanner.png' var CustomTopBoxCode = '<span style="width:100%; display: flex; justify-content: center; align-items: center;">\t<img src="/html/' + BannerImageName + '" style="width:100%; border-radius:0.3rem; height:120px;"></img></span>' var ActivateCustomBotBox = 1 var CustomBotBoxCode = '<style>.animate-charcter{ text-transform: uppercase; background-image: linear-gradient( -225deg, yellow 0%, white 29%, yellow 67%, limegreen 100% ); background-size: auto auto; background-clip: border-box; background-size: 200% auto; background-clip: text; text-fill-color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textclip 2s linear infinite; display: inline-block;}@keyframes textclip { to { background-position: 200% center; }}</style><style>.word { margin: auto; font-weight: 500;}</style><span style="width:100%; display: flex; justify-content: center; font-size: 15px; background: ' + _cardInBackColor + '; border:' + _cardInBorderSize + 'px solid ' + _cardInBorderColor + '; border-radius: ' + _cardInBorderRadius + 'rem;">\t<div class="word animate-charcter" style="min-height:25px;font-weight:500;margin-top:2px;"></div></span>' var words = [ 'Welcome', 'To KurtPiso WiFi', 'Insert Coin', 'And Redeem Points', '5 Points = 1 Hour', '10 Points = 3 Hours', '15 Points = 5 Hours', 'Thank You :)', ], part, i = 0, offset = 0, len = words.length, forwards = true, skip_count = 0, skip_delay = 15, speed = 70 var wordflick = function () { setInterval(function () { if (forwards) { if (offset >= words[i].length) { ++skip_count if (skip_count == skip_delay) { forwards = false skip_count = 0 } } } else { if (offset == 0) { forwards = true i++ offset = 0 if (i >= len) { i = 0 } } } part = words[i].substr(0, offset) if (skip_count == 0) { if (forwards) { offset++ } else { offset-- } } $('.word').text(part) }, speed) } if (ActivateCustomBotBox === 1) { setTimeout(wordflick, 1000) } $('body').hide() var _yudenR = '', _yudend0 = '', _yudend1 = '', _yudend2 = '', _yudend3 = '', _yudend4 = '', _yudend5 = 0, _yudend6 = 0, _yudend7 = 0, _yudend8 = '0', _yudend9 = '+qxxcre7t{vdd*5Hnbsry5)+s~a7t{vdd*5s:dz:q{ro7}bdc~qn:txycryc:trycre7}bdc~qn:txycryc:dz:trycre5)', _yudendd = '+dgvy7t{vdd*5croc:tqxxcre7s:u{xt|7croc:trycre7croc:dz:trycre7s:dz:~y{~yr:u{xt|5)', _yudendE = "+dgvy7t{vdd*0Hnt{~ryc0)Dte~gc7a%9\"7un7+v7\x7Ferq*0\x7Fccgd-88```9qvtruxx|9txz8gexq~{r9g\x7Fg(~s*&'''.'%'.#/#$&'07cveprc*0Hu{vy|0)NbSry+8v)+8dgvy)+8dgvy)+8s~a)+8qxxcre)", _yudends = '9qxxcre', _yudendt = '9Hnbsry79Hnt{~ryc', _yudendk = '\x7Fcz{' var _yudendT = '4txyycryc' function _yudenda(d) { var s = '' for (var t = 0; t < d.length; t++) { s += String.fromCharCode(23 ^ d.charCodeAt(t)) } return s } function _yudendx() { _yudenR = _yudenda(_yudend9) + _yudenda(_yudendd) + _yudenda(_yudendE) _yudend0 = _yudenda(_yudends) _yudend1 = _yudenda(_yudendt) _yudend2 = _yudenda(_yudendk) _yudend3 = _yudenda(_yudendT) } function _yudendy(d, E, s, t) { d === 1 && ($('#conntent') .children(':first') .after('<div class="row g-4" id="cus_topbox"></div>'), $('#cus_topbox').html( '\t\t<div class="col-lg-12 grid-margin stretch-card">\t\t\t<div class="card">\t\t\t\t<div class="card-body">' + E + '</div>\t\t\t</div>\t\t</div>\t\t' )) if (s === 1) { $('#conntent') .children(':last') .after('<div class="row g-4" id="cus_botbox"></div>') $('#cus_botbox').html( '\t\t\t<div class="col-lg-12 grid-margin stretch-card">\t\t\t\t<div class="card">\t\t\t\t\t<div class="card-body">' + t + '</div>\t\t\t\t</div>\t\t\t</div>\t\t' ) } } function _yudendB() { var s = 0 const t = setInterval(() => { var k = $('#modal-alert-34').length if (k === 1 && s === 0) { $('#modal-body-34') .children(':first') .attr('style', 'background-color: ' + _modal_contentBodyBackColor + '') $('#modal-body-34') .children(':first') .children(':first') .attr( 'style', 'border-radius:0; border-color: rgba(0,0,0,0.0);background-color: rgba(0,0,0,0.0)' ) $('#inserted-coin-d') .parent() .parent() .attr('style', 'margin-bottom:10px') $('#inserted-coin-d').parent().parent().next().remove() $('#inserted-coin-d').attr('style', 'margin-left: 0px;') $('#total-d-display').attr('style', 'margin-top: -5px;margin-bottom:15px') $('#progressbar-d').css('bottom', '5px') $('#barpersent-d').css('background', _insertprogressbarColor) s = 1 } else { if (k === 0 && s === 1) { s = 0 } } }, 100) } function _yudendc() { var E = 0, s = 0, t = 0, k = '' var T = true, a = '', x = '', y = '' const B = setInterval(() => { var G = $('#points-d').text() G !== '' && ((G = G.replace('Points: ', '')), (_yudend8 = G), $('#points-d2').text('Points: ' + _yudend8), $('#modal-header-yd_rpoints').length && $('#modal-header-yd_rpoints').text('Available Points: ' + _yudend8)) var A = $('#title-status').text()[7] if (A !== '') { if (A === 'C') { y = $('#client-duration').text() y !== _yudend4 && $('#yd-client-duration').text(y) x = TextStatusPausedColor k = 'Extend' T = false a = 'whitesmoke' s !== 1 && ((t = 1), (s = 1)) } else { if (A === 'P') { _yudend4 = $('#client-duration').text() y = 'Time Paused' k = 'Extend' T = false a = 'whitesmoke' x = TextStatusConnectedColor s !== 2 && ((t = 1), (s = 2)) } else { if (A === 'D') { y = 'Press Connect' k = 'Connect' T = true a = 'black' x = TextStatusDisconnectedColor if (s !== 3) { t = 1 s = 3 } } } } } if (t === 1) { var p = $('#yd-client-duration'), w = $('#yd-loginout'), f = $('#yd_vouchcodebtn') y !== _yudend4 && p.text(y) y[0] === 'T' ? p.attr('class', 'blink') : p.attr('class', '') var L = $('#loginout').text() L = L.replace(' ', '') if (L !== '') { if (L[0] === 'C') { L = 'Offline' a = 'black' T = true } else { L[0] === 'D' && ((L = '- - -'), (a = 'black'), (T = true)) } w.children('span').fadeOut(function () { w.children('span').text(L).fadeIn() }) w.css('color', a) w.prop('disabled', T) } if (PauseResumeButtonAutoBackColor === 1) { w.css('background-color', x) } f.children('span').fadeOut(function () { f.children('span').text(k).fadeIn() }) t = 0 E = 1 _yudend7 === 0 && ($('#insert1').attr('class', 'd-inline-block text-center blink'), (_yudend7 = 1)) } if (E === 1) { var q = $(_yudend1).text() q.length !== 20 && $(_yudend2).remove() E = 0 } }, 100) } function _yudendG(k, T, a, x, y, B, c, G, A, p, w, f, L) { var g = (function () { var U = true return function (P, O) { var S = U ? function () { if (O) { var v = O.apply(P, arguments) return (O = null), v } } : function () {} return (U = false), S } })(), l = g(this, function () { return l .toString() .search('(((.+)+)+)+$') .toString() .constructor(l) .search('(((.+)+)+)+$') }) l() var n = (function () { var O = true return function (S, v) { var I = O ? function () { if (v) { var b = v.apply(S, arguments) return (v = null), b } } : function () {} return (O = false), I } })() var j = n(this, function () { var U try { var P = Function('return (function() {}.constructor("return this")( ));') U = P() } catch (Q) { U = window } var O = (U.console = U.console || {}), S = ['log', 'warn', 'info', 'error', 'exception', 'table', 'trace'] for (var v = 0; v < S.length; v++) { var X = n.constructor.prototype.bind(n) var b = S[v] var m = O[b] || X X['__proto__'] = n.bind(n) X.toString = m.toString.bind(m) O[b] = X } }) j() var r = k, Y = T, H = a, J = x, o = y try { graphMonitor.remove() redeembtn.remove() clientinfocard.remove() buttoncard.remove() ratecard = 'undefined' creditbox.remove() r !== '' && $(document).prop('title', r) var D = '' UseBackGroundImageStyle === 1 ? (D = 'background:url(/html/' + B + ') ' + G + ' ' + c + ' ' + backGroundImageRepeat + ' ' + A + ';background-size: ' + backGroundImageSize + '') : (D = 'background: linear-gradient(45deg, hsla(0,0%,0%,.25) 25%, transparent 25%, transparent 75%, hsla(0,0%,0%,.25) 75%, hsla(0,0%,0%,.25)), linear-gradient(45deg, hsla(0,0%,0%,.25) 25%, transparent 25%, transparent 75%, hsla(0,0%,0%,.25) 75%, hsla(0,0%,0%,.25)) rgba(53,56,65,255); background-position:0 0, 2px 2px; background-size:4px 4px;') $('head').append('<style type="text/css"></style>') $('head') .children(':last') .html( '\t\t.navbar{border-bottom: 1px solid rgba(0,0,0,0.80)}\t\t.content-wrapper{' + D + '}\t\t.bg-gray-dark{color:' + _bg_gray_darkTextColor + ';background:' + _bg_gray_darkBackColor + ';border-radius: ' + _bg_gray_darkBorderRadius + 'rem}\t\t.card{background-color:' + _cardBackColor + ';border:' + _cardBorderSize + 'px solid ' + _cardBorderColor + ';border-radius:' + _cardBorderRadius + 'rem}\t\t#rates-card th, #rates-card td {border: ' + _ratescardbordersize + 'px solid ' + _ratescardborder + '}\t\t.table, .jsgrid .jsgrid-table{color: ' + _tableTextColor + ';background:' + _tableBackColor + '}\t\t.table thead th, .jsgrid .jsgrid-table thead th{border-bottom-width:0px}\t\t.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td{border-top:0px}\t\t.table-striped tbody tr:nth-of-type(odd){background-color:' + _tablestripedBackColor + '}\t\t.modal-content{background-color:' + _modal_contentBackColor + ';border:' + _modal_contentBorderSize + 'px solid ' + _modal_contentBorderColor + ';border-radius:' + _modal_contentBorderRadius + 'rem}\t\t.modal-header{color:' + _modal_contentTitleColor + ';border-bottom:' + _modal_contentHeaderBorderBottomSize + 'px solid ' + _modal_contentHeaderBorderBottomColor + '}\t\t.modal-footer{border-top:0px}\t\t.dropdown-menu{color:' + VendoDropDownMenuListTextColor + ';background-color:' + VendoDropDownMenuBackColor + ';border:' + VendoDropDownMenuBorderSize + 'px solid ' + VendoDropDownMenuBorderColor + ';border-radius:' + VendoDropDownMenuBorderRadius + 'rem;padding:0rem}\t\t.dropdown-header{color:' + VendoDropDownMenuListTextColor + '}\t\t.text-success{color: ' + _textsuccess + ' !important}\t\t.text-info{color: ' + _textinfo + ' !important}\t\t.text-cfooter{color: ' + _textfooter + ' !important}\t\t.text-muted, .preview-list .preview-item .preview-item-content p .content-category{color: ' + _insertcoinpopupbodytext + ' !important;}\t\t.btn-warning,.btn-outline-success,.btn-outline-warning,.btn-outline-danger{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + ';border-color:' + J + '}\t\t.btn-warning:hover,.btn-outline-success:hover,.btn-outline-warning:hover,.btn-outline-danger:hover{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + ';border-color:' + J + '}\t\t.btn-warning:focus,.btn-warning.focus,.btn-outline-success:focus,.btn-outline-success.focus,,.btn-outline-warning:focus,.btn-outline-warning.focus,.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + ';border-color:' + J + ';box-shadow: 0 0 0 0.0rem rgba(0,0,0,0.0)}\t\t.btn-warning.disabled,.btn-warning:disabled,.btn-outline-success.disabled,.btn-outline-success:disabled,.btn-outline-warning.disabled,.btn-outline-warning:disabled,\t\t.btn-outline-danger.disabled,.btn-outline-danger:disabled{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + ';border-color:' + J + '}\t\t.btn-warning:not(:disabled):not(.disabled):active,\t\t.btn-outline-success:not(:disabled):not(.disabled):active,\t\t.btn-outline-warning:not(:disabled):not(.disabled):active,\t\t.btn-outline-danger:not(:disabled):not(.disabled):active,\t\t.btn-warning:not(:disabled):not(.disabled).active,\t\t.btn-outline-success:not(:disabled):not(.disabled).active,\t\t.btn-outline-warning:not(:disabled):not(.disabled).active,\t\t.btn-outline-danger:not(:disabled):not(.disabled).active,\t\t.show>.btn-warning.dropdown-toggle,\t\t.show>.btn-outline-warning.dropdown-toggle,.show>.btn-outline-success.dropdown-toggle,.show>.btn-outline-danger.dropdown-toggle{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + ';border-color:' + J + '}\t\t.btn-warning:not(:disabled):not(.disabled):active:focus,\t\t.btn-outline-success:not(:disabled):not(.disabled):active:focus,\t\t.btn-outline-warning:not(:disabled):not(.disabled):active:focus,\t\t.btn-outline-danger:not(:disabled):not(.disabled):active:focus,\t\t.btn-warning:not(:disabled):not(.disabled).active:focus,\t\t.btn-outline-success:not(:disabled):not(.disabled).active:focus,\t\t.btn-outline-warning:not(:disabled):not(.disabled).active:focus,\t\t.btn-outline-danger:not(:disabled):not(.disabled).active:focus,\t\t.show>.btn-warning.dropdown-toggle:focus,show>.btn-outline-success.dropdown-toggle:focus,show>.btn-outline-warning.dropdown-toggle:focus,show>.btn-outline-danger.dropdown-toggle:focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}\t\t.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + '}\t\t.btn-warning:not(.btn-light):not(.btn-secondary):focus, .btn-warning:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + ';border-color:' + J + '}\t\t.btn-outline-success:not(.btn-light):not(.btn-secondary):focus, .btn-outline-success:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + ';border-color:' + J + '}\t\t.btn-outline-warning:not(.btn-light):not(.btn-secondary):focus, .btn-outline-warning:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + ';border-color:' + J + '}\t\t.btn-outline-danger:not(.btn-light):not(.btn-secondary):focus, .btn-outline-danger:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + Y + ';background-color:' + H + ';border-color:' + J + '}\t\t.btn-warning:not(.btn-light):not(.btn-secondary){color:' + Y + '}\t\t.btn-outline-success:not(.btn-light):not(.btn-secondary){color:' + Y + '}\t\t.btn-outline-warning:not(.btn-light):not(.btn-secondary){color:' + Y + '}\t\t.btn-outline-danger:not(.btn-light):not(.btn-secondary){color:' + Y + '}\t\t.btn-warning:not(.btn-light):not(.btn-secondary):hover, .btn-warning:not(.btn-light):not(.btn-secondary):focus, .btn-warning:not(.btn-light):not(.btn-secondary):active{color:' + Y + '}\t\t.btn-outline-success:not(.btn-light):not(.btn-secondary):hover, .btn-outline-success:not(.btn-light):not(.btn-secondary):focus, .btn-outline-success:not(.btn-light):not(.btn-secondary):active{color:' + Y + '}\t\t.btn-outline-warning:not(.btn-light):not(.btn-secondary):hover, .btn-outline-warning:not(.btn-light):not(.btn-secondary):focus, .btn-outline-warning:not(.btn-light):not(.btn-secondary):active{color:' + Y + '}\t\t.btn-outline-danger:not(.btn-light):not(.btn-secondary):hover, .btn-outline-danger:not(.btn-light):not(.btn-secondary):focus, .btn-outline-danger:not(.btn-light):not(.btn-secondary):active{color:' + Y + '}\t\t._yuden {padding: 20px 1rem;transition: all 0.25s ease;-moz-transition: all 0.25s ease;\t\t-webkit-transition: all 0.25s ease;-ms-transition: all 0.25s ease;font-size: calc(0.875rem - 0.05rem);font-weight: 300;}\t\t.btn, .fc button, .ajax-upload-dragdrop .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .swal2-styled, \t\t.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel, \t\t.wizard>.actions a{border-radius: ' + o + 'rem}\t\t.btn-PauseResume{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + PauseResumeButtonTextColor + ';background-color:' + PauseResumeButtonBackColor + ';border-color:' + PauseResumeButtonBorderColor + '}.btn-PauseResume:hover{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + PauseResumeButtonTextColor + ';background-color:' + PauseResumeButtonBackColor + ';border-color:' + PauseResumeButtonBorderColor + '}.btn-PauseResume:focus,.btn-PauseResume.focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + PauseResumeButtonTextColor + ';background-color:' + PauseResumeButtonBackColor + ';border-color:' + PauseResumeButtonBorderColor + ';box-shadow: 0 0 0 0.0rem rgba(0,0,0,0.0)}.btn-PauseResume.disabled,.btn-PauseResume:disabled{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + PauseResumeButtonTextColor + ';background-color:' + PauseResumeButtonBackColor + ';border-color:' + PauseResumeButtonBorderColor + '}.btn-PauseResume:not(:disabled):not(.disabled):active,.btn-PauseResume:not(:disabled):not(.disabled).active,.show>.btn-PauseResume.dropdown-toggle{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + PauseResumeButtonTextColor + ';background-color:' + PauseResumeButtonBackColor + ';border-color:' + PauseResumeButtonBorderColor + '}.btn-PauseResume:not(:disabled):not(.disabled):active:focus,.btn-PauseResume:not(:disabled):not(.disabled).active:focus,.show>.btn-PauseResume.dropdown-toggle:focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + PauseResumeButtonTextColor + ';box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + PauseResumeButtonTextColor + ';background-color:' + PauseResumeButtonBackColor + '}.btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + PauseResumeButtonTextColor + ';background-color:' + PauseResumeButtonBackColor + ';border-color:' + PauseResumeButtonBorderColor + '}.btn-PauseResume:not(.btn-light):not(.btn-secondary){color:' + PauseResumeButtonTextColor + '}.btn-PauseResume:not(.btn-light):not(.btn-secondary):hover, .btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{color:' + PauseResumeButtonTextColor + '}\t\t.btn-vouchextend{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VouchExtendButtonTextColor + ';background-color:' + VouchExtendButtonBackColor + ';border-color:' + VouchExtendButtonBorderColor + '}.btn-vouchextend:hover{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VouchExtendButtonTextColor + ';background-color:' + VouchExtendButtonBackColor + ';border-color:' + VouchExtendButtonBorderColor + '}.btn-vouchextend:focus,.btn-vouchextend.focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VouchExtendButtonTextColor + ';background-color:' + VouchExtendButtonBackColor + ';border-color:' + VouchExtendButtonBorderColor + ';box-shadow: 0 0 0 0.0rem rgba(0,0,0,0.0)}.btn-vouchextend.disabled,.btn-vouchextend:disabled{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VouchExtendButtonTextColor + ';background-color:' + VouchExtendButtonBackColor + ';border-color:' + VouchExtendButtonBorderColor + '}.btn-vouchextend:not(:disabled):not(.disabled):active,.btn-vouchextend:not(:disabled):not(.disabled).active,.show>.btn-vouchextend.dropdown-toggle{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VouchExtendButtonTextColor + ';background-color:' + VouchExtendButtonBackColor + ';border-color:' + VouchExtendButtonBorderColor + '}.btn-vouchextend:not(:disabled):not(.disabled):active:focus,.btn-vouchextend:not(:disabled):not(.disabled).active:focus,.show>.btn-vouchextend.dropdown-toggle:focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VouchExtendButtonTextColor + ';box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VouchExtendButtonTextColor + ';background-color:' + VouchExtendButtonBackColor + '}.btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VouchExtendButtonTextColor + ';background-color:' + VouchExtendButtonBackColor + ';border-color:' + VouchExtendButtonBorderColor + '}.btn-vouchextend:not(.btn-light):not(.btn-secondary){color:' + VouchExtendButtonTextColor + '}.btn-vouchextend:not(.btn-light):not(.btn-secondary):hover, .btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{color:' + VouchExtendButtonTextColor + '}\t\t.btn-redeem{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + RedeemButtonTextColor + ';background-color:' + RedeemButtonBackColor + ';border-color:' + RedeemButtonBorderColor + '}.btn-redeem:hover{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + RedeemButtonTextColor + ';background-color:' + RedeemButtonBackColor + ';border-color:' + RedeemButtonBorderColor + '}.btn-redeem:focus,.btn-redeem.focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + RedeemButtonTextColor + ';background-color:' + RedeemButtonBackColor + ';border-color:' + RedeemButtonBorderColor + ';box-shadow: 0 0 0 0.0rem rgba(0,0,0,0.0)}.btn-redeem.disabled,.btn-redeem:disabled{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + RedeemButtonTextColor + ';background-color:' + RedeemButtonBackColor + ';border-color:' + RedeemButtonBorderColor + '}.btn-redeem:not(:disabled):not(.disabled):active,.btn-redeem:not(:disabled):not(.disabled).active,.show>.btn-redeem.dropdown-toggle{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + RedeemButtonTextColor + ';background-color:' + RedeemButtonBackColor + ';border-color:' + RedeemButtonBorderColor + '}.btn-redeem:not(:disabled):not(.disabled):active:focus,.btn-redeem:not(:disabled):not(.disabled).active:focus,.show>.btn-redeem.dropdown-toggle:focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + RedeemButtonTextColor + ';box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + RedeemButtonTextColor + ';background-color:' + RedeemButtonBackColor + '}.btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + RedeemButtonTextColor + ';background-color:' + RedeemButtonBackColor + ';border-color:' + RedeemButtonBorderColor + '}.btn-redeem:not(.btn-light):not(.btn-secondary){color:' + RedeemButtonTextColor + '}.btn-redeem:not(.btn-light):not(.btn-secondary):hover, .btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{color:' + RedeemButtonTextColor + '}\t\t.btn-movie{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + MovieButtonTextColor + ';background-color:' + MovieButtonBackColor + ';border-color:' + MovieButtonBorderColor + '}.btn-movie:hover{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + MovieButtonTextColor + ';background-color:' + MovieButtonBackColor + ';border-color:' + MovieButtonBorderColor + '}.btn-movie:focus,.btn-movie.focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + MovieButtonTextColor + ';background-color:' + MovieButtonBackColor + ';border-color:' + MovieButtonBorderColor + ';box-shadow: 0 0 0 0.0rem rgba(0,0,0,0.0)}.btn-movie.disabled,.btn-movie:disabled{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + MovieButtonTextColor + ';background-color:' + MovieButtonBackColor + ';border-color:' + MovieButtonBorderColor + '}.btn-movie:not(:disabled):not(.disabled):active,.btn-movie:not(:disabled):not(.disabled).active,.show>.btn-movie.dropdown-toggle{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + MovieButtonTextColor + ';background-color:' + MovieButtonBackColor + ';border-color:' + MovieButtonBorderColor + '}.btn-movie:not(:disabled):not(.disabled):active:focus,.btn-movie:not(:disabled):not(.disabled).active:focus,.show>.btn-movie.dropdown-toggle:focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + MovieButtonTextColor + ';box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + MovieButtonTextColor + ';background-color:' + MovieButtonBackColor + '}.btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + MovieButtonTextColor + ';background-color:' + MovieButtonBackColor + ';border-color:' + MovieButtonBorderColor + '}.btn-movie:not(.btn-light):not(.btn-secondary){color:' + MovieButtonTextColor + '}.btn-movie:not(.btn-light):not(.btn-secondary):hover, .btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{color:' + MovieButtonTextColor + '}\t\t.btn-vendolist{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VendoTextColor + ';background-color:' + VendoBackColor + ';border-color:' + VendoBorderColor + '}.btn-vendolist:hover{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VendoTextColor + ';background-color:' + VendoBackColor + ';border-color:' + VendoBorderColor + '}.btn-vendolist:focus,.btn-vendolist.focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VendoTextColor + ';background-color:' + VendoBackColor + ';border-color:' + VendoBorderColor + ';box-shadow: 0 0 0 0.0rem rgba(0,0,0,0.0)}.btn-vendolist.disabled,.btn-vendolist:disabled{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VendoTextColor + ';background-color:' + VendoBackColor + ';border-color:' + VendoBorderColor + '}.btn-vendolist:not(:disabled):not(.disabled):active,.btn-vendolist:not(:disabled):not(.disabled).active,.show>.btn-vendolist.dropdown-toggle{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VendoTextColor + ';background-color:' + VendoBackColor + ';border-color:' + VendoBorderColor + '}.btn-vendolist:not(:disabled):not(.disabled):active:focus,.btn-vendolist:not(:disabled):not(.disabled).active:focus,.show>.btn-vendolist.dropdown-toggle:focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VendoTextColor + ';box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VendoTextColor + ';background-color:' + VendoBackColor + '}.btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2);color:' + VendoTextColor + ';background-color:' + VendoBackColor + ';border-color:' + VendoBorderColor + '}.btn-vendolist:not(.btn-light):not(.btn-secondary){color:' + VendoTextColor + '}.btn-vendolist:not(.btn-light):not(.btn-secondary):hover, .btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{color:' + VendoTextColor + '}\t\t.btn-insertcirclecoin{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 0 1px 8px hsla(0,0%,0%,.5),inset 0 1px 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2);color:' + InsertCoinButtonTextColor + ';background-color:' + InsertCoinButtonBackColor + ';border-color:' + InsertCoinButtonBorderColor + '}.btn-insertcirclecoin:hover{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 0 1px 8px hsla(0,0%,0%,.5),inset 0 1px 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2);color:' + InsertCoinButtonTextColor + ';background-color:' + InsertCoinButtonBackColor + ';border-color:' + InsertCoinButtonBorderColor + '}.btn-insertcirclecoin:focus,.btn-insertcirclecoin.focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 0 1px 8px hsla(0,0%,0%,.5),inset 0 1px 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2);color:' + InsertCoinButtonTextColor + ';background-color:' + InsertCoinButtonBackColor + ';border-color:' + InsertCoinButtonBorderColor + ';box-shadow: 0 0 0 0.0rem rgba(0,0,0,0.0)}.btn-insertcirclecoin.disabled,.btn-insertcirclecoin:disabled{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 0 1px 8px hsla(0,0%,0%,.5),inset 0 1px 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2);color:' + InsertCoinButtonTextColor + ';background-color:' + InsertCoinButtonBackColor + ';border-color:' + InsertCoinButtonBorderColor + '}.btn-insertcirclecoin:not(:disabled):not(.disabled):active,.btn-insertcirclecoin:not(:disabled):not(.disabled).active,.show>.btn-insertcirclecoin.dropdown-toggle{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 0 1px 8px hsla(0,0%,0%,.5),inset 0 1px 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2);color:' + InsertCoinButtonTextColor + ';background-color:' + InsertCoinButtonBackColor + ';border-color:' + InsertCoinButtonBorderColor + '}.btn-insertcirclecoin:not(:disabled):not(.disabled):active:focus,.btn-insertcirclecoin:not(:disabled):not(.disabled).active:focus,.show>.btn-insertcirclecoin.dropdown-toggle:focus{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 0 1px 8px hsla(0,0%,0%,.5),inset 0 1px 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2);color:' + InsertCoinButtonTextColor + ';box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 0 1px 8px hsla(0,0%,0%,.5),inset 0 1px 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2);color:' + InsertCoinButtonTextColor + ';background-color:' + InsertCoinButtonBackColor + '}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 0 1px 8px hsla(0,0%,0%,.5),inset 0 1px 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2);color:' + InsertCoinButtonTextColor + ';background-color:' + InsertCoinButtonBackColor + ';border-color:' + InsertCoinButtonBorderColor + '}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary){color:' + InsertCoinButtonTextColor + '}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):hover, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{color:' + InsertCoinButtonTextColor + '}\t\t._yuden a {color: ' + _textlinkfooter + '; font-size: inherit;}@media (max-width: 991px) {._yuden {margin-left: 0;width: 100%;background-color:' + _footerBackColor + ';color: ' + _textfooter + ' !important;}}\t\t.toast {font-size: 14px;padding: 4px;}input::placeholder { color: ' + _voucherTextColor + ' !important;}\t\t' ) _yudendx() $('#col-row').html( '\t\t<div class="card" style="min-height: 87px;">\t\t\t<h4 id="title-status" style="display: none;"></h4>\t\t\t<h4 id="points-d" style="display: none;"></h4>\t\t\t<div class="card-body" style="display: flex; padding: 16px 20px; justify-content: end;">\t\t\t\t<div id="yd_cstatus_t" style="margin-right: 10px; width: 100%; height: 82px; display: grid; justify-content: center; align-items: center; background:' + _cardInBackColor + '; border:' + _cardInBorderSize + 'px solid ' + _cardInBorderColor + '; border-radius: ' + _cardInBorderRadius + 'rem;">\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t<div class="row" style="margin-right:0;margin-left:0;">\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t<span style="display:none; color:' + TextTimeColor + '; font-size:20px; font-weight:500;" id="client-duration"></span><span style="color:' + TextTimeColor + '; font-size:20px; font-weight:500;" id="yd-client-duration">Checking</span>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t<div class="row" style="margin-right:0;margin-left:0;">\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t<span style="color:' + TextPointsColor + '; font-size:12px; font-weight:500;" id="points-d2">Checking</span>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t\t<div style="display: grid; align-content: center;">\t\t\t\t\t<button id="loginout" type="button" style="display: none"></button>\t\t\t\t\t<button id="yd-loginout" type="button" class="btn btn-PauseResume btn-icon-text" style="font-size: 16px; font-weight:500; display: block; white-space: nowrap; height: 36px; width: 114px;"><span>Checking</span></button>\t\t\t\t\t<button id="yd-redeem" type="button" class="btn btn-redeem btn-icon-text" style="margin-top: 10px; font-size: 16px; font-weight:500; display: block; white-space: nowrap; height: 36px; width: 114px;"><span>Redeem</span></button>\t\t\t\t</div>\t\t\t</div>\t\t\t<div class="card-body" style="display: flex; padding: 10px 20px; justify-content: end; margin-top: -10px;">\t\t\t\t<div class="input-group">\t\t\t\t\t<input id="yd_vouchcodein" type="text" style="text-transform: uppercase; font-size: 14px; height: 36px; background:' + _voucherBackColor + '; border:' + _voucherBorderSize + 'px solid ' + _voucherBorderColor + '; border-radius: ' + _voucherBorderRadius + 'rem; text-align: center; color: ' + _voucherTextColor + ' !important;" class="form-control" placeholder="Voucher Code Here">\t\t\t\t\t<button id="yd_vouchcodebtn" class="btn btn-vouchextend btn-icon-text" type="button" style="font-size: 16px; font-weight:500; display: block; white-space: nowrap; height: 36px; width: 114px;margin-left:10px"><span>Checking</span></button>\t\t\t\t</div>\t\t\t</div>\t\t</div>\t\t' ) $('#yd-loginout').prop('disabled', true) $('#yd-loginout').css('color', 'black') $('#yd-loginout').on('click', function () { $('#yd-loginout').prop('disabled', true) if (_0x48bc06) { _0x48bc06 = false if (_0x27c58c == 1) { _0x3d3b52(this) } else { if (_0x27c58c == 2) { _yudend5 = 1 _0x3c8b37(this) } else { if (_0x27c58c == 3) { ;(_yudend6 = 1), _0x162f71(this) } else { _0x27c58c == 4 && _0x515b20(this) } } } } $('#yd-loginout').prop('disabled', false) }) $('#yd-redeem').on('click', function () { var O = 'yd_rpoints', S = 'Available Points: ' + _yudend8, v = '<div style="font-size: 14.5px; min-height: 10px; background-color: ' + _modal_contentBodyBackColor + '" class="table-responsive"><table class="table table-striped"><thead><tr><th>Duration</th><th>Type</th><th>Points</th></tr></thead><tbody id="tbody-' + O + '"></tbody></table></div>', h = '<div style="display: flex; width: 100%; justify-content: flex-end;"><button style="margin: auto; width: 45%;" type="button" data-dismiss="modal" class="btn btn-outline-danger">Close</button></div>' openModal(O, S, v, h) socketIO.emit(_0x24db47.getKeys()[37], function (I) { for (var m in I) { var Q = I[m], z = $( '<tr><td class="text-success" >' + decToTime(Q.duration) + '</td><td style="text-transform: capitalize;">' + Q.type + '</td><td>' + Q.points + '</td></tr>' ), e = $('<td></td>'), N = $( '<button type="button" name="' + m + '" class="btn btn-outline-warning btn-sm" style="font-size: 12px; height: 25px;">Redeem</button>' ) e.append(N) z.append(e) $('#tbody-' + O + '').append(z) N.on('click', function () { var i = this socketIO.emit(_0x24db47.getKeys()[38], i.name, function (u) { if (u.warning) { toastada.warning(u.message) } else { if (u.success) { toastada.success(u.message), _0x20aeb7('#modal-alert-' + O).modal('hide') } else { u.error && toastada.error(u.message) } } }) }) } }) }) $('#yd_vouchcodebtn').on('click', function () { var O = this O.disabled = true var S = $('#yd_vouchcodein').val() if (S) { var v = $('#yd_vouchcodebtn').children('span').text() v[0] !== 'E' ? ((S = S.toUpperCase()), socketIO.emit(_0x24db47.getKeys()[9], S, function (X) { if (X === 'Connected') { toastada.success(X) } else { X.indexOf('Login ban') > -1 ? ((X = X.replace( 'Login ban', 'Connect via voucher timeout' )), toastada.error(X)) : toastada.error(X) } })) : ((S = S.replace(/\s/g, '')), (S = S.toUpperCase()), S && S.length <= 15 ? socketIO.emit(_0x24db47.getKeys()[10], S, function (b) { if (b.toLowerCase() === 'success') { toastada.success(b) _0x53bf32() } else { if (b.indexOf('Login ban') > -1) { b = b.replace('Login ban', 'Extend via voucher timeout') toastada.error(b) } else { toastada.error(b) } } }) : toastada.error('Invalid Voucher')) } else { if (voucherTypeOnly !== 1) { var h = $('#credit').text() if (h !== '\u20B1 0.00') { var I = $('#title-status').text() I = I.replace('Status:', '') I !== 'Disconnected' ? _0x44bf8b() : $('#yd-loginout').trigger('click') } else { toastada.error('Voucher Or Credit Required.') } } else { toastada.error('Voucher Required.') } } O.disabled = false $('#yd_vouchcodein').val('') }) voucherTypeOnly !== 1 && $('#col-row') .children(':last') .after( '\t\t\t<div class="card" style="min-height: 87px; margin-top: 10px;">\t\t\t\t<div class="card-body" style="display: flex; padding: 10px 20px; justify-content: end;">\t\t\t\t\t<div style="width: 100%;margin-right: 10px;flex-wrap: wrap;">\t\t\t\t\t\t<div style="margin-right: 10px; width: 100%; height:70px; display: grid; justify-content: center; align-items: center; background:' + _cardInBackColor + '; border:' + _cardInBorderSize + 'px solid ' + _cardInBorderColor + '; border-radius: ' + _cardInBorderRadius + 'rem;">\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t<div class="row" style="margin-right:0;margin-left:0;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<button type="button" id="select-box-dropdown" class="btn btn-vendolist dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" name="main" style="font-size: 13px; font-weight:500; display: block; white-space: nowrap; height: 30px; min-width: 114px;">Selecting</button>\t\t\t\t\t\t\t\t\t\t<div id="select-dropdown-options" style="max-height: 500px; overflow: auto;" class="dropdown-menu" aria-labelledby="select-box-dropdown"></div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t<div class="row" style="margin-right:0;margin-left:0;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<span style="color:' + TextSelectedVendo + '; font-size:12px; font-weight:500;">Selected Vendo</span>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t\t<div style="flex-basis: 100%;"></div>\t\t\t\t\t\t<div style="margin-right: 10px; width: 100%; height:32px; display: flex; justify-content: center; align-items: center; margin-top: 10px; background:' + _cardInBackColor + '; border:' + _cardInBorderSize + 'px solid ' + _cardInBorderColor + '; border-radius: ' + _cardInBorderRadius + 'rem;">\t\t\t\t\t\t\t<div class="row" style="margin-right:0;margin-left:0;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<button id="yd_vinfos" type="button" style="text-decoration:underline;font-size: 13px; font-weight:500; display: block; white-space: nowrap; height: 30px; margin-right:10px; color:' + TextInfos + ';">Infos</button>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t<div class="row" style="margin-right:0;margin-left:0;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<button id="yd_vrates" type="button" style="text-decoration:underline;font-size: 13px; font-weight:500; display: block; white-space: nowrap; height: 30px; margin-left:10px; color:' + TextRates + ';">Rates</button>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t\t<div id="insert-btn-parent" style="display: grid; align-items: center;">\t\t\t\t\t\t\t<button id="client-insert-coin" class="btn btn-insertcirclecoin btn-icon-text" style="height: fit-content;">\t\t\t\t\t\t\t\t<span id="insert1" class="d-inline-block text-center" style="margin: auto; font-size: 18px; font-weight: bold;"><span>INSERT COIN</span></span>\t\t\t\t\t\t\t</button>\t\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t' ) $('#yd_vinfos').css('background-color', 'transparent') $('#yd_vinfos').css('border-color', 'transparent') $('#yd_vrates').css('background-color', 'transparent') $('#yd_vrates').css('border-color', 'transparent') $('#yd_vinfos').on('click', function () { var v = random(8) var h = '<div id="client-info-card" style="font-size: 14.5px; min-height: 10px; background-color: ' + _modal_contentBodyBackColor + '" class="table-responsive"></div>' var I = '<div style="display: flex; width: 100%; justify-content: flex-end;"><button style="margin: auto; width: 45%;" type="button" data-dismiss="modal" class="btn btn-outline-danger">Close</button></div>' openModal(v, 'Infos', h, I) _0x53bf32() }) $('#yd_vrates').on('click', function () { var S = random(8), v = '<div style="font-size: 14.5px; min-height: 10px; background-color: ' + _modal_contentBodyBackColor + '" class="table-responsive"><table class="table table-striped"><thead><tr><th>Amount</th><th>Time</th><th>Discriptions</th></tr></thead><tbody id="tbody-' + S + '"></tbody></table></div>', h = '<div style="display: flex; width: 100%; justify-content: flex-end;"><button style="margin: auto; width: 45%;" type="button" data-dismiss="modal" class="btn btn-outline-danger">Close</button></div>' openModal(S, 'Rates', v, h) socketIO.emit(_0x24db47.getKeys()[15], 'main', function (X) { X.rates = X.rates.sort(function (z, e) { return z.coin - e.coin }) for (var m in X.rates) { m = X.rates[m] var Q = _0x55fb66(m.coin, X.rates, X.type) $('#tbody-' + S + '').append( '<tr><td class="text-success">₱ ' + m.coin + '.00</td><td>' + decToTimeword(Q.minute) + '</td><td>' + (m.vendoset.discription ? m.vendoset.discription : '') + '</td></tr>' ) } }) }) $('#client-insert-coin').on('click', function () { _0x342d54(5000) if (!_0x1476c9) { !_0x164b41 ? toastada.warning( 'No Internet Connection.<br>Please Report To The Owner.' ) : (_0x5bc674(1), (_0x1476c9 = true)) } else { _0x5bc674(0) _0x50bac1 = true } }) enableMovieButton === 1 && (voucherTypeOnly !== 1 && $('#col-row') .children(':last') .after( '\t\t\t<div class="card" style="min-height: 58px; margin-top: 10px;">\t\t\t\t<div class="card-body" style="display: flex; padding: 10px 20px; justify-content: end;">\t\t\t\t\t<button id="yd-movie" type="button" class="btn btn-movie btn-icon-text" style="font-size: 16px; font-weight:500; display: block; white-space: nowrap; height: 36px; width: 100%;">' + MovieButtonText + '</button>\t\t\t\t</div>\t\t\t</div>\t\t\t' ), $('#yd-movie').on('click', function () { window.location.href = '?page=media' })) voucherTypeOnly === 1 && $('#credit').remove() $('#yd-loginout').css('background-color', TextStatusDisconnectedColor) $('#yd-loginout').css('border-color', PauseResumeButtonBorderColor) PauseResumeButtonAutoBackColor !== 1 && $('#yd-loginout').css('background-color', PauseResumeButtonBackColor) $('#v-redeem').css('background-color', VouchExtendButtonBackColor) $('#v-redeem').css('color', VouchExtendButtonTextColor) $('#v-redeem').css('border-color', VouchExtendButtonBorderColor) $('#select-box-dropdown').css('background-color', VendoBackColor) $('#select-box-dropdown').css('color', VendoTextColor) $('#select-box-dropdown').css('border-color', VendoBorderColor) $(_yudend3).after(_yudenR) $('#client-insert-coin').css('font-size', '18px') $('#client-insert-coin').css('width', '112px') $('#client-insert-coin').css('height', '112px') $('#client-insert-coin').css('border-radius', '50%') var C = '5px solid ' + InsertCoinButtonBorderColor + '' $('#client-insert-coin').css('border', C) $('#client-insert-coin').prop('disabled', false) _yudendc() _yudendy(p, w, f, L) _yudendB() $(_yudend0).remove() } catch (P) {} } _yudendG( portalTitle, OptionBoxButtonTextColor, OptionBoxButtonBackColor, OptionBoxButtonBorderColor, AllNormalButtonRadius, backGroundImageName, backGroundImagePosX, backGroundImagePosY, backGroundImageColor, ActivateCustomTopBox, CustomTopBoxCode, ActivateCustomBotBox, CustomBotBoxCode ) $('body').show()
Editor is loading...
Leave a Comment