.view-users-show .v-card-text > .v-row:first-child > .v-col-12:nth-child(1), .view-users-show .v-card-text > .v-row:first-child > .v-col-12:nth-child(3) {
  display: none !important;
}

.view-users-show .v-card-text > .v-row:last-child > .v-col-12:nth-child(1), .view-users-show .v-card-text > .v-row:last-child > .v-col-12:nth-child(2) {
  display: none !important;
}

.view-users-show .v-card-text > .v-row > .v-col-12 {
    margin-left: auto;
    margin-right: auto;
}