.vcenter > tbody > tr > td {
  vertical-align: middle;
}

/* BZ 18.09.2024 */
.new-app-link {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(225.72deg, #007cb0 -1.29%, #235f78 100%),
    linear-gradient(90deg, #d9d9d9 0%, #737373 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.new-app-link span {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: normal;
}

.new-app-link span:last-child {
  font-weight: bold;
}
/* BZ 18.09.2024 */
