#app,
body,
html {
    height: 100%;
}
body.frontend #app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.background-black {
    color: #fff;
    background: #000;
}
body.background-black > .pusher {
    background: #000;
}
body.background-black .secondary-info {
    color: #bcbdbd;
}
body.background-black .header.block {
    border: 0;
}
body.background-black .ui.table tbody tr td.negative,
body.background-black .ui.table tbody tr td.positive {
    background: #333 !important;
}
body.background-black .assets.items .item .meta {
    color: #fff;
}
body.background-black .ui.label.basic {
    background: #000 !important;
}
body.background-black .ui.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid #767676;
    border-bottom: 1px solid #1b1c1d;
}
body.background-black .cards > .card {
    background: #1b1c1d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.background-black .cards > .card > .content > .description,
body.background-black .cards > .card > .content > .header {
    color: #fff;
}
body.background-black .cards > .card > .content > .meta,
body.background-black .ui.feed > .event > .content > .date {
    color: #bcbdbd;
}
body.background-black .ui.items .item .content .description,
body.background-black .ui.items .item .content .header {
    color: #fff;
}
body.background-black #asset-search .item .content .header {
    color: #000;
}
body[class^="backend-"] .pusher {
    padding-top: 1.5rem;
}
body.color-red a {
    color: #db2828;
}
body.color-red a:hover {
    color: #bb1f1f;
}
body.color-orange a {
    color: #f2711c;
}
body.color-orange a:hover {
    color: #d95e0c;
}
body.color-yellow a {
    color: #fbbd08;
}
body.color-yellow a:hover {
    color: #d7a103;
}
body.color-olive a {
    color: #b5cc18;
}
body.color-olive a:hover {
    color: #95a714;
}
body.color-green a {
    color: #21ba45;
}
body.color-green a:hover {
    color: #1b9738;
}
body.color-teal a {
    color: #00b5ad;
}
body.color-teal a:hover {
    color: #008c86;
}
body.color-blue a {
    color: #2185d0;
}
body.color-blue a:hover {
    color: #1b6ead;
}
body.color-violet a {
    color: #6435c9;
}
body.color-violet a:hover {
    color: #542ca9;
}
body.color-purple a {
    color: #a333c8;
}
body.color-purple a:hover {
    color: #892ba7;
}
body.color-pink a {
    color: #e03997;
}
body.color-pink a:hover {
    color: #d02183;
}
body.color-brown a {
    color: #a5673f;
}
body.color-brown a:hover {
    color: #875534;
}
body.color-grey a {
    color: #767676;
}
body.color-grey a:hover {
    color: #626262;
}
body.color-black a {
    color: #1b1c1d;
}
body.color-black a:hover {
    color: #070808;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.nowrap {
    white-space: nowrap;
}
.mt-1 {
    margin-top: 1rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.ml-1 {
    margin-left: 1rem;
}
.mr-1 {
    margin-right: 1rem;
}
.secondary-info {
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.popup-trigger,
.tooltip {
    cursor: pointer;
}
.adsense.container {
    margin-top: 1rem;
}
.iziToast.cookie-consent {
    color: hsla(0, 0%, 100%, 0.5);
    background: #474747;
}
.page-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url("/images/page-background.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.site-logo {
	margin-top: 20px;
	text-align: center;
}
.site-logo img {
	width: 400px;
	height: auto;
}
.logo {
	width: 150px;
	height: auto;
}
.asset-chart-tooltip {
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    z-index: 100;
}
.asset-chart-tooltip > div {
    white-space: nowrap;
}
[v-cloak] {
    display: none;
}
.table tbody td .ui.grid {
    margin: 0;
}
.table tbody td .ui.grid > .column {
    padding: 0;
}
.table tfoot tr td.right.aligned {
    text-align: right;
}
.table.inverted.selectable tbody tr:hover td.negative,
.table.inverted.selectable tbody tr:hover td.positive {
    background: transparent !important;
    -webkit-transition: none;
    transition: none;
}
.ui.statistic.small img {
    max-width: 64px;
}
.ui.form.inline {
    display: inline;
}
.ui.form .StripeElement {
    background-color: #fff;
    padding: 0.67857143em 1em;
    border-radius: 0.28571429rem;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;
}
.ui.form .StripeElement--invalid {
    border-color: #fa755a;
}
.ui.form .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
#header #menu-top-bar {
    padding-bottom: 0;
    margin-top: 1rem;
}
#header .image {
    margin-right: 0.25em;
    display: inline-block;
    width: auto;
    height: 1.6em;
}

#market-prediction-game {
    width: 100%;
    height: 500px; 
    border-style: none; 
    overflow: hidden;
}

@media (max-width: 990px) {
 #market-prediction-game {
    height: 800px;
 }
}

#auth,
#error {
    height: 100%;
}
#auth .centered-container,
#error .centered-container {
    height: 100%;
    margin: 0;
}
#auth .centered-container .column,
#error .centered-container .column {
    max-width: 450px;
}
#auth .centered-container .column .header img,
#error .centered-container .column .header img {
    display: inline-block;
    margin-top: 0.14285714em;
    width: 2.5em;
    height: auto;
    vertical-align: middle;
}
#auth .centered-container .column .header .content,
#error .centered-container .column .header .content {
    padding-left: 0.75rem;
    vertical-align: middle;
}
#auth .centered-container .column .left.aligned,
#auth .centered-container .column .message .header,
#auth .centered-container .column .message p,
#error .centered-container .column .left.aligned,
#error .centered-container .column .message .header,
#error .centered-container .column .message p {
    text-align: left;
}
#content > .ui.grid {
    margin-top: 1rem;
}
#content .asset-logo {
    border-radius: 0;
}
#content .stripe {
    padding: 6em 0;
}
#content .stripe.quote {
    padding: 0;
}
#content .stripe.quote .column {
    padding-top: 5em;
    padding-bottom: 5em;
}
#content .stripe h3 {
    font-size: 2em;
}
#content .stripe .item,
#content .stripe p {
    font-size: 1.33em;
}
#content .stripe .ui.header + p {
    margin-top: 0;
}
#content .masthead {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url("/images/front-background.jpg");
	background-position: 50%;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
    min-height: 700px;
}
#content .masthead h1 {
    margin-top: 2.6em;
    margin-bottom: 0;
    font-size: 3.2em;
    font-weight: 400;
}
#content .masthead h2 {
    font-size: 1.7em;
    font-weight: 600;
}
#content .masthead a {
    margin-top: 1.2em;
}
#content .assets.items .item .image {
    width: 2em;
    height: 2em;
}
#content .image-file-container {
    text-align: center;
    width: auto;
    max-width: 150px;
}
#content .image-file-container img {
    cursor: pointer;
    margin-bottom: 10px;
}
#content .image-file-container input {
    display: none;
}
#content .feed .content {
    margin-top: 0.5rem;
}
#content .feed .content .image {
    height: 1.2rem;
    width: 1.2rem;
    margin: 0;
}
#content .ui.statistic .tiny.image {
    max-height: 64px;
    width: auto;
}
#content .top-trader.card {
    width: 100%;
}
#content #user-stats {
    margin-top: -1rem;
}
#content #rankings-table .tooltip {
    margin-left: 0.3rem;
}
#content #current-asset .value {
    line-height: inherit;
    padding-bottom: 10px;
}
#content #current-asset .value #current-asset-symbol-native {
    text-transform: none;
    vertical-align: top;
    font-size: 0.4em;
    line-height: 1em;
    color: #a5a5a5;
}
#content .asset-currency-symbol {
    color: #a5a5a5;
}
#content #trade-form .field {
    margin-left: auto;
    margin-right: auto;
}
#content #trade-form .field input {
    text-align: center;
}
#content #asset-chart-container #asset-chart {
    height: 280px !important;
}
#content #competition-leaderboard .balance-change {
    font-size: 0.8rem;
}
#content #competition-leaderboard .balance-change.green {
    color: #21ba45;
}
#content #competition-leaderboard .balance-change.red {
    color: #db2828;
}
#content #asset-info-loader {
    height: 90px;
}
#content #asset-search .results .item {
    padding: 0.5em 0.5em 0 0.8em !important;
    cursor: pointer;
}
#content #asset-search .results .item:hover {
    background: #f9fafb;
}
#content #open-trades-table .trade-symbol {
    padding-bottom: 0.3em;
}
#content #assets-table .image,
#content #open-trades-table .image {
    width: 2em;
    height: 2em;
}
#content #chat-messages {
    max-height: 60vh;
    overflow-y: auto;
}
#after-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#footer {
    margin-top: 2em;
    padding: 2em 0;
}
@media only screen and (max-width: 767px) {
    .mobile-center {
        text-align: center !important;
    }
    .pagination .item:not(.active):not(:first-child):not(:last-child) {
        display: none !important;
    }
    .labels .label {
        display: block;
    }
    .assets.items {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    .tablet-and-below-center {
        text-align: center !important;
    }
    .masthead .menu .item {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .stackable.table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .stackable.table tbody tr td {
        display: block;
        text-align: right;
    }
    .stackable.table tbody tr td:before {
        content: attr(data-title);
        float: left;
        font-weight: 700;
    }
    .stackable.table tbody tr td .column:first-child {
        text-align: left;
    }
    .stackable.table tbody tr td .column:last-child {
        text-align: right;
    }
    .stackable.table tfoot tr td {
        text-align: center !important;
    }
    #menu-top-bar h4 {
        display: inline;
    }
    #trade-form .fields {
        margin-bottom: 1em;
    }
    #asset-chart-container button {
        margin-bottom: 0.25em;
    }
}
@media only screen and (max-width: 1200px) {
    .monitor-and-below-center {
        text-align: center !important;
    }
}

.offer {
	text-align: center;
	min-width: 280px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: -20px;
	padding: 10px;
	border-bottom: 2px dashed darkgrey;
}

.offer a {
	color: black !important;
	text-decoration: none !important;
}

.offer-title {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: uppercase;
}

.offer-note{
	color: darkgray;
	font-size: 0.8em;
	text-transform: uppercase;
}

.training {
	text-align: center;
}

.training img {
	width: 200px;
	height: auto;
}

.blog-card {
	margin: 10px;
}

.blog-card-img {
	max-width: 250px;
	border-radius: 10px;
}

.blog-title {
	text-align: center;
	padding: 15px;
}
