.v-select__selections > input, .v-text-field__slot > input{
  all: unset;
  width:100%;
}
.v-select__selections > input:active, .v-text-field__slot > input:active{
  all: unset;
  width:100%;
}
.v-select__selections > input:focus, .v-text-field__slot > input:focus{
  all: unset;
    width:100%;
}
.row-pointer{
  cursor: pointer;
}
