/* Large desktop */
@media (min-width: 980px) {
  .linediv-l {
    border-right: 1px white solid;
  }
  .linediv-r {
    border-left: 1px white solid;
  }
}
/* All form factors */
/* Main body and headings */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > .container {
  flex: 1;
  max-width: 100vw;
}
.heading, .subheading {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
p.lead {
  padding-top: 1.5%;
  font-size: 24px;
  line-height: 30px;
}
p {
  font-size: 18px;
  line-height: 24px;
}
.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal,
.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black,
.font-heavy {
  font-weight: 900;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
/* Navbar */
.navbar {
  border-radius: 0px;
}
.navbar-brand {
  font-weight: 700;
}
.navbar-logo {
  float: left;
  height: 40px;
  margin-top: -10px;
  margin-right: 0.5em;
}
.navbar-alt-logo {
  height: 30px;
}
@media (min-width: 768px) {
  .navbar-alt-logo {
    float: left;
    margin-top: -5px;
  }
}
/* Footer */
.footer {
  background-color: #e0e0e0;
  margin-top: 40px;
  max-height: 104px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer-left,
.footer-right {
  display: block;
}
.footer-left {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer {
    max-height: 57px;
  }
  .footer-left {
    float: left;
    margin-bottom: 0;
  }
  .footer-right {
    float: right;
  }
}
/* Buttons */
.btn {
  outline: none !important;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
  float: none !important;
  margin-top: 5px;
}
.btn-inline-list {
  margin: 0 5px 10px;
}
/* Landing Logo */
.landing-logo {
  margin-top: 20px;
  max-width: 200px;
  width: 40%;
}
/* Video pitch and Action */
.pitch {
  padding: 2.5% 0%;
}
.order {
  padding: 2% 0%;
}
.actions {
  padding: 3% 0%;
}
.video, .thermometer, .order, .social, .statistics {
  text-align: center;
}
.statistics h3, .statistics p {
  color: white;
}
.table-sortable > thead > tr > th {
  cursor: pointer;
}
.table-sortable-col-asc::before,
.table-sortable-col-desc::before,
.table-sortable-col-sorting::before {
  color: #777;
  float: left;
  margin-top: -2px;
}
.table-sortable-col-asc::before {
  content: '\2193\00A0';
}
.table-sortable-col-desc::before {
  content: '\2191\00A0';
}
.table-sortable-col-sorting::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid #bbb;
  border-top: 2px solid #444;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 0.4em;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.table-cell-sticky {
  background-color: #ffffff;
  left: 0;
  position: sticky;
  z-index: 1;
}
.table-hover>tbody>tr:hover .table-cell-sticky {
  background-color: #f5f5f5;
}
.table-cell-sticky-inherit {
  background-color: inherit !important;
}
.text-limit {
  display: inline-block;
  max-width: 45vw;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.text-limit-with-badge {
  max-width: 44vw;
  max-width: calc(45vw - 40px);
}
.badge-lg {
  border-radius: 20px;
  font-size: 20px;
  padding: 4px 10px;
}
.badge-sm {
  border-radius: 8px;
  font-size: 10px;
  padding: 2px 6px 3px;
}
/* Icons */
.glyphicon-arrow-up {
  color: green;
}
.glyphicon-arrow-down {
  color: red;
}
/* Badges */
.badge-info {
  background-color: #5bc0de;
}
/* Flexbox */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.flex-item-xs-3, .flex-item-xs-4, .flex-item-xs-6, .flex-item-xs-12,
.flex-item-sm-3, .flex-item-sm-4, .flex-item-sm-6, .flex-item-sm-12,
.flex-item-md-3, .flex-item-md-4, .flex-item-md-6, .flex-item-md-12,
.flex-item-lg-3, .flex-item-lg-4, .flex-item-lg-6, .flex-item-lg-12 {
  box-sizing: border-box;
  margin-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
}
.flex-item-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.flex-item-xs-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.flex-item-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flex-item-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flex-item-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-item-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .flex-item-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-item-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .flex-item-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-item-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .flex-item-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-item-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .flex-item-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-item-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .flex-item-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-item-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Pool Generator */
#teams {
  height: 34px;
}
@media (max-width: 767px) {
  #teams {
    margin-bottom: 15px;
  }
  #teams ~ .select2 {
    margin-bottom: 15px;
  }
  #numberPools {
    margin-bottom: 15px;
  }
}
/* Generated Event */
.generated-event-team .close {
  display: none;
  line-height: 0.85;
}
.generated-event-team.interacting .close {
  display: block;
}
.form-control-feedback-groupless {
  right: 15px;
}
/* Score Predictor */
.score-predictor-result {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 160px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.score-predictor-team {
  flex: 1 1 0;
  min-width: 180px;
  padding: 20px 15px;
  text-align: center;
  background: #f9f9f9;
}
.score-predictor-team-winner {
  background: #f0f9f0;
}
.score-predictor-team-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 6px;
}
.score-predictor-team-name {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: auto 0;
  word-break: break-word;
}
.score-predictor-team-name a {
  color: inherit;
  text-decoration: none;
}
.score-predictor-team-name a:hover {
  text-decoration: underline;
}
.score-predictor-team-details {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  text-align: center;
}
.score-predictor-scores {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  width: min-content;
  min-width: 120px;
  background: #fff;
}
.score-predictor-label {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999;
  white-space: nowrap;
}
.score-predictor-scores-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.score-predictor-score-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.score-predictor-score {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  color: #aaa;
}
.score-predictor-score-winner {
  color: #333;
}
.score-predictor-dash {
  font-size: 36px;
  font-weight: 300;
  color: #ccc;
}
.score-predictor-disclaimer {
  font-size: 11px;
  line-height: 1.3;
  color: #999;
  margin: 0;
  max-width: 100%;
  text-align: center;
  word-wrap: break-word;
}
.score-predictor-empty .score-predictor-score,
.score-predictor-empty .score-predictor-dash,
.score-predictor-empty .score-predictor-label {
  color: #ddd;
}
.score-predictor-empty .score-predictor-team {
  background: #fcfcfc;
}
#showDecimal:disabled + span,
#showDecimal:disabled {
  cursor: not-allowed;
}
#showDecimal:disabled ~ #showDecimalLock {
  cursor: not-allowed;
}
label:has(#showDecimal:disabled) {
  cursor: not-allowed;
}
/* Score Predictor responsive */
@media (max-width: 767px) {
  #team1 ~ .select2,
  #team1Name,
  #team1Rating,
  #pointCap {
    margin-bottom: 15px;
  }
  #showDecimalContainer {
    padding-top: 0 !important;
  }
  .score-predictor-result {
    min-height: 132px;
  }
  .score-predictor-team {
    min-width: 0;
    padding: 15px 10px;
  }
  .score-predictor-team-name {
    font-size: 16px;
  }
  .score-predictor-team-details {
    font-size: 12px;
  }
  .score-predictor-scores {
    min-width: 80px;
    padding: 15px 8px;
  }
  .score-predictor-label {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .score-predictor-score-row {
    gap: 4px;
  }
  .score-predictor-score {
    font-size: 32px;
  }
  .score-predictor-dash {
    font-size: 22px;
  }
  .score-predictor-disclaimer {
    font-size: 10px;
  }
}
/* Sortable */
.grabbable {
  cursor: move;
}
.grabbable.sortable-ghost {
  background-color: #f5f5f5 !important;
  color: transparent !important;
}
.grabbable.sortable-ghost * {
  background-color: transparent !important;
  color: transparent !important;
}
/* Tricky */
tricky::after {
  content: attr(data-p2);
}
tricky::before {
  content: attr(data-p1) "\0040";
}
/* Visualiztion */
#mynetwork {
  width: auto;
  height: 100vh;
  border: 1px solid lightgray;
}
/* Ad */
.ad {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  overflow: hidden;
  contain: layout paint;
}
.ad::after {
  content: 'Advertisement';
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
.ad * {
  float: none!important;
}
.ad--responsive {
  overflow: hidden;
  contain: layout paint;
}
.ad--responsive>* {
  position: relative;
  padding-bottom: 56.25% !important;
  overflow: hidden;
  contain: layout paint;
}
.ad--responsive>*>*,.ad--responsive>*>*>* {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.ad--728x90 {
  max-width: 320px !important;
}
.ad--728x90.ad--responsive>* {
  padding-bottom: 50px !important;
}
@media (min-width: 498px) {
  .ad--728x90 {
    max-width:468px !important;
  }
  .ad--728x90.ad--responsive>* {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .ad--728x90 {
    max-width:728px !important;
  }
  .ad--728x90.ad--responsive>* {
    padding-bottom: 90px !important;
  }
}
.ad-in-page {
  margin-top: 40px;
}
.ad-break {
  background-color: #e0e0e0;
  margin-bottom: 20px;
  margin-top: -20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ad-break .ad::after {
  display: none;
}
/* User Statuses */
.logged-in .hidden-logged-in {
  display: none !important;
}
.visible-logged-in {
  display: none !important;
}
.logged-in .visible-logged-in {
  display: block !important;
}
.subscriber .hidden-subscriber {
  display: none !important;
}
.disable-ads .hidden-disable-ads {
  display: none !important;
}