html,
body,
#app {
  height: 100%;
}

body.frontend #app {
  display: flex;
  min-height: 100vh;
  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;
  box-shadow: none;
}

body.background-black .cards > .card > .content > .header,
body.background-black .cards > .card > .content > .description {
  color: #fff;
}

body.background-black .cards > .card > .content > .meta {
  color: #bcbdbd;
}

body.background-black .ui.feed > .event > .content > .date {
  color: #bcbdbd;
}

body.background-black .ui.items .item .content .header,
body.background-black .ui.items .item .content .description {
  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: bold;
}

.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;
}

.tooltip,
.popup-trigger {
  cursor: pointer;
}

.adsense.container {
  margin-top: 1rem;
}

.iziToast.cookie-consent {
  color: rgba(255, 255, 255, 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: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.asset-chart-tooltip {
  border-radius: 5px;
  opacity: 0;
  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;
}

/*[data-tooltip] {
    z-index: 1;
}*/

.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;
  transition: none;
}

.ui.statistic.small img {
  max-width: 64px;
}

.ui.form.inline {
  display: inline;
}

.ui.form .StripeElement {
  background-color: white;
  padding: 0.67857143em 1em;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: 0 0 0 0 transparent inset;
  transition: color 0.1s ease, border-color 0.1s ease;
}

.ui.form .StripeElement--focus {
  /*box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2), 1px 3px 15px 2px rgba(0,0,0,.2);*/
}

.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;
}

#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,
#error .centered-container .column .left.aligned {
  text-align: left;
}

#auth .centered-container .column .message .header,
#auth .centered-container .column .message p,
#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 0em;
}

#content .stripe.quote {
  padding: 0em;
}

#content .stripe.quote .column {
  padding-top: 5em;
  padding-bottom: 5em;
}

#content .stripe h3 {
  font-size: 2em;
}

#content .stripe p,
#content .stripe .item {
  font-size: 1.33em;
}

#content .stripe .ui.header + p {
  margin-top: 0em;
}

#content .masthead {
  background: url("/images/front-background.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: 700px;
}

#content .masthead h1 {
  margin-top: 2.6em;
  margin-bottom: 0em;
  font-size: 3.2em;
  font-weight: normal;
}

#content .masthead h2 {
  font-size: 1.7em;
  font-weight: normal;
}

#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 #open-trades-table .image {
  width: 2em;
  height: 2em;
}

#content #assets-table .image {
  width: 2em;
  height: 2em;
}

#content #chat-messages {
  max-height: 60vh;
  overflow-y: auto;
}

#after-content {
  flex: 1;
}

#footer {
  margin-top: 2em;
  padding: 2em 0em;
}

@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: bold;
  }

  .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;
  }
}

