.players-grid .input-select-wrapper {
  display: initial;
}
.players-grid .control-label {
  margin: 8px 0 0 0;
}
.players-grid .btn {
  line-height: 20px;
}
.players-grid .btn-secondary {
  background-color: #6c757d;
  color: var(--secondary-font-color);
}
.players-grid input[type=date] {
  width: 235px;
  background-image: none;
}

.player-photo-edit .photo-wrapper {
  display: flex;
  flex-direction: column;
}
.player-photo-edit .photo-wrapper img {
  align-self: center;
  max-width: 400px;
}
.player-photo-edit .photo-wrapper button {
  align-self: center;
  width: 200px;
}