.pusher {
  padding-top: 40px;
}

.lgzlist {
  height: 70vh;
  overflow: auto;
}

.field {
  min-width: 256px;
  margin-bottom: 16px;
}

.apptabheight {
  min-height: 80vh;
}

#memberstable > tbody > tr:hover {
  background-color: rgb(60, 60, 168);
  color: whitesmoke;
}

.theadsticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

.addnewrow {
  vertical-align: middle;
  margin: auto;
  text-align: center;
}

.text-center {
  vertical-align: middle;
  margin: auto;
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

#teamList1 p {
  margin: 10px 0;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  /* max-width: 25%; */
}

#teamList2 p {
  margin: 10px 0;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  /* max-width: 25%; */
}

#teamList3 p {
  margin: 10px 0;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  /* max-width: 25%; */
}

#teamList4 p {
  margin: 10px 0;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  /* max-width: 25%; */
}

#playerList {

    padding: 24px;

}
#playerList p {
  margin: 10px 10px;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  display: inline;
  max-width: 25%;
}

:root {
  --animate-duration: 2000ms;
  --animate-delay: 2s;
}
