@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('https://fonts.googleapis.com/css?family=Exo+2:100');

body {
    margin: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
a {
    text-decoration: none !important;
}
h1 {
    font-size: 50px;
    line-height: 1em;
    font-family: 'Exo 2', sans-serif;
}
.title {
    font-size: 32px;
    line-height: 1em;
    font-family: 'Exo 2', sans-serif;
}
.header {
    background: rgb(45,60,80);
}
.header .btn:hover {
    color: #000 !important;
}
.header a {
    font-weight: initial;
    text-transform: uppercase;
    opacity: .6;
    color: #fff;
}
.header a:hover {
    opacity: .8;
    color: #fff;
}
.header a.active {
    opacity: 1;
}
.rub { 
    line-height: 7px;
    width: 0.4em;
    border-bottom: 1px solid #000; 
    display: inline-block;
} 
@media (min-width: 768px) {
    .jumbotron {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
.alert-message .alert-icon {
    width: 3rem;
}
.alert-message .close{
    font-size: 1rem;
    color: #a6a6a6;
}
.alert-primary .alert-icon {
    background-color: #b8daff;
}
.alert-secondary .alert-icon {
    background-color: #d6d8db;
}
.alert-success .alert-icon {
    background-color: #c3e6cb;
}
.alert-danger .alert-icon {
    background-color: #f5c6cb;
}
.alert-warning .alert-icon {
    background-color: #ffeeba;
}
.alert-info .alert-icon {
    background-color: #bee5eb;
}
.alert-light .alert-icon {
    background-color: #fdfdfe;
}
.alert-dark .alert-icon {
    background-color: #c6c8ca;
}
.jumbotron {
    margin-bottom: 0;
}
pre {
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
}
.language-switcher button:first-of-type {
    border-bottom-left-radius: 0;
}
.language-switcher button:last-of-type {
    border-bottom-right-radius: 0;
}
.language-switcher-div > div {
    display: none;
}
.language-switcher-div > div.active {
    display: block;   
}
div.warning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALUSURBVGhD7Zg9axRRFIb3b4idIIh2JnfWYi2cWTSKBAULFVOIioqCiFioWBhREMEqjQQLay3UwkL/guAPCBIEiRALde98xY9c71nO4brLye7MvXd2ZzUvPDCcfQfOw+wkN2ls5n9JJwx2yih4JSORyTBYi8PgbRJOBfjxZKTTbrbiSHTiKFB/o4XyJAyOYK3eQQnZL0HA06m9zDAJotYyRSWIWsqUlSBqJWMrQdRCxlWCGKuMLwliLDK+JYiRylQlQYxEpoxEen5OrS0u9AAzrttPpTJln0R+77bqD8y4LkclMjZfp/zuLVzfBGZcdyO8yti+E9nNq7i+Ccy47iC8yLi82Nn1y7i+Ccy47jCcZFwkgOzKOVzfBGZctwhWMq4SQHphDtc3gRnXLUopGR8SQHr2BK5vAjOuW4ZCMr4kgOTkLK5vAjOuW5aBMt/bze367+pv3I02JMcP4/omMOO6NnRl2mIa1zeRoXjK3WBLMhvi+iYw47r2iDe4vomMxDJftuTQXlzfBGZs1xL4Dw2ub6LtlriyC/3hOm4Iieub6OECX7ZH5Tkq6OhrruNEKJ7j+ibxgd1b9Au0wt5gyXos0UJ1r7mONfoHU2f/1A5cvzdyn9ilC6vsjRasf1lFDS2ir7mOHULCrwpcm49PGTiSwPmqi8PxpJcCEhTfT8YfJSQoXmTaTZVeOq2yaxdVfLDFdwpjIUFxkplpqV/v3+Ebot+RlU8qOXWU7w7FQYJiK5M/uIMKJj9ePGO7g/EgQbGRyR/dx/VNfr5+yXY3xqMEpawMnKt+f1xGBf3Vkh2VnilzjK9AglL6yeizVT5/Q+UP51VybIbvsFQoQXH6AVCIEUhQqpMZoQTFv8wYJCj+ZMYoQXGXqYEExV6mRhKU8jI1lKAUl6mxBGW4zARIUEBGRsFnRuTrxEhQknDPVhmKx/oJLMkw+KCvn2TR9Db8eDP/eBqNP0aPUTEL5Io4AAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    padding-left: 45px;
    min-height: 30px;
    background-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
}
.token-account {
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: 300;
    word-break: break-all;
    font-family: 'Open Sans', sans-serif;
}
.pricing-card-title {
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
}
.qr-code {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}
.qr-code img.hide {
    opacity: .2;
}
.qr-code .reload {
    position: absolute;
    background-color: #716aca;
    border-radius: 50%;
    height: 245px;
    height: 245px;
    text-align: center;
    top: 37px;
    cursor: pointer;
    display: none;
}
.qr-code .reload.active {
    display: block;
}
.qr-code .reload > div {
    width: 50%;
    margin: 0 auto;
    margin-top: 60px;
    color: #fff;
}
.qr-code .reload > div svg {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}
.qr-code .loader .loader__text > div {
    text-align: center;
    font-size: 12px;
    display: none;
}
.qr-code .loader .loader__svg {
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}
.qr-code .qr-code__error {
    width: 260px;
    text-align: center;
    color: red;
    display: none;
}
.qr-code .qr-code__error.active,
.qr-code .loader .loader__text > div.show {
    display: block;
}
.rules-d {
    padding-left: 35px;
}
footer a.logo {
    line-height: 30px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
/* PrismJS 1.22.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+javadoclike+json+json5+jsonp+markup-templating+php+phpdoc+php-extras */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #f8f8f2;
	background: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #272822;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #8292a2;
}

.token.punctuation {
	color: #f8f8f2;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #f92672;
}

.token.boolean,
.token.number {
	color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
	color: #e6db74;
}

.token.keyword {
	color: #66d9ef;
}

.token.regex,
.token.important {
	color: #fd971f;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}