@import url("https://fonts.googleapis.com/css?family=Open+Sans");
sbox_before, .sbox-med::before, .sbox-small::before, .sbox::before {
  content: "";
  display: block;
  background: #2a2a2a;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: relative;
}

sbox_content, .sbox .content, .sbox-small .content, .sbox-med .content {
  margin: auto;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}

body {
  padding: 0;
  margin: 0;
  background: #ff6600;
}

@font-face {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}
h2 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
  line-height: 60px;
  vertical-align: middle;
}

p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  vertical-align: middle;
}

.sbox-med {
  position: relative;
  margin-bottom: 10px;
  height: 60px;
}
.sbox-small {
  position: relative;
  margin-bottom: 10px;
  height: 30px;
}
.flair::before {
  background: linear-gradient(to left, #3270ed, #2a2a2a 50px) !important;
}

#arena-unset-warning {
  color: black;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#arena-unset-warning code {
  background-color: lightgrey;
}

#overlay-top {
  width: 100%;
  position: fixed;
}

#overlay-top-content {
  width: 200px;
  height: 30px;
  margin: 10px auto;
  position: relative;
  transition: ease-out 1.5s;
}
#overlay-top-content.hidden {
  margin-top: -50px;
  transition: ease-in 1.5s;
}
#overlay-top-content p {
  vertical-align: middle;
  line-height: 30px;
}
#overlay-top-content span.match-type {
  font-size: 0.8em;
}

#overlay-bottom {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
}

#overlay-content {
  margin-right: 200px;
  margin-bottom: 10px;
  margin-left: 10px;
  height: 150px;
  overflow: hidden;
}

#sourcebots-logo {
  width: 200px;
  height: 100%;
  padding: 0 10px;
  float: left;
}
#sourcebots-logo img {
  width: 120px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

#match-counter {
  font-size: 60px;
  margin-left: 230px;
  width: 300px;
  transition: width 0.9s ease-in-out, margin 1.5s ease-in-out;
  position: relative;
}
#match-counter.only {
  margin-top: 60px;
}
#match-counter.clock-only {
  width: 150px;
}
#match-counter .timer {
  overflow: hidden;
  margin-left: 10px;
}

#match-counter::after {
  content: "";
  display: block;
  background: #2a2a2a;
  background: linear-gradient(to right, #2a2a2a 20px, #00000000 30px) !important;
  height: 100%;
  max-width: 30px;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
}

span.clock {
  width: 70px;
  float: right;
  margin-right: 40px;
}
span.clock-info {
  float: right;
  margin-left: 40px;
  margin-right: 0.15em;
}

#zones {
  font-size: 24px;
  width: 100%;
  transition: ease-out;
  transition-duration: 1.5s;
}
#zones.hidden {
  transition: ease-in;
  transition-duration: 1.5s;
  margin-top: 100px;
}
#zones ul {
  padding-left: 0;
  width: 100%;
  position: relative;
}
#zones ul li {
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 19%;
  position: relative;
  margin: 0 10px;
}
#zones ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#zones ul li div {
  padding-left: 10px;
  padding-right: 10px;
}

#overlay-side {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  padding-bottom: 270px;
  padding: 10px;
}
#overlay-side > div {
  border-radius: 50px;
  min-height: 200px;
  transition: ease-out;
  transition-duration: 1.5s;
  width: 300px;
  position: absolute;
}
#overlay-side .hidden {
  margin-left: -500px;
  transition: ease-out;
  transition-duration: 1.5s;
}
#overlay-side .sbox-med {
  margin-left: 10px;
}

#overlay-side-scores .row {
  width: 180px;
}
#overlay-side-scores .row .content p {
  display: flex;
  justify-content: space-between;
  padding: 0 0.25em;
}
#overlay-side-scores .score::after {
  content: "pts";
}

#overlay-side-upnext .team-next {
  position: relative;
  height: 120px;
  width: 300px;
  margin-bottom: 10px;
  margin-left: 20px;
}
#overlay-side-upnext .team-next .img {
  height: 120px;
  width: 300px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  overflow: hidden;
  opacity: 0.5;
}
#overlay-side-upnext .team-next .img img {
  width: 240px;
  height: 120px;
  float: right;
  margin-right: -21px;
  object-fit: cover;
}
#overlay-side-upnext .team-next .img:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-collapse: separate;
  background: linear-gradient(to right, #2a2a2a 100px, #2a2a2a00 150px);
  background: linear-gradient(to right, #00000000 50px, #2a2a2a 51px, #2a2a2a 100px, #2a2a2a00 150px);
}
#overlay-side-upnext .name {
  margin: auto;
  width: 300px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}

.timer h2 {
  width: max-content;
  float: right;
}

/*# sourceMappingURL=style.css.map */
