.team1 {
  color: #cc4848 !important;
}
.team2 {
  color: #5d91ac !important;
}
.team3 {
  color: #c7a759 !important;
}
.team4 {
  color: #467b5a !important;
}
.team1overlay {
  filter: invert(41%) sepia(82%) saturate(563%) hue-rotate(317deg) brightness(84%) contrast(89%) drop-shadow(0 0 0.3rem black);
}
.team2overlay {
  filter: invert(51%) sepia(51%) saturate(328%) hue-rotate(156deg) brightness(96%) contrast(86%) drop-shadow(0 0 0.3rem black);
}
.team3overlay {
  filter: invert(48%) sepia(58%) saturate(355%) hue-rotate(5deg) brightness(95%) contrast(85%) drop-shadow(0 0 0.3rem black);
}
.team4overlay {
  filter: invert(40%) sepia(56%) saturate(273%) hue-rotate(90deg) brightness(95%) contrast(95%) drop-shadow(0 0 0.3rem black);
}
.teampic1 {
  background-image: url("/includes/teams/images/team1.png");
}
.teampic2 {
  background-image: url("/includes/teams/images/team2.png");
}
.teampic3 {
  background-image: url("/includes/teams/images/team3.png");
}
.teampic4 {
  background-image: url("/includes/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: 'Red Rose', cursive;
  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: 'Red Rose', cursive;
  text-transform: uppercase;
  background-color: transparent;
  background-repeat: no-repeat;
}
