.logo {
  font-size: 22px;
}

.label-lg {
  font-size: 24px;
}

.label-md {
  font-size: 14px;
}

.label-as-badge {
  border-radius: 1em;
}

.margin-left-4px {
  margin-left: 4px;
}

.margin-left-8px {
  margin-left: 8px;
}

.margin-right-4px {
  margin-right: 4px;
}

.margin-right-6px {
  margin-right: 6px;
}

.margin-top-4px {
  margin-top: 4px;
}

.margin-top-8px {
  margin-top: 8px;
}

.margin-top-16px {
  margin-top: 16px;
}

.margin-top-48px {
  margin-top: 48px;
}

.margin-bottom-0px {
  margin-bottom: 0px;
}

.margin-bottom-4px {
  margin-bottom: 4px;
}

.margin-bottom-8px {
  margin-bottom: 8px;
}

.margin-bottom-16px {
  margin-bottom: 16px;
}

.padding-4px {
  padding: 4px;
}

.vertical-align-middle {
  vertical-align: middle;
}

.body-container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

.btn-facebook {
  background-color: #4267b2;
  border-color: #4267b2;
}

.btn-facebook:hover {
  background-color: #3257a2;
  border-color: #3257a2;
}

.inline-ads, .footer-ads {
  max-width: 800px;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 125%;
}

.height-200px {
  height: 200px;
}

.no-decoration-links a {
    text-decoration: none;
    color: inherit;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #006eff;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.verified-badge {
  color: #3498db;
}

.ban-icon {
  color: red;
}

.tournament-first-star {
  color: #FEE101;
}

.tournament-second-star {
  color: #D7D7D7;
}

.tournament-third-star {
  color: #A77044;
}

.email-block {
  display: none;
}

.chat-notice {
  display: none;
  z-index: 1;
}

.hidden {
  display: none;
}

.bottom-fixed {
  position: fixed;
  bottom: 16px;
  right: 16px;
  color: red;
}
