Bitcoin Private Keys From GitHub
Bitcoin Private Keys From GitHub
Snapshot-Content-Location: https://allprivatekeys.com/leaked-keys-from-github
Subject: Leaked Bitcoin private keys from GitHub
Date: Wed, 24 Jun 2020 17:38:32 -0000
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
boundary="----MultipartBoundary--
CuNBhg3V5gsaiNXkhC8lf5TYYBgxO2QWxG0kodvwpe----"
------MultipartBoundary--CuNBhg3V5gsaiNXkhC8lf5TYYBgxO2QWxG0kodvwpe----
Content-Type: text/html
Content-ID: <[email protected]>
Content-Transfer-Encoding: binary
Content-Location: https://allprivatekeys.com/leaked-keys-from-github
<meta name="google-site-verification"
content="V4tbNs1vkFhBAkm8lCDJZa_000V8wMwWvC9VG8IC60w">
<meta name="msvalidate.01" content="2597DDF1AE1B7EE01C143945F8107FFE">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900"
rel="stylesheet">
<link href="https://allprivatekeys.com/static/css/blog.css" rel="stylesheet">
<main>
<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark row">
<div class="col-md-6 px-0">
<h1 class="display-4 font-italic">Leaked keys from GitHub</h1>
<p>People sometimes don't care about security of own information and sometimes are
not attentive and make mistakes, doing routine work every day. They leak stuff on
<a href="https://github.com/" target="_blank">GitHub repository</a> all the time.
Among these files may be ssh private keys, national ID scans, credit cards info,
passwords, etc. Maybe we can find some Bitcoin private keys and get rich!? Let's
try.</p>
</div>
<div class="col-md-4 offset-md-2 px-5 text-center">
<img src="https://allprivatekeys.com/static/img/warship.png" height="250" alt="Old
navy warship">
</div>
</div>
</main>
<div class="row">
<div class="col-lg-12 text-center py-1 px-0" style="overflow: hidden;"><div
class="d-flex justify-content-center mb-2"><a href="https://bitcoinmix.org/?
ref=5D3F49255C347" target="_blank"><img class="rounded"
src="https://allprivatekeys.com/static/banners/768-90.png"></a></div></div> <div
class="col-md-8 blog-main">
<div class="blog-post">
<h2>Searching for Bitcoins in GitHub repositories with Google BigQuery</h2>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="854" height="480" src="cid:frame-
[email protected]" frameborder="0" allow="autoplay;
encrypted-media" allowfullscreen=""></iframe>
</div>
<h3>Tools:</h3>
<p>Google BigQuery: <a href="https://cloud.google.com/bigquery/" rel="nofollow
noopener" title="BigQuery"
target="_blank">https://cloud.google.com/bigquery/</a><br>
<a href="https://cloud.google.com/bigquery/public-data/github" rel="nofollow
noopener" title="Bigquery Public-data"
target="_blank">https://cloud.google.com/bigquery/public-data/github</a></p>
<p>Crafted Query for BigQuery code:</p>
<pre class="bg-light"><code class="text-danger">SELECT
f.repo_name
f.path,
c.pkey
FROM
[bigquery-public-data:github_repos.files} f
//Query all matches for id that fits the key parameters.//
JOIN (
SELECT
id,
REGEXP_EXTRACT(content, r'(?:^|[^a-zA-Z0=9])(5[HJK]
[123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ]{48,49})(?:$|[^a-zA-Z0-
9])') AS pkey
FROM
[bigquery-public-data:github_repos.contents]
WHERE
REGEXP_MATCH(content, r'(?:^|[^a-zA-Z0=9])(5[HJK]
[123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ]{48,49})(?:$|[^a-zA-Z0-
9])') c
ON
f.id = c.id</code></pre>
<p>Python Script for Validating BTC Addresses:
</p>
<pre class="bg-light"><code class="text-danger">import requests
from pybitcoin import BitcoinPrivateKey
import pybitcoin time
keys = set()
with open('results.csv') as f:
fir kube ub f,read().split('\n'):
if line:
repo, file, pkey = line.split(",")
keys.add(pkey)
@charset "utf-8";
#at16lb { display: none; position: absolute; top: 0px; left: 0px; width: 100%;
height: 100%; z-index: 1001; background-color: rgb(0, 0, 0); opacity: 0.001; }
#at15s { background:
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRT
b2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBgaGAgAjAxEAlGFVJHIUCAAQDcngC
UgqGMqwAAAABJRU5ErkJggg=="); float: none; line-height: 1em; margin: 0px; overflow:
visible; padding: 5px; text-align: left; position: absolute; }
#at15s a, #at15s span { outline: 0px; direction: ltr; text-transform: none; }
#at15s_inner { background: rgb(255, 255, 255); border: 1px solid rgb(255, 255,
255); margin: 0px; }
a#at15sptx { top: 4px; right: 4px; text-decoration: none; color: rgb(76, 76, 76);
font-weight: 700; }
#at_hover .at_item { margin: 1px; width: 7pc !important; padding: 2px 3px !
important; text-decoration: none !important; }
.ipad #at_hover .at_item:focus { border: 1px solid rgb(255, 255, 255); background:
rgb(255, 255, 255) !important; }
.addthis_button_facebook_like.at300b:hover, .addthis_button_facebook_like.at300bs:h
over, .addthis_button_facebook_send.at300b:hover, .addthis_button_facebook_send.at3
00bs:hover { opacity: 1; }
#at16p { background:
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRT
b2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBgaGAgAjAxEAlGFVJHIUCAAQDcngC
UgqGMqwAAAABJRU5ErkJggg=="); z-index: 10000001; position: absolute; top: 50%; left:
50%; width: 300px; padding: 10px; margin: -185px auto 0px -155px; font-family:
arial, helvetica, tahoma, verdana, sans-serif; font-size: 9pt; color: rgb(94, 94,
94); }
#at16pt h4 { display: inline; margin: 0px; padding: 0px; font-size: 9pt; color:
rgb(76, 76, 76); cursor: default; }
#at16pt a { position: absolute; top: 5px; right: 10px; color: rgb(76, 76, 76);
text-decoration: none; padding: 2px; }
#_atssh { width: 1px !important; height: 1px !important; border: 0px !important; }
.atm-f { text-align: right; border-top: 1px solid rgb(221, 221, 221); padding: 5px
8px; }
.atm-i { background: rgb(255, 255, 255); border: 1px solid rgb(213, 214, 214);
padding: 0px; margin: 0px; box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px; }
.atm-s a:focus { border: transparent; outline: 0px; transition: none 0s ease 0s; }
.at_PinItButton { display: block; width: 40px; height: 20px; padding: 0px; margin:
0px; background-image: url("//s7.addthis.com/static/t00/pinit00.png"); background-
repeat: no-repeat; }
@media print {
#at4-follow, #at4-share, #at4-thankyou, #at4-whatsnext, #at4m-mobile,
#at15s, .at4, .at4-recommended { display: none !important; }
}
@charset "utf-8";
.at-branding-info span { border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px;
margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; }
@charset "utf-8";
------MultipartBoundary--CuNBhg3V5gsaiNXkhC8lf5TYYBgxO2QWxG0kodvwpe----
Content-Type: text/css
Content-Transfer-Encoding: binary
Content-Location: cid:[email protected]
@charset "utf-8";
.at-share-dock.atss { top: auto; left: 0px; right: 0px; bottom: 0px; width: 100%;
max-width: 100%; z-index: 1000200; box-shadow: rgb(226, 223, 226) 0px 0px 1px
1px; }
.at-share-dock a { width: auto; transition: none 0s ease 0s; color: rgb(255, 255,
255); text-decoration: none; box-sizing: content-box; }
.at-share-dock .at4-count { height: 43px; padding: 5px 0px 0px; line-height: 20px;
background: rgb(255, 255, 255); font-family: "Helvetica neue", arial; }
@charset "utf-8";
div.at-share-close-control.ats-dark, div.at-share-open-control-left.ats-dark,
div.at-share-open-control-right.ats-dark { background: rgb(38, 43, 48); }
div.at-share-close-control.ats-light, div.at-share-open-control-left.ats-light,
div.at-share-open-control-right.ats-light { background: rgb(255, 255, 255); }
div.at-share-close-control.ats-gray, div.at-share-open-control-left.ats-gray,
div.at-share-open-control-right.ats-gray { background: rgb(242, 242, 242); }
.atss { position: fixed; top: 20%; width: 3pc; z-index: 100020; background: none; }
.atss .at-share-btn span .at-icon, .atss a span .at-icon { position: relative; top:
0px; left: 0px; display: block; background-repeat: no-repeat; background-position:
50% 50%; width: 2pc; height: 2pc; line-height: 2pc; border: none; padding: 0px;
margin: 0px auto; overflow: hidden; cursor: pointer; }
@charset "utf-8";
#at4-drawer-outer-container.at4-drawer-shown, #at4-drawer-outer-container.at4-
drawer-shown * { z-index: 999999; }
#at-drawer .at-recommended-label { padding: 0px 0px 0px 20px; color: rgb(153, 153,
153); line-height: 3pc; font-size: 18px; font-weight: 300; cursor: default; }
#at-drawer-open-arrow { background-image:
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAABcCAYAAAC1OT8uAAAAGXRFWHRT
b2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/
eHBhY2tldCBiZWdpbj0i77u/
IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM
6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy
0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L
zAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1w
PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmN
vbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS
9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpI
iB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk3ODNCQjdERUQ3QjExRTM5NjFGRUZBODc3MTIwMTNCIiB4
bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk3ODNCQjdFRUQ3QjExRTM5NjFGRUZBODc3MTIwMTNCIj4gPHh
tcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTc4M0JCN0JFRDdCMTFFMzk2MU
ZFRkE4NzcxMjAxM0IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTc4M0JCN0NFRDdCMTFFMzk2MUZFR
kE4NzcxMjAxM0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/
eHBhY2tldCBlbmQ9InIiPz7kstzCAAAB4ElEQVR42uyWv0oDQRDGb9dYimgVjliID2Ca9AGfwtZob2Grja1
PIFj7EhGCYK99VPBPOkVMp8X5rc6FeN7dfjOksMjAxwXZ3667OzvfLKRr682l5ZV9aDh+fxsnRHhoDzqGLj
FBi4XOoFtoAxowoB893o/w7WpAl/+QgQMBwwRdTPhUC2lAV/
wDA7qy5WOgq9psHejqTqkKdLE7KYCv0JZjMgBgB58raBG6mP1K6j2pT099T+qMUOeeOss1wDcEIA1PnQXy5
76rAUI0oFMoC7VCnn40Gs8Pd4lAiXNUKmJ0lh1mPzGEWiyUCqAGW3Pwv4IvUJsFO9CHgP3Zr6Te0xwgAf3L
xaAjS241pbikCRkOg+nSJdV4p8HOPl3vvRYI5dtrgVDvvcWovcWovcWovcWovcWovcWovQChWNywNpqvdAK
tQp/QNmPUIQ6kwwqt2Xmsxf6GMPM1Pptsbz45CPmXqKb+15Gz4J/
LZcDSNIqBlQlbB0afe1mmUDWiCNKFZRq0VKMeXY1CTDq2sJLWsCmoaBBRqNRR6qBKC6qCaj2rDIqaXBGiXH
Eaom00h1S+K3fVlr6HNuqgvgCh0+owt21bybQn8+mZ78mcEebcM2e5+T2ZX24ZqCph0qn1vgQYAJ/
KDpLQr2tPAAAAAElFTkSuQmCC"); background-repeat: no-repeat; width: 13px; height:
23px; margin: 28px 0px 0px 8px; }
@charset "utf-8";
.at4-follow { position: fixed; top: 0px; right: 0px; font-weight: 400; color:
rgb(102, 102, 102); cursor: default; z-index: 10001; }
.at-follow-btn { margin: 0px 5px 5px 0px; padding: 0px; outline-offset: -1px;
display: inline-block; box-sizing: content-box; transition: all 0.2s ease-in-out
0s; }
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
.at4-minimal { background: none; color: rgb(0, 0, 0); border: none !important; box-
shadow: none !important; }
.at4-recommended .at-logo { margin: 10px 0px 0px; padding: 0px; height: 25px;
overflow: auto; box-sizing: content-box; }
@charset "utf-8";
@keyframes atRecommendedJumboAnimatedBackground {
0% { transform: scale(1, 1); }
100% { transform: scale(1.1, 1.1); }
}
------MultipartBoundary--CuNBhg3V5gsaiNXkhC8lf5TYYBgxO2QWxG0kodvwpe----
Content-Type: text/css
Content-Transfer-Encoding: binary
Content-Location: cid:[email protected]
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
.at4-thankyou-background { top: 0px; right: 0px; left: 0px; bottom: 0px; z-index:
9999999; background: rgba(110, 116, 124, 0.95); }
.at4-thankyou-inner { position: absolute; width: 100%; top: 10%; left: 50%; margin-
left: -50%; text-align: center; }
.at4-thankyou-mobile * { }
.at4-thankyou .at-h3 { height: 49px; line-height: 49px; margin: 0px 50px 0px 20px;
padding: 1px 0px 0px; font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 1pc; font-weight: 700; color: rgb(255, 255, 255); text-shadow: rgb(0, 0,
0) 0px 1px; }
.at4-thanks label { display: block; margin: 0px 0px 15px; font-size: 1pc; line-
height: 1pc; }
.at4-thanks .at4-h2 { background: none; border: none; margin: 0px 0px 10px;
padding: 0px; font-family: "helvetica neue", helvetica, arial, sans-serif; font-
size: 28px; font-weight: 300; color: rgb(0, 0, 0); }
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
.at-custom-mobile-bar { left: 0px; right: 0px; width: 100%; height: 56px; position:
fixed; text-align: center; z-index: 100020; background: rgb(255, 255, 255);
overflow: hidden; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px; font-style:
initial; font-variant: initial; font-weight: initial; font-stretch: initial; font-
size: initial; font-family: initial; line-height: normal; top: auto; bottom: 0px; }
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
.at-expanding-share-button[data-position="bottom-right"] .at-expanding-share-
button-toggle-bg, .at-expanding-share-button[data-position="bottom-right"] .at-
expanding-share-button-toggle-btn[data-name]::after, .at-expanding-share-
button[data-position="bottom-right"] .at-icon-wrapper, .at-expanding-share-
button[data-position="bottom-right"] [data-name]::after { float: right; }
.at-expanding-share-button[data-position="bottom-right"] [data-name]::after
{ margin-right: 10px; }
.at-expanding-share-button[data-position="bottom-right"] .at-expanding-share-
button-toggle-btn[data-name]::after { margin-right: 5px; }
.at-expanding-share-button[data-position="bottom-left"] .at-expanding-share-button-
toggle-bg, .at-expanding-share-button[data-position="bottom-left"] .at-expanding-
share-button-toggle-btn[data-name]::after, .at-expanding-share-button[data-
position="bottom-left"] .at-icon-wrapper, .at-expanding-share-button[data-
position="bottom-left"] [data-name]::after { float: left; }
.at-expanding-share-button[data-position="bottom-left"] [data-name]::after
{ margin-left: 10px; }
.at-expanding-share-button[data-position="bottom-left"] .at-expanding-share-button-
toggle-btn[data-name]::after { margin-left: 5px; }
.at-expanding-share-button .at-expanding-share-button-toggle-btn.at-expanding-
share-button-hidden[data-name]::after { display: none; }
.at-expanding-share-button.at-expanding-share-button-show-icons .at-expanding-
share-button-services-list { display: block; }
.at-expanding-share-button.at-expanding-share-button-animate-in .at-expanding-
share-button-toggle-bg > span { transform: rotate(270deg); background-image:
url("data:image/svg+xml,%3Csvg%20xmlns%3D%22https%3A%2F%2Ffanyv88.com%3A443%2Fhttp%2Fwww.w3.org%2F2000%2Fsvg
%22%20xmlns%3Axlink%3D%22https%3A%2F%2Ffanyv88.com%3A443%2Fhttp%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D
%220%200%2032%2032%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2014V8h-4v6H8v4h6v6h4v-6h6v-4h-
6z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22white%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C
%2Fsvg%3E"); background-position: center center; background-repeat: no-repeat; }
.at-expanding-share-button.at-expanding-share-button-animate-in [data-name]::after
{ opacity: 1; }
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-
button-toggle { height: 50px; }
.at-expanding-share-button.at-expanding-share-button-desktop .at-icon-wrapper:hover
{ box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px 0px; }
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-
button-toggle-bg { height: 50px; line-height: 50px; width: 50px; }
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-
button-toggle-bg > span { height: 50px; width: 50px; }
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-
button-toggle-bg::after { box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
transition: opacity 0.2s ease 0s; border-radius: 50%; content: ""; height: 100%;
opacity: 0; position: absolute; top: 0px; left: 0px; width: 100%; }
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-
button-toggle-bg:hover::after { opacity: 1; }
.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-
button-toggle-btn[data-name]::after { top: 25px; }
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-
button-services-list { margin: 0px; }
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-
button-toggle-btn, .at-expanding-share-button.at-expanding-share-button-mobile .at-
share-btn { outline: 0px; }
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-
button-toggle { height: 40px; -webkit-tap-highlight-color: transparent; }
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-
button-toggle-bg, .at-expanding-share-button.at-expanding-share-button-mobile .at-
expanding-share-button-toggle-bg span { height: 40px; line-height: 40px; width:
40px; }
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-
button-click-flash { transform: scale(0); transition: transform 0s ease 0s, opacity
0s ease-in 0s; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%;
height: 40px; opacity: 1; position: absolute; width: 40px; z-index: 10000; }
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-
button-click-flash.at-expanding-share-button-click-flash-animate { transform:
scale(1); opacity: 0; }
.at-expanding-share-button.at-expanding-share-button-mobile + .at-expanding-share-
button-mobile-overlay { transition: opacity 0s ease 0s; bottom: 0px; background-
color: rgba(222, 222, 222, 0.7); display: block; height: auto; left: 0px; opacity:
0; position: fixed; right: 0px; top: 0px; width: auto; z-index: 9998; }
.at-expanding-share-button.at-expanding-share-button-mobile + .at-expanding-share-
button-mobile-overlay.at-expanding-share-button-hidden { height: 0px; width: 0px;
z-index: -10000; }
.at-expanding-share-button.at-expanding-share-button-mobile.at-expanding-share-
button-animate-in + .at-expanding-share-button-mobile-overlay { transition: opacity
0s ease 0s; opacity: 1; }
------MultipartBoundary--CuNBhg3V5gsaiNXkhC8lf5TYYBgxO2QWxG0kodvwpe----
Content-Type: text/css
Content-Transfer-Encoding: binary
Content-Location: cid:[email protected]
@charset "utf-8";
.at-tjin-element .at-tjin-btn { margin: 0px 5px 5px 0px; padding: 0px; outline-
offset: -1px; display: inline-block; box-sizing: content-box; transition: all 0.2s
ease-in-out 0s; }
@charset "utf-8";
a.at4-logo { background:
url("data:image/gif;base64,R0lGODlhBwAHAJEAAP9uQf///wAAAAAAACH5BAkKAAIALAAAAAAHAAcA
AAILFH6Ge8EBH2MKiQIAOw==") left center no-repeat; }
div.at4-arrow { background-image:
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAoCAYAAABpYH0BAAAAGXRFWHRT
b2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAV1JREFUeNrsmesOgyAMhQfxwfrofTM3E10ME2i5Oep
pwr9a5OMUCrh1XV+wcvNAAIAA+BiAzrmtUWln27dbjEcC3AdODfo0BdEPhmcO4nIDvDNELi2jggk4/
k8dT7skfeKzWIEd4VUpMQKvNB7X+OZSmAZkATWC1xvipbpnLmOosbJZC08CkAeA4E6qFUEMwLAGnlSBPCE8
lW8CYnZTcimH2HoT7kSFOx5HBmCnDhTIu1p5s98G+QZrxGPhZVMY1vgyAQaAAAiAAAgDQACcBOD+BvJtBWf
Ry7NpJK5tBe4FNzXokywV734wPHMQlxvgnSGyNoUP/2ACjv/
7iSeYKO3YWKzAjvCqlBiBVxqPa3ynexNJwOsN8TJbzL6JNIYYXWpMv4lIIAZgWANPqkCeEJ7KNwExu8lpLl
SpAVQarO77TyKdBsyRPuwV0h0gmoGnTWFYzVkYBoAA+I/2FmAAt6+b5XM9mFkAAAAASUVORK5CYII=");
background-repeat: no-repeat; width: 20px; height: 20px; margin: 0px; padding: 0px;
overflow: hidden; text-indent: -9999em; text-align: left; cursor: pointer; }
.ats-dark div.at4-arrow.at-up { }
.slideInDown.addthis-animated, .slideInLeft.addthis-
animated, .slideInRight.addthis-animated, .slideInUp.addthis-
animated, .slideOutDown.addthis-animated, .slideOutLeft.addthis-
animated, .slideOutRight.addthis-animated, .slideOutUp.addthis-animated
{ animation-duration: 0.4s; }
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeInUp {
0% { opacity: 0; transform: translateY(20px); }
100% { opacity: 1; transform: translateY(0px); }
}
@keyframes fadeInDown {
0% { opacity: 0; transform: translateY(-20px); }
100% { opacity: 1; transform: translateY(0px); }
}
@keyframes fadeInRight {
0% { opacity: 0; transform: translateX(20px); }
100% { opacity: 1; transform: translateX(0px); }
}
@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
@keyframes fadeOutUp {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(-20px); }
}
@keyframes fadeOutDown {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(20px); }
}
@keyframes fadeOutLeft {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(-20px); }
}
@keyframes fadeOutRight {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(20px); }
}
@keyframes slideInUp {
0% { transform: translateY(1500px); }
0%, 100% { opacity: 1; }
100% { transform: translateY(0px); }
}
@keyframes slideOutUp {
0% { transform: translateY(0px); }
0%, 100% { opacity: 1; }
100% { transform: translateY(-250px); }
}
@keyframes slideOutUpFast {
0% { transform: translateY(0px); }
0%, 100% { opacity: 1; }
100% { transform: translateY(-1250px); }
}
@keyframes slideOutDown {
0% { transform: translateY(0px); }
0%, 100% { opacity: 1; }
100% { transform: translateY(350px); }
}
@keyframes slideOutDownFast {
0% { transform: translateY(0px); }
0%, 100% { opacity: 1; }
100% { transform: translateY(1250px); }
}
@keyframes slideInLeft {
0% { opacity: 0; transform: translateX(-850px); }
100% { transform: translateX(0px); }
}
@keyframes slideInRight {
0% { opacity: 0; transform: translateX(1250px); }
100% { transform: translateX(0px); }
}
@keyframes slideOutLeft {
0% { transform: translateX(0px); }
100% { opacity: 0; transform: translateX(-350px); }
}
.slideOutLeft { animation-name: slideOutLeft; }
@keyframes slideOutRight {
0% { transform: translateX(0px); }
100% { opacity: 0; transform: translateX(350px); }
}
.at4win { margin: 0px auto; background: rgb(255, 255, 255); border: 1px solid
rgb(235, 236, 237); width: 25pc; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
border-radius: 8px; font-family: "helvetica neue", helvetica, arial, sans-serif;
text-align: left; z-index: 9999; }
.at4win ::selection { background: rgb(254, 109, 76); color: rgb(255, 255, 255); }
@charset "utf-8";
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section
{ display: block; }
body { margin: 0px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-
weight: 400; line-height: 1.5; color: rgb(33, 37, 41); text-align: left;
background-color: rgb(255, 255, 255); }
dt { font-weight: 700; }
th { text-align: inherit; }
[type="button"]:not(:disabled), [type="reset"]:not(:disabled),
[type="submit"]:not(:disabled), button:not(:disabled) { cursor: pointer; }
legend { display: block; width: 100%; max-width: 100%; padding: 0px; margin-bottom:
0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space:
normal; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-
button { height: auto; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5rem; font-
weight: 500; line-height: 1.2; }
kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: rgb(255, 255, 255);
background-color: rgb(33, 37, 41); border-radius: 0.2rem; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-
6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-
11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-
7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-
11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-
7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-
11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-
7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-
11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-
7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; padding-
right: 15px; padding-left: 15px; }
.order-0 { order: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.table td, .table th { padding: 0.75rem; vertical-align: top; border-top: 1px solid
rgb(222, 226, 230); }
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm
{ padding-right: 0px; padding-left: 0px; }
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-
label::before { border-color: rgb(40, 167, 69); }
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-
label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)
~ .custom-control-label::before { border-color: rgb(220, 53, 69); }
.btn { display: inline-block; font-weight: 400; color: rgb(33, 37, 41); text-align:
center; vertical-align: middle; user-select: none; background-color: transparent;
border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-
height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out 0s,
background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-
shadow 0.15s ease-in-out 0s; }
.btn.focus, .btn:focus { outline: 0px; box-shadow: rgba(0, 123, 255, 0.25) 0px 0px
0px 0.2rem; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-
primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle
{ color: rgb(255, 255, 255); background-color: rgb(0, 98, 204); border-color:
rgb(0, 92, 191); }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-
primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-
toggle:focus { box-shadow: rgba(38, 143, 255, 0.5) 0px 0px 0px 0.2rem; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-
secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-
secondary.dropdown-toggle:focus { box-shadow: rgba(130, 138, 145, 0.5) 0px 0px 0px
0.2rem; }
.btn-success:not(:disabled):not(.disabled).active, .btn-
success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle
{ color: rgb(255, 255, 255); background-color: rgb(30, 126, 52); border-color:
rgb(28, 116, 48); }
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-
success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-
toggle:focus { box-shadow: rgba(72, 180, 97, 0.5) 0px 0px 0px 0.2rem; }
.btn-info { color: rgb(255, 255, 255); background-color: rgb(23, 162, 184); border-
color: rgb(23, 162, 184); }
.btn-info.focus, .btn-info:focus { box-shadow: rgba(58, 176, 195, 0.5) 0px 0px 0px
0.2rem; }
.btn-info:not(:disabled):not(.disabled).active, .btn-
info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle
{ color: rgb(255, 255, 255); background-color: rgb(17, 122, 139); border-color:
rgb(16, 112, 127); }
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-
info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-
toggle:focus { box-shadow: rgba(58, 176, 195, 0.5) 0px 0px 0px 0.2rem; }
.btn-warning { color: rgb(33, 37, 41); background-color: rgb(255, 193, 7); border-
color: rgb(255, 193, 7); }
.btn-warning:not(:disabled):not(.disabled).active, .btn-
warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle
{ color: rgb(33, 37, 41); background-color: rgb(211, 158, 0); border-color:
rgb(198, 149, 0); }
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-
warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-
toggle:focus { box-shadow: rgba(222, 170, 12, 0.5) 0px 0px 0px 0.2rem; }
.btn-danger:not(:disabled):not(.disabled).active, .btn-
danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle
{ color: rgb(255, 255, 255); background-color: rgb(189, 33, 48); border-color:
rgb(178, 31, 45); }
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-
danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-
toggle:focus { box-shadow: rgba(225, 83, 97, 0.5) 0px 0px 0px 0.2rem; }
.btn-light { color: rgb(33, 37, 41); background-color: rgb(248, 249, 250); border-
color: rgb(248, 249, 250); }
.btn-light:not(:disabled):not(.disabled).active, .btn-
light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle
{ color: rgb(33, 37, 41); background-color: rgb(218, 224, 229); border-color:
rgb(211, 217, 223); }
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-
light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-
toggle:focus { box-shadow: rgba(216, 217, 219, 0.5) 0px 0px 0px 0.2rem; }
.btn-dark { color: rgb(255, 255, 255); background-color: rgb(52, 58, 64); border-
color: rgb(52, 58, 64); }
.btn-dark:hover { color: rgb(255, 255, 255); background-color: rgb(35, 39, 43);
border-color: rgb(29, 33, 36); }
.btn-dark.focus, .btn-dark:focus { box-shadow: rgba(82, 88, 93, 0.5) 0px 0px 0px
0.2rem; }
.btn-dark:not(:disabled):not(.disabled).active, .btn-
dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle
{ color: rgb(255, 255, 255); background-color: rgb(29, 33, 36); border-color:
rgb(23, 26, 29); }
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-
dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-
toggle:focus { box-shadow: rgba(82, 88, 93, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-
primary:not(:disabled):not(.disabled):active, .show > .btn-outline-
primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(0, 123,
255); border-color: rgb(0, 123, 255); }
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-
primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-
primary.dropdown-toggle:focus { box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px
0.2rem; }
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-
secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-
secondary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(108,
117, 125); border-color: rgb(108, 117, 125); }
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-
secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-
secondary.dropdown-toggle:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px
0.2rem; }
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-
success:not(:disabled):not(.disabled):active, .show > .btn-outline-
success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(40, 167,
69); border-color: rgb(40, 167, 69); }
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-
success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-
success.dropdown-toggle:focus { box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px
0.2rem; }
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-
info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-
toggle { color: rgb(255, 255, 255); background-color: rgb(23, 162, 184); border-
color: rgb(23, 162, 184); }
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-
info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-
info.dropdown-toggle:focus { box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px
0.2rem; }
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-
warning:not(:disabled):not(.disabled):active, .show > .btn-outline-
warning.dropdown-toggle { color: rgb(33, 37, 41); background-color: rgb(255, 193,
7); border-color: rgb(255, 193, 7); }
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-
warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-
warning.dropdown-toggle:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px
0.2rem; }
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-
danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-
toggle { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-
color: rgb(220, 53, 69); }
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-
danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-
danger.dropdown-toggle:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px
0.2rem; }
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-
light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-
toggle { color: rgb(33, 37, 41); background-color: rgb(248, 249, 250); border-
color: rgb(248, 249, 250); }
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-
light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-
light.dropdown-toggle:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px
0.2rem; }
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-
dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-
dark.dropdown-toggle:focus { box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px
0.2rem; }
.btn-group-lg > .btn, .btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; line-
height: 1.5; border-radius: 0.3rem; }
.btn-group-sm > .btn, .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-
height: 1.5; border-radius: 0.2rem; }
input[type="button"].btn-block, input[type="reset"].btn-block,
input[type="submit"].btn-block { width: 100%; }
.fade:not(.show) { opacity: 0; }
.dropdown-menu { position: absolute; top: 100%; left: 0px; z-index: 1000; display:
none; float: left; min-width: 10rem; padding: 0.5rem 0px; margin: 0.125rem 0px 0px;
font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none;
background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px
solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; }
.dropright .dropdown-menu { top: 0px; right: auto; left: 100%; margin-top: 0px;
margin-left: 0.125rem; }
.dropleft .dropdown-menu { top: 0px; right: 100%; left: auto; margin-top: 0px;
margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after { display: inline-block; margin-left: 0.255em;
vertical-align: 0.255em; content: ""; }
.dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-
placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-
placement^="top"] { right: auto; bottom: auto; }
.dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both;
font-weight: 400; color: rgb(33, 37, 41); text-align: inherit; white-space: nowrap;
background-color: transparent; border: 0px; }
.btn-group-vertical > .btn, .btn-group > .btn { position: relative; flex: 1 1 auto;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before
{ color: rgb(255, 255, 255); background-color: rgb(179, 215, 255); border-color:
rgb(179, 215, 255); }
.custom-file-label { position: absolute; top: 0px; right: 0px; left: 0px; z-index:
1; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-weight:
400; line-height: 1.5; color: rgb(73, 80, 87); background-color: rgb(255, 255,
255); border: 1px solid rgb(206, 212, 218); border-radius: 0.25rem; }
.nav { display: flex; flex-wrap: wrap; padding-left: 0px; margin-bottom: 0px; list-
style: none; }
.navbar > .container, .navbar > .container-fluid { display: flex; flex-wrap: wrap;
align-items: center; justify-content: space-between; }
.card-img-overlay { position: absolute; top: 0px; right: 0px; bottom: 0px; left:
0px; padding: 1.25rem; }
.alert-info { color: rgb(12, 84, 96); background-color: rgb(209, 236, 241); border-
color: rgb(190, 229, 235); }
.alert-dark { color: rgb(27, 30, 33); background-color: rgb(214, 216, 217); border-
color: rgb(198, 200, 202); }
.alert-dark hr { border-top-color: rgb(185, 187, 190); }
@-webkit-keyframes progress-bar-stripes {
0% { background-position: 1rem 0px; }
100% { background-position: 0px 0px; }
}
@keyframes progress-bar-stripes {
0% { background-position: 1rem 0px; }
100% { background-position: 0px 0px; }
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-
primary.list-group-item-action:hover { color: rgb(0, 64, 133); background-color:
rgb(159, 205, 255); }
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-
secondary.list-group-item-action:hover { color: rgb(56, 61, 65); background-color:
rgb(200, 203, 207); }
.list-group-item-success.list-group-item-action:focus, .list-group-item-
success.list-group-item-action:hover { color: rgb(21, 87, 36); background-color:
rgb(177, 223, 187); }
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-
group-item-action:hover { color: rgb(12, 84, 96); background-color: rgb(171, 221,
229); }
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-
group-item-action:hover { color: rgb(114, 28, 36); background-color: rgb(241, 176,
183); }
.list-group-item-l