.team1 {
  color: #cc4848 !important;
}
.team2 {
  color: #5d91ac !important;
}
.team3 {
  color: #c7a759 !important;
}
.team4 {
  color: #467b5a !important;
}
.team0overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%);
}
.team1overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team2overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team3overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team4overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
/*
.teampic1{background-image: url("../teams/images/team1.png");}
.teampic2{background-image: url("../teams/images/team2.png");}
.teampic3{background-image: url("../teams/images/team3.png");}
.teampic4{background-image: url("../teams/images/team4.png");}
*/
#camera-section {
  z-index: 13;
  background-color: #000000;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
}
#camera-section .wand {
  position: absolute;
  width: 43px;
  top: 0px;
  z-index: 10;
  filter: drop-shadow(0 0 0.3rem black);
  display: flex;
  justify-content: center;
}
#camera-section .wand .video-overlay {
  width: 100%;
}
#camera-section .wand .video-overlay .datapad_red_lights {
  position: absolute;
  top: 40%;
  left: 3%;
  height: 4%;
  width: 1%;
  background-image: url("images/datapad_red.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
#camera-section .wand .video-overlay .datapad_blue_lights {
  position: absolute;
  top: 70%;
  right: 2.5%;
  height: 5%;
  width: 1%;
  background-image: url("images/datapad_blue.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
#camera-section .wand.magnifying_glass {
  width: 100%;
  max-width: 500px;
}
#camera-section .wand .datapad_title {
  width: 60%;
  position: absolute;
  top: 3%;
  left: 11px;
}
#camera-section .wand .datapad_graph {
  width: 90%;
  position: absolute;
  margin: auto;
  top: 91%;
}
#camera-section .wand .datapad_graph .datapad_graph_line {
  width: 6px;
  top: 18px;
  opacity: 0.7;
  position: absolute;
}
#camera-section .wand .datapad_btns_container {
  width: 90%;
  position: absolute;
  margin: auto;
  top: 110%;
}
#camera-section .wand .datapad_btns_container .datapad_btns_title {
  width: 30%;
  margin-bottom: 10px;
}
#camera-section .wand .datapad_btns_container .datapad_btns {
  display: flex;
  gap: 10px;
}
#camera-section .wand .datapad_btns_container .datapad_btns .datapad_btn {
  width: 100%;
  aspect-ratio: 1.5/1;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
#camera-section .wand .datapad_btns_container .datapad_btns .datapad_btn.one {
  background-image: url("images/datapad_btn_green.svg");
}
#camera-section .wand .datapad_btns_container .datapad_btns .datapad_btn.one.active {
  background-image: url("images/datapad_btn_green_on.svg");
}
#camera-section .wand .datapad_btns_container .datapad_btns .datapad_btn.two {
  background-image: url("images/datapad_btn_red.svg");
}
#camera-section .wand .datapad_btns_container .datapad_btns .datapad_btn.two.active {
  background-image: url("images/datapad_btn_red_on.svg");
}
#camera-section .wand .datapad_btns_container .datapad_btns .datapad_btn.three {
  background-image: url("images/datapad_btn_blue.svg");
}
#camera-section .wand .datapad_btns_container .datapad_btns .datapad_btn.three.active {
  background-image: url("images/datapad_btn_blue_on.svg");
}
#camera-section .wand .datapad_btns_container .datapad_btns .datapad_btn.four {
  background-image: url("images/datapad_btn_orange.svg");
}
#camera-section .wand .datapad_btns_container .datapad_btns .datapad_btn.four.active {
  background-image: url("images/datapad_btn_orange_on.svg");
}
#camera-section .wand .datapad_input_container {
  width: 90%;
  position: absolute;
  margin: auto;
  top: 138%;
}
#camera-section .wand .datapad_input_container .datapad_input_title {
  width: 30%;
  margin-bottom: 10px;
}
#camera-section .wand .datapad_input_container .datapad_input_inner_container {
  width: 100%;
  display: flex;
  gap: 10px;
}
#camera-section .wand .datapad_input_container .datapad_input_inner_container .datapad_input_img {
  width: 100%;
}
#camera-section .wand .datapad_input_container .datapad_input_inner_container .datapad_input {
  width: 65%;
  display: flex;
  gap: 10px;
}
#camera-section .wand .datapad_input_container .datapad_input_inner_container .datapad_input .datapad_input_field {
  background-color: transparent;
  border: solid #9ae5ff 2px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}
#camera-section .wand .datapad_input_container .datapad_input_inner_container .datapad_input button {
  background-color: transparent;
  border: solid #9ae5ff 2px;
  border-radius: 5px;
  aspect-ratio: 1;
}
#camera-section .wand .datapad_graph2 {
  width: 90%;
  position: absolute;
  margin: auto;
  top: 161%;
}
#camera-section .wand .datapad_input_response_container {
  position: absolute;
  width: 90%;
  height: 70%;
  top: 85%;
  z-index: 10;
  background-color: #000000d1;
  border: solid #9ae5ff 2px;
  border-radius: 10px;
  padding: 2%;
}
#camera-section .wand .datapad_input_response_container .response_close_btn {
  width: 8%;
  margin: auto;
}
#camera-section .wand .datapad_input_response_container .datapad_input_response {
  width: 100%;
  height: 81%;
  margin-bottom: 2%;
  color: #fff;
  background-color: #66bbfb54;
  border-radius: 5px;
  padding: 3%;
  box-sizing: border-box;
  font-weight: 100;
}
#camera-section .secret-corner-btns {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
}
#camera-section .secret-corner-btns .secretbtns {
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  opacity: 0;
  background-color: #3dc5f7;
  pointer-events: all;
  border-radius: 12px;
  margin: 5px;
}
#camera-section .secret-corner-btns .secretbtns.sbtn1 {
  position: absolute;
  top: 0;
  left: 0;
}
#camera-section .secret-corner-btns .secretbtns.sbtn1.active {
  opacity: 0.7;
}
#camera-section .secret-corner-btns .secretbtns.sbtn2 {
  position: absolute;
  top: 0;
  right: 0;
}
#camera-section .secret-corner-btns .secretbtns.sbtn2.active {
  opacity: 0.7;
}
#camera-section .secret-corner-btns .secretbtns.sbtn3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
#camera-section .secret-corner-btns .secretbtns.sbtn3.active {
  opacity: 0.7;
}
#camera-section .secret-corner-btns .secretbtns.sbtn4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
#camera-section .secret-corner-btns .secretbtns.sbtn4.active {
  opacity: 0.7;
}
#camera-section .close-wand {
  position: absolute;
  bottom: 30px;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9px;
  background-image: url("../navigation/images/nav_btn_bkg.png");
  filter: drop-shadow(0 5px 0.3rem black);
}
#camera-section2 {
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
#camera-section2 .wand {
  position: absolute;
  width: 51px;
  bottom: -15px;
  z-index: 10;
  filter: drop-shadow(0 0 0.3rem black);
}
#camera-section2 .close-wand {
  position: absolute;
  bottom: 30px;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9px;
  background-image: url("../navigation/images/nav_btn_bkg.png");
  filter: drop-shadow(0 5px 0.3rem black);
}
.qrcode-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 500px;
  top: 4%;
  justify-content: center;
  align-items: start;
}
.qrcode-container .portal-ring {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrcode-container .portal-ring-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrcode-container .qrcode-reader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrcode-reader video {
  width: 100% !important;
  margin: auto;
  -webkit-mask: url(images/mask.png) top / contain no-repeat;
  /* we need this extra layer for mask-composite */
}
.qrcode-reader #qr-shaded-region {
  display: none;
}
.drag-container {
  z-index: 100;
  position: absolute;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83%;
  left: 0;
  right: 0;
  margin: auto;
  top: 9%;
}
.drag-container .portal-ring {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag-spell {
  position: absolute;
  z-index: 2;
  aspect-ratio: 1 / 1;
  width: 100%;
  display: none;
}
.drag-spell.active {
  display: block;
}
.drag-spell .tmpcircle {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px white;
}
.drag-spell .ball {
  aspect-ratio: 1 / 1;
  width: 24px;
  position: absolute;
  border-radius: 50%;
  border: solid 1px #3dc4f7;
  opacity: 1;
  filter: drop-shadow(0px 0px 3px #3dc4f7);
}
.drag-spell .ball:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.drag-spell .ball.active {
  background-color: rgba(255, 255, 255, 0.6);
}
.drag-spell .ball.stopdrag {
  transition: all 0.5s ease;
  transform: none !important;
}
.drag-spell .ball1 {
  left: 72%;
  top: 3%;
}
.drag-spell .ball2 {
  left: 89%;
  top: 21%;
}
.drag-spell .ball3 {
  right: -6%;
  top: 45%;
}
.drag-spell .ball4 {
  left: 89%;
  top: 69%;
}
.drag-spell .ball5 {
  left: 72%;
  bottom: 1%;
}
.drag-spell .ball6 {
  left: 47%;
  bottom: -5%;
}
.drag-spell .ball7 {
  left: 19%;
  bottom: 1%;
}
.drag-spell .ball8 {
  left: 1%;
  top: 69%;
}
.drag-spell .ball9 {
  left: -5%;
  top: 45%;
}
.drag-spell .ball10 {
  left: 1%;
  top: 21%;
}
.drag-spell .ball11 {
  left: 19%;
  top: 3%;
}
.drag-spell .ball12 {
  left: 47%;
  top: -5%;
}
.drag-spell .ball13 {
  left: 47%;
  top: 45%;
}
.drag-spell .ball14 {
  width: 15px;
  left: 48.5%;
  bottom: -18%;
}
.drag-spell .ball15 {
  width: 15px;
  left: 48.5%;
  top: -18%;
}
.spell-icons {
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spell-icons .unlockicon {
  width: 100px;
  aspect-ratio: 1/1;
  position: absolute;
  opacity: 0;
  filter: drop-shadow(0px 0px 3px #3dc4f7);
}
.spell-icons .unlockicon .unlock-animate {
  position: absolute;
  bottom: 0;
}
.spell-icons .unlockicon .unlockcounter {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -17px;
  margin: auto;
  font-size: 32px;
  color: white;
  text-align: center;
  opacity: 0;
}
.spell-icons .shieldicon {
  width: 100px;
  aspect-ratio: 1/1;
  position: absolute;
  opacity: 0;
  filter: drop-shadow(0px 0px 3px #3dc4f7);
}
.spell-icons .shieldicon .shield-animate {
  position: absolute;
  opacity: 0;
}
.spell-icons .shieldicon .shieldcounter {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -17px;
  margin: auto;
  font-size: 32px;
  color: white;
  text-align: center;
  opacity: 0;
}
.spell-icons .healicon {
  width: 100px;
  aspect-ratio: 1/1;
  position: absolute;
  opacity: 0;
  filter: drop-shadow(0px 0px 3px #3dc4f7);
}
.spell-icons .healicon .heal-animate1 {
  position: absolute;
  opacity: 0;
}
.spell-icons .healicon .heal-animate2 {
  position: absolute;
  opacity: 0;
}
.spell-icons .countericon {
  width: 100px;
  aspect-ratio: 1/1;
  position: absolute;
  opacity: 0;
  filter: drop-shadow(0px 0px 3px #3dc4f7);
}
.spell-icons .countericon .counter-animate {
  position: absolute;
  opacity: 0;
}
.spell-icons .countericon .countercounter {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -17px;
  margin: auto;
  font-size: 32px;
  color: white;
  text-align: center;
  opacity: 0;
}
.spell-icons .hiddentexticon {
  width: 100px;
  aspect-ratio: 1/1;
  position: absolute;
  opacity: 0;
  filter: drop-shadow(0px 0px 3px #3dc4f7);
}
.spell-icons .hiddentexticon .hiddentext-animate {
  position: absolute;
  opacity: 0;
}
.hidden-text {
  font-family: "Tangerine";
  position: absolute;
  z-index: 1000;
  font-size: 15vw;
  color: white;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 3px #3dc4f7);
}
