.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%) drop-shadow(0 0 0.3rem black);
}
.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");}
*/
.image-upload {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-upload .image-upload-container {
  width: 95%;
}
.image-upload .image-upload-container .image-upload-panel {
  width: 90%;
}
.close-imguploadpanel {
  position: absolute;
  bottom: -51px;
  z-index: 12;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6%;
  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);
}
.croppie-container {
  width: 300px;
  height: 300px;
}
.image-crop-container {
  position: relative;
  z-index: 11;
  margin-bottom: 20px;
}
.padding-container {
  padding: 20px;
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
}
.pickfile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
input::file-selector-button {
  color: #e4a620;
  padding: 8px 20px;
  border: none;
  background-image: url("../ui/images/frame_footer.png");
  background-size: contain;
  font-size: 17px;
  font-family: "Trade Winds", system-ui;
  text-transform: uppercase;
  background-color: transparent;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.uploadbtn {
  color: #e4a620;
  padding: 8px 20px;
  border: none;
  background-image: url("../ui/images/frame_footer.png");
  background-size: contain;
  width: 150px;
  font-size: 17px;
  font-family: "Trade Winds", system-ui;
  text-transform: uppercase;
  background-color: transparent;
  background-repeat: no-repeat;
}
