@font-face {
  font-family: "NeueHaasBold";
  src: url(../fonts/NeueHaasBold.ttf) format("truetype");
}
@font-face {
  font-family: "NeueHaasMedium";
  src: url(../fonts/NeueHaasMedium.ttf) format("truetype");
}
@font-face {
  font-family: "NeueHaasNormal";
  src: url(../fonts/NeueHaasNormal.ttf) format("truetype");
}
* {
  margin: 0;
  box-sizing: border-box;
  font-family: "NeueHaasBold", "sans-serif";
  font-size: 16px;
}

body {
  background-color: #000;
}

img {
  width: 100%;
}

.vs-w {
  width: 18%;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.btn {
  cursor: pointer;
}

.centerText {
  text-align: center;
}

#error {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  position: absolute;
  color: white;
  text-align: center;
  font-size: 1.1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#error a {
  display: block;
  width: 100px;
  background: red;
  color: white;
  padding: 8px 10px;
  text-align: center;
  line-height: auto;
  margin-top: 10px;
  text-decoration: none;
}

#myVideo {
  width: 100%;
  max-width: 50vh;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

#background {
  width: 100%;
  max-width: 50vh;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#background .redRectangle {
  width: 100%;
  height: 100%;
  position: absolute;
}
#background .redRectangle img {
  height: 100%;
}
#background .container {
  width: 100%;
  max-width: 414px;
  height: 90%;
  display: flex;
  justify-content: center;
  z-index: 100;
}
#background .container .wrapper {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#background .container .wrapper .cheerTextloader {
  display: block;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#background .container .wrapper .logo {
  width: 100%;
  text-align: center;
  top: -20px;
}
#background .container .wrapper .logo img {
  width: 58%;
}
#background .container .wrapper .title {
  opacity: 0;
  text-align: center;
}
#background .container .wrapper .title img {
  width: 60%;
}
#background .container .wrapper .selectedMatchContainer {
  width: 100%;
  margin-top: 5%;
  display: grid;
  grid-template-columns: auto auto;
  place-items: center;
  gap: 5px;
}
#background .container .wrapper .selectedMatchContainer .team {
  width: 50%;
  position: relative;
  bottom: -10px;
}
#background .container .wrapper .selectedMatchContainer .team img:nth-child(1) {
  opacity: 0;
  display: none;
}
#background .container .wrapper .selectedMatchContainer .team:hover {
  opacity: 0.7;
  transform: scale(1.2);
  transition: 0.2s;
}
#background .container .wrapper .cheerSelectionScreenTitle {
  width: 100%;
  display: none;
  opacity: 0;
  position: relative;
}
#background .container .wrapper .subTitle {
  width: 80%;
  margin-top: 5%;
  display: none;
  opacity: 0;
}
#background .container .wrapper .cheerSeletionOption {
  position: relative;
  left: -500%;
  margin: 2% 0;
}
#background .container .wrapper .selectedTeamNameText {
  color: #d70c09;
  position: absolute;
  top: 46%;
  right: 6%;
  font-size: 2rem;
  width: 30%;
  height: 42%;
  text-align: center;
}
#background .container .wrapper .lastScreen {
  width: 85%;
  display: none;
  opacity: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 10%;
}
#background .container .wrapper .lastScreen .cheerLetterBg {
  position: relative;
}
#background .container .wrapper .lastScreen .cheerText {
  position: absolute;
  width: 80%;
  height: auto;
  top: 13%;
  padding: 2%;
  color: #ff0807;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  z-index: 10;
  font-family: "NeueHaasMedium";
  white-space: pre-wrap;
  overflow-y: auto;
  flex: 1;
  max-width: 85%;
  max-height: 46%;
  overflow-x: hidden;
  white-space: pre-wrap;
  z-index: 1;
  margin-left: 10%;
}
#background .container .wrapper .lastScreen .audioPlayer {
  width: 92%;
  margin: auto;
  position: relative;
}
#background .container .wrapper .lastScreen .audioPlayer .audioPlayerContainer {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#background .container .wrapper .lastScreen .audioPlayer .audioPlayerContainer .audio {
  width: 70%;
  height: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
}
#background .container .wrapper .lastScreen .audioPlayer .audioPlayerContainer .audio wave {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}
#background .container .wrapper .lastScreen .audioPlayer .audioPlayerContainer .playBtn {
  width: 11%;
  top: 87%;
  left: 10%;
  opacity: 0.3;
}
#background .container .wrapper .lastScreen .lastScreenBtns {
  width: 100%;
  margin-top: 2%;
  display: flex;
  justify-content: space-between;
}
#background .container .wrapper .lastScreen .lastScreenBtns .btn-w {
  position: relative;
  width: 48%;
}
#background .container .wrapper .lastScreen .lastScreenBtns .left {
  left: -500%;
}
#background .container .wrapper .lastScreen .lastScreenBtns .right {
  right: -500%;
}
#background .container .wrapper .lastScreen .lastScreenBtns #copyBtnImg {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 90%;
  transform: translate(-50%, -50%);
}
#background .container .wrapper .lastScreen .lastScreenBtns #tryAgainBtnImg {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 90%;
  transform: translate(-50%, -50%);
}

@media (max-width: 481px) {
  #background .container .matchSubContainer .teamNameBg {
    height: 15%;
  }
  #background .container .matchSubContainer .teamNameText {
    top: 0%;
  }
  #background .container .matchSubContainer .team {
    top: 22%;
  }
  .teamBNameText {
    right: 30%;
  }
  #background .container .lastScreen .lastScreenBtns {
    top: 105%;
  }
  #background .container .lastScreen .audioPlayer .audio {
    top: 86.5%;
  }
}
@media screen and (max-width: 414px) {
  .background {
    width: 100%;
  }
}
@media screen and (max-width: 260px) {
  .background {
    width: 100%;
  }
}
@media screen and (min-height: 1200px) {
  html {
    font-size: 26px;
  }
}
@media screen and (max-height: 1200px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-height: 1000px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-height: 800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-height: 480px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-height: 320px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-height: 260px) {
  html {
    font-size: 6px;
  }
}/*# sourceMappingURL=style.css.map */