body {
  cursor: none;
}
main,
header,
main .strip > .title {
  background-color: transparent !important;
}

main .content {
  background-size: 80%;
  background-repeat: no-repeat;
  display: block;
  color: var(--secondary-color);
  background-position: top center;
  padding: 10vh;
  bottom: 20%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
}

body[d-broadcaster_code="fiba"] main .content {
  background-image: url(../img/NAME_X3.png);
}

.chrono {
  width: 100% !important;
  position: absolute;
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  bottom: 10%;
}

.chrono .end {
  color: #ff0000;
}

#time {
  display: inline-block;
  background-color: #111;
  padding: 10px 20px;
  border-radius: 15px;
  border: 5px solid #fff;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.7);
  font-family: "UnitedSansReg-Heavy", var(--font-family);
  color: red;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 5px rgba(50, 205, 50, 0.5);
  text-align: center;
  letter-spacing: 2px;
  width: 250px;
  padding-top: 1rem;
}

.text {
  font-size: var(--secondary-font-size, 2.5rem);
  line-height: var(--secondary-font-size, 2.5rem);
  height: 100%;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  font-family: "UnitedSansReg-Heavy", var(--font-family);
  text-shadow: 3px 1px 2px var(--secondary-color, #666);
}

.solution {
  color: var(--primary-color);
}

#intro.text {
  font-size: 3rem !important;
  line-height: 3rem !important;
  text-shadow: none !important;
  width: 80%;
  margin-top: 2rem;
}

.has-live-feed .chrono {
  justify-content: right;
  align-items: end;
  bottom: 10%;
  right: 1rem;
}

.loader-bar {
  position: absolute;
  right: 100px;
  bottom: 0px;
  width: 300px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 10px) repeat(10, 20px 5px) repeat(2, 10px);
  grid-template-rows: 10px 15px 30px 30px 15px 10px;
}
.block-border {
  background-color: var(--secondary-color);
}
.block-meter {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.block-meter:nth-of-type(9) {
  background-color: hsl(0, 100%, 50%);
  grid-row: 3/5;
  grid-column: 4;
}
.block-meter:nth-of-type(10) {
  background-color: hsl(13, 100%, 50%);
  grid-row: 3/5;
  grid-column: 6;
}
.block-meter:nth-of-type(11) {
  background-color: hsl(26, 100%, 50%);
  grid-row: 3/5;
  grid-column: 8;
}
.block-meter:nth-of-type(12) {
  background-color: hsl(39, 100%, 50%);
  grid-row: 3/5;
  grid-column: 10;
}
.block-meter:nth-of-type(13) {
  background-color: hsl(52, 100%, 50%);
  grid-row: 3/5;
  grid-column: 12;
}
.block-meter:nth-of-type(14) {
  background-color: hsl(65, 100%, 50%);
  grid-row: 3/5;
  grid-column: 14;
}
.block-meter:nth-of-type(15) {
  background-color: hsl(78, 100%, 50%);
  grid-row: 3/5;
  grid-column: 16;
}
.block-meter:nth-of-type(16) {
  background-color: hsl(91, 100%, 50%);
  grid-row: 3/5;
  grid-column: 18;
}
.block-meter:nth-of-type(17) {
  background-color: hsl(104, 100%, 50%);
  grid-row: 3/5;
  grid-column: 20;
}
.block-meter:nth-of-type(18) {
  background-color: hsl(120, 100%, 50%);
  grid-row: 3/5;
  grid-column: 22;
}
.block-border:nth-of-type(1) {
  grid-row: 1;
  grid-column: 3/-3;
}
.block-border:nth-of-type(2) {
  grid-row: -2;
  grid-column: 3/-3;
}
.block-border:nth-of-type(3) {
  grid-row: 3/5;
  grid-column: 1;
}
.block-border:nth-of-type(4) {
  grid-row: 3/5;
  grid-column: -2;
}
.block-border:nth-of-type(5) {
  grid-row: 2;
  grid-column: 2;
}
.block-border:nth-of-type(6) {
  grid-row: 2;
  grid-column: -3;
}
.block-border:nth-of-type(7) {
  grid-row: 5;
  grid-column: 2;
}
.block-border:nth-of-type(8) {
  grid-row: 5;
  grid-column: -3;
}
#percentage {
  color: var(--primary-color);
  text-align: center;
  font-weight: bold;
}
#scoreLabel {
  display: none;
}
body.has-live-feed .loader-bar {
  display: none;
}
body.has-live-feed .text {
  text-align: left;
}
body.has-live-feed #intro.text {
  font-size: 2rem !important;
  line-height: 2rem !important;
}
