.modal-open .modal-open .modal {
  overflow-y: hidden;
}

.player-info-content .name {
  text-transform: initial;
}

.image-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.image-wrapper > img {
  height: 250px;
  width: auto;
}

.gap-1 {
  gap: 1rem;
}

.match-data-type-wrapper {
  margin-bottom: 1.5rem;
}
.match-data-type-wrapper .lfr-form-content {
  padding: 0 !important;
}